

/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1461652883420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/templates/source/js/jcf/jcf.css?146165288311692*/
/* radio */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}
.jcf-radio span{
	display:none;
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	background:#777;
	border-radius:100%;
}
.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-radio.jcf-checked span {display:block;}

/* checkbox */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}
.jcf-checkbox span{
	position:absolute;
	display:none;
	height:4px;
	width:8px;
	top:50%;
	left:50%;
	margin:-7px 0 0 -6px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {margin:-4px 0 0 -5px;}
.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-checkbox.jcf-checked span{display:block;}

/* button */
.jcf-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	border: 1px solid #777;
	background: #fff;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
}
.jcf-button .jcf-real-element {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	outline: none;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* file */
.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}
.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}
.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* scrollbars */
.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}
.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}
.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, 
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #d6d6d6;
	background: #fff;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	margin: 0;
	/*min-width: 150px;*/
	height: 38px;
	width: 100%;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	color: #000000;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 36px;
	margin: 0 34px 0 26px;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: url(/bitrix/templates/source/images/custom_service_sprite.png) -38px -328px no-repeat;
	height: 6px;
	width: 12px;
	right: 18px;
	top: 17px;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #d6d6d6;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	margin: 0;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 8px 20px 10px;
	color: #656565;
	font-size: 14px;
	line-height: 18px;
	min-height: 18px;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e72b2b;
	color: #ffffff;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* other styles */
.jcf-textarea {
	border: 1px solid #b8c3c9;
	box-sizing: content-box;
	display: inline-block;
	position: relative;
}
.jcf-textarea .jcf-scrollbar-horizontal {
	display: none;
	height: 0;
}
.jcf-textarea textarea {
	padding: 8px 10px;
	border: none;
	margin: 0;
}
.jcf-textarea .jcf-resize {
	position: absolute;
	text-align: center;
	cursor: se-resize;
	background: #e3e3e3;
	font-weight: bold;
	line-height: 15px;
	text-indent: 1px;
	font-size: 12px;
	height: 15px;
	width: 14px;
	bottom: 0;
	right: 0;
}
.jcf-textarea .jcf-resize:before {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	display: block;
	margin: 4px 0 0 3px;
	width: 6px;
	height: 6px;
	content: '';
}

/* number input */
.jcf-number {
	display: inline-block;
	position: relative;
	height: 32px;
}
.jcf-number input {-moz-appearance: textfield;}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {-webkit-appearance: none;}
.jcf-number input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #777;
	padding: 3px 27px 3px 7px;
	margin: 0;
	height: 100%;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	background: #aaa;
	width: 20px;
	height: 15px;
	right: 1px;
	top: 1px;
}
.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 1px;
}
.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6;
}
.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}
.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	border: 4px solid #aaa;
	border-color: transparent transparent #000 transparent;
}
.jcf-number .jcf-btn-dec:before {
	margin: -1px 0 0 -4px;
	border-color: #000 transparent transparent transparent;	
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity: 0.3;
}
.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* range input */
.jcf-range {
	display: inline-block;
	min-width: 200px;
	margin: 0 10px;
	width: 130px;
}
.jcf-range .jcf-range-track {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
	height: 10px;
}
.jcf-range .jcf-range-wrapper {
	position: relative;
	background: #e5e5e5;
	border-radius: 5px;
	display: block;
	margin: 5px 0;
}
.jcf-range.jcf-vertical {
	min-width: 0;
	width: auto;
}
.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}
.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}
.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}
.jcf-range .jcf-range-display-wrapper {
	position: absolute;
	min-height: 10px;
	min-width: 10px;
	left: 10px;
	right: 10px;
}
.jcf-range .jcf-range-display {
	border-radius: 5px;
	position: absolute;
	background: #888;
	width: 10px;
	height: 10px;
}
.jcf-range .jcf-range-display.jcf-range-min {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
}
.jcf-range .jcf-range-display.jcf-range-max {
	margin: 0 -10px 0 0;
	padding: 0 10px 0 0;
}
.jcf-range.jcf-vertical .jcf-range-display-wrapper {
	left: auto;
	right: auto;
	top: 10px;
	bottom: 10px;
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
	margin: 0 0 -10px;
	padding: 0 0 10px;
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
	margin: -10px 0 0;
	padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #aaa;
	border-radius: 19px;
	width: 19px;
	height: 19px;
	margin: -4px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}
.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}
.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}
.jcf-range .jcf-active-handle {
	z-index: 2;
}
.jcf-range.jcf-focus .jcf-active-handle {
	border: 1px solid #f00;
	margin: -5px 0 0 -1px;
}
.jcf-range.jcf-disabled {
	background: none !important;
	opacity: 0.3;
}

/* common styles */
.jcf-disabled {background: #ddd !important;}
/*.jcf-focus, .jcf-focus * {border-color: #f00 !important;}*/
/* End */


/* Start:/bitrix/templates/source/styles/swiper.min.css?158540199819773*/
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/bitrix/templates/source/styles/photoswipe.css?15854019984137*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* End */


/* Start:/bitrix/templates/source/styles/default-skin/default-skin.css?158540199811607*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/bitrix/templates/source/styles/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/bitrix/templates/source/styles/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/bitrix/templates/source/styles/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* End */


/* Start:/bitrix/templates/.default/components/im/popup.link2.0/r_feedback_link/style.css?14616528832916*/
.dashed-popup {
    border-bottom: 1px dashed;
    text-decoration: none !important;
}

.dashed-popup:hover {
	border-bottom: none;
}

div.popup-div {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #777777;
	z-index: 500;
	filter: alpha(opacity=40); 	/*Filter for IE*/
}

.popup_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 510;
	text-align: center;
}

.popup_overlay:after {
    display: inline-block;
    width:  0;
    height: 100%;
    vertical-align: middle;
    content: ''
} 

.popup-body {
	background: #fff;
	box-shadow: 3px 3px 15px #000000;
	display: inline-block;
    vertical-align: middle;
	min-width: 150px;
    min-height: 40px;
	border-radius: 5px;
}

.button-position {
	position: relative;
}

.close-button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 17px;
	height: 17px;
	cursor: pointer;
	background:url("/bitrix/templates/.default/components/im/popup.link2.0/r_feedback_link/images/close-button-sprite.png") no-repeat top;
}

.close-button:hover {
	background: url("/bitrix/templates/.default/components/im/popup.link2.0/r_feedback_link/images/close-button-sprite.png") no-repeat 0 -17px;
}

#popupContainerComp {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 500px;
	margin: 25px;
}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.popup-form {
	text-align: left;
}

.popup-form {
	font-size: 16px;
}

.popup-form input[type="text"], .popup-form textarea {
	width: 300px;
	margin: 0 0 15px 0;
	font-size: 14px;
}


.popup-form input[type="text"] {
    font-family: 'Open Sans',Arial,sans-serif;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 2px;
    behavior: url(/bitrix/templates/source/js/PIE.htc);
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.popup-form textarea {
    font-family: 'Open Sans',Arial,sans-serif;
	height: 150px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 2px;
    behavior: url(/bitrix/templates/source/js/PIE.htc);
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    padding: 5px;
}

.popup-form .button{
	color: white;
	background: url("/bitrix/templates/.default/components/bitrix/search.title/visual/images/bg_submit.png") repeat-x scroll left top;
	padding: 4px 10px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	behavior: url(/bitrix/templates/source/js/PIE.htc);
	position: relative;
    text-transform: uppercase;
    border: none;
}
/* End */


/* Start:/bitrix/templates/source/styles/jquery.fancybox-1.3.4.css?14616528839473*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	background: url("/bitrix/templates/.default/components/im/popup.link2.0/r_feedback_link/images/close-button-sprite.png") no-repeat scroll center top;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 17px;
    z-index: 1120;
    text-indent: -9999px;
}
.close-button:hover {
    background: url("/bitrix/templates/.default/components/im/popup.link2.0/r_feedback_link/images/close-button-sprite.png") no-repeat scroll 0 -17px rgba(0, 0, 0, 0);
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/bitrix/templates/source/styles/../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/bitrix/templates/source/styles/../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/bitrix/templates/source/styles/../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/bitrix/templates/source/styles/../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/bitrix/templates/source/styles/../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* End */


/* Start:/bitrix/templates/source/styles/jcarusel.css?164976273714438*/
.jcarousel-skin-tango{
	margin-top: 10px;
}
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   border-radius: 5px;
    border: 1px solid #DCDCDC;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 295px;
    padding: 40px 10px;
    width: 215px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 295px;
    width: 215px;
}

.jcarousel-skin-tango .jcarousel-item {
    height: 65px;
    padding: 0;
    width: 215px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical .jcarousel-item a {
    display: block;
    float: left;
    font-size: 12px;
    width: 50%;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: 12px;
    width: 15px;
    height: 47px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/images/widg_arr.png) no-repeat -35px -47px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/bitrix/templates/source/styles/images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -35px -47px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 12px;
    width: 15px;
    height: 47px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/images/widg_arr.png) no-repeat 0 -47px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/bitrix/templates/source/styles/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 12px;
    left: 92px;
    width: 47px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/images/widg_vert.png) no-repeat 0 -35px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: -47px -35px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 12px;
    left: 92px;
    width: 47px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/images/widg_vert.png) no-repeat 0 0px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: -47px 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
}

.jcarousel-skin-left{
	margin-top: 10px;
}
.jcarousel-skin-left .jcarousel-container {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   border-radius: 5px;
    border: 1px solid #DCDCDC;
}

.jcarousel-skin-left .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-left .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}
.jcarousel-skin-left .jcarousel-container-vertical {
    height: 650px;
    padding: 40px 5px;
    width: 203px;
}

.jcarousel-skin-left .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-left .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-left .jcarousel-clip-vertical {
    height: 650px;
    width: 203px;
}

.jcarousel-skin-left .jcarousel-item {
    height: 150px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 203px;
}

.jcarousel-skin-left .jcarousel-clip-vertical .jcarousel-item a {
    display: block;
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.jcarousel-skin-left .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-left .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-left .jcarousel-item-vertical {
    margin-bottom: 0;
}

.jcarousel-skin-left .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-left .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-left .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/bitrix/templates/source/styles/images/prev-horizontal.png);
}

.jcarousel-skin-left .jcarousel-next-horizontal:hover,
.jcarousel-skin-left .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-left .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-left .jcarousel-next-disabled-horizontal,
.jcarousel-skin-left .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-left .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-left .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-left .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-left .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/bitrix/templates/source/styles/next-horizontal.png);
}

.jcarousel-skin-left .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-left .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-left .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-left .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-left .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-left .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-left .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-left .jcarousel-next-vertical {
    position: absolute;
    bottom: 12px;
    left: 84px;
    width: 47px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/../images/widg_vert.png) no-repeat 0 -35px;
}

.jcarousel-skin-left .jcarousel-next-vertical:hover,
.jcarousel-skin-left .jcarousel-next-vertical:focus {
    background-position: -47px -35px;
}

.jcarousel-skin-left .jcarousel-next-vertical:active {
}

.jcarousel-skin-left .jcarousel-next-disabled-vertical,
.jcarousel-skin-left .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-left .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-left .jcarousel-next-disabled-vertical:active {
    cursor: default;
}

.jcarousel-skin-left .jcarousel-prev-vertical {
    position: absolute;
    top: 12px;
    left: 84px;
    width: 47px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/../images/widg_vert.png) no-repeat 0 0px;
}

.jcarousel-skin-left .jcarousel-prev-vertical:hover,
.jcarousel-skin-left .jcarousel-prev-vertical:focus {
    background-position: -47px 0;
}

.jcarousel-skin-left .jcarousel-prev-vertical:active {
}

.jcarousel-skin-left .jcarousel-prev-disabled-vertical,
.jcarousel-skin-left .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-left .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-left .jcarousel-prev-disabled-vertical:active {
    cursor: default;
}

/* skin center */
.jcarousel-skin-center{
	margin-top: 10px;
}
.jcarousel-skin-center .jcarousel-container {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   border-radius: 5px;
    border: 1px solid #DCDCDC;
}

.jcarousel-skin-center .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-center .jcarousel-container-horizontal {
/    width: 625px;
    padding: 20px 40px;
}
.jcarousel-skin-center .jcarousel-container-vertical {
    height: 650px;
    padding: 40px 5px;
    width: 203px;
}

.jcarousel-skin-center .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-center .jcarousel-clip-horizontal {
/	width: 630px;
/    height: 75px;
}

.jcarousel-skin-center .jcarousel-clip-vertical {
    height: 650px;
    width: 203px;
}

.jcarousel-skin-center .jcarousel-item {
/    height: 150px;
    overflow: hidden;
    padding: 0 0 10px;
/    width: 153px;
}

.jcarousel-skin-center .jcarousel-clip-vertical .jcarousel-item a {
    display: block;
    height: 150px;
    overflow: hidden;
    text-align: center;
}

.jcarousel-skin-center .jcarousel-item a img,
.jcarousel-skin-center .jcarousel-item a {
    width: 100%!important;
    height: 170px;
}

.jcarousel-skin-center .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 5px;
}

.jcarousel-skin-center .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-center .jcarousel-item-vertical {
    margin-bottom: 0;
}

.jcarousel-skin-center .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-center .jcarousel-next-horizontal {
	position: absolute;
    top: 38px;
    right: 5px;
    width: 19px;
    height: 40px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/../images/arrows.png) no-repeat -20px 0;
}

.jcarousel-skin-center .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/bitrix/templates/source/styles/images/prev-horizontal.png);
}

.jcarousel-skin-center .jcarousel-next-horizontal:hover,
.jcarousel-skin-center .jcarousel-next-horizontal:focus {
   /*  background-position: -32px 0; */
}

.jcarousel-skin-center .jcarousel-next-horizontal:active {
    /* background-position: -64px 0; */
}

.jcarousel-skin-center .jcarousel-next-disabled-horizontal,
.jcarousel-skin-center .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-center .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-center .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

.jcarousel-skin-center .jcarousel-prev-horizontal {
	position: absolute;
	top: 38px;
	left: 5px;
	width: 19px;
	height: 40px;
	cursor: pointer;
	background: transparent url(/bitrix/templates/source/styles/../images/arrows.png) no-repeat 0 0px;
}

.jcarousel-skin-center .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/bitrix/templates/source/styles/next-horizontal.png);
}

.jcarousel-skin-center .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-center .jcarousel-prev-horizontal:focus {
    /* background-position: -32px 0; */
}

.jcarousel-skin-center .jcarousel-prev-horizontal:active {
    /* background-position: -64px 0; */
}

.jcarousel-skin-center .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-center .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-center .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-center .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-center .jcarousel-next-vertical {
    position: absolute;
    bottom: 12px;
    left: 84px;
    width: 47px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/../images/widg_vert.png) no-repeat 0 -35px;
}

.jcarousel-skin-center .jcarousel-next-vertical:hover,
.jcarousel-skin-center .jcarousel-next-vertical:focus {
    background-position: -47px -35px;
}

.jcarousel-skin-center .jcarousel-next-vertical:active {
}

.jcarousel-skin-center .jcarousel-next-disabled-vertical,
.jcarousel-skin-center .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-center .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-center .jcarousel-next-disabled-vertical:active {
    cursor: default;
}

.jcarousel-skin-center .jcarousel-prev-vertical {
    position: absolute;
    top: 12px;
    left: 84px;
    width: 47px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/source/styles/../images/widg_vert.png) no-repeat 0 0px;
}

.jcarousel-skin-center .jcarousel-prev-vertical:hover,
.jcarousel-skin-center .jcarousel-prev-vertical:focus {
    background-position: -47px 0;
}

.jcarousel-skin-center .jcarousel-prev-vertical:active {
}

