

/* Start:/local/templates/chistopar/components/bitrix/catalog/catalog/style.css?1730952716902*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/breadcrumb/nav-breadcrumb/style.css?1730952716797*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {
	height: 22px;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: 250ms linear all;
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/menu/catalog_page/style.css?17309527172*/


/* End */


/* Start:/local/templates/chistopar/components/bitrix/system.pagenavigation/pagination_common/style.css?1730952717315*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/catalog.section/catalog_element/style.css?1730952717980*/
.catalog__container-product.items-list.text{
    margin: 20px 0 0 0;
    font-size: 15px;
}
.catalog-tags-wrapper{
    margin-bottom: 30px;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.catalog-tags-item{
    padding:10px 16px 11px;
    color:#2e2e2e;
    background: #f5f5f5;
    border-radius:100px;
    border:1px solid #12b270;
    text-decoration: none;
    text-align: center;
}
.catalog-tags-item.active{
    color:#fff;
    background:#12b270;
}
@media(max-width:500px){
    .catalog-tags-item{
        flex-basis: 100%;
    }
}

@media (min-width: 993px) {
    .page-conteiner {
        overflow: visible !important;
    }
    .catalog__aside-filter {
        position: sticky;
        top: 82px;
        overflow-y: auto;
        max-height: calc(100vh - 82px);
    }
    .catalog__aside-filter::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .smart-filter-angle {
        right: 10px;
    }
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/catalog.item/item_common_v7/style.css?174946488110645*/
.catalog-card__to-cart {
    background: var(--accent);
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    transition: all .2s;
    margin-top: 10px;
    position: relative;
}

.catalog-card__to-cart:hover {
    background-color: #0AA360;
}

.catalog-card {
    width: calc(100% / 3 - 12px);
    position: relative;
    padding: 8px;
    background: #fff;
    font-family: Manrope, sans-serif;
    border-radius: 12px;
    box-shadow: 0px 8.16px 32.62px 0px #43434314;
}

.catalog-card__wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.catalog-card__tags {
    position: absolute;
    top: 4.8px;
    left: 4.8px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 1;
}

.catalog-card__top-btns {
    position: absolute;
    top: 4.8px;
    right: 4.8px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 1;
}

.catalog-card__tag {
    padding: 8px;
    border-radius: 3px;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
}

.catalog-card__tag--last-stock {
    background: #B01414;
    color: #fff;
}

.catalog-card__tag--stock {
    background: #2E2E2E;
    color: #fff;
}

.catalog-card__top-btns-item, .catalog-card__top-btns-item.bx-catalog-subscribe-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 3px;
    backdrop-filter: blur(10.732156753540039px);
    width: 36px;
    height: 36px;
    min-width: 36px;
    z-index: 1;
    background: #FFFFFFCC;
    cursor: pointer;
}

.catalog-card__top-btns-item.bx-catalog-subscribe-button::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMDIgMi42Mjc5M0M4LjQ1MzEzIDIuNjI3OTMgNi45Njk0IDMuMjQyNTEgNS44NzU0NCA0LjMzNjQ3QzQuNzgxNDcgNS40MzA0NCA0LjE2Njg5IDYuOTE0MTcgNC4xNjY4OSA4LjQ2MTI2VjExLjQwMTNDNC4xNjcwMSAxMS41MzA1IDQuMTM3MDYgMTEuNjU4MSA0LjA3OTM5IDExLjc3MzhMMi42NDg1NiAxNC42MzQ2QzIuNTc4NjcgMTQuNzc0NCAyLjU0NTY2IDE0LjkyOTcgMi41NTI2OCAxNS4wODU4QzIuNTU5NzEgMTUuMjQxOSAyLjYwNjUyIDE1LjM5MzYgMi42ODg2OCAxNS41MjY1QzIuNzcwODQgMTUuNjU5NSAyLjg4NTYyIDE1Ljc2OTIgMy4wMjIxMiAxNS44NDUzQzMuMTU4NjEgMTUuOTIxNCAzLjMxMjI5IDE1Ljk2MTMgMy40Njg1NiAxNS45NjEzSDE2LjUzMTlDMTYuNjg4MiAxNS45NjEzIDE2Ljg0MTggMTUuOTIxNCAxNi45NzgzIDE1Ljg0NTNDMTcuMTE0OCAxNS43NjkyIDE3LjIyOTYgMTUuNjU5NSAxNy4zMTE4IDE1LjUyNjVDMTcuMzkzOSAxNS4zOTM2IDE3LjQ0MDcgMTUuMjQxOSAxNy40NDc4IDE1LjA4NThDMTcuNDU0OCAxNC45Mjk3IDE3LjQyMTggMTQuNzc0NCAxNy4zNTE5IDE0LjYzNDZMMTUuOTIxOSAxMS43NzM4QzE1Ljg2MzkgMTEuNjU4MSAxNS44MzM3IDExLjUzMDYgMTUuODMzNiAxMS40MDEzVjguNDYxMjZDMTUuODMzNiA2LjkxNDE3IDE1LjIxOSA1LjQzMDQ0IDE0LjEyNSA0LjMzNjQ3QzEzLjAzMTEgMy4yNDI1MSAxMS41NDczIDIuNjI3OTMgMTAuMDAwMiAyLjYyNzkzWk0xMC4wMDAyIDE4LjQ2MTNDOS40ODMwMiAxOC40NjE1IDguOTc4NDUgMTguMzAxNCA4LjU1NjA4IDE4LjAwMjlDOC4xMzM3IDE3LjcwNDQgNy44MTQzIDE3LjI4MjIgNy42NDE4OSAxNi43OTQ2SDEyLjM1ODZDMTIuMTg2MiAxNy4yODIyIDExLjg2NjggMTcuNzA0NCAxMS40NDQ0IDE4LjAwMjlDMTEuMDIyIDE4LjMwMTQgMTAuNTE3NCAxOC40NjE1IDEwLjAwMDIgMTguNDYxM1oiIGZpbGw9IiM5MTkxOTEiLz4KPC9zdmc+Cg==");
    width: 20px;
    height: 20px;
}
.catalog-card__favorites:hover svg, .catalog-card__favorites.active svg {
    fill: #FF4A40;
}

