.articles-list{margin-bottom:80px}.articles-list_list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px 20px;padding:0;list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap}.articles-list_item{margin-bottom:30px;padding:0 15px}@media screen and (max-width:991.9px){.articles-list_item{width:50%}}@media screen and (max-width:767.9px){.articles-list_pagination-slot .pgn{margin:0 auto}}@media screen and (max-width:575.9px){.articles-list_list{margin:0}.articles-list_item{width:100%;margin-bottom:0;padding:10px 0;border-bottom:1px solid #ededed}.articles-list_item:last-of-type{border-bottom:none}.articles-list_pagination-slot{margin-top:30px}}.contacts{padding-bottom:18px}.contacts_list{margin:0;padding:0;list-style:none}.contacts_item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:17px}.contacts_item:last-of-type{margin-bottom:0}.contacts_icon-frame{display:-webkit-box;display:-ms-flexbox;display:flex;width:23px;height:23px;margin-right:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts_icon{width:100%;height:auto;fill:#0c6db6}.contacts_value{font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:575.9px){.contacts{padding-bottom:15px}.contacts_item{margin-bottom:11px}.contacts_icon-frame{width:15px;height:15px;margin-right:20px}.contacts_value{font-size:12px}}

.list_item-article{
    margin-bottom: 0;
    margin-top: -40px;
}

.material-list-controls.row {
    display: none;
}

.list_item-article-info{
    width: 100%;
    padding: 0;
    margin: 0 15px;
    height: 107px;
    border-bottom: 1px solid #C2D3DF;
}

.list_item-article-info .article-card_title{
    margin-bottom: 10px;
}

.list_item-article-info:last-of-type{
    border-bottom: none;
}

.list_item-article-info .article-card_info{
    height: 106px;
    padding: 24px 0px;
}

.list_item-article-info .article-card:hover{
    box-shadow: none;
}

.article-info_list{
    display: flex;
    gap: 36px;
    color: #666;
    padding: 0;
    list-style: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.article-info_list li{
    position: relative;
    display: flex;
    align-items: center;
}

.article-info_list li::before{
    width: 4px;
    height: 4px;
    content: "";
    background-color: #C2D3DF;
    border-radius: 50%;
    position: absolute;
    right: -18px;
}

.article-info_list li:last-child{
    color: #EC008C;
}

.article-info_list li:last-child::before{
    display: none;
}

.card_list-navigation{
    margin-top: 20px;
}

button.card_list-navigation-btn {
    color: #FFFFFF;
}

.card_list-navigation-btn{
    width: 194px;
    height: 35px;
    padding: 9px 20px;
    border-radius: 4px;
    background: #0C6DB6;
    border: 1px solid #0C6DB6;

    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.card_list-navigation-btn:visited{
    background: #0C6DB6;
    border: 1px solid #0C6DB6;
    color: #FFFFFF;
}


@media (hover: hover) and (pointer: fine) {
    .card_list-navigation-btn:hover,
    .card_list-navigation-btn:active{
        color: #FFFFFF;
        background: #ec008c;
        border: 1px solid #ec008c;
    }
}

@media (hover: none) and (pointer: coarse) {
  .card_list-navigation-btn:active{
        color: #FFFFFF;
        background: #ec008c;
        border: 1px solid #ec008c;
    }
}
@media screen and (max-width:991.9px){
    .list_item-article{
        margin-bottom: 0;
        margin-top: 0;
    }

    .list_item-article-info {
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 15px 0 15px;
        height: auto;
        min-height: 78px;
        border-bottom: 1px solid #C2D3DF;
    }

    .list_item-article-info .article-card_title a{
        font-size: 18px;
    }

    .list_item-article-info .article-card_info{
        height: auto;
        min-height: 77px;
        padding: 16px 0px;
    }

    .article-info_list{
        gap: 26px;
        font-size: 12px;
    }
    .article-info_list li::before{
        right: -15px;
    }

    .card_list-navigation-btn{
        width: 175px;
        height: 32px;
        padding: 6px 15px;
    
        font-size: 12px;
    }

}

@media screen and (max-width:767.9px){
    
    .material-list-controls.row {
        display: flex;
        margin: 0px;
    }

    .list_item-article-info {
        margin: 0;
        min-height: 58px;
    }

    .list_item-article-info .article-card_info{
        min-height: 57px;
        padding: 12px 0px;
    }

    .list_item-article-info .article-card_title a{
        font-size: 14px;
    }

    .list_item-article-info .article-card_title{
        height: auto;
    }

    .article-info_list{
        gap: 18px;
        font-size: 10px;
    }

    .article-info_list li::before{
        right: -10px;
    }
}

@media (hover: none) and (pointer: coarse) {
    a:hover{
        color: initial;
    }
}