.jcarousel-skin-center .jcarousel-prev-disabled-vertical,
.jcarousel-skin-center .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-center .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-center .jcarousel-prev-disabled-vertical:active {
    cursor: default;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/main.menuMobile/style.min.css?1511305882490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/main.menuMobile/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/search.title/head_search/style.css?15113059053147*/
.bx_search_container {
    background: #3B3B3B;
    float: right;
    height: 30px;
    padding: 10px;
    width: 280px;
}
.bx_search_container .bx_field{
	position: relative;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
}
.bx_search_container .bx_field .bx_input_text{
	border: medium none;
    height: 30px;
	width: 190px;
	padding: 0 5px;
    left: 0;
    line-height: 30px;
    outline: medium none;
    position: absolute;
	behavior: url(/bitrix/templates/fomedia_index/js/PIE.htc);
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.bx_search_container .bx_field .bx_input_submit{
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 68px;
	height: 30px;
	color: #FFFFFF;
	border: none;
	background: url('/bitrix/templates/main/components/bitrix/search.title/head_search/images/bg_submit.png') repeat-x left top;
	cursor: pointer;
	border: 1px solid #9d1e1e;
	behavior: url(/bitrix/templates/fomedia_index/js/PIE.htc);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	min-width: 370px;
	margin-left: 11px;
	margin-top:-20px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/main/components/bitrix/search.title/head_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 45px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/main.menu/style.min.css?1511305879490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/main.menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1685519217375*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	list-style:none;
	margin: 15px 0;
}
ul.breadcrumb-navigation li
{
	margin: 0;
	display:inline;
}
ul.breadcrumb-navigation a {
    font-size: 13px;
    text-decoration: none;
}
ul.breadcrumb-navigation span
{
	
}
ul.breadcrumb-navigation li.lastBread a {
	cursor: text;
	/*color : #6d6c6c;*/
	color : #000;
	font-size: 14px;
}
/* End */


/* Start:/bitrix/templates/.default/components/im/reviews.form/r_review_open/style.css?15113943993137*/
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.popup-form {
	text-align: left;
}

.popup-form {
	font-size: 16px;
}

.popup-form input[type="text"], .popup-form textarea {
	width: 300px;
	margin: 0 0 15px 0;
	font-size: 14px;
}

.popup-form input[type="text"] {
	height: 40px;
}

.popup-form textarea {
	height: 150px;
}

.reviewForm {
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.22);
    padding: 15px 70px;
	position: relative;
	margin: 30px 0;
}
.reviewForm h3 {
	text-align: center;
}
.reviewForm .popup-form form input[type="text"] {
	border: 1px solid rgb(214, 213, 213) !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
	width: 30%;
	margin-right: 5%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	outline: none;
}
.reviewForm .popup-form form textarea {
	border: 1px solid rgb(214, 213, 213) !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
	width: 65%;
	height: 87px;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	outline: none;
	margin-right: 5%;
	resize: none;
}
.reviewForm .popup-form form input[type="text"]:nth-child(3n) {
	margin-right: 0;
}
.reviewForm .popup-form .mark {
	font-size: 12px;
    color: #535151;
    line-height: 14px;
    margin-bottom: 20px;
    display: block;
}
.reviewForm .popup-form form input[type="submit"] {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #ef2d2d, #c52525);
	background: -webkit-linear-gradient(top, #ef2d2d, #c52525);
	background: -o-linear-gradient(top, #ef2d2d, #c52525);
	background: -ms-linear-gradient(top, #ef2d2d, #c52525);
	background: linear-gradient(top, #ef2d2d, #c52525);
	width: 30%;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #fffefe;
	border: none;
	outline: none;
	cursor: pointer;
}
.reviewForm .popup-form form input[type="submit"]:hover {
	background: -moz-linear-gradient(top, #c52525, #ef2d2d);
	background: -webkit-linear-gradient(top, #c52525, #ef2d2d);
	background: -o-linear-gradient(top, #c52525, #ef2d2d);
	background: -ms-linear-gradient(top, #c52525, #ef2d2d);
	background: linear-gradient(top, #c52525, #ef2d2d);
}
.reviewForm .popup-ok-text {
	color: #000;
	text-align: center;
	padding: 78px 0;
}
.reviewForm .popup-ok-text .close {
	background: url(/img/close.png);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.reviewForm .popup-ok-text .head {
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 25px;
}
.reviewForm .popup-ok-text .subHead {
}

@media all and (max-width: 810px) {
	.reviewForm .popup-form form textarea {
		width: 100%;
		margin-right: 0;
	}
	.reviewForm .popup-form form input[type="submit"] {
		width: 252px;
	}
}
@media all and (max-width: 500px) {
	.reviewForm .popup-form form input[type="text"] {
		width: 100%;
		margin-right: 0;
	}	
}
/* End */


/* Start:/bitrix/templates/main/styles.css?175075641297307*/
html, body {
    margin: 0;
    padding: 0;
	font-family: "SegoeUIRegular";
overflow-x: hidden;
}

a{
color:#e60003;
}

a:hover{
color:#b40104;
}

b,
strong{
	font-family: "SegoeUIbold"
}

img{
max-width: 100%;
}

h1{
    color: #3b3b3b;
    font-size: 30px;
    margin: 20px 0;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
border-bottom: 5px solid #e7e7e7;
}

h2{
    color: #b40104;
	font-size: 22px;
clear: both;
}

.ct-h2{
    color: #b40104;
	font-size: 22px;
}

.podmoskovie>p {
    font-weight: bold;
    margin: 6px 0 0 0;
    display: block;
}


.cnt{
	max-width: 1190px;
	width: 90%;
    margin: 0 auto;
}

header{
	background: #f2f2f4;
    height: 150px;
	z-index: 100;
	/*overflow: hidden;*/
}

.header{
	background: #f2f2f4;
}


header .logo{
	background: #fff;
	width: 173px;
    height: 150px;
	float:left;
    text-align: center;
}

.header .logo{
	background: #fff;
	width: 173px;
    height: 50px;
	float:left;
    text-align: center;
}

header .logo img{
	margin-top:30px;
}

.header .logo img{
	margin-top:5px;
}


header .text{
	width: 267px;
	float:left;
	padding-top:5px;
}

header .text>p{
	background: url(/bitrix/templates/main/img/header-text.jpg) center left no-repeat;
	color:#6b6b6b;
	font-size: 13px;
    margin: 4px 0;
    padding: 0px 20px;
    height: 43px;
}

header .text .call-back{
    float: left;
    max-width: 100%;
    margin-top: 8px;
    border-radius: 0;
    font-size: 13px;
padding: 5px 10px;
}


header .servis{
	width: 210px;
	border-left:1px solid #e60003;
	margin-top:4px;
}

header .sale{
	width: 210px;
	border-left:1px solid #e60003;
	margin-top:4px;
}

header .servis>span,
header .sale>span{
	background:#e60003;
	color:#fff;
	display: table;
	padding:5px 15px;
	font-size: 12px;
	font-family: "SegoeUIBold"
}


header .servis>a, header .sale>a {
    margin: 1px 10px;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    line-height: 1.2;
}

header .servis .post,
header .sale .post{
	color:#bc0404;
	font-size: 14px;
	font-weight: normal;
}

header .servis>a>strong,
header .sale>a>strong{
	font-size: 20px;
}

header .user{
	width: 233px;
	float:right;
}

header .mobile{
	display:none;
}

header .user .cart{
	background: url(/bitrix/templates/main/img/cart.jpg) center right no-repeat #e60003;
	color:#fff;
	height: 50px;
}

header .user .cart>p{
	margin:0px 20px;
    font-size: 14px;
}

header .user .cart>p>b{
	font-family: "SegoeUIBold";
}

header .user .cart>p>b>a{
	color:#fff;
}

header .user .enter{
	background: url(/bitrix/templates/main/img/enter.jpg) center right no-repeat #666b74;
	color:#fff;
	height: 50px;
	position: relative;
}
.header .enter{
	/*width: 70px;*/
	float: right;
	
}
.header .for-login-popup{
	margin-top: 12px;
}
header .user .enter p{
	margin: 12px 10px;
    font-size: 14px;
    display: inline-block;
}
header .user .enter p:last-child{
	margin-right: 0;
}
.for-login-popup{
	margin-left: 20px;
}
header .user .enter p>a{
	color:#fff;
}
header .user .bx-user-info-anchor-nolink{
	float: left;
	padding-left: 10px;
}
/* popup login*/
header .form-auth-head, .header .form-auth-head   {
	display: none;
	position: absolute;
	top: 50px;
	left: -50px;
	z-index: 400;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #818588;
	box-shadow: 0 0 10px 0 #555555;
	-webkit-box-shadow: 0 0 10px 0 #555555;
	-moz-box-shadow: 0 0 10px 0 #555555;
	font-size: 12px;
}
.header .fixedmenu-auth-head{
	right: 80px;
	left: inherit;
	position: fixed;
}
header .form-auth-head.active, .header .fixedmenu-auth-head.active  {
	display: block;
}
header .form-auth-head .auth_form, .header .form-auth-head .auth_form{
    position: relative;
    width: 288px;
    margin: 0 0 20px 0;
}
header .user .enter .form-auth-head .error p, .header .user .enter .form-auth-head .error p{
	margin-bottom: 0;
}
.iks {
    width: 10px;
    height: 11px;
    background: url(/bitrix/templates/.default/components/bitrix/system.auth.form/.default/images/close.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 200;
    cursor: pointer;
}
.auth_form_title{
    padding: 20px 0 0 29px;
}
.auth_form_title p{
    color: black;
    font-size: 20px;
}
header .user .enter .form_block_text p, .header .user .enter .form_block_text p{
	margin: 0;
}
.form_block{
    padding: 10px 0 0 29px;
    float: left;
}
.back_input{
    position: relative;
    width: 220px;
    height: 26px;
}
.back_input label{
    position: absolute;
    top: -19px;
    right: 0px;
    font-style: italic;
    color: red;
    font-size: 11px !important;
}
.back_input input{
    background-color: white;
    border: 0 none;
    margin-left: 2px;
    margin-top: 4px;
    width: 98%;
}
.form_block_left{
    float: left;
	margin: 4px 0 0px;
}
.form_block_left input{
    margin-top: 0px;
}
.form_block_right{
    float: left;
    padding-left: 5px;
}
header .user .enter .form_block_right p{
	margin: 0;
}
.form_block_buttons{
    width: 223px;
    padding: 10px 0 0 29px;
    float: left;
}
.form_block_left_button{
    float: left;
}
.form_block_left_button a{
    color: #fff;
}
.form_block_right_button{
    float: right; 
}
.form_block_right_button input{
    background: #b40104;
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin: 0 0 20px;
    font-family: "SegoeUISemibold";
    border: none;
    text-align: center;
    padding: 5px 10px;
}

.error_text{
    text-align: right;
    line-height: 15px;
    font-style: italic;
    color: red;
    margin: 10px 38px 0 0;
}
/* End popup login*/

header .user .search{
	background: url(/bitrix/templates/main/img/search.jpg) center right no-repeat #abaeb3;
	color:#fff;
	height: 50px;
}
header .user .search img{
    float: right;
    margin: 10px 15px;
}

.header .phone{
background: url(/bitrix/templates/main/img/header-text.jpg) center left no-repeat;
	height: 50px;
float:left;
	width: 620px;
}

.header .phone>a{
    margin: 8px 30px;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}


.header .phone>a>strong {
    font-size: 26px;
}

.header .cart{
	background: url(/bitrix/templates/main/img/menu-fixed-bg-cart.jpg) center left no-repeat #666b74;
	height: 50px;
	float:left;
	width: 397px;
}

.header .cart .adr{
	color:#fff;
	padding-left:50px;
	margin: 0;
	float: left;
}

.header .cart>p{
	float:right;
	color:#fff;
    margin: 12px 20px 12px 0;
}
.fixed-menu .cart{
	width: 270px;
	color:#fff;
    font-weight: bold;
	margin-left:50px;
}
.fixed-menu .cart p{
	float:left;
}
.fixed-menu .cart p:first-child{
	margin-left: 30px;
	margin-right: 5px;
}
.header .cart>img{
float: right;
}

#title-search-input{
    width: 144px;
    margin: 10px 10px;
    padding: 5px;
    font-style: italic;
}
.bx_input_submit{
	float: right;
	background: url(/bitrix/templates/main/img/search-but.png) no-repeat;
	border: 0;
	width: 25px;
	height: 25px;
	margin: 12px  13px 0 0;
	cursor: pointer;
}
/*
.nav-menu-pc{
	background: #f2f2f4;
}

.nav-menu-pc .cnt{
	background:#e60003;
	height: 49px;
}

.nav-menu-pc a{
	font-size: 16px;
    text-transform: uppercase;
	color:#fff;
	float:left;
	padding:14px 33px;
}

.nav-menu-pc a:hover{
	background: #b40104;
}

.nav-menu-pc a:nth-child(1){
	background:#b40104;
	width: 173px;
	text-align: center;
	padding:14px 0;
}

.nav-menu-pc a:nth-child(8){
	background: url(/bitrix/templates/main/img/contact.jpg) center right no-repeat #f3f4f7;
	width: 193px;
	text-align: left;
	padding:15px 0 14px 40px;
	float:right;
	color:#000;
}*/






.nav-menu-pc{
	background: #f2f2f4;
	z-index: 50;
	position: relative;
	z-index: 100;
	width: 100%;
}

.nav-menu-pc .cnt{
	background:#e60003;
	height: 49px;
}

.main-menu{
	background: #f2f2f4;
	position: fixed;
	top: -100px;
	width: 100%;
	z-index: 100;
	transition: 0s;
}

.main-menu .cnt-menu{
	background:#e60003;
	height: 49px;
display: table;
    max-width: 1190px;
    width: 90%;
    margin: 0 auto;
}

.main-menu .cnt-menu ul, .nav-menu-pc .cnt ul {
	margin: 0;
	padding: 0;
}
.main-menu .cnt-menu  li, .nav-menu-pc .cnt li {
	float:left;
    padding: 14px 41px;
	list-style: none;
}
.main-menu .cnt-menu  li > a, .nav-menu-pc .cnt li > a {
	font-size: 15px;
    text-transform: uppercase;
	color:#fff;
}

.main-menu .cnt-menu li:hover, .nav-menu-pc .cnt li:hover{
	background: #b40104;
}

.main-menu .cnt-menu li:nth-child(1), .nav-menu-pc .cnt li:nth-child(1){
	padding: 9px 10px;
    text-align: center;
	/*padding:14px 0;
	width: 173px;
	text-align: center;
    background: url(/bitrix/templates/main/img/menu-action-bottom.png) center right no-repeat #b40104;
background-position-x: 158px;*/
}
.main-menu .cnt-menu li:nth-child(2), .nav-menu-pc .cnt li:nth-child(2){
   /* background: url(/bitrix/templates/main/img/menu-action-bottom.png) center right no-repeat #818287;
background-position-x: 78px;*/
text-align: center;
    background: url(/bitrix/templates/main/img/menu-action-bottom.png) center right no-repeat #818287;
    background-position-x: 102px;
    width: 80px;
    padding: 14px 21px;
}
.main-menu .cnt-menu li:nth-child(3), .nav-menu-pc .cnt li:nth-child(3){
/    background: url(/bitrix/templates/main/img/menu-action-bottom.png) center right no-repeat #b40104;
/    background-position-x: 80px;
/	padding: 14px 21px;
}
.main-menu .cnt-menu li.active, .nav-menu-pc .cnt li.active{
	background:#b40104;
}

.main-menu .cnt-menu li:nth-child(8), .nav-menu-pc .cnt li:nth-child(8){
/	background: url(/bitrix/templates/main/img/contact.jpg) center right no-repeat #e0e0e0;
/	width: 193px;
/	text-align: left;
/	padding:15px 0 14px 40px;
/	float:right;
	
}
.main-menu .cnt-menu li:nth-child(8) a, .nav-menu-pc .cnt li:nth-child(8) a{
/	color:#000;
}
.cnt-menu ul li > .dropdown, .nav-menu-pc .cnt ul li > .dropdown{
    display: none;
    position: absolute;
    width: 100%;
	top: 100px;
	left: 0;
	height: 300px;
    z-index: 100;
}
.nav-menu-pc .cnt ul li > .dropdown{
	top: 50px;
}

.cnt-menu ul li > .dropdown > .cnt, .cnt ul li > .dropdown > .cnt{
	display: table;
	background:#d6d6d6;
	padding: 10px 0 20px 0;
}
.cnt-menu ul li:hover > .dropdown, .cnt ul li:hover > .dropdown{
    display: block;
}
.menu-container{
	margin: 0 auto;
}
.main-menu .cnt-menu li .dropdown li, .nav-menu-pc .cnt li .dropdown li{
	background: none;
	float: none;
	display: block;
	padding: 0;
	width: auto;
	text-align: left;
}
.mobile-menu .dropdown{
	display: none;
}
.mobile-menu .dropdown.active{
	display: block;
}
.main-menu .cnt-menu li .dropdown.small li, .nav-menu-pc .cnt li .dropdown.small li{
	float: left; 
	margin-right: 50px;
}

.nav-menu-pc li:nth-child(4) .dropdown.small li, 
.cnt-menu li:nth-child(4) .dropdown.small li{
	width: 20%;
}


.main-menu .cnt-menu li .dropdown li a, .nav-menu-pc .cnt li .dropdown li a{
	font-size: 14px;
	line-height: 1;
	color:#000;
	text-decoration: none;
	text-transform: inherit;
	margin:10px 0 10px 15px;
    display: block;
}
.main-menu .cnt-menu li .dropdown li a b, .nav-menu-pc .cnt li .dropdown li a b{
	margin: 15px 0 15px -15px;
text-transform: uppercase;
    color: #b40104;
}
.main-menu .cnt-menu ul li .dropdown ul, .nav-menu-pc .cnt ul li .dropdown ul{
	float: left;
	margin: 0 2%;
	padding: 0;
    width: 21%;
}
.main-menu .cnt-menu ul li .dropdown.small ul, .nav-menu-pc .cnt ul li .dropdown.small ul{
	width: 100%;
}

.main-menu .cnt-menu ul li .dropdown ul > li, .nav-menu-pc .cnt ul li .dropdown ul > li{
	margin: 0;
	padding: 0;
}

.slide{
	background: url(/bitrix/templates/main/img/slide.webp) center no-repeat;
    height: 303px;
	margin-top:0px;
    display: inline-block;
    width: 100%;
}

.slide b{
	background: url(/bitrix/templates/main/img/slide-b.png) center no-repeat;
	color:#fff;
    display: block;
    height: 92px;
	width: 376px;
	text-align: center;
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
	margin:73px 0 0 -33px;
}

.slide i{
	background: url(/bitrix/templates/main/img/slide-i.png) center no-repeat;
	color:#fff;
    display: block;
    height: 91px;
	width: 332px;
	text-align: center;
    font-size: 20px;
    font-style: normal;
	margin:0 0 0 37px;
}
.slide-new-holder{
	position: relative;
}
.slide-new-holder i{
	position: absolute;
	-webkit-animation:content-s 4s 1;
	-moz-animation:content-s 4s 1;
	animation:content-s 4s 1;   
}
.slide-new-holder b{
	position: absolute;
	-webkit-animation:content-s 2s 1;
	-moz-animation:content-s 2s 1;
	animation:content-s 2s 1;   
}
.slide-new-holder i{
	top: 165px;
}

@-webkit-keyframes content-s{
	0%{left:-500px;}
	100%{left:0;}
}
@-moz-keyframes content-s{
	0%{left:-500px;}
	100%{left:0;}
}
@keyframes content-s{
	0%{left:-500px;}
	100%{left:0;}
}

aside{
    float: left;
    width: 185px;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    padding: 15px;
}

aside .news-item{
    font-size: 14px;
}

aside .news-date-time {
    background: #e60003;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    font-family: "SegoeUIRegular";
}

aside .news-item a {
    color: #e60003;
    display: block;
    margin: 10px 0;
    font-family: "SegoeUISemiBold";
}

.action-line{
    background: #e60003;
    padding: 0;
    margin: 10px 0 50px 0;
	text-align: center;
	overflow: hidden;
}

.action-line a>img{
    margin: 0 auto;
    padding: 0;
    display: block;
}

.main-inside{
/	margin-left: 50px;
    display: inline-block;
    width: 100%;
/    max-width: 920px;
}

.preimuchestva{
	max-width: 1190px;
	width: 90%;
    margin: 0 auto;
}

.preimuchestva .item{
    float: left;
    max-width: 270px;
    width: 21%;
    font-family: "SegoeUIBold";
    font-size: 14px;
    margin: 30px 2%;
	position: relative;
}

.preimuchestva .item:hover p{
/color:#b40104;
}

.preimuchestva .item>img{
	float:left;
	margin-right:26px;
}

.item .hover-text {
    background: url(/bitrix/templates/main/img/slide-i.png) center no-repeat;
    color: #fff;
    display: none;
    height: 91px;
    width: 332px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    position: absolute;
	top: -100px;
	left: 50px;
}

.item .hover-text>p{
    width: 85%;
    margin: 10px auto;
    color: #fff;
}

.item .hover-text>span{
padding: 10px 35px;
    font-family: "SegoeUIRegular";
    display: inline-block;
}

.home-nav{
	max-width: 1190px;
	width: 90%;
    margin: 0 auto;
	background:#f2f2f2;
	display: table;
	padding:23px 0 40px 0;
	opacity: 1; 
    clear: both;
}

.home-nav .item-small{
	border: 7px solid #dbdddf;
	background:#fff;
    height: 180px;
	width: auto;
}

.home-nav .item-small:nth-child(2){
	margin:10px 0 0 0;
}


.home-nav .item-big{
	border: 7px solid #dbdddf;
	background:#fff;
	width: auto;
    height: 384px;
}

.home-nav .item-uslugi{
	border: 7px solid #dbdddf;
    height: 180px;
	width: 265px;
	float:left;
	background: url(/bitrix/templates/main/img/item-uslugi.jpg) right no-repeat #fff; 
}

.home-nav .item-tovar-slider{
	background:#919295;
    height: 194px;
	width: 279px;
	float:left;
	margin:10px 0 0 0;
}

.home-nav .item-tovar-slider .img{
	float:right;
    margin: 7px 0 2px 0;
    padding: 0 14px;
}

.home-nav .item-small:hover,
.home-nav .item-big:hover,
.home-nav .item-uslugi:hover{
	border: 7px solid #df000e;
}

.home-nav .one{
	float:left;
	width: 279px;
	margin-left:23px
}

.home-nav .two{
	float:left;
	width: 279px;
	margin:0 10px;
}

.home-nav .three{
	float:left;
	width: 279px;
}

.home-nav .four{
	float:left;
	width: 279px;
    background: #fff;
	margin:0 0 0 10px;
    height: 398px;
}

.home-nav .four .item-form{
    padding: 14px;
}

.home-nav .four .item-form>form{
	margin-top: 30px;
}

.home-nav .four .item-form>strong{
    font-family: "SegoeUIBold";
    font-size: 24px;
    text-transform: uppercase;
}

.home-nav .four .item-form>i{
    font-family: "SegoeUIBold";
    font-size: 35px;
	text-align: center;
	font-style: normal;
	color: #b40104;
	margin: 10px 0 20px 0;
    display: block;
}

.home-nav .four .item-form>p{
	background: url(/bitrix/templates/main/img/item-form-p.jpg) left no-repeat; 
	padding-left:25px;
	margin:5px 0;
}


.home-nav .four .item-form .four_input_text{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
/    behavior: url(/bitrix/templates/source/js/PIE.htc);
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    height: 30px;
    line-height: 30px;
    padding: 0 5%;
    width: 90%;
	margin-top:15px;
}

.home-nav .four .item-form .four_input_submit{
	background: #b40104;
	color:#fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
	margin-top:15px;
    font-family: "SegoeUISemibold";
    border: none;
	text-align: center;
	padding:5px 0;
}


.home-nav .head{
    font-family: "SegoeUIBold";
    font-size: 18px;
    text-transform: uppercase;
	margin: 5px 0 0 0 !important;
}

.home-nav .item-small .head a{
	width: 100%;
	max-width: 200px;
}

.home-nav .item-small .head:hover,
.home-nav .item-big .head:hover{
	background: #fff;
}

.head-img{
	margin:-7px 23px 0 10px;
	float:left;
}

.home-nav .item-small>p{
    line-height: 28px;
    margin: 7px 7px 2px 7px;
    padding: 0 7px;
}


.home-nav .item-small>p:nth-child(odd){
    background: #dbdddf;
}

.home-nav .item-small>p:hover{
    background: #bbbbbb;
}







.home-nav .item-big>p{
    line-height: 28px;
    margin: 7px 7px 2px 7px;
    padding: 0 7px;
}


.home-nav .item-big>p:nth-child(odd){
    background: #dbdddf;
}

.home-nav .item-big>p:hover{
    background: #bbbbbb;
}




.home-nav .item-uslugi>p{
    line-height: 28px;
    margin: 7px 0 2px 0;
    padding: 0 14px;
    font-family: "SegoeUIBold";
    font-size: 24px;
    text-transform: uppercase;
}

.home-nav .item-tovar-slider p{
    line-height: 28px;
    margin: 7px 0 2px 0;
    padding: 0 14px;
    font-family: "SegoeUIBold";
    font-size: 16px;
    text-transform: uppercase;
	color:#fff;
    overflow: hidden;
    height: 50px;
}

.home-nav .item-small>p>span{
	float:right;
    padding: 0 10px;
}

.home-nav .item-big>p>span{
	float:right;
    padding: 0 10px;
}

.home-nav .item-uslugi span{
    line-height: 28px;
    margin: 7px 0 2px 0;
    padding: 0 14px;
    display: block;
    width: 150px;
}
.home-nav .item-tovar-slider .img-holder{
	overflow: hidden;
}
.home-nav .item-tovar-slider span {
    border: 1px solid #a9a8a8;
    float: left;
    padding: 0 10px;
    background: #fff;
    margin: 10px 10px;
	display: block;
	position: relative;
	z-index: 1;
}

.home-nav .item-small a{
	width: 112px;
    display: inline-block;
	font-size: 15px;
	color:#000;
    text-decoration: none;
    line-height: 14px;
}

.home-nav .item-big a{
/	width: 112px;
    display: inline-block;
	font-size: 15px;
	color:#000;
    text-decoration: none;
    line-height: 14px;
}

.home-nav .item-uslugi a{
	font-size: 15px;
	color:#000;
    text-decoration: none;
    line-height: 14px;
	margin: 0 15px;
}

.home-nav .item-small a:hover,
.home-nav .item-big a:hover,
.home-nav .item-uslugi a:hover{
	color:#df000e;
}

.home-nav .arshin-wrap{
background:#dcdcdc;
width: 100%;
    overflow: hidden;
color:fff;
    height: 194px;
	float:left;
	margin:10px 0 0 0;
/position: relative;
}

.home-nav .arshin{
background: url(/bitrix/templates/main/img/arshin-home.jpg) right no-repeat;
/    overflow: hidden;
    height: 194px;
	width: 279px;
/	float:left;
/	margin:10px 0 0 0;
position: relative;
}

.home-nav .arshin p:nth-child(1){
	color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    padding-top: 10px;
    margin: 0 0 10px 15px;
    font-weight: 900;
    font-family: "SegoeUISemibold";
    line-height: 46px;
}

.home-nav .arshin p:nth-child(2){
	color:#fff;
    font-size: 16px;
    margin: 0 0 10px 15px;
    font-family: "SegoeUISemibold";
    width: 195px;
}

.home-nav .arshin p:nth-child(3){
	color:#7dcf01;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    font-family: "SegoeUISemibold";
}

.home-nav .arshin img{
background: url(/bitrix/templates/main/img/arshin-home.png) right no-repeat;
left: 100%;
position: absolute;
    top: 0;

    transform: translate(-518px,0);
    -webkit-transform: translate(-518px,0); /** Chrome & Safari **/
    -o-transform: translate(-518px,0); /** Opera **/
    -moz-transform: translate(-518px,0); /** Firefox **/
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out; /** Firefox **/
    -o-transition: all 1s ease-in-out; /** Opera **/
}

.home-nav .arshin:hover img{
    transform: translate(-279px,0);
    -webkit-transform: translate(-279px,0); /** Chrome & Safari **/
    -o-transform: translate(-279px,0); /** Opera **/
    -moz-transform: translate(-279px,0); /** Firefox **/
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out; /** Firefox **/
    -o-transition: all 1s ease-in-out; /** Opera **/
}

.red{
	background: url(/bitrix/templates/main/img/red.png) repeat; 
	height: 155px;
    width: 100%;
}

.popular{
	background: url(/bitrix/templates/main/img/bg_center.webp) repeat; 
    display: table;
    width: 100%;
}

.popular .cnt{
	background:#fff; 
    display: table;
    margin-top: -93px;
    padding: 9px 9px 40px 9px;
}

.popular .cnt>strong{
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
	margin:50px 0;
    display: block;
}

.popular .item {
	width: 24.8%;
	float:left;
    text-align: center;
	padding-bottom:43px;
}

.popular .item:nth-child(2){
	border-right: 3px solid #dbdddf;
	border-bottom: 3px solid #dbdddf;
}

.popular .item:nth-child(3){
	border-right: 3px solid #dbdddf;
	border-bottom: 3px solid #dbdddf;
}

.popular .item:nth-child(4){
	border-right: 3px solid #dbdddf;
	border-bottom: 3px solid #dbdddf;
}

.popular .item:nth-child(5){
	border-bottom: 3px solid #dbdddf;
}

.popular .item:nth-child(6){
	border-right: 3px solid #dbdddf;
}

.popular .item:nth-child(7){
	border-right: 3px solid #dbdddf;
}

.popular .item:nth-child(8){
	border-right: 3px solid #dbdddf;
}

.popular .item:nth-child(9){
}

.popular .item img{
	margin:21px 0;
}

.popular .item:hover p>a{
	color:#b40104;
}

.popular .item>p{
	font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

.popular .item>p>a{
	color:#3b3b3b;
    text-decoration: none;
}
.clien-reviews{
	overflow: hidden;
}
.otzivi{
	background: url(/bitrix/templates/main/img/bg-otzivi.webp) center no-repeat fixed;
    display: table;
    width: 100%;
}

.otzivi .cnt{
	background: url(/bitrix/templates/main/img/otziv-cnt.png) repeat; 
	margin:130px auto;
	padding:40px 0;
    display: table;
}

.otzivi .cnt>strong{
	color:#3b3b3b;
    font-size: 36px;
	margin: 20px 0;
	display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.otzivi .item {
	width: 25%;
	float:left;
    text-align: left;
	margin:0 4%;
}

.otzivi .item .head{
    font-family: "SegoeUIBold";
}

.otzivi .item .head .fio{
    color:#e60003;
}

.otzivi .item .head .data{
    background: #e60003;
    color: #fff;
    font-size: 12px;
    padding: 5px;
	font-family: "SegoeUIRegular"
}

.otzivi .add, .add.review-popup{
    background: #e60003;
    color: #fff;
    padding: 10px 40px;
	font-size: 16px;
    text-transform: uppercase;
	float:right;
	text-decoration: none;
	margin: 20px 20px 0 0;
}

.otzivi .add:hover{
	background: #b40104;
}


.otzivi .all{
    border: 2px solid #3b3b3b;
    color: #3b3b3b;
    padding: 8px 40px;
	font-size: 16px;
    text-transform: uppercase;
	float:right;
	text-decoration: none;
	margin: 20px 20px 0 0;
}

.form-home{
    height: 596px;
    width: 100%;
}

.form-home .left{
    background: url(/bitrix/templates/main/img/red.png) repeat;
    width: 50%;
	float:left;
    height: 596px;
}

.form-home .left .content {
    max-width: 591px;
	float: right;
    width: 100%;
}

.form-home .left .content>strong{
	font-size: 42px;
    text-transform: uppercase;
    font-family: "SegoeUIBold";
    color:#fff;
	margin:48px 0 0 72px;
    display: block;
}

.form-home .left .content>p{
	font-size: 30px;
    text-transform: uppercase;
    font-family: "SegoeUIBold";
    color:#fff;
	margin:12px 0 14px 72px
}


.form-home .left .content>big{
	font-size: 72px;
    color:#73ebee;
    font-family: "SegoeUIBold";
	margin:0 0 0 72px;
}


.form-home .left .action-form{
    background: url(/bitrix/templates/main/img/form-home-left.png) no-repeat;
    width: 100%;
	float:left;
    height: 275px;
}

.form-home .left .action-form>form{
    float: right;
    max-width: 466px;
    margin-top: 50px;
    width: 100%;
}

.form-home .left .action-form .intext{
    background:#fff;
    padding: 15px 15px 15px 70px;
    border: 1px solid #cccccc;
    display: block;
    margin-bottom: 20px;
    max-width: 255px;
    width: 75%;
    font-size: 17px;
    color: #333;
}

.form-home .left .action-form .insub{
    background: #e60003;
    padding: 15px 0;
    display: block;
    max-width: 340px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    border: 0;
    font-weight: bold;
}

.form-home .left .action-form .insub:hover{
	background: #b40104;
}

.form-home .right{
    background: url(/bitrix/templates/main/img/form-home-right.webp) left center no-repeat;
    width: 50%;
	float:left;
    height: 596px;
}


.grey{
    height: 182px;
    width: 100%;
    background: url(/bitrix/templates/main/img/bg_center.png) repeat;
}

.news{
text-align: center;
}

.news .cnt{
    background:#fff;
	margin-bottom:-33px;
	text-align: left;
	display: inline-block;
	padding:0 30px 30px 30px;
}

.news .cnt .item-cnt>div>a{
color: #333;
    display: block;
    margin: 10px 0;
    font-family: "SegoeUISemiBold";
}

.news .cnt .item-cnt>p{
font-size:14px;
}

.news-left{
    width: 45%;
	float:left;
	margin-right:10%;
}

.news-left .item{
	margin-top:30px;
}


.news-left .item-cnt{
	display: table;
}

.news-left .item>a>img{
    float:left;
    max-width: 156px;
	margin:0 24px 0 0;
}


.news-left .item .item-cnt>span{
    background: #e60003;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    font-family: "SegoeUIRegular";
}

.news-left .item>div>a{
    color: #e60003;
    font-family: "SegoeUIBold";
	margin-top: 10px;
    display: block;
}

.news-left>strong,
.obzor>strong{
    background: #e60003;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 88px 0 0 0;
	display: block;
    font-family: "SegoeUIBold";
}

.obzor{
    width: 45%;
	float:left;
}

.obzor  .item{
	margin-top:30px;
}


.obzor .item-cnt{
	display: table;
}

.obzor .item>a>img{
    float:left;
    width: 156px;
	margin:0 24px 0 0;
}


.obzor .item .item-cnt>span{
    background: #e60003;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    font-family: "SegoeUIRegular";
}

.obzor .item>div>a{
    color: #e60003;
    font-family: "SegoeUIBold";
	margin-top: 10px;
    display: block;
}

.text-s{
    background: url(/bitrix/templates/main/img/text-s.webp) center no-repeat fixed;
	padding:119px 0;
	width: 100%;
    clear: both;
	color:#fff;
}

.text-s .cnt{
    background: url(/bitrix/templates/main/img/text-s-cnt.png) repeat;
	padding:50px;
    font-size: 14px;
}

.text-s h1{
    font-size: 42px;
    text-transform: inherit;
    border: 0;
    color: #fff;
}

.redline{
    background: url(/bitrix/templates/main/img/red.png) repeat;
    height: 70px;
    width: 100%;
	margin: 60px 0 0 0;
    clear: both;
}

.actions{
    text-align: center;
}

.actions .cnt{
    background:#fff;
	margin:0 auto;
	text-align: left;
	display: inline-block;
	padding:54px 0;
	font-size: 14px;
}



.actions .news,
.actions .hits,
.actions .sales{
    width: 28%;
	float:left;
	margin-right:4%;
padding-right: 3%;
    text-align: left;
    background:#fff;
}

.actions .news,
.actions .hits{
    border-right: 3px solid #dbdddf;
}

.actions .sales{
margin-right:0 !important;
padding-right:0 !important;
}


.actions .news>b,
.actions .hits>b,
.actions .sales>b{
    font-family: "SegoeUISemiBold";
    font-size: 24px;
    text-transform: uppercase;
}

.actions .news .item,
.actions .hits .item,
.actions .sales .item{
	display: table;
    width: 100%;
	margin-top:24px;
}

.actions .news .item>span,
.actions .hits .item>span,
.actions .sales .item>span{
    font-family: "SegoeUIBold";
	display: block;
}

.actions .news .item>span>b,
.actions .hits .item>span>b,
.actions .sales .item>span>b{
    text-decoration: line-through;
    color: #e60003;
}

.actions .news .img-cnt,
.actions .hits .img-cnt,
.actions .sales .img-cnt {
	width: 40%;
	float:left;
	margin-right:10px;
	text-align:center;
}


.actions .news .img-cnt>img,
.actions .hits .img-cnt>img,
.actions .sales .img-cnt>img {
	max-height: 150px;
    max-width: 100%;
}

.actions .news .item>a,
.actions .hits .item>a,
.actions .sales .item>a {
    display: block;
    margin-bottom: 10px;
	color:#000;
    text-decoration: none;
}

.actions .news .item>b,
.actions .hits .item>b,
.actions .sales .item>b{
    text-decoration: line-through;
    color: #ef2d2d;
    font-size: 14px;
}

.actions .in-cart{
	background: #e60003;
    color: #fff !important;
    padding: 10px 50px;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
    margin: 20px 20px 0 0;
	border-radius: 3px;
}

.actions .in-cart:hover{
	background: #b40104;
}

.map-btn {
	width: 100%;
    margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.map-btn strong{
    color: #3b3b3b;
    font-size: 36px;
    margin: 20px 0;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}


.map-holder{
	display:none;
	width: 100%;
    margin: 0 auto;
    height: 500px;
	text-align: center;
	vertical-align: middle;
}
.map-holder.active{
	display:block;
}

footer{
	background: #454348;
padding:50px 0;
display: inline-block;
    width: 100%;
color:#fff;
    font-size: 14px;
}


.footer-1,
.footer-2,
.footer-3{
float:left;
	width: 30%;
}

.footer-4{
    float: right;
}

.footer-4>a{
    display: block;
    color: #989898;
    text-decoration: none;
    font-size: 12px;
}

.all-price {
    font-size: 18px;
    font-weight: bold;
    background: url(/upload/images/all-price.jpg) left no-repeat;
    padding-left: 40px;
    height: 60px;
    text-align: right;
    width: 145px;
    display: block;
    margin: 0 0 20px 0;
    line-height: 1;
}

.all-price>span {
    font-size: 14px;
    font-weight: normal;
}

#vk_groups{
    margin: 30px 0;
}

.mobile-menu, .mobile-menu-holder{
	display: none;
}
.popup-reviews{
	display: none;
}

.bx_item_slider .ya-share2{
    margin: 10px 0;
    text-align: center;
}

.ya-share2{
   margin: 5px 0;
    text-align: right;
}

.service_sertificates{
text-align: center;
}
.item-tovar-slider .bx-wrapper, .item-tovar-slider .bx-viewport{
	min-height: 192px;
}

.fancybox-review .reviewForm .popup-form form input[type="text"]{
	float: none;
	display: block;
	width: 100%;
}
.fancybox-review .reviewForm .popup-form form textarea{
	width: 100%;
}
.fancybox-review .reviewForm .popup-form form input[type="submit"]{
	width: 50%;
}
.bx_catalog_item img {
    max-height: 251px;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item :hover.bx_catalog_item_container,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
	box-shadow: none;
	-webkit-animation: inherit;
	animation: inherit;
	
	padding: 0 20px 20px 20px;
	overflow: hidden;
	display: block;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_title{
	text-overflow: inherit;
    white-space: inherit;
    height: 50px;
}
.service-phone-wrap{
	display: none!important;
}

span.pagging-cat{
background-color: #abaeb3;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
}

a.pagging-cat {
background-color: #b40104;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
}

.lastBread{
    font-weight: bold;
}

.td-sertifikat-2 {
    width: 22%;
    padding: 1%;
    float: left;
    text-align: center;
	height: 400px;
}


.td-sertifikat {
    width: 22%;
    padding: 1%;
    float: left;
    text-align: center;
	height: 400px;
}

#formEquip{
	float:left;
    width: 100%;
}

.card_page-forn_eqip #formEquip{
	float:left;
    width: 100%;
}

.formEquip-right{
	float:left;
    width: 50%;
}

.formEquip-right i{
    background-color: #e60003;
    color: white;
    height: 90px;
    width: 90px;
    float: left;
    line-height: 90px;
    text-align: center;
    display: block;
    border-radius: 45px;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    margin-right: 40px;
}

#formEquip input[type="submit" i]{
	background: #e60003;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    text-decoration: none;
    margin: 0 0 30px 0;
    border-radius: 3px;
    border: navajowhite;
}

#formEquip input[type="text"] {
    width: 90% !important;
}

#elementFormOrder .title-form{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.podmoskovie {
    background: url(/upload/images/podmoskovie.jpg) right center no-repeat;
}

.podmoskovie>p {
    font-weight: bold;
    margin: 6px 0 0 0;
    display: block;
}

.teplosch_zam_item{
	width: 30%; 
    float: left;
	margin:0 3% 30px 0;
}

.teplosch_zam_item .image{
    float: left;
}

.teplosch_zam_item  .name{
	font-weight: bold;
    margin-left: 20px;
    display: block;
    float: left;
    font-family: "SegoeUIBold";
}
.teplosch_zam_item .text{
	clear: both;
}

.form-static{
	clear: both;
	margin:20px 0 0 0;
    display: inline-block;
    width: 100%;
}

.coll-2{
	width: 40%; 
    float: left;
	margin:20px 5%;
}

.coll-2 img{
	max-width: 90%; 
}
.time_to_change{
	clear: both;
    width: 100%;
    display: inline-block;
}

.coll4{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.coll4 .item {
    width: 20.5%;
    float: left;
    margin-right: 2.9%;
    border: 1px solid #ccc;
    padding: 1%;
    text-align: center;
}

.coll4 .item:nth-last-child(1) {
    margin-right: 0;
    float: right;
}

.coll4 .item b{
color: #b3090b;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "SegoeUIbold";
    margin: 20px 0 0 0;
    display: block;
}


.time_to_change>div {
	width: 30%; 
    float: left;
	margin:20px 1%;
}

.time_to_change img{
    display: block;
    margin: 0 auto;
}

.how_do_work>div{
	width: 45%; 
    float: left;
	margin:20px 5% 0 0;
}


.how_do_work img{
    float: left;
	margin:0 20px 0 0;
}

.variants>div{
	width: 45%; 
    float: left;
	margin:20px 5% 0 0;
}

.variants>div img{
	max-width: 90%; 
}
.rec-holder{
	display: block;
	overflow: hidden;
	height: 100px;
	width: 100%;
}


.rev-item{
    border: 1px solid #d3d3d3;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
    margin: 0 0 20px;
    padding: 20px 10px;
	position: relative;
}
.likeBlock{
    right: 30px;
    top: 15px;
}
#add-review {
    margin: 20px 0 !important;
}

.preimuchestva-poverki .item{
	float: left;
    text-align: center;
    width: 23%;
	margin:1%;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.preimuchestva-poverki .item>img{
    width: 80%;
    max-width: 120px;
}
.bolle-10-let{
	width: 96%;
    background: url(/bitrix/templates/main/img/let-10.jpg) right center no-repeat;
    clear: both;
    color: #fff;
	padding:2%;
	display: inline-block;
}
.bolle-10-let .name{
	width: 170px;
	float: left;
	font-size: 18px;
}
.bolle-10-let img{
	float: left;
	margin: 0 5%;
}

.bolle-10-let .desyat-let{
	font-size: 24px;
    text-transform: uppercase;
	float: right;
}

.bolle-10-let .desyat-let b{
	font-size: 50px;
}

.personalnie{
font-size: 12px;
    line-height: 14px;
    display: block;
    margin-bottom: 10px;
}

.gerb{
    margin-bottom: 30px;
}

.auth_form_pos{
    display: none;
}


.preimuchestva-poverki-page{
	margin: 40px 0;
	overflow: hidden;
}
.preimuchestva-poverki-page .left{
	float:left;
    width: 50%;
}

.preimuchestva-poverki-page .left b,
.preimuchestva-poverki-page .right b{
    font-size: 26px;
    color: #555;
    margin-bottom: 20px;
    display: block;
}

.preimuchestva-poverki-page .right{
	float:right;
    width: 50%;
}

.preimuchestva-poverki-page .left .item img{
    width: 36px;
    float: left;
    margin-right: 20px;
}

.preimuchestva-poverki-page .left .item p{
	font-size: 18px;
    font-weight: bold;
	padding: 5px 0 0 0;
    margin: 12px 0;
}

.spasibo{
    border: 2px solid #999;
    max-width: 732px;
    display: table;
    width: 80%;
    margin: 0 auto;
}

.spasibo img{
	max-width: 100%;
}

.spasibo .item{
	float:left;
	width: 33%;
	text-align:center;
}

.spasibo .item a {
    text-decoration: none;
}

.spasibo .item a span{
    font-size: 20px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.spasibo .item p{
    color: #b20507;
}

.spasibo .item p span{
    font-size: 20px;
    font-weight: bold;
}

.spasibo .interes{
	background-color: #b20507;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    margin: -5px 0 0 0;
    color: #fff;
    text-transform: uppercase;
}

.spasibo .close{
	background: url(/bitrix/templates/main/img/close.png) center no-repeat;
	display: block;
    height: 30px;
    width: 30px;
    margin: -33px -33px 0 0;
    float: right;

}

.td-sertifikat-2 {
    width: 22%;
    padding: 1%;
    float: left;
    text-align: center;
}
.schet{
    background: #e60003;
    padding: 0;
    text-align: center;
	height: 60px;
    margin: 10px 0 20px;
}
.schet-1{
background: url(/bitrix/templates/main/img/schet-1.jpg) left no-repeat #abaeb3;
float:left;
	height: 60px;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
	font-size:23px;
    width: 567px;
}

.schet-1 a{
	color:#fff;
}

.schet-1 p{
    margin: 0 0 0 20px;
    padding: 0;
	line-height: 60px;
}

.schet-1 b{
	color:#e60003;
	font-size:43px
}

.schet-1 span{
	color:#fff;
	font-size:18px;
	text-transform: none;
}

.schet-2{
	position: relative;
background: url(/bitrix/templates/main/img/schet-2.jpg) left no-repeat #f3f4f7;
float:left;
	height: 60px;
width: 227px;
}
.procsim{
	position: absolute;
    top: 18px;
    left: 72px;
	color: #b40104;
}
.schet-2 div:first-child{
	float: left;
    margin: 5px 10px 0 40px;
}
.schet-2 p{
    text-align: left;
    color: #b40104;
    font-weight: 900;
    font-size: 14px;
    margin-top: 10px;
}

.schet-3{
background: url(/bitrix/templates/main/img/schet-3.jpg) right no-repeat #f3f4f7;
float:left;
	height: 60px;
width: 386px;
}

.schet-3 a:nth-child(1){
    width: 156px;
    border: 3px solid #444b51;
    color: #444b51;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    display: block;
    float: left;
    text-decoration: none;
    margin: 10px 0 0 10px;
    padding: 7px 7px;
}

.schet-3 a:nth-child(2){
    width: 156px;
    background: #e60003;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    display: block;
    float: left;
    text-decoration: none;
    margin: 10px 0 0 10px;
    padding: 10px 7px;
}

.krug-schet{
    width: 60px;
    height: 60px;
    border: 5px solid #818287;
    border-radius: 50%;
    line-height: 56px;
    color: #b40104;
    font-weight: bold;
    font-size: 22px;
    margin: 5px 10px 0 40px;
    text-align: center;
    float: left;
}

.strahovka, .komplekt-ustanovki {
	overflow: hidden;
}
.strahovka .left{
    width: 74%;
	float:left;
}

.strahovka .left img:nth-child(1){
float:left;
margin-right:33px;
width: 33%;
}

.strahovka .left img:nth-child(5){
width: 61%;
    float: right;
}

.strahovka .left p:nth-child(2){
color:#e60003;
    font-size: 27px;
    text-transform: uppercase;
font-weight: 900;
    margin: 0;
    padding: 0;
}

.strahovka .left p:nth-child(3){
color:#e60003;
    font-size: 48px;
    text-transform: uppercase;
font-weight: 900;
    margin: 0;
    padding: 0;
}

.strahovka .left p:nth-child(4){
    font-size: 14px;
}

.strahovka .right{
    width: 23%;
float:right;
}

.sort-block{
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f2f2f4;
    font-weight: bold;
}

.h2-redline {
    background-color: #e60003;
    width: auto;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 20px;
    clear: both;
    font-weight: 900;
}

.service_center_photo .title{
    width: auto;
    display: block;
    text-align: center;
    color: #444b51;
    text-transform: uppercase;
    padding: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    clear: both;
}

.h2-greyline {
    width: auto;
    display: block;
    text-align: center;
    color: #444b51;
    text-transform: uppercase;
    padding: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    clear: both;
}


.serviceItem{
    width: 20.5%;
    margin: 0 2% 40px 0;
	float: left;
	border: 1px solid #d3d3d3;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
	padding: 16px;
}
.serviceItem:nth-child(4n){
	margin-right:0;
}
.serviceTitle{
	min-height: 70px;
	margin-bottom: 10px;
}
.serviceImg{
	margin-bottom: 10px;
	height: 150px;
	text-align: center;
}
.serviceImg img{
	width: 100%;
	max-width: 241px;
}
.servicePrice {
	margin-bottom: 10px;
	text-align: center;
}
.servicePrice span{
	font-size: 28px;
	font-weight: 600;
	color: #e60003;
}
.serviceText{
	background-color: #3F4A50;
	min-height: 100px;
	margin-bottom: 10px;
	padding: 8px;
	color: #fff;
	font-size: 13px;
}
.serviceItem .buy_link_new{
	max-width: 100%;
}

.add-to-compare,
.succes-add-compare{
background: url(/bitrix/templates/main/img/sravnit.jpg) left center no-repeat #f3f7fa;
padding: 5px 5px 5px 30px;
    display: block;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    background-position: 10px;
    margin-top: 10px;
}

.succes-add-compare{
    color: #e60003 !important;
}

.demottaje-price {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.demottaje-price .item{
	float:left;
	width: 29%;
    margin: 0 2%;
	text-align:center;
}

.demottaje-price .item img{
    max-width: 80%;
}

.demottaje-price strong {
    background-color: #e60003;
    width: auto;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}
.demottaje-price .item a,
.demottaje-price .item .free  {
    background: #444b51;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding: 10px 40px;
margin: 12px auto;
    display: block;
    float: none;
}

.demottaje-price .item p {
    font-weight: 900;
}

.demottaje-price .item span {
    font-size: 14px;
    color: #fff;
    width: 80px;
    background-color: #b40104;
    height: 80px;
    display: block;
    border-radius: 50%;
    margin-top: -150px;
    float: right;
    position: relative;
}

.demottaje-price .item span i{
    display: block;
    font-weight: 900;
    font-family: "SegoeUIbold";
	font-size: 52px !important;
    font-style: normal;
    margin-top: 6px;
    padding: 0;
    line-height: 44px;
}

.price .item strong {
    background-color: #fff !important;
    display: block;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.format2 {
    background: none !important;
    color: #b40104 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: inherit !important;
    font-weight: bold !important;
}

.contacts-grey{
background: #666b74;
    display: table;
    margin-bottom: -283px;
    position: relative;
color:#fff;
}

.contacts-grey .left{
    float:left;
    width: 44%;
padding:2%;
}

.contacts-grey .right{
    float:right;
    width: 44%;
padding:2%;
}

.contacts-grey .left strong,
.contacts-grey .right strong{
    text-transform: uppercase;
    font-size: 18px;
}

.contacts-grey hr{
background: #3e4248;
    width: 100%;
height: 3px;
    display: block;
border:0;
}

.contacts-grey p{
margin:0;
}

.contacts-grey .block{
margin:0 0 20px 0;
}

.contacts-grey .right span{
    font-size: 30px;
}

.contacts-grey a{
    color: #d8d9da;
}

.contacts-bottom {
margin-top: 40px;
margin-bottom: 60px;
}

.contacts-bottom .left{
    float:left;
    width: 46%;
}

.contacts-bottom .right{
float: right;
    width: 40%;
    background-color: #e7e8e9;
    border: 3px solid #c6ccd6;
    padding: 3%;
}

.contacts-bottom h2{
    text-transform: uppercase;
}

.contacts-bottom p{
margin:5px 0;
}

.contacts-bottom h2{
padding-top:0;
margin-top:0;
}


.hotline{
background-color: #55585f;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.hotline img{
    margin-left: 10px;
    margin-bottom: -5px;
    height: 22px;
}
.hotline b{
    font-size: 13px;
font-family: "SegoeUIRegular";
    color: #e60003;
    margin-left: 80px;
}

.hotline a{
font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}
.help-tip .img{
float:left;
margin-right:20px;
	height:115px;
}
.help-tip p{
	display: none;
	text-align: left;
	background-color: #55585f;
	padding: 10px;
	width: 90%;
	max-width: 380px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
    left: 40%;
z-index: 200;
}

.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}


.sales{
    text-align: center;
    background-color: #f3f4f7;
    margin-bottom: 10px;
    padding: 3px 0;
}

.sales .sale{ 
    display: inline-block;
    text-decoration: line-through;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
}

.sales .procent{
    background-color: #e60003;
    display: inline-block;
    padding: 5px;
    color: #fff;
}
.sales span{
    text-transform: uppercase;
    font-weight: bold;
    color: #b40104;
    font-size: 18px;
}


.cart,
.enter{
    display: none;
}

.otzivi-news-all-page{
    background-color: #e9e9e9;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.otzivi-news-all-page strong{
font-size: 20px;
    color: #5a5a5a;
    margin: 0 0 20px 0;
    display: block;
    border-bottom: 2px solid #ccc;
padding-bottom: 7px;
}

.otzivi-all-page{
    width: 30%;
    margin-right: 5%;
    float: left;
    font-size: 12px;
}

.otzivi-all-page .head{
margin-top: 0;
    background-color: #e60003;
    color: #fff;
    font-weight: 900;
    padding: 5px 10px;
}

.news-all-page{
    width: 30%;
    margin-right: 5%;
    float: left;
    font-size: 12px;
}


.news-all-page .item-cnt>span,
.obzor-all-page .item-cnt>span{
font-weight: 900;
    padding: 5px 10px;
    background-color: #abaeb3;
    display: inline-block;
    color: #333;
}
.news-all-page .item-cnt a,
.obzor-all-page .item-cnt a{
    color: #c60002;
    font-weight: bold;
    font-size: 13px;
    display: block;
    margin: 5px 0;
}

.obzor-all-page{
    width: 30%;
    margin-right: 0;
    float: left;
    font-size: 12px;
}
.obzor-all-page img,
.news-all-page img{
width: 20%;
    float: left;
    margin-right: 10px;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    min-height: 225px;
    width: 100% !important;
    height: auto !important;
}
.youtube .play {
    background: url('/bitrix/templates/main/img/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}

.youtube_popap iframe {
    position: unset;
width: 100%;
height: 600px;
}

.youtube_popap_wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

.youtube_popap {
    max-width: 900px;
    position: relative;
    width: 100%;
    max-height: 320px;
    height: 100%;
    display: block;
    top: -13%;
    z-index: 2;

}

.youtube_popap_exit {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
background-color: #00000061;
}
.ui-widget-header {
background: #fff !important;
border: none !important;
color:#999 !important;
}

#form_zapis_calendar h3{
text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: center;
}

#form_zapis_calendar h3:after {
content: "";
    border-bottom: 3px solid #e60003;
    width: 50%;
    display: block;
    height: 10px;
    margin: 0 auto 20px;
}

.input-item-calendar label{
color: #999;
    font-weight: bold;
    display: block;
    margin: 20px 0;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
background-color: #eeeeee;
    color: #333333;
}

.ui-state-default, .ui-widget-content .ui-state-default{
background: #eee !important;
    color: #333 !important;
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active{
background: #e60003 !important;
    color: #fff !important;
    text-align: center;
}

.popup_calendar .form .btns input {
    background: #e60003;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    height: auto !important;
}
.popup_calendar .time-label {
    float: left;
    border: 1px solid #e60003;
    margin: 0px 3px 0px;
    padding: 5px;
    cursor: pointer;
    font-size: 11px;
    width: 27%;
text-align: center;
}
.ui-datepicker .ui-datepicker-header {
    background: #eeeeee !important;
}
.popup_calendar .time_labels {
/    float: right;
}
.popup_calendar .time-label.active {
 /  border: 2px solid #e60003;
font-family: "SegoeUIBold";
    background-color: #e60003;
    color: white;
}
.clear {
    clear: both;
}

.ui-datepicker table thead{
    border-top: 1px solid #d8dcdf;
    border-bottom: 1px solid #d8dcdf;
}

.ui-datepicker table tr th:nth-child(7){
    display: none;
}

.ui-datepicker table tr td:nth-child(7){
    display: none;
}

.text-center{
text-align:center;
}

.text-left{
text-align:left;
}

.open_calendar_form {
    position: fixed;
	width: 210px;
/    right: -125px;
right: calc(50% - 760px);
    bottom: 45%;
    padding: 8px 15px 8px 45px;
    border: 1px solid #e60003;
/    background-color: #e60003;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    background: url(/img/clock.jpg) center left no-repeat #e60003;
box-shadow:0px 0px 12px 0px rgba(0,0,0,0.46);
-webkit-box-shadow:0px 0px 12px 0px rgba(0,0,0,0.46);
-moz-box-shadow:0px 0px 12px 0px rgba(0,0,0,0.46);
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
    z-index: 100;
}

.popupover_calendar {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
}
.popup_calendar {
	display: none;
	width: 20%;
	height: auto;
	background: #fff;
	opacity: 1;
	position: fixed;
	padding: 25px 55px;
	top: 5%;
	left: calc(50% - 160px);
min-width: 310px;
max-width: 310px;
    z-index: 10000000000;
}
.popup_calendar .close {
	position: absolute;
	right: -45px;
	top: 0;
    cursor: pointer;
}
.popup_calendar .form {
	position: relative;
/	padding: 10px 10px;
	text-align: left;
	width: 100%;
}
.popup_calendar .form .success {
	display: none;
	text-align: center;
	width: 100%;
	color: green;
	margin: 10px 0px;
}
.popup_calendar .form .error, .popup .form .error_inp {
	display: none;
	text-align: center;
	width: 100%;
	color: red;
	margin: 10px 0px;
}
.popup_calendar .form .inputs {
/	margin: 0px 0px 25px 0px;
}
.popup_calendar .form .inputs .input-item {
	margin: 10px 0px;
	clear: both;
	height: 35px;
}
.popup_calendar .form .inputs .input-item label {
	padding-right: 10px;
	width: 30%;
}
.popup_calendar .form .inputs .input-item input {
	width: 90%;
	height: 25px !important;
padding:0 5%;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #ccc;
}

.popup_calendar .form .inputs .input-item select{
    padding: 5px 0 5px 5px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #ccc;
width: 80%;
}

.popup_calendar .form .inputs .input-item-calendar {
    position: relative;
    display: block;
}
.popup_calendar .form .btns {
	clear: both;
	width: 100%;
	text-align: center;
}
.popup_calendar .form .btns input {
	/*height: 30px !important;*/
}

		.last_zakaz_block {
			position: fixed;
			right: 5px;
			bottom: 150px;
			padding: 15px;
			border: 1px solid #e7e7e7;
			border-radius: 5px;
			background-color: #fff; 
			display: none;
    		width: 300px;
		}
		.last_zakaz_block .head {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    background-color: #b40104;
    color: #fff;
    padding: 6px;
		}
		.last_zakaz_block .text {
			width: 100%;
			margin-top: 10px;
			position: relative;
			display: block;
			text-align: center;
			font-size: 14px;
			line-height: 14px;
    font-weight: bold;
		}

		.last_zakaz_block .text span{
    font-size: 17px;
    font-weight: normal;
    padding-top: 10px;
    display: block;
    color: #555;
		}
.mesendger{
display:none;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
}

.mesendger .left{
    width: 33%;
float: left;
	background: #e60003;
height: 50px;
    text-align: center;
}

.mesendger .center{
    width: 33%;
float: left;
	background: #3e5989;
height: 50px;
    text-align: center;
}

.mesendger .center .buy_link_new, .mesendger .left a{
color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    line-height: 50px;
background: no-repeat;
padding:0;
}

.mesendger .right{
    width: 34%;
float: left;
height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	background: url(/bitrix/templates/main/img/mesendger-bg.webp) no-repeat center #d2e0f9;
}

.mesendger .viber{
	background: url(/bitrix/templates/main/img/viber.jpg) no-repeat center #8049a0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: 70%;
    margin-bottom: 7px;
}

.mesendger .phone{
	background: url(/bitrix/templates/main/img/ico-phone.jpg) no-repeat center #e20303;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: 100%;
    margin-bottom: 7px;
}

.mesendger .whatsapp{
	background: url(/bitrix/templates/main/img/whatsapp.jpg) no-repeat center #3bbf23;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: 70%;
}

.mesendger .telegram{
	background: url(/bitrix/templates/main/img/telegram.jpg) no-repeat center  #4da3ef;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: 60%;
}
.mesendger a{
    display: block;
    height: 100%;
    width: 100%;
}

	
.ears-old-head{
margin: 10px 0 10px 20px;
float: right;
height: 80px;
}

header .search {
    background: url(/bitrix/templates/main/img/search.jpg) center right no-repeat #abaeb3;
    color: #fff;
    height: 50px;
    width: 233px;
    float: right;
}

.floatleft-img {
    margin: 0 20px 10px 0;
    display: inline;
    float: left;
}

.coll-2 {
    line-height: 20px;
}

.faq-section{
			margin: 20px 0;
		}

		.faq-section input,
		.faq-section p{
			display: none;
		}

		.faq-section label+p{
			color: #999;
			font-size: .85em;
			-webkit-transition: all .15s ease-out; 
			-moz-transition: all .15s ease-out;
			-ms-transition: all .15s ease-out;
			-o-transition: all .15s ease-out;
			transition: all .15s ease-out;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;						
		}

		.faq-section input[type=checkbox]:checked~p{
			display: block;
			color: #444;
			font-size: 1em;
			text-overflow: clip; 
			white-space: normal;
			overflow: visible;	
border: 1px solid #ccc;
    padding: 20px;
		}

		.faq-section label{
			font-size: 1.2em;
			cursor: pointer;
			background: #eee;
			display: block;
			position: relative;
			padding: 7px 10px;
			font-weight: bold;
			border: 1px solid #ddd;
			border-left: 3px solid #888;
			text-shadow: 0 1px 0 rgba(255,255,255,.5);
			-webkit-transition: all .15s ease-out; 
			-moz-transition: all .15s ease-out;
			-ms-transition: all .15s ease-out;
			-o-transition: all .15s ease-out;
			transition: all .15s ease-out;			
		}

		.faq-section label::-moz-selection{
			background: none;
		}

		.faq-section label::selection{
			background: none;
		}

		.faq-section label:hover{
			background: #f5f5f5;
		}

		.faq-section input[type=checkbox]:checked~label{
			border-color: #ff7f50;		
color: #fff;		
			background: #EF2D2D;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#EF2D2D), to(#b40104));
			background-image: -webkit-linear-gradient(top, #EF2D2D, #b40104); 
			background-image: -moz-linear-gradient(top, #EF2D2D, #b40104); 
			background-image: -ms-linear-gradient(top, #EF2D2D, #b40104); 
			background-image: -o-linear-gradient(top, #EF2D2D, #b40104); 
			background-image: linear-gradient(to bottom, #EF2D2D, #b40104);
			-moz-box-shadow: 0 0 1px rgba(0,0,0,.4);
			-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4);
			box-shadow: 0 0 1px rgba(0,0,0,.4);				
		}

		.faq-section label::before{
			content: '';
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -6px;
			border: 6px solid transparent;
			border-left-color: inherit;	
		}

		.faq-section input[type=checkbox]:checked~label::before{
			border: 6px solid transparent;
			border-top-color: inherit;
			margin-top: -3px;
			right: 10px;	
		}


#verificationCalc .left ul.radio li {
	display: inline-block !important;
}

#verificationCalc .left ul.radio li label {
	padding: 0 0 0 18px !important;
}

#verificationCalc .left ul.radio li {
	margin-right: 10px !important;
}

#verificationCalc .left ul.radio {
	margin: 0 0 25px !important;
}
#verificationCalc .left {
    padding: 24px 0 27px 29px !important;
    width: 395px !important;
}
#verificationCalc {
    height: 290px !important;
}
#verificationCalc .right .table-cell {
    height: 218px !important;
}
	#verificationCalc {
		border: 5px solid #e7e7e7;
		margin: 0 0 43px;
		height: 346px;
	}
	#verificationCalc .left {
		float: left;
		padding: 24px 0 29px 58px;
		width: 350px;
	}
	#verificationCalc .left p.title {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		line-height: 21px;
		margin: 0 0 10px;
		padding: 0;
		text-align: left;
	}
	#verificationCalc .left ul.radio {
		list-style: none;
		margin: 0 0 33px;
		padding: 0;
	}
	#verificationCalc .left ul.radio li:first-child {
		margin: 0;
	}
	#verificationCalc .left ul.radio li label input[type=radio] {
		display: none;
	}
	#verificationCalc .left ul.radio li label.niceRadioChecked:before {
		background-position: 0 -328px;
	}
	#verificationCalc .left ul.radio li label:before {
		background: url(/bitrix/templates/source/images/custom_service_sprite.png) -19px -328px no-repeat;
		content: "";
		display: block;
		height: 14px;
		left: 0;
		position: absolute;
		top: 3px;
		width: 14px;
	}
	#verificationCalc .left ul.radio li label {
		cursor: pointer;
		padding: 0 0 0 28px;
		position: relative;		
	}
	#verificationCalc .left ul.radio li {
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: 15px 0 0;
	}
	#verificationCalc .left .row .select:first-child {
		margin: 0;
		width: 205px;
	}
	#verificationCalc .left .select {
		float: left;
		height: 38px;
		margin: 0 0 0 12px;
		width: 126px;
	}
	#verificationCalc .left .calc-button:hover {
		background: #e7e7e7;
		color: #000000
	}
	#verificationCalc .left .calc-button {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef2d2d+0,c52525+100 */
		background: #ef2d2d; /* Old browsers */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTI1MjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ef2d2d 0%, #c52525 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ef2d2d 0%,#c52525 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ef2d2d 0%,#c52525 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef2d2d", endColorstr="#c52525",GradientType=0 ); /* IE6-8 */
		border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		color: #fffefe;
		cursor: pointer;
		display: inline-block; *display: inline; vertical-align: top; zoom: 1;
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		margin: 15px 0 0;
		padding: 11px 26px 9px;
	}
	#verificationCalc .right {
		background: #e7e7e7;
		float: right;
		padding: 38px 24px 38px 38px;
		width: 188px;
	}
	#verificationCalc .right .table-cell {
		display: table-cell;
		height: 270px;
		vertical-align: middle;
		width: 188px;
	}
	#verificationCalc .right .table-cell p.caption {
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
		margin: 0 0 18px;
	}
	#verificationCalc .right .table-cell p.total {
		color: #eb2c2c;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

