

/* Start:/local/templates/sandm/components/bitrix/catalog/.default/style.min.css?1672227104959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.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%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/style.css?167959889020000*/
.bx-filter {
	width: 100%;
	max-width: 305px;
}
.bx-filter .bx-filter-section {
	position: relative;
}
.bx-filter-title {
	position: relative;
    color: #422C2A;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
	padding: 0 0 0 26px;
	margin: 0 0 40px;
}
.bx-filter-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
    width: 17px;
    height: 14px;
	background: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2298 2.49625L9.79961 8.96006V14L6.99961 12.6V8.96006L0.559647 2.50044C0.412408 2.39781 0.287718 2.26612 0.193241 2.11353C0.0987636 1.96093 0.0364343 1.79068 0.0102085 1.61314C-0.0160173 1.43559 -0.00561128 1.25452 0.0407138 1.08113C0.087039 0.907735 0.168349 0.745646 0.27963 0.604835C0.320873 0.525356 0.370102 0.450252 0.426603 0.380787C0.57585 0.233585 0.757205 0.123045 0.956388 0.0577033C1.15557 -0.00763835 1.36717 -0.0259788 1.57461 0.00421209H15.2204C15.4279 -0.0260881 15.6395 -0.00781514 15.8387 0.0575324C16.0379 0.12288 16.2193 0.233495 16.3684 0.380787C16.4142 0.438857 16.4549 0.500703 16.4902 0.565613C16.6072 0.706441 16.6938 0.870008 16.7443 1.04601C16.7949 1.22201 16.8084 1.40663 16.7839 1.5881C16.7594 1.76957 16.6975 1.94396 16.6021 2.10028C16.5068 2.2566 16.38 2.39147 16.2298 2.49625ZM4.80024 2.79866L8.39961 6.41342L11.999 2.80003H4.80024V2.79866Z' fill='%23422C2A'/%3E%3C/svg%3E") no-repeat;
}
/*Sections*/
.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
    color: #422C2A;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
	cursor: pointer;
	position: relative;
	padding-right: 30px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.bx-filter .bx-filter-parameters-box-title::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 12px;
    height: 9px;
	background: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.77909 8.39428C6.39109 8.77086 5.77403 8.77083 5.38607 8.39421L0.811671 3.95352C0.407036 3.56071 0.407066 2.91119 0.811739 2.51842L1.77981 1.57882C2.16778 1.20226 2.78479 1.20226 3.17276 1.57882L5.38607 3.72704C5.77404 4.1036 6.39106 4.1036 6.77903 3.72704L8.99251 1.57866C9.38041 1.20217 9.99729 1.2021 10.3853 1.5785L11.3541 2.51836C11.7589 2.91112 11.759 3.56082 11.3543 3.95368L6.77909 8.39428Z' fill='%23422C2A'/%3E%3C/svg%3E") no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title::before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.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-block .flex_box {
	margin: 0 -5px;
}
.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-top: 26px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
.bx-filter-parameters-box {
    padding: 0 0 30px;
}
.bx-filter-parameters-box:last-child {
    padding: 0;
}
.bx-filter-parameters-box-container .hidden {
    display: none;
}
/*
* INPUTS
*
*/
.bx-filter .price-filter-block input[type="text"] {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    color: #422C2A;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 18px 13px;
    border: 0;
    background: #FFF9F4;
    border-radius: 3px;
}

/*
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
*
*/
.price-title {
    color: #422C2A;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 22px;
}
.bx-ui-slider-track-container {
	padding: 16px 0;
}
.bx-ui-slider-track-container .bx-ui-slider-track {
	position: relative;
	height: 2px;
    background: rgba(161, 147, 143, 0.5);
}
.bx-ui-slider-track-container .bx-ui-slider-pricebar-v {
	position: absolute;
    top: 0;
	bottom: 0;
	z-index: 10;
    background: #A1938F;
}
.bx-ui-slider-track-container .bx-ui-slider-pricebar-vd {
    left: 0%;
    right: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: #A1938F;
}
.bx-ui-slider-track-container .bx-ui-slider-handle {
	position: absolute;
    top: -8px;
    z-index: 12;
    width: 16px;
    height: 16px;
    border: 2px solid #4B3C3B;
    background: #DFCCC8;
    border-radius: 16px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
.bx-ui-slider-track-container .bx-ui-slider-handle:focus {
    background: #4B3C3B;
}
.price-filter-block {
	margin: 0 -8px;
}
.price-filter-block .price-input-block {
	width: 50%;
	float: left;
	padding: 0 8px;
}
.price-filter-block .price-input-block:nth-child(1) {
    position: relative;
}
.price-filter-block .price-input-block:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 100%;
    width: 10px;
    height: 1px;
    background: #A1938F;
    opacity: 0.5;
    border-radius: 2px;
    margin-left: -5px;
}
/*
*	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/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/border_default.png) 2 repeat;
}
/* COLOR */

