.form .error-msg {
  font-size: 14px;
  line-height: 21px;
  color: red;
}
.form .error-msg.active {
  margin-bottom: 20px;
}
.form__title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.form__description {
  font-size: 14px;
  line-height: 21px;
  max-width: 306px;
  margin: 0 auto 30px;
  text-align: center;
}
.main-modal .form-success {
  display: none;
}
.main-modal .form-success.active {
  display: block;
}
@media (max-width: 992px) {
  .form__title {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (max-width: 576px) {
  .form__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .form__description {
    margin: 0 auto 20px;
  }
}