

/* Start:/local/templates/main/components/bitrix/catalog/main/style.css?17274204232240*/
.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;
}

.fast_view {
color: #FFFFFF;
    padding: 10px;
    background-color: #2b2b2b85;
    text-align: center;
    width: 90%;
    position: absolute;
    left: 5%;
    top: 220px;
    opacity: 0;
    transition: .3s all;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 5px;
    pointer-events: none;
    font-weight: 500;
}

.hdn_offer {
	display: none !important;
}

.wait {
	opacity: 0.8;
	pointer-events: none;
}

.product-preview-ajax {
	max-width: 100%;
}

.products-col:hover .fast_view {
	opacity: 1;
	pointer-events: all;
}


@media (max-width: 1199px) {
	.fast_view {
		font-size: 12px;
		top: 120px;
	}
}

@media (max-width: 768px) {
	.fast_view {
		top: 200px;
	}
}

@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%; }
	.fast_view {
		display: none;
	}
}


.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;
}

.tags .tags__item {
	/* border: solid 1px; */
	border-radius: 20px;
	padding: 10px;
	margin: 10px;
	width: 100%;
	background-color: #f2f2f2;
	max-width: 192px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
}

.tags .tags__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.tags .tags__item:hover {
	background-color: #8aea52;
	color: white !important;
}



.tags .tags__item a {
	color: black;
	font-size: 16px;
}

.section.promo-slider-section {
	min-height: 397px;
}
/* End */


/* Start:/local/templates/main//components/bitrix/catalog/main/bitrix/catalog.element/bootstrap_v4_new/style.css?173045910136945*/
/*region Sidebar */

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius: 1px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/

/*region Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-align: center;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

.product-item-detail-economy-price {
	color: #333;
	text-align: center;
	/*white-space: nowrap;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/*endregion*/



/*region SCU */
.product-item-scu-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 60px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: var(--theme-color-primary); }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }



.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	outline-color: var(--theme-color-primary);
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*endregion*/

/*region Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus {
	outline: none !important;
	border-color: #006cc0;
	border-color: var(--theme-color-primary);
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*endregion*/

/*region Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }

/*endregion*/

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/



@media (max-width: 767px) {
	.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-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;
	}
}

.product-item-label-top { top: -5px; }

.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: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #000;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #006cc0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #006cc0;
	background: var(--theme-color-primary);
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 300;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width: 80px;
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: 100%;
	height: auto;
	max-height: 65px;
	width: auto;
}

.product-item-detail-short-title-container {
	max-width: 650px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.product-item-detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	margin-bottom: 5px;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-dots {
	border-bottom: 1px dotted #a5a5a5;
	-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: 12px;
}

.product-item-detail-properties-name {
	padding-right: 3px;
	color: #a5a5a5;
}

.product-item-detail-properties-value {
	color: #343a40;
	padding-left: 3px;
	text-align: right;
}

/*endregion*/

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }


/*new style slider*/
.product-item-detail-slider-container {
    position: relative;
    /*max-width: 100%;*/
    width: 100%;
    background: transparent;
    transition: background 800ms ease;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;    
    padding-top: 100%;
    height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 57%;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    outline: 1px solid #c0cfda;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 25%;
    background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .57;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-left { left: 0; }

.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, .4);
    opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: calc(100vh - 111px);
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }

    .product-item-detail-slider-left,
    .product-item-detail-slider-right { max-width: 75px; }

    .product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;

    font-weight: 900!important;
    font-size: 24px!important;
    background: linear-gradient(90deg, #F83600 0%, #F9D423 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    text-fill-color: transparent!important;
    width: auto!important;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }
.product-item-detail-info-container-title {
    margin-bottom: 3px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }



.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #c0cfda;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
body .product-gallery-body .product-item-stikers{
    z-index:99;
}
.product-gallery-nav-slide.swiper-slide span.active {
    border-color: #CDDC33;
}
@media(max-width: 767px){
    .product-gallery-nav{
        display: none;
    }
    .product-head-info.mobile-view{
        -webkit-box-ordinal-group: -10;
        -ms-flex-order: -10;
        order: -10;

        margin-bottom: 20px;
    }
    .product-info__flex{
        display: flex;
        flex-wrap: wrap;
    }
    .product-info__flex .product-head-info{
        width: 100%;
    }
    .product-info__flex .product-number{
        width: 100%;
    }
    .product-info__flex .product-price{
        width: 100%;
    }
    .product-info__flex .product-body{
        -webkit-box-ordinal-group: -7;
        -ms-flex-order: -7;
        order: -7;
    }
    .product-info__flex .product-item-detail-info-section{
        margin: 5px 0!important;
    }

}
@media(min-width: 767px){
    .product-item-detail-slider-left,.product-item-detail-slider-right{
        display: none;
    }
}
@media(min-width: 425px) and (max-width:479px){
    .product-detail__availability {
         padding: 0 7px;
    }
    .product-body{
        padding: 0 7px;
    }
}
/* окно перехода в коризну*/
.popup-window-titlebar-text {
	margin-left: 10px;
	color: #000000;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	text-align: center;
}
.popup-window.popup-window-with-titlebar{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 0px;
	max-width: 410px;
	width: 410px;
	height: auto;
}
.popup-window-titlebar{
	background: #F2F2F2;
	border-radius: 9px 9px 0px 0px;
}
.popup-window{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;

}
.bx-blue .btn.btn-default{
	outline: 0;
	border-color: #1485ce;
	color: #FFF;
	background: #4365AF;
	border-radius: 5px;
}
.popup-window-buttons {
	display: flex;
	flex-direction: column;
	padding-bottom: 35px !important;
}
.popup-window-with-titlebar .popup-window-content{
	margin-top: 20px;
}

