    /* CATALOG MENU */
    .uc-catalog-menu .t-container {
        max-width: none;
    }
    .uc-catalog-menu .t-container .t-col.t-col_12 {
        max-width: none;
        margin-left: 4.5%;
        margin-right: 4.5%;
    }
    
    
    .uc-catalog-menu a.t-descr {
        padding-top: 12px;
    }
    
    
    /*
    .uc-catalog-menu a.t-active:hover {
        border-color: #292d42 !impotant;
        background-color: #292d42 !impotant;
    }
    */
    
     .uc-catalog-menu a:not(.t-active):hover {
         border-color: #2b93dd !important;
         background-color: #2b93dd !important;
      }
    
    @media screen and (max-width: 1199px) {
            .uc-catalog-menu .t-container .t-col.t-col_12 {
                margin-left: 10px;
                margin-right: 10px;
            }
    }
    @media screen and (max-width: 960px) {
            .uc-catalog-menu .t-container .t-col.t-col_12 {
                margin-left: 0px;
                margin-right: 0px;
                padding-left: 10px !important;
                padding-right: 10px !important;
            }
    }

    
    /* CATALOG TABLE */

    .uc-catalog-table table thead .t-title:last-child {
        padding-right: 0px;
    }

    .uc-catalog-table table tbody td:last-child {
        padding-right: 0px;
    }
    
    @media screen and (max-width: 768px) {
        .uc-catalog-table table tbody tr td.t-text:first-child {
            font-size: 14px !important;
        }
    }
    
    /* Вариант с переносом на 2 строку */
    /*
    @media screen and (max-width: 768px) {
        .uc-catalog-table table tbody tr[class$="__oddrow"] {
            display: flex !important;
            flex-wrap: wrap;
        }
        .uc-catalog-table table tbody tr[class$="__evenrow"] {
            display: flex !important;
            flex-wrap: wrap;
        }
        .uc-catalog-table table tbody tr td {
            width: 100% !important;
        }
        .uc-catalog-table table tbody tr td:first-child {
            border-bottom: none;
            padding-bottom: 0px;

        }
        .uc-catalog-table table tbody tr:not(:first-child) td:first-child {
            border-top: none;
        }
        .uc-catalog-table table tbody tr td:last-child {
            padding-left: 0px;
            border-top: none;
        }
        .uc-catalog-table table tbody tr:first-child td:first-child {
            
        }
    }
    */
    
    
    /*
    .uc-catalog-menu .t-width_12 {
       max-width: 100% !important;

    }
    
    
    
    .uc-obj-nav  .t-align_center {
    text-align: center;
    align-items: flex-start;
    display: flex !important;
}

    .uc-obj-nav .t395__tab {
        border: 1px solid #292d42 !important;
        width: 140px;
        margin-right: 20px;
        border-radius: 100px !important;
        display: inline-block;

    }
    .uc-obj-nav .t395__tab_active:after {
        display: none;
    }
    
    @media screen and (max-width: 1360px) {
        .uc-obj-nav .t-width_12 {
             max-width: 1160px !important;
        }
    }
    
    
    @media screen and (max-width: 960px) {
    .uc-obj-nav .t395__wrapper { 
        display: none !important;
    }
}
*/