.lead-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #6d6d6d;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.lead-form__privacy input {
  margin-top: 2px;
}

.lead-form__privacy a {
  color: inherit;
  text-decoration: underline;
}

.lead-form__trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.modal-wrapper .modal {
  width: min(100% - 32px, 421px);
  max-width: 421px;
  max-height: none;
  border-radius: 10px;
  background: #fff;
}

.modal-wrapper .modal-content {
  border-radius: 10px;
}

.modal-wrapper .modalform {
  margin: 0;
  max-height: none;
}

.modal-wrapper .lead-form-box--modal {
  padding: 28px 20px 24px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.modal-wrapper .lead-form-box--modal .lead-form-box__title {
  margin: 0 0 12px;
  color: #082340;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.13;
}

.modal-wrapper .lead-form-box--modal .lead-form-box__text {
  margin: 0 0 18px;
  color: #6d6d6d;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.modal-wrapper .lead-form-box--modal .lead-form {
  display: grid;
  gap: 14px;
}

.modal-wrapper .lead-form-box--modal .lead-form__grid {
  display: grid;
  gap: 12px;
}

.modal-wrapper .lead-form-box--modal .lead-form__field {
  display: grid;
  gap: 6px;
  margin: 0;
}

.modal-wrapper .lead-form-box--modal .lead-form__field span {
  color: #6b6b6b;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}

.modal-wrapper .lead-form-box--modal .lead-form__field input {
  width: 100%;
  min-height: 65px;
  padding: 20px 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #082340;
  font: inherit;
}

.modal-wrapper .lead-form-box--modal .button {
  display: inline-flex;
  width: 100%;
  min-height: 65px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-family: Mont, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-wrapper .lead-form-box--modal .lead-form__privacy {
  margin-top: -2px;
}

@media (max-width: 1279px) {
  .modal-wrapper .modal {
    width: min(100% - 24px, 340px);
    max-width: 340px;
  }

  .modal-wrapper .lead-form-box--modal {
    padding: 22px 16px 20px;
  }

  .modal-wrapper .lead-form-box--modal .lead-form-box__title {
    font-size: 24px;
    line-height: 1.16;
  }

  .modal-wrapper .lead-form-box--modal .lead-form-box__text {
    font-size: 14px;
  }

  .modal-wrapper .lead-form-box--modal .lead-form__field input,
  .modal-wrapper .lead-form-box--modal .button {
    min-height: 56px;
  }
}
