@charset "utf-8";
/* CSS Document */


a {text-decoration:none;}  
h1, h2, h3, h4, h5{font-weight:normal;}

img{border:none;}
textarea{resize: none;}
input,textarea{outline:none;}
a,button,textarea{outline: none;cursor:pointer;}
li{list-style:none;}
button{background:none;border:none;	}
* {
margin:0;
padding:0;
}

.wraper > div > div{
	width:960px;
	margin:0 auto;
	}
.wraper > div {
	min-width: 960px;
	}

/* font-family: 'archangelskregular'; */
@font-face {
    font-family: 'archangelskregular';
    src: url('../fonts/42852-webfont.eot');
    src: url('../fonts/42852-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/42852-webfont.woff2') format('woff2'),
         url('../fonts/42852-webfont.woff') format('woff'),
         url('../fonts/42852-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* font-family: 'robotobold'; */
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* font-family: 'robotoregular'; */
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* font-family: 'robotolight'; */
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'robotoregular';
	color:#fff;
	}
body input{
	font-family: 'robotoregular';
	}

/*******************************************header*******************************************/

.header{
	
	}

.header > div{
	padding:8px 0px 35px 0px;
	}

.header > div:after{
	content:'';
	clear:both;
	display:block;
	}

.logo{
	float:left;
	}

.logo img{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:top;
	}

.logo p{
	display:inline-block;
	vertical-align:top;
	margin-left:15px;
	width:275px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'archangelskregular';
	font-size:46px;
	color:#090954;
	}

.logo span{
	display:block;
	margin-top:5px;
	text-transform:none;
	font-family: 'robotoregular';
	font-size:20px;
	color:#000;
	}

.phone{
	float:right;
	width:215px;
	}

.phone p{
	font-size:26px;
	color:#000;
	position:relative;
	margin-bottom:3px;
	}

.phone p:after{
	content:'';
	background:url(../img/phone.png) no-repeat top center;
	width:18px;
	height:20px;
	position:absolute;
	z-index:999;
	top:9px;
	left:-30px;
	}

.phone a{
	display:block;
	font-size:17px;
	color:#fff;
	border-radius:7px;
	border:1px solid #B70909;
	line-height:33px;
	width:204px;
	text-align:center;
	
	background: rgba(253,71,77,1);
background: -moz-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,71,77,1)), color-stop(25%, rgba(253,71,77,1)), color-stop(50%, rgba(247,59,65,1)), color-stop(75%, rgba(236,36,43,1)), color-stop(100%, rgba(230,25,32,1)));
background: -webkit-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: -o-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: -ms-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: linear-gradient(to bottom, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd474d', endColorstr='#e61920', GradientType=0 );
	
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,1);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,1);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,1);
	}

.phone a:hover{
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	
	background: rgba(206,15,22,1);
background: -moz-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,15,22,1)), color-stop(25%, rgba(206,15,22,1)), color-stop(50%, rgba(206,15,22,1)), color-stop(75%, rgba(206,15,22,1)), color-stop(100%, rgba(206,15,22,1)));
background: -webkit-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: -o-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: -ms-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: linear-gradient(to bottom, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0f16', endColorstr='#ce0f16', GradientType=0 );
	
-webkit-transition-duration: 0.5s; 
-o-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
transition-duration: 0.5s;
	}

	

	

.phone{
	float:right;
	width:215px;
	}


	
/********************************************************************************************/

/****************************************wrap_nav********************************************/

.wrap_nav {
    margin-top: -25px;
    z-index: 999;
    position: relative;
	}

.wrap_nav > div{
	
	}

.wrap_nav .nav{
	
	}

.nav{
	
	}

