.modal-grid::after {
  display: block;
  clear: both;
  content: "";
}

.modal_exit .field__input {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.modal_exit .form_default:before, .modal_exit .form_default:after, .modal_exit .field__icon-wrap, .modal_exit .field__icon, .modal_exit .field__error-placement, .modal_exit .convar__input, .modal_exit .convar__label-inner, .modal_exit .btn__shadow:before, .modal_exit .modal-visual {
  position: absolute;
}

.modal_exit .form, .modal_exit .form_default .form__stayfree-round, .modal_exit .agree, .modal_exit .field, .modal_exit .field__label, .modal_exit .field__input-wrap, .modal_exit .field__textarea, .modal_exit .convar, .modal_exit .convar__item, .modal_exit .modal-title, .modal_exit .modal-subtitle, .modal_exit .modal-form {
  position: relative;
}

.modal_exit .agree__link, .modal_exit .btn, .modal_exit .link {
  text-decoration: none;
  color: inherit;
}

.modal .plan__item-tooltip-list, .modal_exit .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal .plan__video-play, .modal .plan__item-tooltip-close, .modal_exit .btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0 none;
  border: 0 none;
  background-color: transparent;
  line-height: 1;
  color: inherit;
  margin: 0;
  padding: 0;
}

.modal_exit .field__input, .modal_exit .field__textarea {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  border-radius: 0;
  background-color: transparent;
}

.modal_exit .field__input::-ms-clear, .modal_exit .field__textarea::-ms-clear {
  display: none;
}

.modal_exit .form_default .form__stayfree-round {
  display: block;
}

.modal {
  padding-top: 80px;
  padding-bottom: 25px;
}

.modal-backdrop {
  background-color: rgba(30, 30, 30, 0.87);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-content {
  background-color: transparent;
}

.modal-col_fleft {
  float: left;
}

.modal-col_fright {
  float: right;
}

.modal__plan-open {
  cursor: pointer;
  color: #65bb59;
  position: relative;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.modal__plan-open:hover {
  color: #5e4abb;
}

.modal__plan-open:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #65bb59;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.modal__plan-open:hover:after {
  border-bottom-color: #5e4abb;
}

.modal .plan__video {
  position: relative;
  width: 35.625em;
  height: 20em;
  background-color: #353638;
  border-radius: 0.3125em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}

.modal .plan__video-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
  border-radius: 0.3125em;
  overflow: hidden;
}

