
.t702__body_popupshowed {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

/*фикс процента прозрачности фона при открытии попапа*/
.t-popup {
    background: none;
    box-shadow: inset 100vw 0 0 rgb(0 0 0 / 60%);
}

.t702 .t-popup__container {
    border-radius: 40px;
}

/* стилизация крестика закрытия */
.t702 .t-popup__close {
    zoom: 0.8;
    background: #F0F0F0;
    border-radius: 30px;
    width: 44px;
    height: 44px;
    top: 24px;
    right: 24px !important;
}

.t702 .t-popup__block-close-button {
    width: 18px;
    padding: 13px;
}

.t702 .t-popup__close-icon {
    display: block;
    width: 18px;
    height: 18px;
}
/* конец стилизация крестика закрытия */

.t702 .t702__title {
    position: relative;
    font-size: 48px;
    width: min-content;
}

.t702 .t702__title span {
    position: relative;
    left: -0.33em;
    background: #8080ff;
    padding: 0 0.33em;
    border-radius: 40px;
}

/*скрытие красного блока предупреждающего об обязательных полях*/
.t-form__errorbox-middle {
    display: none;
}

/*отступ от кнопки в формах*/
.t702 .t-form__submit, .t396 .tn-form__submit {
    margin-bottom: 20px;
}

/*стилизация чекбоксов*/
.t702 .t-input-group_cb {
    margin-bottom: 10px;
}
.t-checkbox__control {
    display: flex;
    column-gap: 10px;
    /*font-size: 12px;*/
}
.t-checkbox__indicator {
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    width: 16px;
    height: 16px;
    margin-right: 0;
    flex-shrink: 0;
}
.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
    border-color: #8080ff !important;
    background: #8080ff;
}
.t396 .t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
    border-color: #fff !important;
}
.t-checkbox__indicator:after {
    left: 5px;
    top: 1px;
    border-width: 0 1px 1px 0;
    border-color: #ffffff !important;
}
/*end стилизация чекбоксов*/

/*стилизация окна успеха*/
.t702 .t-form.js-send-form-success {
    position: absolute;
    inset: 0;
    height: fit-content;
    display: flex;
    
    display: none !important;
    
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    z-index: 10;
}

.t702 .js-successbox.t-form__successbox {
    background: #fff;
    color: #17171b;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    padding: 32px 0;
}

.t702 .js-successbox.t-form__successbox:before {
    content: '';
    display: block;
    width: 94px;
    height: 94px;
    background: url(https://static.tildacdn.com/tild6465-6565-4439-b463-323034643533/Group_1948754116.svg);
    background-size: cover;
    margin: 0 auto 24px;
}

.t702 .js-successbox.t-form__successbox span {
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
}

.t702 .js-successbox.t-form__successbox strong {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8080ff;
    font-size: 18px;
    font-weight: 400 !important;
    color: #fff;
    width: 380px;
    height: 60px;
    margin: 24px auto 0;
    border-radius: 40px;
    cursor: pointer;
    transition: .2s ease;
}

.t702 .js-successbox.t-form__successbox strong:hover {
    background: #A8A8FF;
}
/*end стилизация окна успеха*/

@media screen and (max-width: 1199px) {
    .t702 .t702__title {
        font-size: 44px;
    }
    
    .t702 .js-successbox.t-form__successbox span {
        font-size: 52px;
    }
}

@media screen and (max-width: 959px) {
    .t702 .t-popup__container {
        border-radius: 32px;
    }
    
    .t702 .t702__title {
        font-size: 36px;
    }
    
    .t702 .t-form.js-send-form-success {
        border-radius: 32px;
    }
    
    .t702 .js-successbox.t-form__successbox span {
        font-size: 48px;
    }
}

@media screen and (max-width: 639px) {
    .t702 .t-popup {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        padding: 20px 10px;
        visibility: hidden;
        transition: .3s ease;
    }
    
    .t702 .t-popup.t-popup_show {
        visibility: visible;
    }
    
    .t702 .t-popup__container {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 20px;
        margin: 0;
        border-radius: 24px;
        transform: translateY(0) scale(0.9);
        -webkit-transform: translateY(0) scale(0.9);
    }
    
    .t702 .t-popup_show .t-popup__container {
        height: fit-content;
        min-height: auto;
        padding-top: 20px;
    }
    
    /* стилизация крестика закрытия */
    .t702 .t-popup__close {
        left: auto;
    }
    
    .t702 .t-popup__block-close-button {
        margin-right: 0;
    }
    /* конец стилизация крестика закрытия */
    
    .t702 .t702__title {
        font-size: 28px;
        /*width: auto;*/
    }
    
    .t702 .t702__title span {
        /*left: 0em;*/
    }
    
    /*стилизация чекбоксов*/
    .t-checkbox__control div {
        font-size: 12px !important;
    }
    
    .t702 .t-form.js-send-form-success {
        border-radius: 24px;
    }
    
    .t702 .js-successbox.t-form__successbox {
        font-size: 14px;
    }
    
    .t702 .js-successbox.t-form__successbox:before {
        width: 72px;
        height: 72px;
        margin: 0 auto 16px;
    }
    
    .t702 .js-successbox.t-form__successbox span {
        font-size: 40px;
    }
    
    .t702 .js-successbox.t-form__successbox strong {
        font-size: 14px;
        width: 260px;
        height: 48px;
    }
}
