.smart-tabs { position:relative; margin-bottom:60px;}
.tabs-list {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 2px;
    overflow: hidden;
}
.tabs-list__item {
    margin-right: 30px;
}
.tabs-list__item a {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
}
.tabs-list__item a:hover,.tabs-list__item a.active{
    color: #f0a400;
}
.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;
}