

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?1768071377697*/
.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%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	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%;
	}

}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?178421221222965*/
.smart-filter {
	display: block;
	width: 100%;
	min-width: 220px;
	margin: 0 0 30px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

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

.smart-filter-title {	
	font-size: 18px!important;
	color: var(--text-primary);
}

/*Sections*/

.smart-filter-parameters-box { 
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
}

.smart-filter-parameters-box-title {
	display: inline-block;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text-primary);
}

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

.bx-active .smart-filter-parameters-box-title-text { 
		
 }

/*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(--brand-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(--brand-primary);
	color: var(--surface-card);
	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 var(--border-color);
	border-radius: 3px;
	background-color: var(--surface-card);
	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 var(--border-color);
	border-left: 1px solid var(--border-color);
	background-color: var(--surface-card);
	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: 7px;
	background: var(--surface-accent-strong);
}

.smart-filter-slider-ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: var(--border-color-strong);
}

.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: var(--text-primary);
	text-align: center;
	font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: var(--text-muted); }

.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 {
	z-index: 60;
	background: var(--border-color-disabled);
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: var(--border-color-active-soft); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: var(--brand-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid var(--brand-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 var(--border-color);
	border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus { border-color: var(--brand-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: var(--surface-card);
}

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

.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 var(--border-color);
}

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

.smart-filter-dropdown-popup ul li label.selected {
	background: var(--surface-section);
	color: var(--text-primary);
}

.smart-filter-dropdown-popup ul li label:hover {
	background: var(--surface-accent);
	color: var(--link-color);
}

.smart-filter-dropdown-popup ul li label.disabled {
	background: transparent;
	color: var(--text-disabled);
}

.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(--border-color-active-soft);
	border-bottom: 1px solid var(--border-color-active-soft);
}

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

.smart-filter .bx-tag-link:hover,
.smart-filter .bx-tag-link:focus {
	color: var(--interactive-hover-color);
}

.smart-filter .bx-tag-link.bx-active {
	color: var(--brand-primary);
}

/*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 var(--border-color);
	border-radius: 2px;
	background: var(--surface-card);
	color: var(--text-primary);
	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:focus {
	border-color: var(--interactive-hover-color);
}

.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
	border-color: var(--brand-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: var(--text-muted); }

.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: var(--surface-card);
	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 .smart-filter-param-btn:focus {
	border-color: var(--interactive-hover-color);
}

.smart-filter-param-label.bx-active .smart-filter-param-btn {
	border-color: var(--brand-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: var(--text-muted);
	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: var(--text-primary);
	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: var(--link-color);
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

.smart-filter-parameter-biz:hover,
.smart-filter-parameter-biz:focus {
	border-bottom: 1px solid;
	color: var(--interactive-hover-color);
	text-decoration: none;
}

.smart-filter-parameter-biz.bx-active {
	position: relative;
	border-color: transparent;
	color: var(--text-primary);
}

/*
*	BTN result and reset 
*
*/

.btn-themes { color: var(--surface-card) }

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover { color: var(--surface-card) }

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: -12px;
	margin-left: 10px;
	padding: 5px 15px;
	min-height: 37px;
	border: 1px solid var(--brand-primary);
	background: var(--brand-primary);
	color: var(--surface-card);
	white-space: nowrap;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

.smart-filter-popup-result:before {
	position: absolute;
	content: '';
	border: 10px solid transparent; border-right: 10px solid var(--brand-primary);
	right: 100%;
	top: 50%;
	margin-top: -10px;

}

.smart-filter-popup-result.left {

}

.smart-filter-popup-result.right {

}

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

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

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

.smart-filter-popup-result a {
	font-weight: normal;
	color: var(--surface-card);
	line-height: 10px;
}

.smart-filter-popup-result a:hover {
	color: var(--surface-accent-strong);
	text-decoration: none;
}

.smart-filter-popup-result a:focus-visible {
	color: var(--surface-accent-strong);
	text-decoration: none;
	outline: 3px solid rgba(61, 181, 216, .38);
	outline-offset: 2px;
	border-radius: 3px;
}

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

