

/* Start:/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/style.css?175086221720220*/
.bx-filter {}
.bx-filter .bx-filter-section {
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
			border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
			border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
			border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

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

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	/*margin-top: -7px;*/
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	/*border-style: solid;*/
	/*border: 1px solid #C6DCE7;*/
}
.bx-filter .bx-filter-popup-result.left {
	/*border-width: 2px 2px 2px 10px;*/
	/*-webkit-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/result_popup_right.png) 4 4 4 20 repeat;*/
	/*-moz-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/result_popup_right.png) 4 4 4 20 repeat;*/
	/*-o-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/result_popup_right.png) 4 4 4 20 repeat;*/
	/*border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/result_popup_right.png) 4 4 4 20 fill repeat;*/
/*}*/
/*.bx-filter .bx-filter-popup-result.right {*/
	/*border-width: 2px 2px 2px 10px;*/
	/*-webkit-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/result_popup_right.png) 4 4 4 20 repeat;*/
	/*-moz-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/result_popup_right.png) 4 4 4 20 repeat;*/
	/*-o-border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/result_popup_right.png) 4 4 4 20 repeat;*/
	/*border-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/images/result_popup_right.png) 4 4 4 20 fill repeat;*/
}

.bx-filter .bx-filter-popup-result.right {
	right: 100%;
	top: -16px;
}
.bx-filter .bx-filter-popup-result.left {
	left: 100%;
	top: -16px;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
    /*color: #ff760e;*/
    /*line-height: 10px;*/
    margin-top: 7px;
    display: inline-block;
    /*border-bottom: 1px dashed transparent;*/
}

.bx-filter .bx-filter-popup-result a:hover {
	/*border-bottom-color: #ff760e;*/
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}


.bx-filter-popup-result.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
}

.bx-filter-popup-result.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=1)
}

.bx-filter-popup-result.tooltip.left {
	margin-left: 3px;
}

.bx-filter-popup-result .tooltip-inner {
	max-width: 200px;
	padding: 15px;
	box-shadow: 0 0 15px rgba(169, 169, 169, 0.5);
	background-color: #fff;
	color: #000;
	text-align: left;
	text-decoration: none;
}

.bx-filter-popup-result .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.bx-filter-popup-result.tooltip.left .tooltip-arrow {
	top: 50%;
	left: 2px;
	margin-top: -8px;
	border-width: 8px 8px 8px 0;
	border-right-color: #fff;
	border-left-color: transparent;
}





