
@media screen and (max-width:980px){
.wrapper{
	min-width: 100%;
}
.wrp{
	width: 100%;
	box-sizing: border-box;
}
header .tel{
	
}
header .mail{
	display: none;
}
header nav li a, footer nav li a{
	font-size: 13px;
	padding:0 5px;
}


.subheader h1{
	left: 16%;
	top: 250px;
	position: absolute;
	font-weight: 400;
	text-align: center;
	font-size: 28px;
	line-height: 42px;
	color:white;
	text-transform: uppercase;
	
}
.subheader h1 span{
	display: block;
	font-size: 23px;
	font-weight: 300;
}


.form {
	position: relative;
	background: rgba(21, 31, 56, 0.9);
	color: #fff;
	border-radius: 5px;
	padding: 30px 150px 30px 150px;
	width: 770px;
	max-width: 55%;
	height: 220px;
	margin: -50px auto 30px auto;
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.95);
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 21px;
    width: 100%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin-bottom: 12px;
}


.cell {
	float: left;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 210px;
	background: none;
	color: #fff;
}


.submit {
	float: right;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 250px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}


.list {
	padding: 50px;
	margin: 50px 0 30px 140px;
}

.list li {
	width: 260px;
	display: block;
	text-align: center;
	float: left;

}


.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}


.news_wrapper{
	margin-left: 150px;
	padding-bottom: 30px;
}
.main_news .item{
	float: left;
	padding: 0; 
	margin: 0 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 270px;
}


.text{
    padding: 0;
    
}


.text_block .image{
	display: block;
	float: none;
	width: 100%;
	padding-left: 250px;
}

.text_block .text{
	float: none;
	padding-top: 40px;
	padding-right: 0px;
	margin-left: 270px;
}

.text_block .text p{
	color:#565656;
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	margin-bottom: 25px;
}


.order_form form{
	float: none;
	width: 300px; 
	height:310px;
	background: rgba(21, 31, 56, 0.9);
	padding:35px;
	text-align: center;
	margin-right: 0px;
	margin-left: 600px;
}

.map {
	width: 87%;
}

.contaks {
	float: left;
	width: 670px; 
	height: 80px;

}


.order_block .addr{
	display: block;
	font-size: 15px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 20px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 15px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

}






@media screen and (max-width:800px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}



.subheader h1{
	left: 8%;
	top: 350px;
	position: absolute;
	font-weight: 400;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color:white;
	text-transform: uppercase;

}

.subheader h1 span{
	display: block;
	font-size: 22px;
	font-weight: 300;
}


.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px 30px 55px 30px;
	width: 100%;
	max-width: 100%;
	height: 250px;
	margin: 0 0 0 -10px;
	box-shadow: none;
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 95%;
    width: 90%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 88%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 95%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 40px;
}




.list {
	padding: 0px;
	margin: 30px 0 30px 90px;
}

.list li {
	width: 260px;
	display: block;
	text-align: center;
	float: left;

}


.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}



.news_wrapper{
	margin-left: 50px;
	padding-bottom: 30px;
}
.main_news .item{
	float: left;
	padding: 0; 
	margin: 0 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 270px;
}



.text_block {
	float: none;
}

.text_block .image{
	width: 100%;
	margin: 0 0 0 50px;
	
	
}
.text_block .text{
	margin: 0 auto;
}


.text_block .text p{
	font-size: 15px;

}


.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: 580px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 40px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin-top: 40px;
	margin-left: 80px;
	float: none;
	
}


.order_form form{
	margin-top: 50px;
	float: none; 
	width: 100%;
	height: auto;
	background: rgba(21, 31, 56, 1);
	margin-left: -50px;
	padding: 20px 50px 20px 50px;
	text-align: center;
 
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 77%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 85%;
    width: 50%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 85%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.map {
	margin-top: 20px;
	float: none;
	
}


footer{
	position: relative;
	margin-top: 320px;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}


footer nav{
	float: left;
    margin: 0 0 0 100px;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: left;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 15px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}


}









@media screen and (max-width:768px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}



.subheader h1{
	left: 8%;
	top: 250px;
	position: absolute;
	font-weight: 400;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color:white;
	text-transform: uppercase;

}

