
.tabs-bar {
    margin: 45px 0 30px 0;
}

.tabs-block .lsfw-tab * {
    font: inherit;
    color: inherit;
}


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

.tabs-block .lsfw-tab.active {
    color: #475669;
    border-bottom: 2px solid #e03a3a;
}
@media screen and (max-width: 1200px) {

    .tabs-bar {
        white-space: nowrap;
        overflow-y: auto;
        margin: 35px 0 20px 0;
    }
}
@media screen and (max-width: 1023px) {

    .tabs-block {
        margin: 25px 0 20px 0;
    }


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