html, body {
	width: 100%;
	height: 100%;
}
html, body { min-height: 100%; }
body {
	color: #000000;
	font: 400 14px 'Roboto Condensed', Helvetica, sans-serif;
}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

address{
  font-style: normal;
}
q {
	quotes: "" "";
}
q:before {
	content: "\00ab";
}
q:after {
	content: "\00bb";
}
q q:before {
	content: "\201e";
}
q q:after {
	content: "\201c";
}
a {
	text-decoration: none;
	color: #0c89d8;
}

a:hover {
	text-decoration: underline;
}

a.button:hover {
	text-decoration: none;
}

a:active {
	color: #000000;
}
a.more {
	text-transform: lowercase;
}
.inside_container.mapoverlap{
	position: relative;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.inside_container ul, .inside_container ol{
	list-style: none;
	margin: 10px 0px;
}

.inside_container ol li, .inside_container ul li{
	position: relative;
	margin-left: 20px;
	margin-bottom: 10px;
}

.inside_container ul li:before{
	content: "";
	background: url(../i/marker.png) 0px 0px;
	width:10px;
	height: 18px;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: -20px;
}

.inside_container ol {
	counter-reset:li;
}

.inside_container ol li:before {
	content:counter(li);
	counter-increment:li;
	color:#ffa621;
	font-size: 24px;
	font-weight:bold;
	position: absolute;
	top: 0px;
	left: -20px;
	line-height: 24px;
}

hr {
	display: block;
	line-height: 1px;
	height: 1px;
	border: none;
	border-bottom: 1px solid #e3000f;
}

p {
	padding-bottom: 10px;
}

.top_block h1, .h1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: none;
}

h1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3{
	font-size: 20px;
	font-weight: 700;
}

h4{
	font-size: 16px;
	font-weight: 700;
}

.text_right{
	text-align: right;
}

/* Header */
header{
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 161px;
}

body.home_page header, body.service_cat header, body.service header, body.price_cat header{
	height: auto;
	overflow: visible;
}

header .wr{
	position: absolute;
	display: inline-block;
	height: 161px;
	width: 208px;
	overflow: hidden;
}

body.price_cat header .wr, body.service_cat header .wr, body.service header .wr, body.home_page header .wr{
	overflow: visible;
}

header .logo_block{
	width:200px;
	height: 160px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	display: inline-block;
	position: relative;
	border-bottom: 1px solid white;
	left: 4px;
}

header .logo_block img{
	display: block;
	margin: 5px auto 0px;
}

header .logo_block .hr{
	background: url(../i/hr1.png);
	width: 150px;
	height: 1px;
	margin: 12px auto;
}

header .logo_block .ph{
	font-size: 22px;
	font-weight: 300;
	color: #676767;
	text-align: center;
}
header .logo_block .ph p{
	display: inline-block;
	vertical-align: bottom;
}
header .logo_block .ph strong{
	color: black;
	display: inline-block;
	vertical-align: bottom;
}

header .logo_block a{
	text-align: center;
	display: block;
}

header .logo_block .ph_ico{
	background: url(../i/phone.png);
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
}

header .logo_block .text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: 700;
	color: #ffa41f;
	text-decoration: underline;
}

header nav{
	margin-left: 200px;
	padding-left: 2.5%;
	margin-right: 2.5%;
}

header nav .top_block{
	overflow: hidden;
	padding-top: 13px;
}

header nav .top_block .system_btn{
	background: url(../i/system_btn.png) 0px 0px no-repeat;
	width: 179px;
	height: 52px;
	text-transform: uppercase;
	color: white;
	font-weight: 700;
	text-align: center;
	display: table;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	border: none;
	float: right;
}

header nav .top_block .system_btn:hover{
	background-position: 0px -52px;
}
header nav .top_block .system_btn .handshake{
	background: url(../i/handshake.png);
	width: 49px;
	height: 36px;
	display: inline-block;
}

header nav .top_block .system_btn .text{
	display: inline-block;
	text-align: left;
	margin-left: 10px;

}

header nav .ya-money{
	height: 50px;
	width: auto;
	float: right;
	margin-right: 1.5%;
}

header nav .top_block .city_selector{
	float: left;
	position: relative;
}

header nav .top_block .city_selector div{
	position: absolute;
	left: 65px;
	top: -6px;
}

header nav .top_block .city_selector select{
	margin-top: 15px;
}

header nav .top_block h1, header nav .top_block .h1{
	text-align: right;
	float: right;
	margin-right: 5%;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 0px;
}

header nav .top_block h1.withym, header nav .top_block .h1.withym{
	margin-right: 2%;
}
#yamoney{
	display: none;
}

header nav .top_block .system_btn span{
	display: table-cell;
	vertical-align: middle;
}

header nav .hr{
	background-color: white;
	height: 3px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	margin-top: 10px;
}

header nav ul{
	list-style: none;
	text-align: justify;
	margin: 15px 0px;
	padding: 0px;
}

header nav ul:after{
	content: "";
	display: inline-block;
	width: 100%;
}

header nav ul li{
	display: inline-block;
	margin: 0px;
}

header nav ul li.active a{
	color: black;
	font-weight: 700;
	font-size: 18px;
	text-decoration: underline;
}

header nav ul li.active li a{
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}

header nav ul li.active li.active a{
	font-weight: 700;
	text-decoration: underline;
}

header nav ul li a{
	color: black;
	text-transform: uppercase;
}

header nav ul li:hover .sub_menu{
	display: block;
}

header .sub_menu{
	display: none;
	position: absolute;
	margin: 0px;
	background-color: white;
	border: 1px solid #a09f9c;
	padding: 10px 15px;
	margin-left: -15px;
}
header .sub_menu li a{
	text-transform: none;
}

