

/* 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/catalog.element/main_element/style.css?175152666522393*/
.detail-element__info {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	gap: 20px;
	margin-top: 32px;
}

.detail-element__slider {
	position: relative;
	width: 100%;
	max-width: 580px;
}

.detail-element__info-text {
	width: 100%;
	max-width: 580px;
}

.detail-element__art-product {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #949494;
	margin-bottom: 8px;
}

.detail-element__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--graphite);
	margin-bottom: 15px;
}

.detail-element__info-text .product-item-stars {
	margin-top: 0;
}

.detail-element__description {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--graphite);
	margin-top: 32px;
}

.detail-element__slider-arrow {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 2px 7px rgba(29, 31, 30, 0.06);
	border-radius: 40px;
	color: transparent;
}

.detail-element__slider-arrow {
	display: flex block;
	justify-content: center;
	align-items: center;
}

.detail-element__slider-sub-main .swiper-slide{
	transition: all 0.4s;
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 6px;
}

.detail-element__slider-sub-main .swiper-slide-thumb-active {
	border: 2px solid var(--accent);
}

.detail-element .detail-element__slider-sub-main {
	width: 100%;
}

.detail-element__slider-main-container {
	position: relative;
	height: 434px;
	margin-bottom: 22px;
}

.detail-element__slider-main {
	height: 100%;
}

.detail-element .swiper-button-disabled {
	opacity: 0 !important;
}

.detail-element__slider-main-container img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.detail-element__slider-nav {
	position: relative;
}

.detail-element .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
	content: "";
}

.detail-element .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
	content: "";
}

.detail-element .swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 20px;
}

.detail-element .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 20px;
}

.detail-element .detail-element__slider-arrow {
	width: 40px !important;
	height: 40px !important;
}

.detail-element .swiper-button-prev svg {
	rotate: 180deg;
}

.detail-element__slider-nav  .detail-element__slider-arrow {
	height: 100% !important;
	background: var(--grey);
	border-radius: 10px;
	top: 0;
	bottom: 0;
	margin: 0;
}

.detail-element__slider-nav .swiper-button-prev{
	left: 0;
}

.detail-element__slider-nav .swiper-button-next{
	right: 0;
}

.video-gallery {
	width: 70px;
	height: 70px;
	background: #DBF7FF;
	border-radius: 10px;
	margin-right: 10px;
	margin-left: 54px;
	min-width: 80px;
	transition: all 0.4s;
}

.mobail-video-gallery {
	position: absolute;
	width: 32px;
	height: 32px;
	background: #DBF7FF;
	border-radius: 10px;
	bottom: 12px;
	left: 12px;
	cursor: pointer;
	z-index: 10;
	display: none;
}

.mobail-video-gallery svg {
	height: 10px;
	width: 9px;
}

.mobail-video-gallery:hover {
	opacity: 0.6;
}

.mobail-video-gallery {
	transition: all 0.4s;
}

.video-gallery:hover {
	opacity: 0.6;
}

.video-gallery a{
	width: 100%;
	height: 100%;
	display: flex;
}

.video-gallery a,
.mobail-video-gallery{
	justify-content: center;
	align-items: center;
}

.detail-element .swiper-pagination {
	width: 31px;
	height: 26px;
	right: 12px;
	background: var(--grey);
	border-radius: 6px;
	bottom: 15px;
	left: auto;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #949494;
	display: none;
	justify-content: center;
	align-items: center;
}

.detail-element__slider-sub-main img {
	height: 100%;
	object-fit: contain;
}

.detail-element__slider-nav {
	display: flex;
	align-items: center;
}

.detail-element .detail-element__slider-sub-main {
	max-width: 410px;
	margin: 0;
	margin-right: 55px;
}

.detail-element__description-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--graphite);
}

.detail-element__description-content span {
	font-weight: 500;
	color: var(--graphite);
}

.detail-element__description-content {
	color: #949494;
}


.detail-element__description-more {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--accent);
	margin-top: 8px;
}

.detail-element__description-more svg {
	margin-left: 8px;
}

.detail-element__description-more {
	cursor: pointer;
	width: 110px;
}

.detail-element .detail-element__block-cost {
	margin: 40px 0 5px;
	width: 100%;
	max-width: 100%;
	padding: 32px;
}

