@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto:300,400,700,900&subset=cyrillic');
*{
	box-sizing:border-box
}
body{ 
	font-family: 'PT Sans', sans-serif;
	  color: #333333;
	  height:100%;
	  //min-height:100%;
	  position:relative;
	  font-size:18px;
	  background:#fff;
}
 
strong{
	 font-weight: 700
}
div{
	/*position:relative*/
}
a{
	color:#29b6f6;
}

.textinner a{
	color:#29b6f6;
	text-decoration:none;
	border-bottom: 1px solid;
}

a:hover{
	text-decoration:none;
 
}
/*f89425*/
.wrapper{
	width:100%;
	margin:0 auto;
	position: relative;
 	min-height: 100%;
	width:100%;
	//min-width:1170px;
	height: 100%;
	min-height: 650px;
	overflow: hidden;
}
.wrapper.inner{
	padding-top: 160px;
	height: auto;
}
.wrap{
	position:relative;
	padding:0 15px;
  	max-width:1140px;
	margin:0 auto;
}

/*div.menu div, div.menu div ul { position:relative; }
div.menu div  { float:right; right:50%; width:auto;    }
div.menu div ul { float:none!important; float:left; right:-50%; }*/
.bar{
  height: 50px;
  color: #fff;
  background: #263238;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  font-size: 14px
} 
.bar .wrap{
	max-width: 1510px;
}
.bar .adres{
	float: left;
}
.bar .gomap{
	float: left;
	display: block;
	text-decoration: none;
	color:#fff;
	border-bottom: 1px dotted #ddd;
	height: 33px;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	margin-left: 20px;
}
.bar .gomap:hover{
	border-bottom-color: #263238
}
.bar .sub{
	float: left;
	margin-left: 100px;
}
.bar .sub a{
	color:#fff;
	font-size: 26px;
	float: right;
	margin-left: 10px;
}
.bar .sub a i{
	line-height: 50px
}
.bar .time{
	float: right;
	margin-right: 20px;
}
.bar .phone{
	float: right;
	margin-right: 20px;
}
.bar .soc{
	float: right;
}
.bar .soc a{
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	font-size: 34px;
	text-align: center;
	text-decoration: none;
}
.bar .soc a i{
	line-height: 50px
}
.bar .soc a i.fa-whatsapp{
	background: #1bd741;
	color:#fff;
	width: 50px;
	display: block;
	height: 50px;
	text-decoration: none;
}
.bar .soc a i.viber{
	background: url(../images/viber.png) no-repeat;
	display: block;
	width: 50px;
	height: 50px;
}
.bar .soc a i.telegram{
	background: url(../images/telegram.png) no-repeat;
	display: block;
	width: 50px;
	height: 50px;
}
.top{
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 5;
	width: 100%;
}
.inner .top{
	background: #1784b6;
	top: 50px;
	padding:15px 0;
}
.top .wrap{
	max-width: 1510px;
}
.top .logo{
	display: block;
	float: left;
}
.top ul{
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
	float: right;
}
.top .wrap > ul > li{
	float: left;
	position: relative;
}
.top .wrap > ul > li:hover > a{
	background: #29b6f6;
}
.top .wrap > ul > li > a{
	text-transform: uppercase;
	font-weight: 700;
}
.top ul a{
	color:#fff;
	
	font-size: 15px;
	
	height: 40px;
	line-height: 40px;
	padding:0 15px;
	display: block;
	text-decoration: none;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.top .wrap > ul ul{
	list-style: none;
	background: #fff;
	margin: 0;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	margin-top: 25px;
}
.top .wrap > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
.top .wrap > ul ul a{
	display: block;
	border-bottom: 1px solid #e5e5e5;
	color:#000;
	padding:10px 15px;
	line-height: 1;
	height: auto;
	white-space: nowrap

}
.top .wrap > ul ul li:hover > a{
	background: #e5e5e5;
}
.top .wrap > ul > li > ul > li > ul{
	left: 100%;
	margin-left: 25px;
	top: 0;
	margin-top: 0;
}
.top .wrap > ul > li > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	margin-left: 0;
	top: 0;
	left: 100%;
}
.top .wrap > ul > li > ul > li{
	float: none;
	position: relative;
}

ul.navb{
	list-style: none;
	padding: 0;
	margin-top: -50px;
	position: relative;
	z-index: 5;
}
ul.navb li{
	float: left;
	width: 25%;
}
ul.navb li a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-weight: 700;
	text-transform: uppercase;
	background: #ab47bc;
	text-decoration: none;
	font-size: 12px
}
ul.navb li:nth-child(2) a{
	background: #ec407a;
}
ul.navb li:nth-child(3) a{
	background: #29b6f6;
}
ul.navb li:nth-child(4) a{
	background: #ffa726;
}

