.form_section {
  width: 100%;
  margin-top: 94px;
}
.form_section h3 {
  margin-bottom: 62px;
}

form {
  width: 100%;
  border-radius: 15.79px;
  background: #7EA889;
  padding: 29px 18px;
}

form label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 22px;
}

form label input {
  position: absolute;
  left: 0;
  opacity: 0;
  height: 100%;
  max-width: 100%;
  z-index: 8;
  cursor: pointer;
  font-size: 0;
}

form label .default {
  display: flex;
  width: 29px;
  min-width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
}

form label .default img {
  display: none;
}

form label input:checked + .default img.active, form label input:checked + label + .default img.active {
  display: block;
}

form label p {
  font-size: 12px;
  color: #fff;
}

form label p a {
  border-bottom: 1px solid #fff;
  font-size: 12px;
  color: #fff;
}

form input {
  background-color: #fff;
  border-radius: 45px;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: calc(20% - 4px);
  margin-right: 8px;
  border: none;
  padding: 22px 0;
}

form input::placeholder {
  color: #AFAFAF;
}

form button {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #EF9A61;
  border-radius: 45px;
  text-align: center;
  padding: 22px 0;
  border: none;
  width: 100%;
  max-width: calc(40% - 26px);
  cursor: pointer;
  transition: all 0.2s ease;
}

form button:hover {
  background-color: #C87883;
  color: #fff;
}

form .iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
}

form .iti {
  width: 100%;
  max-width: calc(20% - 4px);
}

form .iti input {
  width: 100%;
  max-width: 100%;
  padding-left: 50px !important;
}

.oferta_label1 {
  display: none;
}

.modal_wrap {
  display: none;
  width: 100%;
  max-width: 471px;
  background: none;
  padding: 0;
  margin: 0;
  padding-top: 40px;
}
.modal_wrap form .iti {
  max-width: 100%;
}
.modal_wrap .modal_container {
  width: 100%;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.2);
  padding: 41px;
}
.modal_wrap .modal_container .title {
  width: 100%;
  color: #434040;
  font-size: 18px;
  max-width: 312px;
  line-height: 120%;
  margin-bottom: 21px;
}
.modal_wrap .modal_container .big_title {
  width: 100%;
  max-width: 303px;
  color: #434040;
  font-size: 27.222px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}
.modal_wrap form {
  padding: 0;
  background: none;
}
.modal_wrap form .oferta_label1 {
  display: flex;
}
.modal_wrap form .oferta_label1 .default {
  border: 1px solid #000;
}
.modal_wrap form .oferta_label1 .text {
  color: #000;
}
.modal_wrap form .oferta_label1 .text a {
  color: #000;
  border-color: #000;
}
.modal_wrap form input {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #434040;
  background: #FFF;
  margin-bottom: 13px;
  margin-right: 0;
}
.modal_wrap form button {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  background: #7EA889;
  margin-top: 30px;
}
.modal_wrap form label {
  align-items: flex-start;
}

.fancybox-slide--html .fancybox-close-small {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #434040;
  background: #FFF;
  top: 15px;
  right: 20px;
  opacity: 1;
}

.fancybox-content {
  overflow: initial;
}

form input.error {
  border: 1px solid red;
}

form label.error {
  display: none;
}

form .iti--allow-dropdown {
  width: 100%;
  margin-bottom: 13px;
}

form .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  border-radius: 0 !important;
}

label.error {
  display: none !important;
}

form input.error {
  border-color: red;
}

.iti--allow-dropdown {
  width: 24%;
}

.iti--allow-dropdown input {
  width: 100% !important;
}

.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

form .oferta_label .oferta_check.error + label + .default {
  border-color: #D64B29;
}

form .oferta_label .oferta_check.error + label + .default + .text {
  border-radius: 3.372px;
  background: rgba(222, 58, 18, 0.3);
  padding: 7px 14px;
}

form .oferta_label .oferta_check.error + label + .default {
  border: 1px solid rgba(217, 66, 29, 0.3) !important;
}

@media screen and (max-width: 1024px) {
  .iti--allow-dropdown {
    width: 100%;
  }
  .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
}
@media screen and (max-width: 991px) {
  form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  form input {
    width: 100%;
    max-width: 100%;
    border-radius: 13.747px;
    border: 0.916px solid #000;
    background: #FFF;
    margin-bottom: 9px;
  }
  form .oferta_label2 {
    display: none;
  }
  form .oferta_label1 {
    display: flex;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .form_section {
    margin-top: 50px;
  }
  .form_section h3 {
    margin-bottom: 37px;
  }
  .answer_questions {
    margin-top: 47px;
  }
  .answer_questions h3 {
    margin-bottom: 47px;
  }
  .answer_questions .faq_wrap {
    padding: 32px 29px;
  }
  .answer_questions .faq_wrap .faq_text {
    margin-top: 30px;
  }
  form button {
    max-width: 100%;
  }
  form label {
    align-items: flex-start;
  }
  .modal_wrap form button {
    margin-top: 0;
  }
  form .iti {
    max-width: 100%;
  }
}