header .sub_menu:after{
	display: none;
}
header .sub_menu li{
	display: block;
	position: relative;
	margin-left: 15px;
	margin-bottom: 10px;
}

header .sub_menu li a:hover{
	text-decoration: underline;
}

header .sub_menu li:last-child{
	margin-bottom: 0px;
}

header .sub_menu li:before{
	content: "";
	background: url(../i/marker_menu.png) 0px 0px;
	width:6px;
	height: 12px;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: -15px;
}

.footer_menu{
	list-style: none;
	text-align: right;
	margin-top: 16px;
}
.footer_menu li{
	display: inline-block;
}
.footer_menu li a{
	color: white;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 13px;
}
.footer_menu li:after{
	content: "/";
	display: inline-block;
	margin: 0px 15px;
}
.footer_menu li:last-child:after{
	display: none;
}

select{
	width: 215px;
	height: 31px;
	border: 1px solid #000;
	text-transform: uppercase;
	outline: none;
	text-align: center;
	background-color: white;
	font-size: 14px;
	font-weight: 400;
}
.masonry-container{
	opacity: 0;
}

#slider1_container, #slider1_container .slider_wrapper{
	width: 2000px; height: 160px;
}

body.service_cat #slider1_container, body.service_cat #slider1_container .slider_wrapper{
	height: 420px;
}

body.service #slider1_container, body.service #slider1_container .slider_wrapper, body.price_cat #slider1_container, body.price_cat #slider1_container .slider_wrapper{
	height: 350px;
}

body.home_page #slider1_container, body.home_page #slider1_container .slider_wrapper{
	height: 805px;
}

#slider1_container{
	position: relative; top: 0px; left: 0px; margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #989898;
}

body.service_cat #slider1_container, body.service #slider1_container, body.price_cat #slider1_container{
	border: none;
}

#slider1_container div.slider_bg{
	background: url(../i/top_bg.jpg);
	width: 2000px;
	height: 160px;
}

#slider1_container .slider_bg{
	position: absolute;
	top: 0px;
	left: 0px;
}

#slider1_container .slider_wrapper{
	position: absolute; left: 0px; top: 0px; overflow: hidden;
}

 #slider1_container .jssora03l, #slider1_container .jssora03r {
	display: block;
	position: absolute;
	width: 148px;
	height: 148px;
	cursor: pointer;
	overflow: hidden;
	top: 360px;
 }

 #slider1_container .jssora03l{
	//left: 400px;
	display: none;
 }

 #slider1_container .jssora03r{
	background: url('../i/main_slide_arrow_r.png') no-repeat;
	right: 0px;
 }

.jssorb21 {
	position: absolute;
	top: 250px; left: 245px;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	text-align: center;
	line-height: 12px;
	color: white;
	font-size: 12px;
	background: #808080;
	overflow: hidden;
	cursor: pointer;
}

.jssorb21 .av {
	background: #fff;
	border: 2px solid #808080;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#slider1_container .orange{
	background-color: #ffa821;
}

#slider1_container .white{
	background-color: #f7f7f7;
}

#slider1_container .container{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#slider1_container .slider_wrapper .container{
	top: 190px;
}

#slider1_container .container a{
	color: black;
	//text-decoration: underline;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

#slider1_container .container .h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#slider1_container .container a .h2{
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
}

#slider1_container .container .h3{
	font-size: 14px;
	font-weight: 400;
}

#slider1_container .order_btn{
	margin-top: 20px;
}

.order_btn{
	width: 252px;
	height: 49px;
	background: url(../i/white_btn.png) 0px 0px;
	display: table;
	outline: none;
	color: #ff9b00;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

.inside_container .order_btn{
	margin: 20px auto;
}

.orange .order_btn{
	background: url(../i/white_btn.png) 0px 0px;
	color: #ff9b00;
}

.white .order_btn{
	background: url(../i/orange_btn.png) 0px 0px;
	color: #ffffff;
}

.order_btn:hover, .order_btn.active{
	background-position: 0px -49px;
}

.pop_up_btn:hover{
	text-decoration: none;
}

.order_btn span{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.service_items{
	margin-top: 30px;
	display: inline-block;
	position: relative;
	width: 780px;
	margin-left: 4px;
}

#slider1_container .container .service_items a{
	display: inline;
}

.orange .service_items .item{
	background-color: white;
}

.white .service_items .item{
	background-color: #ffa821;
}

.orange .service_items .item:hover{
	background-color: #ffa821;
	color: white;
	outline: 1px solid white;
}

.white .service_items .item:hover{
	background-color: white;
	color: #ffa821;
	outline: 1px solid #ffa821;
}

.service_items .item{
	margin-right: 4px;
	margin-bottom: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 125px;
	height: 125px;
}

.service_items .item.small{
	width: 125px;
	height: 125px;
}

.service_items .item.medium{
	width: 255px;
	height: 125px;
}

.service_items .item.big{
	width: 255px;
	height: 254px;
}

.service_items .item .name{
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px;
	line-height: 16px;
	position: relative;
	z-index: 1;
	display: block;
	font-weight: 500;
	font-size: 13px;
}

.service_items .item.medium .name{
	font-size: 24px;
	line-height: 24px;
	margin: 10px 15px;
}

.service_items .item.big .name{
	font-size: 30px;
	line-height: 30px;
	margin: 10px 15px;
}

.service_items .item .img{
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 70px;
	height: 70px;
}

.service_items .item .img img{
	width: 140px;
	height: 70px;
}

.service_items .item:hover .img img{
	margin-left: -70px;
}

.service_items .item.big .img{
	width: 140px;
	height: 140px;
}

.service_items .item.big .img img{
	width: 280px;
	height: 140px;
}

.service_items .item.big:hover .img img{
	margin-left: -140px;
}

.work-masonry-thumb {
	float: left;
}

body.home_page .content{
	margin: 20px 0px;
	font-weight: 300;
	font-size: 16px;
	color: #3f3f3f;
}

.advantages hr, .inside_container hr{
	border: none;
	outline: none;
	width: 941px;
	background: url('../i/hr2.png') no-repeat;
	height: 1px;
	display: block;
	margin: 10px auto;
}

.advantages{
	text-align: justify;
	margin: 20px auto;
}

.advantages .item{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	text-align: left;
	position: relative;
}

.advantages .item img{
	position: absolute;
	left: 0px;
	top: 0px;
}

.advantages .item .text{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 112px;
	padding-left: 5%;
}

.advantages .item .text .name{
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.advantages .item .text .annotation{
	font-weight: 300;
	color: #3f3f3f;
}

.justify_help{
	display: inline-block;
	width: 100%;
}

#content{
	margin-bottom: 180px;
}

footer{
	padding: 20px 0px;
	background-color: #000;
	color: white;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 10;
}

footer .dev{
	text-align: right;
}

footer #flex-logo{
	vertical-align: middle;
	margin-left: 10px;
}

