

/* Start:/local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?17731404891110*/
.breadcrumbs {
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin: 20px auto;
        max-width: calc(60% - 30px);
    }

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

.breadcrumbs__link:last-of-type {
    text-align: center;
    /*max-width: 320px;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

@media (max-width: 1024px) {
    .breadcrumbs {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/news/ratings/style.css?17024919558866*/
    .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:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        right: -14px;
        width: 8px;
        height: 1px;
        background: var(--secondary-color);
        transform: rotate(-35deg);
    }
    .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--current {
        color: var(--secondary-color);
    }
        .category-catalog {
        display: flex;
        align-items: flex-start;
        margin-bottom: 120px;
    }
    .category-catalog-left, .category-catalog-right {
        width: 20%;
        flex: 0 0 auto;
    }
    .category-catalog-center {
        width: 60%;
        padding: 0 20px;
    }
    .category-catalog-filter {
        background: var(--third-color);
        padding: 20px;
    }
    .category-catalog-filter__close {
        display: none;
    }
    .category-catalog-filter-item {
        margin-bottom: 30px;
    }
    .category-catalog-filter__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        stroke: var(--black);
        margin-bottom: 10px;
        font-size: 18px;
        font-family: 'Literata', serif;
        font-weight: 500;
    }
    .category-catalog-filter__search {
        position: relative;
    }
    .category-catalog-filter__search input {
        border: 1px solid var(--border);
        padding: 8px 8px 8px 36px;
        margin-bottom: 20px;
        width: 100%;
        outline: none;
    }
    .category-catalog-filter__search .cru-icon {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 16px;
        height: 16px;
        fill: var(--secondary-color);
    }
    .category-catalog-filter__show-more {
        display: flex;
        align-items: center;
        color: var(--primary-color);
        stroke: var(--primary-color);
    }
    .category-catalog-filter__show-more .cru-icon {
        width: 12px;
        height: 12px;
        margin-left: 6px;
        margin-top: 4px;
        transform: rotate(270deg);
    }
    .category-catalog-filter-item__value {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .category-catalog-filter-item__value a {
        margin-left: 20px;
        color: black;
    }
    .category-article__title {
        display: flex;
        align-items: center;
        margin-bottom: 32px
    }
    .categoty-filter-btns {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 20px 0;
    }
    .category-catalog-switches__filter, .category-catalog-switches__countries, .category-catalog-switches__nav {
        display: none;
        align-items: center;
        background: var(--third-color);
        color: var(--fourth-color);
        font-family: 'Literata', serif;
        font-weight: 500;
        font-size: 14px;
        padding: 8px 8px;
        margin-right: 8px;
        box-shadow: 0px 0px 0px 1px var(--border);
    }
    .category-catalog-switches__countries svg, .category-catalog-switches__filter svg, .category-catalog-switches__nav svg {
        margin-right: 2px;
        width: 16px;
        height: 16px;
    }
    .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;
        flex-direction: column;
        position: relative;
        margin-right: 3%;
        width: 25%;
    }
    .category-catalog-item__img {
        max-height: 300px;
        width: auto;
    }
    .category-catalog-item__favourite {
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 1;
        cursor: pointer;
    }
    .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__properties {
        font-size: 12px;
    }
    .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;
    }
    .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;
    }
    .category-catalog-item__buy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .category-catalog-item__price-wrapper {
        display: flex;
        align-items: flex-end;
    }
    .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__btn.category-catalog-item__minus {
        left: 0;
        border-right: 1px solid var(--border);
    }
    .category-catalog-item__btn .cru-icon {
        width: 24px;
        height: 24px;
    }
    .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.category-catalog-item__plus {
        right: 0px;
        border-left: 1px solid var(--border);
    }
    .category-catalog-item__note {
        font-size: 14px;
        margin-top: 10px;
        text-align: end;
        color: var(--fourth-color);
    }

    .text-center {
        text-align: center;
    }
    .rating-section {
        margin-top: 40px;
        margin-bottom: 120px;
    }
    .rating-categories {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .rating-categories-item {
        width: 25%;
        padding: 10px;
    }
    .rating-categories-item__inner {
        padding: 10px;
        border: 1px solid var(--border);
        height: 100%;
        transition: var(--transition);
    }
    .rating-categories-item__inner:hover {
        transform: scale(1.05);
    }
    .rating-categories__image img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .rating-categories__title {
        display: block;
        margin: 10px 0;
        color: var(--fourth-color);
    }
    @media (max-width: 1024px) {
        .category-article__title{
            margin-bottom: 26px;
        }
        .rating-categories-item {
            width: 33.3%;
        }
    }
    @media (max-width: 768px) {
        .category-article__title{
            margin-bottom: 22px;
        }
        .rating-categories-item {
            width: 50%;
        }
    }
    @media (max-width: 576px) {
        .category-article__title{
            margin-bottom: 28px;
        }
        .rating-categories-item {
            width: 100%;
        }
    }

/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/system.pagenavigation/article-pag2/style.css?16976157651630*/
.category-catalog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.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;
}