.popup-window-content {
	font-size: 15px;
	display: block;
	max-height: 220px;
}

li.hide_btn {
	display: none;
}

.quarter_size {
	width: 20.1%;
	margin-right: 10px;
}

.product-item-stiker {
	width: 128px;
	height: 40px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin-right: 10px;
	min-width: 1px;
}
.bx-catalog-popup-message
{
	text-align: center;
}

.popup-window-buttons {
	text-align: center;
	padding: 20px 30px 10px;
}

.product-item-scu-item-text {
	white-space: nowrap;
}

.product-item-scu-item-text {
	text-align: left !important;
}

.product-item-scu-item-text-block {
	width: min-content
}

@media (max-width: 768px) {
	.quarter_size {
		width: 40%;
	}
}

.product-btns-list {
	flex-direction: column;
}

.buy1click_back {
	background: #000000ad;
    z-index: 999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    padding: 15px;
}

.buy1click_back.active {
	display: flex;
    align-items: center;
    justify-content: center;
}

.modal_buy1click {
	background-color: #fff;
	padding: 30px 40px 60px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    position: relative;
    overflow-y: auto;
    width: 520px;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    color: #242424;
}

.modal_buy1click_close_wrap {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.modal_buy1click_close {
	cursor: pointer;
}

.modal_buy1click_title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 8px;
}

.modal_buy1click_subtitle {
	font-size: 16px;
	margin-bottom: 35px;
}

.modal_buy1click_inputwrap {
	width: 100%;
	margin-bottom: 4px;
}

.modal_buy1click_inputwrap input {
	border-radius: 3px;
	background: #F4F6F4;
	width: 100%;
	height: 50px;
	padding: 21px 20px;
	border: none;
	box-sizing: border-box;
}

.modal_buy1click_inputwrap input.error {
	border: 1px solid red;
}

.modal_buy1click_success {
	width: 100%;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	border-radius: 3px;
	background: #8AEA52;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.modal_buy1click_agreement {
	font-size: 14px;
}

.modal_buy1click_agreement a {
	color: #242424;
	text-decoration: underline;
}