.nav li{
	display:inline-block;
	vertical-align:top;
	line-height:51px;
	height:51px;
	text-align:center;
	border-right:1px solid #68B3E8;
	margin-left: -4px;
	
	background: rgba(31,123,189,1);
background: -moz-linear-gradient(top, rgba(31,123,189,1) 0%, rgba(31,123,189,1) 50%, rgba(206,15,22,1) 50%, rgba(0,105,180,1) 50%, rgba(0,105,180,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,123,189,1)), color-stop(50%, rgba(31,123,189,1)), color-stop(50%, rgba(206,15,22,1)), color-stop(50%, rgba(0,105,180,1)), color-stop(100%, rgba(0,105,180,1)));
background: -webkit-linear-gradient(top, rgba(31,123,189,1) 0%, rgba(31,123,189,1) 50%, rgba(206,15,22,1) 50%, rgba(0,105,180,1) 50%, rgba(0,105,180,1) 100%);
background: -o-linear-gradient(top, rgba(31,123,189,1) 0%, rgba(31,123,189,1) 50%, rgba(206,15,22,1) 50%, rgba(0,105,180,1) 50%, rgba(0,105,180,1) 100%);
background: -ms-linear-gradient(top, rgba(31,123,189,1) 0%, rgba(31,123,189,1) 50%, rgba(206,15,22,1) 50%, rgba(0,105,180,1) 50%, rgba(0,105,180,1) 100%);
background: linear-gradient(to bottom, rgba(31,123,189,1) 0%, rgba(31,123,189,1) 50%, rgba(206,15,22,1) 50%, rgba(0,105,180,1) 50%, rgba(0,105,180,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7bbd', endColorstr='#0069b4', GradientType=0 );
	}

.nav li:last-of-type{
	border-right:none;
	border-radius:0px 5px 5px 0px;
	}

.nav li:first-of-type{
	border-radius:5px 0px 0px 5px;
	}

.nav li a{
	display:block;
	text-transform:uppercase;
	font-size:20px;
	color:#fff;
	font-family: 'robotobold';
	padding: 0px 25px;
	}

.nav li:hover{
	background: rgba(9,10,85,1);
background: -moz-linear-gradient(top, rgba(9,10,85,1) 0%, rgba(15,40,113,1) 25%, rgba(21,70,143,1) 50%, rgba(28,106,179,1) 75%, rgba(34,137,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,10,85,1)), color-stop(25%, rgba(15,40,113,1)), color-stop(50%, rgba(21,70,143,1)), color-stop(75%, rgba(28,106,179,1)), color-stop(100%, rgba(34,137,210,1)));
background: -webkit-linear-gradient(top, rgba(9,10,85,1) 0%, rgba(15,40,113,1) 25%, rgba(21,70,143,1) 50%, rgba(28,106,179,1) 75%, rgba(34,137,210,1) 100%);
background: -o-linear-gradient(top, rgba(9,10,85,1) 0%, rgba(15,40,113,1) 25%, rgba(21,70,143,1) 50%, rgba(28,106,179,1) 75%, rgba(34,137,210,1) 100%);
background: -ms-linear-gradient(top, rgba(9,10,85,1) 0%, rgba(15,40,113,1) 25%, rgba(21,70,143,1) 50%, rgba(28,106,179,1) 75%, rgba(34,137,210,1) 100%);
background: linear-gradient(to bottom, rgba(9,10,85,1) 0%, rgba(15,40,113,1) 25%, rgba(21,70,143,1) 50%, rgba(28,106,179,1) 75%, rgba(34,137,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090a55', endColorstr='#2289d2', GradientType=0 );
	
	-webkit-transition-duration: 0.5s; 
	-o-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	transition-duration: 0.5s;
	}

.nav li:hover a{
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	
	-webkit-transition-duration: 0.5s; 
	-o-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	transition-duration: 0.5s;
	}

/********************************************************************************************/

/**************************************wrap_item*********************************************/

.in_slider{
	position:relative;
	}

.wrap_slider {
    margin-top: -25px;
    z-index: -1;
	}

.wrap_item {
    width: 960px;
    /* margin: 0 auto; */
    position: absolute;
    z-index: 999;
    margin-top: -563px;
	}

.wrap_item:after{
	content:'';
	clear:both;
	display:block;
	}

.wrap_item h2{
	font-family: 'robotobold';
	text-align:center;
	text-transform:uppercase;
	font-size:49px;
	color:#fff;
	padding:39px 0px 10px 0px;
	clear:both;
	}

.left_1{
	float:left;
	width:580px;
	}

.left_1 ul{
	
	}

.left_1 ul li{
	display:block;
	padding:10px 0px;
	border-bottom:2px solid #006AB4;
	overflow:hidden;
	}

.left_1 ul li img{
	width:auto;
	height:auto;
	float:left;
	margin-right:20px;
	}

.left_1 ul li p{
	float:left;
	width:510px;
	font-size:28px;
	color:#fff;
	line-height:32px;
	margin-top: -6px;
	}

.forma1{
	float:right;
	width:270px;
	padding:10px 21px 20px 21px;
	background:rgba(255,255,255,0.91) no-repeat top center;
	border-radius:8px;
	position:relative;
	
	-webkit-box-shadow: 0px 0px 57px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 57px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 57px 0px rgba(0,0,0,1);
	}

.forma1:after{
	content:'';
	background:url(../img/present.png) no-repeat top center;
	width:93px;
	height:99px;
	position:absolute;
	z-index:999;
    top: 51px;
    right: -15px;
	}

.forma1 h3{
	font-size:29px;
	color:#090954;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:15px;
	}

.forma1 p{
	 font-family: 'robotolight';
	 font-size:20px;
	 text-align:center;
	 color:#000;
	 width: 220px;
	 margin-bottom:20px;
	}

.forma1 p span{
	font-family: 'robotobold';
	display:block;
	font-size:27px;
	color:#e3141b;
	}

form > div{
	position:relative;
	position: relative;
    margin: 0 auto 15px auto;
    width: 264px;;
	}

form > div > span{
	position:absolute;
	z-index:999;
	display:block;
	top: 13px;
    left: 15px;	
	}

form > div > span img{
	width:auto;
	height:auto;
	}

form > div input{
	display:block;
	 line-height:43px;
	 height:43px;
	 width:223px;
	 padding-left:39px;
	 border:1px solid #959595;
	 border-radius:5px;
	 background-color:#fff;
	 font-size:15px;
	 color:#000;
	 
	 -webkit-box-shadow: inset 1px 2px 5px 0px rgba(225,225,225,1);
-moz-box-shadow: inset 1px 2px 5px 0px rgba(225,225,225,1);
box-shadow: inset 1px 2px 5px 0px rgba(225,225,225,1);
	}

form .inp_submt{
	display:block;
	cursor:pointer;
	width:264px;
	line-height:47px;
	height:47px;
	text-align:center;
	color:#fff;
	font-size:22px;
	margin:0 auto;
	border-radius:7px;
	border:1px solid #B70909;
	
	background: rgba(253,71,77,1);
background: -moz-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,71,77,1)), color-stop(25%, rgba(253,71,77,1)), color-stop(50%, rgba(247,59,65,1)), color-stop(75%, rgba(236,36,43,1)), color-stop(100%, rgba(230,25,32,1)));
background: -webkit-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: -o-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: -ms-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: linear-gradient(to bottom, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd474d', endColorstr='#e61920', GradientType=0 );
	
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,1);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,1);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,1);
	}

form .inp_submt:hover{
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	
	background: rgba(206,15,22,1);
background: -moz-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,15,22,1)), color-stop(25%, rgba(206,15,22,1)), color-stop(50%, rgba(206,15,22,1)), color-stop(75%, rgba(206,15,22,1)), color-stop(100%, rgba(206,15,22,1)));
background: -webkit-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: -o-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: -ms-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: linear-gradient(to bottom, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0f16', endColorstr='#ce0f16', GradientType=0 );
	
-webkit-transition-duration: 0.5s; 
-o-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
transition-duration: 0.5s;
	}