.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;
}

@media (max-width: 1024px) {
    .category-catalog-bottom__observer {
        display: none;
    }

    .category-catalog-bottom {
        flex-direction: column;
    }

    .category-catalog-bottom__load {
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/news/ratings/bitrix/news.list/top/style.css?17055027247843*/
    .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:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(-35deg);
}
.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--current {
    color: var(--secondary-color);
}
    .category-catalog {
    display: flex;
    align-items: flex-start;
    margin-bottom: 120px;
    justify-content: center;
}
.category-catalog-left, .category-catalog-right {
    width: 20%;
    flex: 0 0 auto;
}
.category-catalog-center {
    width: 60%;
    padding: 0 20px;
}
.category-catalog-filter {
    background: var(--third-color);
    padding: 20px;
}
.category-catalog-filter__close {
    display: none;
}
.category-catalog-filter-item {
    margin-bottom: 30px;
}
.category-catalog-filter__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    stroke: var(--black);
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Literata', serif;
    font-weight: 500;
}
.category-catalog-filter__search {
    position: relative;
}
.category-catalog-filter__search input {
    border: 1px solid var(--border);
    padding: 8px 8px 8px 36px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}
.category-catalog-filter__search .cru-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 16px;
    height: 16px;
    fill: var(--secondary-color);
}
.category-catalog-filter__show-more {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    stroke: var(--primary-color);
}
.category-catalog-filter__show-more .cru-icon {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-top: 4px;
    transform: rotate(270deg);
}
.category-catalog-filter-item__value {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.category-catalog-filter-item__value a {
    margin-left: 20px;
    color: black;
}
.category-article__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}
.categoty-filter-btns {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}
.category-catalog-switches__filter, .category-catalog-switches__countries, .category-catalog-switches__nav {
    display: none;
    align-items: center;
    background: var(--third-color);
    color: var(--fourth-color);
    font-family: 'Literata', serif;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 8px;
    margin-right: 8px;
    box-shadow: 0px 0px 0px 1px var(--border);
}
.category-catalog-switches__countries svg, .category-catalog-switches__filter svg, .category-catalog-switches__nav svg {
    margin-right: 2px;
    width: 16px;
    height: 16px;
}
.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;
    flex-direction: column;
    position: relative;
    margin-right: 3%;
    width: 25%;
}
.category-catalog-item__img {
    max-height: 300px;
    width: auto;
}
.category-catalog-item__favourite {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}
.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__properties {
    font-size: 12px;
}
.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;
}
.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;
}
.category-catalog-item__buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.category-catalog-item__price-wrapper {
    display: flex;
    align-items: flex-end;
}
.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__btn.category-catalog-item__minus {
    left: 0;
    border-right: 1px solid var(--border);
}
.category-catalog-item__btn .cru-icon {
    width: 24px;
    height: 24px;
}
.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.category-catalog-item__plus {
    right: 0px;
    border-left: 1px solid var(--border);
}
.category-catalog-item__note {
    font-size: 14px;
    margin-top: 10px;
    text-align: end;
    color: var(--fourth-color);
}
.category-catalog-item.rating-card {
    flex-wrap: wrap;
    justify-content: space-between;
}

.rating-card__info {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
}

.rating-card__position {
    font-size: 42px;
    font-weight: bold;
    font-family: 'Literata', serif;
    color: var(--secondary-color);
    margin-right: 20px;
    padding-top: 4px;
    min-width: 80px;
}

.rating-card__description {
    font-size: 14px;
    line-height: 1.4;
    width: 30%;
}

.rating-card__position span {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.rating-card .category-catalog-item__left {
    width: 30%;
}

.rating-card .category-catalog-item__right {
    width: 30%;
}

.category-catalog-item__buy {
    flex-direction: column;
    align-items: flex-start !important;
}

.category-catalog-item__note {
    text-align: left !important;
}

.category-article{
    margin-bottom: 20px;
}

.category-article p {
    margin: 20px 0;
}

.category-article__img{
    padding: 20px;
    border: 1px solid var(--border);
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/system.pagenavigation/.default/style.css?17689855131980*/
.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 */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.section/no-default-top/style.css?17510215528321*/
.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__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-top/themes/blue/style.css?1696398617825*/
/* 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?17731404891110 */
/* /local/templates/bs_theme_2023/components/bitrix/news/ratings/style.css?17024919558866 */
/* /local/templates/bs_theme_2023/components/bitrix/system.pagenavigation/article-pag2/style.css?16976157651630 */
/* /local/templates/bs_theme_2023/components/bitrix/news/ratings/bitrix/news.list/top/style.css?17055027247843 */
/* /local/templates/bs_theme_2023/components/bitrix/system.pagenavigation/.default/style.css?17689855131980 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/no-default-top/style.css?17510215528321 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/no-default-top/themes/blue/style.css?1696398617825 */
