.form-v2 input:not([type=submit]) {
  height: max(3.1770833333vw, 50px);
  width: 100%;
  padding: max(1.0416666667vw, 20px) max(0.78125vw, 15px) max(1.0416666667vw, 20px) max(1.9791666667vw, 15px);
  border: 1px solid var(--text-accent);
  /* background: var(--text-accent); */
  font-family: "Inter";
  font-weight: 400;
  font-size: max(0.7291666667vw, 14px);
  line-height: 150%;
  color: var(--text-accent);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: var(--transition);
  text-transform: inherit;
  letter-spacing: inherit;
}
.form-v2 input:not([type=submit])::placeholder {
  font-family: "Inter";
  font-weight: 400;
  font-size: max(0.7291666667vw, 14px);
  line-height: 150%;
  color: var(--text-accent);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.form-v2 input:not([type=submit]):focus-visible {
  outline: none;
}
.form-v2 input:not([type=submit]).error {
  border-color: red;
  --colorInput: red;
}
.form-v2 input:not([type=submit]).error::placeholder {
  --colorInput: red;
}
.form-v2 input:not([type=submit])::-webkit-outer-spin-button, .form-v2 input:not([type=submit])::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.form-v2 textarea {
  height: max(7.2916666667vw, 140px);
  width: 100%;
  padding: max(1.0416666667vw, 20px) max(0.78125vw, 15px) max(1.0416666667vw, 20px) max(1.9791666667vw, 15px);
  border: 1px solid var(--borderInput, var(--primary));
  background: var(--backgroundInput, var(--primary));
  font-family: "Inter";
  font-weight: 400;
  font-size: max(0.7291666667vw, 14px);
  line-height: 150%;
  color: var(--color, var(--black));
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: var(--transition);
  resize: none;
  --color: var(--secondary);
}
.form-v2 textarea::placeholder {
  font-family: "Inter";
  font-weight: 400;
  font-size: max(0.7291666667vw, 14px);
  line-height: 150%;
  color: var(--color, var(--black));
  letter-spacing: 0.7px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  --color: var(--secondary);
}
.form-v2 textarea:focus-visible {
  outline: none;
}
.form-v2 textarea.error {
  border-color: red;
  --colorInput: red;
}
.form-v2 textarea.error::placeholder {
  --colorInput: red;
}
.form-v2 button[form-send] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-v2 button[form-send].disabled {
  color: transparent;
  background: var(--black);
}
.form-v2 input.hidden {
  display: none;
}
.form-v2 .form-status {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.form-v2 .form-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  transform: scale(0.85);
  margin: auto;
}
.form-v2 .form-preloader .preloader__item {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: bounce_circularG 1.1s infinite;
}
.form-v2 .form-preloader .preloader__item-1 {
  left: 0;
  top: 18px;
  animation-delay: 0s;
}
.form-v2 .form-preloader .preloader__item-2 {
  left: 5px;
  top: 5px;
  animation-delay: 0.14s;
}
.form-v2 .form-preloader .preloader__item-3 {
  top: 0;
  left: 18px;
  animation-delay: 0.28s;
}
.form-v2 .form-preloader .preloader__item-4 {
  right: 5px;
  top: 5px;
  animation-delay: 0.42s;
}
.form-v2 .form-preloader .preloader__item-5 {
  right: 0;
  top: 18px;
  animation-delay: 0.56s;
}
.form-v2 .form-preloader .preloader__item-6 {
  right: 5px;
  bottom: 5px;
  animation-delay: 0.7s;
}
.form-v2 .form-preloader .preloader__item-7 {
  left: 18px;
  bottom: 0;
  animation-delay: 0.84s;
}
.form-v2 .form-preloader .preloader__item-8 {
  left: 5px;
  bottom: 5px;
  animation-delay: 0.98s;
}
.form-v2 .form__btn {
  position: relative;
  width: max-content;
}
.form-v2 .form__privacy {
  color: #878e96;
  text-transform: inherit;
}
.form-v2 .form__privacy-link {
  color: var(--gray1);
  text-transform: inherit;
}
.form-v2 .form__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form-v2 .form__checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-v2 .form__checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: max(0.1041666667vw, 2px);
  left: max(0.4166666667vw, 8px);
  width: max(0.3125vw, 6px);
  height: max(0.625vw, 12px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-v2 .form__checkbox input:checked + label::before {
  background-color: #000000;
  border-color: #000000;
}
.form-v2 .form__checkbox input.error ~ label::before {
  border-color: red;
  color: red;
}
.form-v2 .form__checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
}
.form-v2 .form__checkbox label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #e2e3e3;
  padding: max(0.5208333333vw, 10px);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: max(0.5208333333vw, 10px);
  border-radius: 3px;
  height: 100%;
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}