.top-darkblue {
	background: url(/bitrix/templates/main/img/top-darkblue.webp) no-repeat;
	background-size: cover;
    display: inline-block;
    width: 100%;
}

.top-darkblue .left{
	float:left;
	width: 28%;
	margin-right:4%;
    padding: 30px 0;
}

.top-darkblue .center{
	float:left;
	width: 35%;
	margin-right:4%;
    padding: 30px 0;
}

.top-darkblue .right{
	float:left;
	width: 23%;
	margin-right:0;
background-color: rgba(0, 0, 0, 0.4);
    padding: 3%;
}

.top-darkblue .left{
	text-align: center;
}

.top-darkblue .left img{
	margin-top: 15px;
}

.top-darkblue .center ul{
	padding: 0;
	margin: 0;
}

.top-darkblue .center ul li{
    display: block;
    font-family: "SegoeUIbold";
    font-size: 18px;
/    text-decoration: underline;
    color: #fff;
	padding: 0 0 8px 0;
}


.top-darkblue .youtube {
	box-sizing: border-box;
    width: 100%;
    border: 9px solid #cadcf7;
}

.top-darkblue .right b, .top-darkblue .right .head{
    font-family: "SegoeUIbold";
    font-size: 24px;
    color: #fff;
	border-bottom: 3px solid #af0306;
    padding-bottom: 7px;
    display: block;
}