.subheader h1 span{
	display: block;
	font-size: 22px;
	font-weight: 300;
}


.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px 30px 55px 30px;
	width: 100%;
	max-width: 100%;
	height: 250px;
	margin: 0 0 0 -10px;
	box-shadow: none;
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 95%;
    width: 90%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 88%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 95%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 40px;
}




.list {
	padding: 0px;
	margin: 30px 0 30px 90px;
}

.list li {
	width: 260px;
	display: block;
	text-align: center;
	float: left;

}


.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}






.news_wrapper{
	margin-left: 50px;
	padding-bottom: 30px;
}
.main_news .item{
	float: left;
	padding: 0; 
	margin: 0 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 270px;
}





.text_block {
	float: none;
}

.text_block .image{
	width: 100%;
	margin: 0 0 0 -100px;
	
	
}
.text_block .text{
	margin: 0 auto 0 170px;
}


.text_block .text p{
	font-size: 17px;

}




.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: 580px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 40px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin-top: 40px;
	margin-left: 80px;
	float: none;
	
}




.order_form form{
	margin-top: 50px;
	float: none; 
	width: 100%;
	height: auto;
	background: rgba(21, 31, 56, 1);
	margin-left: -50px;
	padding: 20px 50px 20px 50px;
	text-align: center;
 
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 77%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 84%;
    width: 84%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 85%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.map {
	margin-top: 20px;
	float: none;
	
}


footer{
	position: relative;
	margin-top: 320px;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}


footer nav{
	float: left;
    margin: 0 0 0 100px;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: left;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 15px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}


}







@media screen and (max-width:720px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}



.subheader h1{
	left: auto;
	top: 20%;
	position: absolute;
	font-weight: 400;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color:white;
	text-transform: uppercase;

}

.subheader h1 span{
	display: block;
	font-size: 22px;
	font-weight: 300;
}


.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px 30px 55px 30px;
	width: 100%;
	max-width: 100%;
	height: 250px;
	margin: 0 0 0 -10px;
	box-shadow: none;
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 94%;
    width: 94%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 86.5%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 94%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 40px;
}




.list {
	padding: 0px;
	margin: 30px 0 30px 90px;
}

.list li {
	width: 260px;
	display: block;
	text-align: center;
	float: left;

}


.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}






.news_wrapper{
	margin-left: 50px;
	padding-bottom: 30px;
}
.main_news .item{
	float: left;
	padding: 0; 
	margin: 0 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 270px;
}





.text_block {
	float: none;
}

.text_block .image{
	width: 100%;
	margin: 0 0 0 -140px;
	
	
}
.text_block .text{
	margin: 0 auto 0 150px;
}


.text_block .text p{
	font-size: 17px;

}



.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: 580px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 25px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin-top: 40px;
	margin-left: 50px;
	float: none;
	
}




.order_form form{
	margin-top: 50px;
	float: none; 
	width: 100%;
	height: auto;
	background: rgba(21, 31, 56, 1);
	margin-left: -50px;
	padding: 20px 50px 20px 50px;
	text-align: center;
 
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 77%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 84%;
    width: 84%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 85%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.map {
	margin-top: 20px;
	float: none;
	
}


footer{
	position: relative;
	margin-top: 42%;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}


footer nav{
	float: left;
    margin: 0 0 0 100px;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: left;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 15px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}



}









@media screen and (max-width:640px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}



.subheader h1{
	left: auto;
	top: 250px;
	position: absolute;
	font-weight: 400;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color:white;
	text-transform: uppercase;

}

.subheader h1 span{
	display: block;
	font-size: 22px;
	font-weight: 300;
}


.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px 30px 55px 30px;
	width: 100%;
	max-width: 100%;
	height: 250px;
	margin: 0 0 0 -10px;
	box-shadow: none;
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 95%;
    width: 90%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 87%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 95.5%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 40px;
}




.list {
	padding: 0px;
	margin: 40px auto 40px 30px;
}

.list li {
	width: 260px;
	display: block;
	text-align: center;
	float: left;

}


.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}