.detail-element__description-more.hide {
	opacity: 0;
	visibility: hidden;
}

.detail-element__description-more {
	transition: all 0.4s;
}

.detail-element__description-content.show-content {
	display: block;
}

.detail-element .swiper {
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
}

.detail-element .swiper.swiper-initialized {
	opacity: 1;
	visibility: visible;
}

.product-item-detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item, .product-item-detail-properties-item--inner {
	margin-bottom: 5px;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-item--inner {
	width: 100%;
}

.product-item-detail-properties-dots{
	border-bottom:1px dotted #EBEBEB;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width:50%;
	width: auto;
	font-size: 14px;
	line-height: 20px;
	color: #949494;
}

.product-item-detail-properties-name{
	font-weight: 400;
}

.product-item-detail-properties-value {
	font-weight: 500;
	color: var(--graphite);
	text-align: right;
}

.pc-tab {
	width: 100%;
	margin: 0 auto;
}
.pc-tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pc-tab ul li label {
	padding: 15px 25px;
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #eeeeee;
}
.pc-tab > input,
.pc-tab section > div {
	display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3,
#tab4:checked ~ section .tab4,
#tab5:checked ~ section .tab5 {
	display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
	color: red;
}

.pc-tab ul li label:active {
	background: #ffffff;
}
.pc-tab ul li:not(:last-child) label {
	border-right-width: 0;
}
.pc-tab section {
	clear: both;
}


#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
	background: white;
	color: #111;
	position: relative;
}

#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	left: 0;
	bottom: -1px;
}

.pc-tab nav {
	position: relative;
}

.pc-tab nav ul {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.pc-tab nav ul li {
	min-width: 230px;
	width: 100%;
	background: var(--grey);
	border-radius: 5px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #949494;
}

.pc-tab section {
	padding-top: 48px;
}

.product-item-detail-properties {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.product-item-detail-properties-item {
	width: 49%;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3,
#tab4:checked ~ nav .tab4,
#tab5:checked ~ nav .tab5 {
	background: #FFFFFF;
	border-radius: 0px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--graphite);
}

.pc-tab ul li label {
	padding: 0;
	border: 0;
	background: transparent;
	margin: 0;
}

.pc-tab {
	margin: 74px auto 0;
}

.product-item-detail-properties-item {
	margin-bottom: 0;
}

.pc-tab__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--graphite);
	margin-bottom: 8px;
}

.product-item-detail-properties {
	margin-top: 32px !important;
}

.pc-tab nav ul li {
	cursor: pointer;
}

.pc-tab ul li label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
}

.pc-tab ul li label {
	cursor: pointer;
}

.detail-element__block-cost .cart-product__price-container {
	display: flex;
	width: auto;
	align-items: center;
}

.detail-element__block-cost .cart-product__price {
	font-size: 24px;
	line-height: 32px;
	margin-right: 12px;
}

.detail-element__block-cost .cart-product__buy-btn {
	width: auto;
	height: auto;
	border-radius: 0;
}

.detail-element__block-cost .сalculator__btn-cart,
.fixed-mob-btn .сalculator__btn-cart{
	background: var(--accent);
	width: 166px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 11px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	transition: all .3s;
}
.detail-element__block-cost .сalculator__btn-cart.open-calculator,
.fixed-mob-btn .сalculator__btn-cart.open-calculator {
	visibility: hidden;
}

.detail-element__block-cost .сalculator__btn-cart:hover,
.fixed-mob-btn .сalculator__btn-cart:hover{
	background: var(--accent-hover);
}

.detail-element__block-cost .list-icon.btn-favorites {
	width: 48px;
	height: 48px;
	background: var(--grey);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 8px;
}

