#content
	{
	position: relative;
	float: none;
	clear: both;
	margin: 0 auto 0;
	min-height: 550px;
	z-index: 1;
	}
	
#content_box
	{
	position: relative;
	float: none;
	clear: both;
	margin: 0 auto 0;
	max-width: 1600px;
	min-width: 1000px;
	height: 257px;
	overflow: hidden;
	}
	
#content_fon
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	}

#content_back
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	z-index: 2;
	}
	
#content_title
	{
	display: table;
	position: relative;
	float: none;
	clear: both;
	margin: 0 auto 0;
	width: 1000px;
	height: 100%;
	z-index: 3;
	}
	
#content_title > div
	{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	}
	
#content_title > div > span
	{
	display: table;
	position: relative;
	float: left;
	clear: both;
	font: 48px/48px 'Exo 2', sans-serif;
	text-align: left;
	color: #fff;
	}
	
#content_info
	{
	position: relative;
	float: none;
	clear: both;
	margin: 0 auto 0;
	max-width: 1600px;
	min-width: 1000px;
	min-height: 350px;
	background: #fff;
	}
	
#content_info > div
	{
	display: table;
	position: relative;
	float: none;
	clear: both;
	margin: 0 auto 0;
	padding: 21px 0 48px 0;
	width: 1000px;
	}

#content_text
	{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	font: 300 18px/21px 'Exo 2', sans-serif;
	text-align: justify;
	color: #000;
	}
	
#content_text p, #content_text h1, #content_text h2
	{
	margin: 21px 0 21px 0;
	padding: 0;
	}

#content_text a
	{
	text-decoration: underline;
	color: #f26722;
	}
	
#content_text a:hover
	{
	text-decoration: none;
	}

#content_map
	{
	position: relative;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	}
	
#content_map > ymaps
	{
	width: 100%!important;
	}
#content_map iframe
	{
	width: 1000px;
	}