

/* 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/chistopar/catalog.product.subscribe/product_subscribe/style.css?1751526665319*/
.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: var(--graphite);
}
/* 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 */
/* /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/chistopar/catalog.product.subscribe/product_subscribe/style.css?1751526665319 */
/* /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 */
