

/* Start:/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/style.css?174603912523356*/
.smart-filter{
	-webkit-box-shadow: 0 5px 7px -6px #757575;
	-moz-box-shadow: 0 5px 7px -6px #757575;
	box-shadow: 0 5px 7px -6px #757575;
}
.bx-filter {
	width: 100%;
	min-width: 220px;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	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;
}
.bx-filter .bx-left{
	width: 100%;
	max-width: 105px;
	margin-right: 7.5px;
}
.bx-filter .bx-right{
	width: 100%;
	float: right;
	max-width: 90px;
	margin-left: 7.5px;
}
/*Sections*/
.bx-filter .bx-grid{
	display: grid;
	display: -moz-grid;
	/*display: -ms-grid;*/
	grid-template-columns: repeat(5, 200px);
	-ms-grid-template-columns: repeat(5, 200px);
	grid-gap: 50px;
}
.bx-filter .bx-filter-parameters-box {
	position: relative;

}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	min-height: 40px;
	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: #000;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #00999a;
}
.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;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 10px;
}
.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 {
	float: left;
}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	max-width: 60px;
	font-size: 13px;
	height: 20px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #757575;
	border-radius: 3px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border: 1px solid #d2d2d2;
}

/*
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;
	width: 290px;
	align-self: end;
	margin-bottom: 30px;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 20px;
	padding-bottom: 40px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 5px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: 11px;
	width: 0.5px;
	height: 8px;
	background: #a29688;
}
.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;
	bottom: -15px;
	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: #9b9b9b;
}
.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;
	border-radius: 10px;
}
.bx-filter .bx-ui-slider-range {
	z-index: 100;
}
.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: #00c7c8;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #00999a;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: -7.5px;
	background-color: #c3e8e9;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	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: -10px;
	}
.bx-filter .bx-ui-slider-handle:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	background-color: #088d8c;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 50%;
	}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -10px;
}

/*
*	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/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #00999a;
}
.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/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/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 input[type=checkbox] {

}
.bx-filter input[type=checkbox] {
	display: none;
}

/* стили для метки */
.bx-filter .bx-filter-param-label {
	color: #000;
	cursor: pointer;
	font-weight: normal;
	line-height: 30px;
	padding: 3px 0 0 20px;
	vertical-align: middle;
	position: relative;
}

/* формируем внешний вид чекбокса в псевдоэлементе before */
.bx-filter .bx-filter-param-label:before {
	content: "";
	color: #000;
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #757575;
	background: #eee;
	border-radius: 50%;
}

