@font-face {font-family: 'RobotoRegular';src: url('../fonts/Roboto-Regular.eot');src: local('Roboto'), local('Roboto-Regular'),url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Regular.woff') format('woff'),url('../fonts/Roboto-Regular.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'RobotoBold';src: url('../fonts/Roboto-Bold.eot');src: local('Roboto Bold'), local('Roboto-Bold'),url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Bold.woff') format('woff'),url('../fonts/Roboto-Bold.ttf') format('truetype');font-weight: bold;font-style: normal;}
@font-face {font-family: 'RobotoBlack';src: url('../fonts/Roboto-Black.eot');src: local('Roboto Black'), local('Roboto-Black'),url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Black.woff') format('woff'),url('../fonts/Roboto-Black.ttf') format('truetype');font-weight: 900;font-style: normal;}
@font-face {font-family: 'RobotoMedium';src: url('../fonts/Roboto-Medium.eot');src: local('Roboto Medium'), local('Roboto-Medium'),url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Medium.woff') format('woff'),url('../fonts/Roboto-Medium.ttf') format('truetype');font-weight: 500;font-style: normal;}
@font-face {font-family: 'RobotoLight';src: url('../fonts/Roboto-Light.eot');src: local('Roboto Light'), local('Roboto-Light'),url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Light.woff') format('woff'),url('../fonts/Roboto-Light.ttf') format('truetype');font-weight: 300;font-style: normal;}
@font-face {font-family: 'RobotoMediumItalic';src: url('../fonts/Roboto-MediumItalic.eot');src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-MediumItalic.woff') format('woff'),url('../fonts/Roboto-MediumItalic.ttf') format('truetype');font-weight: 500;font-style: italic;}
@font-face {font-family: 'RobotoItalic';src: url('../fonts/Roboto-Italic.eot');src: local('Roboto Italic'), local('Roboto-Italic'),url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Italic.woff') format('woff'),url('../fonts/Roboto-Italic.ttf') format('truetype');font-weight: normal;font-style: italic;}
@font-face {font-family: 'RobotoBoldItalic';src: url('../fonts/Roboto-BoldItalic.eot');src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-BoldItalic.woff') format('woff'),url('../fonts/Roboto-BoldItalic.ttf') format('truetype');font-weight: bold;font-style: italic;}
@font-face {font-family: 'RobotoThinItalic';src: url('../fonts/Roboto-ThinItalic.eot');src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-ThinItalic.woff') format('woff'),url('../fonts/Roboto-ThinItalic.ttf') format('truetype');font-weight: 100;font-style: italic;}
@font-face {font-family: 'RobotoLightItalic';src: url('../fonts/Roboto-LightItalic.eot');src: local('Roboto Light Italic'), local('Roboto-LightItalic'),url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-LightItalic.woff') format('woff'),url('../fonts/Roboto-LightItalic.ttf') format('truetype');font-weight: 300;font-style: italic;}
@font-face {font-family: 'Roboto';src: url('../fonts/Roboto-BlackItalic.eot');src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-BlackItalic.woff') format('woff'),url('../fonts/Roboto-BlackItalic.ttf') format('truetype');font-weight: 900;font-style: italic;}
@font-face {font-family: 'RobotoThin';src: url('../fonts/Roboto-Thin.eot');src: local('Roboto Thin'), local('Roboto-Thin'),url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Thin.woff') format('woff'),url('../fonts/Roboto-Thin.ttf') format('truetype');font-weight: 100;font-style: normal;}

html {
margin:0;
padding:0;
height:100%;
}
body {
background:#fcfcfc;
margin:0;
font-family: 'RobotoRegular'; 
padding:0;
height:100%;
color:#2b2b2b;
}
ol, ul {
    list-style: inside none disc;
}

a {
    color: inherit;
    text-decoration: none;
}
img{
border:0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {}
h1{
	font-size:35px;
	font-family: 'RobotoBlack';
	margin:10px 0 25px 0;
	display: inline-block;
	width:100%;
	color: #005dd0;
}
h2{
	font-size:30px;
	font-family: 'RobotoBlack';
	margin:0 0 25px 0;
	display: inline-block;
	width:100%;
	text-align:center;
}
h3{	
	font-size:21px;
	margin:10px 0;
	color: #005dd0;
	display: inline-block;
	width:100%;
}
h4{
	font-size:21px;
	margin:10px 0;
	display: inline-block;
	width:100%;
}
h5{
	font-size:21px;
	margin:10px 0;
	display: inline-block;
	width:100%;
}
h6{
	font-size:21px;
	margin:10px 0;
	display: inline-block;
	width:100%;
}
p {
	font-size: 21px;
    line-height: 1.7;
    margin-bottom: 10px;
}
ul, ol{
	margin-left: 25px;
}
ul li, ol li{
	font-size: 21px;
    line-height: 1.7;
    margin-bottom: 10px;
}


.wrapers{
	width:1630px;
	min-width:1630px;
	margin:0 auto;
	padding:0 10px;
	height: auto !important;
    min-height: 100%;
    overflow: hidden;
}



#section1{
	float:left;
	width:100%;
}
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 80px;
}
.logo{
    width: 35%;
    display: flex;
    align-items: center;
}
.logo_img{}
.logo_img a{}
.logo_img a img{}
.soc_menu{
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    margin: 0 2px;
}
.wts{
	background:#25d266;
	color:#fff;
}
.tg{
	background:#00a2f2;
	color:#fff;
}
.vb{
	background:#7460f3;
	color:#fff;
}
.mlt{
	background:#ee9a3d;
	color:#fff;
}
.proscet{
	width: 200px;
}
.proscet a{
	font-size:15px;
	color:#fff;
	display: inline-block;
	text-align:center;
	font-family:"RobotoLight";
	padding:10px 15px;
	background:linear-gradient(to top,#d62b28 0, #e74442 100%);
	border-radius:10px;
}
.proscet a:hover{
	background:linear-gradient(to top,#e74442 0, #d62b28 100%);
}
.phone{
	width: 27%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.mail_phone{
	width: 80%;
}
.mail_phone a{
	display: block;
    text-align: right;
}
.mail{
	color:#747474;
	font-size:16px;
	font-family:"RobotoLight";
}
.mail2{
	color:#fff;
	font-size:16px;
	font-family:"RobotoLight";
}
.telef{
	color:#2b2a29;
	font-size:25px;
	font-family:"RobotoBold";
}
.mob_menu{	
	display:none;
}
@media (min-width:0px) and (max-width:767px){
	.mob_menu{
		display:block;
		width: 100%;
		font-size: 25px;
		background: #005dd0;
        position: fixed;
        bottom: 0;
        text-align: center;
        color: #fff;
		padding: 15px;
	}
}
#side-checkbox {
    display: none;
}
.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -360px;
    background: #005dd0;
    transition: all 0.5s;   
    width: 320px;
    height: 100vh;
    box-shadow: 10px 0 20px rgba(0,0,0,0.4);
    color: #FFF;
    padding: 40px 20px;
	display: grid;
}
.side-button-1 {
    display: inline-block;
	width: 100%;
}
.side-button-1 .fa{
	font-size:25px;
}
.side-button-1 .fa:hover{
	transform: scale(1.1);  
	cursor:pointer;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1{
    display: block;
}
#side-checkbox:checked + .side-panel {
    left: 0;
}
.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #fff;    
    transition: all 280ms ease-in-out;    
}
.side-button-2:hover {
    transform: rotate(45deg) scale(1.1);    
    color: #FFF;
	cursor:pointer;
}

.menu_logo{
	height: 80px;
}
.menu_menuxa{
    overflow: auto;
}
.side-panel ul.mod_menuxa{
    margin: 0;
    
}
.side-panel ul.mod_menuxa li{
	list-style:none;
	text-align: left;
	margin: 0;
    line-height: normal;
    font-size: 20px;
}
.side-panel ul.mod_menuxa li a{
	padding: 5px;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    display: inline-block;
	font-family: 'RobotoLight';
}
.side-panel ul.mod_menuxa li a:hover{
	text-decoration:underline;
}
.menuxa__sub{
	margin-left:25px;
}
.menuxa__sub li a{
	color: #e5e5e5
}
.menu_consult {
    text-align: left;
}
.soc_menu{
	float:left;
}
#section2{
	float:left;
	width:100%;
}
.mod_breadcrumbs{
	float:left;
	width:100%;
}
.breadcrumbs_mod{
	float:left;
	width:100%;
	margin: 0;
}
.breadcrumbs_mod li{
	list-style:none;
	float:left;
	font-size:14px;
	line-height: normal;
    margin: 0;
}
.breadcrumbs_mod li a{
	
}
.breadcrumbs_mod li a:hover{
	text-decoration:underline;
}
.breadcrumbs_mod li span{
	color:#005dd0;
}

.breadcrumbs_mod li a span{
	color:#666;
}

.menu{
	height: 60px;
}
.menu ul{}
.menu ul li{
	float:left;
	list-style:none;
	padding-right: 35px;
}
.menu ul li a{}
.menu ul li a:hover{
	cursor:pointer;
	color:#005dd0;
}
.menuss li.current.active a{
	cursor:pointer;
	color:#005dd0;
}



#section3{
	float:left;
	width:100%;
	background-image: url(../img/air.png), url(../img/fon.png);
	background-repeat:no-repeat;
	background-position: bottom;
	height:800px;
}
.lf_home{
	width: 800px;
    display: grid;
    height: 500px;
    margin-top: 100px;
	align-content: center;
}
.home_top{}
.home_top p{
	font-size:31px;
	line-height: normal;
	margin:0;
	text-transform:uppercase;
	margin-bottom:30px;
	font-family:"RobotoLight";
}
.home_top h1{
	font-size:49px;
	font-family:"RobotoBlack";
	text-transform:uppercase;
}
.home_center{
	margin:35px 0;
}
.home_dogr{}
.home_dogr span{
	background:#fff;
	border:2px dashed #005dd0;
	color:#005dd0;
	font-size:22px;
	font-family:"RobotoMedium";
	display: inline-block;
	padding: 25px 15px;
    width: 620px;
    text-align: center;
}
.home_bottom{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:35px;
}
.home_btn1{
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	margin: 10px;
}
.home_btn1 a{
	font-size:21px;
	color:#fff;
	font-family:"RobotoLight";
	padding:15px;
    width: 300px;
	background:linear-gradient(to top,#d62b28 0, #e74442 100%);
	border-radius:10px;
}
.home_btn1 a:hover{
	background:linear-gradient(to top,#e74442 0, #d62b28 100%);
}
#content{
	float:left;
	width:100%;
	margin:25px 0;
}
#com_content_article{
	float:left;
	width:100%;
	margin:25px 0;
}
#content_article_body{
	margin-bottom: 35px;
}
#content_article_body h2{
	font-size: 30px;
    margin-bottom: 20px;
}
#content_article_body p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
}
#content_article_body ul li, #content_article_body ol li {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
}
#content table {
    border-collapse: collapse;
    margin: 10px 0 15px;
    width: 100%;
}
#content table td {
    *font-size: 21px;
    *font-family: "RobotoLight";
    padding: 10px;
    border: 1px solid #efefef;
}
.preim_str{
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	margin:10px 0 30px;
}
.preim_block_str{
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	margin:0 20px;
	padding:15px;
	width: 50%;
	min-height: 230px;
	border-radius: 15px;
}
.preim_block_str:first-child{
	margin-left:0;
}
.preim_block_str:last-child{
	margin-right:0;
}
.preim_block_name{
	width: 63%;
    color: #fff;
    font-size: 22px;
	font-family: "RobotoBlack";
}
.preim_block_name a{
	background: #005dd0;
    color: #fff;
    font-size: 16px;
    font-family: "RobotoLight";
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}
.preim_block_name a:hover{
	text-decoration:underline;
}
.zag{
	margin-bottom: 25px;
    font-size: 40px;
    font-family: "RobotoBlack";
    text-align: center;
    display: inline-block;
	width:100%;
	line-height: normal;
}
.zag2{
	margin-bottom: 25px;
    font-size: 40px;
    font-family: "RobotoBlack";
    text-align: center;
    display: inline-block;
	width:100%;
	line-height: normal;
}
.catalog{}
.categor{
	width: calc(94% / 3);
    float: left;
	background-repeat:no-repeat;
	border-radius: 10px;
    margin: 1%;
	background-position-x: center;
	min-height: 444px;
}
.categor_mass{
	background: url(../img/categor.png) no-repeat center bottom;
    height: 444px;
    border-radius: 0 0 10px 10px;
    display: grid;
    align-content: end;
    color: #fff;
}
.categor_btn a{
	display: flex;
    background: #fff;
    padding: 10px;
    color: #000;
    border-radius: 10px;
    width: 90%;
    justify-content: space-around;
    align-items: center;
    margin: 0 5%;
    text-align: center;
	font-size:21px;
	font-family:"RobotoBold";
}
.categor_btn a:hover{
	text-decoration:underline;
}
.categor_more{
	display: flex;
    justify-content: end;
    align-items: center;
    margin: 15px 5% 25px;
}
.categor_more_btn{
	width: 40%;
}
.categor_more_btn a{
	font-size:16px;
	color:#fff;
	font-family:"RobotoLight";
	padding:15px;
	background:linear-gradient(to top,#005dd0 0, #076ce8 100%);
	border-radius:10px;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.categor_more_btn a:hover{
	background:linear-gradient(to top,#076ce8 0, #005dd0 100%);
}
.categor_more_btn a i {
    font-size: 16px;
    margin-left: 5px;
    opacity: 0.4;
}
#section4{
	float:left;
	width:100%;
	background-image: url(../img/fon2.png);
	background-repeat:no-repeat;
	background-position-y: bottom;
	background-position-x: center;
	padding: 10px 0;
}
.bl_form_kons {
    width: 65%;
    color: #fff;
    margin: 60px auto;
	color:#000;
}
.bl_form_kons p{
	font-size:25px;
	line-height: 1.5;
	margin-bottom:20px;
}
.bl_form_kons ul{}
.bl_form_kons ul li{
	margin:0;
	font-size:21px;
	line-height:normal;
}
#section5{
	float: left;
    width: 100%;
    background: url(../img/air2.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-bottom: 130px;
}
.vibor{
	float: left;
    width: 100%;
    margin-bottom: 60px;
}
.vibor_block{
    width: calc(94% / 3);
    float: left;
	margin: 1%;
	
	border-radius: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    background: #fff;
    display: flex;
	padding: 0 20px;
    align-items: center;
    height: 160px;
}
.vibor_img{
	margin-right: 20px;
}
.vibor_img img{}
.vibor_name{}
.vibor_names{
	font-size:20px;
	font-family:"RobotoBold";
	padding-bottom:7px;
}
.vibor_desc p{
	font-size:17px;
	font-family:"RobotoLight";
    line-height: normal;
    margin-bottom: 0;
}
#footer{
	float:left;
	width:100%;
	background:#2b2f3f;
	color:#fff;
	padding:25px 0 20px;
}
.foot{
	display: flex;
    justify-content: space-between;
    align-items: start;
}
.foot_logo{
	text-align: center;
    display: grid;
}
.foot_img{}
.foot_img a{}
.foot_img a img{}
.foot_mess{
	display: grid;
	justify-content: center;
}
.foot_message_ico{
	display: flex;
    justify-content: center;
}
.foot_message_ico a{}
.soc_foot{
	border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    margin: 0 2px;
    float: left;
}
.foot_mess{}
.foot_mess a{}
.foot_mess a.ml{
	align-items: end;
    display: flex;
    justify-content: center;
	font-size:20px;
	font-family:"RobotoLight";
	margin:15px 0;
}
.foot_mess a.tl{
	font-size:28px;
	font-family:"RobotoBold";
}
.foot_menu{}
.foot_menu ul{
	margin:0;
}
.foot_menu ul li{
	list-style:none;
    margin-bottom: 5px;
	line-height: normal
}
.foot_menu ul li a{
	font-size:22px;
	font-family:"RobotoLight";
}
.foot_menu ul li a:hover{
	text-decoration:underline;
}
.foot_copy{
	float:left;
	width:100%;
	margin-top:15px;
}
.foot_copy p{
	text-align: center;
    color: #777777;
    font-size: 12px;
}







@media (min-width:1200px) and (max-width:1440px) {
	#section4 {
		background-position-x: right;
	}
	.vibor_block {
		padding: 0 15px;
		height: 210px;
	}
}
@media (min-width:1200px) and (max-width:1630px) {
body {
		min-width: auto;
	}
	.wrapers{
		width:100%;
		min-width:1170px;
	}
	.head {
		height: 90px;
	}
	.logo {
		width: 43%;
	}
	.mail_phone {
		width: 90%;
	}
	h1, .zag, .zag2{
		font-size:53px;
	}
	.bl_form_kons {
		width: 70%;
	}
	.menu {}
	.menu ul li a {
		font-size: 15px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	body {
		min-width: auto;
	}
	.wrapers{
		width:100%;
		min-width:962px;
	}
	p, ul li {
		font-size: 19px;
	}
	.logo {
		width: 30%;
		display: grid;
	}
	.logo_img {
		text-align: center;
	}
	.proscet {
		width: 22%;
	}
	.phone {
		width: 28%;
	}
	.mail_phone {
		width: 90%;
	}
	.lf_home {
		width: 730px;
	}
	.home_top h1 {
		font-size: 40px;
	}
	.home_btn1 a {
		font-size: 18px;
	}
	h1, .zag, .zag2{
		font-size:43px;
	}
	.preim_block_str {
		margin: 0 10px;
		justify-content: center;
	}
	.preim_block_name {
		*font-size: 14px;
	}
	.categor {
		width: calc(94% / 2);
	}
	#section4 {
		background-position-x: -730px;
	}
	.vibor_block {
		width: calc(94% / 2);
	}
	.foot_menu ul li a {
		font-size: 18px;
	}
	.menu {}
	.menu ul li a {
		font-size: 14px;
	}
}
@media (min-width:768px) and (max-width:991px){
	body {
		min-width: auto;
	}
	.wrapers{
		width:100%;
		min-width:748px;
		padding:0 10px;
	}
	p, ul li {
		font-size: 18px;
	}
	.head {
		height: 100px;
	}
	.logo {
		width: 40%;
		display: grid;
	}
	.logo_img {
		text-align: center;
	}
	.proscet {
		width: 170px;
		text-align: center;
	}
	.proscet a {
		font-size: 13px;
		padding: 10px 10px;
	}
	.phone {
		width: 29%;
	}
	.telef {
		font-size: 20px;
	}
	.mail_phone {
		width: 90%;
	}
	.lf_home {
		width: 73%;
	}
	.home_top p {
		font-size: 27px;
	}
	.home_top h1 {
		font-size: 32px;
	}
	.home_btn1 a {
		font-size: 16px;
	}
	h1, .zag, .zag2{
		font-size:35px;
	}
	.preim_str {
		display: grid;
		justify-content: center;
	}
	.preim_block_str {
		margin: 2% 0;
		display: grid;
		width: 100%;
		justify-content: center;
	}
	.categor {
		width: calc(94% / 2);
	}
	.bl_form_kons {
		width: 95%;
	}
	.vibor_block {
		width: calc(94% / 2);
		padding: 0 15px;
		height: 210px;
	}
	.vibor_names {
		font-size: 18px;
	}
	.vibor_desc {
		font-size: 16px;
	}
	.foot_mess a.tl {
		font-size: 23px;
	}
	.foot_menu ul li a {
		font-size: 16px;
	}
	.bl_form_kons p{
		font-size:20px;
	}
	.bl_form_kons ul{
		text-align: left;
	}
	.bl_form_kons ul li{
		font-size:18px;
	}
	.menu {
		float: left;
		width: 100%;
		display: block;
		height: auto;
		padding:0;
	}
	.menu ul li {
		float: none;
	}
	.vibor_img img {
		width: 100px;
	}
}
@media (min-width:530px) and (max-width:767px){
	.catalog {
		justify-content: center;
		display: grid;
	}
	.categor {
		width: 515px;
		margin:2% 0;
	}
}
@media (min-width:481px) and (max-width:531px){
	.catalog {
		justify-content: center;
		display: grid;
	}
	.categor {
		width: 100%;
		margin:2% 0;
	}
}
@media (min-width:481px) and (max-width:767px){
	body {
		min-width: auto;
	}
	.wrapers{
		width:100%;
		min-width:461px; 
		padding:0 10px; 
	}
	p, ul li {
		font-size: 16px;
	}
	.head {
		height: auto;
	    display: grid;
		margin-top:15px;
		justify-content: center;
	}
	.logo {
		width: 100%;
		display: grid;
	}
	.logo_img {
		text-align: center;
	}
	.proscet {
		width: 100%;
		text-align: center;
		margin:0 0 15px 0;
	}
	.phone {
		width: 100%;
	}
	.telef {
		font-size: 20px;
	}
	.mail_phone {
		width: 100%;
		display: grid;
		justify-content: center;
	}
	.mail_phone a {
		text-align: center;
	}
	#section2{
		display:none;
	}
	#section3 {
		*background-position: top;
		*height: auto;
		padding-bottom: 60px;
	}
	.lf_home {
		width: 100%;
		height: auto;
		margin-top: 40px;
	}
	.home_top h1 {
		font-size: 30px;
		text-align: center;
	}
	.home_top p {
		font-size: 17px;
		text-align: center;
		line-height: normal;
	}
	.home_dogr span {
		font-size: 17px;
		width: 323px;
	}
	.home_btn1 a {
		font-size: 16px;
	}
	.home_btn1 a {
		padding: 15px 10px;
	}
	h1, .zag, .zag2{
		font-size:27px;
	}
	.preim_str {
		display: grid;
	}
	.preim_block_str {
		margin: 2% 0;
		display: grid;
		width: 100%;
		justify-content: normal;
	}
	.bl_form_kons {
		width: 90%;
	}
	#section4 {
		height: auto;
		padding-bottom: 20px;
	}
	.vibor_block {
		width: 100%;
		margin:1% 0;
		padding: 15px;
		height: auto;
	}
	.vibor_names {
		font-size: 18px;
	}
	.vibor_desc {
		font-size: 16px;
	}
	#footer {
		padding: 10px 0 70px;
	}
	.foot {
		display: block;
		justify-content: center;
	}
	.foot_logo {
		height: auto;
		width: 100%;
		margin-bottom:25px;
	}
	.foot_mess {
		margin: 10px 0;
	}
	.foot_menu {
		float: left;
		display: none;
		width: 50%;
	}
	.foot_mess a.tl {
		font-size: 23px;
	}
	.foot_menu ul li a {
		font-size: 14px;
	}
	.menu {
		float: left;
		width: 100%;
		display: block;
		height: auto;
		padding:0;
	}
	.menu ul li {
		float: none;
	}
	.vibor_img img {
		width: 80px;
	}
}
@media (min-width:0) and (max-width:480px){
	body {
		min-width: auto;
	}
	.wrapers{
		width:100%;
		min-width:300px; 
		padding:0 10px;  
	}
	p, ul li {
		font-size: 16px;
	}
	.head {
		height: auto;
	    display: grid;
		margin-top:15px;
		justify-content: center;
	}
	.logo {
		width: 100%;
		display: grid;
	}
	.logo_img {
		text-align: center;
	}
	.proscet {
		width: 100%;
		text-align: center;
		margin:0 0 15px 0;
	}
	.phone {
		width: 100%;
	}
	.telef {
        font-size: 28px;
        margin-top: 15px;
	}
	.mail_phone {
		width: 100%;
		display: grid;
		justify-content: center;
	}
	.mail_phone a {
		text-align: center;
	}
	#section2{
		display:none;
	}
	#section3 {
		*background-position: top;
		*height: auto;
		padding-bottom: 60px;
		background-image: url(../img/air.png), url(../img/fon-mob.png);
	}
	.lf_home {
		width: 100%;
		height: auto;
		margin-top: 40px;
	}
	.home_top h1 {
		font-size: 25px;
		text-align: center;
	}
	.home_top p {
		font-size: 17px;
		text-align: center;
		line-height: normal;
	}
	.home_dogr {
		text-align: center;
	}
	.home_dogr span {
		font-size: 17px;
		width: 100%;
	}
	.home_bottom {
		display: grid;
	}
	.home_btn1 a {
		font-size: 16px;
	    width: 220px;
	}
	.home_btn1 a {
		padding: 15px 10px;
	}
	h1, .zag, .zag2{
		font-size:20px;
	}
	.preim_str {
		display: grid;
	}
	.preim_block_str {
		margin: 2% 0;
		display: grid;
		width: 100%;
		justify-content: normal;
	}
	.preim_block_name {
		width: 100%;
		color: #fff;
		font-size: 19px;
	}
	.categor {
		width: 100%;
		margin:1% 0;
	}
	.bl_form_kons {
		width: 90%;
		margin: 30px auto 40px;
	}
	.bl_form_kons p {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.bl_form_kons ul li {
		margin: 0;
		font-size: 16px;
		line-height: normal;
	}
	#section4 {
		height: auto;
		padding-bottom: 0;
		background-image: url(../img/fon2.png);
		background-position-y: top;
	}
	.vibor_block {
		width: 100%;
		margin:1% 0;
		padding: 15px;
		height: auto;
	}
	.vibor_names {
		font-size: 16px;
	}
	.vibor_desc {
		font-size: 15px;
	}
	#footer {
		padding: 10px 0 70px;
	}
	.foot {
		display: block;
		justify-content: center;
	}
	.foot_logo {
		height: auto;
		width: 100%;
		margin-bottom:25px;
	}
	.foot_mess {
		margin: 10px 0;
	}
	.foot_menu {
		float: left;
		width: 100%;
		display: none;
	}
	.foot_mess a.tl {
		font-size: 23px;
	}
	.foot_menu ul li a {
		font-size: 14px;
	}
	.menu {
		float: left;
		width: 100%;
		display: block;
		height: auto;
		padding:0;
		position: absolute;
		top: 190px;
	}
	.menu ul li {
		float: none;
	}
	.vibor_img img {
		width: 80px;
	}
}














