/*заблюривание фона у стандартных попапов*/
    .t-popup.t-popup_show {
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px);
    }
    /*
.tlk-userbar__popup-store.js-userbar__popup-store {
    
    display: none !important;
}*/
    .t001__wrapper {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}

@media (min-width: 980px) and (max-width: 1200px) {
.t902__content {
    padding: 30px 20px 30px !important;
}
.t050__title {
        font-size: 60px !important;
    }

}

@media (min-width: 640px) and (max-width: 980px) {
.t050__title {
        font-size: 60px !important;
    }
}

@media screen and (max-width: 640px) {

    .t702 .t-popup__block-close {
        background: #f7e6ce !important;
    }
    .t902__content {
    padding: 0 !important;
}
.t902__bgwrapper.t902__bgwrapper_height {
        min-height: 200px !important;
    }
    .t457 li {
        margin-bottom: 0;
    }
}