@import "breadcrumbs.css";
@import "articles.css";
@import "blog-card.css";
@import "global.css";
@import "pagination.css";
@import "recommends.css";
@import "selector.css";

.selector a{
    z-index: 1;
    cursor: pointer;
    width: auto;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 24px 15px;

    display: flex;
    position: relative;
}

@media(max-width: 400px) {
    .selector a {
        padding: 16px 18px 15px;
    }
}

@media(max-width: 340px) {
    .selector span {
        font-size: 13px;
    }
}


/*.selector a.active {*/
/*    border-radius: 50px;*/
/*    background: #0F3BAC;*/
/*    padding: 16px 24px 16px;*/
/*}*/

.selector-bg {
    width: 30%;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50px;
    background: #0F3BAC;
    transition: 0.3s ease;
}

.selector-bg.second {
    left: 30%;
}

.selector-bg.third {
    left: 60%;
}

.selector a.active span {
    color: #fff !important;
}
.selector a span{
    text-decoration: none;
}

.bx_filter_input_checkbox{
    border: none !important;
    cursor: pointer;
    color: #98A1C3;
    padding-block: 10px !important;
    font-family: 'GraphikLCG-Light', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400;
    transition: color .2s ease !important;
}
.articles-tags label.active .bx_filter_input_checkbox span {
    color: #0F3BAC !important;
    font-weight: 600 !important;
    line-height: 150% !important;
}
.articles-tags{
    flex-wrap: wrap;
}

.bx_filter_input_checkbox::after{
    content: "" !important;
    padding-right: 0px !important;
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    right: 0;
}

.button-Useful_materials.load-more-items{
    display: none !important;
}

.bx_filter .bx_filter_section{
    padding: 0 !important;
}

.reviews{
    padding-top: 0 !important;
}

.bx_filter .bx_filter_parameters_box_container{
    margin-top: 0 !important;
}

.bx_filter_parameters_box_container{
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.bx_filter_section, form.smartfilter,.bx_filter_block,.bx_filter_parameters_box_container{
    width: 100%;
}
.bx_filter .bx_filter_parameters_box_container{
    flex-direction: row !important;
}