form input::-webkit-input-placeholder {color:#959595;}
form input::-moz-placeholder          {color:#959595;}
form input:-moz-placeholder           {color:#959595;}
form input:-ms-input-placeholder      {color:#959595;}

/********************************************************************************************/

/**************************************block_1***********************************************/

.block_1{
	background:url(../img/bg1.png) no-repeat top center;
	background-size:cover;
	}

.block_1 > div{
	padding:45px 0px;
	}

.block_1 h2{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#090954;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	}

.block_1 h2:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}
.block_1 h3{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#090954;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	}

.block_1 h3:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}

.block_11111{

	font-size:18px;
	color:#0D0D0D;
	}

.block_11111 > div{
	padding:45px 0px;
	}

.block_11111 h2{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#0D0D0D;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	}

.block_11111 h2:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}
	

.block_11111 h3{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:28px;
	color:#0D0D0D;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	}

.block_11111 h3:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}	

.wrap_choose_us{
	margin-top:70px;
	}

.choose_us{
	display:inline-block;
	vertical-align:top;
	margin-right:47px;
	width:150px;
	text-align:center;
	}

.choose_us:last-of-type{
	margin-right:0px;
	}

.choose_us img{
	width:auto;
	height:auto;
	margin-bottom:15px;
	}

.choose_us p{
	font-size:18px;
	color:#090954;
	
	}


/********************************************************************************************/

/**************************************block_2***********************************************/

.block_2{
	
	}

.block_2 > div{
	padding:60px 0px;
	}

.block_2 h2{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#090954;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	margin-bottom:35px;
	}

.block_2 h2:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}

.wrap_metal{
	display:block;
	border:4px solid #1F7CBD;
	margin-bottom:30px;
	padding-top:8px;
	}

.wrap_metal h3{
	margin:0px 8px;
	text-align:center;
	font-size:37px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'robotobold';
	background-color:#083F88;
	line-height: 55px;
	}

.wrap_metal > p{
	text-align:center;
	text-transform:uppercase;
	color:#000;
	font-size:30px;
	font-family: 'robotolight';
	margin-top:8px;
	}

.metal{
	overflow:hidden;
	}

.matal_img{
	float:left;
	width:375px;
	margin-right:97px;
	}

.matal_img img{
	width:auto;
	height:auto;
	}

.metal_text{
	float:left;
	width:460px;
	}

.metal_text ul{
	margin-top: 50px;
	}

.metal_text ul li{
	display:block;
	margin-bottom:3px;
	font-size:35px;
	color:#000;
	position:relative;
	}

.metal_text ul li:after{
	content:'';
	background:url(../img/gal.png) no-repeat top center;
	width:30px;
	height:25px;
	position:absolute;
	z-index:999;
    top: 12px;
	left:-50px;
	}

.forma2{
	background:url(../img/bgf.png) no-repeat top center;
	padding:25px 0px;
	}

.forma2 form > div{
	position:relative;
	display:inline-block;
	vertical-align:top;
    margin: 0px 0px 0px 11px;
	width:225px;
	}

.forma2 form > div input{
	width:183px;
	}

.forma2 .inp_submt{
	width: 214px;
    line-height: 24px;
    white-space: normal;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin: -3px 0px 0px 6px;
	}

.wrap_metal:nth-child(4) .metal_text ul {
    margin-top: 15px;
	}

.wrap_metal:nth-child(5) .metal_text{
	width: 340px;
    margin-left: 100px;
	}

.wrap_metal:nth-child(5) .metal_text ul{
	margin-top: 25px;
	}

.wrap_metal:nth-child(5) .metal{
	padding: 35px 0px 39px 0px;
	}

/********************************************************************************************/

/**************************************block_3***********************************************/

.block_3{
	
	}

.block_3 > div{
	padding:0px 0px 60px 0px;
	position:relative;
	}

.block_3 h2{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#090954;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	}

.block_3 h2:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}

.car_1{
	display:block;
	margin-top:50px;
	}

.car_1 p{
	font-size:30px;
	color:#000;
	margin-left:75px;
	}

.car_1 img{
	width:auto;
	height:auto;
	margin-top: -35px;
	}

.car_2{
	display:block;
	margin-top: -15px;
	}

.car_2 p{
	font-size:30px;
	color:#000;
	display:inline-block;
	vertical-align:middle;
	margin-right:30px;
	margin-left:230px;
	}

.car_2 img{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:middle;
	}

.delivery{
	position:absolute;
	z-index:999;
	top:90px;
	right:65px;
	width:288px;
	height:288px;
	background:url(../img/del.png) no-repeat top center;
	}

.delivery p{
	text-align:center;
	font-size:32px;
	color:#000;
	width:180px;
	margin:0 auto;
	padding-top: 73px;
	}

.delivery p span{
	display:inline-block;
	font-family: 'robotobold';
	color:#e81d24;
	}

/********************************************************************************************/

/**************************************block_4***********************************************/

.block_4{
	background:url(../img/bg3.png) no-repeat top center;
	background-size:cover;
	}

.block_4 > div{
	padding:25px 0px;
	}

.block_4 h2{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#fff;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	margin-bottom:60px;
	}

.block_4 h2:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}

.block_4 h3{
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:41px;
	margin-bottom:30px;
	font-family: 'robotobold';
	}

.block_4 > div > p{
	margin-bottom:60px;
	font-size:32px;
	color:#fff;
	text-align:center;
	}

.block_4 > div > p span{
	display:inline-block;
	font-family: 'robotobold';
	color:#fd474d;
	text-transform:uppercase;
	}

.forma3{
	background-color:#083F88;
	padding:30px 0px;
	}

.forma3 form > div{
	position:relative;
	display:inline-block;
	vertical-align:top;
    margin: 0px 0px 0px 11px;
	width:225px;
	}

.forma3 form > div input{
	width:183px;
	}

.forma3 .inp_submt{
	width: 214px;
    line-height: 24px;
    white-space: normal;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin: -3px 0px 0px 6px;
	}

/********************************************************************************************/

/**************************************block_5***********************************************/

.block_5{
	
	}

.block_5 > div{
	padding:60px 0px 70px 0px;
	position:relative;
	}

.block_5 h2{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#090954;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	margin-bottom:60px;
	}

.block_5 h2:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}

.block_5 > div > img{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:top;
	margin: 39px 4px 0px 3px;
	}

.scheme{
	width:200px;
	display:inline-block;
	vertical-align:top;
	}

.scheme_img{
	width:200px;
	display:table;
	}

.scheme_img span{
	width:200px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:80px;
	}

.scheme_img img{
	width:auto;
	height:auto;
	}

.scheme_text{
	display:block;
	margin-top:15px;
	}

.scheme_text p{
	text-align:center;
	font-size: 18px;
    color: #000;
	}

/********************************************************************************************/

/**************************************block_6***********************************************/

.block_6{
	background:url(../img/bg6.png) no-repeat top center;
	background-size:cover;
	}

.block_6 > div{
	padding:39px 0px 45px 0px;
	position:relative;
	}

.block_6 h2{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#090954;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	margin-bottom:60px;
	}

.block_6 h2:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}

