    .category-card > .tn-molecule {
        transition: 200ms ease !important;
    }
    
    .category-card:hover > .tn-molecule {
        background-color: #D5D9DB !important;
    }
    
    .sl2_arrow-left .tn-atom, .sl2_arrow-right .tn-atom {
        background-color: rgba(255,255,255,0.2) !important;
        transition: 200ms ease !important;
    }
    
    .sl2_arrow-left .tn-atom:hover, .sl2_arrow-right .tn-atom:hover {
        background-color: rgba(255,255,255,0.4) !important;
    }
    
    .menu-item .tn-atom:hover {
        transition: 200ms ease !important;
        color: #E84C20 !important;
    }
    
    
/* Отступ от лого в моб.меню */
    
    .uc-mobile-menu img.t450__logoimg {
        margin-bottom: 40px !important;
    }