.table {
	display: table;
	width: 100%;
	box-sizing: border-box;
	empty-cells: show; 
	border-collapse:separate;
    border-spacing: 0 1px;
    overflow: hidden;
}
.table span{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-colgroup {
	display: table-column-group;
}
.table-col {
	display: table-column;
}
.table-thead {
	display: table-header-group;
}
.table-tbody {
	display: table-row-group;
}
.table-tr, .table-tr-th {
	display: table-row;
}
.table-th {
	display: table-cell;
	text-align: left;
	
}
.table-tbody .table-th {
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table-th a{
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #22252A;
    display: flex;
    align-items: center;
    
}

.table-td {
	display: table-cell;
	background: #fff;
}
.table-td .main__btn{
    
}

.table-thead .table-th, .table-thead .table-td {
    background: none;
	border-left: 1px solid #E4E4E4;
	font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #22252A;
    text-align: center;
}
.table-thead .table-th:nth-child(1) {
	border-left: 0;
}
.table-tbody .table-td {
	vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #22252A;
}
.table-tbody .table-tr .table-td:last-child{
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table-tbody .table-tr .table-td:last-child a{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #F9C843;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.table-tbody .table-tr {
	box-shadow: 0px 2.97443px 5.94886px rgba(0, 0, 0, 0.05);
}
.table-tbody .table-td {
    position: relative;
}
.table-tbody .table-td:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -9999px;
    bottom: -9999px;
    background-color: rgba(34, 37, 42, 0.05);
    z-index: 1;
}
.table-tbody .table-tr .table-td:last-child:hover:before{
    content: none;
}


@media only screen and (max-width: 767px) {
   /* .shop_table.card-list {
        overflow-x: scroll;
        overflow-y: visible;
        margin-left: 190px;
    }*/
    .outer_table{
        overflow-x: scroll;
        overflow-y: visible;
       
    }
    .table{
         margin-left: 190px;
    }
    .shop_table .table-thead .table-th:nth-child(1),
    .shop_table .table-tbody .table-th {
        position: absolute;
        left: 0;
        width: 198px;
        line-height: 2.6;
        background: #fff;
        box-shadow: 6px 0 6px -6px #00000075;
        overflow-x: scroll;
        z-index: 9;
        padding-left: 10px;
    }
    .shop_table .table-thead .table-th:nth-child(1) {
        line-height: 4.5;
        background: #F5F5F5;
        box-shadow: none;
        margin-top:-25px;
    }
    .table-th a {
        white-space: nowrap;
    }
    .table-tbody .table-td,
    .table-tbody .table-th a {
        height: 47px;
        white-space: nowrap;
    }
    
}

.sidebar-catalog-menu {
    width: 100%;
}

/*Filter catalog sidebar */
ul.sidebar-list__group_main,
.slide_bottom.filter-block {
    padding: 22px 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F5;
    box-shadow: inset 0px -1px 0px #e8e8e8;
    margin-bottom: 0;
}
.slide_bottom.filter-block div {
    display: flex;
    align-items: center;
}
.sidebar-menu .sidebar-list ul .sidebar-list__group_main > li > a,
.slide_bottom.filter-block div span{
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #22252A;
}
.slide_bottom.filter-block div svg {
    fill: none;
    margin-right: 25px;
}

.filter-block.filter-block-body {
    display: none;
}
.sidebar-menu .sidebar-list > ul:not([class]) {
    margin: 0;
    box-shadow: inset 0px -1px 0px #e8e8e8;
}
.sidebar-menu .sidebar-list ul > div.sidebar-list__group_main > li {
    width: 100%;
    border: 0;
    background: none;
    border-bottom: 0;
    padding: 22px 33px;
}
.sidebar-menu .sidebar-list ul > div.sidebar-list__group_main > li  > a {
    padding: 0;
}
.fixed-sidebar ul > div.sidebar-list__group_main > .sidebar-list__title:hover{
    background: none;
}
.fixed-sidebar ul > div.sidebar-list__group_main > li > .sidebar-list__link:hover, 
.fixed-sidebar .sidebar-menu ul > div.sidebar-list__group_main > li:hover > a,
.fixed-sidebar ul > div.sidebar-list__group_main > .sidebar-list__title.active > .sidebar-list__link,
.fixed-sidebar ul > div.sidebar-list__group_main > .sidebar-list__title--active .sidebar-list__link,
.fixed-sidebar ul > div.sidebar-list__group_main > li:hover > a {
    color: #22252A;
}

.fixed-sidebar ul > div.sidebar-list__group_main > .sidebar-list__title.active .sidebar-list__arrow svg,
.fixed-sidebar ul > div.sidebar-list__group_main > .sidebar-list__title--active .sidebar-list__arrow svg,
.fixed-sidebar ul > div.sidebar-list__group_main > .sidebar-list__title:hover .sidebar-list__arrow svg,
.fixed-sidebar ul > div.sidebar-list__group_main > .sidebar-menu .sidebar-list__arrow svg:hover {
    background: none;
    fill: #22252A;
}
.sidebar-menu ul > div.sidebar-list__group_main > li > .sidebar-list__arrow{
    width: auto;
}
.sidebar-menu ul > div.sidebar-list__group_main > li > .sidebar-list__arrow svg{
    fill: #D9D9D9;
}
.sidebar-menu ul > div.sidebar-list__group_main > li > .sidebar-list__arrow:hover svg,
.sidebar-menu ul > div.sidebar-list__group_main > li > .sidebar-list__arrow svg:hover
{
    fill: #22252A;
}
.fixed-sidebar .sidebar-list__group_main > li > a > .sidebar-cat__link-img{
    margin-right: 25px;
}
.sidebar-menu ul > div.sidebar-list__group_main > .sidebar-list__title.active > a > .sidebar-cat__link-img svg,
.sidebar-menu ul > div.sidebar-list__group_main > .sidebar-list__title:hover > a > .sidebar-cat__link-img svg{
    fill: #F9C843;
}
form .seo-text{
        padding: 40px;
        font-weight: 400;
        font-size: 16px;
        color: #494545;
    }
@media screen and (max-width: 991px){
    .slide_bottom.filter-block {
        display: none;
    }
    .filter-block.filter-block-body {
        display: block;
        min-width: 220px;
        height: 100%;
    }
    .filter-block.filter-block-body form {
        height: 100%;
    }
    .filters_mobile .filter-buttons__wrapper{
        width: 100%;
        margin-top: auto;
    }
    .filters_mobile .filter-buttons__wrapper span{
        width: 50% !important;
        justify-content: center;
        padding: 15px 0;
        font-weight: 400;
        font-size: 14px;
        border-radius: 0;
        color: #FFFFFF;
    }
    .filters_mobile .filter-buttons__wrapper .clearFilterAll {
        border-bottom: 0;
        text-align: center;
        color: #7D7D7D;
        background: #F5F5F5;
    }
    form .seo-text{
        padding: 40px 15px;
        font-size: 14px;
    }
    
}

.group-top.group_list .group_item {
    width: 48%;
}
.group-top.group_list .group_item_inner {
    flex-direction: row;
    justify-content: flex-start;
}
.group-top.group_list .group_item_description {
    margin-top: 30px;
}
.group-top.group_list .group_children_items{
    height: 80%;
}
@media screen and (max-width: 1280px) {
    .group-top.group_list .group_item_description {
        margin-top: 30px;
        height: 80%;
    }
    .group-top.group_list .group_children_items{
        height: 80%;
    }
}
@media screen and (max-width: 1080px) {
    .group-top.group_list .group_item_description {
    height: 60px;
    margin-top: 0px;
}
.group-top.group_list .group_children_items{
    height: 60px;
}
.group-top.group_list .group_item_inner{
    flex-direction: column;
}
}
@media screen and (max-width: 1080px) {
    .group-top.group_list .group_item .group_children_items {
        flex-direction: unset;
    }
}

@media screen and (max-width: 575px) {
    .group-top.group_list .group_item {
        width: 47%;
    }
    .group-top.group_list .group_item {
        height: auto;
        max-height: 320px;
    }
    .group-top.group_list .group_item_description {
        height: 43%;
        margin-top: 0px;
    }
    .group-top.group_list .group_children_items {
        height: 100%;
    }
    .group_list .group_item .group_children_items a{
        margin-right: 0;
    }
}
@media screen and (max-width: 440px) {
    .group-top.group_list .group_item_description {
        height: 52%;
        width: 95%;
    }
    .group-top.group_list .group_item .group_item_name a{
        width: 95%;
        word-wrap: break-word;
    }
    .group-top.group_list .group_item .group_children_items a {
        margin-right: 0;
        width: 95%;
        word-wrap: break-word;
    }
}
.sidebar-menu-callback {
    width: 100%;
    order: 2;
    margin-top:20px;
}
.sidebar-menu-callback .sidebar-list-callback ul li a{
    color: #22252A;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    width: 100%;
    display: inline-block;
    padding: 13px 15px 15px;
    position: relative;
}
.sidebar-menu-callback .sidebar-list-callback ul li {
    display: flex;
    border-bottom: 1px solid #eaeaea;
}

.sidebar-menu-callback .sidebar-list-callback ul {
    list-style: none;
    border-bottom: none;
    padding-left: 0;
}
.sidebar-menu-callback .sidebar-list-callback > ul:not([class]) {
    margin: 0;
    box-shadow: inset 0px -1px 0px #e8e8e8;
}
.sidebar-menu-callback .sidebar-list-callback ul li::before {
    content: none;
}








/**/

/* полоса прокрутки (скроллбар) */
.new-ctalog::-webkit-scrollbar {
    width: 24px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background: #f5f5f5;
}

/* ползунок скроллбара */
.new-ctalog::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 2px;
}

.new-ctalog::-webkit-scrollbar-thumb:hover {
    background-color: #c1c0c0;
}


.new-ctalog {
    width: 99%;
    margin-bottom: 30px;
    overflow-x: scroll;
    margin: 0 0 0 13px;
}

.new-ctalog table {
    width: 100%;
    background: #fff;
}

.new-ctalog table tr:first-child td {
    height: 65px;
    color: rgba(17, 46, 72, 1);
}

.new-ctalog table tr:first-child th {
    text-align: center;
    color: rgba(17, 46, 72, 1);
}

.new-ctalog table tr td {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    height: 50px;
    border-left: 2px solid #F7F7F7;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.new-ctalog table tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #22252A;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.new-ctalog table tr:nth-child(2n) {
    background-color: #F7F7F7;
}

.new-ctalog table tr td .tip {
    background: #F7F7F7;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 1.5;
    margin: 0 auto;
}

.new-ctalog table tr td a.buy-product {
    display: block;
    width: 65px;
    height: 30px;
    text-transform: uppercase;
    color: #fff;
    background: #FF1F22;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    line-height: 2.5;
    margin-left: auto;
    margin-right: auto;
}

.new-ctalog table tr td a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 17px;
    color: #F9C843;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.new-ctalog table tr td .popup-link::after {
    border-bottom: none;
}

