.main-page__directions-items {
  grid-template-columns: repeat(3, 1fr) !important;
}
.popup__buttons--center {
  justify-content: center;
}
.textarea-group--error textarea {
  border-color: #dc3545;
}
.textarea-group--error textarea:hover,
.textarea-group--error textarea:focus {
  border-color: #dc3545;
}
.textarea-group {
  position: relative;
}
.textarea-group .tooltip-button {
  position: absolute;
  right: 36px;
  z-index: 5;
  top: 36px;
  display: none;
}
.textarea-group--error .tooltip-button {
  display: inline-flex;
}
