
.news_block{
	background:#1e212a;
	width:25%;
	max-width:480px;
	min-width:300px;
	height:50%;
	min-height:320px;
	float:left;
	overflow:hidden;
	position:relative;
 	z-index: 1;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-ms-transform: perspective(1000px);
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d; 
-ms-transform-style: preserve-3d; 
}

.news_block .hoverblock{
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	top:0;
}



.flipper {
	width:100%;
	height:100%;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
	cursor:pointer;
		}


.hoverblock:hover > .flipper{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
/*
.news_block:hover .front{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
*/


.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;

		    transition: 0.6s;
		    transform-style: preserve-3d;

			position: absolute;
			top: 0;
			left: 0;
			width:100%;
			height:100%;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background: lightgreen;
	z-index: 2;
}

.back {
	background:#1e212a;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	position:absolute;
-moz-box-sizing: border-box; 
-opera-sizing: border-box; 
-webkit-box-sizing: border-box; 
-khtml-box-sizing: border-box; 
box-sizing: border-box;
	padding:40px;
	overflow: hidden; 
}
		

.news_block .front .info_mini{
-moz-box-sizing: border-box; 
-opera-sizing: border-box; 
-webkit-box-sizing: border-box; 
-khtml-box-sizing: border-box; 
box-sizing: border-box;
	max-height:100%;
	background:;
	text-align:center;
	position:absolute;
	width:100%;
	bottom:0px;
	padding:10px 20px 0px 20px;
	height:118px;
    background:url(/i/opac.png) repeat; /* Цвет фона */ 
	background-position: 50% 66%;
	display:table;
}


.news_block  h1{
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	margin:0;
	padding:0;
	overflow:hidden;
}

.news_block .front .info_mini .title{
	display:table-row;
}

.news_block  .info_mini h1{
	display:block;
	padding:0 0 5px 0;
	max-height:60px;
	overflow:hidden;
}

.news_block .front .info_mini .white_line{
	display:table-row;
	height:23%;
}

.news_block .front .info_mini .white_line div{
	width:50px;
	height:100%;
	background:url(../i/white_line.png) center center no-repeat;
	margin:0 auto;
}


.news_block .front .info_mini .add_info{
	bottom:0;
	margin:0 auto;
	width:100%;
	font-size:14px;
	display:block;
	margin:0px 0 0px 0px;
	display:table-row;
	height:30%;
}



.news_block .front .info_mini .add_info .bot{
	vertical-align:bottom;
	display:table-cell;
	padding:0 0 15px 0;
	
}




.news_block .front .info_mini .add_info .region{
	display:inline-block;
	margin:0 15px 0 0;
}

.news_block .front .info_mini .add_info .region::before{
		content:"";
	display:inline-block;
	width:10px;
	height:20px;
	padding:5px 15px 0 0;
    background:url(/i/icons/small/icon_map.png) 50% 100% no-repeat;
}

.news_block .front .info_mini .add_info .type{
	display:inline-block;
}

.news_block .front .info_mini .add_info .type::before{
		content:"";
	display:inline-block;
	width:10px;
	height:20px;
	padding:5px 15px 0 0;
    background:url(/i/icons/small/icon_type.png) 50% 100% no-repeat;
}

.news_block .back{
font-size:14px;
line-height:20px;
position:relative;
overflow:hidden;
background:#2b303a;
}

.news_block  .back h1{
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	margin:0;
	padding:0;
	padding:0 0 15px 0;
}
.news_block .author{
	margin:0 0 15px 0;
}

.news_block .author::before{
		content:"";
	display:inline-block;
	width:10px;
	height:15px;
	padding:5px 10px 0 0;
    background:url(/i/icons/small/icon_author.png) 0% 100% no-repeat;
}

.anons_text{
	overflow:hidden;
position:relative;
}

.line_separator50px{
	margin:5% auto;
	background:#fff;
	width:50px;
	height:1px;
}

.news_block .bottom_buttons{
	height:38px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0px;
	padding:5px 0 10px 0;
	z-index:2;
	background:#2b303a;
}

