html {
  font-size: 10px;
}

.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 .modal__dialog {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 5rem 0;
  min-height: 100%;
  width: 100%
}

.modal.modal-exit .modal__dialog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -10
}

@media only screen and (min-width:768px) {
  .modal.modal-exit .modal__dialog {
    max-width: 60rem;
    min-height: auto;
    top: 4rem;
    border-radius: 1.2rem
  }
}

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

.modal.modal-exit .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 2.4rem;
  height: 2.4rem;
  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: 2.4rem;
  background: #1d1d1d;
  border-radius: 10rem;
  -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
}

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

.form-exit__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  text-align: center
}

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

.form-exit__subtitle {
  margin: 1rem auto 0;
  max-width: 38rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  text-align: center
}

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

.form-exit__list {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem
}

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

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

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

.form-exit fieldset {
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem
}

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

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

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

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

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

.form-exit__input_text input::placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  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: 1.6rem;
  line-height: 125%;
  color: #171717
}

.form-exit__submit {
  margin-top: 2.4rem;
  padding: 2rem;
  width: 100%;
  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: 1rem;
  font-weight: 800;
  font-size: 2rem;
  line-height: 170%;
  color: #fff;


  background: #ffba00;
  border: none;
}

.form-exit__submit:hover {
  background: #fff;
  background: #e87c16;
}

.form-exit__submit:hover svg path {
  stroke: #fff
}