.look_oll{
	display:block;
	margin:0 auto;
	font-size:17px;
	color:#fff;
	border-radius:7px;
	border:1px solid #B70909;
	line-height:39px;
	width:245px;
	text-align:center;
	
	background: rgba(253,71,77,1);
background: -moz-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,71,77,1)), color-stop(25%, rgba(253,71,77,1)), color-stop(50%, rgba(247,59,65,1)), color-stop(75%, rgba(236,36,43,1)), color-stop(100%, rgba(230,25,32,1)));
background: -webkit-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: -o-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: -ms-linear-gradient(top, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
background: linear-gradient(to bottom, rgba(253,71,77,1) 0%, rgba(253,71,77,1) 25%, rgba(247,59,65,1) 50%, rgba(236,36,43,1) 75%, rgba(230,25,32,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd474d', endColorstr='#e61920', GradientType=0 );
	
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,1);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,1);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,1);
	}

.look_oll:hover{
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	
	background: rgba(206,15,22,1);
background: -moz-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,15,22,1)), color-stop(25%, rgba(206,15,22,1)), color-stop(50%, rgba(206,15,22,1)), color-stop(75%, rgba(206,15,22,1)), color-stop(100%, rgba(206,15,22,1)));
background: -webkit-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: -o-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: -ms-linear-gradient(top, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
background: linear-gradient(to bottom, rgba(206,15,22,1) 0%, rgba(206,15,22,1) 25%, rgba(206,15,22,1) 50%, rgba(206,15,22,1) 75%, rgba(206,15,22,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0f16', endColorstr='#ce0f16', GradientType=0 );
	
-webkit-transition-duration: 0.5s; 
-o-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
transition-duration: 0.5s;
	}

.object{
	width:296px;
	display:inline-block;
	vertical-align:top;
	margin-right:32px;
	margin-bottom:50px;
	}

.object p{
	margin-top:15px;
	text-align:center;
	background-color:#E1ECF8;
	font-size:17px;
	color:#000;
	line-height: 31px;
	}

.object_img{
	width:286px;
	height:180px;
	background-color:#fff;
	padding:4px;
	border:1px solid #D9D9D9;
	
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.39);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.39);
	}

.object_img div{
	width:286px;
	height:180px;
	overflow:hidden;
	display:block;
	}

.object_img img {
	 -moz-transition: all 1s ease-out;
	 -o-transition: all 1s ease-out;
	 -webkit-transition: all 1s ease-out;
	 }
 
.object_img img:hover{
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 }

.object_img img{
	width:auto;
	height:auto;
	max-width:286px;
	max-height:180px;
	}

.object:nth-child(3n){
	margin-right:0px;
	}

/********************************************************************************************/

/**************************************block_7***********************************************/

.block_7{
	
	}

.block_7 > div{
	padding:65px 0px 70px 0px;
	}

.block_7 h2{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#090954;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.7px;
	margin-bottom:65px;
	}

.block_7 h2:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}

/********************************************************************************************/

/**************************************block_8***********************************************/

.block_8{
	background:url(../img/bg8.png) no-repeat top center;
	background-size:cover;
	}

.block_8 > div{
	padding:35px 0px 1px 0px;
	}

.block_8 > div:after{
	content:'';
	clear:both;
	display:block;
	}

.block_8 > div > span{
	display:block;
	float:left;
	}

.block_8 > div > span img{
	width:auto;
	height:auto;
	max-width:253px;
	}

.block_8 > div > h3{
	float:left;
	margin-left:35px;
	width:290px;
	text-align:center;
	color:#fff;
	font-size:28px;
	margin-top: 60px;
	}

.forma4{
	float:right;
	width:270px;
	padding:15px 21px 25px 21px;
	background:rgba(255,255,255,0.91) no-repeat top center;
	border-radius:8px;
	
	-webkit-box-shadow: 0px 0px 57px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 57px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 57px 0px rgba(0,0,0,1);
	}

.forma4 h3{
	font-size:29px;
	color:#090954;
	text-align:center;
	text-transform:uppercase;
	}

.forma4 p{
	 font-family: 'robotolight';
	 font-size:20px;
	 text-align:center;
	 color:#000;
	 margin-bottom:20px;
	}

.forma4 p span{
	font-family: 'robotobold';
	display:block;
	font-size:27px;
	color:#e3141b;
	}

.forma4 .inp_submt {
    font-size: 20px;
	}

/********************************************************************************************/

/**************************************block_9***********************************************/

.block_9{
	background:url(../img/bg1.png) no-repeat top center;
	background-size:cover;
	}

.block_9 > div{
	padding:60px 0px 39px 0px;
	}

