    .t702 .t-input, .t702 .t-select {
        height: 48px;
    }
    
    .t702 .t-popup_show .t-popup__container {
        padding-top: 0px;
    }
    
    .t702 .t-popup__block-close {
        background: transparent;
    }
    
    .uc-list li {
        margin-bottom: 12px;
    }

@media screen and (max-width: 960px) {    
    .t585__title, .t585__text {
        font-size: 16px !important;
    }
}

    
@media screen and (max-width: 640px) {
    .t702 .t-input, .t702 .t-select {
        height: 40px;
        font-size: 16px;
    }
    
    .t-input .js-tilda-rule{
        border-radius: 4px;
    }
    
    .t-title_xxs {
        font-size: 22px;
    }
    
    .t585__title, .t585__text {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 480px) {
    .t585__title, .t585__text {
        font-size: 12px !important;
    }
    
    .uc-list li {
        margin-bottom: 8px;
    }
}