.modal .plan__video-play {
  display: block;
  width: 7.5em;
  height: 7.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.modal .plan__video-play.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.modal .plan__video-play-img {
  display: block;
  width: 7.5em;
  height: 7.5em;
}

.modal .plan__video-iframe {
  border-radius: 0.625em;
  overflow: hidden;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.modal .plan__video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal .plan__items {
  margin-top: 0.625em;
  margin-left: -0.3125em;
  margin-right: -0.3125em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.modal .plan__items-wrap {
  width: 35.625em;
  position: relative;
  z-index: 1;
}

.modal .plan__items-col {
  width: 50%;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}

.modal .plan__item {
  position: relative;
  margin-bottom: 0.625em;
  z-index: 1;
}

.modal .plan__item.is-active {
  z-index: 2;
}

.modal .plan__item.is-active .plan__item-tooltip {
  visibility: visible;
  opacity: 1;
}

.modal .plan__item.is-active .plan__item-caption {
  background-color: #5e4abb;
}

.modal .plan__item.is-active .plan__item-caption-text {
  color: #fff;
}

.modal .plan__item.is-active .plan__item-caption-icon {
  visibility: hidden;
  opacity: 0;
}

.modal .plan__item.is-active .plan__item-caption-icon-hover {
  visibility: visible;
  opacity: 1;
}

.modal .plan__item-caption {
  background-color: #e3ede3;
  border-radius: 0.3125em;
  position: relative;
  padding-top: 0.8125em;
  padding-bottom: 0.8125em;
  padding-left: 0.75em;
  padding-right: 1.75em;
  text-align: left;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal .plan__item-caption-text {
  font-family: Museo Sans Cyrl, sans-serif;
  font-size: 0.75em;
  line-height: 1.41667;
  color: #2c2c2c;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.modal .plan__item-caption-icon {
  position: absolute;
  top: 0.9375em;
  right: 0.625em;
  display: block;
  min-width: 0.75em;
  width: 0.75em;
  height: 0.75em;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.modal .plan__item-caption-icon-hover {
  position: absolute;
  top: 0.9375em;
  right: 0.625em;
  display: block;
  min-width: 0.75em;
  width: 0.75em;
  height: 0.75em;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  z-index: 3;
}

.modal .plan__item-tooltip {
  background-color: #fff;
  border-radius: 0.625em;
  padding-left: 1.25em;
  padding-top: 1.25em;
  padding-right: 2.5em;
  padding-bottom: 1.25em;
  position: absolute;
  bottom: calc(100% + 0.3125em);
  width: 35.625em;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.modal .plan__item-tooltip_left {
  left: 0;
}

.modal .plan__item-tooltip_left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6875em 0.5em 0 0.5em;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 5.375em;
}

.modal .plan__item-tooltip_right {
  right: 0;
}

.modal .plan__item-tooltip_right:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6875em 0.5em 0 0.5em;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 5.375em;
}

.modal .plan__item-tooltip-close {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
}

.modal .plan__item-tooltip-close-icon {
  display: block;
  width: 0.625em;
  height: 0.625em;
}

.modal .plan__item-tooltip-list-item {
  position: relative;
  padding-left: 0.5625em;
  text-align: left;
}

.modal .plan__item-tooltip-list-item:not(:last-child) {
  margin-bottom: 0.5em;
}

.modal .plan__item-tooltip-list-item:before {
  content: '';
  display: block;
  min-width: 0.1875em;
  width: 0.1875em;
  height: 0.1875em;
  border-radius: 50%;
  background-color: #65bb59;
  position: absolute;
  top: 0.4375em;
  left: 0;
}

.modal .plan__item-tooltip-list-item-text {
  font-family: Museo Sans Cyrl, sans-serif;
  font-size: 0.75em;
  line-height: 1.41667;
  color: #2c2c2c;
}

.modal_plan {
  font-size: 1em;
}

.modal_plan .b-vertical-form {
  width: 540px;
}

.modal_plan .b-note .b-border {
  padding-left: 45px;
}

.modal_plan .b-vertical-form input[type="text"], .modal_plan .b-vertical-form input[type="tel"],
.modal_plan .b-vertical-form .b-btn,
.modal_plan .b-vertical-form form small {
  position: relative;
  left: 48px;
}

.modal_plan .modal-content {
  max-width: 1139px;
  margin-left: auto;
  margin-right: auto;
}

.modal_plan .modal-label {
  font-family: Museo Sans Cyrl, sans-serif;
  line-height: normal;
  font-size: 40px;
  text-align: center;
  color: #292929;
}

.modal_plan .modal-text {
  font-size: 18px;
  width: 470px;
  text-align: center;
  position: relative;
  left: -0.875em;
}

.modal_exit {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

.modal_exit .form {
  width: 100%;
}

.modal_exit .form_default {
  background-color: #fff;
  border-radius: 0.625em;
  box-shadow: 0 1.875em 5.625em rgba(82, 76, 84, 0.15);
  padding-top: 4.0625em;
  padding-bottom: 3.75em;
  padding-left: 4.375em;
  padding-right: 4.375em;
}

.modal_exit .form_default:before {
  content: '';
  display: block;
  border-radius: 0.3125em;
  top: 0.3125em;
  bottom: 0.3125em;
  left: 0.3125em;
  right: 0.3125em;
  border: 0.0625em solid rgba(26, 27, 26, 0.1);
  pointer-events: none;
  z-index: 0;
}

.modal_exit .form_default:after {
  content: '';
  display: block;
  height: 0.625em;
  background-color: #c5f0c6;
  top: 100%;
  left: 1.25em;
  right: 1.25em;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  pointer-events: none;
  z-index: -1;
}

.modal_exit .form_default .form__subtitle {
  margin-top: 1.5625em;
}

.modal_exit .form_default .form__fields {
  margin-top: 1.5625em;
}

.modal_exit .form_default .form__field:not(:last-child) {
  margin-bottom: 1.25em;
}

.modal_exit .form_default .form__submit {
  margin-top: 1.25em;
}

.modal_exit .form_default .form__agree {
  margin-top: 1.875em;
  margin-left: 1.5625em;
}

.modal_exit .form_default .form__stayfree {
  text-align: center;
}

.modal_exit .form_default .form__stayfree span {
  display: inline-block;
  vertical-align: middle;
}

.modal_exit .form_default .form__stayfree-round {
  font-size: 1.1em;
  max-width: 1.375em;
  min-width: 1.375em;
  width: 1.375em;
  height: 1.375em;
  border-radius: 50%;
  border: 0.0625em solid #ff6240;
  color: #ff6240;
  top: -0.125em;
}

.modal_exit .agree {
  text-align: left;
}

.modal_exit .agree__link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #65bb59;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.modal_exit .field {
  width: 100%;
}

.modal_exit .field__label {
  display: block;
  width: 100%;
}

.modal_exit .field__input-wrap {
  width: 100%;
}

.modal_exit .field__icon-wrap {
  top: 0;
  left: 0;
  bottom: 0;
  width: 4.0625em;
  pointer-events: none;
  z-index: 2;
}

.modal_exit .field__icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: transparent;
}

.modal_exit .field__input {
  z-index: 1;
  display: block;
  width: 100%;
  font-size: 0.9375em;
  line-height: normal;
  color: #292929;
  text-align: left;
  height: 5em;
  border: 0.08667em solid #dbdbdb;
  background-color: #fcfbfa;
  border-radius: 2.46667em;
  box-shadow: inset 0.09333em 0.09333em 0.4em 0 rgba(30, 30, 30, 0.1);
  padding-left: 4em;
  padding-right: 1em;
  -o-transition: background-color 0.3s linear, border 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, border 0.3s linear, color 0.3s linear;
}

.modal_exit .field__input::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.75);
  opacity: 1;
}

.modal_exit .field__input::-moz-placeholder {
  color: rgba(102, 102, 102, 0.75);
  opacity: 1;
}

.modal_exit .field__input:-moz-placeholder {
  color: rgba(102, 102, 102, 0.75);
  opacity: 1;
}

.modal_exit .field__input:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.75);
  opacity: 1;
}