.modal-success__desc_buy1click {
	text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.btn-bask.js_buy1click {
	color: #72C111;
	background-color: rgba(138, 234, 82, 0.20);
}

.section.product-tabs-section {
	margin-bottom: 140px;
}

@media (max-width: 768px) {
	.modal-success__desc_buy1click {
		font-size: 16px;
	}

	.modal_buy1click {
		width: 100%;
	}

	.buy1click_back {
		padding: 0;
	}

	.modal_buy1click {
		padding: 20px 20px 60px 20px;
	}

	.modal_buy1click_close {
		width: 24px;
		height: 24px;
	}

	.modal_buy1click_title {
		font-size: 18px;
	}

	.modal_buy1click_subtitle {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.modal_buy1click_inputwrap input {
		height: 48px;
		padding: 21px 16px;
		font-size: 14px;
	}

	.modal_buy1click_success {
		margin-top: 24px;
		font-size: 14px;
		height: 56px;
	}

	.modal_buy1click_agreement {
		font-size: 12px;
	}

	.section.product-tabs-section {
		margin-bottom: 30px;
	}
}
/* End */


/* Start:/local/templates/main//components/bitrix/catalog/main/bitrix/catalog.element/bootstrap_v4_new/webit_styles.css?174117811316651*/
:root {
	--margin-bottom-default: 20px;
	--gap-default: 15px;
	--font-size-small: 13px;
	--font-size-medium: 16px;
	--font-size-large: 18px;
	--primary-color: #4365AF;
	--secondary-background: #E2E2E2;
	--white-color: #FFF;
}

.product .product-reviews,
.product .product-code {
	margin-bottom: var(--margin-bottom-default);
}

.product .product-reviews {
	gap: 10px;
	align-items: center;
}

.product .product-head__stars {
	margin-right: 0;

}

.product .ratin-value {
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.product .review-main__stars {
		width: unset;
	}

	.product .p-20 {
		padding-left: 20px;
	}
}

.product .product-head-info1 {
	margin-bottom: var(--margin-bottom-default);
	gap: var(--gap-default);
}

.product .product-item-stiker,
.product .product-item__label {
	width: fit-content;
	flex: 0 1 128px;
	height: 36px;
	font-size: var(--font-size-large);
	font-weight: 600;
	margin: 0;
}

.product .product-item-detail-slider-controls-image {
	width: 72px;
	height: 72px;
	margin-bottom: 0;
}

.product .product-info-title {
	margin-bottom: 10px;
}

.product .content-text__wrapper {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s;
	max-height: 90px;
}

.product .content-text__wrapper.show {
	-webkit-line-clamp: unset;
	transition: all 0.3s;
}

.product .content-text__btn {
	font-size: var(--font-size-small);
	font-weight: 500;
	color: var(--primary-color);
	text-decoration: underline;
	border: 0;
	background: unset;
}

.product .product-info.product-brand {
	margin-top: var(--margin-bottom-default);
	margin-bottom: var(--margin-bottom-default);
}

.product .product-made-in {
	font-size: var(--font-size-medium);
}

.product .product-btns-list li,
.product .product-btns-list li .btn {
	width: 100%;
}

.product .btn-bask.js_buy1click {
	background: var(--secondary-background);
	color: #000;
}

.product .btn-bask.js_buy1click:hover {
	color: var(--white-color);
	background-color: var(--primary-color);
}

@media (min-width: 768px) {
	.product .product-item-detail-slider-controls-block {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		gap: 15px;
		flex-wrap: wrap;
	}

	.product .product-tab-title {
		margin-bottom: 10px;
		font-size: var(--font-size-large);
		font-weight: 500;
	}

	.product .product-tab-info-col {
		padding: 0;
		width: 100%;
	}

	.product .product-head-info {
		justify-content: center;
	}




}



.about-section__title {
	margin-bottom: 43px;
}

.about-section__list {
	justify-content: space-between;
	gap: 1%;
}

.about-section__item {
	flex: 0 0 15%;
	font-size: var(--font-size-large);
	line-height: 22px;
	text-align: center;
	flex-direction: column;
	gap: 22px;
	justify-content: center;
	padding: 0;
}

.about-section__icon {
	margin: 0;
}

@media (max-width: 1025px) {
	.about-section__list {
		justify-content: center;
	}

	.about-section__item {
		flex: 0 0 210px;
	}
}


.product-item-scu-item-list {
	gap: 15px
}

.product-item-scu-item-text-block {
	margin: 0;
}

.product-item-scu-item-text-container {
	border: 1px solid #E2E2E2;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.3s;
	margin: 0;
}

.product-item-scu-item-text-container.quarter_size {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.product-item-remove:hover,
.product-item-scu-item-text-container.selected {
	border-color: #ed2226;
}

.product-item-scu-item-text-block {
	min-width: unset;

}

.product-item-scu-item-text-container.quarter_size .product-item-scu-item-text-block {
	padding: 0;
}

.marketplace__list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 15px;
}

.marketplace__item {
	display: block;
	max-width: 230px;
	max-height: 48px;
	object-fit: contain;
}

.marketplace__item_big {
	flex: 0 0 100%;
	max-width: 100%;
}


.product-item-detail-slider-image img {
	position: static;
	transform: unset;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}


.popup .product-item-detail-slider-controls-block {
	flex-direction: column;
}

.popup .product-item-detail-slider-controls-block {
	flex-wrap: nowrap;
}

.popup .product-item-detail-slider-image {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 100%;
	width: 100%;
	transform: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}


.product-brand-logo img {
	object-fit: contain;
}


.product-price__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.product-price-old {
	margin: 0;
	font-size: 24px;
}

.product-cost {
	margin: 0;
}

.product-price__old-percent {
	font-size: 24px;
	color: #ED2226;
	font-weight: 600;
}

.product-btns-list li,
.product-head-info.desktop-view {
	max-width: 370px;
	padding-right: 0;
	padding-left: 0;
}

.product-programm-desc {
	font-size: 13px;
}

.product-programm-link {
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.product .product-tab-info-col {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.product .product-head-info1 {
		margin-left: 0;
	}

	.product #product-tabs {
		padding: 0 28px;
	}

	.catalog-element_detail {
		max-width: 100%;
		margin: 0 auto;
	}

	.breadcrumbs li {
		font-size: 9px;
	}

	.section-title {
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
		margin-bottom: 28px;
		font-weight: 600;
		line-height: 19px;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.98216 7.28372C9.04764 7.34903 9.09959 7.42662 9.13504 7.51205C9.17049 7.59747 9.18873 7.68904 9.18873 7.78153C9.18873 7.87402 9.17049 7.96559 9.13504 8.05101C9.09959 8.13644 9.04764 8.21403 8.98216 8.27934L5.25982 12.0003L8.98216 15.7212C9.04754 15.7866 9.09939 15.8642 9.13477 15.9496C9.17015 16.035 9.18836 16.1266 9.18836 16.219C9.18836 16.3115 9.17015 16.403 9.13477 16.4884C9.09939 16.5739 9.04754 16.6515 8.98216 16.7168C8.91679 16.7822 8.83918 16.8341 8.75376 16.8695C8.66835 16.9048 8.5768 16.923 8.48435 16.923C8.3919 16.923 8.30035 16.9048 8.21494 16.8695C8.12952 16.8341 8.05191 16.7822 7.98654 16.7168L3.76779 12.4981C3.70231 12.4328 3.65036 12.3552 3.61491 12.2698C3.57946 12.1843 3.56122 12.0928 3.56122 12.0003C3.56122 11.9078 3.57946 11.8162 3.61491 11.7308C3.65036 11.6454 3.70231 11.5678 3.76779 11.5025L7.98654 7.28372C8.05185 7.21824 8.12944 7.16629 8.21486 7.13084C8.30029 7.09539 8.39186 7.07715 8.48435 7.07715C8.57684 7.07715 8.66841 7.09539 8.75383 7.13084C8.83926 7.16629 8.91685 7.21824 8.98216 7.28372Z' fill='%23545454'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.26562 12C4.26562 11.8135 4.3397 11.6347 4.47157 11.5028C4.60343 11.371 4.78227 11.2969 4.96875 11.2969H19.7344C19.9209 11.2969 20.0997 11.371 20.2316 11.5028C20.3634 11.6347 20.4375 11.8135 20.4375 12C20.4375 12.1865 20.3634 12.3653 20.2316 12.4972C20.0997 12.629 19.9209 12.7031 19.7344 12.7031H4.96875C4.78227 12.7031 4.60343 12.629 4.47157 12.4972C4.3397 12.3653 4.26562 12.1865 4.26562 12Z' fill='%23545454'/%3E%3C/svg%3E%0A") #fff center center no-repeat;
		box-shadow: 0px 0px 10px 0px #00000026;
		top: 45%;
	}

	.product .product-reviews-count {
		margin-left: 24px;
	}

	.product .product-reviews-count,
	.product .ratin-value {
		font-size: 12px;
	}

	.product .product-head__stars {
		margin-top: 0;
	}

	.product .product-item-stiker,
	.product .product-item__label {
		font-size: 10px;
		max-width: 64px;
		height: 20px;
	}

	.product .product-item-detail-info-section {
		margin-top: 20px;
	}

	.product .product-item-scu-item-color-block {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}

	.product .product-item-scu-item-text {
		font-size: 15px;
		padding: 0;
	}

	.product .product-item-scu-container {
		margin-bottom: 20px;
	}

	.product .content-text {
		font-size: 11px;
	}

	.product .product-desc,
	.product .toggle-mobile-link {
		font-size: 13px;
		margin: 0;
	}

	.product .product-head-info.mobile-view {
		display: none;
	}

	.product .product-number {
		order: -9;
		margin-top: 20px;
	}

	.product-cost {
		font-size: 36px;
	}

	.product-price-body {
		flex: 0 0 100%;
	}

	.product-price-old {
		font-size: 20px;
	}

	.product-price__old-percent {
		font-size: 24px;
	}

	.product-info.product-price {
		margin-bottom: 15px;
	}

	.product .product-info,
	.product .product-tab-section {
		padding-left: 0;
		order: 1;
	}

	.product .btn-review-toggle.desktop,
	.cart-nav .cart-clear-btn,
	.product .desktop-view {
		display: block;
		margin: 0 auto;
	}

	.product .btn-review-toggle.desktop,
	.product .cart-nav .cart-clear-btn,
	.product .desktop-view span {
		display: block;
	}

	.product .product-info__flex .product-head-info {
		width: fit-content;
	}

	.product .product-info.product-btns {
		border: 0;
	}

	.product .product-detail__availability {
		order: 1;
		padding-left: 0;
		padding-right: 0;
	}

	.product .availability-list li {
		margin-bottom: 10px;
	}

	.product-btns-list li,
	.product-head-info.desktop-view {
		margin: 0 auto;
		max-width: clamp(88vw, 350px, 350px);
	}

	.product-item-detail-slider-block {
		padding-top: 250px;
	}

	.product-detail__availability,
	.product-item-detail-info-container {
		padding: 0;
	}

	.product-info-title,
	.product-tab-title {
		font-weight: 500;
	}

	.product-made-in span {
		font-size: 13px;
	}

	.product-made-in i img {
		max-width: 26px;
		height: auto;
		object-fit: contain;
	}

	.doc-link-title,
	.doc-link-size {
		font-size: 11px;
	}

	h3 {
		font-size: 18px;
	}

	.btn-bask {
		max-height: 40px;
	}

}


/*Каталог - предпросмотр товара*/

.products-btns__wrapper {
	display: flex;
	gap: 8px;
	scrollbar-width: none;
}

.products-btns__link {
	flex: 1 1;
}

.products-btns__link a {
	padding: 0;
}

.products-btns__preview {
	border: 0;
	background: #8AEA52;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	border-radius: 5px;
}

.products-btns__preview svg {
	width: 16px;
}

.product-preview {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #0000004D;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;

}

.product-preview .product {
	background: #fff;
	width: 80%;
	max-width: 1200px;
	height: 90vh;
	max-height: 1200px;
	padding: 40px;
	position: relative;
}

.product-preview .product-preview__wrapper::-webkit-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.product-preview .product-img-block {
	overflow: hidden;
}

.product-preview .swiper-product-pr__img img {
	width: 96px;
	height: 96px;
	object-fit: contain;
}

.product-preview .swiper-product-pr {
	margin-bottom: 20px;
}

.product-preview .swiper-product-pr .swiper-slide-thumb-active {
	border: 1px solid #8AEA52;
}

.product-preview .product-title {
	font-weight: 600;
	font-size: 25px;
}

.product-preview .product-item-scu-item-color-block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-preview .product-item-scu-item-color {
	width: 23px;
	height: 23px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.product-preview .product-item-scu-item-text-container {
	border: 1px solid #E2E2E2;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.3s;
	margin: 0;
}

.product-preview .product-item-scu-item-text-block {
	margin: 0;
	min-width: 0;
}

.product-preview .product-price-old {
	margin-bottom: 0;
	font-size: 24px;
}

.product-preview .product-btns-list {
	gap: 20px 5px;
	flex-direction: row;
}

.product-preview .product-btns-list li {
	flex: 0 1 204px;
	padding: 0;
}

.product-preview .product-btns-list li .btn {
	font-size: 14px;
	font-weight: 500;
}

.product-preview .product-head-info.desktop-view {
	flex: 0 0 100%;
	justify-content: flex-start;
	padding-left: 20px;
}

.product-preview .product-item-detail-info-section {
	margin-bottom: 20px;
}

.product-preview .product-btns-list {
	margin: 0;
}

.product-preview .product-info-desc {
	font-size: 13px;
}

.product-preview .product-preview-img-next,
.product-preview .product-preview-img-prev {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;

}

.product-preview .product-preview-img-prev {
	left: -10%;
}

.product-preview .product-preview-img-next {
	right: -10%;
	transform: rotate(180deg);
}

.product-preview .product-preview__close {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.product-preview .product-preview__wrapper {
	height: 75vh;
	max-height: 1200px;
	overflow-y: auto;
}


@media (max-width: 1199px) {

	.product-preview .product-btns-list li {
		flex: 0 0 100%;
	}

	.product-preview .product-head-info.desktop-view {
		justify-content: center;
		display: flex;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.product-preview .swiper-slide img {
		max-height: 400px;
		margin: 0 auto;
		display: block;
	}

	.product-preview .product-head {
		display: none;
	}

	.product-preview .product-img-block .product-title {
		display: block;
	}

	.product-preview .product-preview .product {
		padding-top: 60px;
	}

}

@media (max-width: 991px) {
	.product-preview .product {
		padding: 35px 10px 10px 10px;
	}

	.product-preview .product-preview-img-next,
	.product-preview .product-preview-img-prev {
		display: none;
	}

	.product-preview .product-cost {
		font-size: 27px;
		font-weight: 700;
	}

	.product-preview .product-price-old,
	.product-preview .product-price__old-percent {
		font-size: 18px;
	}

	.product-preview .product .product-btns-list li,
	.product-preview .product .product-btns-list li .btn {
		width: 100%;
	}

	.product-preview .product-btns-list li,
	.product-preview .product-head-info.desktop-view {
		max-width: unset;
	}

	.product-preview .product-preview__close {
		right: 10px;
		top: 10px;
	}

	.product-preview .product-title {
		margin-bottom: 15px;
	}

	.product-preview .product-preview__right {
		display: flex;
		flex-direction: column;
	}

	.product-preview .product-info.product-brand {
		order: 9;
	}

	.product-preview .product-info.marketplace {
		order: 11;
	}

	.product-preview .product-info.product-preview__production {
		order: 10;
	}

	.product-preview .product-info.product-delivery {
		order: 5;
	}

	.product-preview .product-info .product-delivery {
		order: 6;
	}

	.product-preview .product-info.product-short-desc {
		order: 7;
	}

	.product-preview .product-info-desc {
		font-size: 10px;
		line-height: 13px;
	}

	.product-preview p.bxmaker__geoip__delivery-box-item {
		margin-bottom: 0;
	}

	.product-preview .product-tab-info-col.flex-row-item {
		order: 8;
	}

	.product-preview .product-title {
		font-size: 14px;
	}

	.product-preview .swiper-slide img {
		max-height: 246px;
	}

	.product-preview .swiper-product-pr .swiper-slide img {
		max-height: 37px;
	}

	.product-preview .swiper-slide.swiper-product-pr__img {
		max-width: 37px;
	}

	.product-preview .swiper-product {
		margin-bottom: 8px;
	}

	.product-preview .product-reviews {
		margin-bottom: 15px;
	}

	.product-preview .product-code {
		margin-bottom: 15px;
	}

	.product-preview .product .product-item-stiker,
	.product .product-item__label {
		max-width: 83px
	}

	.product-preview .product .product-head-info1 {
		gap: 4px;
		margin-bottom: 0;
	}

	.product-preview .product-preview .product .product-item-detail-info-section {
		margin-top: 15px;
	}

	.product-preview .product-info.product-number {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.product-preview .product-item-detail-info-container-title {
		margin-bottom: 10px;
	}

	.product-preview .product-price-body .product-cost {
		margin-right: 0;
	}

	.product-preview .product-price-body {
		flex: none;
	}

	.product-preview .product-btns-list {
		gap: 5px
	}

	.product-preview .product-head-info.desktop-view {
		margin-top: 15px;
	}

	.product-preview .product-detail__availability-title,
	.product-preview .product-info-title,
	.product-preview .product-tab-title {
		font-size: 14px;
		font-weight: 500;
	}

	.product-preview .availability-list {
		font-size: 10px;
	}

	.product-preview .product-preview__wrapper {
		height: 80vh;
	}
}

.product-info.product-delivery-fast p {
	margin-bottom: 4px;
}

.p_fast p {
	font-size: 13px;
}

.add2basket_fast {
	white-space: nowrap;
}

@media (min-width: 0) {
	.product-preview .product * {
		scrollbar-width: none;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/style.css?172233246618833*/
.smart-filter {
	margin-bottom: 20px;
	min-width: 220px;
	width: 100%;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.smart-filter-section { position: relative; }

.smart-filter-title {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}

/*Sections*/

.smart-filter-parameters-box { position: relative; }

.smart-filter-parameters-box-title {
	display: inline-block;
	padding-bottom: 7px;
	font-size: 13px;
}

.smart-filter-parameters-box-title-text {
	color: var(--primary);
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-active .smart-filter-parameters-box-title-text { color: #333; }

/*region Angles*/
.smart-filter-angle {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 19px;
	vertical-align: middle;
}

.smart-filter-angles {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.smart-filter-angles:after,
.smart-filter-angles:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 1px;
	background-color: var(--primary);
	content: "";
	transition: all 250ms ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after { margin-left: 3px; }

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*endregion*/

/*region hint*/
.smart-filter-hint {
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.smart-filter-hint-icon {
	display: block;
	padding: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--primary);
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.smart-filter-hint-popup {
	position: absolute;
	top: calc(100% + 8px);
	left: -7px;
	z-index: 10;
	display: none;
	padding: 10px;
	min-width: 200px;
	max-width: 300px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint:hover .smart-filter-hint-popup { display: block; }

.smart-filter-hint-popup-angle {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #fff;
	transform: rotate(45deg);
}

/*endregion*/

.smart-filter-block {
	display: none;
	box-sizing: content-box;
	transition: padding .3s ease;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block { display: block; }

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
	display: block;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 14px;
}

/*region NUMBERS_WITH_SLIDER*/
.smart-filter-input-group-number { }

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	overflow: hidden;
	padding: 25px 18px 25px;
}

.smart-filter-slider-track {
	position: relative;
	height: 5px;
	background: #e7e7e7;
}

.smart-filter-slider-ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.smart-filter-slider-track .smart-filter-slider-ruler-none{
	width:0
}
.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #545454;
	text-align: center;
	font-size: 9px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #545454; }

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {

	background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {

	background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {

	background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid var(--primary);
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
	margin-left: -14px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
	right: 0;
	margin-right: -14px;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
}

/*endregion*/

/* region Select */
.smart-filter-input-group-dropdown {
	display: block;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus { border-color: var(--primary); }

.smart-filter-dropdown-block {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 29px 0 10px;
	width: 100%;
	height: 29px;
	border: none;
	border-radius: 2px;
	background: #fff;
}

.smart-filter-dropdown-text {
	overflow: hidden;
	max-width: 100%;
	height: 29px;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 29px;
	cursor: pointer;
}

.smart-filter-dropdown-text.fix { min-width: 120px; }

.smart-filter-dropdown-text label { cursor: pointer; }

.smart-filter-dropdown-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
	cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
	margin-right: 5px;
}

/*
*	Select popup
*
*/

.smart-filter-dropdown-popup {
	padding: 0;
	min-width: 173px;
	background: #fff;
}

.smart-filter-dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smart-filter-dropdown-popup ul li {
	display: block;
	vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li label {
	display: flex;
	align-items: center;
	overflow: hidden;
	/*padding: 0 5px;*/
	width: 100%;
	color: #575757;
	white-space: nowrap;
	cursor: pointer;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
	background: #f3f8fa;
	color: #000;
}

.smart-filter-dropdown-popup ul li label.disabled {
	background: transparent;
	color: #b8b8b8;
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text { padding-left: 5px;}

/*endregion */

/* region TAGS */

.smart-filter-tag {
	padding: 18px;
	border-top: 1px solid var(--theme-color-light);
	border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link {
	color: var(--theme-color-light);
	text-decoration: none;
	text-shadow: none;
	font-size: 12px;
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover { color: #1d3d46; }

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES*/
.smart-filter-input-group-checkbox-pictures { }

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES_AND_LABELS*/
.smart-filter-input-group-checkbox-pictures-text { }

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text { padding-left: 5px; }

/*endregion*/

/*region LABEL */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
	position: relative;
	display: inline-block;
	padding: 3px;
	width: 31px;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	color: #000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	line-height: 23px;
	cursor: pointer;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn { border-color: var(--primary); }
.smart-filter-checkbox-text,
.smart-filter-dropdown-text { font-size: 14px; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text { color: #6c6c6c; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
	position: relative;
	opacity: .7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

/**/

.smart-filter-checkbox-btn-image {
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-checkbox-btn-image.all {
	position: relative;
	border: none;
	box-shadow: none;
	display: inline-block;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	content: " ";
}

.smart-filter-checkbox-btn-image.all:after {
	right: 0;
	bottom: 0;
}

.smart-filter-checkbox-btn-image.all:before {
	top: 0;
	left: 0;
}

/*endregion*/

/*region Checkbox / Radio */
.smart-filter-input-group-checkbox-list { }

.smart-filter-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*endregion*/

/* COLOR */
/* --- colors */
.smart-filter-param-btn.bx-color-sl { }

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
	position: relative;
	background: transparent;
	box-shadow: none
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn { border-color: var(--primary); }

/*
* BTN P/M
*
*/

.smart-filter-param-btn.bx-spm {
	padding: 0;
	min-width: 23px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: transparent;
	color: #767b7e;
	vertical-align: top;
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
}

.smart-filter-param-btn.bx-spm.bx-plus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }

.smart-filter-param-btn.bx-spm.bx-minus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center; }

.smart-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.smart-filter span.bx-spm {
	display: inline-block;
	margin: 0 10px;
	height: 23px;
	color: #000;
	vertical-align: middle;
	font-size: 18px;
	line-height: 23px;
}

/*
*	icon
*
*/

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
	position: relative;
	display: inline-block;
	margin-top: -4px;
	margin-right: 2px;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-size: cover;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
	top: 0 !important;
	margin: 2px 0;
	width: 20px;
	height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon { top: -1px !important; }

.smart-filter-param-label.disabled .smart-filter-btn-color-icon { opacity: .2; }

/*
* 	BIZ
*
*/

.smart-filter-parameter-biz {
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px dashed;
	color: #1485ce;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

.smart-filter-parameter-biz:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.smart-filter-parameter-biz.bx-active {
	position: relative;
	border-color: transparent;
	color: #000;
}

/*
*	BTN result and reset 
*
*/

.btn-themes { color: #fff }

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover { color: #fff }

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: 0;
	margin-left: 10px;
	padding: 0 10px;
	min-height: 37px;
	border: 1px solid #c6dce7;
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

.smart-filter-popup-result.left {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 fill repeat;

}

.smart-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.smart-filter-popup-result.right { left: 97%; }

.smart-filter-popup-result.left { right: 0; }

.smart-filter-horizontal .smart-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -7px;
	left: auto;
	display: inline-block;
}

.smart-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}

.smart-filter-popup-result a:hover { text-decoration: none; }

.smart-filter-popup-result-close { display: none; }

.avaible_products {
	padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

#avaible_filter {
	position: absolute;
	left: -9999px;
}

label[for="avaible_filter"] {
	background: gray;
	border-radius: 50px;
	height: 20px;
	width: 40px;
	transition: .3s all;
	cursor: pointer;
	position: relative;
}

input[type="checkbox"]:checked + label[for="avaible_filter"] {
	background: #8AEA52;
}

label[for="avaible_filter"] span {
	position: absolute;
	top: 2.5px;
	left: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: white;
	transition: .3s all;
}

input[type="checkbox"]:checked + label[for="avaible_filter"] span {
	right: 3px;
	left: auto;
}

.avaible_wrap {
	margin-left: 10px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.bx-touch .smart-filter-popup-result {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 1001;
		margin-top: 0;
		margin-left: 0;
		padding: 10px;
		width: auto;
		height: auto;
		border: 1px solid #c6dae7;
		border-radius: 2px;
		background: rgba(255, 255, 255, .9);
		font-size: 12px;
		line-height: 14px;
	}

	.bx-touch .smart-filter-popup-result br { display: none; }

	.smart-filter-popup-result .arrow { display: none; }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17274204236064*/
.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}
.catalogsection {}
.catalogsection ul { list-style: none; margin: 0px; padding: 0px;}
.catalogsection li.blockitem { width: 27%; min-height: 290px; border:1px solid #ccc; padding: 15px; background: #fff; float: left;}

.catalogsection h4 { margin: 0px; padding: 0px; text-align: center; }
.catalogsection h4 a { color: #333; text-decoration: none; font-size:19px;}

img.imsecit  { margin: 0px 0px 0px 0px;}

.pricebl {}
.pricebl p { color: #d20000; font-size: 18px; text-align: center; margin: 5px 0px 0px 0px; padding: 0px;}


.offers {width: 100%; margin-top: 10px;}

a.MinusList { display: block; padding: 3px; width: 15px; text-align: center; float: left; background: #f9f9f9; border-radius: 1px; box-shadow: 0px 1px 1px #777;}
a.PlusList {display: block; padding: 3px; width: 15px; text-align: center; float: left; background: #f9f9f9; border-radius: 1px; box-shadow: 0px 1px 1px #777;}
input.qantinbsk { float: left; height: 18px; width: 18px; text-align: center; margin: 0px 10px;}

input.inbsk { float: right; margin: 0px; padding: 5px 10px; color: #fff; font-weight: bold;
	background: #f2825b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2825b 0%, #e55b2b 64%, #db2c29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2825b), color-stop(64%,#e55b2b), color-stop(100%,#db2c29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2825b 0%,#e55b2b 64%,#db2c29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2825b 0%,#e55b2b 64%,#db2c29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2825b 0%,#e55b2b 64%,#db2c29 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2825b 0%,#e55b2b 64%,#db2c29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#db2c29',GradientType=0 ); /* IE6-9 */
	border:none;
	border-radius: 2px;
}
input.inbsk:hover { background:#9fbc23;}
input.inbsk:active { position: relative; bottom:-1px;}


.nooffers {}
.nooffers p {}
.nooffers a {}












.widget {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.widget a {
	color: #222;
	text-decoration: none;
}

.widget a:hover {
	color: #009;
	text-decoration: underline;
}

.tabnav li {
	list-style: none;
	width: 50px; height: 35px; background: #fff; float: left;
}

.tabnav li a {
	margin: 15px 0px 0px 0px;
	text-decoration: none;
	color: #222;
	padding: 2px 0px;
	text-align: center;
	width: 46px;
	display: block;
	outline: none;
	border:1px solid #ddd;
	font-size: 12px;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	text-decoration: none;
	color: #222;
	padding: 2px 0px;
	text-align: center;
	width: 46px;
	display: block;
	outline: none;
	border:1px solid #4ab1ff;
	font-size: 12px;
}

.tabdiv {
	margin-top: 15px;
	background: #fff;
	padding: 0px;
}
.tabdiv p { font-size: 18px; color: #000; margin: 0px; padding: 0px 10px 7px 0px; font-weight: bold;}

.ui-tabs-hide {
	display: none;
}

#featuredvid {
	text-align: center;
}

.fvid {
	margin-bottom: 5px;
}

.vidselector li {
	text-align: left;
	list-style: none;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #dedbd1;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.buy1click_back {
	background: #000000ad;
    z-index: 999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    padding: 15px;
}

.buy1click_back.active {
	display: flex;
    align-items: center;
    justify-content: center;
}

.modal_buy1click {
	background-color: #fff;
	padding: 30px 40px 60px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    position: relative;
    overflow-y: auto;
    width: 520px;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    color: #242424;
}

.modal_buy1click_close_wrap {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.modal_buy1click_close {
	cursor: pointer;
}

.modal_buy1click_title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 8px;
}

.modal_buy1click_subtitle {
	font-size: 16px;
	margin-bottom: 35px;
}

.modal_buy1click_inputwrap {
	width: 100%;
	margin-bottom: 4px;
}

.modal_buy1click_inputwrap input {
	border-radius: 3px;
	background: #F4F6F4;
	width: 100%;
	height: 50px;
	padding: 21px 20px;
	border: none;
	box-sizing: border-box;
}

.modal_buy1click_inputwrap input.error {
	border: 1px solid red;
}

.modal_buy1click_success {
	width: 100%;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	border-radius: 3px;
	background: #8AEA52;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.modal_buy1click_agreement {
	font-size: 14px;
}

.modal_buy1click_agreement a {
	color: #242424;
	text-decoration: underline;
}

.modal-success__desc_buy1click {
	text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.btn-bask.js_buy1click {
	color: #72C111;
	background-color: rgba(138, 234, 82, 0.20);
}

@media (max-width: 768px) {
	.modal-success__desc_buy1click {
		font-size: 16px;
	}

	.modal_buy1click {
		width: 100%;
	}

	.buy1click_back {
		padding: 0;
	}

	.modal_buy1click {
		padding: 20px 20px 60px 20px;
	}

	.modal_buy1click_close {
		width: 24px;
		height: 24px;
	}

	.modal_buy1click_title {
		font-size: 18px;
	}

	.modal_buy1click_subtitle {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.modal_buy1click_inputwrap input {
		height: 48px;
		padding: 21px 16px;
		font-size: 14px;
	}

	.modal_buy1click_success {
		margin-top: 24px;
		font-size: 14px;
		height: 56px;
	}

	.modal_buy1click_agreement {
		font-size: 12px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/catalog/main/style.css?17274204232240 */
/* /local/templates/main//components/bitrix/catalog/main/bitrix/catalog.element/bootstrap_v4_new/style.css?173045910136945 */
/* /local/templates/main//components/bitrix/catalog/main/bitrix/catalog.element/bootstrap_v4_new/webit_styles.css?174117811316651 */
/* /local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/bootstrap_v4/style.css?172233246618833 */
/* /local/templates/main/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17274204236064 */
