
* { margin:0; padding:0;}

/* font-family: "HelveticaNeueCyr"; */
@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.otf");
    src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.otf?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.otf") format("woff"),
    url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body {
	background:#fff;
	font-family: "HelveticaNeueCyr", "Open Sans";
	font-size:100%;
	line-height:1em;
	color:black;
	text-align:center;
	background: #F6F4F4;
}
.clear { clear:both;}

.container{
	margin: 0px auto;
	width: 1280px;
	
}
.header{
	
	width: 1280px;
	margin: 0px auto;
	border: 0px solid black;
	position: relative;
	z-index: 10;
}
.top{
	background: #fff;
	width: 1058px;
	height: 70px;
	padding: 54px 111px 16px 111px;
	border: 0px solid black;
}
.logo{
	border: 0px solid black;
	width: 280px;
	height: 70px;
	float: left;
}

.l_title{
	font-size: 35px;
	font-weight: bolder;
}
.l_text{
	font-size: 11px;
}
.phone{
	border: 0px solid black;
	width: 200px;
	height: 30px;
	float: left;
	margin-left: 116px;
}
.phone img{
	float: left;
	
}
.number{
	border: 0px solid black;
	font-size: 14px;
	margin: 5px 0px 5px 20px;
}
.number span{
	font-size: 17px;
	
}
.time{
	border: 0px solid black;
	width: 200px;
	height: 30px;
	float: left;
	margin-left: 0px;
}
.time img{
	float: left;
	
}
.t_time{
	border: 0px solid black;
	margin: 0px 0px 0px 20px;
}
.t_title{
	font-size: 17px;
}
.t_text{
	font-size: 11px;
}
.call{
	border: 0px solid black;
	background:url(/img/bg_button.png) no-repeat;
	width: 175px;
	height: 25px;
	margin-left: 840px;
	padding-top: 8px;
}
.call a{
	font-size: 13px;
	width: 175px;
	height: 33px;
	display: block;
	color: white;
	text-decoration: none;
	
}
.menu{
	background: #000;
	color: #fff;
	width: 1100px;
	height: 54px;
	border: 0px solid black;
	margin: 0px auto;
	padding: 0px 90px;
}
.menu a{
	font-size: 15px;
	width: 20%;
	height: 14px;
	display: block;
	color: white;
	text-decoration: none;
	float: left;
	padding: 20px 0px;
	border: 0px solid white;
}
.menu a:hover{
	background: #019AFF;
}
.slider{
	background:url(/img/image_bg.png) no-repeat;
	width: 1100px;
	height: 375px;
	border: 0px solid black;
	text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.8);
	font-weight: bolder;
	text-transform: uppercase;
	color: white;
	padding: 50px 90px;
	text-align: left;
	line-height: 39px;
}
.s_title{
	font-size: 38px;
}
.s_text{
	font-size: 24px;
}
.s_ul{
	font-size: 22px;
	margin: 20px 0px 0px 0px;
	list-style-type: none;
}
.s_manager{
	background: #000;
	color: #fff;
	width: 340px;
	height: 120px;
	border: 0px solid black;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	text-shadow: none;
	line-height: 18px;
	font-weight: normal;
}
.sm_title{
	font-size: 18px;
}
.sm_text{
	text-transform: none;
	font-size: 14px;
}
.s_manager form{
	color: #fff;
	width: 340px;
	height: 34px;
	
}
.sm_input_text{
	font-size: 18px;
	width: 276px;
	height: 20px;
	float: left;
	border: 0px;
	padding: 7px;
}
.sm_button{
	background: url(/img/Shape.png) no-repeat  center #019AFF;
	width: 45px;
	height: 34px;
	border: 0px;
}

.content{
	width: 1100px;
	background:#F6F4F4;
	min-height: 300px;
	border: 0px solid black;
	font-size: 14px;
	padding: 25px 0px;
	line-height: 24px;
	text-align: left;
	margin: 0px auto;
}
.ab_title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.ab_text{
	text-transform: none;
	font-size: 14px;
}
.contacts_map{
	width: 1100px;
	background: url(/img/map_gr.png) no-repeat  center;
	height: 563px;
	border: 0px solid black;
	font-size: 14px;
	padding: 25px 0px;
	line-height: 24px;
	margin: 0px auto;
}
.contacts_left{
	width: 300px;
	background: #019AFF;
	opacity: 0.8;
	height: 523px;
	border: 0px solid black;
	font-size: 14px;
	padding: 20px 25px;
	line-height: 24px;
	text-align: center;
}
.contacts_hr{
	color: black;
	width: 300px;
	padding: 0px 25px;
	height: 2px;
	
}
.contacts_left input,textarea{
	width: 250px;
	height: 30px;
	background: #019AFF;
	border: 1px solid #FFFDFD;
	box-sizing: border-box;
	border-radius: 15px;
	text-align: center;
	color: black;
	margin-bottom: 15px;
}


.footer{
	width: 1280px;
	background:#000;
	height: 313px;
	border: 0px solid black;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}
.f_top{
	width: 1100px;
	height: 30px;
	border: 0px solid white;
	margin: 0px auto;
	
}
hr {
	width: 1280px;
	height: 1px;
	color: #5E6878;
}
.f_menu, .f_text, .f_contact{
	width: 1100px;
	height: 50px;
	border: 0px solid white;
	margin: 0px auto;
	padding-top: 35px;
}
.f_contact img{
	float: left;
	
}
.f_menu a{
	text-transform: uppercase;
	padding: 0px 30px;
	text-decoration: none;
	color: #fff;
	border: 0px solid white;
}

.adress, .email, .dphone{
	height: 30px;
	float: left;
	border: 0px solid white;
	text-align: left;
	margin-left: 50px;
}


.adress span, .email span{
	font-size: 17px;
	margin: 10px 0px 5px 20px;	
	
}
.down{
	width: 1280px;
	background:#019AFF;
	height: 57px;
	border: 0px solid black;
	font-size: 24px;
	color: #fff;
}