.articles_block {
    max-width: 895px;
    padding-bottom: var(--wp--style--block-gap);
    margin: 0 auto;
}

.cabb-block .articles_block {
    padding-bottom: 0;
}

.cabb-block > .articles_block.hp {
    padding-left: 0;
    padding-right: 0;
}

.articles_block a {
    text-decoration: none !important;
}

.articles_block .bookmark_wrapper {
    overflow: hidden;
    padding-bottom: var(--wp--style--block-gap);
}

.cabb-block .articles_block .bookmark_wrapper {
    padding-bottom: 0;
}

.articles_block .bookmark_title {
    margin-right: -85px;
}

.articles_block .articles_filters {
    padding-bottom: 30px;
}

.articles_block .articles_filters .filters_list {
    display: flex;
    margin: -5px -10px;
}

.articles_block .articles_filters .filter_item {
    flex: 1;
    padding: 5px 10px;
}

.articles_block .articles_filters .nice-select {
    float: none;
    border: 1px solid #fff;
    border-radius: 0;
    padding-left: 12px;
    transition: border-color ease-in-out 0.2s;
}

.articles_block .articles_filters .nice-select:hover {
    border-color: #dbdbdb;
}

.articles_block .articles_filters .nice-select::after {
    border-color: #fff;
    width: 8px;
    height: 8px;
}

.articles_block .articles_filters .active_filters {
    padding-top: 20px;
    display: none;
}

.articles_block .articles_filters .active_filters .tags_list {
    margin: -5px;
}

.articles_block .articles_filters .active_filters .tags_list li {
    padding: 5px;
}

.articles_block .articles_filters .active_filters .tags_list li a.tag {
    font-size: 14px;
    height: 30px;
    border-color: #000;
    transition: border-color ease-in-out 0.2s;
    color: #000;
}

.articles_block .articles_filters .active_filters .tags_list li a.tag:hover {
    border-color: #dbdbdb;
}

.articles_block .articles_list {
    margin: 0 -18px;
}

.articles_block .article_item {
    padding-bottom: calc(var(--wp--style--block-gap) - 18px);
}

.articles_block .article_item:last-child {
    padding-bottom: 0;
}

.articles_block .article_item .article_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 18px;
    transition: background ease-in-out 0.3s;
}

.articles_block .article_item .article_inner:hover {
    background: var(--light-gray);
}

body.layout_dark .articles_block .article_item .article_inner:hover {
    background: #2C2C2C;
}

.articles_block .article_item .article_image {
    position: relative;
    align-self: center;
    padding-right: 28px;
    box-sizing: content-box;
    max-height: 220px;
    max-width: 220px;
}

.articles_block .article_item .article_image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    filter: grayscale(100%);
    height: 100%;
    width: 100%;
    max-height: 220px;
    max-width: 220px;
}

.articles_block .article_image .no_image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 278px;
    width: 278px;
    height: 180px;
}

.articles_block .article_image .no_image svg {
    height: 50%;
}

.articles_block .article_item.multimedia_item .article_image img {
    object-position: center;
    height: 100%;
    width: 100%;
}

.articles_block .multimedia_item .article_image svg.play {
    position: absolute;
    color: #fff;
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    top: 50%;
    left: 50%;
}

.articles_block .article_item .article_content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.articles_block .article_item .article_category {
    font-family: var(--wp--custom--font-secondary);
}

.articles_block .article_item .article_category a {
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 8px;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--category-color);
    transition: color ease-in-out 0.2s;
}

.articles_block .article_item .article_category a:hover {
    color: var(--category-color);
}

.articles_block .article_item .article_date {
    font-size: 12px;
    line-height: 1.33;
    opacity: 0.66;
    margin-bottom: 8px;
}

.articles_block .article_item .article_subheader {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.66;
    padding-bottom: 0px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.articles_block .article_item .article_title {
    font-family: var(--font-secondary);
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 8px;
}

.articles_block .article_item .article_tags {
    /*position: absolute;
    bottom: 0;*/
}

body.layout_dark .articles_block .article_item .article_tags .tags_list li .tag {
    border: 1px solid #fff;
}

.article_banner {
    background: url('../img/bg/hero.webp') no-repeat 0 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    margin: 0 18px 44px;
}

.article_banner .banner_content {
    flex: 1;
    padding: 24px 26px;
}

.article_banner .banner_title {
    font-family: var(--font-secondary);
    font-size: 36px;
    line-height: 1.22;
    padding-bottom: 7px;
}

.article_banner .banner_description {
    font-family: var(--font-secondary);
    line-height: 1.62;
    padding-bottom: 18px;
}

.article_banner a.banner_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    padding: 0 20px;
    min-width: 192px;
    height: 42px;
    font-family: var(--wp--custom--font-secondary);
}

.article_banner .banner_image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 244px;
    width: 100%;
}

.articles_block .no_results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 580px;
}

.articles_block .no_results .nr_icon {
    padding-bottom: 30px;
}

.articles_block .no_results .nr_icon img {
    width: 125px;
    height: 125px;
}

.articles_block .no_results .nr_title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

.articles_block .no_results .nr_clear a {
    font-family: var(--font-secondary);
    text-decoration: underline;
}

.articles_block .no_results .nr_clear a:hover {
    text-decoration: none;
}

.articles_block .articles_more {
    padding-top: var(--wp--style--block-gap);
    display: none;
}

.articles_block .articles_more.active {
    display: block;
}

.articles_block .articles_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--text-black);
    height: 42px;
    transition: all ease-in-out 0.2s;
    font-family: var(--wp--custom--font-secondary);
}

body.layout_dark .articles_block .articles_more a {
    border: 1px solid #fff;
}

.articles_block .articles_more a:hover {
    background: var(--text-black);
    color: #fff;
}

body.layout_dark .articles_block .articles_more a:hover {
    background: #fff;
    color: var(--text-black);
}

.articles_block .articles_more a svg {
    width: 15px;
    height: auto;
    margin-left: 10px;
}

@media (max-width: 1200px) {
    .articles_block .article_item .article_title {
        font-size: 25px;
    }

    .article_banner .banner_title {
        font-size: 28px;
    }

    .articles_sidebar .block_inner {
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .articles_block .articles_list {
        margin: 0;
    }

    .articles_block .no_results {
        height: auto;
    }

    .articles_block .no_results .nr_icon img {
        width: 80px;
        height: 80px;
    }

    .articles_block .no_results .nr_title {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .articles_block .bookmark_wrapper {
        padding-left: 0;
    }

    .articles_block .articles_filters .filters_list {
        flex-wrap: wrap;
    }

    .articles_block .articles_filters .filter_item {
        flex: none;
        width: 100%;
    }

    .articles_block .article_item .article_inner {
        padding: 0;
    }

    .articles_block .article_item .article_inner:hover {
        background: none;
    }

    .articles_block .article_item .article_image {
        max-width: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .articles_block .article_item .article_image img {
        max-width: 100%;
        object-position: center;
    }

    .articles_block .article_image .no_image {
        max-width: none;
        width: 100%;
    }

    .articles_block .article_image .no_image svg {
        height: 50%;
    }

    .articles_block .article_item .article_title {
        font-size: 22px;
        padding-bottom: 20px !important;
    }

    .articles_block .article_item .article_tags {
        position: relative;
        bottom: auto;
    }

    .article_banner {
        margin-left: 0;
        margin-right: 0;
    }

    .article_banner .banner_image {
        order: -1;
        max-width: none;
    }

    .article_banner a.banner_button {
        width: 100%;
    }

    .articles_block .articles_more {
        padding-top: 30px;
    }
}
