.lsfw-tabs, .tabs-bar {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-family: 'apercu_pro', sans-serif;
}

.lsfw-tab > *,
.tabs-bar .tab > * {
    font-size: inherit;
    font-family: inherit;
}

.lsfw-tab,
.tabs-bar .tab {
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    padding: 0 0 8px 0;
    margin-right: 20px;
    color: #215f86;
}

.lsfw-tab:hover {
    color: #215f86;
}

.lsfw-tab.active,
.tabs-bar .tab.active {
    color: #475669;
    border-bottom: 2px solid #e03a3a;
}

.lsfw-tab:not(.active):hover,
.tabs-bar .tab:not(.active):hover {
    color: #318cc6;
}

.tabs-bar > .tab > *,
.tabs-bar > .lsfw-tab > * {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.lsfw-tab > h2 {
    margin: 0;
    padding: 0;
    font-family: 'apercu_pro', sans-serif;
}

.tabs-block .lsfw-line, .tabs-block .line {
    display: none!important;
}

.tabs-block.tabs-block--big {
    border-bottom: none;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.tabs-block.tabs-block--big .lsfw-tab:not(.active) {

    color: #215f86;
}

.tabs-block.tabs-block--big .tabs-bar {
    border: none;
}

.tabs-block.tabs-block--big .lsfw-tab {

    margin-right: 30px;
    text-transform: uppercase;
    font-size: 20px;
}


@media screen and (max-width: 1024px) {
    .tabs-block.tabs-block--big {
        border-bottom: none;
        margin-top: 25px;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .lsfw-tabs {
        white-space: nowrap;
        overflow: auto;
        overflow-x: auto;
    }

    .tabs-block.tabs-block--big .tabs-bar {
        white-space: nowrap;
        overflow: auto;
        margin: 0;
        overflow-y: hidden;
    }

    .tabs-block.tabs-block--big .lsfw-tab.active {
        color: #e03a3a !important;
        border-bottom: 1px solid;
    }

    .tabs-block.tabs-block--big .lsfw-tab {
        font-size: 14px;
        font-weight: normal;
        margin-right: 20px;
    }
}

@media screen and (max-width: 766px) {
    .tabs-bar {
        white-space: nowrap;
        overflow: auto;
    }

}