.icon-shaery.blog__single-link {
	margin: 0;
	width: 48px;
	height: 48px;
	background: var(--grey);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-shaery.blog__single-link::before {
	display: none;
}

.detail-element__block-cost-delivery {
	background: var(--grey);
	border-radius: 8px;
	margin-top: 24px;
	padding: 12px 17px;
}

.detail-element__block-cost-delivery::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.005 2.76377C11.8828 2.55491 11.7074 2.38125 11.4962 2.26003C11.285 2.13882 11.0453 2.07428 10.801 2.07282H9.1V0.690942C9.1 0.507692 9.02625 0.331949 8.89497 0.202372C8.7637 0.0727956 8.58565 0 8.4 0H1.4C1.0287 0 0.672601 0.145591 0.41005 0.404744C0.1475 0.663898 0 1.01538 0 1.38188V8.2913C0.000251819 8.53363 0.0650599 8.77163 0.187923 8.98144C0.310786 9.19124 0.487384 9.36546 0.7 9.48663C0.674937 10.128 0.909025 10.7529 1.35077 11.2239C1.79251 11.695 2.40572 11.9735 3.0555 11.9982C3.70528 12.0229 4.3384 11.7919 4.81559 11.3559C5.29278 10.9198 5.57494 10.3146 5.6 9.67318H7.77C7.84741 10.2513 8.13502 10.7819 8.57929 11.1663C9.02356 11.5507 9.59422 11.7626 10.185 11.7626C10.7758 11.7626 11.3464 11.5507 11.7907 11.1663C12.235 10.7819 12.5226 10.2513 12.6 9.67318C12.9713 9.67318 13.3274 9.52759 13.5899 9.26844C13.8525 9.00928 14 8.6578 14 8.2913V6.21847C13.9989 6.09242 13.9652 5.96874 13.902 5.85918L12.005 2.76377ZM9.1 3.45471H10.801L12.061 5.52753H9.1V3.45471ZM3.15 10.3641C2.94233 10.3641 2.73932 10.3033 2.56665 10.1895C2.39398 10.0756 2.2594 9.91371 2.17993 9.72433C2.10045 9.53495 2.07966 9.32656 2.12018 9.12552C2.16069 8.92447 2.26069 8.7398 2.40754 8.59486C2.55438 8.44991 2.74148 8.3512 2.94516 8.31121C3.14884 8.27122 3.35996 8.29175 3.55182 8.37019C3.74368 8.44864 3.90767 8.58147 4.02304 8.75191C4.13842 8.92235 4.2 9.12273 4.2 9.32771C4.2 9.60258 4.08938 9.8662 3.89246 10.0606C3.69555 10.2549 3.42848 10.3641 3.15 10.3641ZM10.15 10.3641C9.94233 10.3641 9.73932 10.3033 9.56665 10.1895C9.39398 10.0756 9.2594 9.91371 9.17993 9.72433C9.10045 9.53495 9.07966 9.32656 9.12018 9.12552C9.16069 8.92447 9.26069 8.7398 9.40754 8.59486C9.55438 8.44991 9.74148 8.3512 9.94516 8.31121C10.1488 8.27122 10.36 8.29175 10.5518 8.37019C10.7437 8.44864 10.9077 8.58147 11.023 8.75191C11.1384 8.92235 11.2 9.12273 11.2 9.32771C11.2 9.60258 11.0894 9.8662 10.8925 10.0606C10.6955 10.2549 10.4285 10.3641 10.15 10.3641Z' fill='%23949494'/%3E%3C/svg%3E");
	position: absolute;
	top: 18px;
	left: 17px;
	width: 14px;
	height: 12px;
}

.detail-element__block-cost-delivery {
	padding: 12px 17px 12px 48px;
	position: relative;
}

.detail-element__block-cost-delivery-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: var(--graphite);
	margin-bottom: 4px;
}

.detail-element__block-cost-delivery-subtext {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #949494;
}

.detail-element__block-cost .cart-product__buy-btn .сalculator__container {
	width: 100%;
	left: 0;
	right: 0;
}

.detail-element__slider.hide-slider{
	opacity: 0;
	visibility: hidden;
	position: relative;
	overflow: hidden;
}

.cat_labels {
	z-index: 10 !important;
}

.bx_soc_comments_div .bx-catalog-tab-list {
	display: none;
}

.pc-tab .blog-add-comment {
	padding-bottom: 0 !important;
	width: 280px;
	height: 48px;
	background: var(--accent);
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--graphite);
	text-align: center !important;
}

.pc-tab .blog-comment {
	padding-top: 0;
}

.pc-tab .bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container > div {
	padding: 0;
}

