.wpcf7 form input:not([type=submit]) {
  height: 47px;
  width: 100%;
  padding: 15px 35px;
  background: var(--backgroundInput, transparent);
  border: 1px solid var(--borderInput, #A0A0A4);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
  color: var(--colorInput, #A0A0A4);
  transition: all 0.3s;
}
@media (max-width: 1401px) {
  .wpcf7 form input:not([type=submit]) {
    font-size: 14px;
    line-height: 120%;
  }
}
.wpcf7 form input:not([type=submit])::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
  color: var(--colorInput, #A0A0A4);
}
.wpcf7 form input:not([type=submit])::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
  color: var(--colorInput, #A0A0A4);
}
@media (max-width: 1401px) {
  .wpcf7 form input:not([type=submit])::-moz-placeholder {
    font-size: 14px;
    line-height: 120%;
  }
  .wpcf7 form input:not([type=submit])::placeholder {
    font-size: 14px;
    line-height: 120%;
  }
}
.wpcf7 form input:not([type=submit]):focus-visible {
  outline: none;
}
.wpcf7 form input:not([type=submit]).wpcf7-not-valid {
  border-color: #FF3333;
  --colorInput: #FF3333;
}
.wpcf7 form input:not([type=submit]).wpcf7-not-valid::-moz-placeholder {
  --colorInput: #FF3333;
}
.wpcf7 form input:not([type=submit]).wpcf7-not-valid::placeholder {
  --colorInput: #FF3333;
}
.wpcf7 form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 form input[type=submit].disabled {
  color: transparent;
}
.wpcf7 form textarea {
  height: 115px;
  width: 100%;
  padding: 15px 35px;
  background: var(--backgroundInput, transparent);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
  color: var(--colorInput, #A0A0A4);
  transition: all 0.3s;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid var(--borderInput, #A0A0A4);
}
@media (max-width: 1401px) {
  .wpcf7 form textarea {
    font-size: 14px;
    line-height: 120%;
  }
}
.wpcf7 form textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
  color: var(--colorInput, #A0A0A4);
}
.wpcf7 form textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
  color: var(--colorInput, #A0A0A4);
}
@media (max-width: 1401px) {
  .wpcf7 form textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 120%;
  }
  .wpcf7 form textarea::placeholder {
    font-size: 14px;
    line-height: 120%;
  }
}
.wpcf7 form textarea.wpcf7-not-valid {
  border-color: #FF3333;
  --colorInput: #FF3333;
}
.wpcf7 form textarea.wpcf7-not-valid::-moz-placeholder {
  --colorInput: #FF3333;
}
.wpcf7 form textarea.wpcf7-not-valid::placeholder {
  --colorInput: #FF3333;
}
.wpcf7 form input.hidden {
  display: none;
}
.wpcf7 form .wpcf7-form-control-wrap {
  outline: none;
  display: block;
}
.wpcf7 form .wpcf7 .codedropz-upload-handler .dnd-upload-counter, .wpcf7 form .wpcf7 .codedropz-upload-inner h3, .wpcf7 form .wpcf7 .codedropz-upload-inner span, .wpcf7 form .wpcf7 .wpcf7-response-output, .wpcf7 form .wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 form .form-btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.wpcf7 form .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;
}
.wpcf7 form .form-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  transform: scale(0.85);
  margin: auto;
}
.wpcf7 form .form-preloader .preloader__item {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
  animation: bounce_circularG 1.1s infinite;
}
.wpcf7 form .form-preloader .preloader__item-1 {
  left: 0;
  top: 18px;
  animation-delay: 0s;
}
.wpcf7 form .form-preloader .preloader__item-2 {
  left: 5px;
  top: 5px;
  animation-delay: 0.14s;
}
.wpcf7 form .form-preloader .preloader__item-3 {
  top: 0;
  left: 18px;
  animation-delay: 0.28s;
}
.wpcf7 form .form-preloader .preloader__item-4 {
  right: 5px;
  top: 5px;
  animation-delay: 0.42s;
}
.wpcf7 form .form-preloader .preloader__item-5 {
  right: 0;
  top: 18px;
  animation-delay: 0.56s;
}
.wpcf7 form .form-preloader .preloader__item-6 {
  right: 5px;
  bottom: 5px;
  animation-delay: 0.7s;
}
.wpcf7 form .form-preloader .preloader__item-7 {
  left: 18px;
  bottom: 0;
  animation-delay: 0.84s;
}
.wpcf7 form .form-preloader .preloader__item-8 {
  left: 5px;
  bottom: 5px;
  animation-delay: 0.98s;
}
.wpcf7 form .policy__link {
  text-decoration: underline;
  font-size: 16px;
  line-height: 130%;
}
.wpcf7 form .policy__link:hover {
  color: var(--main);
}
@media (max-width: 1401px) {
  .wpcf7 form .policy__link {
    font-size: 14px;
    line-height: 120%;
  }
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}

.wpcf7 .codedropz-upload-container {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}

.wpcf7 .codedropz-upload-handler {
  border: 0;
}

.wpcf7 .codedropz-upload-handler .dnd-upload-counter,
.wpcf7 .codedropz-upload-inner h3,
.wpcf7 .codedropz-upload-inner span,
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-spinner,
.wpcf7-not-valid-tip {
  display: none;
}

.custom-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(52, 55, 69, 0.8);
  pointer-events: none;
  transition: all 0.3s ease-in;
  padding-bottom: 40px;
  opacity: 0;
  display: flex;
  justify-content: center;
  padding-top: 120px;
  overflow: auto;
}
.custom-modal__wrapper {
  position: relative;
  background: #F5F5F5;
  box-shadow: 10px 10px 30px rgba(64, 10, 83, 0.1), inset -2px -2px 10px rgba(0, 0, 0, 0.05), inset 2px 2px 10px #FFFFFF;
  border-radius: 10px;
  transition-duration: 1s;
  height: -moz-fit-content;
  height: fit-content;
  width: 600px;
}
.custom-modal--answer {
  align-items: center;
}
.custom-modal.modal-open {
  pointer-events: all;
  opacity: 1;
}
.custom-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;
}
.custom-modal .close-modal svg {
  --svgColor: #313131;
  margin-right: 0;
}
.custom-modal .close-modal:hover svg {
  --svgColor: var(--main);
}
.custom-modal--open-up .modal-body {
  transform: scale(0);
  transition: all 0.5s ease-in;
}
.custom-modal--open-up.modal-open .modal-body {
  transform: scale(1);
}
.custom-modal .wpcf7-form-control-wrap:not(:last-child) {
  margin-bottom: 15px;
}
.custom-modal .wpcf7 {
  margin-top: 20px;
}

.modal-body {
  padding: 44px 30px;
  width: initial;
  position: relative;
  max-width: 1200px;
}
.modal-subtitle {
  --color: var(--colorText);
}
.modal-title {
  margin-bottom: 5px;
}

#modal-callback {
  --backgroundInput: transparent;
}
#modal-callback .modal-title, #modal-callback .modal-subtitle {
  text-align: left;
}
#modal-callback .form-policy {
  margin-bottom: 12px;
}
#modal-callback input {
  --backgroundInput: transparent;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.form-footer .form-btn {
  order: 1;
}

@media (max-width: 992px) {
  .custom-modal {
    padding-top: 60px;
  }
  .custom-modal__wrapper {
    max-width: 90vw;
  }
  .wpcf7 form input:not([type=submit]),
  .wpcf7 form textarea {
    padding: 15px 25px;
  }
}
@media (max-width: 592px) {
  .modal-body {
    max-width: 90vw;
    padding: 44px 15px;
  }
  #modal-callback .modal-content {
    max-width: 100%;
  }
  .custom-modal {
    padding-top: 20px;
  }
  .policy {
    text-align: center;
  }
  .form-footer {
    flex-direction: column-reverse;
  }
  .form-footer .form-btn {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=form.css.map */