.modal_exit .field__textarea {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  z-index: 1;
  font-size: 0.9375em;
  line-height: 1.375em;
  color: #292929;
  text-align: left;
  border: 0.08667em solid #dbdbdb;
  background-color: #fcfbfa;
  border-radius: 1em;
  box-shadow: inset 0.09333em 0.09333em 0.4em 0 rgba(30, 30, 30, 0.1);
  height: 9.33333em;
  min-height: 9.33333em;
  max-height: 9.33333em;
  resize: none;
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
  padding-left: 2em;
  padding-right: 2em;
  -o-transition: background-color 0.3s linear, border 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, border 0.3s linear, color 0.3s linear;
}

.modal_exit .field__textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.75);
  opacity: 1;
}

.modal_exit .field__textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.75);
  opacity: 1;
}

.modal_exit .field__textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.75);
  opacity: 1;
}

.modal_exit .field__textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.75);
  opacity: 1;
}

.modal_exit .field__textarea::-webkit-scrollbar {
  width: 1.0625em;
}

.modal_exit .field__textarea::-webkit-scrollbar-track {
  background-color: #ebeae9;
}

.modal_exit .field__textarea::-webkit-scrollbar-thumb {
  height: 6.25em;
  border-radius: 0.625em;
  background-color: #FE6239;
  border-left: 0.25em solid #ebeae9;
  border-right: 0.25em solid #ebeae9;
  border-top: 0.1875em solid #ebeae9;
  border-bottom: 0.1875em solid #ebeae9;
}

.modal_exit .field__error-placement {
  left: 3.875em;
  bottom: 0.375em;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  pointer-events: none;
}

.modal_exit .field__error-placement.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal_exit .field__error-placement .error {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  color: #EE4444;
  margin-top: 0.41667em;
}

.modal_exit .field__input.error, .modal_exit .field__textarea.error {
  border-color: #ff6240;
}

.modal_exit .field__input.valid, .modal_exit .field__textarea.valid {
  border-color: #54be4c;
}

