.lsfw-tab {
    display: block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    margin-bottom: 25px;
}

.lsfw-tab .lsfw-tab__li:not(.active) {
    cursor: pointer;
}

.lsfw-tab .lsfw-tab__li.active {
    color: #475669;
}

.lsfw-tab .lsfw-tab__li:not(.active):hover {
    color: #215f86;
}

.lsfw-tab .lsfw-tab__li:last-of-type {
    margin-right: 0;
}

.lsfw-tab .lsfw-tab__li {
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    color: #318cc6;
    margin-right: 45px;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (min-width: 1023px) {
    .bth__ttl-h1 + .lsfw-tab {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1023px) {
    .lsfw-tab.mt25 {
        margin-top: 20px !important;
    }

    .lsfw-tab {
        margin-bottom: 20px;
        overflow: auto;
        white-space: nowrap;
    }

    .lsfw-tab .lsfw-tab__li {
        font-size: 17px;
        margin-right: 15px;
    }
}