.widget-container-logotype-wrap,
.widget-logotype-wrap{
    width: 300px !important;
}
.widget-container-item.widget-container-logotype.intec-ui-picture,
.c-header.c-header-template-1 .widget-view.widget-view-fixed .widget-logotype{
    width: 300px !important;
}

.ns-bitrix.c-news-list.c-news-list-brands-list-1 .news-list-item-picture {
    padding-top: 50% !important;
}

body {
    overflow-x: hidden !important;
}

.catalog-content .catalog-description table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/* .catalog-content .catalog-description table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; 
} */

.catalog-content .catalog-description table tr th {
    text-align: center;
    padding: 26px;
}

.catalog-content .catalog-description table tr td {
    text-align: center;
    padding: 26px;
}

.catalog-content .catalog-description table tr td p {
    margin: 0 !important;
}

.catalog-content .catalog-description table tr th p {
    margin: 0 0 10px 0;
}

.catalog-content .catalog-description table  thead  tr {
    background-color: #a9a9a9;
    color: #fff;
}

.catalog-content .catalog-description table tbody tr:nth-child(even) {
    background-color: #f4f5f6;
}

@media (max-width: 1199px) {
    .catalog-content .catalog-description table {
        table-layout: auto;
    }
}

@media (max-width: 767px) {
    .catalog-content .catalog-description table tr th {
        text-align: center;
        padding: 10px;
    }

    .catalog-content .catalog-description table tr td {
        text-align: center;
        padding: 10px;
    } 

    .catalog-content .catalog-description table {
        display: block;
        overflow-x: scroll;
    }
}
