.email-field {
  position: relative;
}

.email-field input[type="email"] {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 140%;
  font-family: "Stolzl Regular", sans-serif;
  background: transparent;
  border-radius: 8px;
}

.email-field input[type="email"]:focus-visible {
  outline: none;
}

.form-email-error {
  position: absolute;
  right: 0;
  bottom: -24px;
  color: #ea6b28;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  display: none;
}

.email-field.uncorrect .form-email-error {
  display: block;
}

.email-field.uncorrect {
  border-color: #ea6b28 !important;
}

.main-form-box.form-box-main {
  height: auto;
  min-height: 600px;
  max-height: 96vh;
  overflow-y: auto;
}

.main-form-box .email-field {
  margin-top: 27px;
}

.main-form-box .email-field input[type="email"] {
  padding-left: 16px;
}

.main-form-box .email-field input[type="email"]::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.modal-promo .modal-box-right .email-field {
  margin-top: 32px;
}

.modal-promo .modal-box-right .email-field input[type="email"] {
  padding-left: 0;
}

.modal-promo .modal-box-right .email-field input[type="email"]::placeholder {
  color: #000;
}

.modal-promo .modal-box-right .modal-button {
  margin-top: 32px;
}

.modal-promo .modal-box {
  height: auto;
  min-height: 610px;
}

footer .footer-box .footer-left .footer-form .email-field {
  margin-top: 24px;
  margin-bottom: 32px;
}

footer .footer-box .footer-left .footer-form .email-field input[type="email"] {
  background: #43bfe8;
  color: #fff;
  padding-left: 0;
}

footer .footer-box .footer-left .footer-form .email-field input[type="email"]::placeholder {
  color: #fff;
}

footer .footer-box .footer-left .footer-form .email-field .form-email-error {
  color: #ffd7c4;
}

footer .footer-box .footer-left .footer-form .aparts-border:nth-child(2) {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .modal-promo .modal-box {
    min-height: 0;
  }

  .main-form-box.form-box-main {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .form-email-error {
    bottom: -20px;
    font-size: 12px;
  }
}
