.smart-tabs-wrap{
    padding: 60px 0;
}
.recommend-title + .smart-tabs-wrap{
    padding-top: 0;
}
.smart-tabs {
    position:relative;
}
.smart-tabs-title h2,
.smart-tabs h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
}
.tabs-list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 2px;
    overflow: hidden;
}

.tabs-list__item {
    margin-right: 30px;
}
.tabs-list__item a {
    display: block;
    cursor: pointer;
    color: #808080;
    font-size: 16px;
}
.tabs-content { position:relative; }
.tabs-content .k_loader {
    position: absolute;
    background-color: transparent;
}
.tabs-content.wait .product__list, .tabs-content.wait .product__slider {
    opacity: .4;
}
.smart-tabs .swiper-slide{
    width: auto;
}
.smart-tabs .line {
    display: none;
}
.smart-tabs .tabs-list{
    margin-bottom: 40px;
    padding-bottom: 0;
}
.smart-tabs .swiper-button-next svg,
.smart-tabs .swiper-button-prev svg{
    fill: var(--main_text_black);
    transition: 0.2s all linear;
    will-change: transform;
}
.smart-tabs .swiper-button-prev{
    left: -23px;
}
.smart-tabs .swiper-button-next{
    right: -23px;
}
.smart-tabs .swiper-button-prev,
.smart-tabs .swiper-button-next{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
@media(hover:hover){
    .smart-tabs .swiper-button-prev:hover svg{
        transition: 0.2s all linear;
        transform: translateX(-5px);
    }
    .smart-tabs .swiper-button-next:hover svg {
        transition: 0.2s all linear;
        transform: translateX(5px);
    }
}
.smart-tabs .swiper-button-prev:active,
.smart-tabs .swiper-button-next:active {
    transform: scale(0.9);
    transition: 0.2s all linear;
}
.smart-tabs .swiper-button-next.swiper-button-disabled,
.smart-tabs .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.smart-tabs .tabs-list::before {
    display: none;
}
.smart-tabs .tabs-list__item {
    margin: 0;
    padding: 1px 0;
    border: 1px solid transparent;
}
.smart-tabs .tabs-list__item a {
    height: 46px;
    padding: 0 24px;
    margin-right: 12px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--text-filter);
    transition: 0.2s all linear;
    white-space: nowrap;
}
.smart-tabs .tabs-list__item a:hover {
    transition: 0.2s all linear;
    border: 1px solid var(--main_text_black);
    color: var(--main_text_black);
}
.smart-tabs .tabs-list__item a.active {
    transition: 0.2s all linear;
    border: 1px solid var(--active-tab);
    background-color: var(--active-tab);
    color: #fff;
}

.smart-tabs .k_loader::before {
    top: calc(50% - 100px);
}
.right-shadow {
    background: linear-gradient(270deg, #FFF 32.39%, rgba(252, 252, 252, 0) 106.25%);
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0;
    right: -1px;
    pointer-events: none;
    z-index: 1;
}
.smart-tabs.recommends {
    margin-top: 0;
    padding-top: 0;
}
.smart-tabs .product__slider-wrp{
    margin-top: 0!important;
}
.smart-tabs .product__slider .product_item__price{
    padding-top: 0;
}
.recommend-title {
    padding-top: 60px;
}
.recommend-title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    display: inline-block;
}
.item-not-data-filter p {
    text-align: center;
    font-size: 25px;
}
.smart-tabs .big-text{
    margin: 60px 0;
}
.smart-tabs .small-text{
    display: none;
}
.item-not-data-filter + .k_loader{
    display: none;
}
.smart-tabs .product__list.tiles .border-top-tiles{
    display: none;
}
@media screen and (max-width: 992px) {
    .smart-tabs-wrap{
        padding: 40px 0;
    }
    .recommend-title{
        padding-top: 40px;
    }
    .smart-tabs-title h2, .smart-tabs h2,
    .recommend-title h2{
        font-size: 26px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 576px) {
    .recommend-title{
        padding-top: 25px;
    }
    .smart-tabs-title h2, .smart-tabs h2, .recommend-title h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
    }
    .smart-tabs .tabs-list__item a{
        font-size: 12px;
        height: 36px;
        padding: 0 12px;
        margin-right: 8px;
    }
    .smart-tabs .tabs-list{
        margin-bottom: 32px;
    }
    .mini_tiles .product_card-flags{
        top: 0;
        left: 0;
    }
    .mini_tiles .product-item-image-wrapper{
        padding-top: 150px;
        margin-bottom: 32px;
    }
    .mini_tiles .product_item__price .price{
        font-size: 16px;
    }
    .mini_tiles .product_item__price .old_price{
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
    }
    .mini_tiles .product_item_title .name{
        margin-bottom: 8px;
    }
    .smart-tabs-wrap{
        padding: 25px 0;
    }
    .right-shadow{
        display: none;
    }
}