

/* Start:/local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1697615765825*/
.breadcrumbs {
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin: 20px 0;
    }

    .breadcrumbs__link a {
        position: relative;
        margin-right: 20px;
        display: block;
    }

.breadcrumbs__link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(35deg);
}
.breadcrumbs__link a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(-35deg);
}

    .breadcrumbs__link--current {
        color: var(--secondary-color);
    }
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/news/articles/style.css?17654565561528*/
.articles .section-main-title {
    text-align: center;
    margin-bottom: 20px;
}

.articles-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.articles-item__title {
    display: block;
    margin: 10px 0;
    color: var(--fourth-color);
}

.articles-item {
    width: 22%;
    margin: 1.5%;
    padding: 20px;
    border: 1px solid var(--border);
}

.articles-item img {
    height: 200px;
    object-fit: cover;
}

.articles-item:hover {
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    border: 1px solid rgba(168, 135, 90, 0.4);
    transform: scale(1.05);
}

.articles-pagination__load {
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    stroke: var(--secondary-color);
    cursor: pointer;
    margin: 20px 0;
    transition: .3s ease-in-out;
}

.articles-pagination__load:hover {
    color: var(--primary-color);
    stroke: var(--primary-color);
}

.articles-pagination__load .cru-icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.articles-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 80px;
}
section.articles {
    margin-bottom: 80px;
}
@media (max-width: 1024px) {
    .articles-item {
        width: 30%;
    }
}
@media (max-width: 768px) {
    .articles-item {
        width: 47%;
    }
}
@media (max-width: 576px) {
    .articles-item {
        width: 100%;
    }
    .articles-item img {
        display: block;
        margin: 0 auto;
    }
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/system.pagenavigation/.default/style.css?16976157651976*/
.category-catalog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-catalog-bottom__observer {
    font-size: 14px;
    color: #696969;
}

.category-catalog-bottom__load {
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    stroke: var(--secondary-color);
    cursor: pointer;
    transition: .3s ease-in-out;
}

.category-catalog-bottom__load .cru-icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.category-catalog-bottom__load:hover {
    color: var(--primary-color);
    stroke: var(--primary-color);
}

.pagination__list {
    display: flex;
    align-items: center;
}

.pagination__item {
    color: var(--secondary-color);
    margin-left: 20px;
}

.pagination__item.active {
    color: #696969;
    position: relative;
    margin-right: 3px;
    font-weight: 700;
}

.pagination__item.active::after {
    content: "";
    background: #696969;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 0px;
    width: 0px;
}

.pagination__item.last-page.active {
    margin-right: 0;
    margin-left: 80px;
}
.pagination__item.last-page.active:after {
    left: -60px;
}

.cru-icon.pagination-arrow {
    stroke: var(--secondary-color);
    transform: rotate(270deg);
    width: 12px;
    height: 12px;
}

.cru-icon.pagination-double-arrow {
    stroke: var(--secondary-color);
    width: 12px;
    height: 12px;
}

.cru-icon.pagination-arrow.prev-page {
    transform: rotate(90deg);
}
.cru-icon.pagination-double-arrow.first-page {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .category-catalog-bottom__observer {
        display: none;
    }

    .category-catalog-bottom {
        flex-direction: column;
    }

    .category-catalog-bottom__load {
        margin-bottom: 20px;
    }
    .pagination {
        margin: 20px 0;
    }
}
/* End */
/* /local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1697615765825 */
/* /local/templates/bs_theme_2023/components/bitrix/news/articles/style.css?17654565561528 */
/* /local/templates/bs_theme_2023/components/bitrix/system.pagenavigation/.default/style.css?16976157651976 */