.block_9 h2{
	text-align:center;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:32px;
	color:#090954;
	padding-bottom:5px;
	position:relative;
	letter-spacing: -0.1px;
	margin-bottom:65px;
	}

.block_9 h2:after{
	content:'';
	background:url(../img/h2.png) no-repeat top center;
	width:68px;
	height:5px;
	position:absolute;
	z-index:999;
	top:100%;
	left:50%;
	margin-left:-34px;
	}

.wrap_reviews{
	
	}

.review{
	margin-right:35px;
	display:inline-block;
	vertical-align:top;
	width:460px;
	margin-bottom:27px;
	overflow:hidden;
	}

.review:nth-child(2n){
	margin-right:0px;
	}

.review_img{
	float:left;
	width:120px;
	}

.review_img > span{
	display:block;
	border-radius:50%;
	width:115px;
	height:115px;
	margin-bottom:10px;
	}

.review_img > span img{
	width:auto;
	height:auto;
	max-width:115px;
	border-radius:50%;
	}

.review_img p{
	font-size:18px;
	color:#000;
	text-align:center;
	}

.review_img p > span{
	display:block;
	margin-bottom:5px;
	font-family: 'robotobold';
	}

.review_text{
	float:right;
	position:relative;
	background-color:#fff;
	border-radius:5px;
	border:3px solid #1F7CBD;
	padding:55px 20px;
	width:270px;
	height:185px;
	}

.review_text:after{
	content:'';
	background:url(../img/r.png) no-repeat top center;
	width:19px;
	height:13px;
	position:absolute;
	z-index:999;
	top:60px;
	left:-19px;
	}

.review_text p{
	font-size:16px;
	color:#000;
	font-style:italic;
	}

/********************************************************************************************/

/**************************************block_10**********************************************/

.block_10{
	
	}

.block_10 > div{
	position:relative;
	}

.block_10 > div:after{
	content:'';
	clear:both;
	display:block;
	}

.adress{
    border-radius: 5px;
    background: rgba(255,255,255,0.91) no-repeat top center;
    padding: 20px 20px 20px 20px;
    width: 300px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 95px;
	}

.adress span{
	font-family: 'robotobold';
	display:block;
	text-transform:uppercase;
	font-size:17px;
	color:#000;
	}

.adress p{
	margin-bottom:20px;
	font-size:17px;
	color:#000;
	}

.forma5{
	float:right;
	position:absolute;
	z-index:999;
	top:95px;
	right:0;
	width:325px;
	padding:15px 21px 25px 21px;
	background:rgba(255,255,255,0.91) no-repeat top center;
	border-radius:8px;
	
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);
	}

.forma5 h3{
	font-size:25px;
	color:#090954;
	text-align:center;
	text-transform:uppercase;
	}

.forma5 p{
	 font-family: 'robotolight';
	 font-size:20px;
	 text-align:center;
	 color:#000;
	 margin-bottom:20px;
	}

/********************************************************************************************/

/***************************************footer***********************************************/

.footer{
	
	}

.footer > div{
	padding:10px 0px;
	}

.footer > div:after{
	content:'';
	clear:both;
	display:block;
	}

.footer a:first-of-type{
	display:inline-block;
	float:left;
	font-size:16px;
	color:#777777;
	}

.footer a:last-of-type{
	display:block;
	float:right;
	font-size:16px;
	color:#3e3e74;
	text-decoration:underline;
	}

/********************************************************************************************/

/*********************************************popup*******************************************/

.close_window{
	position:absolute;
	display:block;
    top: -11px;
    right: -11px;
	cursor:pointer;
	z-index:999;
	}

.close_window span i{
	display:block;
	}

			/**************popup2**************/

.overlay2 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}
	
.popup2 {
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	}

.pop2{
	width:325px;
	background-color:#fff;
	border: 2px solid #1F7CBD;
    border-radius: 5px;
	padding:15px 15px 25px 15px;
	}

.pop2 h2{
	font-size:25px;
	color:#090954;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:20px;
	}
	
			/**********************************/

			/**************popup16*************/

.overlay16 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}
	
.popup16 {
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	}

.pop16{
    width: 325px;
    background-color: #fff;
    border: 2px solid #1F7CBD;
    border-radius: 5px;
    padding: 25px 15px 25px 15px;
	}

.pop16 h2{
	font-size:25px;
	color:#090954;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:20px;
	}

.pop16 h2 span{
	display:block;
	font-size:18px;
	color:#090954;
	text-transform:none;
	}

			/*********************************/

			/**************popup3**************/

.overlay3 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}
	
.popup3 {
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    visibility: hidden;
	
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	}

.pop3{
	width:800px;
	background-color: #fff;
    border: 2px solid #1F7CBD;
    border-radius: 5px;
	padding:25px 25px;
	overflow: auto;
    height: 600px;
	}

.pop3 h2{
	text-align: center;
    font-size: 16px;
    color: #090954;
    text-transform: uppercase;
    margin-bottom: 15px;
	}

.pop3 p{
    font-family: 'robotolight';
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
	}

.pop3 span{
	font-size: 14px;
    color: #000;
    margin-bottom: 5px;
	display:block;
	text-align:center;
	}

			/*********************************/

/*********************************************************************************************/