/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
.bx-filter input[type=checkbox]:checked + label.bx-filter-param-label:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #088d8c;
}
.bx-filter input[type=checkbox]:checked + label.bx-filter-param-label:before {
	content: "";
	background-color: #c3e8e9;
	border: 1px solid #088d8c;
}
/* disabled */
.bx-filter input[type=checkbox]:disabled + label.bx-filter-param-label:before {
	background: #eee;
	color: #aaa;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	padding-left: 10px;
	color: #5d5d5d;
	font-size: 14px;
}
/*
* 	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/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/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: #00999a;
}
.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/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/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: 17px;
	z-index: 915;
	margin-bottom: 10px;
	white-space: nowrap;
	color: #757575;
}
.bx-filter .bx-filter-popup-result #modef_num{
	font-weight: 700;
	color: #000;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 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: #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-blue .bx-filter-section {
}
/*
* INPUTS
*
*/
.bx-filter.bx-blue .bx-filter-input-container input:focus {
	border-color: #00999a;
}
.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
	border: 1px solid #00999a;
}
/*
*Track
*
*/
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background: #849da4;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{
	background: #eeeeee;
	border-radius: 10px;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {background: #00999a;}

/*
*	Select
*
*/
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
	border-color: #00999a;
}
.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/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
	border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/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: #00999a;
}
.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/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
	border-image: url(/local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset
*
*/

.bx-filter .btn-link{
	background-color: #a4a1a1;
	font-size: 15px;
	font-family: "Proxima-Nova-Rg";
	padding: 8px 15px;
	color: #fff;
	width: 100%;
	float: left;
	cursor: pointer;
	margin-right: 20px;
	text-align: center;
	border-radius: 5px;
	max-width: 125px;
	display: block;
	text-decoration: none;
	border: none;
}
.bx-filter.bx-blue .btn-themes {
	background-color: #00999A;
	font-size: 15px;
	font-family: "Proxima-Nova-Rg";
	padding: 8px 15px;
	color: #fff;
	width: 100%;
	cursor: pointer;
	float: left;
	margin-right: 20px;
	text-align: center;
	border-radius: 5px;
	max-width: 125px;
	display: block;
	text-decoration: none;
	border: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.bx-filter.bx-blue .btn-themes.bx-active,
.bx-filter.bx-blue .btn-themes.focus,
.bx-filter.bx-blue .btn-themes:active,
.bx-filter.bx-blue .btn-themes:focus,
.bx-filter.bx-blue .btn-themes:hover{
	background-color: #00a7a8;
}
/*
* 	Result Popup
*
*/
@media (max-width: 1040px) {
	.bx-filter .bx-grid{
		grid-template-columns: repeat(3, 200px);
		-ms-grid-template-columns: repeat(3, 200px);
	}
}
@media (max-width: 750px) {
	.bx-filter .bx-grid{
		grid-template-columns: repeat(2, 200px);
		-ms-grid-template-columns: repeat(2, 200px);
	}
}
@media (max-width: 560px) {
	.bx-filter .bx-grid{
		grid-template-columns: 100%;
		-ms-grid-template-columns: 100%;
		margin: 0 15px;
		grid-gap: 15px;
	}
}

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/catalog/default/bitrix/catalog.section.list/.default/style.css?162143998940*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/system.pagenavigation/round/style.css?16214399893022*/
.bx-pagination {
	margin: 30px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
	padding: 0;
}
.bx-pagination .bx-pagination-container ul li:before {
	content: "";
	display: none;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #00999a;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #00999a;
	color: #fff;
}

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/catalog/default/bitrix/catalog.section/.default/style.css?177908485049036*/
@charset "UTF-8";
.PaddingProject {
    padding: 30px 0;
}

.not-items {
    font-size: 20px;
    color: #ff3d47;
    font-weight: 700;
    padding: 40px 0;
    text-align: center;
}

.content .banner-sec {
    background-color: #f7f7f7;
    height: 430px;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #757575;
}

.content .banner-sec > .container {
    position: relative;
}

.banner-sec .grid-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.banner-sec .photo-preview img{
    max-width: 100%;
    max-height: 430px;
}

.content .banner-sec h1 {
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: 700;
    font-size: 26px;
    max-width: 630px;
    letter-spacing: 1px;
    font-family: Proxima Nova;
    text-transform: uppercase;
}

.content .banner-sec .desc {
    max-width: 470px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
    color: #757575;
}

.content .banner-sec .desc p {
    color: #757575;
    font-size: 13px;
    line-height: 15px;
}

.content .banner-sec table {
    border: 0 transparent;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.content .banner-sec table tr td {
    line-height: 15px;
}

.content .banner-sec table tr td p {
    line-height: 15px;
    color: #757575;
    font-size: 16px;
}

.content .banner-sec table tr td b {
    color: #09a0a1;
    font-weight: 700;
}

.content .banner-sec a.down-pdf {
    position: relative;
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: #222;
    background: #fff;
    max-width: 220px;
    border-radius: 3px;
    border: 1px solid #757575;
    min-height: 44px;
    padding: 0 15px 0 55px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.content .banner-sec a.down-pdf .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.content .banner-sec a.down-pdf .icon svg {
    width: 25px;
    height: 35px;
    left: 50%;
    top: 50%;
    margin-left: -12.5px;
    margin-top: -17.5px;
    position: relative;
    z-index: 900;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.content .banner-sec a.down-pdf .icon svg.hover {
    display: none;
}

.content .banner-sec a.down-pdf .icon svg.active {
    display: block;
}

.content .banner-sec a.down-pdf .name {
    font-size: 15px;
    font-weight: 300;
    color: #757575;
    line-height: 0px;
    padding-top: 13px;
}

.content .banner-sec a.down-pdf .name p.size {
    margin-top: 7px;
    color: #757575;
    font-size: 12px;
    margin-bottom: 0;
}

.content .banner-sec a.down-pdf:hover {
    background-color: #09a0a1;
    border: 1px solid #09a0a1;
}

.content .banner-sec a.down-pdf:hover .name {
    color: #fff;
}

.content .banner-sec a.down-pdf:hover .icon svg.active {
    display: none;
}

.content .banner-sec a.down-pdf:hover .icon svg.hover {
    display: block;
}

.content .banner-sec a.down-pdf:hover .name p.size {
    text-decoration: underline;
    color: #fff;
}

.parent_advantage {
    border-bottom: 1px solid #757575;
}

.content .grid-doc {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.content .grid-doc a {
    position: relative;
    display: block;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    min-height: 86px;
    border: 1px solid #aaaaaa;
    padding: 10px 15px 10px 95px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.content .grid-doc a .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.content .grid-doc a .icon svg {
    width: 53px;
    height: 53px;
    left: 50%;
    top: 50%;
    margin-left: -26.5px;
    margin-top: -26.5px;
    position: relative;
    z-index: 900;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.content .grid-doc a .icon svg.hover {
    display: none;
}

.content .grid-doc a .icon svg.active {
    display: block;
}

.content .grid-doc a .name {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #222;
}

.content .grid-doc a .name p.size {
    margin-top: 5px;
    color: #757575;
    font-size: 14px;
    margin-bottom: 0;
}

.content .grid-doc a:hover {
    color: #09a0a1;
}

.content .grid-doc a:hover .icon {
    background-color: #09a0a1;
}

.content .grid-doc a:hover .icon svg.active {
    display: none;
}

.content .grid-doc a:hover .icon svg.hover {
    display: block;
}

.content .grid-doc a:hover .name p.size {
    text-decoration: underline;
}

.photo_marker_block {
    background-color: #f7f7f7;
    padding-top: 30px;
}

.photo_marker_block .name-block {
    padding-top: 20px;
    margin-bottom: 30px;
}

.photo_marker_block .name-block i {
    position: relative;
    color: #000;
    font-size: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px;
    padding-right: 20px;
}

.photo_marker_block .name-block i:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 4px;
    height: 25px;
    background-color: #757575;
}

.photo_marker_block .name-block span {
    text-transform: uppercase;
    color: #757575;
    position: relative;
    top: -3px;
}

.photo_marker_block .component_block {
    margin: 0 auto;
}

.photo_marker_block .component_block .p-m_point {
    background-color: #ff0000;
}

.photo_marker_block .component_block .p-m_point:before {
    content: "";
    background-color: #fff;
}

.photo_marker_block .component_block .p-m_point:after {
    content: "";
    background-color: #fff;
}

.photo_marker_block .component_block .p-m_point:hover:before, .photo_marker_block .component_block .p-m_point:hover:after, .photo_marker_block .component_block .p-m_point.active:before, .photo_marker_block .component_block .p-m_point.active:after {
    background-color: #fff;
}

.photo_marker_block .component_block .p-m_title {
    font-size: 18px;
    text-transform: unset;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.photo_marker_block .component_block .p-m_tooltip {
    color: #757575;
    font-size: 18px;
}

.photo_marker_block .component_block .p-m_point.active::after {
    content: "";
    opacity: 0;
}

.photo_marker_block .component_block .p-m_point.active + .p-m_tooltip {
    border: 1px solid #757575;
}

.filter-sec {
    height: 50px;
    border-top: 1px solid #757575;
    background: #088d8c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #088d8c 4%, #09a1a0 24%, #09a1a0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #088d8c 4%, #09a1a0 24%, #09a1a0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #088d8c 4%, #09a1a0 24%, #09a1a0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#088d8c', endColorstr='#09a1a0', GradientType=0);
    /* IE6-9 */
}

.filter-sec .container {
    line-height: 50px;
}

.filter-sec .icon {
    float: left;
    margin-right: 20px;
}

.filter-sec .icon svg {
    width: 30px;
    height: 30px;
}

.filter-sec .icon svg path {
    fill: #fff;
}

.filter-sec .name, .filter-sec .h2 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.catalog-section .list-adv {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 30px;
}

.catalog-section .list-adv.grid_three {
    grid-template-columns: 1fr 1fr 1fr;
}

.catalog-section .list-adv .item {
    display: grid;
    grid-template-columns: 72px 1fr;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 72px 1fr;
    grid-gap: 10px;
}

.catalog-section .list-adv .icon {
    padding-right: 10px;
    align-self: center;
}

.catalog-section .list-adv .icon svg {
    width: 50px;
    height: 50px;
}

.catalog-section .list-adv .icon svg path {
    fill: #09a0a1;
}

.catalog-section .list-adv .name {
    color: #222222;
    font-size: 15px;
    line-height: 17px;
    padding-top: 10px;
}

.catalog-section .list_elements {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    /*display: -ms-grid;*/
    -ms-grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 30px;
    justify-content: center;
}

.catalog-section .list_elements .line_params {
    display: grid;
    grid-template-columns: 1fr;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 1fr;
    grid-gap: 10px;
    font-weight: 300;
    color: #757575;
    margin: 10px 0;
}

.catalog-section .list_elements .line_params span {
    font-weight: 700;
    display: block;
    font-size: 13px;
}

.catalog-section .list_elements .line_params p {
    line-height: 16px;
    font-size: 15px;
}

.catalog-section .list_elements .line_params .item {
    display: grid;
    grid-template-columns: 30px 1fr;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 30px 1fr;
}

.catalog-section .list_elements > .item {
    position: relative;
    padding: 20px 20px 145px 20px;
    border: 1px solid #757575;
    border-radius: 3px;
}

.catalog-section .list_elements .price-block{
    position: absolute;
    bottom: 100px;
    left: 20px;
}

.catalog-section .list_elements > .item img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.catalog-section .list_elements > .item a {
    text-decoration: none;
}

.catalog-section .list_elements > .item a h3 {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.catalog-section .list_elements > .item a:hover h3 {
    color: #09a0a1;
}

.catalog-section .list_elements > .item h3 {
    color: #757575;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    max-width: 240px;
    margin: 0 auto 20px auto;
}

.catalog-section .list_elements > .item .bottom-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #757575;
}

.catalog-section .list_elements > .item button.more {
    margin: 30px auto;
}

.catalog-section .list_elements > .item .icon svg {
    width: 25px;
    height: 25px;
}

.catalog-section .list_elements > .item .icon svg path {
    fill: #09a0a1;
}

.catalog-section .cont-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin: 50px 0;
}

.catalog-section .cont-text .main-desc {
    padding-right: 30px;
    font-size: 16px;
    line-height: 22px;
}

.catalog-section .cont-text .main-desc p {
    font-size: 16px;
    line-height: 22px;
}

.catalog-section .cont-text .main-desc p:last-child {
    margin-bottom: 0;
}

.catalog-section .cont-text .services-text {
    border-left: 1px solid #757575;
    padding-left: 50px;
    font-size: 16px;
    line-height: 22px;
}

.catalog-section .cont-text .services-text p {
    font-size: 16px;
    line-height: 22px;
}

.catalog-section .cont-text .services-text ol li {
    font-size: 16px;
    line-height: 22px;
}

.catalog-section.dop-info {
    margin-top: 30px;
}

.catalog-section.dop-info table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 1170px;
    border: 0 transparent;
}

.catalog-section.dop-info table tr td {
    border: 0 transparent;
    background-color: #F7F7F7;
    font-weight: 300;
    color: #757575;
    line-height: 20px;
    font-size: 15px;
    padding: 20px 15px;
    text-align: center;
}

.catalog-section.dop-info table tr td:nth-child(2n+2) {
    background-color: #e6e6e6;
}

.catalog-section.dop-info table tr td p {
    margin: 0;
    padding: 0;
}

.catalog-section.dop-info table tr td[colspan] {
    border: 0 transparent;
    background-color: #fff;
    font-weight: 700;
    color: #757575;
    font-size: 17px;
    text-align: center;
}

.catalog-section.dop-info table tr:first-child td {
    border: 0 transparent;
    background-color: #303030;
    color: #fff;
    font-weight: 700;
    padding: 30px;
    font-size: 17px;
    position: relative;
}

.catalog-section.dop-info table tr:first-child td:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid #303030;
}

.catalog-section.dop-info table tr:first-child td:nth-child(2n+2) {
    background-color: #09a0a1;
}

.catalog-section.dop-info table tr:first-child td:nth-child(2n+2):after {
    content: "";
    border-top: 12px solid #09a0a1;
}

.catalog-section.dop-info table tr:last-child td {
    background-color: #303030;
    color: #fff;
    font-size: 17px;
    padding: 30px;
}

.catalog-section.dop-info table tr:last-child td:nth-child(2n+2) {
    background-color: #09a0a1;
}

.catalog-section.dop-info table tr:last-child td:nth-child(2n+2):after {
    content: "";
    border-top: 12px solid #09a0a1;
}

.catalog-section.dop-info table tr:nth-child(2) td {
    padding-top: 25px;
}

.tabs {
    padding-bottom: 30px;
}

.tabs ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

.tabs ul li {
    background-color: #eeeeee;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    line-height: inherit !important;
    list-style: none;
    font-family: Proxima-Nova-Rg;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    flex: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #757575;
}

.tabs ul li:last-child {
    border-right: 1px solid #aaa;
}

.tabs ul li:before {
    display: none;
}

.tabs ul li.active {
    background-color: #fff;
}

.tabs ul li.active:after {
    position: absolute;
    content: "";
    left: 0;
    display: block;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #09a0a1;
}

.tabs ul li:hover {
    background-color: #fff;
}

.tabs ul li:hover:after {
    position: absolute;
    content: "";
    left: 0;
    display: block;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #09a0a1;
}

.cont-th .grid-params {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.cont-th .grid-params .block-item {
    display: inline-block;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 40px;
}

.cont-th .head .icon {
    float: left;
}

.cont-th .head .icon svg {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

.cont-th .head .icon svg path {
    fill: #b3b3b3;
}

.cont-th .head .name {
    padding-top: 7px;
    font-weight: 700;
}

.cont-th table {
    border: none;
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 0 15px;
}

.cont-th table tr td {
    border: none;
    color: #757575;
    font-weight: 700;
}

.cont-th table tr td p {
    margin-bottom: 0;
}

.cont-th table tr td:first-child {
    max-width: 310px;
    overflow: hidden;
}

.cont-th table tr td:first-child p {
    margin-bottom: 0;
    white-space: nowrap;
    color: #757575;
    font-weight: 400;
}

.cont-th table tr td:first-child p:after {
    content: '.......................................................................';
    white-space: nowrap;
    overflow: hidden;
}

.cont-th table tr td:last-child {
    padding-left: 20px;
    line-height: 15px;
}

.table_params table {
    table-layout: fixed;
    width: 100%;
    max-width: 720px;
    font-size: 15px;
    border-spacing: 5px;
    border-collapse: separate;
    border: 0 transparent;
}

.table_params table tr td {
    border: 1px solid #757575;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 700;
    color: #757575;
    text-align: center;
    padding: 5px 10px;
}

.table_params table tr td:first-child {
    font-weight: 400;
    text-align: left;
}

.table_params table tr:nth-child(2n+2) td {
    background-color: #eee;
}

.table_params table tr:first-child td {
    color: #fff;
    background-color: #757575;
    border-radius: 5px;
}

.table_params table tr:first-child td:first-child {
    width: 190px;
    border: 1px solid #aaa;
    font-weight: 700;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.costruct_block {
    background-color: #eeeeee;
    border-top: 1px solid #757575;
}

.costruct_block .name-block {
    float: left;
    padding-top: 20px;
    margin-bottom: 30px;
}

.costruct_block .name-block i {
    position: relative;
    color: #000;
    font-size: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px;
    padding-right: 20px;
}

.costruct_block .name-block i:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 4px;
    height: 25px;
    background-color: #757575;
}

.costruct_block .name-block span {
    text-transform: uppercase;
    color: #757575;
    position: relative;
    top: -3px;
}

.costruct_block .grid {
    display: grid;
    display: -ms-grid;
    grid-gap: 15px;
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr 1fr;
}

.costruct_block .grid > .item {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 30px;
    border: 1px solid #aaa;
}

.costruct_block .grid > .item .head {
    background-color: #09a0a1;
    color: #fff;
    padding: 10px 0 10px 0;
    border-radius: 9px 9px 0 0;
    margin-bottom: 20px;
}

.costruct_block .grid > .item .head h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}

.costruct_block .grid > .item .head p {
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}

.costruct_block .grid > .item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.costruct_block .preview_adv {
    padding: 0 20px;
    text-align: center;
    min-height: 105px;
}

.costruct_block .preview_adv .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    display: -ms-grid;
    -ms-grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    padding-bottom: 0;
}

.costruct_block .preview_adv .grid .icon svg {
    width: 50px;
    height: 50px;
}

.costruct_block .preview_adv .grid .name {
    font-size: 13px;
    margin-top: 10px;
    line-height: 15px;
    color: #757575;
}

.costruct_block .block-sizes {
    padding: 40px 20px 0 20px;
    display: grid;
    display: -ms-grid;
    margin-top: 15px;
    grid-template-columns: 65% 35%;
    -ms-grid-template-columns: 65% 35%;
    border-top: 1px solid #aaa;
}

.costruct_block .block-sizes > div {
    font-weight: 700;
    color: #757575;
    font-size: 14px;
}

.costruct_block .block-sizes > div .icon {
    float: left;
    margin-right: 10px;
}

.costruct_block .block-sizes > div .icon svg {
    width: 50px;
    height: 35px;
}

.costruct_block .block-sizes span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
}

.direction-slider {
    position: relative;
}

.direction-slider .bg-elem .item-mobile {
    display: none;
    border: 1px solid #757575;
    background-color: #eee;
    outline: none;
    height: 140px;
    width: 180px;
    position: absolute;
    margin-left: -90px;
    left: 50%;
    top: 0;
}

.direction-slider .bg-elem .item-mobile .name {
    color: #757575;
    font-size: 15px;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
}

.direction-slider .bg-elem .item-mobile .icon svg {
    width: 60px;
    height: 60px;
    margin: 15px auto;
    display: block;
}

.direction-slider .bg-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 500px;
    width: 100%;
}

.direction-slider .bg-image h2, .direction-slider .bg-image .bottom-h2 {
    margin-top: 15px;
    font-size: 24px;
}

.direction-slider .bg-image .bg-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 225px;
    background: rgba(0, 0, 0, 0.5);
}

.direction-slider .bg-image .bottom-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 225px;
}

.direction-slider .nav-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    z-index: 900;
}

