
.contacts_wrapper{
	width:100%;
	height:100%;
	position:relative;
	background:url(../i/org_bg.jpg) center center no-repeat;
}

.contacts_inner{
	margin:0 auto 0 auto;
	width:70%;
	min-width:800px;
	position:relative;
	padding:38px 0 0 0;
}

.contacts_inner .one_contact{
	padding:80px 30px 80px 100px;
	background:url(../i/opac80.png) top left repeat;
	margin:0 0 80px 0;
}

.contacts_inner .one_contact .region{
	width:80px;
	height:65px;
	position:absolute;
	background:url(../i/rus.png) center center no-repeat #1b1e27;
	margin:-80px 0 0 -100px;
	font-size:27px;
	line-height:35px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:15px 0 0 0;
}

.contacts_inner .one_contact .text{
	background:none;
	font-size:24px;
	line-height:30px;
	float:left;
	width:70%;
}

.contacts_inner .one_contact .photo{
	width:200px;
	background:none;
	float:right;
	width:30%;
	text-align:right;
}

.contacts_inner .one_contact .photo img{
	max-width:200px;
}



/* menu left */

.onepage-pagination{
	display:none!important;
}


.contacts_menu{
	position:fixed;
	top:105px;
	left:0;
	width:80px;
	background:url(../i/icons/left_menu_sprite.png) center center no-repeat;
	z-index:10;
	background:#2b303a;
}


.contacts_menu .one_punkt{
	width:80px;
	height:65px;
	cursor:pointer;
	font-size:27px;
	line-height:35px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:15px 0 0 0;
	background-image:url(../i/rus.png);
	background-position:center center;
	background-repeat:no-repeat;
}


/*right menu */
.contacts_right_menu{
	position:fixed;
	top:105px;
	right:0;
	left:auto;
	width:80px;
	background:url(../i/icons/left_menu_sprite.png) center center no-repeat;
	z-index:10;
	background:#2b303a;
}


.contacts_right_menu .one_punkt{
	width:80px;
	height:65px;
	cursor:pointer;
	font-size:27px;
	line-height:35px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:15px 0 0 0;
	background-image:url(../i/rus.png);
	background-position:center center;
	background-repeat:no-repeat;
}