.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 {
	display: block;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.bx-filter .bx-filter-param-btn-inline {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
    align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
    margin-bottom: -5px;
}
.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    position: relative;
	margin-right: 5px;
    margin-bottom: 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 {
    opacity: 0.6;
	pointer-events: none;
}
.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label.bx-active .bx-filter-param-btn {
    opacity: 0.4;
}
/*
*	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;
}
.filter-checkbox-block .checkbox {
    margin: 0 0 14px 0;
}
.filter-checkbox-block .bx-filter-param-label {
    cursor: pointer;
}
.filter-checkbox-block .bx-filter-param-label input[type="checkbox"] {
    display: none;
}
.filter-checkbox-block .bx-filter-param-text {
    display: block;
    position: relative;
    color: #422C2A;
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.filter-checkbox-block .bx-filter-param-text span {
    color: #898892;
}
.filter-checkbox-block .bx-filter-param-text::before {
    content: "";
    position: absolute;
    opacity: 0.5;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
	background: transparent;
    border: 2px solid #A1938F;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.filter-checkbox-block .bx-filter-param-text::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8281 2.17971C10.8281 2.36721 10.764 2.52659 10.6356 2.65784L5.65812 7.74846L4.72312 8.70471C4.59479 8.83596 4.43896 8.90159 4.25562 8.90159C4.07229 8.90159 3.91646 8.83596 3.78813 8.70471L2.85313 7.74846L0.364375 5.20315C0.236042 5.0719 0.171875 4.91252 0.171875 4.72502C0.171875 4.53752 0.236042 4.37815 0.364375 4.2469L1.29937 3.29065C1.42771 3.1594 1.58354 3.09377 1.76688 3.09377C1.95021 3.09377 2.10604 3.1594 2.23438 3.29065L4.25562 5.36487L8.76562 0.745337C8.89396 0.614087 9.04979 0.548462 9.23312 0.548462C9.41646 0.548462 9.57229 0.614087 9.70063 0.745337L10.6356 1.70159C10.764 1.83284 10.8281 1.99221 10.8281 2.17971Z' fill='white'/%3E%3C/svg%3E") no-repeat;
    background-position: 4px 4px;
	opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.filter-checkbox-block .bx-filter-param-label input[type="checkbox"]:checked + .bx-filter-param-text::before {
    opacity: 1;
    background: #FD8A8A;
    border-color: #FD8A8A;
}
.filter-checkbox-block .bx-filter-param-label input[type="checkbox"]:checked + .bx-filter-param-text::after {
    opacity: 1;
}
.filter-checkbox-block .filter_more {
    font-size: 13px;
    line-height: 13px;
    margin: 20px 0 0;
}
.filter-checkbox-block .filter_more a {
    color: #062D72;
    border-bottom: 1px dashed #062D72;
}
.filter-checkbox-block .filter_more a:hover {
    border-bottom-color: transparent;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease, opacity 0.3s;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease, opacity 0.3s;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease, opacity 0.3s;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease, opacity 0.3s;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease, opacity 0.3s;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	-webkit-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/border_default.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 {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 5px;
}
.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: 13;
	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 10px 2px 2px;
	-webkit-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.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: #FD8A8A;
    font-size: 12px;
    line-height: 10px;
    font-weight: 700;
}
.bx-filter .bx-filter-popup-result a:hover {
	color: #422C2A;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
.bx-filter-button-box {
	padding-top: 40px;
}
.bx-filter-button-block {
	padding: 0 5px;
	flex: 1 1 auto;
}
.bx-filter-button-block .button {
    width: 100%;
    padding: 18px 10px;
}
/* End */


/* Start:/local/templates/sandm/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1672227150706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/sandm/components/interlabs/oneclick/.popup/style.css?167655364116733*/
.interlabs-oneclick__container .hidden {
  display: none;
}
.interlabs-oneclick__container .errors,
.interlabs-oneclick__container .error {
  color: #EB5757;
  margin-left: 12px;
}
.interlabs-oneclick__container .interlabs-oneclick__container__errors .interlabs-oneclick__container__errors__item {
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  font-size: 14px;
  color: #EB5757;
  margin-bottom: 18px;
}
.interlabs-oneclick__container .js-interlabs-oneclick__container-show-button,
.interlabs-oneclick__container .js-interlabs-oneclick__dialog__cancel-button,
.interlabs-oneclick__container .interlabs-oneclick__container-succsess__close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.interlabs-oneclick__container .js-interlabs-oneclick__dialog__cancel-button {
  padding: 5px 12px;
}
.interlabs-oneclick__container .header {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 26px;
}
.interlabs-oneclick__container .js-interlabs-oneclick__dialog__close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 32px;
  background: #FCA7B5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.popup-window-close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 32px;
  background: #FCA7B5;
}
.popup-window-close-icon:hover {
  opacity: 0.6;
}
.interlabs-oneclick__container .js-interlabs-oneclick__dialog__close::before {
  content: "";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0579 9.00014L13.2829 5.78264C13.4242 5.64141 13.5035 5.44987 13.5035 5.25014C13.5035 5.05041 13.4242 4.85887 13.2829 4.71764C13.1417 4.57641 12.9502 4.49707 12.7504 4.49707C12.5507 4.49707 12.3592 4.57641 12.2179 4.71764L9.00044 7.94264L5.78294 4.71764C5.64171 4.57641 5.45017 4.49707 5.25044 4.49707C5.05072 4.49707 4.85917 4.57641 4.71794 4.71764C4.57671 4.85887 4.49737 5.05041 4.49737 5.25014C4.49737 5.44987 4.57671 5.64141 4.71794 5.78264L7.94294 9.00014L4.71794 12.2176C4.64765 12.2874 4.59185 12.3703 4.55377 12.4617C4.5157 12.5531 4.49609 12.6511 4.49609 12.7501C4.49609 12.8491 4.5157 12.9472 4.55377 13.0386C4.59185 13.13 4.64765 13.2129 4.71794 13.2826C4.78766 13.3529 4.87062 13.4087 4.96201 13.4468C5.0534 13.4849 5.15143 13.5045 5.25044 13.5045C5.34945 13.5045 5.44748 13.4849 5.53888 13.4468C5.63027 13.4087 5.71322 13.3529 5.78294 13.2826L9.00044 10.0576L12.2179 13.2826C12.2877 13.3529 12.3706 13.4087 12.462 13.4468C12.5534 13.4849 12.6514 13.5045 12.7504 13.5045C12.8495 13.5045 12.9475 13.4849 13.0389 13.4468C13.1303 13.4087 13.2132 13.3529 13.2829 13.2826C13.3532 13.2129 13.409 13.13 13.4471 13.0386C13.4852 12.9472 13.5048 12.8491 13.5048 12.7501C13.5048 12.6511 13.4852 12.5531 13.4471 12.4617C13.409 12.3703 13.3532 12.2874 13.2829 12.2176L10.0579 9.00014Z' fill='white'/%3E%3C/svg%3E") no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.interlabs-oneclick__container .body .scroll-area {
  height: 300px;
  overflow-y: auto;
  margin-bottom: 28px;
}
.interlabs-oneclick__container .body .form-group {
  margin-bottom: 17px;
}
.interlabs-oneclick__container .body .form-group .field-required {
  color: #EB5757;
}
.interlabs-oneclick__container .body .form-group label:nth-child(1) {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}