.news_wrapper{
	margin: 0 auto;
	padding-bottom: 30px;
}
.main_news .item{
	float: left;
	padding: 0; 
	margin: 0 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 270px;
}





.text_block {
	float: none;
}

.text_block .image{
	width: 100%;
	margin: 0 auto 0 -170px;
	
	
}
.text_block .text{
	margin: 0 auto 0 150px;
}


.text_block .text p{
	font-size: 15px;

}




.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: 580px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 15px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin-top: 40px;
	margin: 0 auto;
	float: none;
	
}




.order_form form{
	margin-top: 50px;
	float: none; 
	width: 100%;
	height: auto;
	background: rgba(21, 31, 56, 1);
	margin-left: -50px;
	padding: 20px 50px 20px 50px;
	text-align: center;
 
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 77%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 85%;
    width: 50%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 85%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.map {
	margin-top: 20px;
	float: none;
	
}


footer{
	position: relative;
	margin-top: 41%;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}


footer nav{
	float: left;
    margin: 0 0 0 100px;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: left;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 15px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}


}







@media screen and (max-width:600px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}



.subheader h1{
	 

}

.subheader h1 span{
	display: block;
	font-size: 22px;
	font-weight: 300;
}


.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px 30px 55px 30px;
	width: 100%;
	max-width: 100%;
	height: 250px;
	margin: 0 0 0 -10px;
	box-shadow: none;
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 95%;
    width: 90%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 86%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 95.5%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 40px;
}




.list {
	padding: 0px;
	margin: 50px auto 10px auto;
}

.list li {
	width: 260px;
	display: block;
	text-align: center;
	float: left;

}


.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}







.main_news .item{
	float: left;
	padding: 0; 
	margin: 0 auto 0 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 40%;
}


.text_block {
	float: none;
}

.text_block .image{
	width: 100%;
	margin: 0 auto 0 -170px;
	
	
}
.text_block .text{
	margin: 0 auto 0 150px;
}


.text_block .text p{
	font-size: 15px;

}


.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: 580px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 15px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin-top: 40px;
	margin: 0 auto;
	float: none;
	
}




.order_form form{
	margin-top: 50px;
	float: none; 
	width: 100%;
	height: auto;
	background: rgba(21, 31, 56, 1);
	margin-left: -50px;
	padding: 20px 50px 20px 50px;
	text-align: center;
 
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 77%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 85%;
    width: 50%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 86%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.map {
	margin-top: 20px;
	float: none;
	
}


footer{
	position: relative;
	margin-top: 41%;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}


footer nav{
	float: left;
    margin: 0 0 0 30px;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: left;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 15px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}

}






@media screen and (max-width:540px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}


 

.subheader h1 span{
	display: block;
	font-size: 22px;
	font-weight: 300;
}


.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px 30px 55px 30px;
	width: 100%;
	max-width: 100%;
	height: 250px;
	margin: 0 0 0 -10px;
	box-shadow: none;
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 95%;
    width: 90%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 85%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 95%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 40px;
}




.list {
	padding: 0px;
	margin: 30px auto 30px 40px;
}

.list li {
	width: 40%;
	display: block;
	text-align: center;
	float: left;

}


.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}






.news_wrapper{
	margin: 0 auto;
	padding-bottom: 30px;
}
.main_news .item{
	float: left;
	padding: auto; 
	margin: 0 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 40%;
	height: 230px;
}





.text_block {
	float: none;
}

.text_block .image{
	width: 100%;
	margin: 0 auto 0 -230px;
	
	
}
.text_block .text{
	margin: 0 auto 0 70px;
}


.text_block .text p{
	font-size: 15px;

}




.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: 580px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 30px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin-top: 40px;
	margin: 0 auto;
	float: none;
	
}




.order_form form{
	margin-top: 50px;
	float: none; 
	width: 100%;
	height: auto;
	background: rgba(21, 31, 56, 1);
	margin-left: -50px;
	padding: 20px 50px 20px 50px;
	text-align: center;
 
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 75%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 84%;
    width: 50%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 85%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.map {
	margin-top: 20px;
	float: none;
	
}


footer{
	position: relative;
	margin-top: 41%;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}


footer nav{
	float: left;
    margin: 0 0 0 20px;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: left;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 15px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}


}