footer .dev a{
	color: white;
}

footer .dev img{
	display: inline-block;
	vertical-align: middle;
}

#black_screen{
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	display: none;
}

.pop_up_form{
	width: auto;
	height: 100%;
	padding: 10px 40px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: white;
	z-index: 100;
	-webkit-box-shadow: 4px 4px 30px 7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    4px 4px 30px 7px rgba(0, 0, 0, 0.75);
	box-shadow:         4px 4px 30px 7px rgba(0, 0, 0, 0.75);
	margin-left: -50%;
	display: none;
}

.pop_up_form .icons{
	width: 207px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.pop_up_form .icons .arr{
	background: url(../i/form_arrow.png);
	width: 19px;
	height: 10px;
	margin: 10px auto;
}

.pop_up_form .icons .desc{
	margin-top: 2px;
	color: #3f3f3f;
}

.pop_up_form .icons .ico{
	width: 69px;
	height: 69px;
	margin: 0 auto;
}

.pop_up_form .icons .ico1{
	background: url(../i/form_ico1.png);
}
.pop_up_form .icons .ico2{
	background: url(../i/form_ico2.png);
}
.pop_up_form .icons .ico3{
	background: url(../i/form_ico3.png);
}
.pop_up_form .icons .ico4{
	background: url(../i/form_ico4.png);
}
.pop_up_form .icons .ico5{
	background: url(../i/form_ico5.png);
}
.pop_up_form .icons .ico6{
	background: url(../i/form_ico6.png);
}
.pop_up_form .icons .ico7{
	background: url(../i/form_ico7.png);
}
.pop_up_form .icons .ico8{
	background: url(../i/form_ico8.png);
}
.pop_up_form .icons .ico9{
	background: url(../i/form_ico9.png);
}
.pop_up_form .vl{
	width: 1px;
	height: 90%;
	margin: 5% 0px;
	background-color: #959595;
	display: inline-block;
	vertical-align: middle;
}

.pop_up_form .form{
	display: inline-block;
	vertical-align: middle;
	width: 306px;
	margin: 0px 40px;
}

.pop_up_form .wr{
	display: table;
	width: 100%;
	height: 100%;
}

.pop_up_form .wr .form{
	display: block;
	margin: 0 auto;
}
.pop_up_form .wr .tc{
	display: table-cell;
	vertical-align: middle;
}

.pop_up_form .form .header{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.pop_up_form .form .label{
	font-size: 18px;
	text-align: center;
	margin: 20px 0px 2px 0px;
}

input[type=text], textarea{
	border: none;
	outline: none;
	width: 307px;
	height: 36px;
	padding-left: 15px;
	background-color: #ffd492;
	border-radius: 5px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0,0.2) inset;
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0,0.2) inset;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0,0.2) inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

textarea{
	min-height: 150px;
	max-height: 150px;
	min-width: 307px;
	max-width: 307px;
	padding: 10px 15px;
	font-size: 14px;
}

.error input[type=text], .error textarea{
	border: 1px solid #ff0000;
	background-color: #ff9792;
}

form .sbm .btn{
	width: 252px;
	height: 49px;
	background: url(../i/orange_btn.png) 0px 0px;
	color: #ffffff;
	outline: none;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	display: block;
	margin: 30px auto 0px;
}

form .sbm .btn span{
	position: relative;
	top: -2px;
}

form .sbm .btn:hover{
	background-position: 0px -49px;
}

.overlay{
	background: url(../i/overlay1.png) bottom center;
	width: 2000px;
	height: 41px;
	display: block;
	position: absolute;
	bottom: 0px;
}

.service_block{
	text-align: justify;
}

.service_block .item{
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0px 20px 20px 20px;
	margin: 10px 0px;
	width: 325px;
	height: 240px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all ease 0.5s;
	   -moz-transition: all ease 0.5s;
			transition: all ease 0.5s;
}
.service_block .item.hide{
	visibility: hidden;
}
.service_block .item:hover{
	background-color: #fca51d;
	padding: 20px;
}

.service_block .item:hover .img{
	top: -200px;
}

.service_block .item:hover .angle{
	background-position: 0px -53px;
}

.service_block .item:hover .name{
	top: -100px;
}

.service_block .item:hover .annotation{
	top: -100px;
	height: auto;
	min-height: 50px;
	margin-bottom: 25px;
	max-height: 108px;
}

.service_block .item:hover .order_btn{
	top: -120px;
}

.service_block .item .angle{
	background: url(../i/angle1.png) 0px 0px;
	width: 60px;
	height: 53px;
	position: absolute;
	left: 1px;
	bottom: 1px;
}

.service_block a:hover{
	text-decoration: none;
}

