.footer__left-social:hover {
  color: #fff;
}
.feedback input.wpcf7-not-valid::placeholder {
  color: #fc424d !important;
}

input:not([type='submit']) {
  background: #f4f5f7 !important;
  box-shadow: 0 0 30px 0 #f4f5f7 inset !important;
  height: 90px !important;
  border-radius: 12px !important;
  padding: 0 0 0 45px !important;
  margin-bottom: 10px !important;
  font-weight: 500 !important;
  border: none !important;
  color: #000 !important;
}

@media (max-width: 1100px) {
  .modal-thank-calc .modal__thank-text {
    max-width: none !important;
  }
  .wpcf7-form p {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  input:not([type='submit']) {
    height: 56px !important;
    padding: 0 0 0 18px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    border-radius: 8px !important;
  }
  .swiper-button-prev {
    background: none !important;
    width: 56px !important;
    height: 38px !important;
  }
  .swiper-button-prev::before {
    background-image: url(../img/arrow-3.svg);
    width: 56px;
    height: 38px;
    mask: none !important;
    transform: rotate(0deg) !important;
  }
  .swiper-button-next {
    background: none !important;
    width: 56px !important;
    height: 38px !important;
  }
  .swiper-button-next::before {
    background-image: url(../img/arrow-3.svg);
    width: 56px;
    height: 38px;
    mask: none !important;
    transform: rotate(180deg) !important;
  }
}
.header__lang {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
}
.header__lang span {
  color: #dbe1f0;
}
.header__lang-item {
  outline: none !important;
  user-select: none;
  color: #8490a7;
}

.header__lang-item--active {
  color: #e42934;
  font-weight: 700;
  pointer-events: none;
}
.modal-thank-calc .modal__thank-text {
  max-width: 360px;
}