@media screen and (max-width:480px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}


 

.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px auto 55px auto;
	width: 95%;
	max-width: 100%;
	height: 250px;
	margin: 0 0 0 -10px;
	box-shadow: none;
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
	margin-right: 20px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 92%;
    width: 92%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 80%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 92%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 40px;
}




.list {
	padding: 0px;
	margin: 30px auto 30px 30px;
}

.list li {
	width: 40%;
	display: block;
	text-align: center;
	float: left;

}


.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}






.news_wrapper{
	margin: 0 auto;
	padding-bottom: 30px;
}
.main_news .item{
	float: left;
	padding: auto; 
	margin: 0 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 40%;
	height: 210px;
}

.main_news .item p{
	font-size: 14px;
	
}



.text_block {
	float: none;
}

.text_block .image{
	width: 90%;
	margin: 0 auto 0 -230px;
	
	
}
.text_block .text{
	margin: 0 auto 0 50px;
}


.text_block .text p{
	font-size: 15px;

}




.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: 580px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 30px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin-top: 40px;
	margin: 0 auto;
	float: none;
	
}




.order_form form{
	margin-top: 50px;
	float: none; 
	width: 100%;
	height: auto;
	background: rgba(21, 31, 56, 1);
	margin-left: -50px;
	padding: 20px 50px 20px 50px;
	text-align: center;
 
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 74%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 84%;
    width: 50%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 85%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.map {
	margin-top: 20px;
	float: none;
	
}


footer{
	position: relative;
	margin-top: 41%;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}


footer nav{
	float: left;
    margin: 0 0 0 50px;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: left;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 25px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}


}







@media screen and (max-width:414px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}



 


.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px auto 55px auto;
	width: 95%;
	max-width: 100%;
	height: 270px;
	margin: 0 0 0 -10px;
	box-shadow: none;
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
	margin-right: 20px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 92%;
    width: 92%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 78%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 92%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 40px;
}




.list {
	padding: 0px;
	margin: 30px auto 30px 30px;
}

.list li {
	width: 38%;
	display: block;
	text-align: center;
	float: left;

}


.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}






.news_wrapper{
	margin: 0 auto;
	padding-bottom: 30px;
}
.main_news .item{
	float: left;
	padding: auto; 
	margin: 0 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 39%;
	height: 210px;
}

.main_news .item p{
	font-size: 14px;
	
}



.text_block {
	float: none;
}

.text_block .image{
	width: 90%;
	margin: 0 auto 0 -230px;
	
	
}
.text_block .text{
	margin: 0 auto 0 50px;
}


.text_block .text p{
	font-size: 15px;

}




.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: 580px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 30px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin-top: 40px;
	margin: 0 auto;
	float: none;
	
}




.order_form form{
	margin-top: 50px;
	float: none; 
	width: 100%;
	height: auto;
	background: rgba(21, 31, 56, 1);
	margin-left: -50px;
	padding: 20px 50px 20px 50px;
	text-align: center;
 
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 72%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 84%;
    width: 50%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 85%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.map {
	margin-top: 20px;
	float: none;
	
}


footer{
	position: relative;
	margin-top: 41%;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}


footer nav{
	float: left;
    margin: 0 0 0 10px;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: left;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 25px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}


}



@media screen and (max-width:375px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: left;
}
header .addr{
	float: left;
	margin-left: 0px;
	display: none;
}
header .tel{
	display: inline-block;
	float: right;
	font-size: 15px;
}
header .mail{
	display: inline-block;
	margin-left: -10px;
	float: none;
	font-size: 15px;
}
header nav, footer nav{
	display: none;
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}


.slider{
	width: 100%;
}



 

.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px 0px 55px 20px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.95);
	box-sizing: border-box;
}

.form-title {
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 27px;
	margin-right: 20px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 92%;
    width: 92%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 76.5%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 92%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 40px;
}




.list {
	padding: 0px;
	margin: 30px auto 0px 30px;
}

.list li {
	width: 38%;
	display: block;
	text-align: center;
	float: left;

}



.serv-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 14px;
}

.list li p {
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}






.news_wrapper{
	margin: 0 auto;
	padding-bottom: 30px;
}