.service_block .item .img{
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.service_block .item .img img{
	width: 200px;
	height: 100px;
}

.service_block.white .item .img img{
	margin-left: -100px;
}

.service_block .item .name{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: black;
	position: relative;
}

.service_block .item .annotation{
	position: relative;
	height: 50px;
	margin-bottom: 60px;
	color: #3f3f3f;
	overflow: hidden;
	margin-top: 10px;
	line-height: 17px;
}

.service_block .item .order_btn{
	margin: 0 auto;
	position: relative;
}

.inside_container{
	margin: 20px auto;
	max-width: 1000px;
}

.inside_container .text, .inside_container .text_l16{
	font-weight: 300;
	font-size: 16px;
}

.inside_container h1, .inside_container h2{
	text-align: center;
}

.inside_container .content{
	font-weight: 300;
	text-align: center;
	width: 70%;
	margin: 0 auto 10px;
}

.inside_container .content.left{
	text-align: left;
	width: 100%;
}

.empoyees{
	text-align: left;
}

.empoyees .item{
	width: 220px;
	margin: 0px 1% 50px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.empoyees .item a{
	color: black;
	text-decoration: none;
}

.empoyees .item .img{
	width: 184px;
	height: 190px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
}

.empoyees .item:hover .img{
	border: 1px solid #ffa621;
}

.empoyees .item:hover .review_btn_r{
	display: table;
}

.empoyees .review_btn_r{
	width: 100%;
	height: 38px;
	background: url(../i/review_btn_r.png) repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	display: none;
}

.empoyees .review_btn_r span{
	display: table-cell;
	vertical-align: middle;
}

.empoyees .item a .name{
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.empoyees .item .experience{
	display: block;
	text-align: center;
	margin: 5px 0px 10px;
	color: #808080;
}

.review_btn{
	width: 174px;
	height: 32px;
	background: url(../i/review_btn.png) 0px 0px;
	display: table;
	outline: none;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	margin: 10px auto 0px;
}

.review_btn:hover{
	background-position: 0px -32px;
}

.review_btn span{
	display: table-cell;
	vertical-align: middle;
}

#employee{
	margin: 20px 0px;
	position: relative;
	display: inline-block;
	width: 100%;
}

#employee .left{
	text-align: center;
	width: 200px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
}

#employee .left img{
}

#employee .right{
	display: inline-block;
	vertical-align: top;
	padding-left: 220px;
	font-size: 16px;
}

#employee .right .experience{
	margin-bottom: 20px;
}

#employee .right .experience div{
	font-weight: 700;
	text-transform: uppercase;
}

#employee .right .features{
	font-weight: 300;
}

#employee .right .features div{
	font-weight: 700;
	text-transform: uppercase;
}

#reviews{
	margin: 20px 0px;
	position: relative;
	display: inline-block;
	width: 100%;
}

#reviews h2{
	text-align: center;
}

#reviews .item{
	margin-bottom: 20px;
	background-color: #ffa821;
	padding: 10px;
}

#reviews .item .headers{
	width: 20%;
	color: white;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

#reviews .item .headers .name{
	font-weight: 700;
	text-transform: uppercase;
}

#reviews .item .r_content{
	vertical-align: middle;
	width: 79.5%;
	display: inline-block;
	background-color: white;
	border-radius: 10px;
	padding: 10px 20px;
	color: #5b5b5b;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.price_header{
	height: 55px;
	width: 100%;
	background-color: #ffa821;
	text-align: center;
	cursor: pointer;
	display: table;
	position: relative;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	margin-top: 20px;
}

.price_header.nolink{
	cursor: default;
}

.price_header .img{
	width: 55px;
	height: 55px;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 20px;
}

.price_header .img img{
	width: 110px;
	height: 55px;
	margin-left: -55px;
}