.direction-slider .nav-elem .slick-list {
    padding: 0;
}

.direction-slider .nav-elem .item {
    border: 1px solid #757575;
    border-right: none;
    background-color: #eee;
    outline: none;
    height: 140px;
    cursor: pointer;
}

.direction-slider .nav-elem .item:last-child {
    border-right: 1px solid #757575;
}

.direction-slider .nav-elem .item .name {
    color: #757575;
    font-size: 15px;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
}

.direction-slider .nav-elem .item .icon svg {
    width: 60px;
    height: 60px;
    margin: 15px auto;
    display: block;
}

.direction-slider .nav-elem .item.slick-current {
    background-color: #09a0a1;
    border: 1px solid #09a0a1;
}

.direction-slider .nav-elem .item.slick-current + .item {
    border-left: 1px solid #09a0a1;
}

.direction-slider .nav-elem .item.slick-current .icon svg path {
    fill: #fff;
}

.direction-slider .nav-elem .item.slick-current .name {
    color: #fff;
}

.direction-slider .slick-slider .slick-track,
.direction-slider .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    margin: 0 auto;
}

.projects-list {
    margin: 0 -10px;
}

.projects-list .projects-item {
    border: 1px solid #aaaaaa;
    border-radius: 3px 3px 0 0;
    margin: 0 10px;
    outline: none;
}

