/* оставить */
html {
	height: 100%;
	}
/* оставить */
body {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1280px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url("IMG/176262870.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	}
@font-face {
font-family: 'History';
src: url('fonts/OldStandard-Bold.ttf');
font-weight: bold;
font-style: normal;
}
/* оставить */
#wrapper {
	min-height: 100%;
	height: auto;
	margin: 0px auto 0;
	}	
/* таблица заголовка */
.header_logo {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;	
	vertical-align: top;
	zoom: 1;
	*display: inline;
	/*background-color: #000000;*/
	background-image: url("IMG/logo_16.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 270px;
	}
/* основная часть */
.article {
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	min-width: 100%;
	height: 100%;
	text-align: center;
	}
.article_menu {
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	text-align: center;
	background-color: #3C5855;
	}
.article_content {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	/*background-image: url("IMG/_.png");
	background-repeat: no-repeat;	
	background-position: center;*/
	}
#article_bg {
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 415px;
		
	}
#article_bg_e {
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 530px;		
	}
#article_bg_e a {
	color: #FFFFFF;	
	font-family: 'History';
	font-size: 20px;
	text-decoration: none;
	}
#article_bg_e a:hover {
	color: #F0D1BE;	
	font-family: 'History';
	font-size: 20px;
	text-decoration: underline;
	}	
.article_bg {
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 100%;		
	}
/*.article_bg__video {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	}*/
.article_c_j {
	position: relative;
	z-index: 5;
	color: #ffffff;
	}
.article_c_j a{
	font-size: 16px;
	color: #3C5855;
	text-decoration: none;
	}
.article_c_j a:hover {
	font-size: 16px;
	color: #3C5855;
	text-decoration: none;
	border-bottom: 1.75px solid #3C5855;
	}
/* меню */
.mb1 {
	display: block;
	position: absolute;
	margin-left: 15%;
	width: 10%;
	height: 50px;
	transition: 1s;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	}
.mb2 {
	display: block;
	position: absolute;
	margin-left: 30%;
	width: 10%;
	height: 50px;
	transition: 1s;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	}
.mb3 {
	display: block;
	position: absolute;
	margin-left: 45%;
	width: 10%;
	height: 50px;
	transition: 1s;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	}
.mb4 {
	display: block;
	position: absolute;
	margin-left: 60%;
	width: 10%;
	height: 50px;
	transition: 1s;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	}
.mb5 {
	display: block;
	position: absolute;
	margin-left: 75%;
	width: 10%;
	height: 50px;
	transition: 1s;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	}
/* эффекты меню */
.article_menu a {
	display: inline-block;
	position: relative;
	color: #FFFFFF;	
	vertical-align: top;
	zoom: 1;
	*display: inline;
	font-family: 'History';
	font-size: 23px;
	text-decoration: none;
	transition: 1s;
	}
.article_menu a:before {
	display: block;
	position: absolute;
	content: "";
	height: 2.5px;
	width: 0%;
	left: 50%;
	bottom: 0;
	background-color: #F7DEC8;
	transition: width .3s ease-in-out, left 0.3s ease-in-out;
	}
.article_menu a:after {
	display: block;
	position: absolute;
	content: "";
	height: 2.5px;
	width: 0%;
	left: 50%;
	bottom: 0;
	background-color: #F7DEC8;
	transition: width .3s ease-in-out;
	}
.article_menu a:hover:before {
	width: 50%;
	left: 0%;
	color: #FFFFFF;
	}
.article_menu a:hover:after {
		width: 50%;
		color: #FFFFFF;
		}
.article_menu a:hover {
	color: #FFFFFF;
	transition: 1s;
	}
