

/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/diseases-list/style.css?17714075626667*/
.abc .items{
    display: flex;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.abc .item{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
    width: 48px;
    height: 48px;
    border: 1px solid rgb(220, 47, 47);
    border-radius: 4px;
}
.abc .item:hover, .abc .item.active{
    background: rgb(220, 47, 47);
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: 400ms;
}
.abc_page {
    display: flex;
    flex-direction: column-reverse;
}
.words_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.words_blocks {
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.words_blocks:nth-last-of-type(1) {
    padding-bottom: 0;
    border-bottom: unset;
}
.words_blocks .name{
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
}
.words_blocks .items{
    display: flex;
    gap: 8px 32px;
    flex-wrap: wrap;
}
.words_blocks .items a{
    flex: 0 1 calc(25% - 24px);
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.words_blocks .items a:hover{
    color: #DC2F2F;
    transition: 400ms;
}

.left_filter{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.left_filter .filter_cat{
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    cursor: pointer;
}
.left_filter .form-checkbox__box {
    background: transparent;
}

.diseases_search_block {
    margin-bottom: 34px;
}
.diseases_search_block form {
    display: flex;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    padding: 8px 16px;
    align-items: center;
    position: relative;
}
.diseases_search_block input {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 153%;
    border: 0;
    background: transparent;
}
.diseases_search_block .submit {
    width: 19px;
    height: 19px;
    background-image: url('/bitrix/templates/aspro-allcorp3medc/images/head_search_button.svg');
    background-repeat: no-repeat;
    border: 0;
    margin-right: 12px;
    background-color: transparent;
}
.diseases_search_block .reset {
    position: absolute;
    right: 5px;
    background-image: url('/bitrix/templates/aspro-allcorp3medc/images/reset.svg');
    background-repeat: no-repeat;
    border: 0;
    width: 24px;
    height: 24px;
    display: none;
}

.diseases_search_res{
    display: none;
    flex-direction: column;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 4px;
    box-shadow: 9px 9px 44px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    margin-top: 8px;
    position: absolute;
    gap: 8px;
    width: 100%;
    padding: 16px;
    z-index: 2;
}
.diseases_search_res.active{
    display: flex;
}
.filter_mob{
    display: none;
}
@media (max-width: 1400px) {
    .words_blocks .name {
        font-size: 14px;
    }
    .words_blocks .items a {
        flex: 0 1 calc(33.333% - 24px);
        font-size: 14px;
    }
    .abc .item {
        width: 40px;
        height: 40px;
    }
    .abc .items {
        gap: 18px;
    }
}
@media (max-width: 991px) {
    .words_blocks .items a {
        flex: 0 1 calc(50% - 24px);
    }
    .col-md-12.col-sm-12.col-xs-12.content-md{
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .side_left .container .left_block {
        display: block;
        width: unset;
        padding-right: unset !important;
    }
    #main .container > .row > .maxwidth-theme > .content-md > .left_block > div{
        display: block !important;
    }
    .left_filter {
        display: none;
    }
    .filter_mob {
        display: block;
        padding-bottom: 100px;
        position: relative;
    }
    .filter_mob .items{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .filter_mob .item{
        box-sizing: border-box;
        border: 1px solid rgb(229, 229, 229);
        border-radius: 4px;
        background-color: rgb(255, 255, 255);
        padding: 30px 19px 19px 16px;
        display: flex;
        flex-direction: column;
        background-image: url("/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/diseases-list/img/mob_more.svg");
        background-position: calc(100% - 17px) 34px;
        background-repeat: no-repeat;
    }
    .filter_mob .svg{
        min-height: 36px;
        display: block;
        margin-bottom: 35px;
    }
    .filter_mob .name{
        color: rgb(51, 51, 51);
        font-size: 22px;
        font-weight: 400;
        line-height: 29px;
    }
    .filter_mob .item.active{
        background-color: #DC2F2F;
    }
    .filter_mob .item.active .name{
        color: #fff;
    }
    .filter_mob .item.active .svg{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(154deg) brightness(104%) contrast(103%);
    }
    .filter_mob .owl-dots {
        display: flex;
        gap: 12px;
        justify-content: center;
        align-items: center;
        bottom: -56px;
    }
    .filter_mob .owl-carousel .owl-dots .owl-dot {
        margin: 0;
    }
    .filter_mob .owl-carousel.owl-carousel--outer-dots .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
    }
    .filter_mob .owl-carousel--button-offset-half .owl-prev{
        transform: unset;
        top: unset;
        background: unset !important;
    }
    .filter_mob .owl-carousel--button-wide .owl-carousel__button {
        transform: unset;
        display: none;
    }
    .filter_mob .owl-carousel--button-offset-half .owl-next {
        transform: rotate(180deg);
        top: unset;
    }
    .filter_mob .owl-carousel--button-offset-half .owl-nav button {
        border: 1px solid #ededed !important;
        border-radius: 3px;
        box-shadow: 0 4px 21px 0 rgba(51,51,51,0.1);
        background-color: #fff !important;
        background-image: url('/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/diseases-list/img/arrow.svg') !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        width: 36px;
        height: 36px;
        top: 32px;
    }
    .filter_mob .owl-carousel--button-offset-half .owl-nav button svg{
        display: none;
    }
    .filter_mob .owl-carousel--button-wide .owl-nav {
        position: relative;
    }
}
@media (max-width: 768px) {
    .filter_mob .owl-nav {
        display: flex;
    }
}
@media (max-width: 600px) {
    .words_blocks .items a {
        flex: 0 1 100%;
    }
    .filter_mob .owl-carousel.owl-carousel--outer-dots .owl-dots {
        bottom: -55px;
    }
}
/* End */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/diseases-list/style.css?17714075626667 */
