

/* 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/catalog/holiday/style.css?16976157653190*/
.article .container {
	max-width: 880px;
}
.category-catalog-item {
    display: flex;
    border: 1px solid var(--border);
    padding: 20px;
    margin-bottom: 30px;
}

.category-catalog-item__left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 3%;
    width: 25%;
}

.category-catalog-item__country {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 50%;
}

.category-catalog-item__right {
    width: 72%;
}

.category-catalog-item__sku {
    color: #696969;
    font-size: 14px;
}

.category-catalog-item__title {
    font-family: 'Literata', serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.category-catalog-item__img {
    max-height: 300px;
    width: auto;
}

.category-catalog-item__property {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.category-catalog-item__property-name {
    width: 30%;
    color: var(--secondary-color);
}

.category-catalog-item__property-value.has-link {
    text-decoration: underline;
    font-style: italic;
}

.category-catalog-item__buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.category-catalog-item__price {
    font-family: 'Literata', serif;
    font-size: 28px;
    font-weight: 500;
}

.category-catalog-item__actions {
    display: flex;
    align-items: center;
}

.category-catalog-item__quantity {
    position: relative;
    display: none;
    font-family: 'Literata', serif;
}

.category-catalog-item__quantity span {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
}

.category-catalog-item__qty-value {
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    width: 191px;
    height: 50px;
    padding: 0;
    padding-bottom: 10px;
    font-family: 'Literata', serif;
}

.category-catalog-item__btn {
    position: absolute;
    top: 0;
    border: none;
    height: 50px;
    width: 50px;
    background: transparent;
    cursor: pointer;
    fill: #fff;
}

.category-catalog-item__btn .cru-icon {
    width: 24px;
    height: 24px;
}

.category-catalog-item__btn.category-catalog-item__minus {
    left: 0;
    border-right: 1px solid var(--border);
}

.category-catalog-item__btn.category-catalog-item__plus {
    right: 0px;
    border-left: 1px solid var(--border);
}

.product__basket span {
    pointer-events: none;
}

.category-catalog-item__note {
    font-size: 14px;
    margin-top: 10px;
    text-align: end;
    color: var(--fourth-color);
}

.category-catalog-item__favourite {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}

.category-catalog-item__favourite .cru-icon {
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.category-catalog-item__favourite .heart-border {
    fill: #999;
    transition: .3s ease-in-out;
}

.category-catalog-item__favourite:hover .heart-border {
    fill: var(--primary-color);
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/news.detail/article-holiday/style.css?17125843602292*/
.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 {
    background-image: url(/local/templates/bs_theme/assets/images/content-helper-img3.png);
    left: 0;
    top: 15%;
    width: 13vw;
    height: 16vw;
}

.article::after {
    background-image: url(/bitrix/templates/upfly/css/../images/content-imgs/content-helper-img1.png);
    right: 5%;
    bottom: 5%;
    width: 12vw;
    height: 21vw;
}

.article .section-main-title {
    text-align: center;
    margin-bottom: 20px;
}

.article-container {
    max-width: 880px;
    padding: 0 20px;
    margin: 0 auto;
}

.article p {
    margin: 20px 0;
}

.article-image-author, .article-image-text {
    color: var(--ui-color-palette-gray-60);
}

blockquote {
    border: 1px solid var(--border);
    padding: 10px 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;
}


@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/catalog/holiday/style.css?16976157653190 */
/* /local/templates/bs_theme_2023/components/bitrix/news.detail/article-holiday/style.css?17125843602292 */