.price_header .name{
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.price_header .arr{
	background: url(../i/arrow_down.png);
	width: 41px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 19px;
}

.price_container{
	margin-bottom: 20px;
}

.price_container .price_group{
	background-color: white;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 20px;
}

.price_container .prices .price_block .info{
	background: url(../i/price_info_btn.png) 0px 0px;
	width: 27px;
	height: 27px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: -3px 0px 0px 5px;
	position: relative;
}

.price_container .prices .price_block .info:hover{
	background-position: 0px -27px;
}

.price_container .prices .price_block .info:hover .nodisplay{
	display: block;
}

.price_container .price_group.colored{
	background-color: #fff0da;
}

.price_container .prices{
	position: relative;
}

body.price_cat .price_container .prices{
	overflow: hidden;
}

.price_container .prices .vll{
	height: 100%;
	width: 1px;
	background-color: rgba(180,180,180,0.5);
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 37.5%;
}

.price_container .prices .vlr{
	height: 100%;
	width: 1px;
	background-color: rgba(180,180,180,0.5);
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 12.5%;
}
.price_container .prices .vlr.f{
	right: 35%;
}

.price_container .prices .price_block{
	width: 49.5%;
	float: left;
	padding: 0px 20px;
	margin-right: 0.5%;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.price_container .prices .price_block.full{
	width: 100%;
	float: none;
}

.price_container .prices .price_block.right{
	margin-right: 0px;
	margin-left: 0.5%;
}

.price_container .prices .price_block.colored{
	background-color: #fff0da;
}

.price_container .prices .price_block .name{
	display: inline-block;
	vertical-align: top;
	width: 75%;
	padding: 10px 0px;
}

.price_container .prices .price_block .name.w60{
	width: 60%;
}

.price_container .prices .price_block .price{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	text-align: right;
	font-size: 22px;
	padding: 10px 0px;
	overflow: hidden;
}

.price_container .prices .price_block .price.w34{
	width: 34%;
}

.price_container .prices .price_block .price .multi{
	margin-left: 40px;
	float: left;
}

.price_container .prices .price_block .price input{
	display: inline-block;
	width: 40px;
	height: 30px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.price_container .prices .price_block .price div{
	display: inline-block;
}

.price_container .prices .price_block .price span{
	font-size: 14px;
}

.service_sub_menu{
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px;
}

.service_sub_menu a{
	color: #000;
	font-size: 16px;
	line-height: 20px;
}

.service_sub_menu li{
	margin-bottom: 15px;
}

.service_sub_menu li.active a{
	color: #ffa821;
	font-weight: 700;
}

.service_sub_menu a:hover{
	font-weight: 700;
}

.service_vl{
	background-color: #FFA821;
	width: 1px;
	margin: 20px auto 0px;
	padding: 20px 0px;
	position: relative;
	top: -20px;
}

/* checkbox */
input[type=checkbox].css-checkbox
{
	position:absolute; z-index:-1000; left:-5000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	height:18px;
	width: 18px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	margin-top: 10px;
	background-color: white;
}

label.css-label div.checked
{
	background: url(../i/checkbox_checked.png) no-repeat;
	width: 14px;
	height: 18px;
	position: relative;
	left: 2px;
	top: -3px;
}

label.css-label {
	width: 18px;
	height: 18px;
	border: 1px solid #ffa821;
	border-radius: 6px;
	outline: none;
	background-color: transparent;
	margin-right: 5px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2) inset;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inside_container .total{
	text-align: right;
	color: #3f3f3f;
	overflow: hidden;
}

.inside_container .total .text{
	font-weight: 300;
	float: right;
}

.inside_container .total .num{
	margin-left: 20px;
	float: right;
	line-height: 36px;
}

.inside_container .total .num span{
	font-weight: 700;
	font-size: 36px;
}

.inside_container .big_btn{
	float: right;
	margin: 20px 0px;
}

.big_btn{
	cursor: pointer;
	width: 244px;
	height: 68px;
	background: url(../i/big_btn.png) 0px 0px;
	display: table;
}
.big_btn.disabled{
	background-position: 0px -136px;
}
.big_btn.disabled:hover{
	background-position: 0px -136px;
}
.big_btn:hover{
	background-position: 0px -68px;
}

.big_btn span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
}

.service_menu_arrow{
	background: url(../i/service_arrow.png) no-repeat;
	width: 21px;
	height: 41px;
	position: absolute;
	top: 10px;
	right: 0px;
}

#fixed_total{
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 80px;
	width: 250px;
	background-color: #fff;
	border: 1px solid #999;
	text-align: center;
	display: none;
	color: #3F3F3F;
	z-index: 50;
}

#fixed_total .text{
	font-weight: 300;
	margin-top: 10px;
}

#fixed_total .num{
	margin-left: 20px;
	line-height: 36px;
}

#fixed_total .num span{
	font-weight: 700;
	font-size: 36px;
}

.programs{
	text-align: left;
	overflow: hidden;
}
.programs.compl{
	text-align: left;
}
.programs:after{
	content: "";
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.programs a{
	text-decoration: none;
}

.programs .item{
	width: 280px;
	height: 228px;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: left;
	margin: 6px 3px 0px;
}

.programs.compl .item{
	width: 231px;
	height: 226px;
	border: 1px solid #b2b2b2;
	margin: 10px 0px 0px 5px;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.programs .item .more{
	background-color: #ffa821;
	height: 40px;
	width: 100%;
	color: white;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	bottom: 0px;
	position: absolute;
	display: block;
}

.programs .item:hover{
	border: 1px solid #ffa821;
}
.programs.compl .item img{
	opacity: 0.7;
}
.programs.compl .item:hover img{
	opacity: 1;
}
.programs.compl .item .more{
	color: #ffa821;
	background-color: #ffffff;
	border-top: 1px solid #b2b2b2;
}

.programs.compl .item:hover .more{
	color: white;
	background-color: #ffa821;
}
.programs .item.hide{
	visibility: hidden;
}

.programs .item img{
	max-width: 280px;
	max-height: 228px;
	height: auto;
	width: auto;
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 40px;
}

.programs .item.nopadding img{
	padding: 0px;
}

.program_group .item{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	display: block;
}

.program_group .img{
	width: 184px;
	height: 176px;
	float: left;
	margin: 0px 20px 10px 0px;
	position: relative;
	background: url(../i/program_frame.png);
	overflow: hidden;
}

.program_group .img img{
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
}

.program_group .text .header{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

body.program_group .inside_container .logo, body.program .inside_container .logo, body.article .inside_container .logo{
	display: block;
	margin: 10px auto;
}

body.program .inside_container .logo, body.article .inside_container .logo{
	float: left;
	margin-right: 20px;
}

.program_group .text .more{
	color: #ffa621;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 10px;
	display: block;
}

body.program_group .inside_container .back{
	color: #ffa621;
	font-size: 16px;
	text-decoration: underline;
	display: block;
	text-align: left;
	font-style: italic;
}

.id_btn{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../i/inc_dec_btn.png);
	vertical-align: middle;
	cursor: pointer;
}

.id_btn.plus_btn{
	background-position: 0px 0px;

}

.id_btn.plus_btn:hover{
	background-position: 0px -26px;
}

.id_btn.minus_btn{
	background-position: -26px 0px;

}

.id_btn.minus_btn:hover{
	background-position: -26px -26px;
}

.nodisplay{
	display: none;
	width: 400px;
	background-color: white;
	border: 1px solid #ffa821;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	top: -5px;
	left: -5px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.nodisplay .item{
	padding: 0px 10px;
}

.nodisplay .item.colored{
	background-color: #fff0da;
}

.nodisplay .name{
	display: inline-block;
	vertical-align: top;
	width: 75%;
	padding: 10px 0px;
}

.nodisplay .price{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	text-align: right;
	font-size: 22px;
	padding: 10px 0px;
}

.nodisplay .price span{
	font-size: 14px;
}

.breadcrumbs{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	font-style: italic;
	color: #9c9c9c;
}

.breadcrumbs a{
	color: #9c9c9c;
}

#slider2_container, #slider2_container .slider_wrapper{
	width: 710px; height: 240px;
}

#slider2_container{
	position: relative; top: 0px; left: 0px; margin: 0 auto;
}

#slider2_container .slider_wrapper{
	position: absolute; left: 0px; top: 0px; overflow: hidden;
}