.top-darkblue .right p{
	color: #fff;
    font-size: 13px;
}

.top-darkblue .right i{
    font-family: "SegoeUIbold";
	font-style: normal;
}

.top-darkblue .right input[type="text" i] {
    background: none;
    border: none;
    color: #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding: 15px 0;
    font-size: 16px;
}

.top-darkblue .right .db-phone {
	background: url(/img/db-phone.png) left center no-repeat !important;
}

.top-darkblue .right input[type="submit" i] {
	width: 100%;
    background: #e60003;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 10px 7px;
    border: 0;
}

.top-darkblue .right .massendger{
    margin-top: 10px;
}

.top-darkblue .right .massendger p{
	margin: 0 14px 0 0;
    float: left;
    font-family: "SegoeUIbold";
    font-size: 11px;
line-height: 38px;
}

.top-darkblue .right .massendger a{
	margin-right: 7px;
    float: left;
}

.top-darkblue .right .massendger a:nth-child(3){
	margin-right: 0;
}

.form_new_send input[name="phone"]:not(.phone_focus) {
	padding-left: 16px !important;
box-sizing: border-box;
}
.form_new_send .phone_focus {
	padding-left: 0px !important;
}
.form_new_send .success, .form_new_send .error {
	display: none;
	width: 100%;
	position: relative;
	margin: 10px 0px;
	text-align: center;
	color: green;
}
.form_new_send .error {
	color: red;
}

