/*заблюривание фона у стандартных попапов*/
    .t-popup.t-popup_show {
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px);
    }
    
    .t-popup__close {
    background-color: #fff !important;
    border-radius: 10px;
}
    .tmenu-mobile {
        box-shadow: 0px 0px 0px 4px rgba(192, 184, 161, 1);
    }

@media (min-width: 980px) and (max-width: 1200px) {
    .t996__title {
        font-size: 50px !important;
    }
    .t996__descr {
        font-size: 16px !important;
    }
    .t996__cover {
        height: 90%;
    }
    .t983__card-show .t-card__title {
        font-size: 20px !important;
    }
    .t983__card-image {
        background-position: left top !important;
    }
    .t1206__title, .t050__title, .t560__title{
        font-size: 50px !important;
    }
    .t1206__card-title {
        font-size: 20px !important;
    }
    .t581__title {
        font-size: 46px !important;
    }
    .t902__wrap .t-card__title {
        font-size: 24px !important;
    }
}


@media (min-width: 640px) and (max-width: 980px) {
    .t996 .t996__wrapper {
        min-height: 90vh !important;
    }
    .t996 .t-title_md {
        font-size: 60px !important;
    }
    .t996__container {
        padding: 50px 0;
    }
    .t996__cover-wrapper {
        top: 40px !important;
    }
        .t996__cover-wrapper {
        height: 400px !important;
        box-shadow: 0px 0px 0px 5px rgba(192, 184, 161, 1);
    }
    .t702__wrapper .t-title_xxs {
        font-size: 50px !important;
    }
    .t1050__col .t-heading {
        font-size: 60px !important;
    }
    .t050 .t-title_xxl {
        font-size: 60px !important;
    }
    .t1206 .t-title_xs {
        font-size: 60px !important;
    }
    .t581 .t-title_sm {
        font-size: 46px !important;
    }
    .t004 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .tmenu-mobile__imglogo {
        width: 120px !important;
        max-width: 120px !important;
    }
    .t996 .t-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .t996__buttons .t-btnflex_md, .t996__buttons .t-btn.t-btnflex_md {
        height: 50px;
        font-size: 14px;
    }
    .t996__container {
        padding-bottom: 30px !important;
    }
    .t996__cover-wrapper {
        top: 0px !important;
    }
    .t983__card-image {
        background-position: top left !important;
    }
    .t902__content {
        padding: 0px;
    }
    .t902__wrap_right {
        padding-right: 10px;
    }
    .t457 li {
        margin-bottom: 0;
    }
    .t-popup__close {
        background-color: #fbf7f4 !important;
    }
    .t996__buttons .t-btnflex_md, .t996__buttons .t-btn.t-btnflex_md {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}