.pc-tab .blog-post-date, .pc-tab  .blog-comment-date {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #949494;
}

.pc-tab .blog-comment-cont-white {
	background-color: transparent;
	padding: 0;
}

.pc-tab .blog-add-comment .bx_medium.bx_bt_button {
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 24px !important;
	color: #FFFFFF;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100% !important;
}

.blog-add-comment::before {
	content: "Есть вопрос о товаре?";
	position: absolute;
	top: -40px;
	width: 100%;
	right: 0;
}

.pc-tab div.blog-comment .blog-author {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: var(--graphite);
	display: block;
	margin-bottom: 4px;
}

.pc-tab .blog-comment-content {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--graphite);
	margin: 16px 0 20px;
}

.bx_soc_comments_div {
	margin-top: 60px;
}

.pc-tab .blog-add-comment {
	top: -60px;
}

.pc-tab .blog-post-date, .pc-tab .blog-comment-date {
	padding: 0 !important;
	background: white !important;
}

.pc-tab div.blog-comment-line {
	margin-bottom: 20px;
}

.pc-tab .blog-comments {
	width: 100%;
	max-width: 832px;
}







@media ( max-width: 1200px ){

	.detail-element .swiper-pagination{
		display: flex;
	}

	.mobail-video-gallery{
		display: flex;
	}

	.detail-element__slider-nav{
		display: none;
	}

	.detail-element__info {
		flex-wrap: wrap;
	}

	.detail-element__slider {
		max-width: 100%;
	}

	.detail-element__slider-main-container {
		height: 436px;
	}

	.detail-element__info-text {
		max-width: 100%;
	}

	.pc-tab nav {
		left: 0;
	}

	.pc-tab nav ul li {
		min-width: auto;
		width: 100%;
	}

	.product-item-detail-properties-item {
		width: 100%;
	}

	.fixed-mob-btn {
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(54, 65, 61, 0.12);
		border-radius: 10px 10px 0px 0px;
		padding: 12px 12px;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
		height: 62px;
		margin: 0;
	}

	.fixed-mob-btn .сalculator__btn-cart {
		width: 100%;
	}

	.fixed-mob-btn .сalculator {
		width: calc(100% - 24px);
	}

	.fixed-mob-btn .сalculator__container {
		width: 100%;
		right: 0;
		top: -5px;
	}

	.fixed-mob-btn .bx-catalog-subscribe-button {
		width: 100%;
	}


}

@media ( max-width: 760px ){

	.cart-product__buy-btn.fixed-mob-btn .сalculator__btn-cart {
		height: 48px;
	}

	.product-item-detail-properties-name, .product-item-detail-properties-value {
		font-size: 12px;
		line-height: 16px;
	}

	.fixed-mob-btn .сalculator__btn-cart {
		height: 48px;
		position: relative;
	}

	.fixed-mob-btn .сalculator {
		position: relative;
	}

	.fixed-mob-btn {
		height: auto;
		padding: 30px 20px 40px;
	}

	.cart-product__block-cost .fixed-mob-btn .сalculator .сalculator__container {
		top: 0
	}

	.detail-element__slider-main-container {
		height: 240px;
	}

	.pc-tab nav ul li {
		min-width: 170px;
		width: 170px;
	}

	.detail-element__art-product {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 4px;
	}

	.detail-element__title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.detail-element__description {
		margin-top: 16px;
	}

	.detail-element .detail-element__block-cost {
		margin: 16px 0;
		padding: 16px;
	}

	.detail-element__block-cost .cart-product__price {
		font-size: 18px;
		line-height: 22px;
	}

	.detail-element__block-cost-delivery {
		margin-top: 12px;
	}

	.detail-element__block-cost .list-icon.btn-favorites {
		width: 40px;
		height: 40px;
	}

	.icon-shaery.blog__single-link {
		width: 40px;
		height: 40px;
	}

	.detail-element__block-cost-delivery {
		padding: 8px 12px 8px 40px;
	}

	.detail-element__block-cost-delivery::before {
		top: 13px;
		left: 14px;
	}

	.pc-tab {
		margin: 40px auto 0;
	}

	.pc-tab__title {
		font-size: 18px;
		line-height: 22px;
	}

	.pc-tab .blog-add-comment {
		top: 0;
	}

	.pc-tab .blog-add-comment {
		width: 100%;
		position: relative;
		font-size: 16px;
		line-height: 20px;
		text-align: left !important;
		margin-bottom: 24px;
	}

	.blog-add-comment::before {
		top: -32px;
	}

	.bx_soc_comments_div {
		margin-top: 50px;
	}

	.pc-tab div.blog-comment .blog-author {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 2px;
	}

	.pc-tab .blog-post-date, .pc-tab .blog-comment-date {
		font-size: 12px;
		line-height: 18px;
	}

	.pc-tab .blog-comment-content {
		font-size: 12px;
		line-height: 18px;
		margin: 12px 0 12px;
	}

	.pc-tab nav ul {
		position: relative;
		overflow: hidden;
		overflow-x: auto;
	}

	.breadcrumb-item + .breadcrumb-item::before {
		top: 4px !important;
	}

	.fixed-mob-btn .bx-catalog-subscribe-button {
		width: 100%;
		height: 40px;
	}

	.fixed-mob-btn .bx-catalog-subscribe-button {
		position: relative;
		top: 0;
	}

	.fixed-mob-btn .сalculator {
		width: 100%;
		position: relative;
	}


}

