

/* Start:/local/components/ibs/research_tabs/templates/.default/style.css?17654618302581*/
.button-tab {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    background-color: #000;
    border-color: #000;
    color: #fff;
    padding: 15px 12px;
    height: 44px;
    margin-right: 24px;
}

.button-tab--outlined {
    background-color: #F0F0F5;
    border-color: #F0F0F5;
    color: #000;
}

a.button-tab--outlined:focus {
    color: #fff;
}

.selected {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.selected:hover {
    color: #fff;
}

.tabs_filter {
    padding-top: 8px;
    padding-bottom: 40px;
}

.after_block_auth .tabs_filter{
    padding-top: 0px;
    margin-top: -16px;
}

@media screen and (max-width: 1024px),
print {
    .tabs_filter {
        padding-bottom: 10px;
        margin-top: -20px;
    }

    .button-tab {
        margin-right: 20px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px),
print {
    .tabs_filter {
        padding-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px 20px;
        margin-top: -32px;
    }

    .tabs_filter.after_block_auth {
        padding-top: 0px;
        margin-top: 0px;
    }

    .button-tab {
        min-width: 162px;
        margin-bottom: 0px;
        margin-right: auto;
    }

    .tabs_filter .button-tab {
        flex: 1 0 calc(50% - 10px);
        min-width: 0;
        text-align: center;
        box-sizing: border-box;
    }

    .button-tab:nth-child(2) {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .button-tab:nth-child(3) {
        margin-bottom: 0px;
        order: 4;
    }

    .button-tab:nth-child(4) {
        margin-right: 0px;
        margin-bottom: 0px;
        order: 3; 
    }
}
/* End */


/* Start:/local/components/korus/news.list/templates/base/style.css?1748411248112*/
.page__main .noAuth .auth-promo {
    padding-bottom: 0;
}
.page__main .noAuth .ds-pagination {
    margin: 0;
}
/* End */
/* /local/components/ibs/research_tabs/templates/.default/style.css?17654618302581 */
/* /local/components/korus/news.list/templates/base/style.css?1748411248112 */
