@font-face {
font-family: 'VW-Font-L';
src: url(/vw_font/CSL.ttf);
}
@font-face {
font-family: 'VW-Font-B';
src: url(/vw_font/CSB.ttf);
}
@font-face {
font-family: 'VW-Z25';
src: url(/vw_font/Z25.otf);
}
html {
	height: 100%;
	}
body {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 1080px;
	margin: 0px;
	padding: 0px;
	background-color: #F7FFF7;
	background: url("img_website/vw_bg/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	}
#wrapper {
	min-height: 100%;
	height: auto;
	margin: -95px auto 0;
	}	
/* заголовок */
header {
	display: block;
	position: relative;
	padding-top: 95px;
	width: 100%;
	height: 20%;
	min-height: 130px;
	background-color: #1A535C;
	}
.header_logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 570px;
	height: 100%;	
	vertical-align: top;
	margin: auto;
	zoom: 1;
	*display: inline;
	/*background-image: url("img_website/logo.png");*/
	background-size: 160px 160px;
	color: #4ECDC4;
	font-family: 'VW-Z25';
	font-size: 100px;
	}
.header_info {
	display: inline-block;
	width: 10%;
	height: 100%;	
	vertical-align: top;
	zoom: 1;
	*display: inline;
	float: right;
	border-spacing: 7px;
	background: #FFFFFF;
	}
/* меню */
nav {
	display: inline-block;
	position: relative;
	width: 100%;
	float: left;
	z-index: 1;
	background-color: #F7FFF7;
	}
.table_nav {
	display: table;
	position: relative;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border-spacing: 45px 7px;
	text-align: center;
	}
.menu_block {
	display: table-cell;
	margin-top: 12.5px;
	width: 175px;
	height: 25px;
	transition: 1s;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	}
.menu_block:hover {
	display: table-cell;
	margin-top: 12.5px;
	width: 175px;
	height: 25px;
	transition: 1s;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	}
hr {
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(26, 83, 92, 0.75), rgba(0, 0, 0, 0));
	}
/* эффекты меню */
a {
	display: inline-block;
	position: relative;
	color: #1A535C;	
	vertical-align: top;
	zoom: 1;
	*display: inline;
	font-size: 19px;
	text-decoration: none;
	transition: 1s;
	font-family: 'VW-Font-L';
	}
a:before {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	bottom: 0;
	background-color: #4ECDC4;
	transition: width .3s ease-in-out, left 0.3s ease-in-out;
	}
a:after {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	bottom: 0;
	background-color: #4ECDC4;
	transition: width .3s ease-in-out;
	}
a:hover:before {
	width: 50%;
	left: 0%;
	color: #4ECDC4;
	}
a:hover:after {
		width: 50%;
		color: #4ECDC4;
		}
a:hover {
	color: #4ECDC4;
	transition: 1s;
	font-family: 'VW-Font-B';
	}
.article_table a {
	display: inline-block;
	position: relative;
	color: #1A535C;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	font-size: 16px;
	text-decoration: none;
	transition: 1s;
	}
.article_table a:before {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	background-color: #4ECDC4;
	transition: width .3s ease-in-out, left 0.3s ease-in-out;
	}
.article_table a:after {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	background-color: #4ECDC4;
	transition: width .3s ease-in-out;
	}
.article_table a:hover:before {
	width: 50%;
	left: 0%;
	color: #4ECDC4;
	}
.article_table a:hover:after {
		width: 50%;
		color: #4ECDC4;
		}
.article_table a:hover {
	color: #4ECDC4;
	transition: 1s;
	font-family: 'VW-Font-L';
	}
/* эффекты */
.article_line table {
	display: table;
	position: relative;
	margin-left: 15px;
	width: 260px;
	height: 100%;
	}
.article_line a {
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	
	vertical-align: top;
	zoom: 1;
	*display: inline;
	font-size: 16px;
	text-decoration: none;
	transition: 1s;
	}
.article_line a:before {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	background-color: #FFFFFF;
	transition: width .3s ease-in-out, left 0.3s ease-in-out;
	}
.article_line a:after {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	background-color: #FFFFFF;
	transition: width .3s ease-in-out;
	}
.article_line a:hover:before {
	width: 50%;
	left: 0%;
	color: #FFFFFF;
	}
.article_line a:hover:after {
		width: 50%;
		color: #FFFFFF;
		}
.article_line a:hover {
	color: #FFFFFF;
	transition: 1s;
	}
