.articles-page .content__container._container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.articles_top {
    display: flex;
    justify-content: space-between;
}

.articles_sort {
    display: flex;
    align-items: center;
    gap: 10px;
}
.articles_items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 20px;
    justify-content: space-between;
}


.article_item {
    flex: 0 0 calc((100% - 20px * 1) / 2);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.article_img img {
    border-radius: 10px;
    border-width: 1px;
}
.article_data {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #A9A9A9;
    margin-top: 15px;
}
.article_title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
}
.article_title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 58px;
}
a.article-url {
    border: 1px solid #26498C;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    padding: 12px 20px;
    border-radius: 100px;
}
.catalog__pagging.pagging {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #E2E3E5;
    margin-top: 20px;
    gap: 26px;
    padding-top: 20px;
}
ul.pagging__list {
    display: flex;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #A9A9A9;
    gap: 8px;
}
a.pagging__item {
    color: #A9A9A9;
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.pagging__item._active {
    color: #000000;
}
a.pagging__arrow {
    background: #26498C;
    border-radius: 50%;
}
a.pagging__arrow {
    background: #26498C;
    border-radius: 50%;
    padding: 1px;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
a.pagging__arrow svg{
    width: 18px;
    height: 18px;
}
a.pagging__arrow svg path{
    fill: #ffffff;
}
.breadcrumbs-article {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

h2.article__title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #26498C;
    text-align: center;
}
.breadcrumbs-article a, .breadcrumbs-article p, .breadcrumbs-article span {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #B3B3B3;
}
.breadcrumbs-article span {
    color: #000000;
}
.article-date {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #A9A9A9;
    margin-bottom: 8px;
}
.article-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
}
.article-text img {
    max-width: 100%;
}
.articles_sort .select__title {
    color: #000;
    border: 1px solid #E9E9E9;
    background-color: #E9E9E9;
    cursor: pointer;
    border-radius: 4px;
    min-width: 110px;
}

@media (max-width: 767.98px) {
    .article_item {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .article_item img {
        max-width: 100%;
    }
    .articles_top {
        margin-top: 20px;
        display: flex
    ;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }

    .articles-page .content__container._container {
        display: flex
    ;
        flex-direction: column;
        gap: 16px;
    }

    .articles_top .select.select_null {
        margin-bottom: 0px;
        z-index: 99;
    }

    .articles_sort {
        display: flex
    ;
        align-items: center;
        gap: 10px;
        width: 100%;
        justify-content: flex-end;
        margin-top: 16px;
    }

    .articles_sort .select__title {
        color: #000;
        border: 1px solid #E9E9E9;
        background-color: #f9f9f9;
        cursor: pointer;
        border-radius: 4px;
        min-width: 110px;
    }
    .article_data {
        margin-top: 5px;
    }
    .article_title {
        height: auto;
    }
    .breadcrumbs-article {
        margin-top: 16px;
        display: flex
    ;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
        white-space: nowrap;
    }
    .article-text {
        margin-bottom: 20px;
    }
    .article-text iframe {
        max-width: 100%;
    }
}
