body, html{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #f9f8f7;
	color: #262626;
	font-family: 'Play', 'sans-serif';
}

h1{
	font-weight: bold;
}

.bg_top{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 430px;
	background-color: #dfecf7;
}

.logo{
	text-align: center;
	padding-top: 20px;
}

.logo img{
	width: 100%;
	height: auto;
	max-width: 801px;
}

.wrapper_menu{
	position: absolute;
	width: 100%;
	top: 260px;
}

.wrapper_text{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1000px;
	margin-top: 600px;
}

.main_menu{
	padding: 0px;
	margin: 0px;
	display: table;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1000px;
	margin-top: 20px;
}

.main_menu li{
	list-style: none;
	display: table-cell;
	background-color: rgba(34, 74, 116, 1.0); /*#2a5c90;*/
	height: 300px;
	color: white;
	border-right: solid 1px #ededed;
	padding-top: 185px;
	font-size: 14px;
	box-sizing: border-box;
	min-width: 130px;
	max-width: 130px;
	cursor: pointer;
	position: relative;

	transition: all 0.5s ease 0s;
}

.main_menu li:hover{
	background-color: rgba(214, 216, 217, 1);
	color: #224a74;
}

.main_menu li:last-child{
	border-right: none;
}

.main_menu li div{
	text-align: center;
}


.main_menu li div.icon{
	position: absolute;
	margin-left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	top: 40px;
	background-repeat: no-repeat;
}


.main_menu li div.icon.components{
	background-image: url(/images/components.png);
}

.main_menu li:hover div.icon.components{
	background-image: url(/images/components[hover].png);
}

.main_menu li div.icon.production{
	background-image: url(/images/production.png);
}

.main_menu li:hover div.icon.production{
	background-image: url(/images/production[hover].png);
}


.main_menu li div.icon.equipment{
	background-image: url(/images/equipment.png);
}

.main_menu li:hover div.icon.equipment{
	background-image: url(/images/equipment[hover].png);
}

.main_menu li div.icon.order{
	background-image: url(/images/order.png);
}

.main_menu li:hover div.icon.order{
	background-image: url(/images/order[hover].png);
}

.main_menu li div.icon.menu_contacts{
	background-image: url(/images/contacts.png);
}

.main_menu li:hover div.icon.menu_contacts{
	background-image: url(/images/contacts[hover].png);
}

.contacts{
	margin: 35px 0;
	padding: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.contacts li{
	list-style: none;
	display: inline-block;
}

.contacts li span{
	font-weight: bold;
}

.contacts_tel{
	background-image: url('/images/bg_tel.png');
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;

	height: 35px;
	line-height: 35px;
	padding-left: 40px;
}

.contacts_adres{
	background-image: url('/images/bg_adres.png');
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;

	height: 35px;
	line-height: 35px;
	padding-left: 40px;
	margin-left: 100px;
}

p span{
	font-weight: bold;
}

.footer{
	margin-top: 30px;
	width: 100%;
	height: 185px;
	background-color: #224a74;
}

.components li{
	list-style: none;
	display: inline-block;
	padding: 25px;
	margin-top: 15px;
}

.footer_contacts{
	max-width: 1000px;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 30px 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.footer_contacts> li{
	color: white;
	display: inline-block;
	list-style: none;
	width: 40%;
}

.footer_contacts li span{
	font-weight: bold;
}

.footer_contacts li{
	list-style: none;
	text-align: left;
}


.footer_contacts li ul{
	margin: 0;
	padding: 0;
}


.footer_contacts li ul li{
	margin-bottom: 10px;
	text-align: right;
}

.main_contacts li{
	list-style: none;
	margin-top: 10px;
}

.main_contacts li span{
	font-weight: bold;
}

.module_list{
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

.module_list li{
	list-style: none;
	margin-left: 10px;
	margin-top: 5px;
}

.module_list li::before{
	color: #224a74;
	content: '\220E';
	padding-right: 10px;
	font-size: 12px;
}

.module_list li.head, .module_list li span{
	font-weight: bold;
}

.module_list li.head{
	margin-left: 0;
	padding-bottom: 10px;
}

.module_list li.head::before{
	content: none;
}

.module{
	width: 100%;
	border-bottom: dashed 1px silver;
	padding-bottom: 40px;
}

.module:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.module td{
	vertical-align: top;
}

.module_tech{
	width: 250px;
	border-right: solid 1px silver;
	padding-right: 10px;
}

.module_info{
	padding-left: 20px;
}

.module_info span{
	font-weight: bold;
}

.module_info img{
	width: 100%;
	height: auto;
}

.yandex_map{
	margin-top: 30px;
	border:  solid 1px silver;
}

.img{
	width: 100%;
	height: auto;
}

.bg_alert{
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.alert{
	width: 100%;
	max-width: 400px;
	height: 510px;
	background-color: #f9f8f7;
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	border: solid 1px #717171;
	padding: 10px;
	display: none;
	overflow: hidden;
	box-sizing: border-box;

	-webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 0px 25px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 0px 25px 0px rgba(50, 50, 50, 0.55);
}

.alert_list{
	margin: 0;
	padding: 0;
}

.alert_list li{
	list-style: none;
	padding: 10px;
}

.alert_list li input{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border:  solid 1px #717171;
	outline: none;
}

.alert_list li textarea{
	width: 100%;
	height: 200px;
	padding: 10px;
	box-sizing: border-box;
	border:  solid 1px #717171;
	outline: none;
}

.alert_submit{
	padding: 20px;
	color: white;
	background-color: rgba(34, 74, 116, 1.0);
	transition: all 0.5s ease 0s;
	cursor: pointer;
	text-align: center;
}

.alert_submit:hover{
	background-color: rgba(214, 216, 217, 1);
	color: #224a74;
}

.close{
	left: 95%;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.close:hover{
	color: red;
}

.alert_done{
	text-align: center;
}

@media only screen and (max-device-width : 736px){
	.main_menu li{
		display: block;
		height: 50px;
		padding: 10px;
		max-width: none;
		margin-bottom: 2px;

		transition: all 0.5s ease 0s;
	}

	.footer{
		height: 245px;
	}

	.footer_contacts li{
		width: 100%;
		text-align: center !important;
		margin-bottom: 20px;
		padding: 0;
	}

	.contacts_adres{
		margin-left: 0;
		margin-top: 20px;
	}

	.module_tech{
		width: auto;
		max-width: 160px;
	}

	.main_menu li div.icon{
		background-image: none !important;
	}

	.alert{
		width: 96%;
	}

	.wrapper_text{
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}