

/* 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?16976157651462*/
.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: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/news/articles/bitrix/news.detail/.default/style.css?17510215522899*/
.article {
    margin-bottom: 80px;
    position: relative;
}

.article::before,
.article::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.article::before {
	content: '';
    background-image: url(/local/templates/bs_theme/assets/images/content-helper-img3.png);
    left: 0;
    top: 15%;
    width: 13vw;
    height: 16vw;
}

.article::after {
	content: '';
    background-image: url(/bitrix/templates/upfly/css/../images/content-imgs/content-helper-img1.png);
    right: 5%;
    bottom: 5%;
    width: 12vw;
    height: 21vw;
}

[download]{
	position: relative;
	margin-left: 32px;
}
[download]:before {
    content: '';
    background-image: url(/local/templates/bs_theme/assets/images/download.png);
    width: 24px;
    height: 24px;
    position: absolute;
    left: -32px;
}

.article .section-main-title {
    text-align: center;
    margin-bottom: 20px;
}

.article-container {
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
}

.article-products-container {
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
}

.article-products-container .category-catalog-switches{
    display: none;
}

.article-products-container h2{
    margin-bottom: 14px;
}

.article p {
    margin: 20px 0;
}

.article-container a {
    color: var(--primary-color);
}

blockquote {
    border: 1px solid var(--border);
    padding: 20px;
    position: relative;
    font-style: italic;
    margin: 40px 0;
}

blockquote:before {
    content: url(/local/templates/bs_theme/assets/images/svg_quote.svg);
    position: absolute;
    left: 0;
    top: -19px;
    z-index: 10;
    width: 86px;
    height: 38px;
    background: #fff;
    text-align: center;
}

.article__img-content {
    width: 45%;
    display: inline-block;
}

/*.article__img {
    padding: 20px;
    border: 1px solid var(--border);
}

.article__img img {
    display: block;
    width: auto;
    margin: 0 auto;
}*/

.article .article-container img {
    padding: 20px;
    border: 1px solid var(--border);
}

.article .article-container img[align="left"] {
    margin-right: 20px;
    margin-bottom: 20px;
}

.article .article-container img[align="right"] {
    margin-left: 20px;
    margin-bottom: 20px;
}

.article .article-container img[align="middle"], 
.article .article-container img[align="top"], 
.article .article-container img[align="bottom"], 
.article .article-container img:not([align]) {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.article li {
	margin: 20px 0px;
    padding-left: 40px;
    position: relative;
}
.article li::before {
    content: "";
    background: var(--primary-color);
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 768px) {

    .article::before,
    .article::after {
        content: none;
    }
}

/* 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?16976157651462 */
/* /local/templates/bs_theme_2023/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17510215522899 */
