.formWrp {
  position: relative;
  max-width: 320px;
  background: linear-gradient(180deg, #36278c 0%, #5055a6 100%);
}
.form__item {
  position: relative;
  padding: 20px 26.5px;
  width: 100%;
  z-index: 1;
}
.hero_form::after {
  position: absolute;
  bottom: -125px;
  right: -115px;
  content: '';
  z-index: 2;
  width: 141px;
  height: 141px;
  background: center / contain url(../images/img_2-min.png);
}
.smart_form {
  padding: 34px;
  background: linear-gradient(180deg, #36278c 0%, #5055a6 100%);
}
.smart_formWrp::after {
  position: absolute;
  top: 0px;
  right: -170px;
  content: '';
  width: 236px;
  height: 184px;
  background: center / contain no-repeat url(../images/img_11-min.png);
}
.form__item *,
.country-list * {
  font-family: 'Neue Haas Grotesk Display Pro';
}

.preloader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  background-image: url(../images/preloader.gif);
  border-radius: 20px;
  opacity: 0.5;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.form__title {
  font-family: 'Neue Machina';
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #f2f8fe;
  margin-bottom: 13px;
}

.input__wrapper {
  position: relative;
  margin-bottom: 10px;
}

.form__input {
  font-weight: 500;
  width: 100%;
  height: 41px;
  font-size: 13px;
  line-height: 20px;
  color: #293037;
  outline: none;
  border: 1px solid #f2f8fe;
  background: #f2f8fe;
  border-radius: 6.6738px;
  padding: 0 40px 0;
}

.selected-flag {
  border-radius: 6px 0 0 6px;
  background: #be8665;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 13px;
  line-height: 20px;
}

.form__input::placeholder {
  color: #000000;
}

.input__icon {
  position: absolute;
  top: calc(50% - 8px);
  top: 10px;
  left: 10px;
}

label.error {
  position: absolute;
  transform-style: preserve-3d;
  width: 100%;
  border-radius: 5px;
  background: #b90000;
  color: #ffffff;
  padding: 6px;
  font-size: 12px;
  z-index: 2;
}

label.error::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #b90000;
  border-radius: 2px;
  transform: translateZ(-1px) rotate(45deg);
}

@media (min-width: 1600px) {
  label.error {
    max-width: 230px;
    left: calc(100% + 12px);
    top: 6px;
  }

  label.error::before {
    width: 12px;
    height: 12px;
    top: 7px;
    left: -5px;
    transform-style: preserve-3d;
  }
}

@media (max-width: 1599px) {
  label.error {
    max-width: 340px;
    left: 0;
    top: 45px;
  }

  label.error::before {
    top: -5px;
    left: 17px;
    transform-style: preserve-3d;
  }
}

.form__input.error {
  border: 1px solid #d30000;
  color: #b90000;
}

.form__input.error.form__input::placeholder {
  color: #b90000;
}

.form__input.error ~ .input__icon {
  filter: invert(8%) sepia(91%) saturate(6844%) hue-rotate(17deg) brightness(94%) contrast(120%);
}

.form__input.valid {
  border: 1px solid #5fab00;
  color: #4c8800;
}

.form__input.valid.form__input::placeholder {
  color: #4c8800;
}

.form__input.valid ~ .input__icon {
  filter: invert(32%) sepia(95%) saturate(1659%) hue-rotate(62deg) brightness(97%) contrast(101%);
}

.form__submit {
  width: 100%;
  border: none;
  padding: 18px 0;
  font-weight: 600;
  font-size: 16.6845px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  background: #be8665;
  box-shadow: 0px 6.6738px 20.0214px rgba(242, 248, 254, 0.1);
  border-radius: 41.7112px;
}

.checkbox-svg {
  margin-bottom: 0 !important;
}

.checked-svg svg {
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 1.5px !important;
  width: 15px;
  height: 15px;
}

#cbx:checked + .checked-svg svg {
  stroke: #fff !important;
}

#cbx-3:checked + .checked-svg svg {
  stroke: #fff !important;
}

.privacy-checkbox {
  font-size: 10px !important;
  line-height: 12px !important;
  color: #fff !important;
}

.checkbox-svg label.checked-svg {
  width: 15px !important;
  height: 15px !important;
}

.data {
  display: flex;
  align-items: center;
  padding: 10px 28px;
  column-gap: 12px;
  background: rgba(255, 255, 255, 0.15);
}
.data_img {
}
.data_textWrp {
  text-align: left;
}

.data_title {
  font-weight: 700;
  font-size: 8.34225px;
  line-height: 10px;
  color: #ffffff;
  margin-bottom: 3px;
}
.data_text {
  font-size: 6px;
  line-height: 8px;
  color: #ffffff;
}
@media (max-width: 1250px) {
  .hero_form::after {
    width: 118px;
    height: 118px;
    bottom: 235px;
    right: -185px;
  }
}
@media (max-width: 767px) {
  .form__title {
    font-size: 26.5909px;
    line-height: 30px;
  }
  .hero_form::after {
    bottom: unset;
    top: -60px;
    left: -20px;
    right: unset;
    width: 76px;
    height: 75px;
    background: center / contain url(../images/img_2-min.png);
  }
}