.main_news .title {
    
    margin-bottom: 10px;
}





.main_news .item{
	float: left;
	padding: auto; 
	margin: 0 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 38%;
	height: 210px;
}

.main_news .item p{
	font-size: 14px;
	
}

.main_news .item .img .pop {
    display: none;
    transition: 0.2s;
    width: 100%;
    height: 175%;
    background: rgba(34, 43, 68,0.79);
    position: absolute;
    top: -3px;
    left: 0;
}


.main_news .item .img:hover .pop span {
    display: block;
    background: red;
    padding: 10px 0 10px 0;
    margin-top: 70%;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}





.text_block {
	float: none;
}

.text_block .image{
	width: 90%;
	margin: 0 auto 0 -230px;
	
	
}
.text_block .text{
	margin: 0 auto 0 50px;
}


.text_block .text p{
	font-size: 15px;

}




.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: auto;
	padding-bottom: 20px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 30px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin-top: 40px;
	padding-bottom: 20px;
	float: none;
	
}




.order_form form{
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px 0px 55px 20px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.95);
	box-sizing: border-box;
}



.order_form .ttl span{
	color:#fff;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 71%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 85%;
    width: 85%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 85%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.map {
	margin-top: 20px;
	float: none;
	
}


footer{

	position: relative;
	margin-top: 0;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}


footer nav{
	display: none;
	float: left;
    margin: 0 0 0 20px;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: left;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 25px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}


}




























@media screen and (max-width:360px){
    
    .wts {
    position: relative;
    top: auto;
    text-decoration: none;
    color: 
    #af1520;
    z-index: 999;
    width: 100%;
    text-align: center;right: auto;background:none;
}
.wts {
    position: relative;
    top: auto;
    text-decoration: none;
    color: 
    #af1520;
    z-index: 999;
    width: 100%;
    text-align: center;
    right: auto;
    background: none;
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-left: 0;
}
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
	margin-left: 0;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	display: inline-block;
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}
header .search{
	float: none;
	margin:0 auto;
	margin-top: 10px;
}
.header_bottom{
	padding-bottom: 20px;

}


.slider {

}


 

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 27px;
}




.list {
	padding: 0px;
	margin: 30px 0 50px 0;
}

.list li {
	width: 260px;
	display: block;
	text-align: center;
	float: none;
	margin: 0 auto;
}




.news_wrapper{
	margin-left: 0px;
	padding-bottom: 30px;
}
.main_news .item{
	float: none;
	padding: 0; 
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 270px;
	height: 300px;
}


.main_news .item p{
	font-size: 18px;

}

.text_block {
	float: none;
}

.text_block .image{
	width: 70%;
	margin: 0 auto 0 -200px;
	
}
.text_block .text{
	padding-top: 20px;
	padding-right: 0px;
}

.text_block .text p{
	font-size: 15px;

}




.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 40px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin:40px 40px 0 0;
	width: 100%;
	float: none;
	
}




.order_form form{
	float: none;
	position: relative;
	width: 100%; 
	height: auto;
	background: rgba(21, 31, 56, 1);
	text-align: center;
	margin-right: 0px;
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 80%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 95%;
    width: 95%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 95%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}




footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	display: block;

}





footer .phone{
	display: block;
	float: right;
	margin-top: 30px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}



footer nav{
	display: none;
	float: left;
    margin: 0 auto;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: none;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 15px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}

}