.modal_exit .convar__items {
  margin: -0.3125em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.modal_exit .convar__item {
  width: 50%;
  padding: 0.3125em;
}

.modal_exit .convar__input {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.modal_exit .convar__label {
  display: block;
  border-width: 0.0625em;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 1.875em;
  height: 3.75em;
  cursor: pointer;
  -o-transition: background-color 0.3s linear, border 0.3s linear;
  transition: background-color 0.3s linear, border 0.3s linear;
}

.modal_exit .convar__label-inner {
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  white-space: nowrap;
  display: block;
  padding-left: 1.5625em;
  padding-right: 0.625em;
}

.modal_exit .convar__label-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23px;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
  fill: #bdbdbd;
}

.modal_exit .convar__label-icon_whatsapp {
  display: block;
  width: 24px;
  height: 25px;
}

.modal_exit .convar__label-icon_viber {
  display: block;
  width: 26px;
  height: 26px;
}

.modal_exit .convar__label-icon_telegram {
  display: block;
  width: 21px;
  height: 21px;
}

.modal_exit .convar__label-icon_tel {
  display: block;
  width: 19px;
  height: 18px;
}

.modal_exit .convar__label-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 62px;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.modal_exit .convar__input:checked + .convar__label {
  background-color: #5f4fbc;
}

.modal_exit .convar__input:checked + .convar__label .convar__label-text {
  color: #fff;
}

.modal_exit .convar__input:checked + .convar__label .convar__label-icon {
  fill: #fff;
}

.modal_exit .btn {
  width: 100%;
  height: 80px;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 6.25em;
  background-color: #60c051;
  top: 0;
  border-bottom: 0.0625em solid #51b642;
  box-shadow: 0 0.1875em 0 #51b642;
  -o-transition: box-shadow 0.15s linear, webkit-box-shadow 0.15s linear, top 0.15s linear, border 0.15s linear, background-color 0.15s linear;
  transition: box-shadow 0.15s linear, webkit-box-shadow 0.15s linear, top 0.15s linear, border 0.15s linear, background-color 0.15s linear;
}

.modal_exit .btn__shadow {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6.25em;
  box-shadow: 0 1.875em 1.875em 0 rgba(98, 185, 86, 0.15);
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.modal_exit .btn__shadow:before {
  content: '';
  display: block;
  position: absolute;
  width: 90%;
  height: 0;
  background-color: transparent;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 2.1875em 1.5625em rgba(255, 255, 255, 0.5);
  z-index: 0;
  -o-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
}

.modal_exit .btn:hover {
  top: 0.1875em;
  background-color: #51b642;
  box-shadow: 0 0.125em 0 #51b642;
}

.modal_exit .btn:hover .modal_exit .btn__shadow:before {
  box-shadow: 0 0 2.1875em 1.5625em rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .modal_exit .btn:focus {
    top: 0.1875em;
    background-color: #51b642;
    box-shadow: 0 0.125em 0 #51b642;
  }
  .modal_exit .btn:focus .modal_exit .btn__shadow:before {
    box-shadow: 0 0 2.1875em 1.5625em rgba(255, 255, 255, 0.4);
  }
}

.modal_exit .btn:active {
  top: 0.375em;
  background-color: #4eaf3f;
  box-shadow: 0 0 0 transparent;
  border-bottom-width: 0;
}

.modal_exit .btn__text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 90%;
  text-align: center;
}

.modal_exit .btn_w380 {
  width: 23.75em;
}

.modal_exit .btn_w300 {
  width: 18.75em;
}

.modal_exit .fl5570 {
  font-size: 3.4375em;
  line-height: 1.27273;
}

.modal_exit .fl5060 {
  font-size: 3.125em;
  line-height: 1.2;
}

.modal_exit .fl4555 {
  font-size: 2.8125em;
  line-height: 1.22222;
}

.modal_exit .fl4550 {
  font-size: 2.8125em;
  line-height: 1.11111;
}

.modal_exit .fl4045 {
  font-size: 2.5em;
  line-height: 1.125;
}

.modal_exit .fl3545 {
  font-size: 2.1875em;
  line-height: 1.28571;
}

.modal_exit .fl3040 {
  font-size: 1.875em;
  line-height: 1.33333;
}

.modal_exit .fl3035 {
  font-size: 1.875em;
  line-height: 1.16667;
}

.modal_exit .fl2540 {
  font-size: 1.5625em;
  line-height: 1.6;
}

.modal_exit .fl2535 {
  font-size: 1.5625em;
  line-height: 1.4;
}

.modal_exit .fl2530 {
  font-size: 1.5625em;
  line-height: 1.2;
}

.modal_exit .fl2230 {
  font-size: 1.375em;
  line-height: 1.36364;
}

.modal_exit .fl2040 {
  font-size: 1.25em;
  line-height: 2;
}

.modal_exit .fl2020 {
  font-size: 1.25em;
  line-height: 1;
}

.modal_exit .fl1525 {
  font-size: 0.9375em;
  line-height: 1.66667;
}

.modal_exit .fl1520 {
  font-size: 0.9375em;
  line-height: 1.33333;
}

.modal_exit .fl1420 {
  font-size: 0.875em;
  line-height: 1.42857;
}

.modal_exit .fl1416 {
  font-size: 0.875em;
  line-height: 1.14286;
}

.modal_exit .fl1325 {
  font-size: 0.8125em;
  line-height: 1.92308;
}

.modal_exit .fl1320 {
  font-size: 0.8125em;
  line-height: 1.53846;
}

.modal_exit .fl1317 {
  font-size: 0.8125em;
  line-height: 1.30769;
}

.modal_exit .fl1222 {
  font-size: 0.75em;
  line-height: 1.83333;
}

.modal_exit .fl1220 {
  font-size: 0.75em;
  line-height: 1.66667;
}

.modal_exit .fl1215 {
  font-size: 0.75em;
  line-height: 1.25;
}

.modal_exit .fl1010 {
  font-size: 0.625em;
  line-height: 1;
}

.modal_exit .ls100 {
  letter-spacing: 0.1em;
}

.modal_exit .ls40 {
  letter-spacing: 0.04em;
}

.modal_exit .ls20 {
  letter-spacing: 0.02em;
}

.modal_exit .ls15 {
  letter-spacing: 0.015em;
}

.modal_exit .ls10 {
  letter-spacing: 0.01em;
}

.modal_exit .black {
  color: #000;
}

.modal_exit .white {
  color: #fff;
}

.modal_exit .white-o50 {
  color: rgba(255, 255, 255, 0.5);
}

.modal_exit .white-o25 {
  color: rgba(255, 255, 255, 0.25);
}

.modal_exit .wildblue {
  color: #7985af;
}

.modal_exit .mineshaft {
  color: #292929;
}

.modal_exit .mineshaft-o50 {
  color: rgba(41, 41, 41, 0.5);
}

.modal_exit .orange {
  color: #ff613f;
}

.modal_exit .outrageous-orange {
  color: #ff6240;
}

.modal_exit .gray {
  color: #9c9c9c;
}

.modal_exit .gray-o75 {
  color: rgba(156, 156, 156, 0.75);
}

.modal_exit .green {
  color: #65bb59;
}

.modal_exit .fw100 {
  font-weight: 100;
}

.modal_exit .fw200 {
  font-weight: 200;
}

.modal_exit .fw300 {
  font-weight: 300;
}

.modal_exit .fw400 {
  font-weight: 400;
}

.modal_exit .fw500 {
  font-weight: 500;
}

.modal_exit .fw600 {
  font-weight: 600;
}

.modal_exit .fw700 {
  font-weight: 700;
}

.modal_exit .fw800 {
  font-weight: 800;
}

.modal_exit .fw900 {
  font-weight: 900;
}

.modal_exit .tac {
  text-align: center;
}

.modal_exit .tar {
  text-align: right;
}

.modal_exit .fsi {
  font-style: italic;
}

.modal_exit .ttu {
  text-transform: uppercase;
}

.modal_exit .tdu {
  text-decoration: underline;
}

.modal_exit .form-tel {
  display: block;
  width: 18px;
  height: 18px;
}

.modal_exit .form__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}

