/*
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.eot');
    src: url('../fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*/
html {
	height: 100%;
}
.long_search form{
    float: right;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	position: relative;
}
h4{
    background: #0039A6;
    color: #ffffff;
/*    font-family: 'open_sansbold';*/
    display: inline-block;
    padding: 0 3px;
    font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0;
}
h4.h4{
	margin-right: 10px;
	margin-top: -3px;
	vertical-align: top;
}
h4.margin_free{
    margin: 0 5px 0 0;
}
h4.h4_float{
    float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.margin_free.h4_float.another_rubric{
	margin-left: 20px;
}
.wrapper{
    width: 1000px;
    margin: 0 auto;
	position: relative;
	height: 100%;
	padding-bottom: 230px;
}
.layer_header{
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}  
.header{
    margin-top:10px;
    margin-left: 15px;
    margin-right: 30px;
    position: relative;
}
.logo{
    float: left;
    margin-right: 20px;
}
.drop_menu{
    float: left;
    /*padding-top: 38px;*/
	padding-top: 53px;
}
.drop-menu{
    display:block;
    position:absolute;
}
ul,li{
    margin:0;
    padding:0;
    list-style-type: none;
}
.drop-menu li {
    display:inline-block;
    position:relative;
	z-index: 100;
}
.drop-menu li ul {
    position:absolute;
    top: -26px;
    display:none;
    z-index: 10;
    text-align: center;
    border: 1px solid #d8d8d8;
    background: rgba(255,255,255,0.97);
    left: -91px;
    padding: 15px 45px;
    box-shadow: 3px 2px #d8d8d8, 3px 3px #d8d8d8;
}
.drop-menu li ul li{
    padding: 10px 0;
    display: block;
}
.drop-menu li ul li span{
    
}
.drop-menu li ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
	text-transform: uppercase;
}
.drop-menu li ul li a.bold_text{
    font-weight: bold;
}
.drop-menu li ul li a:hover.bold_text{
    color: #F00000;
}
.drop-menu li:hover ul {
    display:block;  
}
.menu{
    float: left;
    /*padding-top: 37px;*/
	/*padding-top: 42px;*/
	padding-top: 32px;
	width: 585px;
	line-height: 1.9;
}
.menu a{
/*    font-family: 'open_sansbold';*/
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    margin-left: 14px;
    font-weight: bold;
	text-transform: uppercase;
}
.menu a.active{
    color: #F00000;
}
.menu a:hover{
    color: #F00000;
}
.drop-menu.lang-drop li{
    -webkit-font-smoothing: subpixel-antialiased;
}
.drop-menu.lang-drop li ul{
    left: -27px;
    padding: 15px 15px 15px 20px;
    box-shadow: 3px 2px #d8d8d8, 3px 3px #d8d8d8;
}
.drop-menu.lang-drop li ul li a:after{
    bottom:15px;
    background: none;
}
.drop-menu.lang-drop li ul li{
    right: 7px;
    text-align: right;
}
.drop-menu.lang-drop li ul li a:hover{
    color: #F00000;
}
.drop-menu.lang-drop li ul li a:hover:after{
    background: url('../img/arrow_up.png');
    right: -10px;
}
.lang{
    float: right;
    margin-right: 10px;
    margin-top: -13px;
    position: relative;
}
.lang a:after{
    content: '';
    display: block;
    background: url('../img/arrow_down.png');
    position: absolute;
    width: 11px;
    height: 12px;
    bottom: 5px;
    right: -11px;
}
.lang a{
    color: #000000;
    text-decoration: none;
/*    font-family: 'open_sanslight';*/
}
.long_search{
    position: absolute;
    width: 690px;
    right: 2px;
    opacity: 0;
    top: -100px;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.15s;
}
.long_search.active {
    /*top: 18px;*/
	top: 40px;
    opacity: 1;
	z-index: 999;
}

button.icon-search.long{
    font-size: 22px;
    background: #fff;
    color: #000;
    border: none;
    float: left;
    padding: 2px 0 6px 0;
}
.header_search{
    float: left;
    z-index: 10;
    border-bottom: 1px solid #979797;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #fff;
    height: 40px;
    width: 635px;
    padding-left: 10px;
    font-size: 12px;
    outline: none;
}
.close{
    background: #fff;
    display: inline-block;
    float: right;
    padding-top: 13px;
}
.search{
    float: right;
    /*padding-top: 32px;*/
	padding-top: 42px;
}
.search a{
    text-decoration: none;
}
.search span.icon-search{
    font-size: 22px;
    color: #000000;
}
.layer_main{
    margin-left: 30px;
    margin-right: 30px;
}
.main{
    margin-top: 50px;
}
.left{
    width: 220px;
    float: left;
    border-top: 1px solid #d8d8d8;
    padding-top: 25px;
    position: relative;
}
/*.left_header{*/
    /*left: 0;*/
    /*top: -12px;*/
    /*position: absolute;*/
/*    font-family: 'open_sanslight_italic';*/
    /*color: #0039A6;*/
    /*background: #ffffff;*/
    /*padding-right: 10px;*/
    /*font-size: 14px;*/
    /*font-style: italic;*/