@media (max-width: 1024px) {
	.bx-filter-popup-result .tooltip-inner {
		min-width: 100%;
		margin: 0;
		box-shadow: 0 0 10px rgba(169, 169, 169, 0.5);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.bx-filter .bx-filter-popup-result a {
		margin-top: 0;
	}
	.bx-touch .bx-filter .bx-filter-popup-result {
		padding: 0;
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
.filter_param_label.disabled {
color: #999;
pointer-events: none;
}

.bx-filter-popup-result .tooltip-inner {
box-shadow: 0 0 15px rgba(169, 169, 169, 1);
    background-color: #003399;
    color: #fff;
}
.bx-filter-popup-result.tooltip.left .tooltip-arrow {
    border-right-color: #003399;
}
.bx-filter-popup-result .tooltip-inner .btn.btn-primary.button {
    background: #fff;
    color: #000;
}
/* End */


/* Start:/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/smart_filter.css?174074739411515*/
.filter_flex_box {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*-webkit-box-pack: start;*/
    /*-webkit-justify-content: flex-start;*/
    /*-moz-box-pack: start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    max-height: 175px;
    overflow: hidden;
}

.filter_box .filter_top {
    justify-content: space-between;
    align-items: center;
}

.filter_box .filter_top .title {
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.filter_box .filter_top .reset_fltr {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    color: /*#f0a400*/ #003399;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px dotted transparent;
}

.filter_box .filter_top .reset_fltr:before {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/img/icons/backup.svg);
    background-size: cover;
    left: 0;
    bottom: 4px;
}

.filter_box .filter_top .reset_fltr input {
	border: none;
}


.filter_box .filter_top .reset_fltr input {
    background: none;
    padding: 0;
}
.filter_box .filter_top .reset_fltr:hover {
    border-bottom-color: /*#f0a400*/ #003399
}
.param_item_list {
    border-top: 1px solid #d5d4d4;
    padding-top: 5px;
    margin-top: 10px;
    display: block;
    width: 100%;
}
.param_item_list:empty {
    border-color: transparent;
    padding-top: 0;
    margin-top: 0;
}

.filter_box .filter_block {
    display: none;
    padding-top: 20px;
}

.filter_box .filter_input_checkbox {
    /*-webkit-box-flex: 0;*/
    /*-webkit-flex: 0 0 33.3%;*/
    /*-moz-box-flex: 0;*/
    /*-ms-flex: 0 0 33.3%;*/
    /*flex: 0 0 33.3%;*/
    /*max-width: 33.3%;*/
    margin: 0 0 15px;
    /*padding-left: 0;*/
}
.klass_iznosostoykosti .filter_input_checkbox {
    flex: 0 0 33%;
    max-width: 33%;
}
.filter_box .brand_filtr .filter_input_checkbox:last-child {
    margin-bottom: 0;
}

.filter_box .filter_input_checkbox input {
    display: none;
}

.filter_box .filter_input_checkbox input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.filter_box .filter_input_checkbox input[type="checkbox"] + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.filter_box .filter_input_checkbox input[type="checkbox"]:checked + label:after {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    color: /*#f0a400*/ #003399;
    border-radius: 50%;
    content: "\f00c";
    line-height: 1;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
}

.filter_box .brand_filtr .filter_input_checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}

.filter_box .filter_parameters_box.open .filter_parameters_box_title {
    padding-bottom: 1rem;
}

.filter_box .filter_parameters_box .filter_parameters_box_title:after {
    content: '';
    height: 1px;
    background-color: #d5d4d4;
    position: absolute;
    display: block;
    left: -1.5rem;
    right: -1.5rem;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .2s ease-in-out;
}

.filter_box .filter_parameters_box.open .filter_parameters_box_title:after {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.filter_box .filter_parameters_box.open .filter_parameters_box_title .fa {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.filter_box .applied {
    color: #656565;
    border-top: 0;
    padding-bottom: 0;
}

.filter_box .applied:empty {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none;
}

.filter_box .param_item {
    display: inline-block;
    vertical-align: middle;
}

.filter_box .applied .param_item:first-child {
    margin-top: 10px;
}

.filter_box .param_item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.filter_box .param_item span.del_param {
    cursor: pointer;
    width: 13px;
    height: 13px;
    position: relative;
}

.filter_box .param_item span.del_param:before, .filter_box .param_item span.del_param:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 11px;
    height: 1px;
    background-color: #aaa;
}

.filter_box .param_item span.del_param:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter_box .param_item span.del_param:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filter_box .filter_parameters_box_title {
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    font-size: 16px;
}

.filter_box .filter_parameters_box_title .fa {
    position: absolute;
    left: 0;
    font-size: 22px;
}

.filter_box .bx-filter-button-box {
    display: none;}

.filter_box .filter_slider_track {
    padding-bottom: 10px;
    justify-content: space-between;
}

.filter_box .filter_slider_track .bx-filter-parameters-box-container-block {
    max-width: 45%;
}
.filter_box .filter_slider_track .bx-filter-input-container {
    border: 1px solid #d5d4d4;
    padding-left: 30px;
    position: relative;
}
.filter_box .filter_slider_track .bx-filter-parameters-box-container-block .bx-ft-sub {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    left: 10px;
    font-style: normal;
    font-size: 13px;
}

.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.bx-left {
    padding-right: 0;}

.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.bx-right {
    padding-left: 0;}

.filter_box .filter_slider_track .bx-filter-parameters-box-container-block input {
    border: transparent;
    text-align: left;
    font-size: 14px;
    color: #242424;
    height: 30px;
    padding-right: 10px;
}

.filter_box .filter_slider_track .bx-ui-slider-track-container {
    padding: 25px 16px;
    flex: 0 0 91%;
    margin: 0px 13px;
}

.filter_box .filter_slider_track .bx-ui-slider-track {
    background-color: #e5e4e4;
    height: 3px;
}

.filter_box .filter_slider_track .bx-ui-slider-part {
    background: none;
    top: 15px;
    width: 100px;
}

.filter_box .filter_slider_track .bx-ui-slider-part.p2 {
    left: auto;
    right: 0;
}

.filter_box .filter_slider_track .bx-ui-slider-part span {
    font-size: 14px;
    top: auto;
}

.filter_box .filter_slider_track .bx-ui-slider-part.p1 span {
    text-align: left;}

.filter_box .filter_slider_track .bx-ui-slider-part.p2 span {
    text-align: right;}

.filter_box .filter_slider_track .bx-ui-slider-pricebar-vd {
    background-color: /*#f0a400*/ #003399;}

.filter_box .filter_slider_track .bx-ui-slider-range {
    z-index: 65;}

.filter_box .filter_slider_track .bx-ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
    padding: 2px;
    background: /*#f0a400*/ #003399;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.filter_box .filter_slider_track .bx-ui-slider-handle.left {
    margin-left: -16px;}

.filter_box .filter_slider_track .bx-ui-slider-handle.right {
    margin-right: -16px;}

.filter_box .filter_slider_track .bx-ui-slider-handle span {
    background: #fff;
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.filter_box .filter_slider_track .separator_line {
    text-align: center;
}

.filter_box .filter_slider_track .separator_line span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 1px;
    background-color: #d5d4d4;
}


.filter-item-shadow {
  margin: 1rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: var(--color-header-background);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.col-sidebar .row.unit-sidebar {
	display: block;
	margin: 0;
}
.col-sidebar .row.unit-sidebar > .col-lg-3 {
	padding: 0;
}
.filter_box .filter_top .reset_fltr:before {
	background-image: url(/local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/../../../../assets/img/reset2.svg);
    background-repeat: no-repeat;
    background-position: center;
  background-size: contain;
}
.reset_fltr input {
    border: none;
}
.filter_open {
	display: none;
}
.filter_box .filter_input_checkbox label {
	margin: 0;
}
.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.col-5 {
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%;
}
.bx-filter .bx-ui-slider-part.p2 span, .bx-filter .bx-ui-slider-part.p3 span, .bx-filter .bx-ui-slider-part.p4 span {
	color: #000;
}
.btn-open-sidebar i {
	    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.filter_flex_box {
	overflow: auto !important;
  scrollbar-gutter: initial;
  scrollbar-width: initial;
  scrollbar-color: initial;
}

.filter_flex_box::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  width: 6px;
  border-radius: 8px;
}
.filter_flex_box::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
.filter_flex_box::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  width: 6px;
  border-radius: 8px;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.row.bx-filter-parameters-box-container.filter_slider_track {
	    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 10px;
    justify-content: space-between;
}
.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.col-5 {
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%;
    padding-right: 15px;
    padding-left: 15px;
}
.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.bx-left {
    padding-right: 0;
}
.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.bx-right {
    padding-left: 0;
}
.filter_top.filter-item-shadow.row {
	    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
} 
.m-0 {
    margin: 0 !important;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.text-right {
    text-align: right !important;
}
.filter_box {
	position: relative;
}





/* End */


/* Start:/local/templates/templ_shop202409/assets/styles/products.css?174074739412459*/
.page-products {
  padding-bottom: 25px;
}
.row-products {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.row-products > div {
  padding: 0 15px;
}
.col-sidebar {
  width: 25%;
  position: relative;
}
.col-products {
  width: 75%;
}
.tabs-products {
  gap: 20px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-products__button {
  transition: all 0.3s;
  cursor: pointer; 
}
.tabs-products__button:hover {
  color: var(--color-accent);
}
.tabs-products__button.active {
  font-weight: 700;
}
.item-sidebar,.filter-item-shadow {
  margin: 1rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: var(--color-header-background);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.item-sidebar__head {
  font-size: 16px;
  padding: 14px 15px;
  gap: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.item-sidebar__head i {
  transition: all 0.3s;
}
.item-sidebar.active .item-sidebar__head i {
  transform: rotate(180deg);
}
.item-sidebar__content {
  padding: 15px;
  border-top: 1px solid var(--color-border-primary);
  display: none;
}
body .irs--flat .irs-from, 
body .irs--flat .irs-to, 
body .irs--flat .irs-single {
  display: none;
}
body .irs--flat .irs-min, 
body .irs--flat .irs-max {
  font-size: 14px;
  top: 15px;
  background: transparent;
  padding: 0;
  color: var(--color-text-primary);
  visibility: visible !important;
}
body .irs--flat .irs-bar {
  height: 3px;
  top: 0;
  background: var(--color-accent);
}
body .irs--flat .irs-line {
  height: 3px;
  top: 0;
  background-color: var(--color-border-primary);
}
body .irs--flat {
  height: 12px;
  margin-bottom: 20px;
}
body .irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  top: -7px;
  border: 2px solid var(--color-accent);
  background: var(--color-header-background);
  border-radius: 50%;
  cursor: pointer;
}
body .irs--flat .irs-handle i {
  display: none !important;
}
.range-controls {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-range {
  font-size: 13px;
  width: 45%;
  position: relative;
}
.input-range input {
  height: 32px;
  padding-left: 30px;
  font-size: 13px;
  width: 100%;
  border: 1px solid var(--color-light-text);
}
.input-range span {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 10px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.item-sidebar .checkbox {
  margin-bottom: 15px;
}
.item-sidebar .checkbox:last-child {
  margin-bottom: 0;
}
.list-sidebar {
  max-height: 175px;
  overflow: auto;
  scrollbar-gutter: initial;
  scrollbar-width: initial;
  scrollbar-color: initial;
}
.list-sidebar::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  width: 6px;
  border-radius: 8px;
}
.list-sidebar::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
.list-sidebar::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  width: 6px;
  border-radius: 8px;
}
.col-products .col-catalog {
  width: 33.3333%;
}
.col-products .pagination {
  margin-top: 30px;
}
.info-boxes {
  margin: -10px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.box-info {
  padding: 10px;
  width: 33.3333%;
}
.box-info h2,
.box-info h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 500;
}
.tab-products {
  display: none;
}
.tab-products:first-child {
  display: block;
}
.product-brands {
  margin-bottom: 25px;
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
body .container .unit-brand {
  padding: 15px 5px;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  color: initial;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-color: var(--color-header-background);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
body .container .unit-brand:hover {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.unit-brand img {
  max-width: 70px;
  max-height: 35px;
}
.sorting-catalog {
  padding: 15px;
  gap: 20px;
  margin-bottom: 25px;
  background-color: var(--color-header-background);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.sorting-catalog strong {
  font-weight: 600;
}
body .sorting-catalog a {
  border: none;
  color: initial;
}
body .sorting-catalog .active {
  font-weight: 600;
}
body .sorting-catalog a:hover {
  color: var(--color-accent);
}
.btn-sort {
  gap: 7px;
  display: inline-flex;
  align-items: center;
}
.btn-sort svg,
.btn-sort img {
  width: 15px;
  top: -2px;
  position: relative;
  display: none;
  height: auto;
}
.btn-sort.active svg,
.btn-sort.active img {
  display: block;
}
.btn-sort_up img {
  transform: rotate(180deg);
  transform-origin: 50% 64%;
}
.tooltip-sidebar {
  top: -10px;
  left: 100%;
  margin-left: 15px;
  width: 130px;
  padding: 15px;
  box-shadow: 0 0 15px rgba(169, 169, 169, 0.5);
  background-color: var(--color-header-background);
  color: var(--color-text-primary);
  border-radius: 0.25rem;
  position: absolute;
  z-index: 10;
  display: none;
}
.tooltip-sidebar .button {
  padding-left: 0;
  padding-right: 0;
}
.tooltip-sidebar::before {
  position: absolute;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: var(--color-header-background);
  border-left-color: transparent;
}
.tooltip-sidebar__title {
  margin-bottom: 5px;
}
.btn-open-sidebar {
  display: none;
}
.page-brand,
.page-design-projects {
  padding-bottom: 50px;
}
.page-design-projects .col-products {
  padding-top: 15px;
}
.page-design-projects .list-sidebar .checkbox:nth-child(n+5) {
  display: none;
}
.title + .sorting-catalog {
  margin-top: 20px;
}
.title + .row-products {
  padding-top: 25px;
}
.filter-wrapper {
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  background-color: var(--color-header-background);
  border: 1px solid var(--color-border-secondary);
}
.tabs-filter {
  gap: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tabs-filter li {
  list-style-type: none;
}
body .tabs-filter button {
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  transition: all 0.3s;
}
body .tabs-filter .active button,
body .tabs-filter button:hover {
  background: var(--color-accent);
  color: var(--color-header-background);
}
.text-block {
  padding: 20px;
  margin-top: 25px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  background-color: var(--color-header-background);
  border: 1px solid var(--color-background);
}
.text-block p {
  margin-bottom: 15px;
}
.text-block p:last-child {
  margin-bottom: 0;
}
body main .clear-filter {
  gap: 10px;
  border: none;
  padding: 0;
  background: transparent;
  color: var(--color-text-primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.clear-filter svg,
.clear-filter img {
  width: 11px;
  height: 11px;
}
.unit-sidebar__head {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: var(--color-header-background);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.unit-sidebar__title {
  font-size: 18px;
  font-weight: bold;
}
.unit-sidebar__close {
  display: none;
}
.col-sidebar .row.unit-sidebar {
	display: block;
	margin: 0;
}
.col-sidebar .row.unit-sidebar > .col-lg-3 {
	padding: 0;
}
.filter_box .filter_top .reset_fltr:before {
	background-image: url(/local/templates/templ_shop202409/assets/styles/../img/reset2.svg);
    background-repeat: no-repeat;
    background-position: center;
  background-size: contain;
}
.reset_fltr input {
    border: none;
}
.filter_open {
	display: none;
}
.filter_box .filter_input_checkbox label {
	margin: 0;
}
.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.col-5 {
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%;
}
.bx-filter .bx-ui-slider-part.p2 span, .bx-filter .bx-ui-slider-part.p3 span, .bx-filter .bx-ui-slider-part.p4 span {
	color: #000;
}
.btn-open-sidebar i {
	    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.filter_flex_box {
	overflow: auto !important;
  scrollbar-gutter: initial;
  scrollbar-width: initial;
  scrollbar-color: initial;
}

.filter_flex_box::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  box-shadow: inset 0 0 1px 0 var(--color-text-primary);
  width: 6px;
  border-radius: 8px;
}
.filter_flex_box::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
.filter_flex_box::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  width: 6px;
  border-radius: 8px;
}


@media only screen and (max-width : 1200px) {
  .unit-brand img {
    max-width: 53px;
    max-height: 29px;
}
.row-products > div {
  padding: 0 8px;
}
.row-products {
  margin: 0 -8px;
}
}

@media only screen and (max-width : 992px) {
  .col-sidebar {
    width: 100%;
  }
  .col-products {
    width: 100%;
  }
  .unit-sidebar {
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    background: var(--color-background);
    z-index: 900;
    transition: all 0.3s;
    transform: translateX(100%);
  }
  .unit-sidebar.active {
    transform: none;
  }
  .unit-sidebar__head {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: var(--color-header-background);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .unit-sidebar__title {
    font-size: 18px;
    font-weight: 600;
  }
  .unit-sidebar__close {
    font-size: 25px;
    padding: 0 15px;
    cursor: pointer;
    display: block;
    margin-left: auto;
  }
.product-brands {
  grid-template-columns: 1fr 1fr;
}
.sorting-catalog {
  gap: 15px;
  flex-wrap: wrap;
}
.sorting-catalog strong {
  width: 100%;
}
.btn-open-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  background-color: var(--color-accent);
  height: 80px;
  color: var(--color-header-background);
  transition: all 0.3s;
  cursor: pointer;
  position: fixed;
  width: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  font-size: 18px;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.btn-open-sidebar.active {
  right: 100%;
}
.box-info {
  width: 100%;
}
.body_fixed {
  overflow: hidden;
}
.tooltip-sidebar {
  display: none !important;
}
.tabs-filter {
  justify-content: center;
}
.tabs-products {
width: 100%;
margin: 0;
justify-content: flex-start;
}
	.btn-close.filter_open {
        width: 22px;
        height: 22px;
display: block !important;
	background-image: url(/local/templates/templ_shop202409/assets/styles/../img/times.svg);
background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 17px;
        right: 10px;
        z-index: 4;
        bottom: auto;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
}
	.filter_top .text-right {
	    text-align: left !important;
}

}

@media only screen and (max-width : 768px) {
  .col-products .col-catalog {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/templ_shop202409/components/custom/catalog3v.section/template_prod_sect3v/style.css?17388446273808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/templ_shop202409/assets/styles/components/product-card.css?175086221710111*/
.row-catalog {
  margin: 0 -10px;
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
}
.col-catalog {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.item-catalog {
  font-size: 13px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 100%;
  background: var(--color-header-background);
  position: relative;
}
body .item-catalog a {
  color: inherit;
  border: none;
}
.item-catalog p {
  margin: 0;
}
.item-catalog__image {
  height: 263px;
  display: block;
  width: 100%;
  position: relative;
}
.item-catalog__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.item-catalog__brand {
  max-width: 75px;
  top: 10px;
  right: 10px;
  opacity: .85;
  background-color: rgba(236, 236, 236, .67);
  padding: 5px;
  position: absolute;
}
.item-catalog__brand img {
  max-width: 100%;
  max-height: 100%;
}
.labels-wrap {
  top: 10px;
  left: -5px;
  z-index: 2;
  position: absolute;
}
.item-label {
  height: 27px;
  width: 90px;
  letter-spacing: 1px;
  background-color: var(--color-label);
  font-size: 9px;
  margin-bottom: 5px;
  color: var(--color-header-background);
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-label_sale {
  font-size: 12px;
}
.item-label_hit {
  background-color: var(--color-hit);
}
.item-label_new {
  background-color: var(--color-link);
}
.item-catalog__content {
  padding: 15px;
  width: 100%;
  display: block;
}
.item-catalog__title {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.item-catalog__title:hover {
  color: var(--color-accent);
}
.item-catalog__features {
  margin-bottom: 10px;
}
.item-catalog .price-main {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
.price-main {
  font-weight: 600;
}
.price-old {
  font-size: 12px;
  color: var(--color-text-secondary);
text-decoration: line-through;
}
.content-product .price-old {
  font-size: 15px;
margin-bottom: 15px;
	text-align: center;
}
.item-catalog__info {
  gap: 15px;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px;
  padding-top: 0;
  position: absolute;
  background: var(--color-header-background);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
  z-index: 3;
}
.item-catalog:hover .item-catalog__info {
  display: flex;
}
.item-catalog__info .button {
  width: 100%;
  color: var(--color-header-background);
}
.link-card {
  margin: 0 10px;
  gap: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.link-card.active {
  color: var(--color-accent);
}
.link-card.active i {
  font-weight: 700;
}
.link-card.active .icon-compare i {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.link-card span {
  border-bottom: 1px solid;
  transition: all 0.3s;
}
.link-card:hover span {
  border-color: transparent;
}
.link-card:hover {
  color: var(--color-accent);
}
.icon-compare {
  width: 15px;
  height: 15px;
}
.icon-compare i {
  display: inline-block;
  width: 3px;
  border: 1px solid var(--color-text-secondary);
  margin-right: 1px;
  transition: .2s ease-in-out;
  transition: all 0.3s;
}
.icon-compare i:nth-child(1) {
  height: 8px;
}
.icon-compare i:nth-child(2) {
  height: 13px;
}
.icon-compare i:nth-child(3) {
  height: 11px;
}
.link-card:hover .icon-compare i {
  border-color: var(--color-accent);
}
.item-label.item-label_gift {
  font-size: 13px;
  padding: 2px 7px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  background: var(--color-gift);
}
.item-label.item-label_perc {
  width: 40px;
  height: 40px;
  font-size: 13px;
  letter-spacing: normal;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gift);
}
.item-catalog.item-catalog_simple {
  box-shadow: none;
  background: transparent;
}
.item-catalog_simple .item-catalog__image img {
  width: 100%;
  height: auto;
  object-fit: initial;
}
.item-catalog_simple .item-catalog__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-bottom {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.line-product__prices .price-main,
.modal-prices .price-main {
  font-size: 16px;
  text-align: left;
  margin: 0;
}
.modal-content_calculation {
  width: 500px;
  padding: 30px;
}
.modal-content_calculation * {
  transition: initial !important;
}
.line-product {
  gap: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
}
.line-product__image {
  width: 100px;
  height: 100px;
  border: solid 1px var(--color-border-secondary);
  border-radius: 6px;
  display: block;
  flex: none;
}
.line-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  border-radius: 6px;
}
.modal-content .product-actions {
  padding: 20px 0;
  border-top: 1px solid var(--color-border-primary);
  border-bottom: 1px solid var(--color-border-primary);
}
.line-product__title {
  color: var(--color-text-primary);
  display: block;
}
.line-product__prices {
  margin-top: auto;
}
.line-product__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tab-pane-quantity {
  display: none;
}
.tab-pane-quantity:first-child {
  display: block;
}
.product-actions {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-quantity {
  gap: 10px;
  display: flex;
  align-items: center;
}
.btn-tab-quantity {
  width: 38px;
  height: 38px;
  border: 1px solid var(--color-text-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-tab-quantity:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.btn-tab-quantity.active {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-header-background);
}
.btn-tab-quantity sup {
  font-size: 8px;
  line-height: 0;
}
.product-buttons {
  gap: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .link-product {
  gap: 6px;
  color: var(--color-text-secondary);
  display: inline-flex;
  border: none;
  align-items: center;
}
.link-product span {
  border-bottom: 1px solid var(--color-text-secondary);
  transition: all 0.3s;
}
.link-product:hover span {
  border-color: transparent;
}
.product-buttons .button {
  min-width: 180px;
}

.item-catalog__image .lazyload {
  width: 60px !important;
  height: 60px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: initial !important;
  position: absolute;
}

@media only screen and (max-width : 1200px) {
  .link-card {
    margin: 0 3px;
  }
  .item-catalog__image {
    height: 215px;
  }
}

@media only screen and (max-width : 992px) {
  .col-catalog {
    width: 33.3333%;
  }
  .item-catalog__info {
    border-top: 1px solid var(--color-border-secondary);
    visibility: visible;
    opacity: 1;
    gap: 0;
    display: flex;
    position: relative;
    top: 0;
    padding: 0;
  }
  .link-card span {
    display: none;
  }
  .link-card {
    height: 46px;
    border-right: 1px solid var(--color-border-secondary);
    gap: 0;
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .link-card i {
    font-size: 20px;
  }
  .link-card:last-child {
    border: none;
  }
  .item-catalog__info .button {
    height: 46px;
    flex: 1;
    padding: 0;
    width: auto;
    border-radius: 0;
    font-size: 0;
    background-image: url(/local/templates/templ_shop202409/assets/styles/components/../../img/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }
  .catalog_btns .compare-icon i {
    width: 5px;
    margin-right: 2px;
    display: inline-block;
    border: 1px solid var(--color-text-secondary);
    transition: .2s ease-in-out;
  }
  .icon-compare i {
    width: 5px;
    margin-right: 2px;
    display: inline-block;
    border: 1px solid var(--color-text-secondary);
    transition: .2s ease-in-out;
}
.icon-compare i:nth-child(1) {
      height: 15px;
  }
  .icon-compare i:nth-child(2) {
      height: 20px;
  }
  .icon-compare i:nth-child(3) {
      height: 18px;
  }
  .icon-compare {
    width: 25px;
    height: 22px;
  }
  .item-catalog__prices .price-main,
  .item-catalog__prices .price-old {
    display: inline;
  }
}

@media only screen and (max-width : 768px) {
  .col-catalog {
    width: 100%;
  }
  .item-catalog__brand {
    display: none;
  }
  .item-catalog__image {
    height: 120px;
    width: 45%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .item-catalog__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .item-catalog__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 50%;
    width: auto;
    order: -2;
  }
  .item-catalog__prices {
    margin-left: 50%;
    order: -1;
  }
  .item-catalog__features {
    margin-top: 50px;
  }
  .item-catalog_collection .item-catalog__image {
    padding-top: 100%;
    height: auto;
    position: relative;
    width: 100%;
  }
  .item-catalog_collection .item-catalog__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .item-catalog_collection .item-catalog__title {
    margin-left: 0;
  }
  .item-catalog_collection .item-catalog__prices {
    margin: 0;
    margin-top: 8px;
    order: initial;
  }
  .item-catalog_simple .item-catalog__image {
    height: 263px;
    width: 100%;
    position: relative;
  }
  .item-catalog_simple .item-catalog__prices,
  .item-catalog_simple .item-catalog__title {
    margin-left: 0;
  }
  .modal-content_calculation {
    padding: 30px 15px;
  }
}

.link-card {
  margin: 0 6px;
}
@media only screen and (max-width : 992px) {
  .link-card.link-card_oneclick span {
    display: inline;
  }
}
/* End */
/* /local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/style.css?175086221720220 */
/* /local/templates/templ_shop202409/components/tesser/catalog.smart.filtert/template_filter_catalog3v/smart_filter.css?174074739411515 */
/* /local/templates/templ_shop202409/assets/styles/products.css?174074739412459 */
/* /local/templates/templ_shop202409/components/custom/catalog3v.section/template_prod_sect3v/style.css?17388446273808 */
/* /local/templates/templ_shop202409/assets/styles/components/product-card.css?175086221710111 */
