/* html {
  font-size: 10px;
} */

.form-input__example {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.modal {
  display: none;
  z-index: 100;
  
}

.modal-open {
  overflow: hidden;
}

.iti {
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  overflow: auto;
}

.modal.modal-exit {
  z-index: 200;
}

.modal.modal-exit .modal__dialog {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 20px;
  min-height: 100%;
  background: #fff;
  width: 100%;
  z-index: 200;
}


@media only screen and (min-width:768px) {
  .modal.modal-exit .modal__dialog {
    max-width: 600px;
    min-height: auto;
    top: 40px;
    border-radius: 20px;
    padding: 50px;
  }
}

@media only screen and (min-width:1280px) {
  .modal.modal-exit .modal__dialog {
    top: 80px
  }
}

.modal.modal-exit .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  z-index: 10;
  cursor: pointer
}

.modal.modal-exit .modal__close::after,
.modal.modal-exit .modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 24px;
  background: #1d1d1d;
  border-radius: 100px;
  -webkit-transition: height .15s linear;
  transition: height .15s linear
}

.modal.modal-exit .modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.modal.modal-exit .modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.modal.modal-exit .modal__close:hover::after,
.modal.modal-exit .modal__close:hover::before {
  height: 2px
}

.form-exit {
  color: #171717
}

@media only screen and (min-width:1280px) {
  .form-exit>.container {
    padding: 0 60px
  }
}

.form-exit h2 {
  text-transform: none
}

.form-exit__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: black;
}

#exit-form .iti__selected-dial-code {
  color: black !important;
}

@media only screen and (min-width:768px) {
  .form-exit__title {
    font-size: 24px
  }
}

.form-exit__subtitle {
  margin: 10px auto 0;
  max-width: 380px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center
}

@media only screen and (min-width:768px) {
  .form-exit__subtitle {
    font-size: 16px
  }
}

.form-exit__list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.form-exit__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%
}

.form-exit__li:last-of-type {
  margin-top: 10px;
}

.form-exit__li b {
  font-weight: 800
}

@media only screen and (min-width:768px) {
  .form-exit__li {
    font-size: 18px
  }
}

.form-exit fieldset {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px
}

.form-exit__input,
.form-exit__input-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;

}

.form-exit__input_text input {
  padding: 12px 16px;
  width: 100%;
  border: 1px solid #67677B;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #171717
}

.form-exit__input_text span,
.form-exit__input-phone span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #414141;
}

.form-exit__input_text input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #67677b
}

.form-exit__input_text input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #67677b
}

.form-exit__input_text input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #67677b
}

.form-exit__input_text input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #67677b
}

.form-exit__input_text input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #67677b
}

.form-exit__input-phone input {
  padding: 18px 16px;
  width: 100%;
  border: 1px solid #babac0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #171717
}

.form-exit__submit {
  margin-top: 22px;
  padding: 13px 20px;
  width: 100%;
  background: #050807;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  line-height: 170%;
  color: #fff;


  background: linear-gradient(90deg, #000E87 0%, #3142D9 100%);

}

.form-exit__submit:hover {
  background: -webkit-gradient(linear, left top, right top, from(#121c75), to(#5e6ef7));
  background: linear-gradient(90deg, #121c75 0, #5e6ef7 100%);
}

.form-exit__errors {
  margin-top: 10px;
  text-align: center;
  color: red;
}