.form_new_send input[type="submit"] {
	cursor: pointer;
}

.form_new_send input {
	outline: none !important;
}
.bottom-darkblue {
	background: #efefef;
    display: inline-block;
    width: 100%;
}


.bottom-darkblue .center{
	float:left;
	width: 67%;
	margin-right:4%;
    padding: 30px 0;
}

.bottom-darkblue .right{
	float:left;
	width: 22%;
    padding: 3%;
	border-left:1px solid #ccc;
}

.bottom-darkblue b{
    font-size: 22px;
    color: #4a5161;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.bottom-darkblue .more{
    width: 200px;
    background: #e60003;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin: 10px auto 0;
    padding: 10px 7px;
    border: 0;
}

.bottom-darkblue i{
    font-size: 12px;
    color: #6d6d6d;
    line-height: 1;
    display: block;
    text-align: center;
    margin: 5px 0;
}

.ymap-container {
  position: relative;
  margin: 3em 0 0 0;
  overflow: hidden;
  cursor: pointer;
  background: url('/bitrix/templates/main/img/map-il.webp') #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 2em  0 rgba(0,0,0,.2);
}
 

#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 20em;
  cursor: pointer;
  background-color: transparent;
}

.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0,0,0,.55);
}
 
.loader:after,
.loader:before {
  box-sizing: border-box;
}
 
