.default-tab {
    background-color: #fff;
    color: #111;
    position : relative;
    opacity: 0.7;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #6c48d2;
    font-family: 'Circular Pro', sans-serif;
}

.count-purple {
    color:#6C48D2;
}

.active-tab {
    font-weight: bold;
    background-color: #fff;
    color: #111;
    position : relative;
    opacity: 0.7;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #6c48d2;
}

.default-tab:hover,
.default-tab:active,
.default-tab:visited,
.default-tab:focus {
    background: none;
}

.active-tab:hover,
.active-tab:active,
.active-tab:visited,
.active-tab:focus {
    background: none;
}

#vacancy-button.default-tab {
    margin-right: 16px;
}

#favorite-button.default-tab {
    margin-left: 16px;
}

.vacancy-header-buttons {
    padding-bottom: 15px;
}

.vacancy-header-buttons button {
    font-family: 'Circular Pro', sans-serif;
    font-size: 15px;
    padding-bottom: 2px;
}

.vacancy-header-buttons button.default-tab {
    font-family: 'Circular Pro Book', sans-serif;
}

@media screen and (max-width: 991px) {
    .default-tab,
    .active-tab {
        background-color: transparent;
        color: #fff;
        opacity: 1;
    }

    /*.default-tab::after,*/
    /*.active-tab::after {*/
    /*background: transparent;*/
    /*}*/

    .count-purple {
        color: #fff;
    }
}