/*заблюривание фона у стандартных попапов*/
    .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: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

.t396__artboard {
    z-index: 9999 !important;
}
    
    @media screen and (min-width: 1200px) {
        .t181__descr {
            max-width: 580px !important;
        }
}
@media (min-width: 980px) and (max-width: 1200px) {    
    .t1196__items .t1196__slider {
        padding-bottom: 0 !important;
    }
    .t858__wrap {
    padding: 20px !important;
}
}

@media (min-width: 640px) and (max-width: 980px) {
    .t181 .t-title_md {
        font-size: 54px !important;
    }
    .t1196 .t-section__title {
        font-size: 45px !important;
    }
    .t050__title {
        font-size: 45px !important;
    }
    .t1106__text, .t-card__descr {
        font-size: 16px !important;
    }
    .t581__title, .t1115__title {
        font-size: 45px !important;
    }
    .t478__title {
        font-size: 30px !important;
    }
    .t1118__title {
    font-size: 24px !important;
}
    
}
    
@media screen and (max-width: 640px) {
    .tmenu-mobile__imglogo {
        width: 100px !important;
    }
    .t-cover .t-container {
        max-width: 100% !important;
    }
    .t-btnflex_md, .t-btn.t-btnflex_md, .t-submit.t-btnflex_md {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .t1196__content {
        padding: 20px !important;
    }
    .t856 .t856__table {
        height: 200px !important;
    }
    .t858__wrap {
        padding: 20px !important;
    }
        .t457 li {
        margin-bottom: 0 !important;
    }
    .t478__blockimg {
    height: 220px !important;
}
}
    
    
    
    
    
    
    
    
    