.smart-tabs-wrap h2 {
    margin-bottom: 30px;
}
.smart-tabs { position:relative; margin-bottom:120px;}
.tabs-list {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 8px;
    overflow: hidden;
}
.tabs-list .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--main_color);
    transition: .3s ease;
}
.tabs-list .swiper-slide{
    margin: 0 18px;
}
.tabs-list a {
    font-weight: 600;
    text-transform: uppercase;
}
.tabs-list a.active {
    opacity: 1 !important;
}
.tabs-content { position:relative; }
.smart-tabs .k_loader {
    position: absolute;
    background-color: transparent;
}
.smart-tabs .k_loader::before {
    border-left: 4px solid #222;
}
.tabs-content.wait .product__list, .tabs-content.wait .product__slider {
    opacity: .4;
}
.right-shadow {
    background: linear-gradient(270deg, #fff 32.39%, rgba(255, 255, 255, 0) 106.25%);
    position: absolute;
    height: calc(100% - 2px);
    width: 60px;
    top: 0;
    right: 0;
    pointer-events: none;
}
.item-not-data-filter p {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}
@media (max-width: 576px) {
    .tabs-list {
        justify-content: flex-start;
    }
    .tabs-list .swiper-slide {
        margin: 0 25px 0 0;
    }
    .smart-tabs {
        margin-bottom: 90px;
    }
}