.slider{
  position: relative;
  max-width: 1900px;
  width: 100%;
  margin:0 auto;
  height: 100%;
  min-height: 650px
}
.slider .slides{
  overflow: hidden;
  height: 100%;
  min-height: 650px
}
.slider .slides > li { 
  text-align: center;
  display: none;
  position: relative;
  height: 100%;
  min-height: 650px
}
.slider .slides > li img{
	display: inline-block;
}
.slider .slides > li p{
  color:#fff;
  font-family: Roboto;
  font-size: 48px;
  font-weight: 300;
  width: 700px;
  position: absolute;
  left: 50%;
  margin-left: -460px;
  z-index: 56;
 // top: 200px;
  text-align: left;
  line-height: 1;
  top: 56%;
    -moz-transform: translateX(0%) translateY(calc(-50% + 50px));
  -ms-transform: translateX(0%) translateY(calc(-50% + 50px));
  -webkit-transform: translateX(0%) translateY(calc(-50% + 50px));
  transform: translateX(0%) translateY(calc(-50% + 50px));
}
.slider .slides > li p span{
  font-size: 18px;
  display: block;
  margin-top: 20px;
   font-family: 'PT Sans', sans-serif;
   line-height: 1.3
}
.slider .slides > li p a{
  display: block;
  background: #ffeb3b;
 
  height: 50px;
  width: 350px;
  line-height: 50px;
  text-align:center;
  color:#000;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
 
  text-decoration: none;
  border-radius: 3px;
  margin-top: 15px;
}
.slider .slides > li p a:hover{
  background: #ffa800;
}
.slider .flex-direction-nav{
	height: 100% !important;
}

