

/* Start:/bitrix/templates/repair_default_edit/components/bitrix/menu/top_menu/style.css?158844906211602*/
.bx-top-nav-container {
	margin-top: 15px;
	padding: 0 10px;
	/*background: #0083d1;/* COLOR */
	color: #fff;
	border-radius: 2px;
	position: relative;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-top-nav-container .bx-nav-1-lvl {
	float: left;
	position: relative;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
	color: #fff;
	font-weight: 700;
	display: block;
	text-decoration: none;
	border-radius: 1px;
	padding: 16px 12px 16px 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: none;
}
.bx-top-nav-container .bx-nav-1-lvl>a:hover {
	color: #272526;
	background: #df7a25;
}
.bx-top-nav-container .bx-nav-1-lvl>a span {
	padding: 10px 14px 14px;
	display: block;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	color: #272526;
	background: #df7a25;
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	padding: 9px 0 5px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
	text-align: left;
}
.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 180px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	padding: 5px 15px 5px;
	color: #20394c;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 7px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 5px 15px;
	color: #555;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
	position: relative;
}
.bx-top-nav-container .bx-nav-2-lvl>a:hover,
.bx-top-nav-container .bx-nav-3-lvl a:hover {
	color: #df7a25;
}
.bx-top-nav-container .bx-nav-3-lvl a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 3px;
}




/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 250px;
	border: 1px solid #ffbc00;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	width: 100%;
	background: #fff;
}
/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	width: 50%;
}
/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
	min-width: 600px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{
	width: 33.33333%;
}
/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo{
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0px;
	bottom: 0px;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

.bx-aside-nav-control {
	width: 100%;
	background: #383737;
	font-size: 28px;
	position: fixed;
	height: 40px;
	top: 0; left: 0;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	color: #fff;
	text-align: center;
}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 40px;
	vertical-align: middle;
	float: left;
	margin-left: 3%;
}
.menu-button-mobile-title {
	font-size: 0.7em;
	text-align: left;
	padding-left: 45px;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**/
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
.bx-aside-nav {
	display: none;
	padding-top: 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}
.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #44535c;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left:1px solid #5a6971;
	z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

.item-down {
	color: #df7a25;
	position: absolute;
	right: 5px;
	top: 18px;
}
a:hover .item-down {
	color: #272526;
}


@media (min-width: 1200px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 15px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 12px 14px 15px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 13px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 9px 11px 12px}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 11px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 5px 6px 9px}
}
@media (min-width: 768px){
	.bx-aside-nav-control,
	.bx-aside-nav{display: none;}
	.bx-top-nav-container{display: block;}
}
@media (max-width: 767px) {
	.bx-aside-nav-control,
	.bx-aside-nav{display: block;}
	.bx-top-nav-container{display: none;}
	.bx-aside-nav .bx-nav-parent-arrow{display: block;}
	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display: none;}
}
/* End */


/* Start:/bitrix/templates/repair_default_edit/css/owl.carousel.css?15230900406299*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.slider_back .owl-stage-outer {
  background: #000;
}
.slide_dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.570);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/repair_default_edit/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.slider_back .owl-controls{position:absolute; width:1260px; left:50%; margin:0 0 0 -630px; top:50%;}
.owl-nav{}
.owl-prev {
	background: url('/bitrix/templates/repair_default_edit/css/../img/arleft.png') no-repeat;
	left: 70px;
	margin-top: -30px;
}
.logos_slider .owl-prev {
	background: url('/bitrix/templates/repair_default_edit/css/../img/arleftbl.png') no-repeat;
	background-size: contain;
	left: -55px;
	margin-top: -17px;
}
.owl-next {
	background: url('/bitrix/templates/repair_default_edit/css/../img/arright.png') no-repeat;
	right: 70px;
	margin-top: -30px;
}
.logos_slider .owl-next {
	background: url('/bitrix/templates/repair_default_edit/css/../img/arrightbl.png') no-repeat;
	background-size: contain;
	right: -55px;
	margin-top: -17px;
}
.logos_slider .owl-prev {
	
	position: absolute;
	top: 50%;
	width: 34px;
	height: 34px;
	opacity: 0.15;
	transition: all 0.5s ease;
	cursor: pointer;
	text-indent:-9999em;
}
.logos_slider .owl-next {
	background-size: contain;
	position: absolute;
	top: 50%;
	width: 34px;
	height: 34px;
	opacity: 0.3;
	transition: all 0.5s ease;
	cursor: pointer;
	text-indent:-9999em;
}
.owl-prev, .owl-next {
	background-size: contain;
	position: absolute;
	top: 50%;
	width: 25px;
	height: 60px;
	opacity: 0.4;
	transition: all 0.5s ease;
	cursor: pointer;
	text-indent:-9999em;
}
.owl-prev:hover, .owl-next:hover {
	opacity: 1;
}



.fadeIn {animation-name: fadeIn;}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeOut {animation-name: fadeOut;}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeInLeftBig {animation: fadeInLeftBig  1.1s ease-in-out;}
@keyframes fadeInLeftBig {
  from {
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    transform: none;
  }
}

.fadeInUp {animation: fadeInUp 1.1s ease-in-out;}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 1500px, 0);
  }
  to {
    transform: none;
  }
}

.sl_img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 450px;
	
	}
/* End */


/* Start:/bitrix/templates/repair_default_edit/css/jquery.jscrollpane.css?15230900401466*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 5px;
	width: 9px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #2B2A29;
	position: relative;
}

.jspDrag
{
	background: #807E79;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0.5;
}
.jspDrag:hover {
	opacity: 1;
}
.jspDrag:active {
	opacity: 1;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/bitrix/templates/repair_default_edit/styles.css?15910448065560*/
/* Стили для визуального редактора*/

.backend {position: fixed;top: 0;bottom: 0; left: 0; right: 0;background: rgba(0,0,0,0.5);min-width: 300px;min-height: 700px;display: none; z-index: 11;}
.popup-form4 {
	margin: 10px auto 0;
	width: 600px;
	height: auto;
	position: fixed;
	z-index: 1002;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: #fff;
	padding: 25px;
	max-height: 550px;
	overflow: auto;
}
.popup-form4 .modalFooter {padding:0 35px 0 35px;margin:0 0 20px 0;}
.popup-form4 .cbsub {width:100%;border:0px;margin:15px 0 0 0;}
.popup-form4 .modalHeader {padding:30px 0 0 0;}

.art_det_text .cb_but {margin:0 0 30px 0;display:table;width:100%;padding:0px;height:45px;line-height:45px;font-size:18px;}