/*RING*/
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: var(--ui-font-weight-bold);
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	body {
		padding-bottom: 100px;
	}

	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

@media (max-width: 1200px) {
	body {
		padding-bottom: 60px;
	}
}

.product-item-label-top { top: 25px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: 25px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

.blog__single-link .shared_block .shared_item.copied {
	color: #37A77F;
}

.detail-element__slider {
	position: relative;
}

.detail-element__slider-tmp-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 434px;
}

.detail-element__slider-tmp-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 760px) {
	.detail-element__slider-tmp-img {
		height: 240px;
	}
}
.dropshipping_btn{
	background: var(--accent);
    width: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
	height: 48px;
    border-radius: 10px;
    cursor: pointer;
	text-decoration: none !important;
}
.dropshipping_btn span{
	color:#fff;
}
/* End */


/* Start:/bitrix/components/bmhouse/comments.rating/templates/.default/style.css?1730952508859*/
.bmhouse-comments-rating
{
	font-size: 14px;
	font-family: Verdana;
}

.bmhouse-comments-rating .bmhouse-comments-rating,
.bmhouse-comments-rating .bmhouse-comments-count
{
	display: inline-block;
}

.bmhouse-comments-rating .bmhouse-comments-count
{
	position: relative;
	top: -5px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background,
.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	height: 22px;
	width: 110px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background
{
	background: url( '/bitrix/components/bmhouse/comments.rating/templates/.default/img/star_empty.svg') repeat-x;
	background-size: 22px 22px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	background: url( '/bitrix/components/bmhouse/comments.rating/templates/.default/img/star_full.svg') repeat-x;
	background-size: 22px 22px;
}

/* 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/components/chistopar/main.comment/templates/.default/style.css?17309527174*/



/* End */


/* Start:/local/components/chistopar/comments/templates/.default/style.css?17309527172*/


/* End */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17309524962802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/catalog.item/item_common_v7/style.css?175152666510685*/
.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: var(--accent-hover);
}

.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: var(--graphite);
    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: var(--graphite);
}

.catalog-card__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 20.26px;
    color: var(--graphite);
    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: var(--grey);
    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/bmhouse/comments.rating/rating/style.css?1751526665537*/
.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: var(--graphite);
}

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

.mini-rating__comments {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--graphite);
}

@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/catalog.element/main_element/style.css?175152666522393 */
/* /bitrix/components/bmhouse/comments.rating/templates/.default/style.css?1730952508859 */
/* /local/templates/chistopar/components/bitrix/system.pagenavigation/pagination_common/style.css?1730952717315 */
/* /local/components/chistopar/main.comment/templates/.default/style.css?17309527174 */
/* /local/components/chistopar/comments/templates/.default/style.css?17309527172 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17309524962802 */
/* /local/templates/chistopar/components/bitrix/catalog.item/item_common_v7/style.css?175152666510685 */
/* /local/templates/chistopar/components/bmhouse/comments.rating/rating/style.css?1751526665537 */