.projects-list .projects-item .preview_picture {
    max-width: 100%;
    outline: none;
}
.projects-list .projects-item .preview_picture.lazy{
    height: 290px;
    object-fit: none;
}

.projects-list .projects-item .preview_pic {
    height: 170px;
    overflow: hidden;
}

.projects-list .projects-item .preview_pic a {
    outline: none;
}

.projects-list .projects-item .year {
    padding: 20px 20px 10px 20px;
    font-size: 15px;
    color: #757575;
}

.projects-list .projects-item .name {
    padding: 0 20px 10px 20px;
}

.projects-list .projects-item .name a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    outline: none;
}

.projects-list .projects-item .name a:hover {
    color: #09a0a1;
}

.projects-list .projects-item .line {
    padding: 0 20px;
}

.projects-list .projects-item .line span {
    color: #757575;
    font-family: "Proxima Nova";
    display: block;
    float: left;
    font-weight: 400;
    padding-top: 5px;
}

.projects-list .projects-item .desc {
    padding: 20px 20px 10px 20px;
    line-height: 23px;
    font-size: 15px;
}

.projects-list .projects-item .desc p {
    line-height: 23px;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.projects-list .name_organization {
    padding: 0 20px 30px 20px;
    font-size: 15px;
    color: #757575;
}

.name-block-projects {
    float: left;
    padding-top: 7px;
}

.name-block-projects i {
    position: relative;
    color: #000;
    font-size: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px;
    padding-right: 20px;
}

.name-block-projects i:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 4px;
    height: 25px;
    background-color: #757575;
}