.loader.is-active {
  top: 0;
  opacity: 1;
}
 
.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}
 
.Important-info{
border: 1px solid #ddd;
padding: 30px;
margin: 30px 0;
}

.Important-info a{
    background: #002d57;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding: 10px 40px;
    margin: 25px 0;
    border-radius: 3px;
    display: block;
    width: max-content;
    text-decoration: none;
}

.scheme-list .scheme-item.arrow::after{
    display: none;
}

.scheme-list .scheme-item {
    width: 14% !important;
}

.actions .news .item>span, .actions .hits .item>span, .actions .sales .item>span {
    text-transform: initial;
    font-size: 14px;
    color: #000;
}

@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
 
@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}


.docs-page,
.rabotniki,
.podmoskowie-wrap{
    background: #d9e3eb;
    background-size: cover;
    display: inline-block;
    width: 100%;
margin: 40px 0;
padding:30px 0;
}


.docs-page .coll4 .item {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%);
}

.reviews-wrap,
.stages-work{
    background: #eee;
    background-size: cover;
    display: inline-block;
    width: 100%;
margin: 40px 0;
padding:30px 0;
}

.stages-work img{
max-width: 40%;
}

.stages-work p{
margin: 0 0 10px 0;
}

.stages-order .item-wrap{
display: flex;
    background: #e7e7e7;
    border-radius: 10px;
    padding: 2% 0;
}

.stages-order .item{
    border-right: 1px solid #bbb;
    padding: 0 20px;
    text-align: center;
}

.stages-order .item:nth-last-child(1){
border:0;
}

.stages-order .item-wrap .num{
background: #e60003;
    height: 66px;
    width: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    font-family: "SegoeUIBold";
margin: 0 auto;
}

.strahovka{
    background: url(/bitrix/templates/main/img/strahovka.webp) center no-repeat;
    clear: both;
min-height: 400px;
}

.strahovka, .komplekt-ustanovki {
	overflow: hidden;
}
.strahovka .left{
    max-width: 534px;
	float:left;
}

.strahovka .left p:nth-child(1){
font-family: "SegoeUIBold";
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    margin: 32px 0 0 0;
}

.strahovka .left p:nth-child(2){
font-family: "SegoeUIBold";
    color: #fff;
    font-size: 107px;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 2px solid #9bd3ff;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.strahovka .left p:nth-child(2):after {
    content: "\20BD";
font-family: "SegoeUIBold";
    font-size: 48px;
    margin-left: 10px;
}

.strahovka .left p:nth-child(3){
    color: #9bd3ff;
    font-size: 18px;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 10px 0;
}

.strahovka .left p:nth-child(4){
font-family: "SegoeUIBold";
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.strahovka .left p:nth-child(4) b{
    color: #9bd3ff;
}

.strahovka .left a{
background: #b8d6f1;
    padding: 5px 30px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 15px;
    color: #000;
    text-decoration: none;
}

.strahovka .right{
    width: 213px;
    float: right;
padding-top:22px;
}

.metrologicheskiy-center {
    background: #f1f1f3;
    max-width: 222px;
    float: left;
    text-align: center;
    width: 75%;
}

.metrologicheskiy-center img {
    margin-top: 12px;
    width: 90%;
    max-width: 135px;
}

.metrologicheskiy-center p {
    margin: 5px;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 13px;
}

.mobile-f{
	float:left;
}

.only-mobile {
    display: none;
}

.home-h1 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 50px 0;
    display: block;
    border: none;
}

@media screen and (max-width: 1440px) {
.hover-text,
{
    display: none !important;
}

aside {
    display: none;
	}
}

@media screen and (max-width: 1320px) {

.schet{
    display: none;
}

.main-menu {
    display: none;
}

.nav-menu-pc .cnt,
header .cnt{
	width: 100%;
    max-width: 100%;
	}

.mobile-menu-holder.active{
	display: block;
	}


.mobile-menu a{
	color:#fff;
text-decoration: none;
	}
.mobile-menu .btn-menuM {
	text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
	background: url(/bitrix/templates/main/img/gamburger.png) center left no-repeat;
    padding: 10px 0 10px 29px;
    font-size: 18px;
	}

.mobile-menu-holder{
	margin:0;
    padding:0;
	background-color: #e60003;
	position: absolute;
	width: 300px;
	top: 44px;
}
.mobile-menu-holder ul  a{
	display: block;
	padding: 10px 0;
}
.mobile-menu-holder ul{
	margin: 0;
    padding:0;
}


.mobile-menu-holder ul li{
border-top:1px solid #ff8e8f;
list-style: none;
    margin: 0;
text-transform: uppercase;
	}

header .sale, header .servis {
/    margin: 30px 0 0 30px;
}

header .cnt {
    width: 100%;
}

.home-nav .four {
    width: 96%;
    margin: 2%;
}

.popular .item {
    width: 46%;
    margin: 20px 2%;
}

.popular .item:nth-child(n){
	border:0 !important;
	}

.item .hover-text {
    display: none;
}


.bolle-10-let .desyat-let{
	font-size: 20px;
    text-transform: uppercase;
	float: right;
}

.bolle-10-let .desyat-let b{
	font-size: 40px;
}
.bolle-10-let img {
    margin: 0 1%;
}

.serviceItem{
	width: 26%;
}

.main-inside{
    display: inline-block;
}

.zamena-batarei-cnt-1 .center {
    min-width: auto !important;
	padding-left: 2% !important;
}

.zamena-batarei-cnt-1 .center p {
    font-size: 15px !important;
}
}


@media screen and (max-width: 1200px) {
.main-menu .cnt-menu li > a, .nav-menu-pc .cnt li > a {
    font-size: 13px;
	}

.main-menu .cnt-menu li, .nav-menu-pc .cnt li {
    padding: 14px;
}

.main-menu .cnt-menu li:nth-child(8), .nav-menu-pc .cnt li:nth-child(8) {
    width: 150px;
}
.nav-menu-pc .cnt li .dropdown .service-ul li a {
    font-size: 14px;
	}

.scheme-list .scheme-item {
    width: 28% !important;
    margin-bottom: 20px;
}

}


@media screen and (max-width: 1080px) {
header .servis>a:nth-child(3), header .sale>a:nth-child(3), 
.home-nav .item-tovar-slider{
    display: none;
}

header .servis>a>strong, header .sale>a>strong {
    font-size: 20px;
}

header .sale, header .servis {
    height: 55px;
    width: auto;
    margin: 10px 0 0 20px;
	float: none;
}

.mobile-f{
	float:left;
	}

.home-nav .one,
.home-nav .two
 {
    width: 46%;
    margin: 2%;
}

.home-nav .three {
    width: 96%;
    margin: 2%;
}

.home-nav .three .item-uslugi{
    width: 97%;
	}

.form-home .right {
    display: none;
}

.form-home .left {
    width: 100%;
}

.actions .news .item>span, .actions .hits .item>span, .actions .sales .item>span {
    clear: both;
    width: 100%;
    text-align: center;
}

#mobile-img,
.mobile-img{
    display: none;
}
.contacts-grey .right span {
    font-size: 20px;
}
header .text,
header .user {
    display: none;
}
}

@media screen and (max-width: 1000px) {

aside {
    display: none;
}

.main-inside {
    margin-left: 0;
    width: 100%;
}

#verificationCalc,
.service-title{
    display: none;
}

.nav-menu-pc {
    display: none;
}

.mobile-menu{
	display: block;
	position: relative;
    background-color: #e60003;
    padding: 10px 0;
	margin: 0 auto;
	width: 50px;
    z-index: 100;
}
.logo-a{
	height: 105px;
	display: block;
}
.td-sertifikat-2,
.td-sertifikat {
    width: 31%;
}

.zamena-batarei-cnt-1 .left,
.zamena-batarei-cnt-1 .center {
    float: none !important;
    max-width: 100% !important;
    width: 100% !important;
}

.zamena-batarei-cnt-1 .right {
    max-width: 100% !important;
    width: 100% !important;
}

.hotline img {
    display: none !important;
}

.only-mobile {
    display: block;
}

.only-mobile span {
    font-size: 13px;
    font-family: "SegoeUIRegular";
    color: #e60003;
    margin-top: 10px;
}
}

@media screen and (max-width: 900px) {
.mesendger {
    display: block;
}

.strahovka .left p:nth-child(1) {
    font-size: 30px;
}

.strahovka .left p:nth-child(2) {
    font-size: 68px;
}
.strahovka .left p:nth-child(4) {
    font-size: 18px;
}

.strahovka .left {
    max-width: 355px;
}
.stages-order .item {
    width: 40%!important;
    margin: 1%;
}

.stages-order .item-wrap {
    display: flex;
    flex-wrap: wrap;
}
.stages-order .item:nth-last-child(2n+1) {
    border: 0;
}


}