/*}*/
.main_news{
    margin-bottom: 6px;
    text-decoration: none;
    color: #000;
    display: block;
}
.main_news_photo{
    line-height: 0;
}
.main_news_text{
    border: 1px solid #d8d8d8;
    padding: 0 15px;
	background: #f5f5f5;
}
.main_news_text p{
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 10px;
/*    font-family: 'open_sansbold';*/
	height: 120px;
	color: #f00000;
}
.main_news_text p:hover{
    color: #000;
}
.arhive{
/*    font-family: 'open_sansitalic';*/
	margin-top: 20px;
}
.arhive.arhive_align{
    text-align: center;
    margin-bottom: 30px;
    margin-left: 5px;
}
.arhive a{
    font-size: 12px;
    font-style: italic;
    color: #000;
    position: relative;
    text-decoration: none;
    margin-left: 7px;
}
.arhive a:hover{
    color: #f00000;
}
.arhive a:after{
    content:'';
    position: absolute;
    width: 13px;
    height: 14px;
    top: -3px;
    left: -10px;
    background: url(../img/something.png);
}
.middle{
    margin: 0 34px;
    float: left;
    border-top: 1px solid #d8d8d8;
    padding-top: 25px;
    position: relative;
    width: 350px;
}
/*.middle:before{*/
    /*content: 'Новости';*/
    /*left: 0;*/
    /*top: -12px;*/
    /*position: absolute;*/
/*    font-family: 'open_sanslight_italic';*/
    /*color: #0039A6;*/
    /*background: #ffffff;*/
    /*padding-right: 10px;*/
    /*font-size: 14px;*/
    /*font-style: italic;*/