.modal_exit .btn__text {
  font-size: 14px;
  line-height: 16px;
}

.modal_exit .modal-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .modal_exit .modal-content {
    max-width: 75em;
  }
}

.modal_exit .modal-visual {
  z-index: 0;
  display: block;
  bottom: -30px;
  left: 40px;
  width: 603px;
  height: 685px;
}

.modal_exit .modal-title {
  text-align: center;
  margin-top: 1.375em;
  font-size: 42px;
  line-height: 57px;
  font-weight: 700;
  z-index: 1;
  margin-bottom: 0;
}

.modal_exit .modal-subtitle {
  text-align: center;
  margin-top: 1.25em;
  z-index: 1;
  font-size: 20px;
}

.modal_exit .modal-subtitle-icon {
  display: inline-block;
  position: relative;
  margin-top: -2.5em;
  top: 2.5em;
  left: 0.625em;
  width: 45px;
  height: 45px;
}

.modal_exit .modal-form {
  z-index: 1;
  margin-top: 3.125em;
  width: 31.875em;
  margin-left: auto;
}

.modal_exit .modal-form .form {
  padding-top: 3.375em;
  padding-left: 4.0625em;
  padding-right: 4.0625em;
}

.modal_exit .modal-form .field__as-label {
  margin-bottom: 0.9375em;
}

.modal_exit .modal-form .form__stayfree {
  margin-top: 1.875em;
}

.modal_exit .modal-form .form__agree {
  margin-top: 0.9375em;
}