@media screen and (max-width: 800px) {
.preimuchestva-poverki .item{
    width: 48%;
    font-size: 12px;
    min-height: 160px;
}
.bolle-10-let img {
	display:none;
}

.serviceItem{
	width: 39%;
}

.serviceItem:nth-child(3n) {
    margin-right: 3%;
}
.contacts-grey .left, .contacts-grey .right {
    float: none;
    width: 100%;
    padding: 2%;
}

.contacts-bottom .right, .contacts-bottom .left {
    float: none;
    width: 90%;
}

.coll4 .item {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.coll4 .item:nth-last-child(1) {
    margin-right: 0;
    float: none;
}

.coll4 .item b {
    font-size: 12px;
}

.youtube_popap iframe {
height: 400px;
}
.top-darkblue .left{
	float:none;
	width: 100%;
	margin-right:0;
}

.top-darkblue .center{
	float:none;
	width: 100%;
	margin-right:0;
	padding-top: 0;
}

.top-darkblue .right{
	float:none;
	width: auto;
	margin-right:0;
}

.top-darkblue .center ul li {
    font-size: 15px;
}

.bottom-darkblue .center{
	float:none;
	width: 100%;
	margin-right:0;
}

.bottom-darkblue .right{
	float:none;
	width: 100%;
	margin-right:0;
	border-top: 1px solid #ccc;
	border-left: 0;
	text-align:center;
}
.mobile-f {
    display: none;
}

.ears-old-head {
    display: block !important;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 120px;
    height: auto;
    margin-top: 50px;
    margin-left: -55px;
    margin-right: -29px;
    margin-bottom: 0;
}
}

@media screen and (max-width: 700px) {
.home-nav .one, .home-nav .two {
    width: 96%;
    margin: 2%;
}

.home-nav{
	opacity: 1;
}

.formEquip-right{
	display:none;
	}

#formEquip {
    width: 100%;
}

.preimuchestva-poverki-page .left{
    width: 100%;
}

.preimuchestva-poverki-page .right{
    width: 100%;
}
.help-tip p {
    left: 0;
}

.zamena-batarei-cnt-1 .video {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
/    padding-bottom: 70% !important;
}


header .search {
    width: 100%;
    float: right;
    display: block;
}

#title-search-input {
    width: calc(100% - 100px);
}


header .user{
width: 100%;
height: auto;
	}

.home-nav .item-big {
    height: auto;
}

  .otzivi {
    background: #ccc;
}

.popular,
.grey {
    background: none;
}

.home-h1 {
    font-size: 20px;
}
}


@media screen and (max-width: 650px) {
header .mobile{
	display:block;
	float:right;
    width: 51px;
}

header .mobile>a{
display: flex;
}

.slide {
    display: none;
}

h1 {
    font-size: 22px;

}
.otzivi .item {
    width: 80%;
    float: none;
    margin: 20px 10%;
    font-size: 13px;
}

.otzivi .cnt>strong {
    font-size: 24px;
}

.form-home .left .content {
    width: 100%;
    text-align: center;
}

.form-home .left .content>strong {
    margin: 30px 0;
    font-size: 36px;
}

.form-home .left .content>p {
    margin: 30px 0;
}

.form-home .left .content>span {
    margin: 30px 0;
}

.form-home .left .action-form>form {
    float: none;
    width: 80%;
    margin: 50px auto;
}

.form-home .left .action-form .intext {
    max-width: 90%;
    width: 90%;
    padding: 5%;
}

.news,
.text-s {
    display: none;
}

.actions .news, .actions .hits, .actions .sales {
    width: 100%;
    margin: 20px 0;
}

.actions .news .item>span, .actions .hits .item>span, .actions .sales .item>span {
    clear: none;
}

.actions .news .img-cnt>img, .actions .hits .img-cnt>img, .actions .sales .img-cnt>img {
    max-height: none;
}

.actions .news>b, .actions .hits>b, .actions .sales>b {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.actions .news, .actions .hits {
    border-right: none;
}

.actions .cnt {
    padding: 0;
}

.map-btn strong {
    font-size: 24px;
}

.demottaje-price .item {
    float: none;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    max-width: 400px;
	display: table;
}
.news-all-page,
.otzivi-all-page,
.obzor-all-page{
    width: 100%;
}

.zamena-batarei-cnt-2 .item {
    float: none;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    max-width: 400px;
    display: table;
}

.zamena-batarei-cnt-1 .left,
.zamena-batarei-cnt-1 .center,
.zamena-batarei-cnt-1 .right {
    width: auto !important;
}

.popup_calendar {
    padding: 10px !important;
}


.popup_calendar {
    top: 10% !important;
}
.top-darkblue {
    background: #4d5160;
}

.scheme-list .scheme-item {
    width: 100% !important;
}

.strahovka {
    background: #063B66;
    padding: 0 0 30px 0;
}

.strahovka .left {
    max-width: 100%;
    float: none;
    text-align: center;
}

.strahovka .right {
    width: 213px;
    float: none;
    margin: 0 auto;
    padding-top: 40px;
}
.stages-order .item {
    width: 80%!important;
    margin: 2% 10%;
    border-right: 0;
    border-bottom: 1px solid #bbb;
}

.stages-order .item:nth-last-child(1) {
    border: 0;
}
.stages-order .item:nth-last-child(2n+1) {
       border-bottom: 1px solid #bbb;
}
.popup_calendar {
    padding: 5px;
    top: 10%!important;
}

.popup_calendar .close {
    position: absolute;
    right: 0;
    top: -45px;
    cursor: pointer;
}
.Important-info {
    display: none!important;
}
.zamena-batarei-cnt-2 .item {
    width: 100%;
    margin: 0 auto;
}
#fancybox-content {
    display: contents;
}

#fancybox-wrap{
left: 5% !important;
}
}

@media screen and (max-width: 550px) {
.hotline b {
    margin-left: 0;
}

.hotline a {
    display: block;
}

.footer-1, .footer-2 {
    float: none;
    width: 100%;
}

.footer-3, .footer-4 {
    float: left;
    width: 50%;
}

.coll-2,
.time_to_change>div,
.how_do_work>div,
.variants>div{
	width: 100%; 
	margin:20px 0;
}

.buy_link_new, .service-item table td .buy_link_new {
/    width: 90px;
	}

.service-custom-certificates .item {
    width: 100%;
    margin: 20px 0;
}

.service-custom-certificates .item a {
    margin: 20px auto;
}

.service-custom-certificates {
    margin: 20px auto !important;
}

.service-order-form form input[type="text"] {
    margin: 10px 5%;
    width: 90%;
}

.service-order-form form input.button {
    margin: 10px 5%;
    width: 90%;
	}

.popup-form.service-custom form input[type="text"] {
    margin: 13px 0;
    width: 90%;
}

.popup-form.service-custom form input[type="submit"] {
    width: 100%;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
	margin: 10px !important;
    width: 100%;
}

.bx_catalog_tile .bx_catalog_tile_img img {
    width: 100%;
}

.teplosch_zam_item {
    width: 100%;
    margin: 10px 0;
}

.strahovka .left{
    width: 100%;
}

.strahovka .right{
    width: 70%;
margin: 30px 15%;
}

.strahovka .left img:nth-child(5) {
    width: 100%;
}

.strahovka .left img:nth-child(1) {
    display:none;
}

.td-sertifikat-2,
.td-sertifikat {
    width: 45%;
}

.popup_calendar .close {
    position: absolute !important;
    right: 0 !important;
    top: -45px !important;
}
}

@media screen and (max-width: 450px) {

.popup_calendar {
    padding: 5px !important;
}
header .logo {
    width: 20%;
}

header .logo img {
    width: 80%;
}

header .servis>a>strong, header .sale>a>strong {
    font-size: 16px;
}

header .servis>a, header .sale>a {
    margin: 5px;
	}

header .servis>span, header .sale>span {
    font-size: 12px;
}

.preimuchestva {
    display:none;
}

.popular .item {
    width: 100%;
    margin: 20px 0;
}

.form-home .left .content>strong {
    font-size: 24px;
}

.form-home .left .content>p {
    font-size: 24px;
}

.form-home .left .content>span {
    font-size: 50px;
}

.serviceItem{
	width: 85%;
}

.td-sertifikat-2, .td-sertifikat {
    width: 90%;
}

.hotline img {
    display: block;
    margin-left: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hotline a{
    display: block;
}

.hotline b {
    margin-left: 0;
}
}

@media screen and (max-width: 424px) {
.strahovka .left p:nth-child(1) {
    font-size: 20px;
}
.strahovka .left p:nth-child(2) {
    font-size: 40px;
}
.strahovka .left p:nth-child(4) {
    font-size: 12px;
}
}

#table-price {
    width: 100%;
}

#table-price th {
    background: #EF2D2D;
    color: #fff;
    padding: 10px;
}

#table-price tr:nth-child(2n) {
    background: #eee;
}

#table-price td {
    padding: 10px;
}

.komplekt-ustanovki .item{
    width: 20%;
	float:left;
	margin:20px 5% 0 0;
	text-align:center;
}

.komplekt-ustanovki .item:nth-child(4n){
		margin-right:0;
}

.strahovka{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.komplekt-ustanovki {
	overflow: hidden;
}
.main-menu .cnt-menu ul li .dropdown.small ul.service-ul, .nav-menu-pc .cnt ul li .dropdown.small ul.service-ul{
	float: left;
	width: 25%;
}
.main-menu .cnt-menu ul li .dropdown.small ul.service-ul li, .nav-menu-pc .cnt ul li .dropdown.small ul.service-ul li{
	float: none;
	width: 100%;
}
.service-ul li b{
	font-size: 16px;
	text-transform: uppercase;
	color: #545b65;
}
.main-menu .cnt-menu li .dropdown .service-ul:first-child, .nav-menu-pc .cnt li .dropdown .service-ul:first-child{
	margin-left: 45px;
}
.main-menu .cnt-menu li .dropdown .service-ul li a, .nav-menu-pc .cnt li .dropdown .service-ul li a{
	color: #b40104;
	font-size: 16px;
	margin-left: 0;
}
.main-menu .cnt-menu li .dropdown .service-ul li a:before, .nav-menu-pc .cnt li .dropdown .service-ul li a:before{
	background: url(/bitrix/templates/main/img/right-arr.png) center no-repeat;
	display: block;
    height: 11px;
    width: 5px;
    content: "";
	float: left;
    margin-top: 3px;
    margin-right: 9px;
}




@media screen and (max-width: 650px) {
.komplekt-ustanovki .item{
    width: 45%;
	float:left;
	margin:20px 5% 0 0;
	text-align:center;
    font-size: 13px;
    height: 250px;
}
}
.top-position{
	position: fixed;
	top:0;
}
.mobile-menu .dropdown a {
    color: #333;
    font-size: 16px;
    text-align: left;
    padding: 7px 10px;
    text-transform: initial;
    font-weight: 600;
    font-family: "SegoeUIRegular";
}
/*27.07.2018*/

.zamena-batarei-cnt-1{
margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}

.zamena-batarei-cnt-1 .left{
	float:left;
    max-width: 327px;
	width: 40%;
}

.zamena-batarei-cnt-1 .left img{
	width: 100%;
}

.zamena-batarei-cnt-1 .center{
	float:left;
    max-width: 293px;
	width: 30%;
	padding-left:10%;
    min-width: 275px;
}

.zamena-batarei-cnt-1 .center p{
    font-weight: 900;
/    font-family: "SegoeUIbold";
    font-size: 18px;
    padding: 0;
    margin: 0 0 16px 0;
}

.zamena-batarei-cnt-1 .center p span{
	height: 27px;
    width: 27px;
    background: #444b51;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 27px;
}

.zamena-batarei-cnt-1 .right{
	float:right;
    max-width: 249px;
	width: 26%;
	padding:5px 2% 0 2%;
    background:#e60003;
/    border: 7px solid #dbdddf;
    border: 7px solid #c10003;
    text-align: center;
}


.zamena-batarei-cnt-1 .right img{
	display: block; 
	float:right;
}

.zamena-batarei-cnt-1 .right i{
	color:#fff;
	float:left;
    font-size: 14px;
    width: 80px;

}

.zamena-batarei-cnt-1 .right b{
	color: #fff;
    font-size: 20px;
 	text-transform: uppercase;

}

.zamena-batarei-cnt-1 .right form{

}

.zamena-batarei-cnt-1 .right form input[type="text" i] {
   width: 94%;
    padding: 5px 2%;
	margin-top:10px;
}

.zamena-batarei-cnt-1 .right form input  {
   width: 94%;
    padding: 5px 2%;
	margin-top:10px;
}

.zamena-batarei-cnt-1 .right form input[type="submit" i]{ 
    background: #444b51;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding: 10px;
    width: 100%;
    margin: 10px 0 6px;
}


.zamena-batarei-cena{
margin: 60px 0;
    display: inline-block;
    width: 100%;
background: #d8dddd;
}

.zamena-batarei-cena .right{
    margin-left: 35%;
}

.zamena-batarei-cena img{
float:left;
}

.zamena-batarei-cena .right p{
    margin: 7px;
    padding: 0;
}

.zamena-batarei-cena .right p span {
    height: 27px;
    width: 27px;
    background: #444b51;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    margin-right: 10px;
}

.zamena-batarei-cena .right span img{
float:none;
}

.zamena-batarei-cena .right strong{
	color: #b40104;
    font-size: 40px;
    margin: 10px 0;
    text-transform: uppercase;
    display: block;
padding: 0;
}

.zamena-batarei-cena .right b{
	color: #b40104;
    font-size: 30px;
    display: block;
padding: 0;
    margin: 0;
}

.zamena-batarei-cena .right b span{
    font-size: 80px;
    line-height: 70px;
}

.zamena-batarei-cena .right em{
    font-weight: 900;
    font-family: "SegoeUIbold";
}

.zamena-batarei-cena .right a{
    background: #444b51;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding: 10px 40px;
    margin: 20px auto;
    float: none;
    clear: both;
    display: block;
    width: 200px;
    text-align: center;
}


.zamena-batarei-preimuchestva .item {
    float: left;
    width: 48%;
    margin: 1%;
    font-size: 16px;
    font-weight: 600;
color:#e60003;
}

.zamena-batarei-preimuchestva .item>img {
    width: 80%;
    max-width: 80px;
    float: left;
margin-right: 30px;
}

.soc img{
    width: 33px;
}

.zamena-batarei-cnt-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.zamena-batarei-cnt-2 .item{
	float:left;
	width: 29%;
    margin: 0 2%;
	text-align:center;
}

.zamena-batarei-cnt-2 .item img{
    max-width: 80%;
}

.zamena-batarei-cnt-2 strong {
    background-color: #e60003;
    width: auto;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.price .item strong {
    background-color: #fff !important;
    display: block;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.price .item span i{
    font-size: 52px !important;
    font-style: normal;
    margin-top: 6px;
    padding: 0;
    line-height: 44px;
}

.zamena-batarei-cnt-2 .item a,
.zamena-batarei-cnt-2 .item .free  {
    background: #444b51;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding: 10px 40px;
margin: 12px auto;
    display: block;
    float: none;
}


.zamena-batarei-cnt-2 .item p {
    font-weight: 900;
}

.zamena-batarei-cnt-2 .item span {
    font-size: 14px;
    color: #fff;
    width: 80px;
    background-color: #b40104;
    height: 80px;
    display: block;
    border-radius: 50%;
    margin-top: -150px;
    float: right;
    position: relative;
}

.zamena-batarei-cnt-2 .item span i{
    display: block;
    font-size: 24px;
    font-weight: 900;
    font-family: "SegoeUIbold";
}
.partners .item{
	width:30%;
	margin:1%;
	float:left;
}

.video-block-cnt{

}

.video-block{
	float:right;
	width:40%;
	margin:0 0 5% 5%;
    position: relative;
    padding-bottom: 30%;
	border: 1px solid #aaa;
	border-radius: 10px;
}

.video-block .video-frame {
    position: absolute;
    top: 0;
    left: 0;
	width: 94%;
    height: 90%;
    margin: 3%;
}
.zamena-batarei-cnt-1 .right form input[type="submit" i]{ 
    background: #444b51;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding: 10px;
    width: 100%;
    margin: 10px 0 6px;
}


.zamena-batarei-cena{
margin: 60px 0;
    display: inline-block;
    width: 100%;
background: #d8dddd;
}

.zamena-batarei-cena .right{
    margin-left: 35%;
}

.zamena-batarei-cena img{
float:left;
}

.zamena-batarei-cena .right p{
    margin: 7px;
    padding: 0;
}

.zamena-batarei-cena .right p span {
    height: 27px;
    width: 27px;
    background: #444b51;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    margin-right: 10px;
}

.zamena-batarei-cena .right span img{
float:none;
}

.zamena-batarei-cena .right strong{
	color: #b40104;
    font-size: 40px;
    margin: 10px 0;
    text-transform: uppercase;
    display: block;
padding: 0;
}

.zamena-batarei-cena .right b{
	color: #b40104;
    font-size: 30px;
    display: block;
padding: 0;
    margin: 0;
}

.zamena-batarei-cena .right b span{
    font-size: 80px;
    line-height: 70px;
}

.zamena-batarei-cena .right em{
    font-weight: 900;
    font-family: "SegoeUIbold";
}

.zamena-batarei-cena .right a{
    background: #444b51;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding: 10px 40px;
    margin: 20px auto;
    float: none;
    clear: both;
    display: block;
    width: 200px;
    text-align: center;
}


.zamena-batarei-preimuchestva .item {
    float: left;
    width: 48%;
    margin: 1%;
    font-size: 16px;
    font-weight: 600;
color:#e60003;
}

.zamena-batarei-preimuchestva .item>img {
    width: 80%;
    max-width: 80px;
    float: left;
margin-right: 30px;
}










/* ----------------------------------------- */

/* Стили новой галереи */
.my-gallery {
    width: 100%;
    float: left;
}
.my-gallery figure {
    display: block;
    float: left;
margin: 0 5px 5px 0;
}
.my-gallery figcaption {
    display: none;
}

.pswp__caption__center {
    text-align: center;
}

.my-gallery_license {
    width: unset;
    float: unset;
    display: flex;
    justify-content: space-between;
}

.my-gallery_license_wrap {
    display: flex;
    justify-content:space-between;
}

.my-gallery_license_wrap .item {
    margin-right: unset;
}


.coll4 .my-gallery_license .item {
    width: 45%;
    float: left;
    padding-bottom: 23px;
    margin-bottom: 0;
}


.coll4 .my-gallery_license .item b {
    padding-bottom: 26px;
    margin-top: 26px;
}


.pswp__zoom-wrap img {
    height: auto !important;
}


/* Стили карусели */

.swiper-slide {
    margin-right: 5px;
    height: 120px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 15%;
}

.swiper-container {
    padding: 20px 40px;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-color: #fff;
    left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-color: #fff;
    right: 0;
}

.swiper-button-next, .swiper-button-prev {
    top: 20px;
    width: 50px;
    height: 100%;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/bitrix/templates/source/styles/../images/arrows_swipper.png);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/bitrix/templates/source/styles/../images/arrows_swipper.png);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
}

.swiper-slide img {
    width:100%;
}

/* Примеры наших работ */

.remont-4coll .item:nth-last-child(1) {
    float: left;
}

.remont-4coll .item_last {
    margin-left: 2.9%;
}

@media (max-width: 798px) {
    .remont-4coll .item:nth-last-child(1) {
        margin-right: 5%;
    }
    .remont-4coll .item_last {
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: right !important;
    }
}


.w-unset {
    width: unset;
    float: unset;
}

.caption_text_wrap {
    display: flex;
}

.caption_text_wrap .my-gallery,
.caption_text_wrap .my-gallery figure {
    float: unset;
    width: unset;
    width: 350px;
}

.caption_text_wrap .my-gallery figure,
.caption_text_wrap .my-gallery figure a {
    float: unset !important;
}

@media (max-width: 1080px) {
    .caption_text_wrap #mobile-img, .mobile-img {
        display: block;
    }
    .caption_text_wrap {
        display: block;
    }
    .caption_text_wrap .my-gallery,
    .caption_text_wrap .my-gallery figure,
    .caption_text_wrap .my-gallery figure a {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: center;
    }
}