.catalog-card__favorites:hover svg path, .catalog-card__favorites.active svg path {
    stroke: #FF4A40;
}

.catalog-card__favorites svg {
    width: 20px;
    height: 20px;
}

.catalog-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin: 12px 0;
    color: #2E2E2E;
}

.catalog-card__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 20.26px;
    color: #2E2E2E;
    margin-bottom: 12px;
}

.catalog-card__price-container {
    margin-top: auto;
}

.catalog-card__img {
    padding: 66.4% 0;
    position: relative;
}

.catalog-card__img .catalog-card__img-items {
    height: 100%;
    max-height: unset;
    border-radius: 10px;
}

.catalog-card__img .catalog-card__img-items img {
    border-radius: 10px;
}

.catalog-card__img .popular_items_img__dots {
    bottom: 5px;
    gap: 5px;
}

.catalog-card__img .popular_items--dot {
    background: #fff;
}

.catalog-card__img > a, .catalog-card__img > .catalog-card__img-items {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-card__img-empty img {
    object-fit: contain !important;
}

.catalog-card__img-empty .slick-dots {
    display: none !important;
}

.catalog-card__img .popular_items--dot.active {
    background: var(--accent);
    height: 10px;
    width: 10px;
}

.catalog-card__img .slick-list, .catalog-card__img .popular_items_img .slick-track {
    height: 100%;
}

.catalog-card__to-cart[disabled] {
    background: #F5F5F5;
    cursor: default;
}

.catalog-card__to-cart[disabled] svg {
    fill: #B6B6B6;
}

.catalog-card-quantity.сalculator__container {
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
}

.catalog-card-quantity .сalculator__info-quantity {
    color: var(--accent);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.catalog-card-quantity.сalculator__container {
    box-shadow: inset 0 0 0 1px var(--accent);
    background: #fff;
    height: 45px;
    margin-top: 10px;
}

.catalog-card-quantity .сalculator__minus {
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMDAwOTggMTAuODI1NEgxNi42Njc2IiBzdHJva2U9IiMxMkIyNzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 36px;
    height: 36px;
}

.catalog-card-quantity .сalculator__plus {
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjIwMzEgNC45OTIxOVYxNi42NTg5IiBzdHJva2U9IiMxMkIyNzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00LjM2OTYzIDEwLjgyNTRIMTYuMDM2MyIgc3Ryb2tlPSIjMTJCMjcwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 36px;
    height: 36px;
}

.catalog-card__to-cart.loading svg {
    opacity: 0;
}

.catalog-card__to-cart.loading {
    cursor: default;
    opacity: 0.8;
    background-color: var(--accent) !important;
}

.catalog-card__to-cart.loading::before {
    content: '';
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Ccircle cx='4' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale0' attributeName='r' begin='0;svgSpinners3DotsScale1.end-0.25s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3' fill='currentColor'%3E%3Canimate attributeName='r' begin='svgSpinners3DotsScale0.end-0.6s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale1' attributeName='r' begin='svgSpinners3DotsScale0.end-0.45s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.catalog-card__price-stock-block-abs {
    display: flex;
    position: relative;
    margin-bottom: 5px;
}

.catalog-card__price-stock {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #949494;
    position: relative;
    margin-right: 12px;
}

.catalog-card__price-stock::before {
    content: "";
    width: 100%;
    background: #949494;
    height: 1px;
    display: block;
    position: absolute;
    left: -1px;
    top: 8px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.catalog-card__price-stock-\% {
    color: #01baef;
    padding: 2px 4px;
    background: #dbf7ff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 992px) {
    .catalog-card__img .popular_items_img .slick-slide, .catalog-card__img .popular_items_img img {
        max-height: 100%;
    }

    .catalog-card__img .popular_items_img .slick-dots {
        bottom: 5px;
    }

    .catalog-card__img .slick-dots li {
        margin: auto 3px 0;
    }
}

@media (max-width: 767px) {
    .catalog-card {
        width: calc(100% / 2 - 5.16px);
    }
    .catalog__container-product.items-list {
        gap: 10px;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .catalog-card-сalculator.сalculator {
        width: 100%;
    }
    .catalog-card__title {
        font-size: 14px;
        margin: 6px 0;
    }
    .catalog-card__price {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .catalog-card__to-cart, .catalog-card-quantity.сalculator__container {
        margin-top: 8px;
    }
    .catalog-card-quantity .сalculator__info-quantity {
        font-size: 14px;
    }
    .catalog-card__top-btns-item, .catalog-card__top-btns-item.bx-catalog-subscribe-button {
        width: 28px;
        height: 28px;
        min-width: 28px;
        padding: 6px;
    }
    .catalog-card__favorites svg {
        width: 16px;
        height: 16px;
    }
    .catalog-card__top-btns-item.bx-catalog-subscribe-button::before {
        width: 16px;
        height: 16px;
    }
    .catalog-card__top-btns {
        gap: 4px;
    }

    .catalog-card__tag {
        padding: 5.5px 5.74px;
        font-size: 10px;
        line-height: 10px;
    }
    .catalog-card {
        padding: 6px;
    }

    .catalog-card__top-btns {
        top: 4px;
        right: 4.75px;
    }
    .catalog-card__tags {
        top: 4px;
        left: 4.75px;
    }
}

@media (max-width: 560px) {
    .catalog-card-сalculator .сalculator__container {
        top: 0;
    }
}

@media (max-width: 480px) {
    .catalog-card__img .popular_items_img.visible-slides .popular_items_img__slide,
    .catalog-card__img .popular_items_img.visible-slides {
        height: 100%;
    }
}
/* End */


/* Start:/local/templates/chistopar/components/chistopar/catalog.product.subscribe/product_subscribe/style.css?1730952717311*/
.bx-catalog-subscribe-form-container-input input {
    color: #000000!important;
}
.bx-catalog-popup-privacy-policy {
    max-width: 288px;
    position: relative;
    margin: 8px auto 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #2e2e2e;
}
/* End */


/* Start:/local/templates/chistopar/components/bmhouse/comments.rating/rating/style.css?1748415382521*/
.mini-rating {
    font-family: Manrope, sans-serif;
    display: flex;
    gap: 10px;
    align-items: center;
}

.mini-rating__rating {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #2E2E2E;
}

.mini-rating__stars {
    display: flex;
    align-items: center;
}

.mini-rating__comments {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #2E2E2E;
}

@media (max-width: 575px) {
    .mini-rating__comments, .mini-rating__rating {
        font-size: 11px;
    }
}
/* End */
/* /local/templates/chistopar/components/bitrix/catalog/catalog/style.css?1730952716902 */
/* /local/templates/chistopar/components/bitrix/breadcrumb/nav-breadcrumb/style.css?1730952716797 */
/* /local/templates/chistopar/components/bitrix/menu/catalog_page/style.css?17309527172 */
/* /local/templates/chistopar/components/bitrix/system.pagenavigation/pagination_common/style.css?1730952717315 */
/* /local/templates/chistopar/components/bitrix/catalog.section/catalog_element/style.css?1730952717980 */
/* /local/templates/chistopar/components/bitrix/catalog.item/item_common_v7/style.css?174946488110645 */
/* /local/templates/chistopar/components/chistopar/catalog.product.subscribe/product_subscribe/style.css?1730952717311 */
/* /local/templates/chistopar/components/bmhouse/comments.rating/rating/style.css?1748415382521 */
