

/* 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/catalog/holiday/bitrix/catalog.section.list/.default/style.css?16976157651256*/
.section-main-title.text-center {
    text-align: center;
    margin-bottom: 20px;
}

.calendar__inner {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.calendar__month {
    width: 25%;
    padding: 10px;
}

.calendar__month-inner {
    background: var(--third-color);
    height: 100%;
}

.calendar__title {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid var(--border);
}

.calendar__weeks {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 10px 20px;
    border-bottom: 1px solid var(--border);
    text-align: center;
}

.calendar__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 10px;
    text-align: center;
}

.calendar__days li {
    padding: 5px;
}

.calendar__days li a {
	color: var(--primary-color);
	text-decoration: underline;
}

.current-day {
    background: var(--secondary-color);
    border-radius: 5px;
}

.current-day a {
    color: #fff;
}

@media (max-width: 1024px) {
    .calendar__month {
        width: 33%;
    }
}

@media (max-width: 768px) {
    .calendar__month {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .calendar__month {
        width: 100%;
    }
}
/* 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 */


/* Start:/local/templates/bs_theme_2023/components/bitrix/news.list/articles2/style.css?1765459405851*/
.articles-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 40px 0;
}

.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 {
    display: block;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
}

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

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%;
    }
}
/* 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/catalog/holiday/bitrix/catalog.section.list/.default/style.css?16976157651256 */
/* /local/templates/bs_theme_2023/components/bitrix/system.pagenavigation/.default/style.css?16976157651976 */
/* /local/templates/bs_theme_2023/components/bitrix/news.list/articles2/style.css?1765459405851 */