@media screen and (max-width:320px){
.header_top{
	text-align: center;
}
header .logo{
	display: inline-block;
	float: none;
}
header .addr{
	float: none;
	margin-left: 0px;
	display: inline-block;
}
header .tel{
	display: inline-block;
	float: none;
	margin-top: 20px;
}
header .mail{
	display: inline-block;
	margin:20px;
	float: none;
}
header nav, footer nav{
	float: none;
	width: 100%;
	text-align: center;
}
header nav li, footer nav li{
	display: inline-block;
	margin:5px 0;
	float: none;
}
header nav li a, footer nav li a{
	height: 30px;
	line-height: 30px;
}
header .search{
	float: none;
	margin:0 auto;
	margin-top: 10px;
}
.header_bottom{
	padding-bottom: 20px;

}


.slider {

}

 


.form {
	position: relative;
	background: rgba(21, 31, 56, 1);
	color: #fff;
	border-radius: 0px;
	padding: 45px 10px 55px 10px;
	width: 100%;
	max-width: 100%;
	height: 250px;
	margin: 0 0 0 -10px;
	box-shadow: none;
}

.form-title {
	text-align: center;
	font-weight: 900;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.one {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 25px; /* Поля */
    min-width: 99%;
    width: 100%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 0 auto;
    margin-bottom: 12px;
}


.cell {
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 82%;
	background: none;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 12px;

}


.submit {
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 100%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

.submit:hover {
	background: #FF0000;
}

.garant {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}




.list {
	padding: 0px;
	margin: 30px 0 50px 0;
}

.list li {
	width: 260px;
	display: block;
	text-align: center;
	float: none;
	margin: 0 auto;
}




.news_wrapper{
	margin-left: 0px;
	padding-bottom: 30px;
}
.main_news .item{
	float: none;
	padding: 0; 
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 270px;
}





.text_block {
	float: none;
}

.text_block .image{
	width: 80%;
	margin: 0 0 0 -230px;
	
}
.text_block .text{
	padding-top: 20px;
	padding-right: 0px;
}

.text_block .text p{
	font-size: 15px;

}




.order_block .title{
    text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	padding-top: 37px;
	margin-bottom: 40px;
}


.order_block{
	background-color: #424E5C;
	height: 580px;
}




.contaks {
	float: none;
	width: 100%; 
	height: auto;

}


.order_block .addr{
	display: block;
	font-size: 16px;
	font-weight: 300;
	color:#fff;
	padding-left: 19px;
	background: url(../images/map_icon.png) no-repeat left;
	height: 16px;
	margin-bottom: 40px;
	
}
.order_block .tel{
	display: block;
	padding-left: 17px;
	background: url(../images/phone_icon.png) no-repeat left;
	line-height: 14px;
	font-size: 16px;
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}

.map {
	margin:40px 40px 0 0;
	width: 100%;
	float: none;
	
}




.order_form form{
	float: none;
	position: relative;
	width: 100%; 
	height: auto;
	background: rgba(21, 31, 56, 1);
	text-align: center;
	margin-right: 0px;
}



.order_form .ttl span{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_form input{
	float: none;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 14px 25px;
	width: 75%;
	background: none;
	color: #fff;

}

.two {
	background: none;
    border: 1px solid #fff; /* Параметры рамки */
    border-radius: 2px;
    color: #fff;
    padding: 10px 0 0 20px; /* Поля */
    min-width: 94%;
    width: 94%; /* Ширина */
    height: 60px; /* Высота */
    box-sizing: border-box; /* Алгоритм расчёта ширины */
    font-size: 14px; /* Размер шрифта */
    margin: 30px 0 20px 0;
}


::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}

.order_form .btn{
	float: none;
	border-radius: 2px;
	background-color: rgb(227, 41, 21);
	border: 1px solid red;
	padding: 14px 25px;
	width: 95%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}


.order_form .btn:hover{
	background: #FF0000;
}



.garant2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}




footer{
	position: relative;
	margin-top: 58%;

}



footer .logo{
	display: block;
	float: left;
	margin: 10px 0 0 0;

}
footer .logo img{
	width: 50%;
	display: block;

}


footer .phone{
	display: block;
	float: right;
	margin-top: 10px;
	padding-left: 24px;
	background: url(../images/phone_icon_white.png) no-repeat left;
	height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 300;
	letter-spacing: 0px;
	text-decoration: none;
}
footer span{
	padding-left: 30px;
	line-height: 12px;
	font-size: 12px;
	color:#fff;
	font-weight: 100;
	text-decoration: none;
}



footer nav{
	float: left;
    margin: 0 auto;
}
footer nav li{
	list-style-type: none;
	display: block;
	float: none;
}
footer nav:after{
	content: '';
	display: block;
	clear: both;
}
footer nav li a{
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding:0 15px;
}
footer nav li:hover a, footer nav li.active a{
	color: #A8181C;
}


}









