

/* Start:/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/style.css?175031590020395*/
.bx-filter {
	border-radius: 20px;
    padding: 30px 205px 30px;
    margin: 50px -205px 30px;
	background: #F4F6F9;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;	
}
.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;
	max-width: 330px;
	width: 100%;
}
.bx-filter .bx-filter-parameters-box-50 {
	width: 50%;
	max-width: 100%;
}

.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 {	
	-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-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: 0;
	width: 100%;
}
.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/webcanape/components/bitrix/catalog.smart.filter/default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/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/webcanape/components/bitrix/catalog.smart.filter/default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/active.png) 2 repeat;
			border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/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: var(--ui-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: 100%;
	border-radius: 3px;
	border: 1px solid #DEEAFF;
	border-radius: 10px;
	overflow: hidden;
}
.bx-retina .bx-filter .bx-filter-select-container {
}
/* 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/webcanape/components/bitrix/catalog.smart.filter/default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/active.png) 2 repeat;
			border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/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: 100%;
	margin: 0;
	padding: 0 33px 0 20px;
	border: none;
	border-radius: 10px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;	
	overflow: hidden;
	max-width: 100%;
	font-weight: 600;
	line-height: 50px;
	height: 100%;
	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: 50px;
	cursor: pointer;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="4" viewBox="0 0 8 4" fill="none"><path d="M1 0.5L4 3.5L7 0.5" stroke="%23272727" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}
/*
*	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-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 span {
	font-size: 14px;
	color: rgba(39, 39, 39, 0.40);
	padding: 16px 0;
	background: #fff;
	font-weight: 600;
}
.bx-filter .bx-filter-param-label input {
	display: none;
}
.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: center;
	border-right: 1px solid #DEEAFF;
}
.bx-filter .radio:last-child .bx-filter-input-checkbox .bx-filter-param-text {
	border-right: none;
}
/*
* 	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/webcanape/components/bitrix/catalog.smart.filter/default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/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/webcanape/components/bitrix/catalog.smart.filter/default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/active.png) 2 repeat;
			border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/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:var(--ui-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 10px 2px 2px;
	-webkit-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/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/webcanape/components/bitrix/catalog.smart.filter/default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/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 {
	display: none !important;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		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;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}

	.bx-filter .bx-filter-select-text {
		line-height: 46px;
	}
	.bx-filter .bx-filter-select-arrow {
		height: 46px;
	}
}
.bx-filter-flex {
	display: flex;
	border: 1px solid #DEEAFF;
	border-radius: 10px;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.bx-filter form {
	display: flex;
	width: 100%;
}
.bx-filter .row-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1228px;
}
.bx-filter .radio + .radio, 
.bx-filter .checkbox + .checkbox {
	margin: 0;
}
.bx-filter .radio, 
.bx-filter .checkbox {
	margin: 0;
	width: 33.33%;
}
.bx-filter .bx-filter-param-label {
	padding-left: 0;	
	width: 100%;
}
.bx-filter .bx-filter-param-label input:checked + span {
	background: #DEEAFF;
	color: #1D468E;
}
.bx-filter .row {
	margin-right: 0;
	margin-left: 0;
}
.no-padding {
	padding: 0;
}
/* End */