.img-detail .my-gallery,
.img-detail .my-gallery figure {
    float: unset;
}

.strahovka:nth-child(1) {
    display: none;
}

.service-order-form form{
        text-align: center;
}
.owl-carousel.owl-loaded {
border: 1px solid #bbb;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 70px;
    height: 240px;
    margin-top: 20px;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 30px;
}

.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
    max-height: 200px;
}

.owl-carousel .owl-item img {
    min-height: 200px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #d2e0f9;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3f4c6b;
}

/* End */


/* Start:/bitrix/templates/main/template_styles.css?175075641210722*/
@media screen and (max-width: 1320px)
{
html, body {
overflow-x: hidden;
}

}

@media screen and (max-width: 1120px)
{
header .text>p {
    font-size: 11px !important;
}

header .text {
    width: 220px !important;
}

header .text .call-back {
    font-size: 11px !important;
}
}

@media screen and (max-width: 1080px)
{
header .sale, header .servis {
    margin: 10px 0 0 10px !important;
}
}

@media screen and (max-width: 1010px)
{
header .logo img {
    margin-top: 20px;
    width: 140px;
}
}

@media screen and (max-width: 910px)
{
header .text {
    display: none !important;
}
}


@media screen and (max-width: 500px)
{
header .sale, header .servis {
    width: 170px ;
}

header .servis>span, header .sale>span {
    font-size: 12px;
}

header .servis>a>strong, header .sale>a>strong {
    font-size: 16px;
}

.zamena-batarei-cena .right strong {
    font-size: 30px;
}
.zamena-batarei-cena .right b span {
    font-size: 60px;
}

.zamena-batarei-cena .right p span {
    height: 17px;
    width: 17px;
}

.zamena-batarei-cena .right a {
    max-width: 200px;
    width: 70%;
}

}

/* font-family: "SegoeUIRegular"; */
@font-face {
    font-family: "SegoeUIRegular";
font-display: swap;
    src: url("/bitrix/templates/main/fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("/bitrix/templates/main/fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/main/fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("/bitrix/templates/main/fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
    font-family: "SegoeUIBold";
font-display: swap;
    src: url("/bitrix/templates/main/fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("/bitrix/templates/main/fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/main/fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("/bitrix/templates/main/fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIItalic"; */
@font-face {
    font-family: "SegoeUIItalic";
font-display: swap;
    src: url("/bitrix/templates/main/fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("/bitrix/templates/main/fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/main/fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
    url("/bitrix/templates/main/fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUILight"; */
@font-face {
    font-family: "SegoeUILight";
font-display: swap;
    src: url("/bitrix/templates/main/fonts/SegoeUILight/SegoeUILight.eot");
    src: url("/bitrix/templates/main/fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/main/fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("/bitrix/templates/main/fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
    font-family: "SegoeUISemiBold";
font-display: swap;
    src: url("/bitrix/templates/main/fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("/bitrix/templates/main/fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/main/fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("/bitrix/templates/main/fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* This stylesheet generated by Transfonter (https://transfonter.org) on April 7, 2017 12:19 PM */

@font-face {
	font-family: 'SegoeUIRegular';
font-display: swap;
	src: url('/bitrix/templates/main/fonts/SegoeUI-SemiBold.eot');
	src: url('/bitrix/templates/main/fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/main/fonts/SegoeUI-SemiBold.woff') format('woff'),
		url('/bitrix/templates/main/fonts/SegoeUI-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}


*{
/  transition: 1s;
}

.workarea *{
  transition: 0.3s;
}


div.vote-wrap{
    overflow: hidden;
	height: 65px;
}

div.vote-block{
	position: relative;	
}

div.vote-hover{
    float: left;
    cursor:  pointer;
}


div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result{
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;
}

div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}
.count-stars{
	display: none;
}
.rating-text{
	float: left;
    margin-top: 9px;
    width: 130px;
}
.rating .vote-wrap {
    height: 34px;
    overflow: hidden;
}
.fancybox-success{
	z-index: 99999;
}
.text-holder{
	padding: 20px 40px;
}
.mapLink:hover {background-color:#666;} 
#ul-ico { float: left;}

#krug{
	border-radius:50%;
    height: 130px;
    text-align: center;
    width: 130px;
	border: 6px solid #b40104;
	background-color:#e60003;
	display:block;
	margin-bottom:10px;
	margin-left: 6px;
}
#krug:hover{
/background-color:#fdc123;
background-color:#b40104;
margin-top:-5px;
}

#krug img{
margin-top: 20% !important;
}

#pre-text {
  font-size: 18px;
    width: 120px;
  float: left;
margin:20px 30px;
    text-align: center;
} 


#pre-line>div, #pre-text-2{
    font-size: 18px;
    width: 16%;
    float: left;
    margin: 20px 2%;
    text-align: center;
}


#pre-text-l {
  font-size: 18px;
  float: left;
   margin: 5px;
    text-align: center;
} 

#pre-line {
    height:auto;
    overflow: hidden;
}
.left_map {
	width:40%;
	float: left;
	margin-top: 60px;
}
.right_map {
	width: 60%;
	float: left;
}
.right_map svg,.opisanie svg{width: 100% !important;height: auto !important;}
.otz_inner .list_otz .otziv_prev {width: 90%;margin:5px 5%;}
.rayon-header{
	margin-bottom: 40px;
	overflow: hidden;
}
.rayon-header .left-block{
	width: 55%;
	margin-right: 3%;
	float: left;
}
.rayon-header .right-block{
	width: 42%;
	float: right;
}
.bottom-text{
	margin-top: 40px;
}
.service-item table td.new-serv-name{
/	width: 40%;
	width: 30%;
	
}
.serv-img{
	width: 370px;
}
.new-serv-img{
/	height: 31px;
}
.block_map{
	text-align: center;
}
.block_map svg{
	width: 280px;
	height: 385px;
}
.fil1{
	fill: #e60003!important;
}
.fil1:hover, .hhh:hover .fil1{
	fill: #fff!important;
}
.service_center_photo.center_photo {
    overflow: hidden;
}
.service_center_photo .errortext{
	display: none;
}
.service-custom-certificates{
	text-align: center;
	max-width: 470px;
	margin:0 auto;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	display: none;
}
.oneClickLinkL {
    text-align: center;
/	margin: 20px 0;
}
/*Adapt*/
.service-elem {
	margin: 15px 0;
}
.service-item {
	border: 1px solid #d3d3d3;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
	margin: 0 0 20px;
	padding: 20px 10px;
	background: inherit;
}

.service-item table{
	width: 100%;
}
.service-item table td{
	width: auto;
}
.service-item table td.serv-price {
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 0 0;
	text-align: right;
	width: 110px;
}
.service-item table td.serv-name {
    width: 30%;
}
.buy_link_new, .service-item table td .buy_link_new{
	height: auto;
	color: white;
	background: #e60003;
	padding: 6px 3px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(/bitrix/templates/source/js/PIE.htc);
	position: relative;
	text-transform: uppercase;
	border: none;
    display: block;
/    max-width: 150px;
    float: right;
    border-radius: 3px;
	text-align: center;
}
.buy_link_new{
/	max-width: 75px;
	float: none;
	margin: 0 auto;
}
.buy_link_new:hover{
	color: white;
    background: #b40104;
}
.bx_catalog_tile .bx_catalog_tile_img{
	height: 50px;
}
.bx_catalog_tile .bx_catalog_tile_ul li{
	margin: 0 0 30px 10px;
}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) {
   margin: 0 0 30px 10px;
}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    margin: 0 0 30px 0;
}
/*.bx_catalog_tile .bx_catalog_tile_title{
	vertical-align: middle;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 13px;
}*/
.bx_catalog_tile .bx_catalog_tile_img{
	height: auto;
	min-height: 210px;
}
.bx_catalog_tile .bx_catalog_tile_img img{
	outline: inherit;
	margin-bottom: 24px;
}
.service-list-block{
	overflow: hidden;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.teplosch_zam_wrap{
	overflow: hidden;
}

@media screen and (max-width: 700px) {
.service-item table td.serv-name {
    width: 40%;
}
}
@media (max-width: 1250px) {
#krug {
    border-radius: 50%;
    height: 100px;
    text-align: center;
    width: 100px;
    border: 6px solid #b40104;
    background-color: #e60003;
    display: block;
    margin-bottom: 10px;
    margin-left: 6px;
}
}


@media (max-width: 1050px)  {
  #description {width:100%;}
  iframe{width:100% !important;margin:0 !important;}
  #fancybox-content, #fancybox-wrap{width:270px!important;}
  .service-order-form-popup{width:250px!important;}
  .service-order-form-popup form input[type="text"]{width: 283px;padding-left:27px;padding-right:0;margin: 10px 0!important;}
  .service-order-form form{margin:0;}
  .service-order-form{padding:35px 10px 40px;}
  #fancybox-close{right: -20px;}
  .notetext{font-size:100%;}
  #fancybox-content div{background-color:#fff;}
}
@media (max-width: 767px) and (min-width: 581px) 
{
  span.show_more_mnf{margin-left:20px;}
#krug{margin-left:auto;margin:0 auto;}
#pre-text-2, #pre-line>div{width: 23%;margin: 20px 1%;}
#pre-text-2:nth-of-type(4n+1), #pre-line>div:nth-of-type(4n+1){clear:both;}
}
@media (max-width: 767px){
  #description  table td{padding: 2px;}
  .stati li span {height: auto;}
  .stati li ul{ padding: 5px 0; margin-left: 0;width: 100%;}
    .stati li ul li {margin-left: 5%;width: 95%;}
.bx-breadcrumb .bx-breadcrumb-item{white-space: inherit;}
#pre-line {height:auto;overflow: hidden;padding: 0 0 20px 0;}
}
@media (max-width: 580px) {
  span.show_more_mnf{margin-left:10px;}
#krug{margin-left:auto;margin:0 auto;}
#pre-text-2, #pre-line>div{width: 48%;margin:10px 1%;font-size: 16px;line-height: 16px;}
#pre-text-2:nth-of-type(2n+1), #pre-line>div:nth-of-type(2n+1){clear:both;}
}
/*End Adapt*/
.bx_item_detail_rating .bx_stars_bg{
	z-index: 98;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price b:last-child{
	color: #e60003;
}

.sect-gift{
	text-align: center;
	margin-top: 20px;
	font-family: "SegoeUIBold";
	font-size: 11px;
}
.sect-gift div{
	color:#e60003;
}

.form_new_send input[name="phone"]:not(.phone_focus) {
	padding-left: 16px !important;
}
.form_new_send .phone_focus {
	padding-left: 0px !important;
}
.form_new_send .success, .form_new_send .error {
	display: none;
	width: 100%;
	position: relative;
	margin: 10px 0px;
	text-align: center;
	color: green;
}
.form_new_send .error {
	color: red;
}

.form_new_send input[type="submit"] {
	cursor: pointer;
}

.form_new_send input {
	outline: none !important;
}

/* End */
/* /bitrix/templates/.default/ajax/ajax.min.css?1461652883420 */
/* /bitrix/templates/source/js/jcf/jcf.css?146165288311692 */
/* /bitrix/templates/source/styles/swiper.min.css?158540199819773 */
/* /bitrix/templates/source/styles/photoswipe.css?15854019984137 */
/* /bitrix/templates/source/styles/default-skin/default-skin.css?158540199811607 */
/* /bitrix/templates/.default/components/im/popup.link2.0/r_feedback_link/style.css?14616528832916 */
/* /bitrix/templates/source/styles/jquery.fancybox-1.3.4.css?14616528839473 */
/* /bitrix/templates/source/styles/jcarusel.css?164976273714438 */
/* /bitrix/templates/main/components/bitrix/menu/main.menuMobile/style.min.css?1511305882490 */
/* /bitrix/templates/main/components/bitrix/search.title/head_search/style.css?15113059053147 */
/* /bitrix/templates/main/components/bitrix/menu/main.menu/style.min.css?1511305879490 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1685519217375 */
/* /bitrix/templates/.default/components/im/reviews.form/r_review_open/style.css?15113943993137 */
/* /bitrix/templates/main/styles.css?175075641297307 */
/* /bitrix/templates/main/template_styles.css?175075641210722 */
