.tabs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}
.tabs-header__item {
    cursor: pointer;
    position: relative;
    padding-bottom: 11px;
    font-weight: 700;
    font-size: 16px
}
.tabs-header__item:not(:first-child) {
    margin-left: 32px;
}
.tabs-header__item.is-active:after {
    content: '';
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 3px;
    margin-top: -2px;
    background-color: #e0be85;
    background-color: var(--base-color-gold);
}
.tabs-content__item {
    display: none;
    padding-top: 26px;
}
.tabs_blue .tabs-header__item {
    padding-right: 3px;
    padding-bottom: 13px;
    font-size: 20px
}
.tabs_blue .tabs-header__item sup {
    color: #00AEFF;
    color: var(--base-color-blue)
}
.tabs_blue .tabs-header__item.is-active:after {
    height: 5px;
    margin-top: 0;
    background-color: #00AEFF;
    background-color: var(--base-color-blue)
}
.tabs_blue .tabs-content {
    min-height: 400px;
}
.tabs_blue .tabs-content__item {
    padding: 30px 0 60px
}
.tabs_blue .tabs-content__item .tags-list-wr {
    margin-top: 0
}

@media (max-width: 767px) {
    .tabs_blue .tabs-header__item {
        font-size: 13px
    }

    .tabs_blue .tabs-header__item:not(:first-child) {
        margin-left: 20px
    }

    .tabs_blue .tabs-header__item sup {
        position: absolute;
        left: 100%
    }
    .tabs_blue .tabs-header__item.is-active:after {
        height: 3px
    }

    .tabs_blue .tabs-content__item {
        padding-top: 20px
    }

    .tabs_blue .tabs-content__item .tags-list-wr {
        display: none
    }
    .tabs_blue .tabs-content .page-catalog .filters-wr {
        margin-top: 0
    }
}