.i-tab {
    margin-bottom: 10px;
}

.i-tab div {
    float: left;

    width: 50%;

    cursor: pointer;
    text-align: center;
    text-transform: uppercase;

    color: #bfc3c5;
    border: 1px solid transparent;
    border-bottom-color: #b7c2cd;

    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
}

.i-tab-link {
    display: block;

    color: #bfc3c5;
}

.i_tab1.active {
    color: #d14c47;
    border-color: #b7c2cd;
    border-bottom-color: transparent;
    border-radius: 5px 5px 0 0;
}

.i_tab2.active {
    color: #d14c47;
    border-color: #b7c2cd;
    border-bottom-color: transparent;
    border-radius: 5px 5px 0 0;
}
@media (min-width: 320px) {
    .v2__tabs {
        display: flex;

        margin-bottom: 25px;
    }
    .v2__playlist-tab-link {
        width: 50%;
        padding: 10px 0;

        text-align: center;
        text-transform: uppercase;

        color: #7a8591;
        border-bottom: 1px solid #c1cad4;

        font-size: 11px;
        font-weight: 700;
    }
    .v2__playlist-tab-link.active {
        color: #d14c47;
        border: 1px solid #c1cad4;
        border-bottom: none;
        border-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .v2__playlist-tab-link:hover {
        color: #d14c47;
    }
}

@media (min-width: 600px) {
    .v2__playlist-tab-link {
        font-size: 14px;
    }
}

@media (min-width: 720px) {
    .i-tab {
        margin-bottom: 30px;
    }

    .i-tab div {
        font-size: 28px;
        line-height: 84px;
    }
}


@media (min-width: 1020px) {
    .i-tab {
        margin-bottom: 22px;
    }

    .i-tab div {
        border-width: 1px;

        font-size: 14px;
        line-height:42px;
    }
}