.interlabs-oneclick__container .body .form-group input[type="text"].date {
  width: 75px;
}
.interlabs-oneclick__container .body .form-group select {
  width: 30%;
  color: #828282;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 13px;
  height: 36px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/local/templates/sandm/components/interlabs/oneclick/.popup/image/select-arrow.png") no-repeat 97% 55%;
  background-color: #F8FAFC;
  text-align: left;
  text-align-last: left;
  padding-right: 18px;
}
.interlabs-oneclick__container .body .form-group .file {
  margin-top: 6px;
}
.interlabs-oneclick__container .body .form-group .file input[type="file"] {
  display: none;
}
.interlabs-oneclick__container .body .form-group .file a {
  padding: 10px 30px;
  border: 1px solid #159EBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #159EBB;
}
.interlabs-oneclick__container .body .form-group .file label {
  color: #828282;
  margin-left: 12px;
  font-weight: normal;
}
.interlabs-oneclick__container .body .form-group .file label.selected {
  color: #333333;
}
.interlabs-oneclick__container .body .form-group textarea {
  width: 100%;
  height: 180px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.interlabs-oneclick__container .body .form-group .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interlabs-oneclick__container .body .form-group .captcha input[type="text"] {
  width: 50%;
}
.interlabs-oneclick__container .body .form-group .captcha img {
  width: 180px;
  height: 40px;
}
.interlabs-oneclick__container .body .form-group .c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-oneclick__container .body .form-group .c-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-oneclick__container .body .form-group .c-checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 2px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-oneclick__container .body .form-group .c-checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-oneclick__container .body .form-group .c-checkbox input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-oneclick__container .body .form-group .c-checkbox input[type="checkbox"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-oneclick__container .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 5px;
  background: #159EBB;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
             4px 0 0 #159EBB,
               4px -2px 0 #159EBB,
               4px -4px 0 #159EBB,
               4px -6px 0 #159EBB,
               4px -8px 0 #159EBB;
             transform: rotate(45deg);
             margin-top: 5px;*/
}
.interlabs-oneclick__container .body .form-group .c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-oneclick__container .body .form-group .c-radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-oneclick__container .body .form-group .c-radio input[type="radio"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 8px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-oneclick__container .body .form-group .c-radio input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-oneclick__container .body .form-group .c-radio input[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-oneclick__container .body .form-group .c-radio input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-oneclick__container .body .form-group .c-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 5px;
  background: #70BB18;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
             4px 0 0 #159EBB,
               4px -2px 0 #159EBB,
               4px -4px 0 #159EBB,
               4px -6px 0 #159EBB,
               4px -8px 0 #159EBB;
             transform: rotate(45deg);
             margin-top: 5px;*/
}
.interlabs-oneclick__container .body .form-group .c-radio,
.interlabs-oneclick__container .body .form-group .c-checkbox {
  padding-left: 1px;
}
.interlabs-oneclick__container .body .form-group.agree a {
  color: #159EBB;
}
.interlabs-oneclick__container .body .form-group.agree .c-checkbox {
  display: inline-block;
}
.interlabs-oneclick__container .body .form-group.control-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interlabs-oneclick__container .body input[type="submit"],
.interlabs-oneclick__container .body .js-interlabs-oneclick__dialog__send-button,
.interlabs-oneclick__container .body .interlabs-oneclick__container-succsess__close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.interlabs-oneclick__container .body a.js-interlabs-oneclick__dialog__send-button {
  padding: 5px 5px;
}
.interlabs-oneclick__container .modal-mask {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 36, 34, 0.29);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.interlabs-oneclick__container .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.interlabs-oneclick__container .modal-container {
  position: relative;
  width: 330px;
  max-width: 90%;
  margin: 0px auto;
  padding: 30px 40px 40px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interlabs-oneclick__container .modal-enter {
  opacity: 0;
}
.interlabs-oneclick__container .modal-leave-active {
  opacity: 0;
}
.interlabs-oneclick__container .modal-enter .modal-container,
.interlabs-oneclick__container .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.interlabs-oneclick__container .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.interlabs-oneclick__container .modal-body {
  position: relative;
  padding: 15px;
  min-height: 400px;
  max-height: 600px;
  overflow: auto;
}
.interlabs-oneclick__container .modal-footer {
  margin-top: 12px;
}
.interlabs-oneclick__container .errors {
  color: #EB5757;
}
.interlabs-oneclick__container .errors > div {
  margin-bottom: 18px;
}
.interlabs-oneclick__container .interlabs__info-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
  max-height: 480px;
  max-width: 540px;
  position: fixed;
  z-index: 9998;
  top: 30%;
  left: 30%;
}
.interlabs-oneclick__container .interlabs__info-dialog.hidden {
  display: none;
}
.interlabs-oneclick__container .interlabs__info-dialog .header {
  border-bottom: 1px solid #70BB18;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interlabs-oneclick__container .interlabs__info-dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-oneclick__container .interlabs__info-dialog .header .close-dialog {
  cursor: pointer;
}
.interlabs-oneclick__container .interlabs__info-dialog .body .form-group {
  margin-bottom: 28px;
}
.interlabs-oneclick__container .interlabs__info-dialog .body .form-group .scroll-area {
  height: 300px;
  overflow-y: auto;
}
.interlabs-oneclick__container__dialog .agreement-block {
  color: rgba(83, 77, 77, 0.52);
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;      
  margin: 0 0 10px;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .scroll-area {
    height: 100%;
    overflow-y: visible;
    margin-bottom: 28px;
  }
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group .captcha input[type="text"] {
    width: 100%;
    margin-top: 12px;
  }
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group .captcha img {
    width: 180px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .interlabs-oneclick__container .modal-container {
    width: 320px;
    padding: 40px 30px 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 200px) {
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog.modal-mask .modal-container {
    width: 200px;
  }
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group.control-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group.control-buttons a,
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group.control-buttons button {
    margin-bottom: 12px;
  }
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group .file label {
    margin-top: 12px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 200px) and (max-width: 300px) {
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog.modal-mask .modal-container {
    width: 250px;
  }
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group.control-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group.control-buttons a,
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group.control-buttons button {
    margin-bottom: 12px;
  }
  .interlabs-oneclick__container .interlabs-oneclick__container__dialog .body .form-group .file label {
    margin-top: 12px;
    margin-left: 6px;
  }
}

/* End */
/* /local/templates/sandm/components/bitrix/catalog/.default/style.min.css?1672227104959 */
/* /local/templates/sandm/components/bitrix/catalog.smart.filter/catalog_filter/style.css?167959889020000 */
/* /local/templates/sandm/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1672227150706 */
/* /local/templates/sandm/components/interlabs/oneclick/.popup/style.css?167655364116733 */