/* основное содержание */
article {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	}
.article_form {
	display: block;
	position: relative;
	top: 22px;
	margin: 0 auto;
	width: 100%;
	height: 800px;
	min-height: 800px;
	/*background: url("img_website/vw_bg/bg.jpg");
	background-color: #004691;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
	}
.article_line {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 75px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	}
.article_content {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1080px;
	height: 500px;
	font-family: 'VW-Font-L';
}
.article_table {
	display: none;
	}
.article_th {
	display: block;
	position: relative;
	top: 20px;
	width: 100%;
	height: 30px;
	background-color: rgba(255,90,0,0.9);
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.article_img_1 {
	display: block;
	position: absolute;
	margin-top: 30px;
	margin-left: 110px;
	width: 150px;
	height: 150px;
	background-color: rgba(247,255,247,0.8);
	background-image: url("img_/01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
}
.article_img_2 {
	display: block;
	position: absolute;
	margin-top: 30px;
	margin-left: 480px;
	width: 150px;
	height: 150px;
	background-color: rgba(247,255,247,0.8);
	background-image: url("img_/02_1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
}
.article_img_3 {
	display: block;
	position: absolute;
	margin-top: 30px;
	margin-left: 880px;
	right: 0;
	right: 80px;
	width: 150px;
	height: 150px;
	background-color: rgba(247,255,247,0.8);
	background-image: url("img_/03_1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
}
.article_img_4 {
	display: block;
	position: absolute;
	margin-top: 210px;
	margin-left: 110px;
	width: 150px;
	height: 150px;
	background-color: rgba(247,255,247,0.8);
}
.article_img_5 {
	display: block;
	position: absolute;
	margin-top: 210px;
	margin-left: 480px;
	width: 150px;
	height: 150px;
	background-color: rgba(247,255,247,0.8);
}
.article_img_6 {
	display: block;
	position: absolute;
	margin-top: 210px;
	margin-left: 880px;
	right: 0;
	right: 80px;
	width: 150px;
	height: 150px;
	background-color: rgba(247,255,247,0.8);
}
.article_img_7 {
	display: block;
	position: absolute;
	margin-top: 390px;
	margin-left: 110px;
	width: 150px;
	height: 150px;
	background-color: rgba(247,255,247,0.8);
}
.article_img_8 {
	display: block;
	position: absolute;
	margin-top: 390px;
	margin-left: 480px;
	width: 150px;
	height: 150px;
	background-color: rgba(247,255,247,0.8);
}
.article_img_9 {
	display: block;
	position: absolute;
	margin-top: 390px;
	margin-left: 880px;
	right: 0;
	right: 80px;
	width: 150px;
	height: 150px;
	background-color: rgba(247,255,247,0.8);
}
.article_img_1:hover,
.article_img_2:hover,
.article_img_3:hover,
.article_img_4:hover,
.article_img_5:hover,
.article_img_6:hover,
.article_img_7:hover,
.article_img_8:hover,
.article_img_9:hover  {
	background-color: #F7FFF7;
	width: 150px;
	height: 150px;
	z-index: 1;
	background-size: 0 0;
	}
.article_img_1:hover img,
.article_img_2:hover img,
.article_img_3:hover img,
.article_img_4:hover img,
.article_img_5:hover img,
.article_img_6:hover img,
.article_img_7:hover img,
.article_img_8:hover img,
.article_img_9:hover img  {
	height: 100px;
	vertical-align: bottom;
	z-index: 1;
	}
.article_img_1:hover .article_table,
.article_img_2:hover .article_table,
.article_img_3:hover .article_table,
.article_img_4:hover .article_table,
.article_img_5:hover .article_table,
.article_img_6:hover .article_table,
.article_img_7:hover .article_table,
.article_img_8:hover .article_table,
.article_img_9:hover .article_table  {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	bottom: 0;
	color: #1A535C;
	font-size: 14px;
	text-align: justify;
	z-index: 1;
	}
footer {
	display: flex;
	position: relative;
	width: 100%;
	height: 95px;
	bottom: 0;
	min-width: 1080px;
	}
.footer_info {
	display: inline-block;
	margin: 0 auto;
	width: 70%;
	height: 80px;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	background-color: #1A535C;
	color: #FFFFFF;
	}
.footer_info img {
	vertical-align: bottom;
	}
.footer_info table {
	display: table;
	position: relative;
	margin-left: 15px;
	width: 100%;
	height: 100%;
	transition: 1s;
	}
.footer_info table:hover {
	background-color: #4ECDC4;
	transition: 1s;
	}
/* img box */
.footer_info a {
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	font-size: 16px;
	text-decoration: none;
	transition: 1s;
	font-family: 'VW-Font-L';
	}
.footer_info a:before {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	background-color: #FFFFFF;
	transition: width .3s ease-in-out, left 0.3s ease-in-out;
	}
.footer_info a:after {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	background-color: #FFFFFF;
	transition: width .3s ease-in-out;
	}
.footer_info a:hover:before {
	width: 50%;
	left: 0%;
	color: #FFFFFF;
	}
.footer_info a:hover:after {
		width: 50%;
		color: #FFFFFF;
		}
.footer_info a:hover {
	color: #FFFFFF;
	transition: 1s;
	font-family: 'VW-Font-L';
	}
.footer_line {
	display: inline-block;
	margin: 0 auto;
	width: 210px;
	height: 80px;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	background-color: #1A535C;
	}
.footer_line img {
	vertical-align: bottom;
	}
.footer_line table {
	display: table;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	}
/* каталог */
.footer_line a {
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	font-size: 16px;
	text-decoration: none;
	transition: 1s;
	}
.footer_line a:before {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	background-color: #FFFFFF;
	transition: width .3s ease-in-out, left 0.3s ease-in-out;
	}
.footer_line a:after {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 50%;
	background-color: #FFFFFF;
	transition: width .3s ease-in-out;
	}
.footer_line a:hover:before {
	width: 50%;
	left: 0%;
	color: #FFFFFF;
	}
.footer_line a:hover:after {
		width: 50%;
		color: #FFFFFF;
		}
.footer_line a:hover {
	color: #FFFFFF;
	transition: 1s;
	}