.uslmain{
	padding: 50px 0
}
.inner .uslmain{
	padding: 0;
}
.inner .uslmain .wrap{
	padding: 0;
}
.uslmain ul{
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}
.uslmain ul li{
	width: 25%;
	padding:0 15px;
	float: left;
	margin-bottom: 25px;
}
.uslmain.inner_usl ul li{
	width: 33.33%;
}
.uslmain ul li > a{
	background: #eceff1;
	display: block;
	font-size: 16px;
	text-align: center;
	color:#333333;
	text-decoration: none;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.uslmain ul li > a span.i{
	display: table;
	height: 280px;
	text-align: center;
	width: 100%;
	position: relative;
}
.uslmain ul li > a span.i img.h{
	position: absolute;
	left: 50%;
	top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  opacity: 0
}
.uslmain ul li > a span.i img:last-child{
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.uslmain ul li > a span.i > span{
	display: table-cell;
	vertical-align: middle;
}
.uslmain ul li > a span.p{
	display: block;
	height: 90px;
	padding:0 25px;
	line-height: 1.5
}
.uslmain ul li > a:hover, .uslmain ul li.active > a{
	background: #29b6f6;
	color:#fff;
}
.uslmain ul li > a:hover span.i img:last-child, .uslmain ul li.active > a span.i img:last-child{
	opacity: 0
}
.uslmain ul li > a:hover span.i img.h, .uslmain ul li.active > a span.i img.h{
	opacity: 1
}
.uslmain a.usl_all{
	display: block;
	width: 540px;
	margin:0 auto;
	background: #eceff1;
	text-decoration:none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color:#000;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.uslmain a.usl_all:hover{
	background: #29b6f6;
	color:#fff;
}

.docsmain{
	margin-bottom: 50px;
}
.docsmain .slider_b .slides li{
	//padding-top: 85px;
}
.docsmain .slider_b .slides li > div{
	background: #29b6f6;
	height: 444px;
}
.docsmain .slider_b .slides li img{
	height: 444px;
	//margin-top: -85px;
	float: left;
	position: absolute;
}
.docsmain .slider_b .slides li div.wrap > div{
	margin-left: 495px;
	padding-top: 135px;
}
.docsmain .slider_b .slides li div.wrap > div p{
	margin-bottom: 0;
}
.docsmain .slider_b .slides li div.wrap > div p.title{
	font-size: 40px;
	color:#fff;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.docsmain .slider_b .slides li div.wrap > div a{
	display: block;
	width: 310px;
	height: 55px;
	background: #fff;
	color:#29b6f6;
	text-align: center;
	line-height: 51px;
	border-radius: 3px;
	margin-top: 25px;
	text-decoration: none;
	font-size: 24px;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	border:2px solid #fff;
}
.docsmain .slider_b .slides li div.wrap > div a:hover{
	border:2px solid #fff;
	background: transparent;
	color:#fff;

}

.akcmain .info .l{
	display: table-cell;
	width: 350px;
	border-right:15px solid #fff;
	padding: 20px 35px;
	background: #eceff1;
	display: none;
}
.akcmain .info .l p{
	font-size: 14px;
	margin-bottom: 0;
}
.akcmain .info .l .title{
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.akcmain .info .l .all_akc{
	display: block;
	background: #29b6f6;
	color:#fff;
	font-size: 16px;
	text-decoration: none;
	height: 28px;
	line-height: 27px;
	padding:0 8px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.akcmain .info .l .order_akc{
	display: block;
	background: #ffb74d;
	color:#fff;
	font-size: 16px;
	text-decoration: none;
	height: 28px;
	line-height: 27px;
	padding:0 8px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.akcmain .info{
	display: table;
	width: 100%;
	height: 330px;
}
.akcmain .info .r{
	border-left:15px solid #fff;
	display: table-cell;
	background: url(../images/breket-system.jpg) no-repeat;
	background-size: cover;
	padding: 20px 35px;
	position: relative;
}
.akcmain .info .r .title{
	font-size: 40px;
	color:#fff;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.akcmain .info .r .bottitle{
	font-size: 20px;
	color:#fff;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.akcmain .info .r .bottitle1{
	line-height: 2;
}
.akcmain .info .r .sez_akc{
	display: block;
	background: #29b6f6;
	color:#fff;
	font-size: 16px;
	text-decoration: none;
	height: 28px;
	line-height: 27px;
	padding:0 8px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: absolute;
	bottom: 20px;
	left: 35px;
}
.akcmain .info .r .more_akc{
	display: block;
	background: #ffb74d;
	color:#fff;
	font-size: 16px;
	text-decoration: none;
	height: 28px;
	line-height: 27px;
	padding:0 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: absolute;
	bottom: 20px;
	left: 180px;
}

.whymain{
	margin-top: 60px;
	padding:60px 0;
	background: #eceff1;
}
.whymain a.why_all{
	display: block;
	margin:0 auto;
	background: #fff;
	text-decoration:none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color:#000;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.whymain a.why_all:before{
	content: "Читать полностью"
}
.whymain a.why_all.open:before{
	content: "Закрыть"
}
.whymain a.why_all.open i{	
	-moz-transform:    rotate(180deg);
     -o-transform:      rotate(180deg);
     -webkit-transform: rotate(180deg);
     transform:         rotate(180deg);
 }
.whymain a.why_all:hover{
	background: #29b6f6;
	color:#fff;
}
.whymain .hide{
	height: 263px;
	overflow: hidden;
	margin-bottom: 20px;
}

.breadcrumbs ul{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.breadcrumbs ul li{
	float: left;
	color:#333;
	font-size: 16px
}
.breadcrumbs ul li:after{
	font-family: FontAwesome;
	content:"\f105";
	margin:0 5px;
}
.breadcrumbs ul li:last-child:after{
	display: none;
}
.breadcrumbs ul li a{
	color:#333;
}
.content h1, .content .h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 25px;
}
.content h1 a, .content .h1 a{
	text-decoration: none;
	border-bottom: 1px solid #29b6f6;
	display: inline-block;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.content h1 a:hover, .content .h1 a:hover{
	border-bottom-color: #fff
}
.content h2, .content .h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 25px;
}
.content h3, .content .h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 25px;
}
.content p{
	margin-bottom: 25px;
}
.content{
	padding:40px 0;
}
.textmain{
	text-align: center;
} 
.textinner{
	margin-right: 285px;
}
.colinner{
	width: 255px;
	float: right;
}
ul.listlink{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.listlink a{
	font-weight: 700;
	color:#000;
}
ul.listlink li{
	margin-bottom: 15px;
}
ul.listlink li:last-child{
	margin-bottom: 0;
}
.colinner a.but{
	display: block;
	color:#fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	padding: 20px;
	background: #eceff1;
}
.colinner a.but span{
	border-radius: 5px;
	background: #1784b6;
	height: 50px;
	line-height: 50px;
	display: block;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.colinner a.but.c2 span{
	background: #ab47bc;
}
.colinner a.but:hover span{
	box-shadow: 0 0 20px rgba(0,0,0,.3)
}
.inner + .contacts{
	padding-top: 35px;
	background: #eceff1;
}
ul.bloger{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.bloger li{
	background: #eceff1;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	position: relative;
	height: 90px;
}
ul.bloger li img{
	border-radius: 50%;
	float: left;
	margin-right: 15px;

}
ul.bloger li a{
	display: block;
	margin-left: 95px;
	color:#000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	width: 110px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}
ul.bloger li i{
	color:#29b6f6;
	font-size: 24px;
	
}
ul.bloger li a.vk{
	width: 40px;
}
.files_wrap{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
.files_wrap li{
	float: left;
	width: 25%;
	margin-bottom: 30px;
}
.files_wrap li:nth-child(4n+1){
	clear: both;
}
.files_wrap li a{
	display: block;
	//height: 61px;
	min-height: 61px;
	line-height: 1.6;
	padding-left: 60px;
	color:#333;
	text-decoration: none;
	margin-right: 30px;
}
.files_wrap li a span{
	color:#008ace;
	border-bottom: 1px solid #008ace;
	line-height: 1.2;
	font-size: 12px
}
.docs .item{
	margin-bottom: 30px;
}
.docs .head{
	height: 280px;
	background: #29b6f6;
	position: relative;
}
 
.docs .img{
	height: 250px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.docs .d{
	margin-left: 285px;
	padding-top: 75px;
}
.docs .d p{
	margin-bottom: 0;
}
.docs .d p.title{
	font-size: 40px;
	color:#fff;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.docs .d p.cit{
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	font-style: italic;
	margin-top: 40px;
}
.docs a.all{
	display: block;
 	position: absolute;
 	bottom: 20px;
 	right: 20px; 
	font-size: 16px;
	color:#fff;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	text-decoration: none;
}
.docs a.all.open i{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.docs a.all:before{
	content: "Дополнительная информация";
	border-bottom: 1px dotted #fff;
	margin-right: 5px;
}
.docs a.all.open:before{
	content: "Закрыть";
	margin-right: 5px;
}
.docs .docs_content{
	background: #eceff1;
	padding: 30px;
	font-size: 16px;
	display: none;
}
.docs .docs_content p{
	margin-bottom: 15px;
}
.docs .docs_content .info .car{
	margin-right: 470px;
 
}
.docs .docs_content .info .car .owl-carousel{
	padding:0 40px;
	margin-top: 15px;
	position: relative;
}
.docs .docs_content .info .car .owl-carousel .owl-prev{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background: #d4d4d4;
	color:#fff;
	text-align: center;
}
.docs .docs_content .info .car .owl-carousel .owl-next{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background: #d4d4d4;
	color:#fff;
	text-align: center;
}
.docs .docs_content .info .car .owl-carousel .owl-prev i, .docs .docs_content .info .car .owl-carousel .owl-next i{
	position: absolute;
	top: 50%;
	     -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.docs .docs_content .info > a{
	border-radius: 5px;
	background: #1784b6;
	height: 50px;
	line-height: 50px;
	display: block;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-size: 15px;
	font-weight: 700;
	width: 220px;
	color:#fff;
	text-decoration: none;
	float: right;
	text-align: center;
	margin-top: 97px;
}

.docs .docs_content .info > a:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.3)
}
.docs .slider_b .slides li div.wrap > div a{
	display: block;
	width: 310px;
	height: 55px;
	background: #fff;
	color:#29b6f6;
	text-align: center;
	line-height: 51px;
	border-radius: 3px;
	margin-top: 25px;
	text-decoration: none;
	font-size: 24px;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	border:2px solid #fff;
}
.docs .slider_b .slides li div.wrap > div a:hover{
	border:2px solid #fff;
	background: transparent;
	color:#fff;

}
.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}


.contacts h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 15px;
}
.contacts p{
	margin-bottom: 25px;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
}
.contacts .mail{
	background: url(../images/mail.png) no-repeat;
	width: 920px;
	padding: 12px;
	margin:0 auto;
	margin-bottom: 50px;
	box-shadow: 0 30px 40px rgba(0,0,0,.1)
}
.contacts .mail > div{
	background: #fff;
	padding:25px 0;
	text-align: center;
	box-shadow: 0 30px 40px rgba(0,0,0,.1) inset
}
.contacts .mail > div .phone{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 50px;
}
.contacts .mail > div p strong{
	color:#6192bd
}
.contacts .mail a.order_control{
	display: inline-block;
	background: #263238;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	height: 55px;
	line-height: 55px;
	color:#fff;
	font-weight: 700;
	border-radius: 5px;
	font-size: 18px
}

.rev{
	overflow: hidden;
}
.rev .item{
	background: #eceff1;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.rev .item.open{
	background: #dfe5e9;
}
.rev .item > img{
	display: block;
	border-radius: 50%;
	float: left;
}
.rev .item .desc{
	margin-left: 140px;
	font-size: 16px
}
.rev .item .desc p{
	margin-bottom: 0;
	padding-bottom: 0;
}
.rev .item .desc .title{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1;
	overflow: hidden;
	margin-bottom: 15px;
}
.rev .item .desc .c{
	line-height: 1.4;
	margin-bottom: 10px;
//	height: 44px;
	overflow: hidden;
}

.rev .item .desc .title span{
	float: right;
	color:#9e9e9e;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5
}
.rev .item .desc .more_item{
	text-decoration: none;
}
.rev .item .desc .more_item span{
	display: inline-block;
	border-bottom: 1px solid #29b6f6;
	height: 19px;
}
.rev .item .close{
	display: none;
}
.rev .item.open .desc .more_item{
	display: none;
}
.rev .item.open .desc .more_item.close{
	display: block;
}

.blog{
	overflow: hidden;
}
.blog .item{
	background: #eceff1;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.blog .item.open{
	background: #dfe5e9;
}
.blog .item > img{
	display: block;
	border-radius: 50%;
	float: left;
}
.blog .item .desc{
	margin-left: 255px;
	font-size: 16px
}
.blog .item .desc p{
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog .item .desc .title{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 1;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog .item .desc .name{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog .item .desc .name span{
	float: right;
	color:#9e9e9e;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5
}
.blog .item .desc .c{
	line-height: 1.4;
	margin-bottom: 10px;
//	height: 44px;
	overflow: hidden;
}

.blog .item .desc .title span{
	float: right;
	color:#9e9e9e;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5
}
.blog .item .desc .more{
	float: right;
}

.ias-trigger a{
	display: block;
	height: 50px;
	line-height: 50px;
	background: #1784b6;
	text-align: center;
	text-decoration: none;
	color:#fff;
}
.ias-trigger a:after{
	content: "\f107 ";
	font-family: FontAwesome;
	margin-left: 5px;
}
.inner .inner_nav{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px
}
.inner .inner_nav li{
	margin-bottom: 5px;
}

.qa p{
	margin-bottom: 0;
	padding: 16px 20px;
	background: #eceff1;
	display: none;
	font-size: 16px;
	padding: 35px;
	line-height: 1.5
}
.qa p.title{
	background: #29b6f6;
	position: relative;
	display: block;
	cursor: pointer;
	color:#fff;
	font-size: 18px;
	padding: 18px;
	line-height: normal;
}
.qa p.title:after{
	content: "›";
 	position: absolute;
 	right: 20px;
	font-size: 22px;
	font-family: "Montserrat";
	line-height: 14px;
	height: 14px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 22px;
}
.qa p.title.open:after{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.qa .item{
	margin-bottom: 10px;
}

.share{
	text-align: right;
	overflow: hidden;
	line-height: 50px;
	margin-top: 45px;
	margin-bottom: 35px;
}
.ya-share2__container_size_m .ya-share2__icon{
	height: 50px !important;
	width: 50px !important;
}
.ya-share2__badge{

	border-radius: 50% !important;
	overflow: hidden;
}
.ya-share2__container_size_m .ya-share2__item{
	margin-left: 8px !important
}
.ya-share2{
	float: right;
	margin-left: 10px;
}



.obor{
	overflow: hidden;
}
.obor .item{
	background: #eceff1;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.obor .item.open{
	background: #dfe5e9;
}
.obor .item > .sl{
	display: block;
	float: left;
	width: 300px;
}
.obor .item > .sl .owl-carousel .owl-prev{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background: #d4d4d4;
	color:#fff;
	text-align: center;
}
.obor .item > .sl .owl-carousel .owl-next{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background: #d4d4d4;
	color:#fff;
	text-align: center;
}
.obor .item > .sl .owl-carousel .owl-prev i, .obor .item > .sl .owl-carousel .owl-next i{
	position: absolute;
	top: 50%;
	     -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.obor .item .desc{
	margin-left: 320px;
	font-size: 16px
}
.obor .item .desc p{
	margin-bottom: 0;
	padding-bottom: 0;
}
.obor .item .desc .title{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1;
	overflow: hidden;
	margin-bottom: 15px;
}
.obor .item .desc .c{
	line-height: 1.4;
	margin-bottom: 10px;
//	height: 44px;
	overflow: hidden;
}

.obor .item .desc .title span{
	float: right;
	color:#9e9e9e;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5
}
.obor .item .desc .more_item{
	text-decoration: none;
}
.obor .item .desc .more_item span{
	display: inline-block;
	border-bottom: 1px solid #29b6f6;
	height: 19px;
}


.inner .price{
	margin-top: 30px;
}
.inner .price p.h2{
	background: #29b6f6;
	padding: 25px;
	color:#fff;
	margin-bottom: 0;
}
.inner .price p.h2 span{
	display: block;
	text-align: right;
	font-family: 'proxima_nova_rgbold';
	font-size: 60px;
	color:#363535;
	margin-top: 30px;
}
.inner .dop_price .h3{
	margin-bottom: 15px;
}
.inner .dop_price{
	background: #eceff1;
	padding: 25px;
}
.inner .dop_price table{
	width: 100%;
	font-size: 20px
}
.inner .dop_price table td{
	padding-bottom: 5px;
	font-family: 'proxima_nova_ltlight';
}
.inner .dop_price table td:last-child{
	text-align: right;
	font-family: 'proxima_nova_rgbold';
}

.inner .v{
	margin-top: 30px;
}
.inner .v ul{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.inner .v ul li{
	float: left;
	width: 50%;
	font-size: 16px;
	margin-bottom: 30px;
}
.inner .v ul li:nth-child(2n+1){
	clear: both

}
.inner .v ul li img{
	float: left;
}
.inner .v ul li p{
	margin-left: 110px;
	margin-top: 20px;
}

.inner.services .rev{
	background: #eceff1;
	padding-top: 40px;
	padding-bottom: 40px;
}
.inner.services + .contacts{
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.inner.services .rev .item:nth-child(2n){
	background: #dfe5e9;
}
.inner.services .rev  .h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 25px;
}
.inner.services .rev .h1 a{
	text-decoration: none;
	border-bottom: 1px solid #29b6f6;
	display: inline-block;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

form.order{
	overflow: hidden;
	margin-bottom: 30px;
}
form.order > div{
	overflow: hidden;
}
form.order  .l{
	float: left;
	width: 50%;
	padding-right: 15px;
}
form.order  .r{
	float: right;
	width: 50%;
	padding-left: 15px;
}
form.order .hide{
	display: none;
}
form.order label{
	display: block;
	margin-bottom: 30px;
	display: block;
}
form.order label input, form.order label select{
	display: block;
	font-size: 20px;
	font-family:"PT Sans";
	display: block;
	padding:12px 20px;
	border-radius: 5px;
	background: #eceff1;
	border:none;
	width: 100%;
	margin-top: 10px;
}
form.order label.invalid > *{

	box-shadow:0 0 10px #ff0000 inset;
}
form.order .button-1{
	display: block;
 
	background: #ffc107;
	color:#000;
	display: block;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 24px;
	text-decoration: none;
	border-radius: 5px
}
form.order .success{
	color:green;
}

form.form-horizontal .form-group{
	overflow: hidden;
	margin-bottom: 15px;
}
form.form-horizontal h3{
	margin-bottom: 20px;
}
form.form-horizontal .col-sm-2{
	width: 200px;
	float: left;
}
form.form-horizontal .col-sm-10{
	margin-left: 200px;
}
form.form-horizontal .col-sm-10 input[type=text]{
  border:none;
  border-radius: 3px;
  background: #e5e5e5;
  font-family: "PT Sans";
  display: block;
  width: 100%;
  padding:10px 15px;
  font-size: 16px;

}
form.form-horizontal .col-sm-10 textarea{
  border:none;
  border-radius: 3px;
  background: #e5e5e5;
  font-family: "PT Sans";
  display: block;
  width: 100%;
  padding:10px 15px;
  font-size: 16px;
  height: 120px;
  resize: none

}
form.form-horizontal .col-sm-10 button{
  display: block;
    background: #ef6c00;
  margin:0 auto;
  height: 50px;
  width: 350px;
  line-height: 50px;
  text-align:center;
  color:#fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;

  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  float: right;
  border:none;
  cursor: pointer;
  margin-top: 20px;
}
form.form-horizontal .col-sm-10 button:hover{
  background: #ffa800;
}

.tabs_price ul.tab{
	margin-left: 200px;
	padding-left: 25px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 25px;
	margin-left: 200px;
}
.tabs_price ul.tab > li{
	display: none;
}
.tabs_price ul.tab > li.active{
	display: block;
}
.tabs_price ul.tab > li table{
	width: 100%;
}
.tabs_price ul.tab > li table h2, .tabs_price ul.tab > li table h3{
	margin-bottom: 0;
	font-size: 18px
}
.tabs_price ul.tab > li table td{
	border:1px solid #ccc;
	padding:5px 15px;
	border-top: none;
	border-left: none;
	font-size: 14px;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.tabs_price ul.tab > li table tr:last-child td{
	border-bottom: none;
}
.tabs_price ul.tab > li table tr:hover td{
	background: #ebebeb;
}
.tabs_price ul.tab > li table td:first-child{
	border-left: none;
}
.tabs_price ul.tab > li table td:last-child{
	border-right: none;
}
.tabs_price ul.tabs{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
	font-size: 14px;
	float: left;
}
.tabs_price ul.tabs a{
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 5px 
}
.tabs_price ul.tabs li{
	
}
.tabs_price ul.tabs a.active{
	background: #1784b6; 
	color: #fff;
	display: block;
	text-decoration: none
}

form.test{

}
form.test .quest  p{
	overflow: hidden;
	position: relative;
	padding-left: 60px;
	min-height: 50px	
}
form.test .quest p span{
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 41px;
	border:2px solid #1784b6;
	color:#1784b6;
	font-weight: 700;
	font-size: 24px;
	border-radius: 50%
}
form.test a.gotest{
	display: block;
	color:#fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	padding: 20px;
	background: #eceff1;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
form.test a.gotest span{
	border-radius: 5px;
	background: #1784b6;
	height: 50px;
	line-height: 50px;
	display: block;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
form.test a.gotest:hover span{
	box-shadow: 0 0 20px rgba(0,0,0,.3)
}

form.test a.goitog{
	display: block;
	color:#fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	padding: 20px;
	background: #eceff1;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
form.test a.goitog span{
	border-radius: 5px;
	background: #ab47bc;
	height: 50px;
	line-height: 50px;
	display: block;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
form.test a.goitog:hover span{
	box-shadow: 0 0 20px rgba(0,0,0,.3)
}
form.test .answer .item {
	display: none;
}
form.test .answer .item > div{
	
	background: #eceff1;
	padding: 25px;
 margin-bottom: 30px;
}
form.test .answer{
	display: none;
}

form.test .answer > p.h2{
	text-align: center;
}

form.test + div.order{
	display: none;
}
form.test div.quest{
	display: none;
}

.table-container{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	padding:0 1px;
}

.table-container::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.table-container table{
	min-width: 300px;
	width: 100%
}


.map{
	position: relative;
}
.map div.but{
	display: block;
	position: absolute;
	bottom: 60px;
	z-index: 5;
	left: 50%;
	margin-left: -160px;
	border-radius: 5px;
	background: rgba(255,255,255,0.75);
	padding: 20px;
}
.map a.order_cons{
	width: 280px;
	height: 55px;
	line-height: 55px;
	font-weight: 700;
	color:#000;
	font-size: 18px;
	background: #ffc107;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	display: block;
}
.footer{
	background: #263238;
	font-size: 16px;
	color:#fff;
	padding:30px 0;
}
.footer .wrap{
	max-width: 1170px
}
.footer a{
	color:#ffeb3b;
}
.footer p.copy{
	float: left;
}
.footer a.conf{
	float: left;
	background: url(../images/doc.png) no-repeat 0 0;
	padding-left: 65px;
	display: block;
	margin-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
}
.footer p.www{
	float: right;
	margin-top: 10px;
}

 
a.scrollup {
    background: url("../images/up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    display: none;
    height: 50px;
    position: fixed;
    right: 50px;
    width: 50px;
	z-index:20;
	text-indent:-9999px
}

/*
div.pagination, div.pagination ul { position:relative; }
div.pagination  { float:right; right:50%; width:auto;    }
div.pagination ul { float:none!important; float:left; right:-50%; }
*/
 
 /*POPUP*/
.overlay{
  background-color:rgba(38,50,56,0.85);
  position:fixed;
  z-index:9999;
  width:100%;
  height:100%;
  left:0;
  top:0;
  display:none
}
.popup{
 
  position:fixed;
  top:50%;
  left:50%;
  z-index:10000;
  display:none;
  padding: 30px;
  width:100%;
  background:#fff;
    -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

/*  border-radius:10px 0 10px 0;*/

}

.popup.control{
	max-width: 790px;
	padding: 30px;
}
.popup.cons{
	max-width: 410px;
	padding: 30px;
}

.popup p.title{
  font-family: Roboto;
  font-size: 30px;
 text-align: center;
 margin-bottom: 20px;
}
.popup p.desc{
	font-size: 14px;
 margin-bottom: 25px;
 line-height: 1.5
}
.popup .close{
	text-decoration: none;
	color:#ffeb3b;
	line-height: 1;
	font-size:46px;
	position: absolute;
	top: -70px;
	right:  -70px;
	font-family: Roboto;
	font-weight: 300
}
.popup form{
	position: relative;
}
.popup form label{
  display: block;
}
.popup .hide{
	display: none;
}
.popup form .l{
	margin:0 -15px;
}
.popup form .l label{
	width: 50%;
	padding:0 15px;
	float: left;
	margin-bottom: 30px;
}
.popup form label input[type=text]{
  border:none;
  border-radius: 3px;
  background: #e5e5e5;
  font-family: "PT Sans";
  display: block;
  width: 100%;
  padding:10px 15px;
  font-size: 16px;

}
.popup form label select{
	border:none;
	border-radius: 3px;
	background: #e5e5e5;
	font-family: "PT Sans";
	display: block;
	width: 100%;
	padding:10px 15px;
	font-size: 16px;
  
  }
.popup.cons form label input[type=text]{
	margin-bottom: 20px;
  	padding:12px 15px;
}
.popup.cons form label select{
	margin-bottom: 20px;
  	padding:12px 15px;
}
.popup form label textarea{
  border:none;
  border-radius: 3px;
  background: #e5e5e5;
  font-family: "PT Sans";
  display: block;
  width: 100%;
  padding:10px 15px;
  font-size: 16px;
  resize: none;
 
  height: 150px;
}
.popup form input[type=checkbox] + label{
	color:#485967;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	//white-space: nowrap;
	//height: 18px;
	float: left;
	margin-top: 5px;
	width: 50%;
	float: left;
	padding-right: 15px;
  margin-top: 20px;
}
.popup.cons form input[type=checkbox] + label{
	width: 100%;
	padding-right: 0;
	margin:0;
}
.popup form input[type=checkbox] {
	display: none;
}
.popup form input[type=checkbox] + label:before {
	display: inline-block;
	content: "";
	width: 17px;
	height: 17px;
	background: #e5e5e5;
	float: left;
	margin-right: 7px;
	cursor: pointer
}
.popup form input[type=checkbox]:checked + label:before{
	background: url(../images/check.png) no-repeat 50% 50%  #e5e5e5;
	background-size: 90% 90%
}
.popup form label.invalid > *{
  box-shadow:0 0 10px #ff0000 inset;
}
.popup form  .button-1{
  display: block;
    background: #ef6c00;
  margin:0 auto;
  height: 50px;
  width: 350px;
  line-height: 50px;
  text-align:center;
  color:#fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;

  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  float: right;
  margin-top: 20px;
}
.popup form  .button-1:hover{
  background: #ffa800;
}
.popup form .success{
  display: block;
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
 
  text-align: center;
  font-size: 24px;
  color:#54841c;
}


.close_nav {
    background: #142128 none repeat scroll 0 0;
    color: #ffa800 !important;
    position: fixed;
    text-align: center;
    text-decoration: none;
    top: 0px;
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    width: 25px;
    z-index: 88;
    width: 40px;
	height: 40px;
 font-size:36px;
 line-height: 40px;
	display: block;
	z-index:10;
}

.close_nav.open {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    left: 280px;
    transform: translateX(0%);
}
.nav_fixed{
	width:100%;
	top:50px;
	left:0;
	position: fixed;
	background: rgba(33,50,63,0.97);
	z-index: 66;
	-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
 	 -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	-moz-transform: translateX(-100%);
  	-ms-transform: translateX(-100%);
  	-webkit-transform: translateX(-100%);
 	 transform: translateX(-100%);
 	 overflow-x: hidden;
    overflow-y: auto;
 	 height: 100%;
 	 padding-bottom: 50px;
}
.nav_fixed  li > a:hover, .nav_fixed  li.active > a{
	background: #fee600;
	color:#000;
}
.nav_fixed.open{
	-moz-transform: translateX(0%);
  	-ms-transform: translateX(0%);
  	-webkit-transform: translateX(0%);
 	 transform: translateX(0%);
 	 box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.nav_fixed ul{
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #364a5a;
}
.nav_fixed .title{
	font-family: 'robotobold_condensed';
	text-transform: uppercase;
	font-size: 20px;
	color:#ffa800;
	    padding: 7px 20px;
	    border-bottom: 1px solid #364a5a;
}

 
.nav_fixed ul a{
	display: block;
	padding:7px 20px;
 
	font-size: 20px;
	color:#fff;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #2c383e;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	border-bottom: 1px solid #364a5a;
	min-height: 40px
}

.nav_fixed ul ul a{
	color:#fff;
 
	font-size: 14px;
	padding-left: 40px;
	font-style: italic;
	padding:11px 20px 10px 40px;
}
.nav_fixed ul.catalog{

}
.nav_fixed > ul ul{
	display: none;
}
.nav_fixed ul ul ul a{
	
	font-size:14px
}
.nav_fixed ul ul ul a:before{
	display: inline-block;
	content: "—";
	margin-right: 10px;
	color:#f7a52f;
}
.nav_fixed ul ul a:hover:before{
	color: #fff;
}
.nav_fixed li.parent > a > span{
	position: absolute;
	top:0px;
	right:0px;
	height: 40px;
	width: 40px;
	/*background: url(../images/arr_catalog.png) no-repeat 50% 50%;*/
	display: block;
	opacity: 0.8;
	text-align: center;
	line-height: 40px
}
.nav_fixed li.parent > a > span:after{
	content: "+";
	color:#fff;
	font-size: 48px
}
.nav_fixed li.parent > a:hover > span:after{
	/*background: url(../images/arr_catalog_m.png) no-repeat 50% 50%;
	opacity: 1*/
	color:#000;
}
.nav_fixed li.parent > a > span.open{
	//background: url(../images/arr_catalog_b_m.png) no-repeat 50% 50%;
}
.nav_fixed li.parent > a > span.open:after{
	content: "+";
	color:#fff;
	font-size: 48px
}
.nav_fixed li.parent > a:hover > span.open:after{
	//background: url(../images/arr_catalog_b_m.png) no-repeat 50% 50%;
	color:#000;
}

.nav_fixed ul ul ul ul a:before{
	display: inline-block;
	content: "—";
	margin-right: 10px;
	color:#fff;
}
.nav_fixed ul ul ul ul a:hover:before{
	color: #fff;
}
.nav_fixed ul ul ul ul a{
	font-family: Arial;
	font-size:15px;
	margin-left: 15px;
	color:#fff;
	font-style: italic;
}

.nav_fixed .re{
	display: block;
 
	text-transform: uppercase;
	text-decoration: none;
	background: #ffa800;
	width: 220px;
	height: 40px;
	line-height: 40px;
	text-align: center;
 	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.nav_fixed .re:hover{
	background: #ffbb38;
}
.nav_fixed ul.main{
	margin-bottom: 40px;
}

.nav_fixed .phone{
 
	background: url(../images/phone_b.png) no-repeat 0 3px;
	padding-left: 23px;
 
	color:#fff;
	font-size: 17px;
	line-height: 1	;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}
.nav_fixed .phone span{
	font-size:23px;
	font-family: 'proxima_nova_rgbold';
}
.nav_fixed .phone a{
	text-decoration: none;
	color:#fff;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}


.cons__but-phone{
	
}
.cons__but-phone{
  display: block;
    background: #29b6f6;
  margin:0 auto;
  height: 50px;
  width: 350px;
  line-height: 50px;
  text-align:center;
  color:#fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;

  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  float: right;
  margin-top: 10px;	
	margin-bottom: 10px;
}
.cons__but-phone:hover{
  background: #97dfff;
}
.popup.cons .form{
	margin-top: 10px;
}
a.cons__mobile{
	margin-bottom: 20px;
	display: none;
}.cons__mobile{
	margin-bottom: 20px;
	display: none;
}
@media (max-width: 840px) {
    a.cons__mobile {
        display: block;
    }.cons__mobile {
        display: block;
    }
}

.section{
	padding: 40px 0
}
.section__title{
	text-align: center;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
}

.section__plus .swiper-wrapper{
	display: flex !important;
}
.plus__item.swiper-slide {
	_width: 300px;
	background: #eceff1;
	padding: 20px;
	height: auto !important;
	border-radius: 10px;
	overflow: hidden;
}
.plus-item__title{
	font-weight: 600;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 15px;
}
.plus__list.swiper{
	padding-bottom: 40px;
}

.section__akcii .swiper-wrapper{
	display: flex !important;
}
.akcii__list.swiper{
	padding-bottom: 40px;
}
.akcii__item.swiper-slide {
	_width: 300px;
	background: #eceff1;
	padding: 20px;
	height: auto !important;
	position: relative;
	aspect-ratio: 4/3;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
}
.akcii__item.swiper-slide:after{
	background: #29B6F6;
	background: linear-gradient(0deg,rgba(41, 182, 246, 1) 0%, rgba(41, 182, 246, .25) 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 2;
}
.akcii-item__img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}
.akcii-item__title{
	position: relative;
	z-index: 3;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 10px;
}
.akcii-item__info{
	position: relative;
	z-index: 3;
	color: #fff;

}
.btn__wa{
	width: 280px;
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    background: #ffc107;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.map__wrapper{

}
.section__lechenie{

}
.lechenie__wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px
}
.lechenie__wrap .section__title{
	text-align: right;
}
.lechenie__list{
	display: flex;
	flex-direction: column;
	gap: 10px
}
.lechenie__item{
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.lechenie__num{
	color: #29B6F6;
	font-size: 28px;
	font-weight: 600;
}
.lechenie__img{
	display: block;
	width: 100%;
	border-radius: 15px;
}

@media (max-width: 768px) {
	.section__title{
		font-size: 25px;
	}
	.lechenie__wrap .section__title{
		text-align: center;
	}
	.lechenie__wrap{
		grid-template-columns: 1fr;
	}
	.lechenie__info{
		order: 2
	}
}