/*}*/
.news{
    margin-bottom: 30px;
}
.data_news{
	/*margin-bottom: 10px;*/
}
.data_news.search_mod{
	display: inline-block;
	float: left;
	padding-top: 5px;
}
.data_news p{
    font-size: 9px;
    color: #909090;
    font-style: italic;
    margin: 0;
/*    font-family: 'open_sanslight';*/
    letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 15px;
}
.data_news p a{
	text-decoration: none;
}
.data_news p i{
	color: #0039A6;
}
.data_news p span{
    color: #F00000;
}
.text_news{
	margin-top: -10px;
}
.text_news.search_mod{
	float: left;
	clear: both;
	margin-top: 0;
}
.text_news a{
    font-size: 14px;
    margin: 5px 0;
    text-decoration: none;
    color: #000;
    display: block;
/*    font-family: 'open_sanslight';*/
	font-weight: 600;
}
.text_news a:hover{
    color: #F00000;
}
.text_news.themes_text a{
	height: 130px;
}
.text_news.themes_text p{
	height: 45px;
}
.right{
    float: left;
}
.views{
    margin-bottom: 30px;
    width: 300px;
}
.views_header{
/*    font-family: 'open_sanslight_italic';*/
    color: #0039A6;
    border: 1px solid #d8d8d8;
    padding: 10px 20px;
    background: #f5f5f5;
    font-size: 14px;
    font-style: italic;
}
.views_border{
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.views_news{
    margin: 0 20px 10px;
    text-decoration: none;
    color: #000;
    display: block;
    padding-top: 20px;
}
.views_news_img{
    float: left;
    line-height: 0;
    margin-right: 15px;
}
.views_news_text{
    overflow: hidden;
    position: relative;
    top: -5px;
}
.views_news_text p{
    font-size: 14px;
    margin: 5px 0;
/*    font-family: 'open_sanslight';*/
	font-weight: 500;
}
.views_news_text p:hover{
    color: #F00000;
}
.gallery{
    background: #333333;
	margin-top: 30px;
}
.gallery_header{
    float:left;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 14px; 
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.gallery .arhive{
    float: right;
    padding-right: 20px;
    margin-top: 20px;
}
.gallery .arhive a{
    font-size: 14px;
    color: #fff;
}
.gallery .arhive a:hover{
    color: #f00000;
}
.gallery_pic{
    margin-left:30px;
    padding-bottom: 20px;
    margin-right: 15px;
}

.gallery_pic span i{
    color: #d8d8d8;
}
.line{
    border-bottom: 1px solid #fff;
    width: 40%;
    margin:10px auto;
}
.gallery_pic a span{
	position: absolute;
	top: 0;
	left: 0;
	line-height: normal;
	color: #fff;
	padding: 13px 15px;
	font-size: 13px;
	opacity: 0;
	transition: opacity 0.2s linear;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	height: 100%;
}

.gallery_pic a:hover span {
    opacity: 1;
}


.gallery_pic a{
    float: left;
    margin-right: 1px;
    line-height: 0;
    position: relative;
}
.gallery_pic a:before{
    content: '';
    background: #150d07;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s linear;
}
.gallery_pic a:hover:before {
    opacity: 0.7
}

.bottom{
    margin-top: 30px;
}
.bottom .views{
    float: left;
}
.views_header.official{
    background: #64C8FF;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    border: none;
}
.views_header.general{
    background: #0039A6;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    border: none;
}
.views_header.inform{
    background: #0039A6;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    border: none;
}
.views_header.firsthand{
    background: #F00000;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    border: none;
}
.views.views_central{
    margin: 0 20px;
}
.footer_wrapper{
    height: 230px;
    background: #d8d8d8;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.footer{
    width: 940px;
    margin: 0 auto;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    padding-top: 25px;
}
.footer_left{
	width: 290px;
	margin-right: 40px;
	float: left;
}
.footer_left_phones{
	margin-top: 20px;
	padding-bottom: 30px;
}
.footer_right{
	float: left;
}
.footer_menu {
	max-width: 600px;
}
.footer_menu.subs{
	margin-top: 20px;
}
.footer_menu a{
	color: #4a4a4a;
	text-decoration: none;
}
.footer_menu span{
	position: relative;
	bottom: 4px;
}
.center{
    width: 625px;
    border-top: 1px solid #d8d8d8;
    position: relative;
    float: left;
    margin-right: 15px;
}
/*.center_title{*/
    /*left: 0;*/
    /*top: -12px;*/
    /*position: absolute;*/
    /*color: #0039A6;*/
    /*background: #ffffff;*/
    /*padding-right: 10px;*/
    /*font-size: 14px;*/
    /*font-style: italic;*/
/*}*/
.center_header{
    margin-top: 25px;
}
.data_news.data_news_center{
    float: left;
	padding-top: 0;
}
.data_news.data_news_center p{
    font-size: 11px;
}
.yashare-auto-init{
    float: left;
    /*margin-left: 20px;*/
	position: relative;
	top: -7px;
}
.center_header h1{
    font-size: 32px;
    font-weight: bold;
    margin: 5px 0 15px;
}
.center_header_span{
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    color: #9b9b9b;
    margin: 15px 0;
}

.center_middle{
    margin-top: 25px;
    margin-bottom: 40px;
}
.center_middle p{
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.middle_news_date p{
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.banner{
    width: 298px;
    height: 400px;
    float: left;
    border: 1px solid #d8d8d8;
    position: relative;
}
.banner span{
    padding-top: 190px;
    position: absolute;
    padding-left: 115px;
    font-size: 18px;
    font-weight: bold;
    color: #d8d8d8;
}
.center.lenta_center{
    padding-top: 20px;
    border: none;
    margin-bottom: 45px;
}
.center.themes_center{
	float: none;
	padding-top: 20px;
	border: none;
	margin-bottom: 45px;
	width: auto;
	margin-right: 0;
}
.lenta_center_header{
   left: 0;
   top: -12px;
   position: absolute;
   color: #0039A6 ;
   background: #ffffff ;
   padding-right: 10px;
   font-style: italic;
	font-size: 18px;
}
.news.lenta_news{
    margin-bottom: 35px;
}
.news.lenta_news.news_border{
	border: 1px solid #d8d8d8;
	padding: 20px;
}
.news.lenta_news.news_border.themes_blocks{
	width: 260px;
	float: left;
	margin-bottom: 0;
	position: relative;
}
.news.lenta_news.news_border.themes_blocks:hover .themes_image img {
	opacity: 1;
}
.news.lenta_news.news_border.themes_blocks .themes_image img{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.2s linear;
	position: absolute;
	z-index: 100;
}
.news.lenta_news.news_border.themes_blocks:nth-of-type(2){
	margin: 0 17px;
}
.news.lenta_news .data_news p{
    position: relative;
    top: 1px;
	display: inline-block;
}
.data_news p b{
	font-weight: normal;
	text-transform: capitalize;
}
.news.lenta_news .text_news a{
    font-size: 18px;
    font-weight: bold;
    margin: 4px 0;
}
.news.lenta_news .text_news p{
    font-size: 16px;
    margin: 10px 0;
}
.news.lenta_news .text_news p span{
	color: #000000;
	font-size: 14px;
}
.left_gallery{
    width: 940px;
    border-top: 1px solid #d8d8d8;
    padding-top: 35px;
    position: relative;
    margin-top: 50px;
}
/*.left_gallery:before{*/
    /*content: 'Другие альбомы';*/
    /*left: 0;*/
    /*top: -12px;*/
    /*position: absolute;*/
    /*color: #0039A6;*/
    /*background: #ffffff;*/
    /*padding-right: 10px;*/
    /*font-size: 14px;*/
    /*font-style: italic;*/
    /*padding-left: 2px;*/
/*}*/
.main_news.main_news_gallery{
    width: 220px;
    float: left;
    margin-right: 10px;
}
.gallery .news.lenta_news{
    padding-top: 40px;
    margin-left: 35px;
}
.text_news.color{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#bx-pager{
    padding-top: 12px;
    padding-bottom: 20px;
    text-align: center;
}
#bx-pager a{
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-right: -2px;
    margin-top: -2px;
}
#bx-pager a:before{
    content: '';
    background: #150d07;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#bx-pager a.active:before{
    background: none;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
#bx-pager a.active:hover:before{
    background: none;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bx-wrapper{
    position: relative;
	text-align: center;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-prev {
left: 10px;
background: url(../js/bxslider/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(../js/bxslider/images/controls.png) no-repeat -43px -32px;
}

#bx-pager_inner {
   padding-top: 12px;
   padding-bottom: 20px;
}
#bx-pager_inner a {
   position: relative;
   display: inline-block;
   line-height: 0;
   margin-right: -2px;
   margin-top: -2px;
}
#bx-pager_inner a:before {
   content: '';
   background: #150d07 ;
   opacity: 0.5;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
#bx-pager_inner a.active:before {
   background: none;
   opacity: 0;
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 100%;
}
#bx-pager_inner a.active:hover:before {
   background: none;
   opacity: 0;
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 100%;
}
.bx-wrapper_inner {
   position: relative;
}
.bx-wrapper_inner .bx-controls-direction a {
   position: absolute;
   top: 50%;
   margin-top: -16px;
   outline: 0;
   width: 32px;
   height: 32px;
   text-indent: -9999px;
   z-index: 9999;
}
.bxslider_inner li{
	height: 460px;
}
/*.bx-wrapper .bx-prev {*/
   /*background: none;*/
/*}*/
/*.bx-wrapper .bx-next {*/
   /*background: none;*/
/*}*/
#bx-pager_main {
	position: absolute;
	top: 389px;
	right: 5px;
}
#bx-pager_main a {
	position: relative;
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
	background: #0039A6;
	opacity: 0.8;
	padding: 2px 10px;
	vertical-align: middle;
	display: inline-block;
}
#bx-pager_main a.active {
	color: #000000;
	background: #64C8FF;
}
#bx-pager_main a:hover {
	color: #000000;
	background: #64C8FF;
}
.bx-wrapper_main {
	position: relative;
}
.bx-wrapper_main .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bxslider_main li a{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 5px 0;
	display: block;
}
.bxslider_main li a:hover{
	color:#F00000;
}
.bxslider li{
	text-align: center;
}
.bxslider_main .data_news{
	margin-top: 10px;
}
.bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.unity{
	float: left;
	width: 720px;
	/*border-top: 1px solid #d8d8d8;*/
	/*padding-top: 25px;*/
	position: relative;
}
.slider_width{
	width: 685px;
	margin-left: 33px;
	position: relative;
	margin-bottom: 40px;
}
.views_border.static img{
	height: 60px;
	width: 60px;
}
.views_border.static {
	position: relative;
}
.views_border.static .arhive.arhive_align{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -51px;
}