.theme-modal {
  height: fit-content;
  width: max(31.9791666667vw, 614px);
  max-height: 90vh;
  max-width: 90vw;
  border-radius: 5px;
  background: var(--white);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 99999;
  padding: max(2.9166666667vw, 20px) max(2.8645833333vw, 20px) max(2.6041666667vw, 20px);
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
.theme-modal::-webkit-scrollbar {
  width: 3px;
}
.theme-modal::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: var(--secondary);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  background-clip: padding-box;
}
.theme-modal::-webkit-scrollbar-track {
  background-color: #f9f9f9;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  background-clip: padding-box;
}
.theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.theme-modal .close-modal {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.theme-modal .close-modal svg {
  --svgColor: var(--secondary);
}
.theme-modal .close-modal:hover svg {
  --svgColor: var(--black);
}
.theme-modal__subtitle {
  color: #605b62;
  margin-bottom: max(1.0416666667vw, 10px);
}
.theme-modal .form__input {
  width: 100%;
  margin-bottom: max(0.5208333333vw, 10px);
}
.theme-modal .form__btn {
  width: 100% !important;
  margin-top: max(1.0416666667vw, 10px);
}
.theme-modal .form__btn .btn {
  width: 100%;
}
.theme-modal .form__holder {
  margin-top: 35px;
}
.theme-modal .form__privacy {
  color: #878e96;
  margin-top: max(1.5625vw, 15px);
}
.theme-modal .form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.theme-modal .form__bottom .form__btn,
.theme-modal .form__bottom .form__btn .btn {
  width: fit-content !important;
  margin-bottom: 0;
}
.theme-modal .form__bottom .form__privacy {
  margin-right: 10px;
  max-width: 60%;
}

#modal-success .theme-modal__title,
#modal-error .theme-modal__title {
  margin-bottom: max(0.78125vw, 10px);
}
#modal-success .modal-success__btn,
#modal-error .modal-success__btn {
  margin: 0 auto;
}

#modal-callback {
  width: max(19.2708333333vw, 370px);
  padding: max(2.9166666667vw, 20px) max(1.875vw, 20px) max(2.03125vw, 20px) max(1.7708333333vw, 20px);
}

@media (max-width: 575px) {
  .theme-modal {
    padding: 44px 15px 15px;
  }
  .theme-modal .form__input {
    margin-bottom: 10px;
  }
  .theme-modal .form__bottom {
    flex-direction: column;
  }
  .theme-modal .form__bottom .form__btn {
    margin-bottom: 15px;
    width: 100% !important;
  }
  .theme-modal .form__bottom .form__btn .btn {
    width: 100% !important;
  }
  .theme-modal .form__bottom .form__privacy {
    margin-right: 0;
    text-align: center;
    max-width: 100%;
  }
  .theme-modal .form__holder {
    margin-top: 18px;
  }
}
@media (max-width: 591px) {
  .modal-body {
    max-width: 90vw;
    padding: 44px 15px;
  }
  #modal-callback .modal-content {
    max-width: 100%;
  }
  .custom-modal {
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .form-v2 .form__btn-wrap {
    flex-direction: column;
  }
  .form-v2 .form__btn-wrap .form__privacy {
    max-width: 100%;
    order: inherit;
    margin-top: 10px;
  }
  .form-v2 .form__btn-wrap .submit {
    width: 100%;
  }
}

/*# sourceMappingURL=form.css.map */
