.podbor-items .grid-list{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}
@media(max-width: 1200px){
    .podbor-items .grid-list{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 990px){
    .podbor-items .grid-list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 768px){}

.product-inner{
    margin-bottom: 60px;
}
.product-inner .top{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}
.product-inner .top .top-item.right{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
}
.top-item-right{

}
.product-inner .top .left{}
.product-inner .top .left .img{
    background: #fefefe;
    border-radius: 20px;
    position: relative;
    min-height: 488px;
}
.product-inner .top .left .img img{
    min-width: 50%;
    max-width: 100%;
    max-height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-inner .top .left .section_desc h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 70px;
}
.product-inner .top .left .section_desc{

}
.product-inner .bottom table,
.product-inner .top .left .section_desc table{
    border-collapse: collapse;
}
.product-inner .bottom table tr,
.product-inner .top .left .section_desc table tr{

}
.product-inner .bottom table td.td-left{
    width: 33.333333%;
}
.product-inner .bottom table td.td-right div{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.product-inner .bottom{
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 16px 0 0;
}
.product-inner .bottom table td.td-right div .name{
    grid-column: span 2 / span 2;
    margin-right: .75rem;
    font-weight: 600;
}
.product-inner .bottom table td.td-right div .desc{
    grid-column: span 10 / span 10;
}
.product-inner .bottom table td.td-right{
    width: 66.666667%;
}
.product-inner .bottom table td,
.product-inner .top .left .section_desc table td{
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
}
.product-inner .bottom table tr:nth-child(odd),
.product-inner .top .left .section_desc table tr:nth-child(odd){

}
.product-inner .bottom tr:nth-child(even),
.product-inner .top .left .section_desc table tr:nth-child(even){
    background: #f5f5f5;
}
.product-inner .top .right{}
.product-inner .top .right h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px;
    margin-top: 0;
}
.product-inner .top .right .type-list.front-light{
    /*margin-bottom: 40px;*/
}
.product-inner .top .right .type-list{
    flex-direction: column;
    display: flex;
    gap: 14px;
    max-width: 463px;
}
.product-inner .top .right .type-item{
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 10px;
    min-height: 60px;
    padding: 6px;
    gap: 9px;
}
.product-inner .top .right .type-item .icon{
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    position: relative;
}
.product-inner .top .right .type-item .icon svg{
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-inner .top .right .type-item .name{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    min-width: 210px;
}
.product-inner .top .right .type-item .list-btns{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.product-inner .top .right .type-item .list-btns .tooltip-btn{
    position: relative;
}
.product-inner .top .right .type-item .list-btns .tooltip-btn .tooltip-text {
    visibility: hidden;
    width: max-content;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: .25rem;
    padding: .125rem .375rem;
    position: absolute;
    top: -1.5rem;
    left: 0px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    font-size: .6875rem;
    line-height: 1rem;
}
.product-inner .top .right .type-item .list-btns .tooltip-btn:hover .tooltip-text{
    visibility: visible;
    opacity: 1;
}
.product-inner .top .right .type-item .list-btns .btn-item{
    display: inline-flex;
    border-radius: 5px;
    padding: 5px;
    height: 30px;
    background: #fff;
    color: #000;
    align-items: center;
    cursor: pointer;
    border: none;
}
.product-inner .top .right .type-item .list-btns .tooltip-btn{
    display: inline-flex;
}
.product-inner .top .right .type-item .list-btns .btn-item.is-active{
    background: #ad2323;
    color:#fff;
}
.group_description_block.bottom{
    display: none;
}
.topic__heading .element-count-wrapper{
    display: none;
}
.podbor-list h2#js-title{
    font-weight: 500;
    font-size: 26px;
    line-height: 108%;
    color: #000;
    margin: 0 0 20px !important;
}
.tab-names{
    background: #f5f5f5;
    border-radius: 5px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-bottom: 40px;
}
.tab-names .tab-name{
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: #151515;
    padding: 5px 13px;
    border-radius: 5px;
    cursor: pointer;
}
.tab-names .tab-name.is-active{
    background: #ad2323;
    color: #fff;
}
@media(max-width: 768px){
    .product-inner .top{
        grid-template-columns: repeat(1, 1fr);
        gap: 24px 0;
    }
    .product-inner .top .left{

    }
    .product-inner .top .top-item.right{
        grid-template-columns: repeat(1, 1fr);
        gap: 24px 0;
    }
    .product-inner .top .right .type-list{
        max-width: 100% !important;
        width: 100% !important;
    }
    .product-inner .top .right .type-item{
        flex-wrap: wrap;
    }
    .product-inner .top .right .type-item .icon{}
    .product-inner .top .right .type-item .name{}
    .product-inner .top .right .type-item .list-btns{
        flex: 0 0 100%;
    }
    .product-inner .top .left .img {
        min-height: 100%;
    }
    .product-inner .top .left .img img{
        position: static;
        transform: none;
    }
}

.theme-dark .product-inner .top .right .type-item{
    background-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .product-inner .top .right .type-item .name{
    color:#fff;
}
.theme-dark .product-inner .top .right .type-item .list-btns .btn-item{
    background: rgb(43, 43, 43);
    color:#fff;
}
.theme-dark .product-inner .top .right .type-item .list-btns .btn-item.is-active,
.theme-dark .product-inner .top .right .type-item .list-btns .btn-item:hover{
    color:#fff;
    background: rgb(199, 41, 41);
}
.theme-dark .podbor-list h2#js-title,
.theme-dark .product-inner .bottom table td,
.theme-dark .product-inner .top .left .section_desc table td{
    color: #fff;
}
.theme-dark .tab-names .tab-name{
    color: #fff;
}
.theme-dark .tab-names{
    background: rgba(255, 255, 255, 0.1);
}
.theme-dark .product-inner .bottom tr:nth-child(even),
.theme-dark .product-inner .top .left .section_desc table tr:nth-child(even){
    background: rgb(43, 43, 43);
}