

/* Start:/local/templates/lk/components/bitrix/news.list/articles/style.css?17546465393333*/
.articles_title {
    font-weight: 700;
    font-size: 60px;
    line-height: 92.4%;
    text-align: center;
    color: #121132;
    margin-bottom: 50px;
}
.articles_section {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    cursor: pointer;
    margin-bottom: 20px;
}
.articles_section_item {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #121132;
    width: 33%;
    border-bottom: 3px solid #C3C1E2;
    padding-bottom: 20px;
}
.articles_section_item.active {
    border-bottom: 3px solid #121132;
}
.articles_items {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: left;
    gap: 20px;
}
.articles_items_item {
    width: 31%;
    height: 405px;
    border: 1px solid #121132;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 15px;
}
/*.articles_items_item_img {
    border: 1px solid #121132;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 21px;
    height: 230px;
}*/
.articles_items_item_img {
    width: 92%;
    height: 230px;
    border: 1px solid #121132;
    border-radius: 50px;
    margin-top: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.articles_items_item_link {
    margin-bottom: 10px;
}
.articles_items_item_link a {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-decoration-line: underline;
    color: #121132;
}

.articles_items_item_name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #121132;
}
.articles_items_item_name {
    padding: 0 10px;
}
.articles_section_mobile {
    display: none;
}



@media (max-width: 1300px) {

    .articles_items_item_img {
        height: 230px;
        max-width: 90%;
    }

}
@media (max-width: 999px) {
    .articles_section {
        display: none;
    }
    .articles_section_mobile {
        text-align: center;
        text-align-last:center;
        display: block;
        margin: 0 auto;
        height: 40px;
        font-weight: 600;
        font-size: 16px;
        color: #121132;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 30px;
        border: 1px solid #121132;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(/imgs/arrow_select.svg);
        background-repeat: no-repeat;
        background-position: right 20px center;
    }
    select.articles_section_mobile::-ms-expand {
        display: none;
    }
}


@media (max-width: 767px) {

    .articles_title {
        font-weight: 700;
        font-size: 34px;
        line-height: 41px;
        color: #121132;
    }
    .articles_items_item {
        width: 100%;
    }

    .articles_items_item_img {
        height: 313px;
    }

    .articles_items {
        flex-direction: column;
    }
    .articles_items_item_name {
        padding: 0 60px;
    }
}

@media (max-width: 430px) {
    .articles_items_item_name {
        padding: 0 20px;
    }
}
/* End */
/* /local/templates/lk/components/bitrix/news.list/articles/style.css?17546465393333 */