@media (min-width:680px) and (max-width:959px){
   
.wraper > div > div{
	width:680px; margin:0 auto;
	min-width: 320px;
	}
.wraper > div{
	min-width:680px;
	}

.nav li a {
    font-size: 15px;
    padding: 0px 13px;
}
.nav li:first-of-type {
    margin-left: 2px;
}
.wrap_item {
    width: 680px;
	margin-top: -470px;
}
.wrap_item h2 {
    font-size: 32px;
}
.left_1 {
    width: 310px;
	margin-left:10px;
}
.left_1 ul li img {
    width: 30px;
    margin-right: 10px;
}
.left_1 ul li p {
    width: 270px;
    font-size: 16px;
    line-height: 19px;
    margin-top: -3px;
}
.forma1 {
    width: 300px;
	margin-right:10px;
}
.forma1 h3 {
    font-size: 25px;
    margin-bottom: 0px;
}
.forma1 p span {
    font-size: 20px;
}
.forma1 p {
    font-size: 17px;
    margin-bottom: 20px;
	width: 285px;
}
.forma1:after {
    top: 30px;
    right: -5px;
}
form > div {
    margin: 0px auto 10px auto;
}
form > div input {
    line-height: 37px;
    height: 37px;
	}
form .inp_submt {
    line-height: 37px;
    height: 37px;
    font-size: 20px;
}
.block_1 > div {
    padding: 25px 0px;
}
.block_1 h2 {
    font-size: 27px;
}
.wrap_choose_us {
    margin-top: 25px;
}
.choose_us img {
    width: 100px;
    margin-bottom: 10px;
}
.choose_us p {
    font-size: 15px;
}
.choose_us {
    margin-right: 10px;
    width: 120px;
}
.block_2 > div {
   padding: 25px 0px;
}
.block_2 h2 {
    font-size: 27px;
    margin-bottom: 25px;
}
.wrap_metal {
    margin-bottom: 25px;
}
.wrap_metal h3 {
    font-size: 32px;
    line-height: 45px;
}
.wrap_metal > p {
    font-size: 23px;
}
.matal_img {
    width: 335px;
    margin-right: 0px;
}
.matal_img img {
    max-width: 315px;
	max-height: 250px;
}
.metal_text {
    float: right;
    width: 300px;
}
.metal_text ul {
    margin-top: 50px;
}
.metal_text ul li {
    margin-bottom: 5px;
    font-size: 23px;
}
.metal_text ul li:after {
    background-size: 75%;
	top: 8px;
    left: -31px;
}
.forma2 {
    padding: 15px 0px;
	background-size: cover;
}
.forma2 form > div {
    margin: 10px 0px 0px 70px;
}
.forma2 .inp_submt {
    width: 223px;
    line-height: 23px;
    height: 39px;
    margin: 10px 0px 0px 70px;
    font-size: 16px;
}
.wrap_metal:nth-child(5) .metal_text {
    width: 230px;
}
.wrap_metal:nth-child(5) .metal_text ul {
    margin-top: 5px;
}
.block_3 > div {
    padding: 0px 0px 25px 0px;
}
.block_3 h2 {
    font-size: 27px;
}
.car_1 {
    margin-top: 25px;
}
.delivery {
    top: 70px;
    width: 150px;
    height: 150px;
    background-size: 100%;
}
.delivery p {
    font-size: 17px;
    width: 110px;
    padding-top: 45px;
}
.car_1 img {
    width: 350px;
    margin-top: -27px;
}
.car_1 p {
    font-size: 23px;
}
.car_2 {
    margin-top: 0px;
	overflow: hidden;
}
.car_2 img {
    width: 395px;
	float:left;
}
.car_2 p {
    font-size: 23px;
    margin: 0px;
	float:right;
	width:265px;
}
.block_4 h2 {
    font-size: 27px;
    margin-bottom: 15px;
}
.block_4 h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
.block_4 > div > p {
    margin-bottom: 25px;
    font-size: 23px;
}
.forma3 {
    padding: 15px 0px;
}
.forma3 form > div {
    margin: 10px 0px 0px 70px;
}
.forma3 .inp_submt {
    width: 224px;
    line-height: 19px;
    height: 41px;
    font-size: 16px;
    margin: 8px 0px 0px 71px;
}
.block_5 > div {
    padding: 25px 0px 25px 0px;
}
.block_5 h2 {
    font-size: 27px;
    margin-bottom: 25px;
}
.scheme {
    width: 130px;
}
.scheme_img {
    width: 130px;
}
.scheme_img span {
    width: 130px;
}
.scheme_text {
    margin-top: 10px;
}
.scheme_text p {
    font-size: 15px;
}
.block_6 > div {
    padding: 25px 0px;
}
.block_6 h2 {
    font-size: 27px;
    margin-bottom: 25px;
}
.object {
    margin: 0px 20px 25px 20px;
}
.object:nth-child(3n) {
   margin: 0px 20px 25px 20px;
}
.block_7 > div {
    padding: 25px 0px;
}
.block_7 h2 {
    font-size: 27px;
    margin-bottom: 25px;
}
.block_8 > div {
    padding: 25px 0px 1px 0px;
}
.block_8 > div > h3 {
    margin-left: 0px;
    width: 385px;
    font-size: 21px;
    margin-top: 0px;
}
.forma4 {
    width: 330px;
    margin-top: 25px;
    margin-right: 60px;
    padding: 10px 5px 10px 5px;
}
.forma4 h3 {
    font-size: 25px;
}
.forma4 p {
    font-size: 17px;
    margin-bottom: 5px;
}
.forma4 p span {
    font-size: 21px;
}
.block_9 > div {
    padding: 25px 0px;
}
.block_9 h2 {
    font-size: 27px;
    margin-bottom: 25px;
}
.review {
    margin-right: 6px;
    width: 330px;
    margin-bottom: 25px;
    margin-left: 3px;
}
.review_img > span img {
    max-width: 75px;
}
.review_img > span {
    width: 90px;
    height: 75px;
}
.review_img p {
    font-size: 15px;
}
.review_img {
    width: 90px;
	text-align: center
}
.review_text p {
    font-size: 14px;
}
.review_text {
    padding: 15px 10px;
    width: 197px;
    height: 185px;
}
.adress p {
    margin-bottom: 10px;
    font-size: 15px;
}
.adress span {
    font-size: 15px;
}
.adress {
    width: 230px;
    left: 15px;
    top: 30px;
}
#ymaps-map-id_7510947{
	height:350px !important;
	}