#menu-wrap{
	z-index: 5;
	position: absolute;
}
.menuss{
	display:block;
}
.menuss li{
	display: inline-block;
	position: relative;
	z-index:4;
	margin:0;
}
.menuss li a {}
.menuss li a:hover, .menuss li:hover > a{}
.menuss ul{
	display: none;
	margin: 0;
	padding: 0;
	width: 300px;
	position: absolute;
	top: 40;
	left: 0px;
	background: #005dd0;
}
.menuss ul li {
	display:block;
	float: none;
	padding-right: 0;
}
.menuss ul li a, .menuss ul li span {
	float:left;
	width:100%;
	font-size:16px;
	font-weight:normal;
	display:block;
	color:#fff;
	line-height: 1.2;
	padding: 10px 15px;
	background: #005dd0;
}
.menuss ul li.current.active a, .menuss ul li a:hover, .menuss ul li:hover > a, .menuss ul li span:hover, .menuss ul li:hover > span{
	background:#2b2f3f;
	color:#ffffff;
	cursor:pointer;
}

.menuss li:hover > ul{
	display: block;
}
.menuss ul ul {
	left: 149px;
	top: 0px;
}
#menu-icon {
	display:none;
}
.menuss  li.current.active.deeper.parent ul li a{
	color:#fff;
}