.news_block .bottom_buttons::before{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:37px;
	margin:-40px 0 0 0;
	background-image: -webkit-linear-gradient(top, rgba(43, 48, 58, 0), rgba(43, 48, 58, 1) 90%);
background-image: -moz-linear-gradient(top, rgba(43, 48, 58, 0), rgba(43, 48, 58, 1) 90%);
background-image: -o-linear-gradient(top, rgba(43, 48, 58, 0), rgba(43, 48, 58, 1) 90%);
	
}

.news_block .bottom_buttons .inner{
margin:0 auto;
max-width:266px;
height:38px;
text-align:center;
}

.news_block .bottom_buttons .inner div{
	display:inline-block;
	width:38px;
	height:38px;
}
.news_block .bottom_buttons .inner div a{
	display:block;
	width:38px;
	height:38px;
	cursor:pointer;
	background-size: 16px;
}



.news_block .bottom_buttons .inner div:hover{
	background:#0060af;
}





/*** one news */


.onepage-pagination{
	display:block!important;
	position:fixed!important;
	top:105px!important;
	left:0!important;
	width:80px!important;
	background:url(../i/icons/left_menu_sprite.png) center center no-repeat;
	z-index:10!important;
	background:#2b303a!important;
	list-style:none!important;
}

.onepage-pagination ul{
	list-style:none!important;
}

.onepage-pagination .active{
	background-color:#1b75bc !important;
	list-style:none !important;
}

.onepage-pagination li a:before{
	display:none;
}

.left_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;
}

.onepage-pagination>li, .onepage-pagination > li a{
	display:block !important;
	width:80px !important;
	height:80px !important;
	cursor:pointer !important;
	padding:0 !important;
	list-style:none !important;
}

.left_menu .one_punkt{
	width:80px;
	height:80px;
	cursor:pointer;
	text-align:center;
	font-size:35px;
	line-height: 80px;
}


.left_menu .one_punkt:hover{
	background-color:#1b75bc;
}

.left_menu .active{
	background-color:#1b75bc;
}

.text{
	background:url(/i/icons/big/icon_text.png ) center center no-repeat;
}
.photo{
	background:url(/i/icons/big/icon_photo.png ) center center no-repeat;
}
.video{
	background:url(/i/icons/big/icon_video.png ) center center no-repeat;
}
.spravka{
	background:url(/i/icons/big/icon_spravka.png ) center center no-repeat;
}
.panorama{
	background:url(/i/icons/big/icon_panorama.png ) center center no-repeat;
}
.map{
	background:url(/i/icons/big/icon_map.png) center center no-repeat;
}
.organizator{
	background:url(/i/icons/big/icon_organizator.png ) center center no-repeat;
}

.section{
}



.news_section{
-moz-box-sizing: border-box; 
-opera-sizing: border-box; 
-webkit-box-sizing: border-box; 
-khtml-box-sizing: border-box; 
box-sizing: border-box;
	padding:0 120px;
	
}

.section_inner_news{
	max-width:1245px;
	width:75%;
	margin:0 auto;
	top:35px;
	padding: 80px 0  50px 0;
	position:relative;
}


.one_news_text{
	font-size:15px!important;
	line-height:22px!important;
	padding:0 100px 0 100px;
	position:relative;
	color:#fff!important;
	overflow:hidden;
}



.one_news_text p{
	margin:0 0 20px 0;
}

.one_news_text h1{
	font-size:36px;
	line-height:47px;
	font-weight:normal;
	margin:0;
	padding:0;
	padding:0 0 40px 0;
}

.section_inner_map{
	max-width:1245px;
	width:75%;
	margin:0 auto;
	top:35px;
	padding: 80px 0  50px 0;
	position:relative;
	z-index:50;
}




.one_spravka{
	width:100%;
	max-width:1045px;
	background: url(/i/icons/with_bg/icon_spravka.jpg) top left no-repeat, url(/i/opac80.png) repeat;
	font-size:15px;
	line-height:22px;
	margin:0 auto;
	position:relative;
	top:35px;
	padding:80px 100px 60px 100px;
	overflow:auto;
	height:70%;
}

.one_spravka p{
	margin:0 0 20px 0;
}