.forma5 h3 {
    font-size: 19px;
}
.forma5 p {
    font-size: 15px;
    margin-bottom: 10px;
}
.forma5 {
    top: 30px;
    right: 15px;
    width: 320px;
    padding: 20px 10px 10px 10px;
}
.footer a:first-of-type {
    margin-left: 15px;
}
.footer a:last-of-type {
    margin-right: 15px;
}
.pop3 {
    width: 600px;
    padding: 15px 15px;
    height: 520px;
}

}

@media (min-width:0px) and (max-width:679px){
   
.wraper > div > div{
	width:320px; margin:0 auto;
	min-width: 320px;
	}
.wraper > div{
	min-width:320px;
	}

.header > div {
    padding: 10px 0px 10px 0px;
}
.logo p {
    width: 245px;
    font-size: 25px;
	margin-top: 5px;
}
.logo span {
    font-size: 17px;
}
.logo {
    float: none;
    display: block;
}
.phone {
    float: none;
    width: 100%;
    display: block;
	text-align: center;
}
.phone p {
    font-size: 17px;
    margin-bottom: 3px;
}
.phone p:after {
    top: 6px;
    left: 5px;
    background-size: 80%;
}
.phone a {
    margin: 0 auto;
}

.wrap_nav {
    margin-top: 0px;
}
.nav li {
    display: block;
    width: 100%;
    vertical-align: top;
    line-height: 35px;
    height: 35px;
    text-align: center;
    border-right: none;
    margin-left: 0px;
}
.nav li:first-of-type {
    border-radius: 0px;
}
.nav li:last-of-type {
    border-radius: 0px;
}
.nav li a {
    font-size: 17px;
    padding: 0px;
}
.wrap_item {
    width: 320px;
    margin-top: -580px;
}
.wrap_item h2 {
    font-size: 18px;
    padding: 10px 0px 10px 0px;
}
.left_1 {
    float: none;
    width: 100%;
    display: block;
	margin-bottom:10px;
}
.left_1 ul li img {
    max-width: 30px;
    margin-right: 10px;
}
.left_1 ul li p {
    width: 280px;
    font-size: 15px;
    line-height: 21px;
    margin-top: -5px;
}
.forma1 {
    float: none;
    display: block;
    margin: 0 auto;
    width: 290px;
    padding: 10px;
}
.forma1 h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.forma1 p {
    font-size: 15px;
    width: 200px;
    margin-bottom: 10px;
}
.forma1 p span {
    font-size: 15px;
}
.forma1:after {
    width: 70px;
    height: 85px;
    top: 32px;
    right: 27px;
    background-size: 100%;
}
form > div {
    margin: 0 auto 10px auto;
}
form > div input {
    line-height: 35px;
    height: 35px;
    font-size: 14px;
}
form > div > span {
    top: 11px;
}
form .inp_submt {
    line-height: 35px;
    height: 35px;
    font-size: 16px;
}
.block_1 > div {
    padding: 10px 0px;
}
.block_1 h2 {
    font-size: 18px;
}
.wrap_choose_us {
    margin-top: 15px;
	text-align: center;
}
.choose_us {
    margin: 0px 3px 10px 3px;
    width: 152px;
	text-align:center;
}
.choose_us img {
    margin-bottom: 7px;
    max-width: 60px;
}
.choose_us p {
    font-size: 15px;
}
.block_2 > div {
    padding: 10px 0px;
}
.block_2 h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.wrap_metal {
    border: 3px solid #1F7CBD;
    margin-bottom: 10px;
    padding-top: 5px;
}
.wrap_metal h3 {
    margin: 0px 5px;
    font-size: 20px;
    line-height: 30px;
}
.wrap_metal > p {
    font-size: 16px;
    margin-top: 5px;
}
.matal_img {
    float: left;
    width: 110px;
    margin-right: 0px;
}
.matal_img img {
    max-width: 105px;
}
.metal_text {
    float: right;
    width: 190px;
}
.metal_text ul {
    margin-top: 15px;
}
.metal_text ul li {
    margin-bottom: 5px;
    font-size: 15px;
}
.metal_text ul li:after {
    width: 12px;
    height: 10px;
    top: 7px;
    left: -12px;
    background-size: 100%;
}
.forma2 {
    padding: 10px 0px;
    background-size: cover;
}
.forma2 form > div {
    margin: 0px 0px 7px 0px;
    width: 100%;
}
.forma2 form > div input {
    width: 205px;
    margin: 0 auto;
}
.forma2 form > div > span {
    left: 47px;
}
.forma2 .inp_submt {
    width: 243px;
    line-height: 19px;
    height: 37px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
}
.wrap_metal:nth-child(4) .metal_text ul {
    margin-top: 5px;
}
.wrap_metal:nth-child(5) .metal {
    padding: 10px 0px 10px 0px;
}
.wrap_metal:nth-child(5) .metal_text {
    width: 180px;
    margin-left: 0px;
}
.wrap_metal:nth-child(5) .metal_text ul {
    margin-top: 0px;
}
.block_3 > div {
    padding: 0px 0px 10px 0px;
}
.block_3 h2 {
    font-size: 18px;
}
.car_1 {
    margin-top: 15px;
}
.car_1 p {
    font-size: 16px;
    margin-left: 50px;
}
.car_1 img {
    max-width: 300px;
	margin-top: -30px;
}
.car_2 {
    margin-top: 10px;
}
.car_2 img {
    max-width: 300px;
}
.car_2 p {
    font-size: 16px;
    margin-left: 173px;
    position: relative;
    z-index: 1;
    margin-bottom: -35px;
}
.delivery {
    display: none;
}
.block_4 > div {
    padding: 10px 0px;
}
.block_4 h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.block_4 h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.block_4 > div > p {
    margin-bottom: 10px;
    font-size: 17px;
}
.forma3 {
    padding: 10px 0px;
}
.forma3 form > div {
    margin: 0px 0px 10px 0px;
    width: 100%;
	display:block;
}
.forma3 form > div input {
    width: 205px;
    margin: 0 auto;
}
.forma3 form > div > span {
    left: 47px;
}
.forma3 .inp_submt {
    width: 243px;
    line-height: 19px;
    height: 37px;
    font-size: 15px;
    display: block;
    margin: 0 auto;
}
.block_5 > div {
    padding: 10px 0px;
	text-align:center;
}
.block_5 h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.scheme_img img {
    max-width: 50px;
}
.scheme_img span {
    width: 143px;
}
.scheme_img {
    width: 143px;
}
.scheme {
    width: 143px;
}
.scheme_text {
    margin-top: 7px;
}
.scheme_text p {
    font-size: 13px;
}
.block_5 > div > img {
    margin: 33px 0px 0px 0px;
    max-width: 10px;
}
.block_6 > div {
    padding: 10px 0px;
}
.block_6 h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.object {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 4px 10px 4px;
}
.object:nth-child(3n) {
    margin: 0px 4px 10px 4px;
}
.object p {
	margin-top:5px;
    font-size: 14px;
    line-height: 15px;
	padding: 3px 0px;
}
.object_img img {
    max-width: 142px;
    max-height: 90px;
}
.object_img div {
    width: 142px;
    height: 90px;
}
.object_img {
    width: 142px;
    height: 90px;
}
.wrap_object {
    margin-bottom: 10px;
}
.look_oll {
    font-size: 15px;
    line-height: 29px;
}
.block_7 > div {
    padding: 10px 0px;
}
.block_7 h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.block_8 > div {
    padding: 10px 0px;
}
.block_8 > div > h3 {
    margin-left: 0px;
    width: 203px;
    font-size: 15px;
    margin-top: 27px;
}
.block_8 > div > span img {
    max-width: 95px;
}
.block_8 > div > span {
    width: 100px;
	margin-left: 15px;
}
.forma4 {
    float: none;
    clear: both;
    width: 260px;
    margin: 0px auto;
    padding: 10px;
}
.forma4 h3 {
    font-size: 18px;
    margin-bottom: 0px;
}
.forma4 p {
    font-size: 15px;
    margin-bottom: 10px;
}
.forma4 p span {
    font-size: 15px;
}
.forma4 .inp_submt {
    width: 243px;
    line-height: 19px;
    height: 37px;
    font-size: 15px;
    display: block;
    margin: 0 auto;
}
.block_9 > div {
    padding: 10px 0px;
}
.block_9 h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.review {
    margin-right: 5px;
    width: 155px;
    margin-bottom: 10px;
}
.review_img {
    float: none;
    width: 100%;
    display: block;
	height: 70px;
}
.review_img > span {
    width: 55px;
    height: 55px;
    margin-bottom: 0px;
	display: inline-block;
}
.review_img > span img {
    max-width: 55px;
	display:inline-block;
	vertical-align:middle;
}
.review_img p {
    font-size: 12px;
    text-align: left;
    display: inline-block;
    width: 95px;
	display:inline-block;
	vertical-align:middle;
}
.review_img p > span {
    margin-bottom: 0px;
}
.review_text p {
    font-size: 11px;
}
.review_text:after{
	display:none;
}
.review_text {
    float: none;
	display:block;
    border-radius: 5px;
    border: 1px solid #1F7CBD;
    padding: 5px;
    width: 143px;
    height: 165px;
}
.footer a:first-of-type {
    font-size: 13px;
    margin-bottom: 5px;
	float:noe;
	display:block;
}
.footer a:last-of-type {
    display: block;
    float: none;
    text-align: center;
    font-size: 13px;
}
#ymaps-map-id_7510947{
	display:none !important;
}
.forma5{
	display:none;
}
.adress {
    border-radius: 0px;
    background: rgba(255,255,255,0.91) no-repeat top center;
    padding: 0px;
    width: 100%;
    position: relative;
    z-index: 999;
    left: 0;
    top: 0;
}
.block_10 > div {
    padding:10px;
}
.adress span {
    font-size: 14px;
}
.adress p {
    margin-bottom: 10px;
    font-size: 15px;
}
.pop3 {
    width: 270px;
    padding: 5px;
    height: 300px;
}
.pop3 h2 {
    font-size: 13px;
    margin-bottom: 10px;
}
.pop3 p {
    font-size: 10px;
    margin-bottom: 0px;
}
.pop3 span {
    font-size: 11px;
    margin-bottom: 0px;
}
.close_window {
    top: -5px;
    right: -5px;
}
.pop2 {
    width: 270px;
    padding: 5px;
}
.pop2 h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.pop16 {
    width: 270px;
    padding: 5px;
}
.pop16 h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.pop16 h2 span {
    font-size: 15px;
}


}

#call-now {
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 4em;
    height: 4em;
    background: #2CC54E url(call-now.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 45%;
    border-radius: 3em;
}

@media (max-width: 481px){
#call-now {
    display: block;
}
}

#call-now2 {
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 1em;
    left: 1em;
    width: 4em;
    height: 4em;
    background: #2CC54E url(call-now2.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 45%;
    border-radius: 3em;
}

@media (max-width: 481px){
#call-now2 {
    display: block;
}
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
    z-index: 9999;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    right: 30; /*отступ кнопки слева от экрана(right - справа)*/
  }
}


.telefon-button {
    position: fixed;
    right: 243px;
    bottom: 190px;
    transform: translate(-50%, -50%);
    background: #0E7D37; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telefon-button a {
    color: #fff;
    z-index: 9999;
}
.telefon-button:before,
.telefon-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0E7D37; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animates 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telefon-button:after{
    animation-delay: .5s;
}
 
@keyframes animates
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}


@media (max-width : 800px) {  
.telefon-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70; /*отступ кнопки слева от экрана(right - справа)*/
  }
}

