

/* 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 */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.section/no-default-art/style.css?17510215528452*/
.favourite-modal,
.add-to-cart-modal {
    position: fixed;
    right: 20px;
    top: 100px;
    background: var(--third-color);
    padding: 20px;
    display: none;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
}

.favourite-modal a,
.add-to-cart-modal a {
    color: var(--primary-color);
    font-style: italic;
}

.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);
}

.product-viewed__actions .category-catalog-item__qty-value {
    padding: 11px;
    margin-top: 10px;
    font-family: 'Literata', serif;
}

.product-viewed__actions .category-catalog-item__plus {
    height: 42px;
    width: 42px;
    top: 10px;
    right: 0;
    border-left: 1px solid var(--border);
}

.product-viewed__actions .category-catalog-item__minus {
    height: 42px;
    width: 42px;
    left: 0;
    top: 10px;
    border-right: 1px solid var(--border);
}

.category-catalog-item__price-wrapper {
    display: flex;
    align-items: flex-end;
}

.old-price {
    margin-left: 12px;
    font-size: 20px;
    font-family: 'Literata', serif;
    color: #696969;
    text-decoration: line-through;
}

.product-properties-desc__info {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 1;
    width: 240px;
    background: #fff;
    border: 1px solid var(--border);
    padding: 10px;
}

.product-properties-desc {
    margin-left: 12px;
    cursor: pointer;
    position: relative;
}

.product-properties-desc svg {
    width: 20px;
    height: 20px;
}

.product-properties-desc__info {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 1;
    width: 240px;
    max-height: 200px;
    background: #fff;
    border: 1px solid var(--border);
    padding: 10px;
    overflow-y: scroll;
    overflow-x: none;
}

.product-properties-desc:hover .product-properties-desc__info {
    display: block;
}

.product-properties-desc__info::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

.product-properties-desc__info::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 10px;
}

.product-properties-desc__title {
    color: var(--secondary-color);
    font-size: 14px;
    margin-top: 8px;
}

.product-properties-desc__text {
    font-size: 12px;
}
.categoty-filter-btns {
    display: flex;
    margin: 20px 0;
}

/* Popup order */
.popup-window-with-titlebar .popup-window-content {
    background: transparent;
}

.popup-window.popup-window-with-titlebar {
    padding: 10px;
    background: var(--third-color);
}

.popup-window-button {
    height: auto;
    line-height: initial;
    border: 1px solid var(--secondary-color);
    box-shadow: none;
}

.popup-window-titlebar {
    display: none;
}

.popup-order .secondary-header {
    text-align: center;
}

.popup-order__line {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: var(--fourth-color);
    margin: 10px 0;
    position: relative;
    width: 100%;
}

.popup-order__input {
    background: #ffffff;
    border: 1px solid #ebe7db;
    width: 100%;
    padding: 8px 12px;
    color: #4e4b49;
    margin-top: 6px;
}

.popup-order__note {
    font-size: 12px;
    color: var(--fourth-color);
    margin: 10px 0;
}

@media (max-width: 1024px) {
    .category-catalog-item__right {
        width: 60%;
    }

    .category-catalog-item__left {
        width: 30%;
    }

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

    .category-catalog-item__property-name {
        width: 30%;
    }

}

@media (max-width: 576px) {

    .category-catalog-item__title,
    .category-catalog-item__price {
        font-size: 18px;
    }

    .category-catalog-item {
        padding: 20px 0;
        border: none;
        border-top: 1px solid var(--border);
        margin-bottom: 0;
        position: relative;
    }

    .category-catalog-item:last-child {
        border-bottom: 1px solid var(--border);
    }

    .category-catalog-item__left {
        align-items: flex-start;
        position: static;
    }

    .category-catalog-item__country {
        top: 20px;
    }

    .category-catalog-item__favourite {
        top: 20px;
        right: 0;
    }

    .category-catalog-item__favourite .cru-icon {
        width: 16px;
        height: 16px;
    }

    .category-catalog-item__property {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .category-catalog-item__property-name {
        width: auto;
        margin-right: 12px;
    }

    .category-catalog-item__buy {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-catalog-item__note {
        font-size: 12px;
        text-align: left;
    }

    .category-catalog-item__actions .primary-btn {
        font-size: 14px;
        padding: 8px 16px;
        margin-top: 10px;
    }

    .category-catalog-bottom__load {
        margin-top: 20px;
    }

    .category-catalog-item__qty-value {
        margin-top: 10px;
        width: 144px;
        height: 38px;
        font-size: 14px;
    }

    .category-catalog-item__quantity span {
        font-size: 12px;
    }

    .category-catalog-item__btn {
        width: 38px;
        height: 38px;
    }

    .category-catalog-item__btn.category-catalog-item__plus,
    .category-catalog-item__btn.category-catalog-item__minus {
        top: 10px;
    }

    .product-viewed__slide {
        overflow: scroll;
    }
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.section/no-default-art/themes/blue/style.css?1697615765825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* 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 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/no-default-art/style.css?17510215528452 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/no-default-art/themes/blue/style.css?1697615765825 */