/* Start:/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/colors.css?17503158886204*/
.bx-filter.bx-blue .bx-filter-section {
	background: #F4F6F9;
	padding: 0;
}
/*
* INPUTS
*
*/
.bx-filter.bx-blue .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-blue .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background: #849da4;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background: #a8dff3;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {background: #499fd8;}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}
/*
*	Select
*
*/
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-blue .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-blue .bx-tag-link {
	color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/

.bx-filter.bx-blue .btn-themes {
	background-color: #1D468E;
	border-color: #1D468E;
	color: #FFF;
	font-size: 14px;
	padding: 16px 37px;
	line-height: 1;
	font-weight: 600;
	border-radius: 10px;
}
/*
* 	Result Popup
*
*/
@media (min-width: 768px) and (max-width: 1799px)  {
	.bx-filter {
		padding: 20px 25px;
        margin: 20px -20px;
	}
}
@media (max-width: 1279px) {
	.bx-filter {
		padding: 0;
		margin: 20px 0;		
		background: transparent;
	}
	.bx-filter.bx-blue .bx-filter-section {
		background: transparent;
	}
	.bx-filter .bx-filter-parameters-box-50 .bx-filter-block {
		display: none;
	}
	.bx-filter .row-flex {
		width: 67%;
	}
	.bx-filter .btns {
		width: 33.33%;
	}
	.bx-filter .bx-filter-button-box {
		width: 100%;
		padding: 0;
	}
	.bx-filter.bx-blue .btn-themes {
		width: 100%;
	}
	.bx-filter .bx-filter-parameters-box {
		width: 50%;
		padding: 0 10px;
	}
	.bx-filter .bx-filter-parameters-box-50 {
		padding: 0;
	}
	.filter-select__selected {
		padding: 14px 20px !important;
	}
	.bx-filter.bx-blue .btn-themes {
		padding: 18px 37px;
	}
}
@media (max-width: 767px) {
	.bx-filter form {
		flex-direction: column;
	}
	.bx-filter .row-flex {
		width: 100%;
		flex-direction: column;
	}
	.bx-filter .btns {
		width: 100%;
	}
	.bx-filter .bx-filter-button-box {
		width: 100%;
		padding: 0;
	}
	.bx-filter.bx-blue .btn-themes {
		width: 100%;
	}
	.bx-filter .bx-filter-parameters-box {
		width: 100%;
		margin-bottom: 10px;
		max-width: 100%;
	}
	.bx-filter .bx-filter-parameters-box-container .col-xs-12 {
		padding: 0;
	}
	.bx-filter .bx-filter-parameters-box {
		padding: 0;
	}
}
/* End */


/* Start:/local/templates/webcanape/components/bitrix/catalog/satellite_equipment/style.css?175031573414079*/
.b-catalog-detail{margin-bottom:60px;background-color:#f4f6f9;border-radius:20px;padding:30px 205px 40px;margin:50px -205px 43px}@media(min-width: 768px)and (max-width: 1279px){.b-catalog-detail{margin-bottom:45px}}@media(max-width: 767px){.b-catalog-detail{margin-bottom:45px}}@media(max-width: 1279px){.b-catalog-detail{padding:20px;margin:0 -20px}}.b-catalog-detail .catalog-detail__item{display:flex;flex-wrap:wrap}.b-catalog-detail .catalog-detail__top{display:flex;width:100%;box-shadow:0px 8px 8px 0px rgba(34,60,80,.1);background:linear-gradient(#FBFCFF 0, #FBFCFF 50%, #FBFCFF 100%);border-radius:20px}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__top{flex-direction:column}}.b-catalog-detail .catalog-detail__left{width:50%;overflow:hidden;border-right:1px solid rgba(29,70,142,.15);border-radius:20px 0 0 20px;display:flex;flex-direction:column}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__left{width:100%;border-radius:20px 20px 0 0}}.b-catalog-detail .catalog-detail__right{padding:50px 50px 20px;width:53%}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__right{width:100%;padding:20px;border-top:1px solid rgba(29,70,142,.15)}}@media(max-width: 767px){.b-catalog-detail .catalog-detail__right{padding:20px 20px 30px}}.b-catalog-detail .catalog-detail__imgbox{width:300px}@media(max-width: 767px){.b-catalog-detail .catalog-detail__imgbox{width:100%;margin-bottom:20px}}.b-catalog-detail .catalog-detail__img{width:100%;vertical-align:top}.b-catalog-detail .catalog-detail__content h2{font-size:22px;margin-bottom:20px;text-align:start}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__content h2{font-size:18px;margin-bottom:15px}}.b-catalog-detail .catalog-detail__content p{font-size:14px;margin-bottom:20px}@media(max-width: 767px){.b-catalog-detail .catalog-detail__content{width:100%;padding:0}}.b-catalog-detail .catalog-detail__params{margin-top:20px;width:100%}.b-catalog-detail .catalog-detail__right-name{font-size:17px;font-weight:700;margin-bottom:20px}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__right-name{font-size:16px;margin-bottom:18px}}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__marketplace-container .catalog-detail__credit img{max-width:100%}}.b-catalog-detail .catalog-detail__right-bottom{display:flex;justify-content:space-between;margin:0 -50px;padding:25px 50px 40px 50px;border-top:1px solid rgba(29,70,142,.15)}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__right-bottom{padding:20px 50px 30px;margin-left:-20px;margin-right:-20px;justify-content:start}}@media(max-width: 767px){.b-catalog-detail .catalog-detail__right-bottom{flex-direction:column;padding:20px 20px 30px}}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__credit-container{margin-right:70px}}@media(max-width: 767px){.b-catalog-detail .catalog-detail__credit-container{margin-right:0}}.b-catalog-detail .catalog-detail__credit-items{display:flex;align-items:center}@media(max-width: 767px){.b-catalog-detail .catalog-detail__credit-items{flex-wrap:wrap}}.b-catalog-detail .catalog-detail__credit{margin-right:7px;text-decoration:none}@media(max-width: 767px){.b-catalog-detail .catalog-detail__credit{margin-bottom:10px}}@media(max-width: 767px){.b-catalog-detail .catalog-detail__credit img{max-width:90px}}.b-catalog-detail .catalog-detail__detail-txt{margin-bottom:20px}.b-catalog-detail .catalog-detail__container{display:flex;align-items:center;padding:20px 15px;background:#deeaff;border-radius:20px;margin:0 -30px}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__container{margin:0;padding:20px 30px}}@media(max-width: 767px){.b-catalog-detail .catalog-detail__container{margin:0 -20px -30px;flex-direction:column;padding:20px}}.b-catalog-detail .catalog-detail__price{color:#1d468e;font-size:20px;font-weight:600;white-space:nowrap}@media(max-width: 1279px){.b-catalog-detail .catalog-detail__price{font-size:26px;margin-right:35px}}@media(max-width: 767px){.b-catalog-detail .catalog-detail__price{margin-right:0;margin-bottom:20px}}.b-catalog-detail .catalog-detail__btn{padding:16px 8px;border:1px solid rgba(29,70,142,.6);border-radius:10px;margin-right:4px;font-size:12px;color:#1d468e;font-weight:600;white-space:nowrap;display:inline-block}@media(max-width: 767px){.b-catalog-detail .catalog-detail__btn{width:100%;text-align:center;margin-bottom:10px;order:3;margin-right:0}}.b-catalog-detail .catalog-detail__btn--white{position:relative;background:#fff;border:1px solid #fff}@media(max-width: 767px){.b-catalog-detail .catalog-detail__btn--white{order:2}}.b-catalog-detail .catalog-detail__btns-container{display:flex;align-items:flex-start;justify-content:flex-end;row-gap:8px;margin-left:auto;flex-wrap:wrap}@media(max-width: 767px){.b-catalog-detail .catalog-detail__btns-container{margin:0 auto}}.b-catalog-detail .catalog-detail__btn-hint{display:none;position:absolute;top:calc(100% + 20px);left:-28px;bottom:-40px;width:300px;height:fit-content;padding:15px;background:#fff;border-radius:10px;font-size:10px;color:#666;letter-spacing:-0.2px;font-weight:400;text-wrap-mode:wrap}.b-catalog-detail .catalog-detail__btn-hint::before{content:"";position:absolute;top:-14px;left:17px;width:24px;height:24px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="16" viewBox="0 0 18 16" fill="none"><path d="M7.26795 1C8.03775 -0.333333 9.96225 -0.333333 10.7321 1L17.6603 13C18.4301 14.3333 17.4678 16 15.9282 16H2.0718C0.532197 16 -0.430054 14.3333 0.339746 13L7.26795 1Z" fill="%23FCFDFF"/></svg>') center/contain no-repeat}.b-catalog-detail .catalog-detail__btn--white:hover>.catalog-detail__btn-hint{display:block}.b-catalog-detail .catalog-detail__btn--buy{color:#fff !important;background:#1d468e !important;padding:16px 8px;margin-right:0}@media(max-width: 767px){.b-catalog-detail .catalog-detail__btn--buy{order:0;width:100%}}.b-catalog-detail .catalog-detail__btn--buy svg{margin-left:10px}@media(max-width: 767px){.b-catalog-detail .bx-catalog-element{width:100%}}.b-catalog-description{width:calc(100vw - 80px);transform:translateX(-50%);margin-left:50%;background:linear-gradient(90deg, rgba(0, 53, 148, 0.3) 0%, rgba(51, 62, 149, 0.3) 36%, rgba(92, 69, 151, 0.3) 74%, rgba(107, 72, 151, 0.3) 100%);padding:60px 0;border-radius:20px;margin-bottom:33px}.b-catalog-description .catalog-description__wrap{position:relative;margin:0 auto;max-width:1440px;padding:0 20px}.b-catalog-description .catalog-description__top{position:relative}.b-catalog-description .catalog-description__title{font-size:44px;color:#1d468e;margin-bottom:50px;font-weight:600}.b-catalog-description .catalog-description__icons{position:absolute;right:0;top:0}.b-catalog-description .catalog-description__icons img{width:80px;height:80px;margin-right:8px}.b-catalog-description .catalog-description__desc p{font-size:24px;margin-bottom:20px;color:#1d468e}.b-tariff-plans table{width:100%;border-collapse:collapse;margin-bottom:20px}.b-tariff-plans tr:nth-child(odd){background:linear-gradient(to right, rgba(2, 54, 149, 0) 0%, rgba(2, 54, 149, 0.07) 7%, rgba(2, 54, 149, 0.08) 8%, rgba(0, 53, 148, 0.05) 51%, rgba(42, 60, 149, 0.07) 76%, rgba(107, 72, 151, 0.1) 92%, rgba(77, 67, 150, 0.07) 96%, rgba(0, 53, 148, 0) 100%)}.b-tariff-plans th,.b-tariff-plans td{padding:10px 0;color:rgba(17,17,17,.7);font-size:20px}.b-tariff-plans .tariff-plans__tabs{width:100%;display:flex;flex-wrap:wrap;margin-bottom:20px}.b-tariff-plans .tariff-plans__tab{width:calc(33.33% - 2px);padding:25px 0;text-align:center;font-size:26px;font-weight:600;color:#deeaff;border:1px solid #deeaff}.b-tariff-plans .tariff-plans__tab:first-child{border-radius:10px 0 0 10px}.b-tariff-plans .tariff-plans__tab:last-child{border:0 10px 10px 0}.b-tariff-plans .tariff-plans__tab--active{background:#1d468e;color:#fff}.b-tariff-plans .tariff-plans__tables{background:linear-gradient(90deg, rgba(0, 53, 148, 0.12) 0%, rgba(255, 255, 255, 0) 50%, rgba(107, 72, 151, 0.15) 100%);padding:40px 90px 20px;border-radius:20px}.b-tariff-plans .tariff-plans__head{padding:30px 0 20px;display:block}.b-tariff-plans .tariff-plans__head,.b-tariff-plans .tariff-plans__head th,.b-tariff-plans .tariff-plans__head:nth-child(odd){color:#1d468e;font-size:24px;font-weight:600;background:rgba(0,0,0,0)}.gallery{width:100%;margin:auto;position:relative}@media(max-width: 767px){.gallery{max-height:280px}}.gallery img{mix-blend-mode:multiply}@media(max-width: 767px){.gallery img{max-height:280px}}.gallery__wrapper{display:flex}.gallery__slide{width:100%;background:linear-gradient(#FBFCFF 0, #FBFCFF 50%, #FBFCFF 100%);display:flex !important;align-items:center;justify-content:center}.gallery__slide img{mix-blend-mode:multiply}.gallery__button{position:absolute;top:50%;transform:translateY(-50%);width:50px !important;height:50px !important}@media(max-width: 767px){.gallery__button{top:calc(50% + 25px) !important}}.gallery__button--prev::after,.gallery__button--next::after{display:none}.gallery__button--prev{left:10px}.gallery__button--next{right:10px}.gallery-thumbs{width:100%;margin:10px 20px}@media(max-width: 767px){.gallery-thumbs{margin:20px 10px}}.gallery-thumbs .swiper-slide{opacity:.5;border:1px solid #dde3ee;overflow:hidden;border-radius:10px;width:fit-content !important;cursor:pointer}.gallery-thumbs .swiper-slide-thumb-active{opacity:1}.b-catalog-documents{display:flex;background:linear-gradient(#FBFCFF 0, #FBFCFF 50%, #FBFCFF 100%);padding:40px;border-radius:20px;box-shadow:0px 8px 8px 0px rgba(34,60,80,.1);margin:40px 0}@media(max-width: 1279px){.b-catalog-documents{padding:20px;margin-top:30px;margin-bottom:30px}}@media(max-width: 767px){.b-catalog-documents{flex-direction:column;margin-top:20px}}.b-catalog-documents .catalog-documents__item{width:33.33%;color:#1d468e;background:#deeaff;text-align:center;padding:16px 20px;display:flex;align-items:center;justify-content:center;font-weight:600;border-radius:10px}.b-catalog-documents .catalog-documents__item svg{margin-right:12px;width:16px;height:16px}@media(max-width: 1279px){.b-catalog-documents .catalog-documents__item{font-size:14px;letter-spacing:-0.4px;line-height:1.2}}@media(max-width: 767px){.b-catalog-documents .catalog-documents__item{width:100%}}.b-catalog-documents .catalog-documents__item:not(:last-child){margin-right:20px}@media(max-width: 767px){.b-catalog-documents .catalog-documents__item:not(:last-child){margin-bottom:20px;margin-right:0}}.b-full-desc .full-desc__title{font-size:35px;font-weight:600;margin:0 auto 30px;text-align:center}@media(max-width: 1279px){.b-full-desc .full-desc__title{font-size:24px;margin-bottom:20px}}.b-full-desc .full-desc__content{background:linear-gradient(#FBFCFF 0, #FBFCFF 50%, #FBFCFF 100%);padding:40px;border-radius:20px;box-shadow:0px 8px 8px 0px rgba(34,60,80,.1);margin-bottom:40px}@media(max-width: 1279px){.b-full-desc .full-desc__content{padding:30px 20px}}.b-full-desc .full-desc__wrap{display:flex}@media(max-width: 1279px){.b-full-desc .full-desc__wrap{flex-direction:column}}@media(max-width: 1279px){.b-full-desc .full-desc__wrap{display:-webkit-box;-webkit-line-clamp:7;line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}}.b-full-desc .full-desc__desc{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 1279px){.b-full-desc .full-desc__desc{font-size:14px}}@media(max-width: 1279px){.b-full-desc .full-desc__desc{display:block;overflow:visible}}.b-full-desc .full-desc__content--active .full-desc__desc{line-clamp:9999;-webkit-line-clamp:9999}@media(max-width: 1279px){.b-full-desc .full-desc__content--active .full-desc__wrap{line-clamp:9999;-webkit-line-clamp:9999}}.b-full-desc .full-desc__left{margin-right:30px;width:calc(50% - 30px)}@media(max-width: 1279px){.b-full-desc .full-desc__left{width:100%;margin-bottom:10px}}.b-full-desc .full-desc__right{width:calc(50% - 30px)}@media(max-width: 1279px){.b-full-desc .full-desc__right{width:100%}}.b-full-desc .full-desc__name{font-size:22px;font-weight:600;margin-bottom:10px;line-height:1;letter-spacing:-0.5px}@media(max-width: 1279px){.b-full-desc .full-desc__name{font-size:18px;margin-bottom:15px}}.b-full-desc .full-desc__more{font-size:12px;color:#1d468e;text-align:center;font-weight:500;user-select:none;cursor:pointer;width:fit-content;margin:40px auto 0;padding-right:15px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4" viewBox="0 0 7 4" fill="none"><path d="M0.5 0.5L3.5 3.5L6.5 0.5" stroke="%231D468E" stroke-linecap="round" stroke-linejoin="round"/></svg>') center right no-repeat}.b-full-desc .full-desc__content--active .full-desc__more{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4" viewBox="0 0 7 4" fill="none" style="rotate: 180deg;"><path d="M0.5 0.5L3.5 3.5L6.5 0.5" stroke="%231D468E" stroke-linecap="round" stroke-linejoin="round"/></svg>') center right no-repeat}.b-characteristics .characteristics__title{font-size:35px;font-weight:600;margin:0 auto 30px;text-align:center}@media(max-width: 1279px){.b-characteristics .characteristics__title{font-size:24px;margin-bottom:20px}}.b-characteristics .characteristics__content{background:linear-gradient(#FBFCFF 0, #FBFCFF 50%, #FBFCFF 100%);padding:40px;border-radius:20px;box-shadow:0px 8px 8px 0px rgba(34,60,80,.1);margin-bottom:0}@media(max-width: 1279px){.b-characteristics .characteristics__content{padding:30px 20px}}.b-characteristics .characteristics__item{display:flex;align-items:center;margin-bottom:20px}.b-characteristics .characteristics__item:last-child{margin-bottom:0}.b-characteristics .characteristics__icon{margin-right:30px}.b-characteristics .characteristics__name{font-weight:500;font-size:18px}.b-share,.b-share:link,.b-share:visited{position:absolute;top:88px;right:20px;color:#1d468e;font-size:14px;font-weight:700}.b-share svg,.b-share:link svg,.b-share:visited svg{margin-left:10px}@media(max-width: 1279px){.b-share,.b-share:link,.b-share:visited{display:none}}

/* End */


/* Start:/local/templates/webcanape/components/bitrix/catalog.element/default/themes/blue/style.css?17328717711094*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.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-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.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; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/webcanape/components/bitrix/catalog.smart.filter/default/style.css?175031590020395 */
/* /local/templates/webcanape/components/bitrix/catalog.smart.filter/default/themes/blue/colors.css?17503158886204 */
/* /local/templates/webcanape/components/bitrix/catalog/satellite_equipment/style.css?175031573414079 */
/* /local/templates/webcanape/components/bitrix/catalog.element/default/themes/blue/style.css?17328717711094 */