#slider2_container .jssora03l, #slider2_container .jssora03r {
	display: block;
	position: absolute;
	width: 57px;
	height: 57px;
	cursor: pointer;
	overflow: hidden;
	top: 100px;
}

#slider2_container .jssora03l{
	background: url('../i/gallery_slide_arrows.png') no-repeat 0px 0px;
	left: -60px;
}

#slider2_container .jssora03r{
	background: url('../i/gallery_slide_arrows.png') no-repeat -57px 0px;
	right: -60px;
}

#slider2_container .img{
	display: inline-block;
	overflow: hidden;
}

#slider2_container .img img{
	max-width: 170px;
	height: auto;
	width: auto;
	max-height: 240px;
}

.vacancy{
	text-align: justify;
}
.vacancy .vheader{
	height: 44px;
	width: 100%;
	background: url(../i/gradient1.png) #ffa821 repeat-x;
	text-align: center;
	display: table;
	position: relative;
	z-index: 1;
}

.vacancy .vheader .name{
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.vacancy .item{
	display: inline-block;
	width: 48%;
	margin: 0px 0px 20px;
	background-color: #ffffff;
	border: 1px solid #ff921a;
	position: relative;
	vertical-align: top;
	overflow: hidden;
}
.vacancy .item .bg{
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}
.vacancy .item .content{
	position: relative;
	z-index: 1;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.vacancy .price_header{
	margin: 0px;
}

.program_link{
	width: 280px;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
	float: right;
	margin: 0px 0px 10px 10px;
}

.program_link .text{
	display: block;
	margin-bottom: 40px;
	padding: 10px;
	color: black;
}

.program_link .more{
	background-color: #ffa821;
	height: 40px;
	width: 100%;
	color: white;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	bottom: 0px;
	position: absolute;
	display: block;
}

.program_link:hover{
	border: 1px solid #ffa821;
}
.bnrs{
	list-style: none;
	margin-top: 34px;
}
.call_overlay{
	background: url(../i/call_overlay.png) no-repeat;
	width: 1012px;
	height: 146px;
	margin: auto;
	position: fixed;
	bottom: -29px;
	left: 0px;
	right: 0px;
	z-index: 9;
	padding: 48px;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.call_overlay a{
	display: inline-block;
	width: 252px;
	margin: 0px 5%;
	vertical-align: middle;
}
.call_overlay .ctext{
	display: inline-block;
	width: 400px;
	vertical-align: middle;
}
.call_overlay .ctext strong{
	text-transform: uppercase;
}
.fancybg{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: none;
}
.fancy_loading{
	padding: 10px;
	border-radius: 5px;
	background: url(../i/fancybox/fancybox_overlay.png) repeat;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: none;
}
.fancy_loading .ico{
	background: url(../i/fancybox/fancybox_loading.gif) no-repeat;
	width: 24px;
	height: 24px;
}
.bnrs .bnr{
	margin-bottom: 20px;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px 0px;
}
.fileUpload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;
}
.fileUpload .btn{
	width: 120px;
	height: 33px;
	background: url(../i/upload_btn.png) 0px -33px;
	outline: none;
	color: #ff9b00;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: inline-table;
	vertical-align: middle;

}
.fileUpload .btn:hover{
	background-position: 0px 0px;
}
.fileUpload .btn span{
	display: table-cell;
	vertical-align: middle;
}
.fileUpload .filepath{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.contact_map{
	display: inline-block;
	float:right;
	border: 1px solid #fca51d;
	min-height: 340px;
}
.undermap{
	height: 100px;
}
/* Относительное позиционирование */
#wrappermap {
	margin: -240px auto 20px;
	position: relative;
	width: 837px;
}
#wrappermap .map {
	width:837px;
	height:458px;
	background-image: url(../i/map.png);
	margin: 0 auto;
}
#wrappermap .tooltips {
	height: 22px;
	position: absolute;
	z-index: 9999;
}
#wrappermap .tooltip {
	display: none;
	background-image: url(../i/map.png);
	position: absolute;
	z-index: 0;
}
#wrappermap .buttons {
	height: 22px;
	position:relative;
	z-index: 2;
}
#wrappermap .buttons a {padding: 13px 0 10px;font-size: 0px;color: transparent;line-height: 24px;}