.new-ctalog table tr th a {
    color: #333;
    text-decoration: underline;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.new-ctalog table tr th a:hover {
    text-decoration: underline;
    color: #ff1f22;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    .new-ctalog .outer {
        position: relative
    }

    .new-ctalog .inner {
        overflow-x: scroll;
        overflow-y: visible;
        width: 615px;
      
    }

    .new-ctalog table th {
        position: absolute;
        left: 0;
        width: 150px;
        line-height: 4.4;
        background: #fff;
        box-shadow: 6px 0 6px -6px #00000075;
    }

    .new-ctalog table tr:first-child th {
        line-height: 5.4;
    }

    .new-ctalog {
        padding: 0 6px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    .shop_table.card-list.view-minilist{
        display: flex;
    }
    .new-ctalog .outer {
        position: relative
    }

    .new-ctalog .inner {
        overflow-x: scroll;
        overflow-y: visible;
        width: 625px;
        
    }
    .new-ctalog table{
        margin-left: 150px;
    }
    .new-ctalog table th {
        position: absolute;
        left: 0;
        width: 150px !important;
        line-height: 130%;
        background: #fff;
        box-shadow: 6px 0 6px -6px #00000075;
        white-space: nowrap;
        overflow-x: scroll;
        height: 50px;
    }

    .new-ctalog table tr:first-child th {
        line-height: 3.5;
        height: 65px;
    }

    .new-ctalog table tr td {
        white-space: nowrap;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .new-ctalog .inner {
        width: auto;
    }
}