.s-brands {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 44px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f3f3f3
}

.s-brands .brand-card {
    cursor: pointer
}

.s-brands .brand-card img {
    max-width: 100%;
    max-height: 54px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.s-brands .brand-card:hover img {
    mix-blend-mode: luminosity;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.side-menu__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%
}

.side-menu__nav {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 0;
    width: 0;
    opacity: 0;
    /* overflow: hidden; */
}

.side-menu__nav.active{
    height: auto;
    opacity: 1;
    width: 390px;
}


.side-menu__nav .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #dbdbdb;
    width: 100%;
    -webkit-box-shadow: 1px 1px 5px #00000010;
    box-shadow: 1px 1px 5px #00000010
}

.side-menu__nav .menu__item {
    padding: 7px 10px;
    width: 100%
}

.side-menu__nav .menu__item.active {
    background: #b19057;
    color: #fff
}

.side-menu__nav .menu__item:has( li.active){
    background: #b19057;
    color: #fff
}

.side-menu__cat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    line-height: 1;
    padding: 5px 20px;
    background: #b19057;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    /* padding-bottom: 5px; */
    border: 2px solid transparent;
  
}
.side-menu__cat-wrap:hover{
    border: 2px solid #b19057;
    background: #fff;
    color: #000;
}

.side-menu__cat-wrap.active .side-menu__cat-arow {
    
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.side-menu__cat-arow {
    line-height: 1;
    margin-left: 15px;
    font-size: 22px;
    font-weight: 700;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    transform: rotate(180deg);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
    /* display: none */
}

.side-menu__cat-arow:hover {
    /* color: #b19057 */
}

.seo {
    padding-top: 40px;
    padding-bottom: 40px
}

.seo h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 130%
}

.seo h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 130%
}

.seo p {
    margin-bottom: 10px
}

.seo ul {
    margin-bottom: 15px
}

.seo ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.seo ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    min-width: 13px;
    margin-right: 8px;
    border: 4px solid #b19057
}

.seo ol {
    margin-bottom: 15px;
    list-style-position: inside
}

.prod-main {
    display: flex;
    grid-template-columns: 1fr 3fr;
    grid-gap: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b19057
}

.prod-main__img-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 30%;
    float: left
}

.prod-main__img-wrap img {
    max-width: 100%
}

.prod-main__prod-content {
    padding-top: 50px
}

.prod-main__content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 130%
}

.prod-main__content h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 130%
}

.prod-main__content p {
    margin-bottom: 10px
}

.prod-main__content ul {
    margin-bottom: 15px
}

.prod-main__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.prod-main__content ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    min-width: 13px;
    margin-right: 8px;
    border: 4px solid #b19057;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.prod-main__content ol {
    margin-bottom: 15px;
    list-style-position: inside
}

.prod-main__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px
}

.prod-info {
    padding-top: 40px;
    padding-bottom: 40px
}

.tabs {
    width: 100%
}

.tabs__container {
    padding: 15px;
    border: 1px solid #16314e
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tabs__link {
    cursor: pointer;
    font-size: 25px;
    padding: 10px 20px;
    font-weight: 600;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.tabs__link:first-child {
    padding-left: 0
}

.tabs__link.active,
.tabs__link:hover {
    color: #b19057
}

.tabs__item {
    display: none
}

.tabs__item img {
    max-width: 60%;
    margin: auto;
    display: block
}

.tabs__item.active {
    display: block
}
/* Список в табах */
.characteristic__title .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* .characteristic__wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
} */
.characteristic__wrap {
    margin-bottom: 20px;
}

.characteristic__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.characteristic__item::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #dd7e1f;
    margin-right: 5px;
}

.characteristic__wrap ul {
    margin-top: 10px;
}

.tabs-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs-nav-wrap a {
    cursor: pointer;
    font-size: 25px;
    padding: 10px 20px;
    font-weight: 600;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.tabs-nav-wrap a:hover {
    color: #b19057
}




/* Таблица */

.specification-table { margin-top: 1em; text-align:center; }
.specification-table th { font-weight: normal; text-align:center; padding: 5px; }
.specification-table tr { font-size: 14px;  }
.specification-table td { padding: 12px 5px; border-bottom: #ddd 1px solid; }
.specification-table tr:hover td, .specification-table tr:focus td { background: #eee; }
.specification-table tr th, .specification-table tr.bottom td, .specification-table tr td.bottom { border-bottom: #333 1px solid; }
.specification-table tr:first-child th { font-size: 16px; font-weight: bold; border-bottom: #FF8000 1px solid; padding-bottom: 10px; }
.note { margin-top: 1em; font-family: font-size: 12px;}
.specification-table th:first-child, .specification-table td:first-child, .specification-table th+td { text-align: left; }

.specification-table .text-center td{text-align: center!important;}
.specification-table td.text-center{text-align: center!important;}





.modal{
    z-index: 99999 !important;
}
.tabs__item.active .table-wrap{
    display: block !important;
}
.table-wrap{
    display: none;
}
.table-wrap.active{
    display: block !important;
}


@media only screen and (max-width:1620px) {
    .s-brands {
        grid-column-gap: 30px;
        grid-row-gap: 16px
    }

    .s-brands .brand-card img {
        max-height: 50px
    }
}

@media only screen and (max-width:1200px) {
    .s-brands {
        grid-template-columns: repeat(5, 1fr)
    }

    .s-brands .brand-card img {
        max-height: 30px
    }

    .side-menu__nav {
        height: 0;
        opacity: 0
    }

    .side-menu__nav.active {
        height: auto;
        opacity: 1
    }

    .side-menu__cat-arow {
        display: block
    }

    .prod-main {
        display:grid;
        grid-template-columns: 1fr
    }

    .prod-main__prod-content {
        padding-top: 0
    }

    .tabs-nav-wrap a,
    .tabs__link {
        font-size: 18px;
        padding: 8px 15px
    }
    .side-menu__nav.active{
        width:100%;
    }
    
}

@media only screen and (max-width:767px) {
    .s-brands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .prod-main__img-wrap {
        width: 80%;
        margin: auto;
        float: none
    }

    .prod-main__title {
        font-size: 30px
    }

    .tabs__nav {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr
    }

    .tabs__link {
        padding: 5px
    }

    .tabs__link:first-child {
        padding-left: 5px
    }

    .tabs-nav-wrap {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1200px) and (min-width:768px) {
    .tabs__nav {
        width: 100%
    }

    .tabs-nav-wrap a {
        white-space: nowrap
    }
}