.name-block-projects span {
    text-transform: uppercase;
    color: #757575;
    position: relative;
    top: -3px;
}

.name-block-youtube {
    float: left;
    padding-top: 7px;
}

.name-block-youtube i {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px;
    padding-right: 20px;
}

.name-block-youtube i:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 4px;
    height: 25px;
    background-color: #fff;
}

.name-block-youtube span {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: -3px;
}

.nav-project, .nav-youtube {
    float: right;
    position: relative;
    height: 45px;
    margin-bottom: 30px;
}

.nav-project .prev, .nav-youtube .prev {
    position: absolute;
    right: 60px;
    cursor: pointer;
}

.nav-project .prev svg, .nav-youtube .prev svg {
    width: 45px;
    height: 45px;
}

.nav-project .prev svg path, .nav-youtube .prev svg path {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.nav-project .prev svg circle, .nav-youtube .prev svg circle {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: rgba(255, 255, 255, 0.5);
}

.nav-project .prev:hover svg path, .nav-youtube .prev:hover svg path {
    fill: #09a0a1;
}

.nav-project .prev:hover svg circle, .nav-youtube .prev:hover svg circle {
    fill: rgba(255, 255, 255, 0.8);
}

.nav-project .next, .nav-youtube .next {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.nav-project .next svg, .nav-youtube .next svg {
    width: 45px;
    height: 45px;
}

.nav-project .next svg path, .nav-youtube .next svg path {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.nav-project .next svg circle, .nav-youtube .next svg circle {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: rgba(255, 255, 255, 0.5);
}

.nav-project .next:hover svg path, .nav-youtube .next:hover svg path {
    fill: #09a0a1;
}

.nav-project .next:hover svg circle, .nav-youtube .next:hover svg circle {
    fill: rgba(255, 255, 255, 0.8);
}

.nav-youtube svg circle {
    fill: #fff !important;
}

.block__black-youtube {
    background-color: #000000;
    color: #fff;
    padding: 30px 0 20px 0;
    margin-top: 30px;
}

.block__black-youtube .list-video .item {
    display: grid;
    grid-template-columns: 50% 50%;
    display: -ms-grid;
    -ms-grid-template-columns: 50% 50%;
    grid-gap: 30px;
}

.block__black-youtube .list-video .item iframe {
    width: 100%;
    height: 300px;
}

.block__black-youtube .list-video .text {
    padding-top: 40px;
    opacity: 1;
    color: #fff;
}

.block__black-youtube .list-video .text h2 {
    margin: 0 0 20px 0;
    line-height: 25px;
    font-size: 23px;
}

.block__black-youtube .list-video .text .desc {
    font-size: 16px;
    line-height: 18px;
}

/*.manager_block {*/
/*    display: grid;*/
/*    display: -ms-grid;*/
/*    margin-bottom: 50px;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    -ms-grid-template-columns: 1fr 1fr;*/
/*}*/

/*.manager_block .item:first-child {*/
/*    background: #CFCFCF;*/
/*    background: -webkit-radial-gradient(32% 50%, #CFCFCF, #878787);*/
/*    background: -moz-radial-gradient(32% 50%, #CFCFCF, #878787);*/
/*    background: radial-gradient(circle closest-corner at 32% 50%, #CFCFCF, #878787);*/
/*}*/

/*.manager_block .item:first-child > div {*/
/*    max-width: 585px;*/
/*    float: right;*/
/*}*/

/*.manager_block .item:last-child {*/
/*    background-color: #09a0a1;*/
/*}*/

.manager_block .item .container{
    display: flex;
    justify-content: center;
}
.captcha-wrap{
    display: grid;
    grid-template-columns: 190px 1fr;
    grid-gap: 10px;
    margin: 10px 0;
    align-items: center;
}
/*.manager_block .item:last-child > div {*/
/*    max-width: 585px;*/
/*    float: left;*/
/*    margin-right: 15px;*/
/*}*/

.manager_block .form-manager {
    /*padding-left: 30px;*/
    padding-top: 30px;
}
.manager_block .item {
    background-color: #09a0a1;
}
.manager_block {
    margin-bottom: 50px;
}




.manager_block .info_man {
    display: grid;
    grid-template-columns: 1fr 1fr;
    display: -ms-grid;
    -ms-grid-template-columns: 1fr 1fr;
    height: 294px;
}

.manager_block .info_man .ava {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.manager_block .info_man .ava img {
    margin-top: 44px;
}

.manager_block .info_man .desc {
    color: #fff;
    align-self: center;
    padding-right: 30px;
}

.manager_block .info_man .desc .name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.manager_block .info_man .text {
    font-size: 16px;
}

.manager_block .info_man .text .email {
    margin-bottom: 10px;
}

.manager_block .info_man .text .phone {
    margin-bottom: 10px;
    margin-top: 10px;
}

.manager_block .info_man .text .phone a {
    display: block;
    margin-bottom: 5px;
}

.manager_block .info_man .text a {
    color: #fff;
    text-decoration: none;
}

.manager_block .info_man .text a:hover {
    text-decoration: underline;
}

.manager_block .form-manager h2, .manager_block .form-manager .form-h {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.manager_block .form-manager .line {
    margin-bottom: 10px;
}

.manager_block .form-manager .line .send {
    position: relative;
    float: left;
    margin-right: 15px;
}

.manager_block .form-manager .line .send .icon {
    position: absolute;
    left: 12px;
    top: 8px;
}

.manager_block .form-manager .line .send .icon svg {
    width: 20px;
    height: 20px;
}

.manager_block .form-manager .line .politika {
    color: #fff;
    max-width: 235px;
    font-size: 12px;
    line-height: 13px;
    float: left;
    margin-top: 5px;
}

.manager_block .form-manager .line .politika a {
    text-decoration: underline;
    color: #fff;
}

.manager_block .form-manager .line .politika a:hover {
    text-decoration: none;
}

.manager_block .form-manager .line.first {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    display: -ms-grid;
    -ms-grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.manager_block .form-manager input[type="text"], .manager_block .form-manager input[type="email"] {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    max-width: 100%;
    width: 100%;
    background: transparent;
    padding: 5px 10px;
}

.manager_block .form-manager input[type="text"]::-webkit-input-placeholder, .manager_block .form-manager input[type="email"]::-webkit-input-placeholder {
    /* Chrome */
    color: #fff;
    opacity: .8;
}

.manager_block .form-manager input[type="text"]:-ms-input-placeholder, .manager_block .form-manager input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: .8;
}

.manager_block .form-manager input[type="text"]::-moz-placeholder, .manager_block .form-manager input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: .8;
}

.manager_block .form-manager input[type="text"]:-moz-placeholder, .manager_block .form-manager input[type="email"]:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #fff;
    opacity: .8;
}

.manager_block .form-manager textarea {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    outline: none;
    background: transparent;
    padding: 5px 10px;
    width: 100%;
    font-size: 15px;
    min-height: 90px;
    max-height: 90px;
    max-width: 555px;
}

.manager_block .form-manager textarea::-webkit-input-placeholder {
    /* Chrome */
    color: #fff;
    opacity: .8;
}

.manager_block .form-manager textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: .8;
}

.manager_block .form-manager textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: .8;
}

.manager_block .form-manager textarea:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #fff;
    opacity: .8;
}