input::-ms-clear {
   display: none;
}

.clear{
    clear: both;
}

.left_header{
   left: 0;
   top: -12px;
   position: absolute;
   color: #0039A6 ;
   background: #ffffff ;
   padding-right: 10px;
   font-size: 14px;
   font-style: italic;
}

.middle_header{
   left: 0;
   top: -12px;
   position: absolute;
   color: #0039A6 ;
   background: #ffffff ;
   padding-right: 10px;
   font-size: 14px;
   font-style: italic;
}

.left_gallery_header{
   left: 0;
   top: -12px;
   position: absolute;
   color: #0039A6 ;
   background: #ffffff ;
   padding-right: 10px;
   font-size: 14px;
   font-style: italic;
   padding-left: 2px;
}

.center_title{
   left: 0;
   top: -12px;
   position: absolute;
   color: #0039A6 ;
   background: #ffffff ;
   padding-right: 10px;
   font-size: 14px;
   font-style: italic;
}
.unity_header{
	left: 0;
	top: -12px;
	position: absolute;
	color: #0039A6 ;
	background: #ffffff ;
	padding-right: 10px;
	font-size: 14px;
	font-style: italic;
	padding-left: 34px;
}
.news.lightning .text_news{
	position: relative;
	padding-left: 10px;
}
.news.lightning .text_news a{
	position: relative;
}
.news.lightning .text_news a:before{
	content:'';
	width: 4px;
	height: 17px;
	position: absolute;
	display:block;
	left: -10px;
	top: 0;
	background: #f00000;
}

