/*описание для блока новостей на главной*/
.t-section__descr {
    max-width: 100% !important;
}
/*фон для блока по ланшафтному дизайну*/
div#coverCarry1860665421 {
    background-attachment: fixed !important;
}
/* меню категорий */
.t-menu-base__list {
    justify-content: center;
}
/* меню категорий на мобильных устройствах */
@media screen and (max-width: 960px) {
    #rec1819241001 .t-menu-base__leftwrapper {
        width: 100%;
        justify-content: center;
    }
    
    #rec1819241001 .t-menu-base__list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        padding: 10px 0;
        gap: 0 !important;
    }
    
    #rec1819241001 .t-menu-base__list-item {
        flex: 0 0 auto;
        margin: 5px;
    }
    
    #rec1819241001 a.t-menu__link-item {
        font-size: 14px !important;
        line-height: 1.3 !important;
        padding: 8px 12px;
        white-space: nowrap;
    }
    
    #rec1819241001 a.t-menu__link-item:hover {
        background-color: #e0e0e0 !important;
    }
    
    #rec1819241001 .t-menu-base__maincontainer {
        padding: 10px;
    }
    
    #rec1819241001 .t-menu-base {
        min-height: auto !important;
    }
}