.one_spravka h1{
	font-size:36px;
	line-height:47px;
	font-weight:normal;
	margin:0;
	padding:0;
	padding:0 0 40px 0;
}

.video_block{
	width:100%;
	height:100%;
}

.video_block *{
	width:100%;
	height:100%;
}

.ymap{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}


.one_organizator{
	width:70%;
	max-width:1045px;
	background: url(/i/icons/with_bg/organizator.jpg) top left no-repeat, url(/i/opac80.png) repeat;
	font-size:15px;
	line-height:22px;
	margin:0 auto;
	position:relative;
	top:35px;
	padding:80px 100px 60px 100px;
	overflow:auto;
	min-height:250px;
}

.one_organizator p{
	margin:0 0 20px 0;
}

.one_organizator h1{
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	margin:0;
	padding:0;
	padding:0 0 20px 0;
}

.one_organizator .photo{
	max-width:300px;
	max-height:400px;
	overflow:hidden;
	position:absolute;
	right:35px;
	top:80px;
	width:250px;
	height:250px;
}

.lof-main-wapper{
	height:100%;
}

.lof-main-wapper li{
	height:100%;
}

.lof-main-wapper li img{
	/*width:100%;*/
	min-width:100%!important;
	min-width:auto;
}

.right_pagination{
	height:460px;
	width:80px;
	position:fixed;
	z-index:100;
	right:0;
	top:105px;
	overflow:hidden;
}

.right_pagination .prev{
	height:80px;
	width:80px;
	position:absolute;
	top:0;
	right:0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background:url(/i/left_arr.png) center center no-repeat #1e212a;

}

.right_pagination .next{
	height:80px;
	width:80px;
	position:absolute;
	bottom:0;
	right:0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background:url(/i/right_arr.png) center center no-repeat #1e212a;
}

.right_pagination .prev:hover, .right_pagination .next:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
-moz-opacity: 1; /* Mozilla 1.6 и ниже */
-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
cursor:pointer;
}


.right_pagination:hover {
	width:380px;
}



.right_pagination .prev .news{
	height:300px;
	width:300px;
	position:absolute;
	top:80px;
	right:80px;
background:#1e212a;
display:table;
display:none;
}

.right_pagination .next .news{
	height:300px;
	width:300px;
	position:absolute;
	top:-300px;
	right:80px;
background:#1e212a;
display:none;
}

.right_pagination .prev .news  .inner, .right_pagination .next .news  .inner{
	height:300px;
	width:300px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	-moz-box-sizing: border-box; /*Firefox 1+*/
	-webkit-box-sizing: border-box; /*Safari 3+, Chrome 1+*/
	box-sizing: border-box; /*Opera 7+, IE8+*/
	padding:20px 25px;
}

.right_pagination .title{
	font-size:17px;
	line-height:22px;
}

.right_pagination .blue_line{
	width:35px;
	height:1px;
	background:#14477c;
	margin:10px auto 0px auto;
}

.right_pagination .author{
	font-size:11px;
	margin:0 0 0px 0;
}


.right_pagination .author::before{
	content:"";
	display:inline-block;
	width:10px;
	height:15px;
	padding:5px 3px 0 0;
    background:url(/i/icons/small/icon_author.png) 0% 100% no-repeat;
	background-size: auto 9px;
}

.right_pagination .region{
	font-size:11px;
	margin:0 0 0px 0;
	display: inline-block;
}


.right_pagination .region::before{
	content:"";
	display:inline-block;
	width:10px;
	height:15px;
	padding:5px 2px 0 0;
    background:url(/i/icons/small/icon_map.png) 0% 100% no-repeat;
	background-size: auto 10px;
}

.right_pagination .category{
	font-size:11px;
	margin:0 5px 0px 0;
	display: inline-block;
}


.right_pagination .category::before{
	content:"";
	display:inline-block;
	width:10px;
	height:15px;
	padding:5px 4px 0 0;
    background:url(/i/icons/small/icon_type.png) 0% 100% no-repeat;
	background-size: auto 12px;
}



.right_pagination .prev:hover .news{
display:table;

}

.right_pagination .next:hover .news{
display:table;
}