.h1456 {width:100%;display:table;text-align:center;margin:50px 0 30px 0;}
.textzag {width:100%;display:table;text-align:center;margin:0 0 30px 0;}
.cb_form .modalSend {
	background: #47c9af;
	color: #2B2A29;
	padding: 9px 10px;
	width: 70%;
	margin: 40px auto 15px auto;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	border: 0;
	/* margin: 0 auto; */
	text-align: center;
	display: block;
}
.full-image {width: 100%;}
.image40left {width: 40%; float: left; margin-right: 15px;}
.image40right {width: 40%; float: right; margin-left: 15px;}
.type_text {line-height: 1.5; color: #4A4A4A; font-weight: 400; }
.font400 {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.font500 {font-weight: 500; line-height: 1.5; color: #4A4A4A;}
.font700 {font-weight: 700; line-height: 1.5; color: #4A4A4A;} 
.mini_title {font-size: 16px; font-weight: 300; padding-left: 10px;}
.forchange {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.page_wrap p {font-weight: 400; line-height: 1.5; color: #4A4A4A;}

.promo-wrapper .container {text-align:right;vertical-align:top;}
.timer {background: #2B2A29;padding:15px 15px 15px 19px;width:47%;display:inline-block;margin:0 1px 30px 0;}
.daihover {width:100%;display:inline-block;}
.daihover .dayc {width:100%;display:table;list-style:none;vertical-align:top;}
.daihover .dayc li {display:inline-block;color:#fff;font-size:20px;}
.daihover .dayc li:nth-child(1) {width:90px;text-align:center;margin:0 20px 0 0;}
.daihover .dayc li:nth-child(2)  {width:90px;text-align:center;margin:0 45px 0 0;}
.daihover .dayc li:nth-child(3)  {width:90px;text-align:center;margin:0 45px 0 0;}
.daihover .dayc li:nth-child(4)  {width:90px;text-align:center;margin:0 0px 0 0;}

.imageSpace {width:20px !important;}

.texttime {width:46%;display:inline-block;vertical-align:top;text-align:left;margin:0 0 30px 0;}
.promo-wrapper .pull-left {text-align:left;width:48% !important;padding:0 0 0 1%;}

.promo-wrapper .promo-title {position:relative;}

.ptf1 {font-size:35px;display:table;float:left;margin:0px 20px 10px 0;position:relative;top:0px;padding:15px 0 0 0;}

.ptf3 {font-size:70px;display:table;float:left;color:red;padding:18px 0 0 0;}
.ptf4 {font-size:16px;width:100%;display:table;}

div.news-list {height:250px}
div.news-list iframe {height:250px !important;}

@media only screen and (max-width: 720px) and (min-width: 240px) {

.texttime, .timer {width:96%;margin:0 auto;}
.timer {padding:1%;margin:0 auto 20px;}

.ptf1 {padding:0;font-size:25px;margin:0px 20px 5px 0;}
.ptf3 {font-size:40px;display:table;float:left;color:red;padding:5px 0 0 0;}
.ptf4 {font-size:14px;width:100%;display:table;}

.hasCountdown span {width:45px !important;}
.hasCountdown .imageSpace {width:1px !important;}
.hasCountdown span:nth-child(9), .hasCountdown span:nth-child(10), .hasCountdown span:nth-child(11) {display:none !important;}

.daihover .dayc {text-align:left;}
.daihover .dayc li:nth-child(1) {width:90px;text-align:center;margin:0 0px 0 0;}
.daihover .dayc li:nth-child(2)  {width:90px;text-align:center;margin:0 45px 0 0;}
.daihover .dayc li:nth-child(3)  {width:90px;text-align:center;margin:0 0px 0 0;}
.daihover .dayc li:nth-child(4)  {display:none;}
.promo-wrapper .pull-left {width:100% !important;margin:0 0 20px 0;}
.society-nav {width: 100% !important;}
.mobtel {position:absolute;right:15px;color:#fff;
background: url(/bitrix/templates/repair_default/img/contphone.png) no-repeat 0px 3px;padding: 0 0 0 20px;}

}

.head-wrap  {
	max-width: 1090px;
	margin: auto;
	padding-top: 70px;
	text-align: left;
}

.modalClose-success {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url('//opt-1177960.ssl.1c-bitrix-cdn.ru/bitrix/templates/repair_default/img/cross.png?1517482620904');
	background-size: contain;
	cursor: pointer;
	transition: all .5s ease;
}
.head-wrap h1 {text-align:center;}
.modalClose-success:hover {
	transform: rotate(90deg);
}
@media only screen and (max-width: 320px) and (min-width: 240px) {
.hasCountdown span:nth-child(6) {display:none!important;}
.daihover .dayc li:nth-child(2)  {width:90px;text-align:center;margin:0 0px 0 0;}

}

.promo-wrapper .promokod{
	font-size: 66px !important;
	color: red;
}


#wrap .promo-wrapper .consultant-wrapper{

	/*background-size: contain !important;*/
	background-image: url(/images/blackform.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.cstmcaptch{
	transform:scale(0.77);
	-webkit-transform:scale(0.80);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	margin-left: 10%;
}

@media (max-width: 750px){
	.cstmcaptch {
		margin-left: 12%;
	}





}

@media (max-width: 360px){

	.cstmcaptch {
		margin-left: 8%;
	}

	#wrap .promo-wrapper .promokod{
		padding: 10px 3px;
		font-size: 57px !important;
	}
}
/* End */


/* Start:/bitrix/templates/repair_default_edit/template_styles.css?160313780989899*/
*{margin: 0; padding: 0; font-family: "Arial", Tahoma, Verdana, sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style-position:inside;}
h1,h2,h3,h4,h5,h6 {font-weight: 400;}
a {color: #000; text-decoration: none;}
img {border: none;}
#wrap {min-height: 100%; background: url('/bitrix/templates/repair_default_edit/img/background-gray-18.gif')}
.redcode{color: #74706F;}
.redcode:hover{text-decoration:underline;}
.clear {clear:both;}
html{height: 100% !important;}
body{position: relative; }
.work_area{max-width: 1170px; margin: 15px auto 0 auto;}
.sidebar{float: left; width: 23.4%; }
/*------------------------
--- MODAL WINDOWS ---
------------------------*/

.modal{position: fixed; display: none; position: fixed; overflow: hidden; bottom: 0; right: 0; left: 0; top: 0; z-index: 50;}
.modalWrapper{width: 100%; margin: 80px auto; background: #fff; max-width: 340px;}

.modalHeader{position: relative; padding: 40px 50px 0;}
.modalHeader h3{font-size: 20px; text-align: center;}
.modalClose {width: 30px; height: 30px; position: absolute; top: 15px; right: 15px; background: url('//opt-1177960.ssl.1c-bitrix-cdn.ru/bitrix/templates/repair_default/img/cross.png?1517482675904');
    background-size: contain; cursor: pointer; transition: all .5s ease;
}
.modalClose:hover {transform: rotate(90deg);}

.modal .modalBody{padding: 15px 22px 0; margin: 0 0 30px 0;}
.cbinput {display: block; width: 95%; margin: 0 auto; outline: none; border: 1px solid #D7D7D7; padding: 13px 20px; color: #000;
    font-size: 15px; font-family: 'Roboto', sans-serif; background: #F4F4F4; box-sizing: border-box;
}
.cbinname {font-size: 16px; padding: 22px 10px 10px 10px;}
.maxFile{width: 87%; margin: 0 auto 10px auto; color: red; font-size: 12px;}

.modalFooter{text-align: center; padding: 35px 45px;}
.modal .modalSend {color: #fff; font-weight: 500; padding: 12px 0; background: #2B2A29; font-size: 15px; cursor: pointer;
    width: 70%; text-align: center; border-radius: 2px; border: none; outline: none;
}

.modal .disabled{cursor: not-allowed; background: #ccc !important; box-shadow: none !important;}

.successfullySent{font-family: 'Roboto', sans-serif; background: #F4F4F4; padding: 40px; font-size: 22px; font-weight: 700; display: none;
    color: #4A4A4A; margin: -80px -240px 0 0 ; width: 400px; z-index: 11; position: fixed; border: 1px solid #D7D7D7; top: 50%;
    right: 50%; line-height: 1.5; text-align: center;
}

#blackBack {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background: rgba(0,0,0, .7); display: none;}

.modalOpen{overflow: hidden;}
.modalOpen .modal{overflow-x: hidden; overflow-y: auto;}


.personalInfo {margin: 30px 30px 0;}
.checkboxError {display: none; color: #d41b1b; font-size: 12px; margin: 0 0 10px 0;}
.personalInfo input {display: none;}
.personalInfo label {color: #555; font-size: 13px; cursor: pointer; position: relative; padding: 0 0 0 35px; display: inline-block;}
.personalInfo label:after {background-color: #fff; border: 1px solid #E1E1E1; position: absolute; height: 20px; width: 20px; top: 0;
    content: ""; left: 0; box-sizing: border-box;
}
.personalInfo label.ckecked:after {line-height: 20px; text-align: center; border: none; content: "\2714";
    font-size: 14px; background-color: #E1E1E1;
}
.personalInfo a:hover {text-decoration: underline;}
.personalInfo label:hover:after {background-color: #E1E1E1;}


.right_ord {width: 510px; display: none; background: #2B2A29; position: fixed; right: -521px;top:0; height:100%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .777); transition: all .5s ease; z-index: 10; overflow-y: auto; text-align:center;
}
.ro_wrap {width: 500px; margin: auto;}
.right_ord h2 {margin: 40px 0 15px 0; font-weight: 500; color:#fff;}
.right_ord .modalClose{background: url("/bitrix/templates/redcode_repair/img/cross2.png") no-repeat; background-size: contain; width: 30px; height: 30px;
    position: absolute; top: 15px; right: 15px; cursor: pointer; transition: all .5s ease;
}
.right_ord .modalClose:hover {transform: rotate(90deg);}

.ord_top {outline: none; border: none; border-bottom: 3px solid rgba(245,202,0, .400); padding: 2.5%; color: #fff;
    margin: 22px 10px 0 10px; transition: all .5s ease; width: 34%; font-size: 15px; background: #21201F;
}
.ord_top:focus {border-bottom: 3px solid rgba(245,202,0, .999); background: #121211;}

.right_ord textarea {width: 79%; height: 90px; background: #21201F; outline: none; border: none; margin-top: 10px; padding: 10px;
    color: #fff; resize:none; transition: all .5s ease;
}
.right_ord textarea:focus {background: #121211;}
.types_jobs_text {padding: 50px 6% 0 6%; color: #A39F9B;}
.right_ord .modalSend {display: inline-block; padding: 12px 25px; background: #F5CA00; cursor: pointer; font-size: 14px;
    text-transform: uppercase; font-weight: 700; border: none; outline: none;
}
.guarantee {padding: 20px 0 0 0; width: 60%; color: #888581; font-size: 14px; margin: 0 auto;}
.right_ord .personalInfo {margin: 30px auto 0 auto; text-align: left; max-width: 300px;}
.right_ord .personalInfo label {font-size: 14px; color: #888581;}
.right_ord .personalInfo a {color: #666;}
.right_ord .personalInfo label:after {top: 2px;}

.fileform {display: block; width: 95%; margin: 0 auto; outline: none; border: 1px solid #D7D7D7; padding: 7px 20px; position: relative;
    color: #000; font-size: 15px; font-family: 'Roboto', sans-serif; background: #F4F4F4; box-sizing: border-box; height: 45px;
}
.fileform #fileformlabel {float: right; line-height: 22px; overflow: hidden; padding: 3px; width: 160px;}
.fileform .selectbutton {background-color: #2B2A29; color: #FFF; float: left; font-size: 14px; border-radius: 2px;
    line-height: 20px; padding: 4px 6px; text-align: center; width: 50px; cursor: pointer;
}
.fileform input {position: absolute; top: 6px; left: 0; filter: alpha(opacity=0); opacity: 0; height: 30px; z-index: 20;}
.fileID{display: none;}
/*------------------------
--- MODAL WINDOWS ---
------------------------*/
header {position: relative; z-index: 4; background: url('/bitrix/templates/repair_default_edit/img/background-gray-18.gif'); /*background: url(/bitrix/templates/repair_default_edit/img/body-bg.jpg);*/}
	.header_top{padding: 20px 0px 4px 0px; max-width: 1170px; margin: auto;}
		.logo {width: 190px; float: left;}
		.logo img {max-width: 190px; max-height: 74px; margin-top: 9px;}
		.topadress {
			font-size: 16px;
			font-weight: 400; 
			margin: 17px auto 0 auto;
			background: url('/bitrix/templates/repair_default_edit/img/marker.png') no-repeat;
			background-size: 18px;
			padding: 2px 0 0 35px;
			color: #6E6E6E;
			display: inline-block;
			text-align: left;
			}
			.adress_bd {font-weight:700; color: #2B2A29;}
		.topphone {
			font-size: 16px;
			font-weight: 400; 
			float: right;
			margin: 17px auto 0 auto;
			background: url('/bitrix/templates/repair_default_edit/img/phone.png') no-repeat;
			background-size: 28px;
			padding: 2px 0 0 45px;
			color: #6E6E6E;
			text-align: left;
			}
			.phone_bd {font-weight:700; color: #2B2A29;}

			.menu_hidden {position: relative; color: #fff; z-index: 2;  display: none; width: 82%; height: 24px; margin: auto; font-size: 20px; font-weight: 500; padding: 17px 5%; cursor: pointer; background: #2B2A29;}
				.menu_hidden img {float: left; width: 25px; margin-right: 15px;}
				.menu_hidden .menu_item a {color: #fff;}
			.menu_hidden_full {position: absolute; left: 0; top: 58px; z-index: 2; color: #000; display: none; background: #383838; width: 100%; padding: 0 0; margin: auto;}	
				.menu_hidden_full a {color: #fff; font-weight: 500; text-decoration: none;}

			nav {width: 100%; position: relative; }
				.nav_inside {
					margin: auto;
					max-width: 1170px;
					background: #3b120e;
					text-align: center;
					position: relative;
				}
				.nav_ins_bord {
					position: absolute;
					bottom: -5px;
					width: 82%;
					left: 50%;
					margin-left: -41%;
					border-bottom: 5px solid #F5CA00;
				}
				.nav_ins_bord1 {
					position: absolute;
					bottom: -5px;
					width: 80%;
					left: 50%;
					margin-left: -40%;
					border-bottom: 5px solid #F5CA00;
				}
				.menu_item > a:hover {
					color: #272526;
					background: #fff100;
					background: -webkit-linear-gradient(top,  #fff100 0%,#ffbc00 100%);
					background: linear-gradient(to bottom,  #fff100 0%,#ffbc00 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#ffbc00',GradientType=0 );
				}
				.menu_item, .menu_item_selected {display: inline-block;}
				.menu_item a, .menu_item_selected a {
					display: block;
					text-transform: uppercase;
					padding: 21px 25px 21px 25px;
					font-size: 15px;
					font-weight: 700;
					color: #fff;
					transition: background 0.2s ease;
					-moz-transition: background 0.2s ease;
					-ms-transition: background 0.2s ease;
					-o-transition: background 0.2s ease;
				}
				.lp_href {cursor: pointer;}
				.lp_href span {
					display: block;
					text-transform: uppercase;
					padding: 21px 30px 21px 33px;
					font-size: 15px;
					font-weight: 700;
					color: #fff;
					transition: background 0.2s ease;
					-moz-transition: background 0.2s ease;
					-ms-transition: background 0.2s ease;
					-o-transition: background 0.2s ease;
				}
				.lp_href span:hover {background: #383838;}
				.menu_item_selected a {background: #383838;}
				.menu_item_selected a span {
					background: url('/bitrix/templates/repair_default_edit/img/y_circle.png') no-repeat;
					background-size: 8px;
					background-position: 0 50%;
					padding: 0 0 0 14px;
				}
				/*.menu_item a:hover, .menu_item_selected a:hover {background: #383838;}*/
				.menu_dop_but {
					display: inline-block;
					height: 59px;
					width: 80px;
					background: url('/bitrix/templates/repair_default_edit/img/menu_dop_arrow.png') no-repeat;
					background-size: 24px;
					background-position: 50% 47%;
					position: relative;
					vertical-align: bottom;
				}
				.menu_dop_but:hover {
					background: #383838 url('/bitrix/templates/repair_default_edit/img/menu_dop_arrow.png') no-repeat;
					background-size: 24px;
					background-position: 50% 47%;
					cursor: pointer;
				}
				.menu_dop_but:hover .menu_dop {display: block;}
				.menu_dop  {
					position: absolute;
					top: 59px;
					right: 0;
					width: 200px;
					background: #383838;
					display: none;
					padding: 10px 0;
				}
				.menu_dop_item_selected a, .menu_dop_item a {
					display: block;
					text-transform: uppercase;
					padding: 14px 0 14px 28px;
					font-size: 13px;
					font-weight: 700;
					cursor: pointer;
					color: #fff;
					text-align: left;
					transition: background 0.2s ease;
					-moz-transition: background 0.2s ease;
					-ms-transition: background 0.2s ease;
					-o-transition: background 0.2s ease;
				}
				.menu_dop_item_selected a {
					background: url('/bitrix/templates/repair_default_edit/img/y_circle.png') no-repeat;
					background-size: 6px;
					background-position: 16px 50%;
				}
				.menu_dop_item_selected a:hover {
					color: #272526;
					background: #fff100;
					background: -webkit-linear-gradient(top,  #fff100 0%,#ffbc00 100%);
					background: linear-gradient(to bottom,  #fff100 0%,#ffbc00 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#ffbc00',GradientType=0 );
				}
				
				

/* breadcrumbs */
.breadwrap { background: #F2F2F2; border-bottom: 1px solid #D5D5D5;}
	.breadwrap1 {max-width: 1170px;  margin: 0 auto;}
		.bx-breadcrumb {margin:0 ;padding: 12px 0 2px 0; }
		.bx-breadcrumb i {color: #4A4A4A; font-size: 9px; margin-right: 5px;}
		.bx-breadcrumb .bx-breadcrumb-item {
			float: left;
			margin-bottom: 10px;
			color: #4A4A4A;
			margin-right: 10px;
		}
		.bx-breadcrumb .bx-breadcrumb-item span {font-family: 'Ubuntu', sans-serif; font-size: 13px;}
		.bx-breadcrumb .bx-breadcrumb-item a {display:inline-block; border-bottom: none; text-decoration: none; color: #4A4A4A; font-weight: 700;}
		.bx-breadcrumb .bx-breadcrumb-item a:hover {text-decoration:underline;}


/* Слайдеры */
.slider_back {position: relative; z-index: 1;}
	.slide{
		height: 500px;
		background-size: cover;
		background-position: center;
		position: relative;
		overflow: hidden;
	}
	.logos_wrap .slide {height: auto;}
		#order_ar {
			position: absolute;
			bottom: -25px;
			right: 0;
			width: 270px;
			background: url('/bitrix/templates/repair_default_edit/img/cbarrow1.png') no-repeat;
			background-size: contain;
			text-transform: uppercase;
			padding: 13px 0 15px 60px;
			font-weight: 700;
			font-size: 15px;
			color: #2B2A28;
			z-index: 1;
			cursor: pointer;
		}
		.slider_inside {
			position: absolute;
			left: 50%;
			width: 900px;
			top: 0;
			height: 100%;
			margin-left: -450px;
			padding-top: 50px;
		}
		.slider_for_arrow {
			position: absolute;
			width: 930px;
			left: 50%;
			margin-left: -490px;
			top:0;
			height: 100%;
		}
		.slide_text {
			font-size: 18px;
			font-weight: 100;
			color: #EAEAEA;
			float: left;
			padding-top: 70px;
		}
		.sl_text_bold {
			font-weight: 700;
			font-size: 32px;
			padding-bottom: 12px;
			color: #fff;
		}
		.detail_slide {padding-top: 20px;}
		.detail_slide a {
			color: #000;
			font-size: 16px;
			font-weight: 500;
			display: inline-block;
			text-decoration: none;
			padding: 7px 15px;
			border: 2px solid #fff;
			background: #fff;
			border-radius: 2px;
		}
		.stat_form {
			float: right;
			width: 264px;
			height: 340px;
			border: 4px solid #fff;
			border-radius: 10px;
		}
		.stf_title {
			color: #fff;
			text-align: center;
			padding-top: 15px;
			font-size: 18px;
			font-weight: 400;
		}
		
		
/* Тезисы под слайдером*/
.about {
	padding: 30px 0 10px 0;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}
	.about_item {
		width: 21%;
		height: 210px;
		border: 2px solid #D5D5D5;
		display: inline-block;
		margin: 0 1.5% 0 1.5%;
		transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		position: relative;
		vertical-align: top;
	}
	.about_item:hover {border: 2px solid #94938A;}
	.about_item:hover .about_pic {top: 0;}
	.about_item:hover .about_text {top: 20%; opacity: 0;}
	.about_item:hover .about_det_text {opacity: 1;}
		.about_pic {
			width: 100px;
			height: 100px;
			position: absolute;
			left: 50%;
			top: 42%;
			margin-left: -50px;
			margin-top: -50px;
			background: #fff;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			border-radius: 50px;
		}
		.about_pic img {width: 80%; display: block; margin:9px auto;}
		.about_text {
			text-transform: uppercase;
			position: absolute;
			font-size: 13px;
			width: 100%;
			text-align: center;
			top: 66%;
			left: 0;
			color: #4A4A4A;
			transition:all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-ms-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			font-weight: 700;
		}
		.about_det_text {
			padding: 50px 18px 0 18px;
			opacity: 0;
			transition:all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-ms-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			font-weight: 500;
			font-size: 14px;
			color: #4A4A4A;
		}


/* ОТЗЫВЫ */
.revcont{ padding: 20px 1.4% 20px 1.4%; font-weight: 300;}
	.revcent{max-width: 1090px; margin: 0 auto; overflow:hidden; text-align: center;}
	.rev_count {display: none;}
	.rev_det_count {display: none;}
			.revtitle h2 {font-size: 20px; text-transform: uppercase; color: #242424; font-weight: 700; margin:0 0 30px 0;}
			.reviews1{text-align:left;}
			.review{ position: relative; line-height: 1.3; display: inline-block; width: 40%; margin: 0 3% 30px 6.5%; vertical-align: top; border: 1px solid #D5D5D5;}
				.rev_img {position: absolute; top: 20px; left: 0; margin-left: -56px;  width: 100px; border: 6px solid #fff;}
				.review img{ display:block; width: 100%;}
				.review p {min-height: 330px; font-size: 14px; color: #6E6E6E; font-weight: 400; vertical-align: top;display: block; padding: 20px 30px 20px 70px; text-align: left;}
				.recallname {color: #4A4A4A; padding:10px 0 0 0; margin: 12px 0 0 0; border-top: 1px solid #DEDDCF; display: block; font-style: normal; text-align: center; font-weight: 700; font-size: 16px; margin-bottom: 12px; text-align: left; position: absolute; bottom: 10px;}
				.recalldate { font-size: 14px; font-style: normal;  display: block; padding-top: 15px;}
				
				.rev_show {
					display: inline-block;
					background: #2B2A29;
					padding: 14px 18px;
					font-size: 13px;
					font-weight: 700;
					border-radius: 2px;
					color: #fff;
					text-transform: uppercase;
					cursor: pointer;
					transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
				}



/* БРЕНДЫ АВТО */
.logos_wrap {max-width: 900px; margin: auto; padding: 20px 0 15px 0;}
.logos_slider img {
	transition: all 0.2s ease;
	opacity: 0.4;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.logos_slider img:hover {
	opacity: 1;
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

/* Проекты */
.ccontprojall div.modern-page-navigation{margin-top:10px;}
.projects-right{margin: 0 auto 30px auto; float: right; width: 72%;}
	.bx_catalog_text{margin:44px 0 0 0; border: 1px solid #D5D5D5;}
	.bx_catalog_text_ul{list-style: none;}
	.bx_catalog_text_ul li{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #F2F2F2;

	}
	.bx_catalog_text_ul li:hover {background: #E4E4E4; }
	.bx_catalog_text_title{color: #4A4A4A; font-size: 13px; margin: 0; padding: 12px 18px;}
	.bx_catalog_text_title a{color: #4A4A4A; text-decoration: none; font-weight: 700;}
	.bx_catalog_text_title a:hover {text-decoration: none;}
	.proj-det-wrap {padding-bottom: 20px;}

 
/* Проекты секция */
.projects-right h1 {
	padding: 12px 0 5px 0;
	margin: 0 0 25px 0;
    border-bottom: 3px solid #2B2A29;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #2B2A29;}
.bx_sitemap_title {padding: 0 0 5px 0;
	margin: 0 1% 15px 1%;
    border-bottom: 3px solid #2B2A29;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #2B2A29;}
.bx_sitemap_title a {color: #2B2A29; text-decoration: none;}
.proj-index {padding-bottom: 30px;}
.proj-index-title h2 {text-align: center; font-size: 26px; font-weight: 400; padding:0 15px 20px 15px;}
.proj-all{overflow: hidden;}
.ccontprojall {max-width: 1000px; margin: 0 auto;}
.proj-one {display: inline-block; vertical-align: top; width: 30%; transition: background 0.15s ease, color 0.15s ease; margin:0 5% 30px 0;}
.proj-one:nth-child(3n){margin:0 0 30px 0;}
	.proj-title a{color:#2B2A29; text-decoration:none; font-weight: 700;}
	.proj-one a{position: relative; display:inline-block;}
	.proj-two a:hover .proj-two-b{width:100%;}
	.proj-two a:hover .proj-lup{display:block;}
.proj-two-img {width: 100%; display:block;}
.proj-two-img-index{width: 100%;  display:block;}
.proj-lup {position: absolute; left: 38%; top: 38%; width: 20%; display: none;}
.proj-two-b {
position: absolute; right: 0; top: 0; height:100%; width: 0; background: rgba(0,0,0,.600);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.proj-title {text-align: center; padding:5px 0 0 0; font-size: 15px; font-weight: 500;}
.proj-price {position: absolute; right: 15px; bottom: 25px; color: #fff; background: rgba(123, 0, 0, .777); padding: 3px 7px;  border-radius: 3px; -webkit-transform: skew(-20deg); -moz-transform: skew(-20deg); -o-transform: skew(-20deg); transform: skew(-20deg);}
.proj-price1 {-webkit-transform: skew(20deg); -moz-transform: skew(20deg); -o-transform: skew(20deg); transform: skew(20deg); font-weight: 500;}


.proj-det-text {line-height: 1.5; font-size: 15px; color: #4A4A4A;}
.proj-det-title {margin-bottom: 10px;}
.proj-det-title h2 {
	padding: 12px 0 5px 0;
    border-bottom: 3px solid #2B2A29;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
    color: #2B2A29;}
.proj-det-img {width: 100%;  margin-bottom: 10px;}
.proj-krat-wrap { padding: 10px 0;background: #F9F9F9; border: 1px solid #D5D5D5; margin-bottom: 20px;  color: #2B2A29;}
.proj-krat { padding: 10px 15px; font-size: 14px;}
.proj-krat-dark { padding: 10px 15px; font-size: 14px;}
.proj-krat-bold {font-weight: 700;}
.proj-gal-img {width: 33%; float: left; height: 120px; overflow: hidden;}
.proj-gal-img img {width: 97%; margin: 0 auto; }
.proj-gallery {margin-bottom: 20px; padding:0 10px 15px 10px; background: #F9F9F9; border: 1px solid #D5D5D5;}
.proj-det-op {font-size: 24px; font-weight: 500; margin: 15px 0 20px 0;}

.proj-det-one {height: 90px; overflow: hidden; float: left; width: 25%; padding-top: 15px;   transition: background 0.15s ease, color 0.15s ease;}
.proj-det-two {position: relative; overflow: hidden;}
	.proj-det-one a{position: relative; display:inline-block;}
	.proj-det-two a:hover .proj-det-two-b{width:100%;}
	.proj-det-two a:hover .proj-det-lup{display:block;}
.proj-det-two-img { width: 130%; display:block; margin-left: -15%;}
.proj-det-lup {position: absolute; left: 20px; top: 20px; width: 30px; display: none;}
.proj-det-two-b {
position: absolute; right: 0; top: 0; height:100%; width: 0; background: rgba(0,0,0,.666);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.proj-det-onep {width: 93%; margin: 0 auto; }

@media all and (max-width: 1040px) {
	.projects-left {float: none; width: auto;}
	.projects-wrap {padding: 0 4%;}
	.projects-right {float: none; width:100%; margin-top: 20px;}
	.proj-det-one {width: 20%; height: 150px;}
}
@media all and (max-width: 940px) {
	.projects-wrap {margin-top: 15px;}
}
@media all and (max-width: 820px) {
	.proj-one {width: 48%; margin:0 4% 20px 0;}
	.proj-one:nth-child(3n){margin:0 4% 20px 0;}
	.proj-one:nth-child(2n){margin:0 0 20px 0;}
	.project-index div.proj-onep {width: 87%;}
}
@media all and (max-width: 715px) {
	.proj-det-one {height: 120px;}
}
@media all and (max-width: 550px) {
	.proj-det-one {height: 90px;}
}
@media all and (max-width: 430px) {
	.proj-det-two-img { width: 100%; margin-left: 0;}
	.proj-one {width: 100%;}
	.proj-index .proj-onep {width: 87%;}
}
@media all and (max-width: 400px) {
	.proj-det-one {width: 50%; height: auto;}
	.proj-det-lup {top: 50%; left: 38%; width: 20%; margin-top: -8%;}
}


/* УСЛУГИ Главная */
.services {
	max-width: 1090px;
	margin: auto;
	padding-top: 30px;
	text-align: left;
}
	.serv_title{text-align:center;}
	.serv_title h2 {font-size: 20px; text-transform: uppercase; color: #242424; font-weight: 700; margin:0 0 30px 0;}
	.serv_item {
		width: 27%;
		display: inline-block;
		margin:0 3% 45px 3%;
		border-radius: 3px;
		position: relative;
		height: 160px;
		cursor: pointer;
	}
	.serv_item:hover .si_text {opacity: 1;}
	.serv_item:hover .si_white_in {width: 100%;}
	.serv_item:hover .si_back {
		-webkit-filter: grayscale(90%) ;
		-moz-filter: grayscale(90%);
		-ms-filter: grayscale(90%);
		-o-filter: grayscale(90%);
		filter: grayscale(90%);
	}
	.serv_item:hover .si_dark {background: rgba(0,0,0, .700);}
	.serv_item:hover .si_dark img{right: 10%;}
	.si_preback {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		display:block;
	}
	.si_dark {
		display:block;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: background 0.2s ease;
		-moz-transition: background 0.2s ease;
		-ms-transition: background 0.2s ease;
		-o-transition: background 0.2s ease;
	}
	.si_dark img {
		position: absolute;
		width: 40px;
		height: 40px;
		top: 20%;
		right: -100px;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}
	.si_back {
		display:block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: filter 0.2s ease;
		-moz-transition: filter 0.2s ease;
		-ms-transition: filter 0.2s ease;
		-o-transition: filter 0.2s ease;
	}
	.si_img {
		width: 60px;
		height: 60px;
		border-radius: 100px;
		background: #F5CA00;
		position: absolute;
		left: 0;
		top: 50%;
		margin-left: -34px;
		margin-top: -34px;
		border: 4px solid #fff;
		transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		opacity: 0;
	}
	.sit_bord {
		border-top: 4px solid #323130;
		position: absolute;
		width: 80%;
		right: 0;
		top: -4px;
		display:block;
	}
	.si_img img {width: 100%; display: block;}
	.si_title {
		text-transform: uppercase;
		position: absolute;
		bottom: 10%;
		right: -7px;
		padding: 8px 10px;
		margin-top: -8px;
		transition: all 0.3s ease;
		-moz-transition: aall 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		text-align: left;
		background: #df7a25;
		font-weight: 700;
		color: #323130;
		display:block;
	}
	.si_title h4 {font-size: 13px; text-transform: uppercase; font-weight: 700;}
	.si_text {
		font-size: 14px;
		font-weight: 300;
		text-align: left;
		text-transform: none;
		padding-right: 20px;
		padding-top: 12px;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		opacity: 0;
	}
	.si_white {position: relative;}
	.si_white_in {border-bottom: 1px solid #F5CA00; position: absolute; top:0; left:0; width: 0; height: 100%; 
		transition: all 1.2s ease; 
		-moz-transition: all 1.2s ease; 
		-ms-transition: all 1.2s ease; 
		-o-transition: all 1.2s ease; }


/* УСЛУГИ детально + изменение стиля*/
.left_services .art_img img {bottom: 6% !important; }
.left_services .art_img:hover .book {width: 15% !important;}
.left_services .article {border-bottom: 1px solid #E7E7E7; margin-bottom: 20px;}
.left_services .articles {padding-top: 15px;}
.left_call_wrap {/*margin-top: 44px;*/}
.left_call {padding: 15px 0; border: 1px solid #D5D5D5; background: #fff;}
.left_call_but {
	margin-left: 12px;
	margin-right: 12px;
	background: #F2F2F2 url('/bitrix/templates/repair_default_edit/img/cb-img.png') no-repeat;
	border: 1px solid #E0E0E0;
	background-position: 10px 50%;
	background-size: 18px;
	padding: 13px 0 13px 36px;
	font-size: 13px;
	font-weight: 700;
	color: #4A4A4A;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.left_call_but:hover {
	background: #E1E1E1 url('/bitrix/templates/repair_default_edit/img/cb-img.png') no-repeat;
	background-position: 10px 50%;
	background-size: 18px;
	border: 1px solid #D3D3D3;
}
.left_call_text {
	padding: 12px;
	color: #6E6E6E;
	font-size: 13px;
	line-height: 1.4;
}


/* КОНТАКТЫ */
.premap {position: relative;}
	.wrapper_map{position: absolute; top: 85px; left: 46%; width: 1000px; margin-left: -500px; z-index: 3; height: 0;}
	.map_inside {padding: 20px 30px; width: 320px; background: #2B2A29; border-radius: 5px;}
		.contacts_title {
			color: #fff;
			font-size: 26px;
			font-weight: 500;
			text-align: center;
			padding-bottom: 15px;
		}
		.cont_adress, .cont_phone, .cont_mail {
			padding-left: 37px;
			margin: 22px 0;
			color: #fff;
			font-weight: 300;
			font-size: 13px;
		}

		.cont_adress {
			background: url('/bitrix/templates/repair_default_edit/img/contad1.png') no-repeat;
			background-size: 20px;
		}
		.cont_phone {
			background: url('/bitrix/templates/repair_default_edit/img/contphone1.png') no-repeat;
			background-size: 20px;
		}
		.cont_mail {
			background: url('/bitrix/templates/repair_default_edit/img/contmail1.png') no-repeat;
			background-size: 20px;
		}
		.cb_but {
			background: #df7a25;
			color: #2B2A29;
			padding: 9px 10px;
			width: 70%;
			margin: 40px auto 15px auto;
			border-radius: 2px;
			text-align: center;
			font-weight: 500;
			cursor: pointer;
		}
		.cb_true {
			width: 250px;
			background: #fff;
			text-align: center;
			padding: 20px;
			font-size: 20px;
			font-weight: 500;
			top: -10%;
			left: 50%;
			margin-top: -60px;
			margin-left: -148px;
			position: fixed;
			display:none;
			transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			border: 3px solid #2B2A29;
			z-index: 10;
		}
#map{width:100%; height:500px;}
.map_inside .cb_but {
	font-size: 12px;
}
.cont_adress {
	margin: 5px 0 22px 0;
}


/* СТАТЬИ */
.left_articles {width: 72%; float: right;}
.left_articles h1 {
	padding: 12px 0 5px 0;
	border-bottom: 3px solid #2B2A29;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
	color: #2B2A29;
}
.left_articles h1 span {
	font-size: 16px;
	font-weight: 300;
	padding-left: 10px;
}
.articles {padding:15px 0 35px 0;}
.article {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 3px solid #E7E7E7;
	position: relative;
	cursor: pointer;
}
	.article_text:hover .article_name{text-decoration:underline;}
.art_date {
	position: absolute;
	left: 38%;
	bottom: 0;
	background: #E7E7E7 url('/bitrix/templates/repair_default_edit/img/news_cal.png') no-repeat;
	background-size: 17px;
	background-position: 5% 60%;
	font-size: 13px;
	padding: 5px 8px 5px 30px;
	font-weight: 700;
	color: #4A4A4A;
}
.article_name {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 12px;
	color: #4A4A4A;
}
.article_text {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #6E6E6E;
}
.art_img {
	display: inline-block;
	width: 33%;
	margin-right: 5%;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.art_img span {
	position: absolute;
	right: 150%;
	bottom: 9%;
	font-weight: 700;
	font-size: 13px;
	color: #F5CA00;
	text-transform: uppercase;
	text-align: right;
}
.art_img:hover .art_img_black {right: -63%; bottom: -82%}
.art_img:hover  span {right: 26%;}
.art_img_black {
	position: absolute;
	right: -155%;
	bottom: -215%;
	background: rgba(0,0,0,.600);
	width: 200%;
	height: 240%;
	transform: rotate(45deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.book {
	position: absolute;
	right: 2%;
	bottom: 2%;
	width: 11% !important;
}
.art_img:hover .book {width: 18%!important;}
.art_img img {width: 100%; display: block;}
.article_text {
	display: inline-block;
	width: 58%;
	vertical-align: top;
}
.art_det_left {padding-bottom:40px;}
.back_main { 
background: #2B2A29 url('/bitrix/templates/repair_default_edit/img/serv-back.png') no-repeat; background-position: 10px 50%; background-size: 20px;
display: inline-block; text-decoration:none; font-weight: 500; padding: 12px 15px 12px 35px; font-size: 14px; color: #fff;  margin-top: 5px; border-radius: 2px;
}
.art_det_title  {position: relative;}
.art_det_title span {
	position: absolute;
	right: 0;
	bottom: 0;
}
.art_det_title h2 {
	padding: 12px 0 5px 0;
	border-bottom: 3px solid #2B2A29;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
	text-align: left;
	margin-bottom: 15px;
	color: #2B2A29;
}
.art_det_img {
	display: block;
	width: 100%;
	max-width: auto;
	margin: 0 auto;
}
.soc_share {
	margin-top: -40px;
	margin-left: 15px;
	margin-bottom: 15px;
	height: 24px;
}
.art_det_text {
	line-height: 1.5;
	color: #4A4A4A;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 15px;
	margin:0 0 25px 0;
}
.art_det_text h3{font-size:20px;}
.art_det_text li{padding:0 0 10px 0;}


/* СТАТЬИ СПРАВА */
.r_art {
	padding:15px 12px;
	color: #4A4A4A;
	display:block;
}
	.r_art:hover {background: #F2F2F2;}
.r_art img {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-right: 5%;
}
.r_art_noimg {
	display: inline-block;
	width: 63%;
	vertical-align: top;
}
.r_art_date {
	font-weight: 700;
	font-size: 14px;
	background-size: contain;
	display:block;
	line-height: 14px;
}
.r_art_text {
	font-size: 13px;
	padding: 9px 0 0 0;
	line-height: 1.3;
	font-weight: 400;
	color: #6E6E6E;
	display:block;
}
.r_art_link {
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	background: url('/bitrix/templates/repair_default_edit/img/blacklink.png') no-repeat;
	background-position: 100% 50%;
	background-size: contain;
	padding-right: 23px;
	margin: 12px 12px 12px 0;
	font-weight: 700;
}
	.r_art_link a { color: #4A4A4A;}
	.r_art_link a:hover {text-decoration: underline;}
.right_arts {
	float: right;
	width: 28.4%;
	border-top: 3px solid #2B2A29;
}
.arts_bord {border: 1px solid #D5D5D5; border-top: none; }
.right_arts h2 {
	padding: 14px 12px;
	background: #F2F2F2;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2B2A29;
}



/* НОВОСТИ */
.left_news {width: 72%; float: right;}


/* НОВОСТИ И СТАТЬИ НА ГЛАВНОЙ */
.news_articles {max-width: 1015px; margin: 30px auto 20px auto;}
.index_art {float: left; width: 70%; margin-left: -0.5%;}
.index_art h2 {
	font-size: 20px;
	font-weight: 700;
	padding: 0 12px 12px 12px;
	text-transform: uppercase;
	display: inline-block;
	color: #242424;
}
.i_art {
	width: 47%;
	display: inline-block;
	padding: 3% 3% 3% 2%;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	cursor: pointer;
	vertical-align: top;
	border-bottom: 2px solid #E7E7E7;
	margin-right: 2%;
	color: #4A4A4A;
}
.i_art:hover {background: #F2F2F2;}
.i_art img {
	width: 37%;
	display: inline-block;
	margin-right: 4%;
	vertical-align: top;
}
.i_art_text {
	display: inline-block;
	width: 57%;
	vertical-align: top;
	color: #6E6E6E;
	font-weight: 400;
	font-size: 13px;
}
.i_art_name {
	font-weight: 700;
	padding-bottom: 7px;
	display: block;
	color: #4A4A4A;
	font-size: 14px;
}
.i_art_title a {
	text-transform: uppercase;
	font-size: 13px;
	background: url('/bitrix/templates/repair_default_edit/img/blacklink.png') no-repeat;
	background-position: 100% 50%;
	background-size: contain;
	padding-right: 23px;
	color: #4A4A4A;
	font-weight: 700;
}
.i_art_title a:hover {text-decoration: underline;}
.index_news {
	border-top: 1px solid #D5D5D5;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 60px;
}
.index_news h2 {
	padding: 14px;
	background: #F2F2F2;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4A4A4A;
}
.news_bord {border: 1px solid #D5D5D5; border-top: none;}
.i_new {padding: 12px; display:block;}
	.i_new:hover{background: #F2F2F2;}
.i_news_date {
	font-weight: 700;
	font-size: 15px;
	background: url('/bitrix/templates/repair_default_edit/img/news_cal.png') no-repeat;
	background-size: contain;
	padding: 0 0 0 28px;
	color: #4A4A4A;
	display:block;
}
.i_new_text {
	font-size: 13px;
	padding: 7px 0 0 28px;
	color: #6E6E6E;
	line-height: 1.3;
	font-weight: 400;
	display:block;
}
.i_news_link {
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	background: url('/bitrix/templates/repair_default_edit/img/blacklink.png') no-repeat;
	background-position: 100% 50%;
	background-size: contain;
	padding-right: 23px;
	font-weight: 700;
	margin: 12px 12px 12px 0;
	color: #4A4A4A;
}
	.i_news_link a {color: #4A4A4A;}
	.i_news_link a:hover {text-decoration: underline; color: #4A4A4A;}

	

/* ПРАЙС-ЛИСТ*/	
.left_price {
	width: 750px;
	background: #2B2A29;
	position: fixed;
	display: none;
	left: -761px;
	top:0;
	height:100%;
	padding-top: 30px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .777);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 10;
	overflow-y: scroll;
	text-align:center;
}
.jspScrollable {outline: none;}
.jspScrollable:focus {outline: none;}
	.left_price h2 {margin:10px auto 5px auto; padding: 0 0 10px 0; width: 90%; font-weight: 500; color:#fff; text-align: left;  font-size: 22px; border-bottom: 5px solid #df7a25;}
	.left_price table{
		width:90%;
		text-align: left;
		border-collapse: collapse;
		/*border: 1px solid #e1e1e1;*/
		margin:0 auto 60px auto;
		background:#2B2A29;
		font-weight: 300;
		font-size: 14px;
	}
		.left_price table thead th{
			color: #fff;
			text-transform: uppercase;
			font-size: 14px;
			/*border-bottom: 2px solid #c1c1c1;
			border-right: 1px solid #e1e1e1;*/
			padding: 12px;
			font-weight: 500 !important;
		}
		.left_price table thead .th_long{width:40%;}
		.left_price table thead .th_small{width:15%;}
		.td_hidden input{outline: none; background: #21201F; border: none; color: #fff; width: 94%; padding-left: 6%; line-height: 1.8;}
	.left_price table tbody tr:nth-child(even) td{background: #3B3A38;}
	.left_price table td{color: #D0D0D0; /*border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;*/ padding: 12px;}
	#cross2 {background: url('/bitrix/templates/repair_default_edit/img/cross2.png') no-repeat; background-size: contain; width: 30px; height: 30px;
		position: absolute; top: 15px; right: 15px; cursor: pointer; 
		transition: all 0.5s ease; 
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	#cross2:hover {transform: rotate(90deg);}


.allsummd {overflow:hidden; font-weight:500; margin: auto; margin-bottom: 40px; width: 90%; font-size: 20px; color: #fff; text-align: left; border-top: 5px solid #df7a25; padding-top: 15px;}
#allsumm{padding-left: 10px; color: #fff; text-align: left;}
.allnumbers {display: none !important;}
.sale_sp_but {float:right; display: inline-block; padding: 12px 21px; text-transform: uppercase; font-size: 13px; font-weight: 700; margin-top: -7px; background: #df7a25; color: #000; cursor: pointer; position: relative; }
	



/* Шаблон новой страницы */
.new_page {
	width: 72%;
    float: right;
	color: #4A4A4A;
	margin:0 0 30px 0;
}
.new_page h1 {
	padding: 12px 0 5px 0;
    border-bottom: 3px solid #2B2A29;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
    color: #2B2A29;
}
@media (max-width: 1050px){
	.new_page{width:100%; float:none;}
}
@media all and (max-width: 520px) {
	.image40left, .image40right {width: 100%; float: none; margin: 0;}
}
	


/* ЗАПИСЬ НА РЕМОНТ*/
.right_ord {
	width: 510px;
	display: none;
	background: #2B2A29;
	position: fixed;
	right: -521px;
	top:0;
	height:100%;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .777);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 10;
	overflow-y: auto;
	text-align:center;
}
.ro_wrap {
	width: 500px;
	margin: auto;
}
.right_ord h2 {margin:80px 0 15px 0; font-weight: 500; color:#fff; padding-bottom: 20px;}
#cross3 {background: url('/bitrix/templates/repair_default_edit/img/cross2.png') no-repeat; background-size: contain; width: 30px; height: 30px;
position: absolute; top: 15px; right: 15px; cursor: pointer; 
transition: all 0.5s ease; 
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
#cross3:hover {transform: rotate(90deg);}
.ord_red {border-bottom: 3px solid rgba(178,0,0, .600) !important;}
.ord_red:focus {border-bottom: 3px solid rgba(178,0,0, .999) !important;}
.ord_top {
	outline: none;
	border: none; 
	border-bottom: 3px solid rgba(245,202,0, .400);
	padding: 2.5%;
	color: #fff;
	background: #21201F;
	margin: 22px 10px 0 10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	width: 34%;
	font-size: 15px;
}
.ord_top:focus {border-bottom: 3px solid rgba(245,202,0, .999); background: #121211;}
.od_wrap {position: relative;}
.date_img {
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	width: 20px;
	height: 20px;
	background: url('/bitrix/templates/repair_default_edit/img/dates.png') no-repeat;
	background-size: contain;
	opacity: 0.4;
	cursor: pointer;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.date_img:hover {opacity: 1;}
.auto_ch {
	outline: none;
	border: none; 
	margin: 32px 10px 0 10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	display: inline-block;
	width: 39%;
	text-align: left;
	color: #A39F9B;
	background:#21201F;
	position: relative;
}
.right_ord textarea {
	width: 79%;
	height: 90px;
	background: #21201F;
	outline: none;
	border: none;
	margin-top: 10px;
	padding: 10px;
	color: #fff;
	resize:none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}
.right_ord textarea:focus {background: #121211;}
.types_jobs_text {padding: 50px 6% 0 6%; color: #A39F9B;}
.ord_sub {
	display: inline-block;
	padding: 12px 25px;
	background: #F5CA00;
	margin-top: 40px;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.garant {
	padding-top: 20px;
	padding-bottom: 50px;
	color: #888581;
	font-size: 14px;
}



/* ЗАЯВКА НА ОБРАТНЫЙ ЗВОНОК*/
.cb_form {
	position: fixed;
	width: 350px;
	height: 380px;
	top: 50%;
	left: 50%;
	padding: 25px;
	margin-left: -175px;
	margin-top: -224px;
	background: #fff;
	z-index: 11;
	display: none;
}
.cb_title {font-size: 20px; text-align: center; padding: 15px 0 5px 0;}
.cbinname {font-size: 16px; padding: 22px 10px 10px 10px; width: 87%; margin: 0 auto;}
.cbinput {
	display: block;
	width: 95%;
	margin: 0 auto;
	outline: none;
	border: 1px solid #D7D7D7;
	padding: 13px 20px;
	color: #000;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	background: #F4F4F4;
	box-sizing: border-box;
}
.cbsub {
	color: #fff; 
	font-weight: 500;
	padding: 12px 0;
	background: #2B2A29;
	font-size: 15px;
	cursor: pointer;
	width: 70%;
	margin: 45px auto 0 auto;
	text-align: center;
	border-radius: 2px;
}
.cross {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url('/bitrix/templates/repair_default_edit/img/cross.png');
	background-size: contain;
	cursor: pointer;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.cross:hover {transform: rotate(90deg);}
.black_fon {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .700);
	top:0;
	left:0;
	z-index: 10;
	display: none;
}
.precbin{position:relative; overflow: hidden;}
	.precbin .mark{display:none; background: url('/bitrix/templates/repair_default_edit/img/mark.png') no-repeat right center; background-size:contain; position:absolute; right:19px; top:14px; width:19px; height:19px;}
.for_order_parts{margin: 25px 0 -10px 0; text-align: center; display:none;}
	.for_order_parts span{font-weight:500;}
	
	
.fileform { 
    display: block;
    width: 95%;
    margin: 0 auto;
    outline: none;
    border: 1px solid #D7D7D7;
    padding: 7px 20px;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background: #F4F4F4;
    box-sizing: border-box;
	height: 45px;
}
 
.fileform .selectbutton { 
    background-color: #2B2A29;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
	border-radius: 2px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
 
.fileform #upload{
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    -moz-opacity: 0; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    font-size: 150px; 
    height: 30px; 
    z-index:20;
}

.fileform #fileformlabel { 
background-color: #F4F4F4;
float: right;
height: 22px;
line-height: 22px;
overflow: hidden;
padding: 3px;
text-align: left;
width:160px;
}	
	

/* Отправить резюме */
.order_summary {position: fixed; width: 300px; top: 50%; left: 50%; padding: 45px 25px 60px 25px; margin-left: -175px; margin-top: -176px;
	background: #fff; z-index: 11; display: none;
}
.send_summary {color: #fff; font-weight: 500; padding: 12px 0; background: #2B2A29; font-size: 15px; width: 70%;
	margin:45px auto 0 auto; text-align: center; border-radius: 2px;
}
.send_load_file{background:#2B2A29 url('/bitrix/templates/repair_default_edit/img/load_file.gif') no-repeat center center; background-size:35px; padding: 20px 0;}
.summary_title{font-size: 20px; text-align: center; padding: 15px 0 0 0;}
.summary_name{font-size: 16px; padding:25px 10px 10px 10px; width: 87%; margin: 0 auto;}
.summary_send_name, .fileID{display:none;}


/* Сообщение об успешной отправки */
.message {
font-family: 'Roboto', sans-serif;
background: #F4F4F4;
padding: 40px;
font-size: 22px;
font-weight: 700;
display: none;
color: #4A4A4A;
margin: -80px -240px 0 0 ;
width: 400px;
z-index: 1001;
position: fixed;
border: 1px solid #D7D7D7;
top: 50%;
right: 50%;
line-height: 1.5;
text-align: center;
}


/* О КОМПАНИИ */
.about_page {width: 72%; float: right; margin:0 0 40px 0;}
.about_det_title h1 {
	padding: 12px 0 5px 0;
    border-bottom: 3px solid #2B2A29;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
    color: #2B2A29;
}
.about_det_title h1 span {
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
}


/* Вакансии */
.left_vac {
	width: 72%;
	float: right;
	padding-bottom: 50px;
}
.left_vac h1 {
	padding: 12px 0 5px 0;
	border-bottom: 3px solid #2B2A29;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
	color: #2B2A29;
}
.vacancy {position: relative;}
.left_vac h1 span {
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
}
.vacancy_wrap {
	border: 1px solid #D5D5D5;
	background: #F9F9F9;
	padding: 20px;
	margin: 30px 0;
	color: #4A4A4A;
	line-height: 1.4;
}
.vac_title {
	font-size: 18px;
	font-weight: 700;
}
.vac_det_text {
	padding: 15px 0;
	font-size: 14px;
}
.vactext {font-size: 14px;}
.vactext span {font-weight: 700;}
.vacancy:hover .send_res_but{opacity: 1;}
.send_res_but {
	background: #2B2A29 url('/bitrix/templates/repair_default_edit/img/airplane.png') no-repeat;
    background-position: 10px 50%;
    background-size: 20px;
    position: absolute;
	border-radius: 2px;
	right: 0;
	bottom: 0;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 15px 12px 35px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}



/* ФУТЕР САЙТА*/
footer {background: #252423; display: block; background-position: 0 60px;}
.topfoot {background: #3b120e;}
.topfoot_center{max-width: 1170px; margin: 0 auto; padding: 18px 20px 0px 20px; overflow:hidden; }
.left_foot {float: right; width: 80%;}
.lf_top {border-bottom: 1px dashed #484645; padding: 5px 0 0 0; margin-left:15px;}
.contact-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #B8B8B8;
	
    margin-bottom: 24px;
}
.contact-wrapper > div{
    flex: 2;
}
.contact-wrapper .logo{
    flex: 1;
    margin-right: 15px;
}
.contact-wrapper .phone{
    background: url(/bitrix/templates/repair_default/img/contphone.png)no-repeat 0 13px;
    padding: 0 0 0 25px;
	margin-left:15px;
}
.contact-wrapper .phone span{
    display: block;
    font-size: 12px;
}
.contact-wrapper .phone a{
    font-size: 37px;
    color: #B8B8B8;
}
@media (max-width: 820px){
    .contact-wrapper .phone a{font-size: 30px}
    .contact-wrapper > div{
        flex: 1 100%;
        margin-bottom: 24px;
    }
    .contact-wrapper .logo{
        flex: 1 100%;
    }
}
.searchinput {padding-left: 0px; margin-top:-4px;}
.searchinput input {
	outline: none;
    border: none;
    padding: 12px 20px 12px 20px;
    color: #fff;
    background: #383838 url('/bitrix/templates/repair_default_edit/img/search.png') no-repeat;
	background-size: 36px;
	background-position: 0 50%;
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border-radius: 2px;
	width: 250px;
}
.searchinput input:focus {width: 300px;}
.menu_bottom {padding:10px 0 15px 0px;}
.menu_item_bottom {
	display: inline-block;
	padding: 10px 0 10px 0;
	text-align: left;
	width: 22%; 
	vertical-align: top;
	font-weight: 500;
}
.menu_item_bottom span {color: #B8B8B8; text-decoration: underline; cursor: pointer;}
	.menu_item_bottom span:hover{text-decoration:none;}
.menu_item_bottom a {color: #B8B8B8; text-decoration: underline;}
	.menu_item_bottom a:hover{text-decoration:none;}
.lf_bottom {
	color: #74706F;
	padding: 15px 0 0 15px;
	font-size: 14px;
}
.time_table {
	color: #fff;
	font-weight: 300;
	display: inline-block;
	float: left;
	border: 1px dashed #484645;
	padding: 20px;
	border-radius: 6px;
}
	.tb_title {font-size: 18px; padding-bottom: 10px; font-weight: 500;}
	.time_table ul {list-style: none; color: #B8B8B8; font-size: 14px;}
		.time_table ul li {padding: 2px 0;}
			.time_table ul li span {font-weight: 500; color: #fff;}
.botfoot {
	max-width: 1000px;
	margin: auto;
	padding: 20px 15px;
	overflow:hidden;
	
}
.society-nav{float: left; margin: -12px 0 29px 0;}
.society-nav a {
	width: 35px;
	height: 35px;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	margin: 0 7px 0 0;
	border: 1px solid #df7a25;
	border-radius: 50%;
	display: inline-block;
}
.society-nav a:nth-child(7) {margin-right: 0;}
.ione img {width: 100%; display: block}
.ione {
vertical-align: top;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
display:inline-block;
margin-right: 10px;
width: 27px; padding: 7px; border-radius: 50px; cursor: pointer;
}
.ione:hover {background: #383838;}
.copy-block {
	position: relative;
}
.btop {
	position: absolute;
	right: -111px; top: -15px;
	border-radius: 2px;
	padding: 0 1px;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btop:hover {background: #383838;}
.payment-cards {
	color: #df7a25;
	font-size: 15px;
}


/* ОШИБКА 404 */
.error_404{width: 72%; float: right; padding-bottom: 70px;}
	.img_404{max-width:560px; margin: 30px auto 0 auto;}
		.img_404 img{width:100%;}
	.text_404{vertical-align: top; margin: 20px auto 0 auto; text-align: center;}
		.title_404{font-size: 40px; font-weight: 700; color: #2B2A29; text-transform:uppercase; margin: 0 0 20px 0;}
			.title_404 span{font-size: 18px; text-transform:uppercase; color: #888;}
		.description_404{font-size: 13px; margin: 0 0 20px 0; color: #888;}
		.url_404{
			padding: 13px 20px; color: #FFF; font-size: 13px; text-transform: uppercase; font-weight: 700; margin: 0 auto 10px auto; width: 200px; background: #2B2A29;
			display: block; border-radius: 3px; box-sizing: border-box;
		}
		.back_404{color: #888; font-size: 12px;}
			.back_404 a{text-decoration: underline; color:#2B2A29;}
			.back_404 a:hover{text-decoration: none;}


/* Поиск */
.search-page {max-width: 1000px; margin: 30px auto 60px auto; padding: 0 10px;}
div.search-advanced {}
div.search-result {font-size: 14px; margin:15px 0 0 0;}
	div.search-item {font-size: 14px; padding: 0 0 1.5em; border-top: 1px solid #dbdbdb;}
	div.search-item h4 {font-size: 16px; font-weight: normal; line-height: 1.2; margin: 1.3em 0 0.4em;}
		div.search-item h4 a{text-decoration:underline;}
		div.search-item h4 a:hover{text-decoration:none;}
	div.search-preview {margin: 0.5em 0;}
div.search-page input.search-query {border: 1px solid #D5D5D5; border-bottom: 3px solid #D5D5D5; width:100%; font-size:14px; padding: 8px; 
outline: none; font-family: 'Roboto', sans-serif; min-width: 350px;}
div.search-page input.search-button { font-size: 14px; margin-left: 30px; padding: 9px; background: #343434; color: #000; cursor: pointer; 
border: 1px solid #D5D5D5; background: #F2F2F2; font-family: 'Roboto', sans-serif;}


/* Навигация */
span.modern-page-title {font-weight: 700; font-size: 15px; color: #4A4A4A;}
div.modern-page-navigation {text-align: right;  margin-top: 35px; margin-right: 1%;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots{
	display: inline-block;
	margin-left: 4px;
	background: #F2F2F2;
	padding: 8px 0 0 0;
	height:24px;
	width: 32px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #747474;
	font-weight: 700 !important;
	border: 1px solid #D5D5D5 !important;
	box-sizing: content-box;
	line-height: 16px;
}
span.modern-page-current{
	background: #E3E3E3;
	padding: 8px 0 0 0;
	font-size: 14px;
	color: #4A4A4A;
	font-weight: 700 !important;
	border: 1px solid #B4B4B4 !important;
}
span.modern-page-current {font-weight: 500;}
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots {display: inline-block;}

.service-wrapper{
    max-width: 1015px;
    margin: 60px auto 40px auto;
    text-align: center;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: stretch;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-align-items: stretch; /* Safari */
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
}
.service-wrapper .item-service{
    display: inline-block;
    width: 22%;
    text-align: left;
    margin: 0 1.2%;
    vertical-align: top;
    text-decoration: none;
    background: #FFF;
    position: relative;
    padding-bottom: 80px;
    -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
.service-wrapper .item-service:hover{box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);     background: #F7F7F7;}
.service-wrapper .item-service .title-service{
    text-align: center;
    padding: 25px 0;
    background: #df7a25;
    border-top: 4px solid #000;
    font-size: 16px;
    font-weight: 600;
}
.service-wrapper .item-service .img-service{
    height: 150px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.service-wrapper .item-service .img-service img{
    height: 100%;
}
.service-wrapper .item-service .text-service{
    min-height: 347px;
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.4em;
}
.service-wrapper .item-service .text-service ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-wrapper .item-service .text-service ul li{
    margin-bottom: 8px;
    position: relative;
    padding-left: 22px;
    padding-right: 5px;
}
.service-wrapper .item-service .text-service ul li:before{
    content: "\2666";
    color: #df7a25;
    position: absolute;
    left: 7px;
    top: 0px;
}
.service-wrapper .item-service .service-price{font-size: 16px; padding-left: 20px}
.service-wrapper .item-service .service-price > div { display: inline-block; }
.service-wrapper .item-service .service-price > div >span{
    font-size: 40px;
    font-weight: 600;
}
.service-wrapper .item-service .service-price div:nth-child(2), .service-wrapper .item-service .service-price div:nth-child(3){
    display: inline-block;
    vertical-align: middle;
}
.service-wrapper .item-service .service-price div:nth-child(3){line-height: 1.3em; padding-left: 12px}
.service-wrapper .item-service .cb_but{
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}
.how-work{
    max-width: 1015px;
    margin: 60px auto 60px auto;
    text-align: center;
}
.how-work h2{
    font-size: 20px;
    text-transform: uppercase;
    color: #242424;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-align: left;
}
.how-work .title-how-work{
    text-align: left;
    font-weight: 600;
    color: #242424;
    font-size: 22px;
}
.how-work .wrapper-item-work {
    background: url("/bitrix/templates/repair_default_edit/img/arrow2.png")no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 40px;
}
.how-work .wrapper-item-work .item-work{
    display: inline-block;
    text-align: center;
    width: 14%;
    vertical-align: top;
    margin: 25px 1% 0;
}
.how-work .wrapper-item-work .item-work .title-how-work{
    text-align: center;
    font-size: 18px;
}
.promo-wrapper{
    background: #df7a25;
    padding: 0;
}
.promo-wrapper .container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.promo-wrapper .pull-left{float: left; width: 50%}
.promo-wrapper .pull-right{float: right; width: 50%; text-align: right}
.promo-wrapper .clearfix{clear: both; float: none}
.promo-wrapper .promo-title{
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 22px;
}
.promo-wrapper .promo-subtitle{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 18px;
}
.promo-wrapper .promokod{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 8px 0 25px 0;
    background: #fffccb;
    border: 3px dashed #e6b100;
    display: inline-block;
}
.promo-wrapper .consultant-wrapper{
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
    background: #2b2a29;
    padding: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.promo-wrapper .consultant-wrapper .title-consult{
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
}
.promo-wrapper .consultant-wrapper .form-group{
    margin-bottom: 12px;
}
.promo-wrapper .consultant-wrapper .form-group input{
    box-shadow: none;
    border: 1px solid #fff;
    padding: 8px;
    display: block;
    margin: 0 auto;
}
.promo-wrapper .form-group a{color: #fff; text-decoration: underline}
.promo-wrapper .cb_but{
    border: 2px solid #df7a25;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
}
.blackform-submit {
	color: #fff;
	font-weight: 500;
	padding: 6px 0;
	background: #2B2A29;
	font-size: 13px;
	cursor: pointer;
	width: 70%;
	margin: 0px auto 0 auto;
	text-align: center;
	border-radius: 6px;
	border: 2px solid #df7a25;
	text-transform: uppercase;
}
.top-line-wrapper {
	max-width: 1170px;
	margin: auto;
}
div.top-line {
	padding: 5px 0;
	background: #df7a25;
}
div.top-line a {
	font-size: 12px;
	border-bottom: 1px dotted #000;
	margin: 0 0 0 15px;
	display: inline-block;
}
header div.phone a,
footer div.phone a {
	font-size: 28px;
	font-weight: 600;
	margin: 17px 0 2px 0;
	display: inline-block;
}
/*footer div.phone a {
	font-size: 21px;
}*/
header div a:hover,
footer div a:hover {
	color: #272526;
	text-decoration: none;
}
header p {
	font-size: 15px;
	line-height: 15px;
}
header div.logo a:hover,
header div.logo a:focus,
header div.phone a:hover,
header div.phone a:focus,
header div.call a:hover,
header div.call a:focus {
	color: #272526;
	text-decoration: none;
}

header div.phone a:before,
footer div.phone a:before {
	color: #888;
	font-size: 23px;
	font-family: 'FontAwesome';
	content: '\f095';
	padding: 0 10px 0 0;
}

header div.call a:first-of-type,
footer div.call a:first-of-type {
	font-weight: 700;
	margin: 20px 0 0 0;
	padding: 0 0 0 0px;
	display: inline-block;
	font-size: 14px;
}

header div.call a:last-of-type,
footer div.call a:last-of-type {
	padding: 6px 15px;
	margin: 10px 0 0 0;
	background: #df7a25;
	border-radius: 10px;
	display: table;
}

header div.call a:first-of-type:before,
footer div.call a:first-of-type:before {
	font-family: 'FontAwesome';
	content: '\f095';
	margin: 0 5px 0 0;
	display: inline-block;
}

header div.call a:last-of-type:before,
footer div.call a:last-of-type:before {
	font-family: 'FontAwesome';
	content: '\f1ec';
	margin: 0 5px 0 0;
	display: inline-block;
}
.header-right-block a {
	float: right;
}
.header_top .container {
	width: 1170px;
}
.header_top .logo {
	padding-left: 0;
	text-align: left;
}
.header_top .call {
	padding-right: 0;
}
.main-top-menu > ul > li a:hover {
	color: #272526;
	background: #fff100;
	background: -webkit-linear-gradient(top, #fff100 0%,#ffbc00 100%);
	background: linear-gradient(to bottom, #fff100 0%,#ffbc00 100%);
}
.sub-nav-menu {
	background: #35181A;
}
.sub-nav-menu-wrapper {
	max-width: 1170px;
	margin: 0 auto;
}
.sub-nav-menu-wrapper .sub-nav-menu-item:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #777;
	display: block;
	position: absolute;
	right: 0;
	top: 17px;
}
.sub-nav-menu-item:last-child:after {
	content: '';
	width: 0;
	height: 0;
}
.sub-nav-menu-wrapper span {
	color: #272526;
	padding: 2px 5px;
	margin: 0 0 0 10px;
	background: #df7a25;
	border-radius: 2px;
	display: inline-block;
}
.sub-nav-menu a {
	font-size: 15px;
	color: #fff;
	padding: 15px 0 15px 33px;
	display: inline-block;
}
.sub-nav-menu a:hover {
	text-decoration: underline;
}
.sub-nav-menu a:hover {
	color: #df7a25;
}
.hidden-lg {
	display: none;
}
div.top-line a.header-contacts,
div.top-line a.header-email {
	font-size: 13px;
}
.apartment-repair {
	background: url(/bitrix/templates/repair_default_edit/img/door_open.png) left no-repeat;
}
.room-repair {
	background: url(/bitrix/templates/repair_default_edit/img/bed.png) left no-repeat;
}
.bathroom-repair {
	background: url(/bitrix/templates/repair_default_edit/img/shower.png) left no-repeat;
}
.kitchen-repair {
	background: url(/bitrix/templates/repair_default_edit/img/kitchen.png) left no-repeat;
}
.promo-code-wrapper {
	text-align: left;
	padding: 47px 0 0 0;
}
.promo-wrapper .title {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.promo-wrapper .sub-title {
	font-size: 18px;
	font-weight: 700;
	margin-top: -3px;
	text-transform: uppercase;
}
.promo-wrapper .phone {
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	margin: 20px 0 0 0;
	display: inline-block;
}
.promo-wrapper a:hover.phone {
	color: #000;
}
.promo-wrapper .code {
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 30px;
	margin: 25px 0 0 0;
	background: #fffccb;
	border: 3px dashed #e6b100;
	display: table;
}
.promo-wrapper .time {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 27px 0 0 0;
}
.promo-wrapper .blackform {
	width: 315px;
	height: 393px;
	background: rgba(0, 0, 0, 0) url(/bitrix/templates/repair_default_edit/img/blackform1.png) no-repeat scroll left top / 272px auto;
	margin: 30px auto 0;
	padding: 12px 0 30px;
	width: 273px;
	position: relative;
	float: right;
	text-align: center;
}
.blackform .title-consult {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	margin: 3px 0 30px 0;
}
.blackform input[type="text"],
.blackform input[type="tel"] {
	border-radius: 5px;
	margin: 5px 0 5px 0;
	padding: 3px;
	width: 200px;
}
.blackform input[type="text"].error,
.blackform input[type="tel"].error {
	border: 1px solid #ff0000;
}

.blackform input[type="submit"] {
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #fff100 0%, #ffbc00 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff100 0%, #ffbc00 100%) repeat scroll 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 23px 48px;
	text-shadow: 1px 1px 1px #fffbe5;
}
.promo-wrapper .blackform .cb_but {
	font-size: 13px;
}
.promo-wrapper .cbsub {
	padding: 7px 0;
}
.blackform .agree {
	color: #fff;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
}
.topfoot_center {
	color: #fff;
	font-size: 13px;
}
.topfoot_center a {

}
.topfoot_center a,
.topfoot_center a:hover {
	color: #fff;
}
.topfoot_center a.lp_href {
	color: #000;
}
.topfoot_center .phone {
	text-align: center;
}
footer div.row:nth-of-type(1) {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 5px solid #df7a25;
}
.second-row {
	line-height: 20px;
}
footer .social-icons a {
	/*width: 18px;*/
	font-size: 18px;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0 7px 0 0;
	/*border: 1px solid #ffc000;*/
	border-radius: 50%;
	display: inline-block;
}
.social-icons .ione img {
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 5px auto 0 auto;
}
.payment-cards img {
	margin: 0 5px 5px 0;
	border-radius: 5px;
}
.copyright-wrapper {
	color: #fff;
	padding: 15px 0;
	background: #35181A;
	font-size: 12px;
}
.copyright-wrapper .row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.tomenu {display:block; background: #3b120e;}
.tomenu.scroll {position: fixed;top:0px; z-index: 3;}

.promo-wrapper .consultant-wrapper {background: url(/images/blackform.png) top center no-repeat;padding:30px 30px 80px 30px;}
.promo-wrapper .consultant-wrapper .title-consult {font-size:18px;}
.promo-wrapper .consultant-wrapper .form-group input {width:235px;border-radius: 5px;border: 1px solid #dce4ec;}
.promo-wrapper .cb_but {border-radius:5px;}
.header-time {
	text-align: right;
}
.row {
	display: -webkit-flex !important;
}
.map-marker {
	margin-right: 5px;
}
.row.second-row a {
	font-size: 15px;
}
.footer-addr {
	font-size: 15px;
}
.footer-addr div {
	margin: 0 0 10.5px;
}
.header-time {
    font-size: 15px;
}
.services-offers-wrapper .razmer_min {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	margin-top: 21px;
	margin-bottom: 10.5px;
}
.services-offers-wrapper .price {
	text-align: center;
	padding: 12px 30px;
	background: #333;
	border-radius: 5px 5px 0 0;
}
.services-offers-wrapper .price .from {
	color: #df7a25;
	font-size: 18px;
	line-height: 31px;
	width: 27%;
}
.services-offers-wrapper .price .to {
	color: #fff;
	font-size: 18px;
	width: 73%;
}
.services-offers-wrapper a {
	width: 100%;
	font-weight: 400;
	text-align: center;
	padding: 8px 10px;
	background: #df7a25;
	border: none;
	border-radius: 0 0 5px 5px;
	display: block;
	cursor: pointer;
}
.services-offers-wrapper button:active {
	outline: none;
}
.services-offers-wrapper .collapse.in {
	display: block;
	position: relative;
	z-index: 10;
}
.services-offers-wrapper .collapse ul {
	list-style: none;
	padding: 10px 20px;
	margin: 0;
	z-index: 10;
	background: #df7a25;
}
.services-offers-wrapper .collapse ul li {
	padding: 3px 0;
	border-bottom: 1px dotted #d87000;
	font-size: 13px;
}
.services-offers-item {
	margin-bottom: 10px;
}
section.call-form {
	text-align:center;
	padding: 15px 0 35px 0;
	margin: 30px 0;
	background: #df7a25;
}
section.call-form {
	color: #000;
}
section.call-form a:hover {
	color: #000;
}
section.call-form div.title {
	font-size: 39px;
	font-family: 'Oswald', sans-serif;
}
section.call-form div.subtitle {
	font-size: 15px;
	font-weight: 800;
}
section.call-form a.phone {
	font-size: 45px;
	font-weight: 700;
	margin: 30px 0 20px 0;
	display: inline-block;
}
section.call-form a.button {
	color: #fff;
	padding: 20px 40px;
	margin: 0 auto;
	background: #000;
	border-radius: 5px;
	display: inline-block;
}
.owl-carousel-last-works .owl-item {

}
.owl-carousel .item {
	width: 260px;
	font-size: 13px;
}
.owl-carousel .item a {
	margin: 10px 0;
	display: block;
}
.owl-carousel .item a:hover {
	color: #000;
}
.owl-carousel .item .row {
	line-height: 32px;
	padding: 5px 0;
	margin: 0 0 20px 0;
	background: #df7a25;
	border-radius: 0 0 5px 5px;
}
.owl-carousel .item .row .col-xs-8 {
	width: 66%;
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-left: 15px;
}
.owl-carousel .item .row .col-xs-4 {
	width: 33%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 10px;
}
.owl-carousel-last-works .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-carousel-last-works .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-carousel-last-works .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-carousel-last-works .owl-dot span:hover,
.owl-carousel-last-works .owl-dot.active span {
	background: #869791;
}
.works-name-table {
	width: 100%;
	color: #000;
	font-size: 16px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 30px 0;
	background: #fff;
}
.works-name-table tr:nth-child(odd) {
	background: #f2f2f2;
}

.works-name-table td,th{
	padding: 10px 12px;
	border: 1px solid #f3f3f3;
}

.works-name-table th {
	background: #df7a25;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#ffbc00',GradientType=0 );
}
.works-name-table a.order {
	color: #fff;
	padding: 5px 13px 5px 8px;
	background: #d0510e;
	display: inline-block;
}
.works-name-table a.order i {
	color: #fff000;
	padding: 0 5px 0 0;
	display: inline-block;
}
.works-name-table .section-title {
	font-weight: bold;
	font-size: 14px;
}
section.calc a {
	width: 100%;
	height: 250px;
	background: url('/bitrix/templates/repair_default_edit/img/calc_banner.jpg') no-repeat left top;
	display: block;
	position: relative;
}
section.calc a div.title {
	color: #fff;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	left: 160px;
	top: 90px;
}
section.calc a div.title:before {
	color: #fff;
	font-size: 42px;
	font-family: 'FontAwesome';
	content: '\f1ec';
	display: inline-block;
	position: absolute;
	left: -55px;
	top: 0;
}
section.calc a div.subtitle {
	color: #fff;
	position: absolute;
	left: 160px;
	top: 130px;
	font-size: 12px;
}
section.calc a div.button {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 45px;
	background: #df7a25;
	border-radius: 25px;
	position: absolute;
	right: 100px;
	top: 100px;
}
.left-menu-wrapper {
	padding: 0 0 0 12px;
}
.left-menu-wrapper li {
	list-style: none;
}
.main-item {
	list-style: none;
	padding: 5px 0;
}
.main-item a {
	display: block;
}
.main-item > a {
	font-size: 17px;
	font-weight: bold;
}
.main-item > a:hover {
	color: #000;
}
.main-item > ul > li {
	padding: 5px 0;
}
.main-item > ul {
	display: none;
}
.main-item > ul.active {
	display: block;
}
.main-item > ul > li > ul {
	padding-top: 10px;
}
.main-item > ul.active > li > a:hover,
.main-item > ul.active > li > ul > li > a:hover {
	color: #000;
}
.main-item > ul.active > li > ul > li > a.active {
	font-weight: bold;
}
.main-item > ul > li > a {
	font-size: 15px;
	padding-left: 10px;
	font-weight: bold;
}
.main-item > ul > li > ul > li a {
	padding-left: 20px;
	font-size: 14px;
}
.callBackDown-message {
	display: none;
	text-align: center;
	font-weight: bold;
}
.reviews {

}
.review-item {
	display: flex;
	margin-bottom: 50px;
}
.review-item-image {
	width: 200px;
	height: 200px;
	margin-right: 70px;
	flex-shrink: 0;
}
.review-item-desc {
	padding: 10px 25px;
	background: #df7a25;
	border-radius: 5px;
	position: relative;
	flex-grow: 1;
}
.review-item-desc:before {
	width: 0;
	content: '';
	border-style: solid;
	border-width: 0px 50px 50px 0;
	border-color: transparent #df7a25;
	display: block;
	position: absolute;
	top: 20px;
	left: -50px;
}
.review-item-name {
	font-weight: bold;
	text-transform: uppercase;
}
.evaluation-work span {
	font-weight: bold;
}
.review-item-text {
	padding: 10px 0;
}
.review-form {
	padding: 20px 0;
}
.review-form .row-form {
	margin-bottom: 20px;
}
.review-form-title {
	font-size: 28px;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
}
.review-form .send-review {
	padding: 6px 15px;
	margin: 10px 0 0 0;
	background: #df7a25;
	border-radius: 10px;
	display: table;
	outline: none;
}
.review-form .send-review:hover {
	text-decoration: none;
	color: #000;
}
.work-item {
	display: flex;
	margin-bottom: 40px;
}
.work-item-image {
	margin-right: 20px;
	flex-shrink: 0;
}
.work-item-props h2 {
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #c8c8c8;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
}
.work-item-props {
	width: 257px;
	margin-right: 20px;
}
.work-item-props div {
	font-size: 15px;
	margin-bottom: 10px;
}
.work-item-cost {
	width: 285px;
	flex-shrink: 0;
}
.work-item-cost-total {
	font-size: 18px;
	padding: 15px;
	background: #df7a25;
}
.work-item-cost-list {
	background: #fff;
	padding: 10px;
}
.work-item-cost-item {
	font-size: 12px;
	margin-bottom: 10px;
}
.work-item-cost-calculate {
	text-decoration: underline;
	color: #000;
}
.work-item-cost-calculate:hover {
	text-decoration: none;
	color: #000;
}
.our-works {
	padding-top: 20px;
}

.partners-slider {
	width: 1170px;
	margin: 0 auto 60px auto;
	padding: 20px 0 40px 0;
	position: relative;
}

.partners-slider-title {
	text-align: center;
	padding: 0 0 86px 0;
}

.partners-swiper-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.partners-swiper-container .swiper-slide {
	cursor: grab;
	text-align: center;
}

.partners-swiper-container .swiper-slide:active {
	cursor: grabbing;
}

.partners-slider-title::after {
	content: '';
	position: absolute;
	width: 210px;
	height: 1px;
	background: #e2dede;
	top: 100px;
	left: 50%;
	margin-left: -105px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	color: #df7a25 !important;
	width: 100px !important;
}

.swiper-button-prev::after {
	position: absolute;
	transition: all 0.05s linear;
	opacity: 0;
	left: 10px;
}

.swiper-button-next::after {
	position: absolute;
	transition: all 0.05s linear;
	opacity: 0;
	right: 10px;
}

.swiper-button-prev:hover::after {
	left: -10px;
	opacity: 1;
}

.swiper-button-next:hover::after {
	right: -10px;
	opacity: 1;
}

.top-phone {
	font-size: 28px;
	font-weight: 600;
	margin: 17px 0 2px 0;
	display: inline-block;
}

@media (max-width: 750px) {

	.promo-wrapper .consultant-wrapper {max-width: 320px;padding:30px 0 80px 0;}
}


/* Адаптивная верстка */

@media all and (max-width: 1280px) {
	.slider_back .owl-controls{position:static;}
}
@media all and (max-width: 1200px) {
	.ro_wrap {width: 400px;}
	.logos_wrap{max-width:800px;} 
	.wrapper_map{position:static; margin:0; width:auto; height:auto;}
	.map_inside{position:absolute; z-index:3; top: 80px; left: 10%;}
}
@media all and (max-width: 1140px) {
	.slide_text{font-size:18px;}
	.sl_text_bold{font-size:24px;}
	.sl_img{width: 320px; height: 317px;}
	.slider_inside{width:700px; margin-left: -350px;}
	.slide {height: 400px;}
	.owl-next {right: 20px;}
	.owl-prev {left: 20px;}
	.slider_for_arrow {width: 870px;}
	.work_area img {width: 100%; height: auto;}
	.partners-slider {width: 100%;}
}
@media all and (max-width: 1090px) {
	.ccontt {width: auto;}
}
@media all and (max-width: 1060px) {
	.index_art{float:none; width:auto; margin: 0 6% 40px 6%;}
	.right_arts{float:none; width:auto; margin: 0 6%;}
	.r_art img {width: 15%;}
    .how-work h2, .how-work .title-how-work{text-align: center}
}
@media all and (max-width: 1020px) {
	.owl-carousel .owl-item img{width:100%; margin:0 auto;}
	.logos_wrap{max-width:770px;}
	.ord_sub{display: block; width: 150px; margin: 30px auto 0 auto; padding: 12px 0;}
	.ro_wrap {width: 500px;}
}
@media all and (max-width: 960px) {
    .service-wrapper .item-service{width: 31%; margin: 0 4% 25px;}
	.about_item {width:44%; margin:0 10px 45px 10px; border: 2px solid #94938A;border-bottom: 4px solid #94938A; height:auto; padding: 30px 0 20px 0;  transition: none;}
	.about {padding: 90px 0 0 0;}
	.about_pic {left: auto; right: 10%; top: 0; width: 80px; height: 80px; margin-top: -40px;}
	.about_text{margin: 0 0 10px 0; font-size: 15px; position:relative; text-align: left; padding: 0 15px; width: auto; transition: none;}
	.about_det_text{opacity:1; padding: 0 15px; text-align: left; transition: none;}
	.si_white_in {transition: none;}
	.si_back{transition: none;}
	.about_item:hover .about_text{opacity:1;}
	.about_item:hover {border: 2px solid #94938A;border-bottom: 4px solid #94938A;}
	.serv_item{width: 43.5%;}
	.services{padding:30px 20px 0 20px;}
	.bx-aside-nav-control {display: block;}
	.left-footer-block,
	.right-footer-block {
		display: none;
	}
	.review {
		min-height: 250px;
	}
	.review p {
		position: relative;
		min-height: 420px;
	}
	.recallname {
		position: absolute;
		bottom: 0;
	}
}
@media all and (max-width: 940px) {
	nav {margin-bottom: 0;}
	.slider_back {top: -25px;}
	.breadwrap {border-bottom: none;}
	.map_inside {left: 60px;}
	.lp_href span {width:100%; display:block; font-size: 13px; padding: 15px 0 15px 20px; box-sizing: border-box; font-weight: 500 !important; color: #fff !important; background: inherit;}
	.lp_href span:hover {background: #2B2A29;}
	.menu_dop_but {display: block; background: inherit; width: auto; height: auto;}
	.menu_dop {position: relative; display: block; width: auto; padding: 0; top: 0;}
	.menu_dop_item a, .menu_dop_item_selected a {width:100%; display:block; padding: 15px 0 15px 20px; box-sizing: border-box; font-weight: 500; background: inherit; font-size: 13px;border-bottom: 1px solid #565656;}
	.menu_dop_item a:hover, .menu_dop_item_selected a:hover {background: #2B2A29;}
	.menu_dop_item_selected a span {background: url('/bitrix/templates/repair_default_edit/img/y_circle.png') no-repeat; background-size: 8px;
		background-position: 0 50%; padding: 0 0 0 14px;
	}
	.menu_hidden {/*display: block;*/}
	nav{position:static; width:100%;}
	/*nav .nav_inside{display:none; }*/
	div.menu_item, div.menu_item_selected {text-transform: initial; display:block; margin:0; font-size: 14px; border-bottom: 1px solid #565656;}
	.menu_back.menu_item{padding:0; margin:0;}
	.menu_back{background:none;}
	div.menu_item a:hover, div.menu_item_selected a:hover {background: #2B2A29;}
	div.menu_item a, div.menu_item_selected a{width:100%; display:block; padding: 15px 0 15px 20px; box-sizing: border-box; font-size: 13px; font-weight: 500; background: inherit;}
	
}
@media all and (max-width: 920px) {
	.time_table{display:none;}
	.left_foot{float:none; width:auto;}
	.lf_top{padding:0;}
	.searchinput input{width:100% !important; box-sizing:border-box;}
	.logos_wrap{max-width:670px;}
}
@media all and (max-width: 880px) {
	.slide_text{font-size:16px; padding-top: 40px;}
	.sl_text_bold{font-size:22px;}
	.sl_img{width: 257px; height: 255px;}
	.slider_inside{width:600px; margin-left: -300px;}
	.slide {height: 370px;}
	.logos_wrap{max-width:625px;}
	.search-page{width: 92%;}
	div.search-page input.search-query{min-width:auto;}
	.search-page table {width: 100%;}
	.slider_for_arrow{width:850px;}
    .how-work .wrapper-item-work{background-image: none}
    .how-work .wrapper-item-work .item-work img{max-width: 100%}
    .how-work .wrapper-item-work .item-work{width: 23%;}
}

@media (max-width: 820px){
	.reviews1{text-align:center;}
	.review {margin: 0 0 30px 45px; width: 90%;}
	.map_inside {position: relative; width: 90%; padding: 20px 5% 40px 5%; left: 0; top: 0; border-radius: 0; height: auto;}
	#map {height: 300px !important;}
	.cb_but {width: 180px;}
	.topfoot_center {padding: 20px 4%;}
	.searchinput {padding-left: 0;}
	.menu_bottom {padding-left:0;}
	.left_price {width: 100%; left: -100%;}
	.review p { min-height: 235px; }
}
@media (max-width: 800px){
	.topadress{display:none;}
    .service-wrapper .item-service .text-service{padding: 30px 0 15px; min-height: 10em; text-align: center;}
}

@media (max-width: 770px){
	.logos_wrap{max-width:590px;}
}
@media (max-width: 750px){
	.sl_img {display: none;}
	.slider_inside {left: 0; width: 100%; text-align: center; margin-left: 0;}
	.slide_text {width: 100%; font-size: 20px;}
	.sl_text_bold {font-size: 26px;}
	.slider_for_arrow {width: 100%; left:0; margin-left: 0;}
	#order_ar {right: 50%; margin-right: -145px; width: 230px;}
    .promo-wrapper .pull-left{float: none; width: 100%}
    .promo-wrapper .pull-right{float: none; width: 100%; text-align: center}
    .promo-wrapper .consultant-wrapper{max-width: 210px}
}
@media (max-width: 730px){
	.i_art{width:100%; box-sizing: border-box; display:block;}
	.i_art_name{text-decoration:underline;}
	.logos_wrap{max-width:520px;}
	.serv_item{width: auto; margin: 0 6% 45px 6%; display:block; height:200px;}
	.left_price table {width: 95%; font-size: 15px;}
	.left_price table td {padding: 10px;}
	.r_art img {width: 25%;}
	.services {padding: 30px 0 0 0;}
    .service-wrapper .item-service{width: 40%}
}
@media (max-width: 680px){
	.logos_wrap{max-width:420px;}
}
@media (max-width: 640px){
	.slide {height:300px;}
	.slider_inside {padding-top: 40px;}
}
@media (max-width: 680px){
	.about{padding:80px 4% 0 4%;}
	.about_item{ width: 92%; min-height: auto; margin: 0 0 45px 0;}
}
@media all and (max-width: 610px) {
	.jspVerticalBar {width: 5px;}
	.logos_slider .slide img{
	opacity: 1;
	-webkit-filter: none ;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
	}
}
@media all and (max-width: 575px) {
	.ccontt table {font-size: 16px;}
	.ccontt td {padding: 6px 8px; font-size: 14px;}
	.tablebig td {font-size: 18px; padding: 15px;}
	.tablehead {font-size: 14px;}
	.right_ord {width: 100% ; right: -100%;}
}
@media all and (max-width: 560px) {
	.rev_img {top: 0; left: 10%; margin-top: -56px; margin-left: 0;}
	.review{margin:0 0 60px 0;}
	.revcont{padding: 20px 1.4% 40px 1.4%;}
	.revtitle h2 {padding-bottom: 40px;}
	.review p {padding: 60px 30px 20px 30px;}
	.logos_wrap{max-width:370px;}
	.slide_text{font-size:14px;}
	.sl_text_bold{font-size:20px;}
	.ro_wrap {width: 450px;}
	.index_art h2{display:block; padding:0 0 5px 2%;}
	.i_art_title a{padding: 0 23px 0 2%; display:inline-block; margin:0 0 15px 0;}
}
@media all and (max-width: 540px) {
	#messages {width: 220px; margin-right: -140px; font-size: 16px; padding: 30px; margin-top: -65px;}
	.message {width: 220px; margin-right: -140px; font-size: 16px; padding: 30px; margin-top: -65px;}
}
@media all and (max-width: 520px) {
	.send_res_but {position: static;}
	.header_top {padding: 10px 0;}
	.ccontt table {font-size: 14px;}
	.topphone{display:none;}
	.logo{display: block; margin: 0 auto; float:none; text-align: center;}
	.logos_wrap{max-width:320px;}
	.society-nav{width: 200px;}
	.ione {width: 22px;}
	.btop {width: 40px; height: 40px; top: -80px;}
	.lf_bottom{text-align:center; padding: 10px 0 0 0;}
	.topfoot_center{padding: 20px;}
	.menu_item_bottom{width: 49%;}
	.ccontt td {padding:5px;}
	.revtitle h2{font-size: 20px;}
	.index_art h2{font-size: 18px;}
	.td_hidden {display:none;}
	.left_price table thead .th_long {width: 50%;}
	.left_price table thead .th_small {width: 25%;}
	.left_price h2 {font-size: 22px;}
	.allsummd {display: none !important;}
    .service-wrapper .item-service{
        max-width: 300px;
        width: 90%;
        margin-bottom: 45px;
    }
    .how-work .wrapper-item-work .item-work{width: 45%;}

}
@media all and (max-width: 470px) {
	.ccontt td {padding:0;}
	.ccontt .name_padding{padding:6px 0 6px 6px;}
	.tablebig td {font-size: 16px; padding:10px 0;}
	.tablehead td{font-size: 12px; text-transform: capitalize;}
	.logos_wrap{max-width:270px;}
	.ccontt .table_not_mobile{display:none;}
	.ccontt .table_right_mobile{border-right:1px solid #D5D4C7;}
	.ro_wrap {width: 400px;}
}
@media all and (max-width: 430px) {

}
@media all and (max-width: 420px) {
	#map {height: 250px !important;}
	.logos_wrap{max-width:220px;}
	#order_ar{width: 210px; padding: 16px 0 16px 70px; margin-right: -140px; font-size: 14px;}
	.owl-next, .owl-prev {top: auto; bottom: 40px; width: 18px; height: 45px;}
	.owl-next {right: 80px;}
	.owl-prev {left: 80px;}
	.cb_form {width: 270px; margin-left: -160px;}
	.order_summary {width: 270px; margin-left: -160px;}
	#fileformlabel {width: 140px !important;}
	.ro_wrap {width: 360px;}
}
@media all and (max-width: 400px) {
	.i_art img{width:100%; margin:0 0 15px 0; display:inline;}
	.i_art_text{height:auto !important; display:inline; width:auto;}
	span.sort_mode{display:block; box-sizing: border-box; width: 100%; margin: 10px 0 0 0; background:#FFF url("/bitrix/templates/repair_default_edit/img/strelka.png") no-repeat 95% 50%;
	padding: 7px 15px;}
	span.sort_mode_block{width: 100%; top: 60px; left: 0; box-sizing: border-box;}
	.left_price table {font-size: 13px;}
}
@media all and (max-width: 380px) {
	.ccontt table {font-size: 13px;}
	.tablebig td {font-size: 14px; padding: 8px ;}
	.tablehead {font-size: 13px;}
	.serv_title h2 {font-size: 18px;}
	.revtitle h2{font-size: 18px;}
	.tablehead td{font-size: 12px;}
	.ro_wrap h2 {font-size: 22px; padding-bottom: 0;}
	.ro_wrap {width: auto;}
	.ord_top {width: 70%; padding: 4%; border-bottom: 2px solid rgba(245,202,0, .999);
	background: #121211; font-size: 16px;}
	.auto_ch {width: 78%;}
	.right_ord textarea {width: 70%; padding: 4%; background: #121211;}
	.ord_red {border-bottom: 2px solid rgba(178,0,0, .999) !important;}
	.types_jobs_text {padding-top: 30px;}
}
@media all and (max-width: 360px) {
	.logos_wrap{max-width:170px;}
	.cb_form {width: 230px; margin-left: -140px;}
	.order_summary {width: 230px; margin-left: -140px;}
	#fileformlabel {width: 100px !important;}
}
@media all and (max-width: 320px) {
	.logos_wrap{max-width:150px;}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media all and (max-width: 1000px){
	.container {
		max-width: 100%;
	}
	div.top-line a.header-contacts,
	div.top-line a.header-email {
		font-size: 1em;
	}
	.header_top .lp_href {
		font-size: 12px;
	}
	header p {
		font-size: 1em;
	}
	.promo-wrapper .row {
		padding: 0 15px;
	}
	.row.second-row a {
		font-size: 15px;
		margin-bottom: 10px;
	}
	footer div.phone a {
		font-size: 22px;
	}
	.item-down {
		top: 11px;
	}
	.topfoot_center .lp_href {
		font-size: 12px;
		padding: 6px 10px;
	}

}

@media all and (max-width: 960px) {
	.society-nav {
		float: none;
	}
	.social-icons {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-addr {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media all and (max-width: 800px) {
	.hidden-xs {
		display: none !important;
	}
	.logo {
		display: none;
	}
	.social-icons {
		max-width: 100%;
	}
	.society-nav {
		width: 100% !important;
	}
	.topfoot_center .phone {
		text-align: center;
		flex: 0 0 100%;
		max-width: 100% !important;
	}
	.social-icons {
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
	}
}

@media all and (max-width: 500px) {
	.hidden-xs {
		display: none !important;
	}
	.header_top .container {
		width: 100%;
		text-align: center;
	}
	.header_top .container .lp_href {
		margin: 10px auto;
        font-size: 1.3em;
	}
	.header_top .call {
		padding-right: 15px;
	}
	.top-line-wrapper .row {
		padding: 0.3em 0 0.6em 0;
	}
	.top-line-wrapper .top-email {
		margin: 0 auto;
		margin: 0.6em;
	}
	.header-right-block a {
		float: none;
	}
	header div.call a:first-of-type,
	footer div.call a:first-of-type {
		display: block !important;
        font-size: 1.3em;
	}
	.header-right-block .lp_href {
		margin: 1em auto !important;
	}
	.tomenu {
		display: none !important;
	}
	.promo-code-wrapper {
		text-align: center;
	}
	.promo-wrapper .code {
		margin: 1em auto;
	}
	.promo-wrapper .time {
		font-size: 15px;
	}
	.topfoot_center {
		text-align: center;
	}
	footer div.call .lp_href {
		float: none;
		margin: 1em auto !important;
	}
	.topfoot_center .second-row {
		text-align: left;
		font-size: 18px;
		line-height: 1.4em;
	}
	.footer-addr {
		text-align: center;
	}
	.hidden-lg {
		display: block;
	}
	.header-contacts {
		text-align: center;
	}
	.header-time {
		text-align: center;
        font-size: 1em;
	}
	.top-email {
		width: 100%;
		text-align: center;
	}
	.top-line-wrapper {
		text-align: center;
		padding-top: 10%;
	}
	.sub-nav-menu-item {
		width: 50%;
		float: left;
        text-align: center;
	}
	.payment-cards {
		text-align: center;
	}
	footer .social-icons a {
		margin: 0 7px 10px 0;
	}
	.bx-aside-nav .bx-nav-parent-arrow i {
		display: none;
	}
	.btop {
		float: none;
	}
	.promo-wrapper .blackform {
		width: 260px;
		background: rgba(0, 0, 0, 0) url(/bitrix/templates/repair_default_edit/img/blackform1.png) no-repeat scroll left top / 260px auto;
		float: none;
	}
	.map_inside {
		width: 100%;
	}
	.services-offers-item {
		margin-bottom: 2em;
	}
	.services-offers-item img {
		width: 100%;
	}
	section.call-form {
		text-align: center;
		padding: 20px;
		margin: 15px 0 25px 0;
	}
	section.call-form div.title {
		font-size: 22px;
		font-weight: 700;
		text-transform: uppercase;
	}
	section.call-form div.subtitle {
		font-size: 14px;
		font-weight: 700;
		margin: 10px 0 0 0;
	}
	section.call-form a.phone {
		font-size: 32px;
		margin: 10px 0 15px 0;
	}
	section.call-form a.button {
		padding: 10px 30px;
	}
	.works-name-table-wrapper {
        overflow-x: auto;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
	}
	.owl-carousel .item {
		width: 100%;
	}
    section.calc a div.title {
        left: 85px;
        top: 50px;
        font-size: 2em;
    }
    section.calc a div.subtitle {
        left: 85px;
        top: 95px;
        padding-right: 1em;
        font-size: 1em;
    }
    section.calc a div.button {
        top: 10em;
        left: 4.8em;
        padding: 0.5em 0;
        text-align: center;
        font-size: 1em;
    }
    .owl-carousel .item a {
        font-size: 1.3em;
    }
    .owl-item .row {
        font-size: 1.3em;
    }
    .sub-nav-menu a {
        font-size: 1.3em;
    }
    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 1em;
    }
    #order_ar {
        width: 21em;
        padding: 16px 0 16px 70px;
        margin-right: -10.5em;
        font-size: 1em;
    }
    .logo {
        width: auto;
        display: block;
    }
    .header_top .logo {
        padding-left: 1em;
    }
    .service-wrapper .item-service .service-price {
        padding-left: 0;
        text-align: center;
    }
    .about_page {
        width: 100%;
        float: none;
        padding: 0 1em;
    }
    .bx-breadcrumb {
        padding: 0.5em 1em;
    }
	.map_inside {
		width: 100%;
	}
	nav .nav_inside{
		display:none;
	}
	.review p { min-height: 340px; }
	.review-item {
		flex-direction: column;
	}
	.review-item-image {
		width: 100%;
		height: 100%;
	}
	.review-item-desc:before {
		display: none;
	}
	.review-item-desc {
		border-radius: 0 0 5px 5px;
	}
	.work-item {
		flex-direction: column;
	}
	.work-item-image {
		margin-right: 0
	}
	.work-item-props {
		margin: 0;
		padding: 10px 0 0 0;
	}
	.work-item-props h2 {
		font-size: 1.3em;
	}
	.work-item-cost,
	.work-item-props {
		width: 100%;
	}
	.btop {
		left: 0;
	}
	header div.call a.header-calc-price {
		margin: 10px auto;
	}
}

@font-face {
	font-family: Oswald;
	src: url(/bitrix/templates/repair_default_edit/./fonts/Oswald-Regular.ttf);
}
/* End */
/* /bitrix/templates/repair_default_edit/components/bitrix/menu/top_menu/style.css?158844906211602 */
/* /bitrix/templates/repair_default_edit/css/owl.carousel.css?15230900406299 */
/* /bitrix/templates/repair_default_edit/css/jquery.jscrollpane.css?15230900401466 */
/* /bitrix/templates/repair_default_edit/styles.css?15910448065560 */
/* /bitrix/templates/repair_default_edit/template_styles.css?160313780989899 */