.paginator {display: block; margin: 60px auto 0; text-align: center;}
.paginator a {height: 40px; padding: 9px 15px; color: #4a4a4a ; text-decoration: none; box-sizing: border-box; -moz-box-sizing: border-box; text-align: center;font-size: 16px;font-weight: bold;}
.paginator a:hover {color: #F00000  ;}
.paginator a.active {color: #F00000  ;}
.white_text {
	color:#fff;
	font-style: italic;
	font-size: 16px;
	padding: 10px 0 20px;
	text-align: center;
}

.types_changer {
	/*margin-bottom: 55px;*/
	margin-bottom: 20px;
}
.lined {
	text-decoration: none;
	/*padding-right: 10px;*/
	/*color: #0039A6;*/
	color: #000;
	font-size: 14px;
	/*font-style: italic;*/
	padding: 2px 7px;
}
.lined:hover {
	color: #f00000;
}
.lined.active {
	color: #f00000;
	/*text-decoration: underline;*/
	border: 1px solid #cb0000;
}
.unity .main_news{
	display: none;
}
.arhive.top_arhive{
	display: none;
}
.themes_block{
	margin-bottom: 17px;
}
.themes_block:last-child{
	margin-bottom: 200px;
}
.center.theme_center{
	width: auto;
	border: none;
	margin-right: 0;
}
.theme_caption{
	text-transform: uppercase;
	color: #0039A6;
	font-style: italic;
	padding-right: 10px;
	font-size: 14px;
	float: left;
	top: -7px;
	position: relative;
	margin-bottom: 10px;
}
.lang.theme_lang{
	top: 7px;
	margin-right: 45px;
}
.theme_header{
	margin-left: -30px;
	position: relative;
}
.theme_header img{
	width: 970px;
}
.center_header.theme_mod{
	position: absolute;
	top: 40px;
	left: 28px;
	width: 615px;
}
.center_header.theme_mod h1{
	margin-top: 0px;
	margin-bottom: 12px;
	color: #fff;
	width: 600px;
}
.data_news.theme_mod{
	margin-left: 4px;
}
.data_news.gallery_mod{
	float: left;
	padding-top: 4px;
	margin-bottom: 0;
}
.center_header_span.theme_mod{
	letter-spacing: 1px;
	color: #fff;
}
.main.theme_mod{
	margin-top: 25px;
}
.gallery.theme_mod{
	width: 610px;
	margin-bottom: 100px;
}
.gallery_header.theme_mod{
	font-style: normal;
	padding-left: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery_pic.theme_mod{
	margin: 0 8px;
	padding-bottom: 8px;
}
.gallery_pic.theme_mod a{
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
}
.lang.search_lang{
	margin-top: -35px;
}
.lenta_center_header.advanced_search{
	position: relative;
	top: -130px;
}
.long_search.advanced_search{
	width: 600px;
	right: auto;
	left: 0px;
	opacity: 1;
	top: 50px;
	overflow: visible;
}
.center.lenta_center.advanced_search{
	padding-top: 80px;
}
.input.advanced_search{
	width: 545px;
	padding-left: 0;
	background: #fffac7;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	height: 38px;
}
::-webkit-input-placeholder {font-size: 14px; font-style: italic; font-weight: normal;}
::-moz-placeholder          {font-size: 14px; font-style: italic; font-weight: normal;}/* Firefox 19+ */
:-moz-placeholder           {font-size: 14px; font-style: italic; font-weight: normal;}/* Firefox 18- */
:-ms-input-placeholder      {font-size: 14px; font-style: italic; font-weight: normal;}
.clear_search{
	padding-bottom: 8px;
	border-bottom: 1px solid #979797;
	float: left;
	padding-right: 10px;
	background: #fffac7;
	padding-top: 8px;
}
.long_search.advanced_search form{
	float: left;
}
.icon-search.long.advanced_search{
	background: #fffac7;
	padding-bottom: 8px;
}
.views_header.advanced_search{
	background: none;
}
.views_news_text.advanced_search{
	margin-right: 15px;
	line-height: 30px;
}
.views_news_text.advanced_search a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}
.views_news_text.advanced_search.time_date a{
	text-transform: none;
}
.views_news_text.advanced_search.time_date{
	margin-right: 0px;
}
.views.advanced_search{
	margin-bottom: 15px;
}
.views_news_text.you_searched a{
	display: block;
	text-transform: none;
	text-decoration: underline;
	color: #000;
	font-weight: 500;
	line-height: 30px;
}
.views_news_text.advanced_search .active{
	background: #fffac7;
	padding: 0 3px;
}
.views_news_text.advanced_search span{
	display: block;
	color: #000;
	font-weight: 500;
}
.hasDatepicker{
	width: 82px;
	text-align: left;
	outline: 0;
	border: none;
}
.calendar{
	border-bottom: 2px solid #d8d8d8;
	line-height: 0;
	margin-top: 10px;
}
.calendar label:last-of-type{
	margin-left: 15px;
}
.resp_wrapper{
	width: 625px;
	margin-right: 15px;
	float: left;
}
.resp_wrapper.theme_mod{
	margin-top: 30px;
}
.right.theme_mod{
	margin-top: 30px;
}

.dropdown-box {
	overflow: hidden;
	position: relative;
	display: block;
	padding-bottom: 15px;
	display: none;
}
.dropdown-box .dropdown-box__selected {
	font-size: 14px;
}

/*.dropdown-box select {*/
	/*position: absolute;*/
	/*opacity: 0;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
/*}*/
.dropdown-box select {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 155px;
	width: 145px;
}
.dropdown-box__selected.catalog-list-filters-label{
	color: #0039A6;
	font-size: 12px;
	font-style: italic;
}
.searchType{
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	background: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
}
.selection_type{
	margin-bottom: 90px;
	display: none;
}
.slider-for.slick-initialized.slick-slider{
	margin-bottom: 30px;
	width: auto;
}
.slider-for .slick-prev {
	left: 0;
	height: 42px;
	width: 49px;
}
.slider-for .slick-next {
	right: 0;
	height: 42px;
	width: 49px;
}
.slider-for .slick-prev:before,.slider-for .slick-next:before {
	font-size: 48px;
	font-family: "slick";
	line-height: 1;
	color: none;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slider-nav.slick-initialized.slick-slider{
	width: auto;
	text-align: center;
}
.slider-nav .slick-prev:before,.slider-nav .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color:#000;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-slide {
	text-align: center;
}
.slick-slide img{
	display: inline-block;
	max-width: 95%;
	cursor: pointer;
}
.another-slider-for.slick-initialized.slick-slider .slick-slide img{
	margin: 0 auto;
}
.another-slider-nav.slick-initialized.slick-slide{
	height: 200px;
}

.mmenu-opened {
	overflow: hidden;
	position: relative;
}
.mobile_wrapper{
	/*overflow: hidden;*/
	/*width: 100%;*/
	/*position: relative;*/
	/*height: 100%;*/
}

.mmenu-opened .mobile_menu {
	top: 0;
	right: 0;
}

.mmenu-opened body {
	height: 100% !important;
	overflow: hidden;
}

.mmenu-opened .footer_wrapper {
	display: none;
}

.mobile_menu_closed{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	display: none;
}

.mmenu-opened .mobile_menu_closed {
	display: block;
}

.mobile_menu{
	width: 280px;
	position: absolute;
	background: #fff;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	/*top: -100%;*/
	right: -280px;
	z-index: 100;
	transition: right 0.15s;
	display: none;
}
.mobile_lang{
	margin-left: 30px;
	position: relative;
	top: 38px;
}
.mobile_lang a{
	float: left;
	margin-right: 10px;
	color: #000000;
	text-decoration: none;
}
.mobile_lang a:hover{
	color: #f00000;
}
.mobile_lang a.active{
	font-weight: bold;
}
.menu_button{
	position: absolute;
	right: 14px;
	z-index: 101;
	display: none;
	top: 39px;
}
.mobile_category{
	margin-left: 30px;
}
.mobile_category a{
	display: table;
}
.menu_line{
	border-bottom: 2px solid #ebebeb;
	margin: 20px 30px 20px 0;
}
.mobile_bold_text{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 20px;
}
.mobile_bold_text:hover{
	color: #f00000;
}
.icon-search.menu_search{
	background: none;
	border: none;
	float: left;
	font-size: 22px;
	padding-right: 0;
}
.input_menu_search{
	border: none;
	border-bottom: 1px solid #000000;
	outline: none;
	width: 80%;
	float: left;
	padding: 7px 0;
}
.clear_menu_search{
	display: inline-block;
	float: left;
	padding: 7px 0;
	border-bottom: 1px solid #000000;
}
.block_menu_search{
	margin-top: 80px;
}
.ui-datepicker-trigger{
	cursor: pointer;
}
.button-find{
	outline: none;
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 10px 11px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 15px;
}
.lightbox{
	text-decoration: none;
	outline: none;
	border: none;
}
.yashare-auto-init.theme_mod{
	float: left;
	margin-left: 20px;
	position: relative;
	top: -11px;
}
h4.h4 a{
	color: #fff;
	text-decoration: none;
}
h4.margin_free.h4_float a {
	text-decoration: none;
	color: #fff;
}
.data_news.gallery_mod.another-date p{
	top: -9px;
}
.data_news.another-date p {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}
.margin_free.h4_float.gallery_mod {
	margin-top: -9px;
}
.data_news.gallery_mod.another-date {
	height: 10px;
	margin-top: 8px;
}
.text_news.comments-modify {
	margin-top: 0;
}
.date-doc {
	top: -8px !important;
}
.text_news.themes_text {
	margin-top: 0;
}
.themes-link {
	height: auto !important;
	margin-top: 10px !important;
}
.views_news_img.theme-modify {
	margin-top: 10px;
}
.center_header_top {
	float: left;
}
.yashare-auto-init.gallery-modify {
	top: -16px;
}
.noneHeight {
	height: auto !important;
}









@media screen and (max-width: 640px) {
	body {
		/*overflow: hidden;*/
		/*width: 100%;*/
	}
	.wrapper{
		width: auto;
		margin: 0 15px;
		padding-bottom: 385px;
	}
	.mobile_wrapper{
		display: block;
		margin-top: 20px;
		overflow: hidden;
		width: 100%;
		position: relative;
		height: 100%;
	}
	.layer_header{
	}
	.header{
		margin: 0;
	}
	.logo img{
		width: 215px;
	}
	.menu{
		display: none;
	}
	.long_search{
		display: none;
	}
	.search{
		display: none;
	}
	.drop_menu{
		float: right;
		display: none;
	}
	.layer_main{
		margin: 0;
	}
	.middle{
		margin: 0;
		width: auto;
		float: none;
	}
	.arhive.top_arhive{
		display: block;
		margin-bottom: 30px;
	}
	.main{
		margin-top: 0;
	}
	.main .left{
		display: none;
	}
	.main .unity .right .views:last-of-type{
		display: block;
		margin-top: 30px;
		width: auto;
	}
	.main .unity .right .views{
		display: none;
	}
	.unity{
		width: auto;
	}
	.unity .main_news{
		display: block;
	}
	.unity .main_news img{
		width: 100%;
	}
	.unity .main_news .main_news_text{
		border: none;
		padding: 0;
	}
	.bottom .views{
		display: none;
	}
	.bottom .views:first-of-type {
		display: inline-block;
		width: auto;
	}
	.footer_wrapper{
		height: 375px;
	}
	.footer{
		width: auto;
		margin: 0 auto;
	}
	.footer_left{
		width: auto;
		margin-left: 15px;
	}
	.footer_left_phones{
		padding-bottom: 0;
	}
	.footer_menu{
		width: auto;
		margin-left: 15px;
		margin-top: 20px;
	}
	.main_news_text p{
		height: auto;
	}
	.main_news_photo {
		margin: 0 -15px;
	}
	.gallery {
		margin: 0 -15px;
	}
	.gallery_pic {
		margin-left: 45px;
		margin-right: 0;
	}
	.gallery_pic a{
		margin-right: 10px;
		margin-bottom: 10PX;
	}
	.gallery_pic a:before{
		background: none;
	}
	.gallery_pic a span{
		display: none;
	}
	.gallery_pic a img {
		width: 130px;
	}
	.logo{
		margin-right: 5px;
	}
	.data_news.data_news_center{
		/*float: none;*/
		display: block;
		/*margin-top: 5px;*/
	}
	h4.h4_float{
		/*float: none;*/
		margin-left: 0;
	}
	.margin_free.h4_float.another_rubric{
		margin-left: 10px;
	}
	.yashare-auto-init{
		/*float: none;*/
		top: 13px;
		margin-left: 0;
		position: static;
		display: inline-block;
		margin-top: -7px;
	}
	.center{
		width: auto;
		float: none;
		border: none;
		margin-right: 0;
	}
	.center_title{
		display: none;
	}
	.center.lenta_center{
		/*float: left;*/
		margin-bottom: 0;
		margin-right: 0;
	}
	.views{
		width: auto;
	}
	.resp_wrapper{
		width: auto;
		float: none;
		margin-right: 0;
	}
	.right{
		/*margin-right: 30px;*/
		margin-bottom: 30px;
		float: none;
	}
	.right.main_mod{
		margin-right: 0px;
		width: 100%;
	}
	iframe{
		width: auto;
		height: auto;
		text-align: center;
	}
	.news.lenta_news.news_border.themes_blocks{
		width: auto;
		float: none;
		margin: 0 auto;
		max-width: 300px;
	}
	.news.lenta_news.news_border.themes_blocks:nth-of-type(2){
		margin: 17px auto;
	}
	.main.themes_mod{
		margin-top: 50px;
	}
	.lang.theme_lang{
		margin-right: 10px;
	}
	.gallery.theme_mod{
		width: auto;
		margin-bottom: 30px;
	}
	.gallery_pic.theme_mod a img{
		width: auto;
	}
	.center_header.theme_mod{
		margin-top: 0;
		width: auto;
	}
	.center_header.theme_mod h1{
		width: auto;
		font-size: 20px;
	}
	.center_header_span.theme_mod{
		font-size: 16px;
	}
	.theme_header img{
		height: 310px;
		width: 100%;
	}
	.theme_header{
		margin-right: -15px;
	}
	.right.theme_mod{
		margin-top: 0;
		margin-right: 0;
	}
	.resp_wrapper.theme_mod{
		margin-right: 0;
	}
	.left_gallery{
		width: auto;
	}
	.main_news.main_news_gallery{
		margin: 0 auto 20px;
		float: none;
	}
	.main_news_photo.gallery_mod{
		margin: 0;
	}
	.data_news.search_mod{
		padding-top: 10px;
		display: block;
		float: none;
	}
	.margin_free.h4_float.search_mod{
		float: left;
	}
	.views.advanced_search{
		display: none;
	}
	.lang.search_lang{
		display: none;
	}
	.long_search.advanced_search{
		display: block;
		width: 100%;
		top: 75px;
	}
	.input.advanced_search{
		width: 79%;
		border-radius: 0;
		-webkit-appearance: textfield;
		height: auto;
		padding: 9px 0;
	}
	.icon-search.long.advanced_search{
		border-bottom: 1px solid #979797;
	}
	.long_search.advanced_search form{
		float: none;
	}
	.slick-slider{
		width: auto;
	}
	.dropdown-box {
		display: block;
	}
	.menu_button{
		display: block;
	}
	.mobile_menu{
		display: block;
	}
	.h4_float.gallery_mod{
		float: left;
		margin-right: 15px;
	}
	.slick-prev{
		left: 0;
	}
	.slick-next{
		right: 0;
	}
	.button-find {
		position: absolute;
		top: 330px;
	}
	.paginator {display: block; margin: 60px auto 30px; text-align: center;}
	.news.lenta_news .text_news p {margin-right: 15px;}
	.mobile_panel {padding-bottom: 40px;}
	.invisible_option {display: none;}
	.selection_type {display: block;}
	.center.lenta_center.advanced_search {padding-top: 100px;}
	.video-player img {width: 100%;}
	.img-hover { display: none;}


	.data_news.gallery_mod.another-date {
		height: 10px;
		top: 9px;
		position: relative;
	}
	.margin_free.h4_float.gallery_mod {
		margin-top: 0;
	}
	.yashare-auto-init.gallery-modify {
		top: -6px;
	}
	.text_news.themes_text p {height: auto;}
	.yashare-auto-init.theme_mod {margin-top: 0;}
}

.s_result {
	background: #fffac7;
	padding: 0 3px;
}
.publications_calendar {
	display: inline-block;
	margin-left: 4px;
}
.publications_calendar img {
	margin-bottom: -3px
}
.news.lenta_news .text_news h4.margin_free a {color: #fff; font-size: 11px; margin: 0;}
h4.margin_free i a {color: #fff; font-size: 11px; font-style: normal; text-decoration: none;}
h4.margin_free a {color: #fff; font-size: 11px; font-style: normal; text-decoration: none;}

.mini-video,
.video {
	position: relative;
	display: none;
}
.mini-video.active,
.video.active {
	display: inline-block;
}
.mini-video:after {
	position: absolute;
	width: 14px;
	height: 10px;
	bottom: 0;
	right: -20px;
	background: url('/img/mini-video.png');
	content: '';
}
/*.video {*/
	/*position: relative;*/
	/*display: inline-block;*/
/*}*/
.video:after {
	position: absolute;
	width: 31px;
	height: 22px;
	bottom: 0;
	right: -35px;
	background: url('/img/video-ico.png');
	content: '';
}
.lenta_center_header.new-modify {
	position: relative;
	float: left;
	top: -2px;
}
.center_title.new-modify {
	position: relative;
	float: left;
	top: 2px;
}
.icon {
	font-weight: bold;
	position: relative;
	text-decoration: none;
	color: #000;
}
.online,
.mts,
.life {
	position: relative;
	font-weight: bold;
	display: inline-block;
	color: #000;
}
.online:after {
	position: absolute;
	width: 32px;
	height: 23px;
	background: url('/img/online-icon.png');
	top: 50%;
	right: -40px;
	content: '';
	margin-top: -11px;
}
.mts:after {
	position: absolute;
	width: 59px;
	height: 25px;
	background: url('/img/mts-icon.png');
	bottom: 0;
	right: -75px;
	content: '';
}
.life:after {
	position: absolute;
	width: 47px;
	height: 24px;
	background: url('/img/life-icon.png');
	bottom: 0;
	right: -65px;
	content: '';
}
.video-player {
	position: relative;
	display: block;
	outline: none;
}
.video-player img {
	width: 100%;
}
.video-player:before {
	content: '';
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	background: url('/img/play.png') no-repeat;
	z-index: 1;
	-moz-transform: all 0.15s ease-in;
	-ms-transform: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	-o-transform: all 0.15s ease-in;
	transform: all 0.15s ease-in;
}
.video-player:hover:before {
	-webkit-transform: scale(1.1);
}
.img-hover {
	position: relative;
}
.img-hover:before {
	content: '';
	display: block;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	width: 148px;
	height: 150px;
	position: absolute;
	margin-left: 31px;
	cursor: pointer;
}
.img-hover.mini-modify:before {
	content: '';
	width: 125px;
	height: 127px;
	margin-left: 3px;
}
.slick-slide.slick-active.slick-center > .img-hover {
	display: none;
}
.slick-slide:hover > .img-hover {
	display: none;
}
.main_news.main_news_gallery .main_news_text p {
	color: #000;
}
.main_news.main_news_gallery .main_news_text p:hover {
	color: #f00000;
}
.title-theme.theme_mod {
	margin: 25px 0 0 !important;
}
.text_news.themes_text.themes_modify p {
	height: auto;
}
.preview {
	position: relative;
	float: left;
	margin-right: 10px !important;
	outline: none;
}
.text_news .preview:before,
.union-links .preview:before {
	position: absolute;
	background: url('/img/video.png');
	width: 33px;
	height: 24px;
	content: '';
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -16px;
}
.text_news:hover .preview:before,
.union-links:hover .preview:before {
	display: none;
}
.union-links {
	margin: 0px 20px 10px;
	padding-top: 20px;
}
.union-links .views_news {
	margin: 0;
	padding-top: 0;
}
.union-links .preview {
	margin-top: 5px;
}
.left .union-links {
	margin: 0;
	padding-top: 0px;
}
.left .union-links .preview {
	float: none;
	display: block;
	line-height: 0;
	margin-top: 0;
}
.b-share_theme_counter .b-share-btn__counter .b-share-counter {
	display: none !important;
}
.preview.photo:before {
	content: none;
}


.poll {}
.poll-question {margin: 0 0 10px; padding-top: 20px}
.poll__input-radio {display: inline-block; vertical-align: top; margin: 13px 0 0 10px; cursor: pointer;}
.poll__label {display: inline-block; vertical-align: top; font-size: 14px; padding: 10px 15px 5px 4px; z-index: 10; cursor: pointer; width: 175px; box-sizing: border-box; -moz-box-sizing: border-box;}
.poll__submit {width: 91px; height: 30px; display: inline-block; vert-align: top; box-sizing: border-box; -moz-box-sizing: border-box; padding: 7px 14px; background: #ffffff; color: #2f2f2f; cursor: pointer; margin: 16px 4px 17px 1px;}
.poll__submit:hover {background: #d8d8d8;}
.poll__result {width: 91px; height: 30px; display: inline-block; vert-align: top; box-sizing: border-box; -moz-box-sizing: border-box; padding: 7px 12px; background: #6c6c6b; color: #FFF; cursor: pointer; margin: 16px 3px 17px;}
.poll__result:hover {background: #989898;}
.poll-res__text {font-size: 14px; display: block;}
.poll-res__block-result {font-size: 14px; display: inline-block; vertical-align: top; width: 140px; height: 3px; background: #ffffff; margin: 8px 0 0;}
.poll-res__progress {height: 3px; background: #7c7b7b;}
.poll-res__block-numbers {font-size: 14px; display: inline-block; vertical-align: top; width: 60px; margin: 1px 0 0 3px;}
.poll-res__item {font-size: 14px; margin: 0 0 6px; display: block;}
.video-narrow-block.poll-res-block {padding-bottom: 1px;}