@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: 20px 15px;
		width: auto;
		height: auto;
		font-size: 14px;
		line-height: 14px;
	}

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

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

.smart-filter-mobile-header,
.smart-filter-mobile-overlay,
.smart-filter-mobile-button-box {
	display: none;
}

.smart-filter-mobile-open-btn {
	display: none;
}

@media (max-width: 767px) {
	.smart-filter-mobile-button-box {
		display: block;
		margin: 0 0 20px;
	}

	.smart-filter-mobile-open-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: 100%;
		min-height: 44px;
		padding: 10px 15px;
		border: 1px solid var(--button-primary-bg);
		border-radius: 4px;
		background: var(--button-primary-bg);
		color: var(--button-primary-text);
		font-size: 15px;
		font-weight: 600;
		line-height: 20px;
		cursor: pointer;
		-webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
		transition: background-color 0.15s ease, border-color 0.15s ease;
	}

	.smart-filter-mobile-open-btn:hover,
	.smart-filter-mobile-open-btn:focus-visible {
		border-color: var(--button-primary-hover-bg);
		background: var(--button-primary-hover-bg);
		color: var(--button-primary-text);
	}

	.smart-filter-mobile-open-btn:focus-visible {
		outline: 3px solid rgba(61, 181, 216, .28);
		outline-offset: 2px;
	}

	.smart-filter-mobile-open-btn:active {
		border-color: var(--button-primary-active-bg);
		background: var(--button-primary-active-bg);
		color: var(--button-primary-text);
	}

	.smart-filter-mobile-open-icon {
		position: relative;
		display: inline-block;
		width: 18px;
		height: 14px;
		border-top: 2px solid var(--surface-card);
		border-bottom: 2px solid var(--surface-card);
	}

	.smart-filter-mobile-open-icon:before {
		position: absolute;
		top: 4px;
		left: 0;
		width: 18px;
		height: 2px;
		background: var(--surface-card);
		content: '';
	}

	.smart-filter-mobile-overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		visibility: hidden;
		z-index: 9998;
		background: rgba(0, 0, 0, .45);
		opacity: 0;
		transition: opacity .25s ease, visibility .25s ease;
	}

	.smart-filter-mobile-overlay.smart-filter-mobile-opened {
		visibility: visible;
		opacity: 1;
	}

	.smart-filter {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		visibility: hidden;
		z-index: 9999;
		width: 100%;
		max-width: 100%;
		height: 100vh;
		margin: 0;
		background: var(--surface-card);
		transform: translateX(-100%);
		transition: transform .25s ease, visibility .25s ease;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.smart-filter.smart-filter-mobile-opened {
		visibility: visible;
		transform: translateX(0);
	}

	.smart-filter-mobile-header {
		position: sticky;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 2;
		min-height: 58px;
		padding: 0 56px;
		border-bottom: 1px solid var(--border-color);
		background: var(--surface-card);
	}

	.smart-filter-mobile-title {
		width: 100%;
		color: var(--text-primary);
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		text-align: center;
	}

	.smart-filter-mobile-close {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		width: 32px;
		height: 32px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		transform: translateY(-50%);
		cursor: pointer;
	}

	.smart-filter-mobile-close span {
		position: absolute;
		top: 15px;
		left: 6px;
		display: block;
		width: 20px;
		height: 2px;
		background: var(--text-primary);
		-webkit-transition: background-color 0.15s ease;
		transition: background-color 0.15s ease;
	}

	.smart-filter-mobile-close:hover span,
	.smart-filter-mobile-close:focus-visible span {
		background: var(--interactive-hover-color);
	}

	.smart-filter-mobile-close:focus-visible {
		outline: 3px solid rgba(61, 181, 216, .28);
		outline-offset: 2px;
	}

	.smart-filter-mobile-close span:first-child {
		transform: rotate(45deg);
	}

	.smart-filter-mobile-close span:last-child {
		transform: rotate(-45deg);
	}

	.smart-filter .smart-filter-section {
		padding: 0 15px 90px;
	}

	.smart-filter .smart-filter-title {
		display: none;
	}

	.smart-filter .smart-filter-parameters-box:first-of-type {
		border-top: 0;
	}

	body.smart-filter-mobile-body-opened {
		overflow: hidden;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17842122126697*/
/* catalog-list */
.catalog-list {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
/* item-row */
.catalog-list .item-row {
	padding:0;
	margin:0;
	min-height:48px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
}
.catalog-list .item-row a {
	position:relative;
	display:block;
	padding:8px 0 8px 25px;
	font-weight:600;
	line-height:1.1;
	flex:1 1 auto;
	min-width:0;
	max-width:80%;
}
.catalog-list .item-row a:before {
	position: absolute;
	font-family: 'Linearicons-Free';
	content: '\e871';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: 50%;
	left: 0;
	margin-top: -8px;
	color: var(--state-success);
}
/* item-grid */
.catalog-list .item-grid {
	position: relative;
	margin: 0 0 30px;
}
.catalog-list .item-grid:after {
	position: absolute;
	content: '';
	height: 100%;
	top: 0;
	right: 0;
	border-right: 1px solid var(--border-color);
}
.catalog-list .item-grid .name {
	margin-bottom: 10px;
}
.catalog-list .item-grid .name a {
	display: block;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
	color: var(--link-color);
}
.catalog-list .item-grid .name:hover a,
.catalog-list .item-grid .name a:focus-visible {
	color: var(--interactive-hover-color);
}
.catalog-list .item-grid .image {
	text-align: center;
	margin-bottom: 10px;
}
.catalog-list .item-grid .image img {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.catalog-list .item-grid .image:hover img,
.catalog-list .item-grid .image:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.catalog-list .item-grid .link {
	text-align: center;
}
.catalog-list .card--grid .product-quantity {
	text-align: center;
	margin-top: -15px;
	margin-bottom: 15px;
}
.catalog-list .card--row .product-quantity {
	display: block;
	flex: 0 0 auto;
	float: none;
	margin-top: 0;
	white-space: nowrap;
}
@media only screen and (max-width: 991px) {
	.catalog-list .item-grid:nth-child(2n):after {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.catalog-list .item-grid:after {
		display: none;
	}
	.catalog-list .item-grid:before {
		position: absolute;
		content: '';
		left: 15px;
		right: 15px;
		bottom: -15px;
		border-bottom: 1px solid var(--border-color);
	}
	.catalog-list .item-grid:last-child {
		margin-bottom: 0;
	}
	.catalog-list .item-grid:last-child:before {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.catalog-list .item-grid:nth-child(3n):after {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.catalog-list .item-grid:nth-child(3n):after {
		display: block;
	}
	.catalog-list .item-grid:nth-child(4n):after {
		display: none;
	}
}
.catalog-list.catalog-cards .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.catalog-list.catalog-cards .item-grid {
	float: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog-list.catalog-cards .item-grid:after,
.catalog-list.catalog-cards .item-grid:before {
	display: none !important;
}
.catalog-list.catalog-cards .item-grid .card--grid {
	width: 100%;
	height: 100%;
	background: var(--surface-card);
	border: 1px solid var(--border-color);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
}

.catalog-list.catalog-cards .item-grid .card--grid:hover {
	border-color: var(--border-color-strong);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.catalog-list.catalog-cards .item-grid .link {
	margin-top: auto;
}
.catalog-list.catalog-cards.card-sm .item-grid .card--grid {
	padding: 12px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.catalog-list.catalog-cards.card-lg .item-grid .card--grid {
	padding: 18px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
.catalog-list.catalog-cards .item-grid .card--grid:hover {
	border-color: var(--border-color-accent);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.catalog-list.catalog-cards .row > .col-xs-12:not(.item-grid) {
	float: none;
	width: 100%;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog-list.catalog-cards .card--row {
	width: 100%;
	background: var(--surface-card);
	border: 1px solid var(--border-color);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
	padding: 15px;
}
.catalog-list.catalog-cards .card--row:hover {
	border-color: var(--border-color-strong);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.catalog-list.catalog-cards.card-sm .card--row {
	padding: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.catalog-list.catalog-cards.card-lg .card--row {
	padding: 5px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
.catalog-list.catalog-cards .card--row:hover {
	border-color: var(--border-color-accent);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.catalog-list.catalog-cards .row > .col-xs-12:not(.item-grid):last-child {
	margin-bottom: 0;
}
@media (min-width:768px) {
	.catalog-list.catalog-cards.catalog-cols-2 .row>.col-xs-12:not(.item-grid){
		width:50%;
		-webkit-flex:0 0 50%;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
	}
}

.catalog-list.catalog-cards .card--grid a:focus-visible,
.catalog-list.catalog-cards .card--grid button:focus-visible,
.catalog-list.catalog-cards .card--row a:focus-visible,
.catalog-list.catalog-cards .card--row button:focus-visible {
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section/grid/style.css?17842122124293*/
.product-box-grid-2 .name {
	margin-bottom: 10px!important;
}
.product-box-grid-2 .name a {
	font-weight: 600!important;
	font-size: 15px!important;
	line-height: 1!important;
}
.product-box-grid-2 .sku {
	font-size: 12px;
	line-height: 1.1;
	color: var(--text-muted);
	margin-bottom: 0px;
}
.product-box-grid-2 .sku span {
	font-weight: 600;
	color: var(--text-primary);
}
.product-box-grid-2 .link .btn-more {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 12px;
}
.product-box-grid-2 .image {
	margin-bottom: 10px!important;
}
.product-box-grid-2 .price {
	float: none!important;
	margin-bottom: 0px!important;
	text-align: center!important;
}
.product-box-grid-2 .count {
	margin-bottom: 0!important;
}
.product-box-grid-2 .cart {
	margin-top: 10px;
}

/* ========================================================================== */
/* Catalog cards (Bootstrap 3.3.7)                                            */
/* ========================================================================== */
.card {
	background-color: var(--surface-card);
	border: 1px solid var(--border-color);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	padding: 15px;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover {
	border-color: var(--border-color-accent);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.card .mheight {width:98%;}
.catalog-cards.card-sm .card {
	padding: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.catalog-cards.card-lg .card {
	padding: 18px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
.catalog-cards.card-sm .card:hover,
.catalog-cards.card-lg .card:hover {
	border-color: var(--border-color-accent);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.product-box.card {
	border-bottom: none;
	margin-bottom: 30px;
	padding: 15px;
	padding-bottom: 15px;
}
.catalog-cards.card-sm .product-box.card {
	padding: 10px;
	padding-bottom: 10px;
}
.catalog-cards.card-lg .product-box.card {
	padding: 18px;
	padding-bottom: 18px;
}
.catalog-cards.card-sm .product-box.card > .row {
	margin-left: -10px;
	margin-right: -10px;
}
.catalog-cards.card-lg .product-box.card > .row {
	margin-left: -18px;
	margin-right: -18px;
}
.product-box-wrap.catalog-cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100%;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 > .card--grid {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 > .card--grid > .badge {
	min-height: 20px;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 > .card--grid > [data-supplier-loading-zone="price"],
.product-box-wrap.catalog-cards > .product-box-grid-2 > .card--grid > .price_empty {
	margin-top: auto;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 .cart__box {
	margin-top: auto;
}
.product-box-wrap.catalog-cards .product-box-grid-2:after,
.product-box-wrap.catalog-cards .product-box-grid-2:before,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(4n):after,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(4n):before,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(3n):after,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(3n):before {
	display: none !important;
}
.product-box-wrap.catalog-cards > .product-box-grid-2.mb-60 {
	margin-bottom: 30px;
}

.card a:focus-visible,
.card button:focus-visible {
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
}

/* End */


/* Start:/local/css/catalog-gallery.css?17842122124783*/
.catalog-hover-slider {
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
.catalog-hover-slider:focus-visible {
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
	border-radius: 4px;
}

.catalog-hover-slider__picture {
	display: none;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.catalog-hover-slider__picture.is-current {
	display: block;
}

.catalog-hover-slider__dots {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 8px;
	z-index: 2;
	display: flex;
	gap: 3px;
	justify-content: center;
	pointer-events: none;
}

.catalog-hover-slider__dot {
	display: block;
	width: 100%;
	max-width: 24px;
	height: 3px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
	opacity: 0.65;
}

.catalog-hover-slider__dot.is-current {
	background: var(--brand-primary);
	opacity: 1;
}

.catalog-detail-gallery {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

.catalog-detail-gallery__main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 260px;
	text-align: center;
	overflow: hidden;
	cursor: zoom-in;
}
.catalog-detail-gallery__main:focus-visible {
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
	border-radius: 4px;
}

.catalog-detail-gallery__main img {
	display: block;
	max-width: 100%;
	max-height: 260px;
	width: auto;
	height: auto;
	margin: 0 auto;
	transition: transform 0.2s ease;
}

.catalog-detail-gallery__main.is-zoomed img {
	transform: scale(1.75);
}

.catalog-detail-gallery__nav {
	position: absolute;
	top: 106px;
	z-index: 3;
	display: block;
	width: 28px;
	height: 48px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
}

.catalog-detail-gallery__nav:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid var(--brand-primary);
	border-right: 2px solid var(--brand-primary);
	transition: border-color 0.2s ease;
}

.catalog-detail-gallery__nav:hover:before {
	border-color: var(--interactive-hover-color);
}
.catalog-detail-gallery__nav:focus-visible {
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
	border-radius: 4px;
}
.catalog-detail-gallery__nav:focus-visible:before {
	border-color: var(--interactive-hover-color);
}
.catalog-detail-gallery__nav:active:before {
	border-color: var(--brand-primary-active);
}
.catalog-detail-gallery__nav:disabled,
.catalog-detail-gallery__nav:disabled:hover,
.catalog-detail-gallery__nav:disabled:focus,
.catalog-detail-gallery__nav:disabled:active {
	cursor: not-allowed;
	opacity: .45;
	outline: none;
}
.catalog-detail-gallery__nav:disabled:before,
.catalog-detail-gallery__nav:disabled:hover:before,
.catalog-detail-gallery__nav:disabled:focus:before,
.catalog-detail-gallery__nav:disabled:active:before {
	border-color: var(--text-disabled);
}

.catalog-detail-gallery__nav--prev {
	left: -30px;
}

.catalog-detail-gallery__nav--prev:before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.catalog-detail-gallery__nav--next {
	right: -30px;
}

.catalog-detail-gallery__nav--next:before {
	transform: translate(-65%, -50%) rotate(45deg);
}

.catalog-detail-gallery__thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	width: 100%;
	max-width: 300px;
	margin: 14px auto 0;
	padding: 4px 0 8px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.catalog-detail-gallery__thumb {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	padding: 3px;
	background: var(--surface-card);
	border: 1px solid var(--border-color);
	border-radius: 3px;
	cursor: pointer;
	transition: border-color 0.2s ease;
}

.catalog-detail-gallery__thumb.is-current,
.catalog-detail-gallery__thumb.is-active {
	border-color: var(--brand-primary);
}

.catalog-detail-gallery__thumb:hover {
	border-color: var(--interactive-hover-color);
}
.catalog-detail-gallery__thumb:focus-visible {
	border-color: var(--interactive-hover-color);
	outline: 3px solid rgba(61, 181, 216, .28);
	outline-offset: 2px;
}
.catalog-detail-gallery__thumb:active {
	border-color: var(--brand-primary-active);
}

.catalog-detail-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.catalog-detail-gallery {
		max-width: 260px;
	}

	.catalog-detail-gallery__main {
		height: 240px;
	}

	.catalog-detail-gallery__main img {
		max-height: 240px;
	}

	.catalog-detail-gallery__nav {
		top: 96px;
	}

	.catalog-detail-gallery__nav--prev {
		left: -22px;
	}

	.catalog-detail-gallery__nav--next {
		right: -22px;
	}

	.catalog-detail-gallery__thumbs {
		max-width: 260px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?1768071377697 */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?178421221222965 */
/* /local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17842122126697 */
/* /local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section/grid/style.css?17842122124293 */
/* /local/css/catalog-gallery.css?17842122124783 */