.manager_block .form-manager input[type="submit"] {
    background-color: #fff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3px;
    padding: 7px 15px 7px 44px;
    color: #757575;
}

.block_params {
    display: grid;
    grid-template-columns: 1fr 1fr;
    display: -ms-grid;
    -ms-grid-template-columns: 1fr 1fr;
    background: #f7f7f7;
}

.block_params .item .desc {
    padding: 25px 20px;
    font-size: 16px;
    line-height: 22px;
}

.block_params .item .desc ol li {
    font-size: 16px;
    line-height: 22px;
}

.block_params .item .desc p {
    font-size: 16px;
    line-height: 22px;
}

.block_params .item .desc img {
    margin: 0 auto 20px auto;
    display: block;
}

.block_params .item .head {
    background-color: #303030;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.block_params .item .head p {
    max-width: 230px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.block_params .item .head:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 82px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid #303030;
}

.more-projects {
    border-radius: 3px;
    border: 1px solid #757575;
    position: relative;
    color: #757575;
    display: block;
    text-decoration: none !important;
    margin: 30px auto 0 auto;
    padding: 10px 15px 10px 50px;
    max-width: 230px;
    font-size: 24px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.more-projects svg {
    position: absolute;
    left: 10px;
    top: 4px;
    width: 25px;
    height: 36px;
}

.more-projects svg path {
    fill: #09a0a1;
}

.more-projects:after {
    content: "►";
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 15px;
}

.more-projects:hover {
    border: 1px solid #09a0a1;
    background-color: #09a0a1;
    color: #fff;
}

.more-projects:hover svg path {
    fill: #fff;
}

.more-projects:hover:after {
    content: "►";
    color: #fff;
}

.p-m_box {
    position: relative;
    overflow: auto;
}

.p-m_wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.p-m_img {
    width: 100%;
}

.p-m_object {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    z-index: 10;
}

.p-m_point {
    width: 32px;
    height: 32px;
    background-color: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.36);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.p-m_point:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #1B1B1B;
    top: 15px;
    left: 8px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.p-m_point:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #1B1B1B;
    top: 8px;
    left: 15px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.p-m_point:hover:before, .p-m_point:hover:after,
.p-m_point.active:before, .p-m_point.active:after {
    background-color: #00AEEF;
}

.p-m_point.active + .p-m_tooltip {
    display: block;
}

.p-m_tooltip {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    width: 344px;
    background-color: #FFF;
    padding: 20px 25px;
    top: 50%;
    right: 50%;
    display: none;
    cursor: default;
}

.p-m_title {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.p-m_link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.p-m_link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.p-m_link:hover {
    color: #337ab7;
    text-decoration: none;
}

/* fix cursor move */
.p-m_link .p-m_title span, .p-m_link .p-m_description span {
    cursor: pointer;
}

.p-m_title span, .p-m_description span {
    cursor: text;
}

.direction-slider .btn-nav-mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    margin-top: -20px !important;
    z-index: 900;
}

.direction-slider .btn-nav-mobile .prev {
    position: absolute;
    left: 15px;
    cursor: pointer;
}

.direction-slider .btn-nav-mobile .prev svg {
    width: 40px;
    height: 40px;
}

.direction-slider .btn-nav-mobile .prev svg path {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: #09a0a1;
}

.direction-slider .btn-nav-mobile .prev svg circle {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: #fff;
}

.direction-slider .btn-nav-mobile .next {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.direction-slider .btn-nav-mobile .next svg {
    width: 40px;
    height: 40px;
}

.direction-slider .btn-nav-mobile .next svg path {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: #09a0a1;
}

.direction-slider .btn-nav-mobile .next svg circle {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: #fff;
}

.content .slick-dots {
    bottom: 0;
    margin-left: -150px;
    max-width: 300px;
    left: 50%;
    margin-top: 0;
    margin-bottom: 0;
}

.content .slick-dots li {
    height: 30px;
    width: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

.content .slick-dots li:before {
    content: "";
    display: none;
}

.content .slick-dots li button {
    height: 30px;
    width: 30px;
    outline: none;
    border-radius: 30px;
    line-height: 30px;
}

.content .slick-dots li button:before {
    color: #757575;
    opacity: 1;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 35px;
}

.content .slick-dots li.slick-active button {
    color: #09a0a1;
    opacity: 1;
    border-radius: 30px;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2);
}

.content .slick-dots li.slick-active button:before {
    color: #fff;
    line-height: 30px;
    opacity: 1;
}

.btn-detail-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: fit-content;
}

@media (max-width: 1191px) {
    .catalog-section .list-adv {
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-template-columns: 1fr 1fr 1fr;
    }

    .catalog-section.dop-info {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1024px) {
    .catalog-section .list-adv.grid_three {
        grid-template-columns: 1fr 1fr;
        -ms-grid-template-columns: 1fr 1fr;
    }

    .content .banner-sec .photo-product {
        -webkit-background-size: 45%;
        background-size: 45%;
        background-position: left center;
    }
}

@media (max-width: 991px) {
    .catalog-section .list-adv {
        grid-template-columns: 1fr 1fr;
        -ms-grid-template-columns: 1fr 1fr;
    }

    .content .banner-sec .photo-product {
        display: none;
    }

    .content .banner-sec {
        height: initial;
    }

    .content .banner-sec .right-info {
        float: none;
        padding: 20px 0;
    }

    .content .banner-sec h1 {
        margin-top: 0;
    }

    .manager_block {
        grid-template-columns: 100%;
        -ms-grid-template-columns: 100%;
        height: initial;
        margin-bottom: 10px;
    }

    .manager_block .item:first-child > div {
        max-width: 500px;
        float: none;
        margin: 0 auto;
    }

    .manager_block .item:last-child > div {
        max-width: 585px;
        float: none;
        margin: 0 auto;
    }

    .manager_block .item:last-child {
        padding-bottom: 20px;
    }

    .manager_block .info_man .desc {
        padding-top: 70px;
    }

    .manager_block .form-manager {
        padding-left: 0;
    }

    .manager_block .form-manager textarea {
        max-width: 585px;
    }

    .block__black-youtube .list-video .item {
        grid-template-columns: 100%;
        -ms-grid-template-columns: 100%;
    }

    .block__black-youtube .list-video .text {
        padding-top: 0;
    }
}

@media (max-width: 900px) {
    .photo_marker_block {
        display: none;
    }
}

@media (max-width: 890px) {
    .direction-slider .nav-elem {
        display: none;
    }

    .direction-slider .bg-elem .item-mobile, .direction-slider .btn-nav-mobile {
        display: block;
        z-index: 900;
    }

    .direction-slider .bg-image .bottom-text, .direction-slider .bg-image .bg-shadow {
        height: 100%;
        padding-top: 140px;
    }

    .catalog-section .cont-text {
        grid-template-columns: 100%;
        -ms-grid-template-columns: 100%;
        margin: 25px 0;
    }

    .catalog-section .cont-text .services-text {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #757575;
        padding-top: 25px;
    }
}

@media (max-width: 768px) {
    .catalog-section .list-adv.grid_three {
        grid-template-columns: 100%;
        -ms-grid-template-columns: 100%;
    }

    .catalog-section.dop-info {
        display: none;
    }
  .banner-sec .photo-preview img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .banner-sec .grid-info{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 740px) {
    .block__black-youtube .list-video .text {
        padding-bottom: 50px;
    }

    .catalog-section {
        position: relative;
    }

    .name-block-projects {
        margin-bottom: 20px;
    }

    .nav-project {
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        z-index: 800;
    }

    .nav-project .prev {
        left: 0;
    }

    .nav-project .next svg path, .nav-project .prev svg path {
        fill: #09a0a1;
    }

    .nav-project .next svg circle, .nav-project .prev svg circle {
        fill: rgba(255, 255, 255, 0.8);
    }

    .name-block-youtube {
        margin-bottom: 30px;
    }

    .nav-youtube {
        display: none;
    }
}

@media (max-width: 660px) {
    .direction-slider .bg-image .bottom-text {
        font-size: 16px;
    }
}

@media (max-width: 620px) {
    .catalog-section .list-adv {
        grid-template-columns: 1fr;
        -ms-grid-template-columns: 1fr;
    }

    .manager_block .form-manager {
        padding-left: 0;
    }

    .manager_block .item:last-child > div {
        margin: 0 15px;
    }
}

@media (max-width: 540px) {
    .projects-list .projects-item .preview_pic {
        height: initial;
    }

    .projects-list .projects-item .preview_picture {
        width: 100%;
    }

    .nav-project {
        top: 250px;
    }
    .captcha-wrap{
        grid-template-columns: 100%;
    }
    .name-block-projects {
        float: none;
        margin-bottom: 35px;
    }

    .name-block-projects i {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-right: 0;
    }

    .name-block-projects i:after {
        content: "";
        right: initial;
        left: 50%;
        margin-left: -12.5px;
        top: 38px;
        width: 25px;
        height: 5px;
    }

    .name-block-projects span {
        top: 13px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .name-block-youtube {
        float: none;
        margin-bottom: 35px;
    }

    .name-block-youtube i {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-right: 0;
    }

    .name-block-youtube i:after {
        content: "";
        right: initial;
        left: 50%;
        margin-left: -12.5px;
        top: 38px;
        width: 25px;
        height: 5px;
    }

    .name-block-youtube span {
        top: 13px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 490px) {
    #mobile_photo-product img {
        margin: 0 auto;
        display: block;
    }

    .manager_block .form-manager .line.first {
        grid-template-columns: 100%;
        -ms-grid-template-columns: 100%;
    }

    .manager_block .info_man {
        grid-template-columns: 155px 1fr;
        -ms-grid-template-columns: 155px 1fr;
        height: inherit;
    }

    .manager_block .info_man .text {
        font-size: 16px;
    }

    .manager_block .info_man .ava {
        position: relative;
    }

    .manager_block .info_man .ava img {
        width: 140px;
        position: absolute;
        bottom: 0;
    }

    .manager_block .info_man .desc {
        padding-top: 25px;
        padding-right: 15px;
    }

    .manager_block .info_man .desc .name {
        font-size: 18px;
    }
}

@media (max-width: 460px) {
    .btn-detail-grid{
        gap: 5px;
    }
    .btn-detail-grid a.btn{
        font-size: 16px;
        padding: 12px 20px;
    }
    .direction-slider .bg-image .bottom-text {
        font-size: 15px;
    }

    .direction-slider .bg-image .bottom-text h2, .direction-slider .bg-image .bottom-text .bottom-h2 {
        margin-top: 0;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .direction-slider .bg-image .bottom-text, .direction-slider .bg-image .bg-shadow {
        height: 350px;
    }

    .projects-list .projects-item .preview_picture.lazy{
        height: 170px;
    }

    .direction-slider .bg-elem .item-mobile {
        height: 120px;
        width: 150px;
        margin-left: -75px;
    }

    .direction-slider .bg-elem .item-mobile .icon svg {
        margin: 10px auto 15px auto;
    }

    .direction-slider .bg-image .bottom-text {
        padding-top: 10px;
    }

    .block__black-youtube .list-video .item iframe {
        height: 200px;
    }
}
@media (max-width: 380px) {
    .btn-detail-grid{
        grid-template-columns: 1fr;
        width: 100%;
    }
    .right-info .btn-detail-grid a, .content .banner-sec .btn-detail-grid a{
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 370px) {
    .manager_block .info_man .desc .name {
        font-size: 15px;
    }

    .manager_block .info_man .text {
        font-size: 12px;
    }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/form/manager/bitrix/form.result.new/.default/style.css?16920054061926*/
.manager_block .result-form {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 951;
  margin-left: -400px;
  padding: 35px 40px;
  background-color: #fff; }
.form-manager__title{
  margin-bottom: 15px;
}
.captcha-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 10px;
}
.result-form .grid_form {
  display: grid;
  grid-template-columns: 100px 1fr;
  /*display: -ms-grid;*/
  -ms-grid-template-columns: 100px 1fr;
  grid-gap: 15px; }

.manager_block .result-form .grid_form .item {
  background: initial; }
.manager_block > .item:first-child{
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}
.result-form svg {
  width: 80px;
  height: 80px; }

.result-form svg path {
  fill: #009999; }

.manager_block .result-form .grid_form h2 {
  font-weight: 700;
  color: #000;
  text-transform: initial;
  font-size: 22px;
  margin-bottom: 20px; }

.result-form p {
  color: #757575;
  margin-bottom: 0;
  font-size: 16px; }

.overlay_popup_thanks {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 950;
  width: 100%;
  height: 100%; }

@media (max-width: 830px) {
  .manager_block .result-form {
    left: 0;
    margin-left: 0;
    width: 100%; }

  .result-form svg {
    margin: 0 auto;
    display: block; } }
@media (max-width: 490px) {
  .result-form .grid_form {
    grid-template-columns: 100%;
    -ms-grid-template-columns: 100%; }

  .manager_block .result-form .grid_form h2 {
    text-align: center;
    font-size: 20px; }

  .manager_block .result-form .grid_form .item:first-child {
    margin-bottom: 15px; }
  .form-manager .captcha-wrap{
    display: block;
  }
  .captcha__img{
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/form/zakaz_product/bitrix/form.result.new/.default/style.css?17821921205724*/
#popup_zakaz, #popup_partners {
  display: none; }
select.inputselect{
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 10px;
  color: #969595;
}
.captcha-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.result-form {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 951;
  margin-left: -400px;
  background-color: #fff;
  padding: 35px 40px !important; }

.result-form .grid_form {
  display: grid;
  grid-template-columns: 100px 1fr;
  /*display: -ms-grid;*/
  -ms-grid-template-columns: 100px 1fr;
  grid-gap: 15px; }

.result-form svg {
  width: 80px;
  height: 80px; }

.result-form svg path {
  fill: #009999; }

.result-form h2 {
  font-weight: 700;
  color: #000;
  text-transform: initial !important;
  font-size: 22px;
  margin-bottom: 20px !important; }

.result-form p {
  color: #757575;
  margin-bottom: 0;
  font-size: 16px; }

.overlay_popup_thanks {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 950;
  width: 100%;
  height: 100%; }

.wrapper-zakaz, .wrapper-partners {
  max-width: 900px; }
  .wrapper-zakaz .name, .wrapper-partners .name {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 900;
    font-size: 26px;
    max-width: 630px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase; }
  .wrapper-zakaz .desc, .wrapper-partners .desc {
    font-size: 16px;
    line-height: 20px;
    color: #757575;
    margin-bottom: 40px; }
  .wrapper-zakaz input[type="text"], .wrapper-zakaz input[type="email"], .wrapper-partners input[type="text"], .wrapper-partners input[type="email"] {
    width: 100%;
    height: 38px;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    outline: none; }
  .wrapper-zakaz input[type="submit"], .wrapper-partners input[type="submit"] {
    width: 100%;
    max-width: 180px;
    padding: 10px 15px;
    font-size: 15px;
    display: block;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    background-color: #09a0a1;
    border: none;
    border-radius: 3px;
    margin: 0 auto 15px auto;
    outline: none; }
  .wrapper-zakaz textarea, .wrapper-partners textarea {
    width: 100%;
    min-height: 91px;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 15px;
    margin: 0 0 15px 0;
    border: 1px solid #ccc; }
    .wrapper-zakaz textarea:focus, .wrapper-partners textarea:focus {
      outline: none; }
  .wrapper-zakaz .grid, .wrapper-partners .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px; }
  .wrapper-zakaz h2, .wrapper-partners h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Proxima-Nova-Rg"; }
  .wrapper-zakaz p, .wrapper-partners p {
    color: #757575;
    margin-bottom: 20px; }
  .wrapper-zakaz span, .wrapper-partners span {
    font-size: 16px;
    color: #757575;
    display: block; }
  .wrapper-zakaz a.tel, .wrapper-partners a.tel {
    color: #09a0a1;
    text-transform: uppercase;
    font-size: 31px;
    display: block;
    padding-top: 6px;
    text-decoration: none; }
  .wrapper-zakaz form .block, .wrapper-partners form .block {
    width: 100%;
    max-width: 365px;
    position: relative; }

.politika {
  font-size: 16px;
  line-height: 20px;
  color: #757575; }
  .politika a {
    text-decoration: underline;
    color: #09a0a1; }
    .politika a:hover {
      text-decoration: none; }

.example-2 .btn-tertiary {
  color: #555;
  background-color: #ececec;
  padding: 0;
  line-height: 40px;
  width: 100%;
  max-width: 230px;
  margin: auto;
  display: block;
  border: 1px solid #ccc; }

.example-2 .btn-tertiary:hover .js-fileName {
  text-decoration: none; }

.example-2 .input-file {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.example-2 .input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  margin-bottom: 20px; }

.example-2 .icon {
  background-color: #000000;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 50px; }
  .example-2 .icon svg {
    width: 20px;
    height: 20px;
    bottom: 10px;
    left: 50%;
    margin-left: -10px;
    position: relative;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    .example-2 .icon svg path {
      fill: #fff; }

.example-2 .js-fileName {
  color: #000;
  text-decoration: underline; }

@media (max-width: 830px) {
  .result-form {
    left: 0;
    margin-left: 0;
    width: 100%; }

  .result-form svg {
    margin: 0 auto;
    display: block; } }
@media (max-width: 700px) {
  .wrapper-zakaz .grid, .wrapper-partners .grid {
    grid-template-columns: 100%;
    -ms-grid-template-columns: 100%; } }
@media (max-width: 490px) {
  .result-form .grid_form {
    grid-template-columns: 100%;
    -ms-grid-template-columns: 100%; }

  .result-form .grid_form h2 {
    text-align: center;
    font-size: 20px; }

  .result-form .grid_form .item:first-child {
    margin-bottom: 15px; } }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/ru-drive/components/bitrix/catalog.smart.filter/main_filter/style.css?174603912523356 */
/* /local/templates/ru-drive/components/bitrix/catalog/default/bitrix/catalog.section.list/.default/style.css?162143998940 */
/* /local/templates/ru-drive/components/bitrix/system.pagenavigation/round/style.css?16214399893022 */
/* /local/templates/ru-drive/components/bitrix/catalog/default/bitrix/catalog.section/.default/style.css?177908485049036 */
/* /local/templates/ru-drive/components/bitrix/form/manager/bitrix/form.result.new/.default/style.css?16920054061926 */
/* /local/templates/ru-drive/components/bitrix/form/zakaz_product/bitrix/form.result.new/.default/style.css?17821921205724 */