#wrappermap .tooltips.ekaterinburg{
	left: 327px; top: 287px;
}
#wrappermap .tooltips.ekaterinburg .buttons{width: 112px;}
#wrappermap .tooltips.ekaterinburg .tooltip {
	background-position: -491px -2128px;
	height: 135px;
	left: -224px;
	top: -44px;
	width: 340px;
}
#wrappermap .tooltips.chelyabinsk{
	left: 302px; top: 315px;
}
#wrappermap .tooltips.chelyabinsk .buttons{width: 88px;}
#wrappermap .tooltips.chelyabinsk .tooltip {
	background-position: -6px -1570px;
	height: 135px;
	left: -220px;
	top: -37px;
	width: 312px;
}
#wrappermap .tooltips.voronezh{
	left: 63px; top: 256px;
}
#wrappermap .tooltips.voronezh .buttons{width: 74px;}
#wrappermap .tooltips.voronezh .tooltip {
	background-position: 328px -2620px;
	height: 135px;
	left: -1px;
	top: -6px;
	width: 322px;
}
#wrappermap .tooltips.cheboksary{
	left: 138px; top: 255px;
}
#wrappermap .tooltips.cheboksary .buttons{width: 88px;}
#wrappermap .tooltips.cheboksary .tooltip {
	background-position: -232px -2112px;
	height: 198px;
	left: -3px;
	top: -2px;
	width: 194px;
}
#wrappermap .tooltips.izhevsk{
	left: 227px; top: 265px;
}
#wrappermap .tooltips.izhevsk .buttons{width: 68px;}
#wrappermap .tooltips.izhevsk .tooltip {
	background-position: -6px -1872px;
	height: 196px;
	left: -53px;
	top: -2px;
	width: 194px;
}
#wrappermap .tooltips.perm{
	left: 297px; top: 259px;
}
#wrappermap .tooltips.perm .buttons{width: 61px;}
#wrappermap .tooltips.perm .tooltip {
	background-position: -296px -1927px;
	height: 135px;
	left: -208px;
	top: -40px;
	width: 273px;
}
#wrappermap .tooltips.penza{
	left: 166px; top: 284px;
}
#wrappermap .tooltips.penza .buttons{width: 56px;}
#wrappermap .tooltips.penza .tooltip {
	background-position: 269px -2755px;
	height: 174px;
	left: -1px;
	top: -47px;
	width: 269px;
}
#wrappermap .tooltips.kurgan{
	left: 330px; top: 338px;
}
#wrappermap .tooltips.kurgan .buttons{width: 60px;}
#wrappermap .tooltips.kurgan .tooltip {
	background-position: -3px -1713px;
	height: 135px;
	left: -215px;
	top: -61px;
	width: 279px;
}
#wrappermap .tooltips.krasnoyarsk{
	left: 425px; top: 380px;
}
#wrappermap .tooltips.krasnoyarsk .buttons{width: 94px;}
#wrappermap .tooltips.krasnoyarsk .tooltip {
	background-position: -23px -1336px;
	height: 230px;
	left: -2px;
	top: -145px;
	width: 300px;
}
#wrappermap .tooltips.irkutsk{
	left: 550px; top: 379px;
}
#wrappermap .tooltips.irkutsk .buttons{width: 71px;}
#wrappermap .tooltips.irkutsk .tooltip {
	background-position: -500px -1510px;
	height: 213px;
	left: -262px;
	top: -105px;
	width: 337px;
}
#wrappermap .tooltips.magnitogorsk{
	left: 282px; top: 378px;
}
#wrappermap .tooltips.magnitogorsk .buttons{width: 105px;}
#wrappermap .tooltips.magnitogorsk .tooltip {
	background-position: -495px -1737px;
	height: 135px;
	left: -8px;
	top: -63px;
	width: 342px;
}
#wrappermap .tooltips.novosibirsk{
	left: 339px; top: 405px;
}
#wrappermap .tooltips.novosibirsk .buttons{width: 106px;}
#wrappermap .tooltips.novosibirsk .tooltip {
	background-position: -643px -1889px;
	height: 210px;
	left: -27px;
	top: -183px;
	width: 194px;
}
#wrappermap .tooltips.ufa{
	left: 223px; top: 379px;
}
#wrappermap .tooltips.ufa .buttons{width: 45px;}
#wrappermap .tooltips.ufa .tooltip {
	background-position: 831px -2099px;
	height: 224px;
	left: -47px;
	top: -197px;
	width: 194px;
}
#wrappermap .tooltips.nizhn{
	left: 31px; top: 380px;
}
#wrappermap .tooltips.nizhn .buttons{width: 189px;}
#wrappermap .tooltips.nizhn .tooltip {
	background-position: -16px -2588px;
	height: 260px;
	left: -1px;
	top: -215px;
	width: 434px;
}
#wrappermap .tooltips.saratov{
	left: 188px; top: 353px;
}
#wrappermap .tooltips.saratov .buttons{width: 63px;}
#wrappermap .tooltips.saratov .tooltip {
	background-position: 275px -2442px;
	height: 135px;
	left: -208px;
	top: -74px;
	width: 279px;
}
#wrappermap .tooltips.samara{
	left: 148px; top: 327px;
}
#wrappermap .tooltips.samara .buttons{width: 63px;}
#wrappermap .tooltips.samara .tooltip {
	background-position: 306px -1327px;
	height: 160px;
	left: -2px;
	top: -58px;
	width: 306px;
}
#wrappermap .tooltips.kursk{
	left: 95px; top: 281px;
}
#wrappermap .tooltips.kursk .buttons{width: 55px;}
#wrappermap .tooltips.kursk .tooltip {
	background-position: -841px -1174px;
	height: 135px;
	left: -2px;
	top: -52px;
	width: 278px;
}
#wrappermap .tooltips.ulyanovsk{
	left: 69px; top: 304px;
}
#wrappermap .tooltips.ulyanovsk .buttons{width: 85px;}
#wrappermap .tooltips.ulyanovsk .tooltip {
	background-position: 380px -2284px;
	height: 135px;
	left: -2px;
	top: -52px;
	width: 373px;
}
#wrappermap .tooltips.postovnadonu{
	left: 2px; top: 327px;
}
#wrappermap .tooltips.postovnadonu .buttons{width: 123px;}
#wrappermap .tooltips.postovnadonu .tooltip {
	background-position: 831px -2419px;
	height: 135px;
	left: -2px;
	top: -54px;
	width: 372px;
}
#wrappermap .tooltips.omsk{
	left: 398px; top: 348px;
}
#wrappermap .tooltips.omsk .buttons{width: 61px;}
#wrappermap .tooltips.omsk .tooltip {
	background-position: 322px -1021px;
	height: 135px;
	left: -258px;
	top: -50px;
	width: 326px;
}
#wrappermap .tooltips.piter{
	left: 66px; top: 224px;
}
#wrappermap .tooltips.piter .buttons{width: 137px;}
#wrappermap .tooltips.piter .tooltip {
	background-position: 357px -712px;
	height: 143px;
	left: -5px;
	top: -85px;
	width: 357px;
}
#wrappermap .tooltips.nino{
	left: 264px; top: 233px;
}
#wrappermap .tooltips.nino .buttons{width: 142px;}
#wrappermap .tooltips.nino .tooltip {
	background-position: 0px -642px;
	height: 214px;
	left: -222px;
	top: -86px;
	width: 372px;
}
#wrappermap .tooltips.tomsk{
	left: 432px; top: 315px;
}
#wrappermap .tooltips.tomsk .buttons{width: 60px;}
#wrappermap .tooltips.tomsk .tooltip {
	background-position: 0px -857px;
	height: 149px;
	left: -232px;
	top: -54px;
	width: 372px;
}
#wrappermap .tooltips.volgograd{
	left: 87px; top: 353px;
}
#wrappermap .tooltips.volgograd .buttons{width: 84px;}
#wrappermap .tooltips.volgograd .tooltip {
	background-position: 0px -1005px;
	height: 150px;
	left: -5px;
	top: -85px;
	width: 372px;
}
#wrappermap .tooltips.bryansk{
	left: 16px; top: 280px;
}
#wrappermap .tooltips.bryansk .buttons{width: 79px;}
#wrappermap .tooltips.bryansk .tooltip {
	background-position: 0px -2869px;
	height: 100px;
	left: -19px;
	top: -20px;
	width: 355px;
}
#wrappermap .tooltips.tver{
	left: 204px; top: 231px;
}
#wrappermap .tooltips.tver .buttons{width: 60px;}
#wrappermap .tooltips.tver .tooltip {
	background-position: -620px -2920px;
	height: 140px;
	left: -28px;
	top: -6px;
	width: 220px;
}
#wrappermap .tooltips.ryazan{
	left: 224px; top: 290px;
}
#wrappermap .tooltips.ryazan .buttons{width: 79px;}
#wrappermap .tooltips.ryazan .tooltip {
	background-position: -257px -3146px;
	height: 105px;
	left: -113px;
	top: -76px;
	width: 212px;
}
#wrappermap .tooltips.syzran{
	left: 214px; top: 314px;
}
#wrappermap .tooltips.syzran .buttons{width: 77px;}
#wrappermap .tooltips.syzran .tooltip {
	background-position: 0px -3017px;
	height: 115px;
	left: -20px;
	top: -6px;
	width: 240px;
}
#wrappermap .tooltips.habarovsk{
	left: 648px; top: 331px;
}
#wrappermap .tooltips.habarovsk .buttons{width: 88px;}
#wrappermap .tooltips.habarovsk .tooltip {
	background-position: -533px -3072px;
	height: 175px;
	left: -152px;
	top: -125px;
	width: 305px;
}
#wrappermap .tooltips.lipeck{
	left: 2px; top: 255px;
}
#wrappermap .tooltips.lipeck .buttons{width: 59px;}
#wrappermap .tooltips.lipeck .tooltip {
	background-position: -448px -3312px;
	height: 118px;
	left: -6px;
	top: -12px;
	width: 388px;
}
.banners{
	min-height: 1px;
}
.banners.right{
	text-align: right;
	margin-right: 2.5%;
	margin-top: -25px;
}
.banners .banner{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0.5%;
}
.banners.right .banner{
	margin: 0px;
	margin-left: 1%;
}
.mr10{
	margin-right: 10%;
	display: block;
}
.payment_form{
	width: 320px;
	margin: 0px auto;
}
.payment_form input, .payment_form textarea{
	margin: 5px auto 10px;
}
.homepage-header{
	position: relative;
}
.homepage-header .homepage-banners{
	position: absolute;
	top: -15px;
	left: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.homepage-header .homepage-banners:before{
	content: 'Наши проекты';
	display: block;
	width: 100%;
	height: 36px;
	background-color: #ff9b00;
	font-size: 16px;
	color:  white;
	line-height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.homepage-header .homepage-banners .homepage-banner{
	height: 77px;
}
.homepage-header .homepage-banners .homepage-banner:last-child{
	margin-top: 1px;
}
.homepage-header .homepage-margin-left{
	margin-left: 200px;
	padding-left: 3.5%;
	min-height: 160px;
}

.app-store-bar{
	min-height: 378px;
	background: url(/i/banner/banner-bg.png) 50% 0 no-repeat;
}

.app-store-bar .min_max_width{
	min-width: 960px;
	padding: 0 20px;
	max-width: 1160px;
}

.app-store-iphone{
	width: 313px;
	height: 432px;
	background: url(/i/banner/banner-iphone.png) 0 0 no-repeat;
	position: absolute;
	top: -54px;
	left: 50%;
	margin-left: 200px;
}

.app-store-text{
	padding-top: 74px;
	margin-right: 40%;
	color: #a1a1a1;
}

.app-store-title{
	color: #000000;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 35px;
}

.app-store-subtitle{
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	font-weight: bold;
	color: #a1a1a1;
	display: block;
	text-transform: lowercase;
}

.app-store-quote{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-style: italic;
	width: 565px;
	margin-right: 40%;
	line-height: 1.4;
	position: relative;
	margin-bottom: 35px;
}

.app-store-q_left,
.app-store-q_right{
	font-size: 1.8em;
	position: absolute;
	line-height: 1;
}

.app-store-q_left{
	top: -6px;
	left: -0.7em;
}

.app-store-q_right{
	bottom: -6px;
	right: -0.7em;
}

.app-store-button{
	display: inline-block;
	margin-right: 20px;
}