.offer.offer_rating {
  padding-top: 13.875rem;
  padding-bottom: 5rem;
}

@media (max-height: 780px) {
  .offer.offer_rating {
    padding-top: 12.875rem;
    padding-bottom: 4rem;
  }
}
.button-style:not(:disabled) {
  cursor: pointer;
}

.footer__nav ul li.disabled {
  pointer-events: none;
}

.progress .progress__value {
  max-width: 100%;
  min-width: 15px;
}

textarea.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
  border-color: #fa4438;
  background-color: #fff1f0;
}

.wpcf7-form .wpcf7-not-valid-tip {
  text-align: left;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-form {
  position: relative;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(255, 255, 255, 0.5) url(../images/loader.svg) center no-repeat;
  background-size: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submitting .loader,
.loader.active {
  opacity: 1;
  visibility: visible;
}

.review .review__text p:not(:last-child) {
  margin-bottom: 15px;
}

/*
.review{
  display: block !important;
}
 */
.load-review.loading {
  pointer-events: none;
}

.button-style_submit-review:disabled {
  background: #D8E3C5;
  pointer-events: none;
}

.error-txt {
  color: #EF8780;
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.form-important {
  font-weight: 600;
}

.wpcf7-form textarea {
  height: 10rem;
}
.wpcf7-form .form__row {
  height: 15rem;
}
@media screen and (max-width: 815px) {
  .wpcf7-form .form__row {
    height: auto;
  }
}