/*заголовки*/
@font-face {
	font-family: 'AA_Bebas_Neue';
	src: url('../fonts/AA_Bebas_Neue.eot');
	src: local('O'), url('../fonts/AA_Bebas_Neue.woff') format('woff'), url('../fonts/AA_Bebas_Neue.ttf') format('truetype'), url('../fonts/AA_Bebas_Neue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*второстепенные заголовки*/
@font-face {
	font-family: 'Helvetica_Neue';
	src: url('../fonts/Helvetica_Neue.eot');
	src: local('O'), url('../fonts/Helvetica_Neue.woff') format('woff'), url('../fonts/Helvetica_Neue.ttf') format('truetype'), url('../fonts/Helvetica_Neue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*текст*/
@font-face {
	font-family: 'AG_Helvetica';
	src: url('../fonts/AG_Helvetica.eot');
	src: local('O'), url('../fonts/AG_Helvetica.woff') format('woff'), url('../fonts/AG_Helvetica.ttf') format('truetype'), url('../fonts/AG_Helvetica.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/**/
html, body{
  margin: 0 !important;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 1200px;
}

html{

}

body{
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #9116A1;
}

::-webkit-input-placeholder {
  opacity: 0;
}
:-moz-placeholder {
  opacity: 0;
}
::-moz-placeholder {
  opacity: 0;
}
:-ms-input-placeholder {
  opacity: 0;
}

div{
  margin: 0;
  padding: 0;
  display: block;
}

*{
  font-family: 'AG_Helvetica';
  outline: none;
}

::selection {background: #999999; color:#ffffff;}
::-moz-selection {background: #999999; color:#ffffff;}
::-webkit-selection {background: #999999; color:#ffffff;}

a{
  color: #9116A1;
}

img{
  border: none;
}

img[src=""]{
  display: none;
}

.clear{
	clear: both;
}
/**/
.row{
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ceil{
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.row-full{
  display: table-row;
}

.row1{
  width: 100%;
  overflow: hidden;
}

.ceil1{
  float: left;
}

.ceil, .ceil1
{
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
}
/**/
.blockline{
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
}

.block{
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.display0{
  display: none;
}
/**/
.bloktitleline{
  overflow: hidden;
  margin: 0px 15px 0px 15px;
  padding: 17px 0px 17px 0px;
}

.bloktitle{
  display: inline-block;
  /*line-height: 27px;*/
  font-family: 'AA_Bebas_Neue';
  font-size: 28.77px;
  line-height: 38px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #9116A1;
}

.bloktitle_red{
  color: #000000;
  border-bottom: 1px solid #d4d4d4;
}

.bloktitle_nored{
  color: #000000;
  border-bottom: 1px solid #d4d4d4;
}
/**/
.bloktitle a{
  color: #000000;
  text-decoration: none;
  font-family: 'AA_Bebas_Neue';
}

.bloktitle a:hover{
  color: #9116A1;
}
/**/
#headerline{
  position: relative;
  background-color: #9116A1;
}

#header{
  position: relative;
}

#header .ceil{
  height: 65px;
}

#header_left{
  width: 15%;
}

#header_center{
  width: 65%;
}

#header_right{
  width: 20%;
}

#headerline1{
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  color: #000000;
  letter-spacing: 1px;
  background: transparent url(../images/headerline1.png) 0px 0px repeat-x;
  display: none;
}
/**/
#logo{
  display: block;
  width: 153px;
  height: 65px;
  background: transparent url(../images/logo.jpg) 0px 0px no-repeat;
  /*background: transparent url(../images/logo_lenta.png) 0px 50% no-repeat;*/
  background-size: 100% auto;
}
/**/
#menu{
  font-size: 0;
  text-align: center;
}

#menu ul, #menu li{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu li{
  display: inline-block;
  position: relative;
}

#menu a{
  display: inline-block;
  vertical-align: middle;
  padding: 0px 11px 0px 11px;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

#menu li.active a, #menu a:hover{
  text-decoration: underline;
}

#mobile-menu-btn{
  display: none;
}

#mobile-menu{
  display: none;
}

#menu li:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 7px;
  width: 1px;
  background-color: #ffffff;
}

#menu li:first-child:before{
  content: "";
  display: none;
}
/**/
#ajaxSearch_form{
  position: relative;
  margin-top: 19px;
  margin-left: -15px;
}

#ajaxSearch_input{
  box-sizing: border-box;
  width: 100%;
  height: 27px;
  padding: 0px 25px 0px 5px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

#ajaxSearch_submit{
  position: absolute;
  right: 7px;
  top: 5px;
  width: 18px;
  height: 18px;
  background: transparent url(../images/ajaxSearch_submit.png) 0px 0px no-repeat;
  border: none;
  padding: 0;
  cursor: pointer;
}
/**/
#page{
  position: relative;
  padding: 0px;
  background-color: #ffffff;
  min-width: 1200px;
}
/**/
.top_news{
  position: relative;
}

.top_news .ceil{
}

.top_news_left{
  width: 66.6666%;
  position: relative;
}

.top_news_right{
  width: 33.3333%;
  position: relative;
}

.top_news_img{
  display: block;
  width: 100%;
  padding-bottom: 40px;
}

.top_news_img img
{
  z-index: 1;
}

.top_news_pagetitle{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  min-height: 68px;
  z-index: 2;
}

.top_news_pagetitle a{
  display: block;
  font-family: 'Helvetica_Neue';
  font-weight: bold;
  color: #000000;
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 7px 10px 3px 10px;
  margin: 0px 60px 0px 60px;
  background-color: rgba(235, 235, 235, 0.85);
}

.top_news_ctg{
  display: none;
}

.top_news_right_content{
  border-left: none;
  box-sizing: border-box;
  overflow: hidden;
}

.top_news_right_content_in{
  display: block;
  font-size: 17px;
  line-height: 21px;
  color: #413e3e;
  text-align: justify;
  text-decoration: none;
  max-height: 402px;
  overflow: hidden;
  position: relative;
}

.top_news_right_content_in:after{
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  top: 311px;
  width: 100%;
  height: 91px;
  background: transparent url(../images/top_news_niz.png) 0px 0px repeat-x;
}

.top_news_right_content_in_add{
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  color: #9116A1;
  text-decoration: none;
}

.top_news_right_content_in_add:hover{
  color: #413e3e;
}

.top_news_img, .top_news_right_content{
  height: 432px;
}

.top_news_right_content_date{
    padding-top: 5px;
    height: 15px;
    line-height: 15px;
    color: #9c9c9c;
    font-size: 14px;
    text-align: left;	
}
/**/
#news_of_top .ceil1{
  width: 33.3333%;
}

.news_of_top{
  position: relative;
  height: 278px;
  padding-bottom: 40px;
}

.news_of_top_img{
  display: block;
  width: 100%;
  height: 100%;
}

.news_of_top_img img{

}

.news_of_top_pagetitle{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.news_of_top_pagetitle a{
  display: block;
  font-family: 'Helvetica_Neue';
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  min-height: 36px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: rgba(235, 235, 235, 0.85);
  margin: 0px 25px 0px 25px;
  padding: 3px 10px 1px 10px;
}

.news_of_top_date{
    padding-top: 5px;
    height: 15px;
    line-height: 15px;
    color: #9c9c9c;
    font-size: 14px;
    text-align: center;
}
/**/
#news_column{

}

#news_column .ceil1{
  width: 50%;
  padding-bottom: 15px;
}

.news_column{
  position: relative;
}

.news_column_left{
  padding-top: 60px;
  float: left;
}

.news_column_img{
  width: 155px;
  height: 155px;
  border-radius: 78px;
}

.news_column_img img{

}

.news_column_right{
  margin-left: 200px;
  position: relative;
  overflow: visible;
}

.news_column_right:after{
  content: " ";
  width: 50px;
  height: 66px;
  background: transparent url(../images/column_ugol.png) 0px 0px no-repeat;
  position: absolute;
  left: -50px;
  top: 50px;
}

.news_column_content{
  display: block;
  background-color: #ebecec;
  padding: 18px 20px 18px 20px;
  text-decoration: none;
}

.news_column_content:hover{
  background-color: #dddddd;
}

.news_column_autor{
  font-family: 'Helvetica_Neue';
  color: #9116A1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 8px;
}

.news_column_text{
  text-decoration: none;
  color: #000000;
  font-size: 13.1px;
  line-height: 16px;
  min-height: 80px;
}
/**/
#news_video .ceil1{
  width: 33.3333%;
}

.news_video{
  position: relative;
  height: 210px;
  padding-bottom: 20px;
}

.news_video_img{
  display: block;
  width: 100%;
  height: 100%;
}

.news_video_img img{

}

.news_video_play{
  position: absolute;
  left: 11px;
  top: 11px;
  width: 37px;
  height: 37px;
  background: transparent url(../images/video-play.png) 0px 0px no-repeat;
}

.news_video_pagetitle{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.news_video_pagetitle a{
  display: block;
  font-family: 'Helvetica_Neue';
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  min-height: 36px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: rgba(235, 235, 235, 0.85);
  margin: 0px 25px 0px 25px;
  padding: 3px 10px 1px 10px;
}
/**/
#news_lenta .ceil1{
  width: 25%;
  padding-bottom: 15px;
}

.news_lenta{
  position: relative;
  height: 205px;
  padding-bottom: 40px;
}

.news_lenta_img{
  display: block;
  width: 100%;
  height: 100%;
}

.news_lenta_img img{

}

.news_lenta_pagetitle{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.news_lenta_pagetitle a{
  display: block;
  font-family: 'Helvetica_Neue';
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  min-height: 36px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: rgba(235, 235, 235, 0.85);
  margin: 0px 25px 0px 25px;
  padding: 3px 10px 1px 10px;
}

#news_lenta .all_news_play{
  left: 16px;
}

.news_lenta_date{
	padding-top: 5px;
	height: 15px;
    line-height: 15px;
    color: #9c9c9c;
    font-size: 14px;
	text-align: center;
}
/**/
#prefooterline{
  height: 30px;
}

#footerline{
  background-color: #000000;
}

#footer{
  padding: 15px 0px 15px 0px;
}

#footer .ceil{
  width: 25%;
}

#footer .ceil#footer_part1{
  width: 25%;
}

#footer .ceil#footer_part2{
  width: 50%;
}


#footer .ceil#footer_part3{
  width: 25%;
}

#footer .ceil#footer_part4{
  width: 25%;
}

#footer_part4{
  text-align: right;
  position: relative;
}
/**/
.footmenu{

}

#footer_part2 .footmenu{
  /*width: 545px;*/	
}

.footmenu ul, .footmenu li{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer_part2  .footmenu li{
  display: block;
  float: left;
  width: 120px;
  margin-left: 60px;
  margin-left: 30px;
}

.footmenu a{
  display: block;
  height: 33px;
  line-height: 33px;
  font-size: 15.38px;
  color: #ffffff;
  text-decoration: none;
}

.footmenu li.active a, .footmenu a:hover{
  /*color: #d12021;*/
  text-decoration: underline;  
}

#footmenu3{
	text-align: right;
	padding-top: 12px;
	margin-left: 35px;
}

#footmenu3 li{
	display: inline-block;
	margin-right: 32px;
}
/**/
.footer_text_b2{
	width: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	color: #fff;
	border: 2px solid #fff;
	margin-top: -2px;
}

.footer_text_b2_1{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: -50px;
	padding-top: 3px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
/**/
#pogoda{
  padding-top: 0px;
}

#pogoda-title{
  height: 35px;
  line-height: 35px;
  font-size: 15.38px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}

#pogoda-body{
  display: inline-block;
  vertical-align: top;
}

#pogoda .gsInformer{
  width: auto !important;
}

#pogoda .gsInformer .gsWeatherIcon{
  margin-top: 0px !important;
}

#pogoda .gsWeatherIcon img{
  width: 32px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}

#pogoda .gsLinks{
  display: none;
}

#pogoda .gsTemp{
  color: #ffffff;
  line-height: 35px !important;
  font-size: 15.38px !important;
  padding: 0px 0px 0px 5px !important;
}
/**/
#foot_soc{
  font-size: 0px;
  /*
  width: 130px;
  width: 90px;
  */
  display: inline-block;
}

#foot_soc a{
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 9px;
  background-color: #ffffff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#foot_soc a:hover{
  background-color: #eeeeee;
}

#fs_fb{background-image: url(../images/fs_fb.png);}
#fs_vk{background-image: url(../images/fs_vk.png);}
#fs_ok{background-image: url(../images/fs_ok.png);}
#fs_in{background-image: url(../images/fs_in.png);}
#fs_tv{background-image: url(../images/fs_tv.png);}
#fs_yo{background-image: url(../images/fs_yo.png);}
#fs_wh{background-image: url(../images/fs_wh.png);}
#fs_te{background-image: url(../images/fs_te.png);}
#fs_dz{background-image: url(../images/fs_dz.png);}
#fs_tt{background-image: url(../images/fs_tt.png);}
/**/
#foot_counter{
  position: absolute;
  left: 15px;
  top: 0px;
}
/**/
#back-top{
  position: fixed;
  bottom: 90px;
  right: 20px;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background: #ffffff url(../images/back-top.png) 50% 50% no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#static_te{
  position: fixed;
  top: 240px;
  right: 0px;
  display: block;
  width: 42px;
  height: 220px;
  border-radius: 19px;
  background: transparent url(../images/telegram-btn.png) 100% 0px no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
/**/
.justifyleft{
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.justifyright{
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
}
/**/
#share{
  padding: 10px 0px 10px 0px;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 36px !important;
    width: 36px !important;
    background-size: 36px 36px !important;
}
	
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	vertical-align: middle !important;
    margin: 0 8px 0 0 !important;
}

.ya-share2__item_copy .ya-share2__icon {
    background: #ddd url(../images/CopyLink.svg) !important;
}
/**/
#page_article_text{

}

#article_text_title{

}

#article_text_title_left{
  width: 66.6666%;
}

#article_text_title_left h1{
  margin: 0px;
  padding: 18px 0px 12px 0px;
  font-weight: normal;
  font-family: 'AA_Bebas_Neue';
  font-size: 54.11px;
  line-height: 66px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#article_text_title_right{
  width: 33.3333%;
}

#article_text{

}

.article_text_part1, .article_text_part2{
	float: left;
	width: 48%;
}

.article_text_part1{
	float: left;
}

.article_text_part2{
	float: right;
}

#article_text_left{
  width: 66.6666%;
  font-size: 15.38px;
  line-height: 19px;
  text-align: justify;
}

#article_text_left p{
  margin: 15px 0px 15px;
}

#article_text_left h2{
  display: block;
  margin: 0px;
  padding: 1px 0px 1px 0px;
  font-weight: normal;
  font-size: 24.61px;
  line-height: 30px;
  color: #9116A1;
}

#article_text_left img{
  max-width: 100%;
  height: auto;
}

#article_text_right{
  width: 33.3333%;
}

#article_text_img{
  width: 100%;
  /*height: 430px;*/
}

#article_text_img img{

}

#page_article_text .bloktitle{
  font-size: 28.77px;
  line-height: 38px;
  border-bottom-width: 2px;
}

#article_text_right .bloktitleline{
  margin-top: -22px;
  margin-left: 0px;
}

#article_text_date{
  font-size: 15.38px;
  line-height: 35px;
  color: #9c9c9c;
}
/**/
#theme_news_right .ceil1{
  width: 100%;
  padding: 15px 0px 15px 0px;
}

#theme_news_niz .ceil1{
  width: 33.3333%;
}

.theme_news{
  position: relative;
}

#theme_news_niz .ceil1{
  margin-bottom: 20px;	
}

.theme_news_img{
  display: block;
  width: 170px;
  height: 96px;
  float: left;
}

.theme_news_img img{

}

.theme_news_pagetitle{
  margin-left: 200px;
}

.theme_news_pagetitle a{
  font-family: 'Helvetica_Neue';
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

.theme_news_date{
    height: 15px;
    line-height: 15px;
    color: #9c9c9c;
    font-size: 12px;
    text-align: left;
}
/**/
#add_news .ceil1{
  width: 25%;
  padding-bottom: 15px;
}

.add_news{
  position: relative;
  height: 205px;
  padding-bottom: 40px;
}

.add_news_img{
  display: block;
  width: 100%;
  height: 100%;
}

.add_news_img img{

}

.add_news_pagetitle{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.add_news_pagetitle a{
  display: block;
  font-family: 'Helvetica_Neue';
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  min-height: 36px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: rgba(235, 235, 235, 0.85);
  margin: 0px 25px 0px 25px;
  padding: 3px 10px 1px 10px;
}

.add_news_date{
    padding-top: 5px;
    height: 15px;
    line-height: 15px;
    color: #9c9c9c;
    font-size: 14px;
    text-align: center;
}
/**/
#page_video_text{

}

#video_text_title{

}

#video_text_title_left{
  width: 66.6666%;
}

#video_text_title_right{
  width: 33.3333%;
}


.bloktitle_video_first1{
  padding-bottom: 0px
}

.bloktitle_video_first .bloktitle,
.bloktitle_video_first1 .bloktitle{
  font-size: 28.77px;
  line-height: 38px;
}

#video_text_title_left h1{
  margin: 0px;
  padding: 18px 0px 12px 0px;
  font-weight: normal;
  font-family: 'AA_Bebas_Neue';
  font-size: 50.47px;
  line-height: 62px;
  color: #9116A1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#video_text{

}

#video_text_left{
  font-size: 15.38px;
  line-height: 19px;
  text-align: justify;
}

#video_text_left p{
  margin: 15px 0px 15px;
}

#video_text_left h2{
  display: block;
  margin: 0px;
  padding: 1px 0px 1px 0px;
  font-weight: normal;
  font-size: 24.61px;
  line-height: 30px;
  color: #9116A1;
}

#video_text_right{
  width: 33.3333%;
  font-size: 22.6px;
  line-height: 28px;
  text-align: justify;
}

#video_text_img{
  width: 100%;
  height: 493px;
  cursor: pointer;
}

#video_text_img img{
  position: relative;
}

#video_text_img iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0pc;
}

#video_text_play{
  position: absolute;
  /*
  left: 28px;
  top: 22px;
  width: 67px;
  height: 67px;
  background: transparent url(../images/video-play-big.png) 0px 0px no-repeat;
  */
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: transparent url(../images/video-play-big.png) 28px 22px no-repeat;
}
/**/
#best_video_big .ceil1{
  width: 33.3333%;
  padding-bottom: 15px;
}

.best_video_big{
  position: relative;
  height: 220px;
  padding-bottom: 20px;
}

.best_video_big_img{
  width: 100%;
  height: 100%;
}

.best_video_big_img img{

}

.best_video_big_play{
  position: absolute;
  left: 11px;
  top: 11px;
  width: 37px;
  height: 37px;
  background: transparent url(../images/video-play.png) 0px 0px no-repeat;
}

.best_video_big_pagetitle{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.best_video_big_pagetitle a{
  display: block;
  font-family: 'Helvetica_Neue';
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  min-height: 36px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: rgba(235, 235, 235, 0.85);
  margin: 0px 25px 0px 25px;
  padding: 3px 10px 1px 10px;
}
/**/
#best_video_min .ceil1{
  width: 16.666666%;
  padding-bottom: 15px;
}

.best_video_min{
  position: relative;
}

.best_video_min_img{
  height: 110px;
}

.best_video_min_img{
  display: block;
  width: 100%;
  height: 106px;
}

.best_video_min_img img{

}

.best_video_min_play{
  position: absolute;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: transparent url(../images/video-play.png) 0px 0px no-repeat;
  background-size: 100% 100%;
}

.best_video_min_pagetitle{
  padding: 10px 0px 5px 0px;
}

.best_video_min_pagetitle a{
  display: block;
  font-family: 'Helvetica_Neue';
  color: #000000;
  font-size: 13px;
  line-height: 15px;
  min-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
/**/
#video_lenta .ceil1{
  width: 25%;
  padding-bottom: 15px;
}

.video_lenta{
  position: relative;
  height: 173px;
  padding-bottom: 20px;
}

.video_lenta_img{
  display: block;
  width: 100%;
  height: 100%;
}

.video_lenta_img img{

}

.video_lenta_play{
  position: absolute;
  left: 7px;
  top: 7px;
  width: 30px;
  height: 30px;
  background: transparent url(../images/video-play.png) 0px 0px no-repeat;
  background-size: 100% 100%;
}

.video_lenta_pagetitle{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.video_lenta_pagetitle a{
  display: block;
  font-family: 'Helvetica_Neue';
  color: #000000;
  font-size: 13px;
  line-height: 16px;
  min-height: 32px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: rgba(235, 235, 235, 0.85);
  margin: 0px 25px 0px 25px;
  padding: 3px 10px 1px 10px;
}
/**/
#page_column_text{

}

.bloktitle_column_first .bloktitle{
  font-size: 28.77px;
  line-height: 38px;
}

#column_text{

}

#column_text_left{
  width: 16.6666%;
  padding-top: 15px;
}

#column_text_img{
  width: 100%;
  height: auto;
  border-radius: 85px;
  overflow: hidden;
}

#column_text_img img{

}

#column_text_center{
  width: 50%;
  padding-top: 65px;
}

#column_text_right_part{
  min-width: 300px;
  width: 417px;
  position: relative;
  overflow: visible;
}

#column_text_right_part:after{
  content: " ";
  width: 56px;
  height: 38px;
  background: transparent url(../images/column_ugol1.png) 0px 0px no-repeat;
  position: absolute;
  left: -56px;
  top: 50px;
}

#column_text_content{
  display: block;
  background-color: #ebecec;
  padding: 18px 20px 18px 20px;
  text-decoration: none;
}

#column_text_content:hover{
  background-color: #dddddd;
}

#column_text_autor{
  font-family: 'Helvetica_Neue';
  color: #9116A1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 34.69px;
  padding-bottom: 8px;
}

#column_text_text{
  text-decoration: none;
  color: #000000;
  font-size: 13.1px;
  line-height: 16px;
  min-height: 60px;
}

#column_text_full_content{

}

#column_text_title{
  padding: 18px 0px 3px 0px;
}

#column_text_title h1{
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 19.51px;
  color: #9116A1;
  line-height: 23px;
}

#column_text_full_content h2{
  margin: 0px;
  padding: 15px 0px 15px 0px;
  font-weight: normal;
  font-size: 19.51px;
  color: #9116A1;
  line-height: 23px;
}

#column_text_full_content p{
  margin: 15px 0px 15px 0px;
  padding: 0px;
  font-size: 12.3px;
  line-height: 16px;
}

#column_text_full_content #share{
  text-align: right;
}

#column_text_right{
  width: 33.333333%;
}

#column_text_right .bloktitleline{
  margin: 0px;
}

#theme_news_right .ceil1{
  width: 100%;
  padding: 15px 0px 15px 0px;
}
/**/
#add_column{

}

#add_column .ceil1{
  padding: 0px 0px 15px 0px;

}

.add_column{
  position: relative;
}

.add_column_left{
  float: left;
}

.add_column_img{
  width: 70px;
  height: 70px;
  border-radius: 35px;
}

.add_column_img img{

}

.add_column_right{
  margin-left: 100px;
  position: relative;
}

.add_column_content{
  padding-top: 8px;
}

.add_column_autor{
  display: block;
  font-family: 'Helvetica_Neue';
  color: #9116A1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15.26px;
  padding-bottom: 5px;
  font-weight: bold;
}

.add_column_text{
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
}
/**/
#perehod{
  margin: -15px 0px -15px 0px;
}
/**/
.news_perehod_date{
  height: 15px;
  line-height: 15px;
  color: #9c9c9c;
  font-size: 14px;
}
/**/
#perehod .ceil1{
  margin-bottom: 15px;
}

.top_news_perehod{
  position: relative;
  width: 50%;
  padding-bottom: 15px;
}

.top_news_perehod_img{
  display: block;
  width: 100%;
  height: 430px;
  padding-bottom: 40px;
  padding-bottom: 70px;
}

.top_news_perehod_img img
{

}

.top_news_perehod_pagetitle{
  position: absolute;
  left: 0px;
  bottom: 0px;
  bottom: 20px;
  width: 100%;
  min-height: 68px;
}

.top_news_perehod_pagetitle a{
  display: block;
  font-family: 'Helvetica_Neue';
  font-weight: bold;
  color: #000000;
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 7px 10px 3px 10px;
  margin: 0px 60px 0px 60px;
  background-color: rgba(235, 235, 235, 0.85);
}

.top_news_perehod .news_perehod_date{
  padding-top: 10px;	
  text-align: center;	
}
/**/
.news_perehod1,
.news_perehod2,
.news_perehod3,
.news_perehod4
{
  width: 25%;
  position: relative;
}

.news_perehod1 .news_perehod_img,
.news_perehod2 .news_perehod_img,
.news_perehod3 .news_perehod_img,
.news_perehod4 .news_perehod_img
{
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 85px;
  margin-bottom: 100px;
}

.news_perehod1 .news_perehod_img img,
.news_perehod2 .news_perehod_img img,
.news_perehod3 .news_perehod_img img,
.news_perehod4 .news_perehod_img img
{
  height: auto !important
}

.news_perehod1 .news_perehod_pagetitle,
.news_perehod2 .news_perehod_pagetitle,
.news_perehod3 .news_perehod_pagetitle,
.news_perehod4 .news_perehod_pagetitle
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 85px;
  height: 100px;
}

.news_perehod1 .news_perehod_pagetitle a,
.news_perehod2 .news_perehod_pagetitle a,
.news_perehod3 .news_perehod_pagetitle a,
.news_perehod4 .news_perehod_pagetitle a
{
  display: block;
  font-family: 'Helvetica_Neue';
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
  text-align: left;
}

.news_perehod1 .news_perehod_date,
.news_perehod2 .news_perehod_date,
.news_perehod3 .news_perehod_date,
.news_perehod4 .news_perehod_date
{
  padding: 0px 15px 0px 15px;	
}
/**/
.news_perehod5,
.news_perehod6,
.news_perehod7,
.news_perehod8,
.news_perehod9,
.news_perehod10
{
  position: relative;
  width: 33.3333%;
}

.news_perehod5 .news_perehod_img,
.news_perehod6 .news_perehod_img,
.news_perehod7 .news_perehod_img,
.news_perehod8 .news_perehod_img,
.news_perehod9 .news_perehod_img,
.news_perehod10 .news_perehod_img
{
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 25px;
  margin-bottom: 45px;	
}

.news_perehod5 .news_perehod_img img,
.news_perehod6 .news_perehod_img img,
.news_perehod7 .news_perehod_img img,
.news_perehod8 .news_perehod_img img,
.news_perehod9 .news_perehod_img img,
.news_perehod10 .news_perehod_img img
{
  /*height: auto !important;*/
  height: 100%;
}

.news_perehod5 .news_perehod_pagetitle,
.news_perehod6 .news_perehod_pagetitle,
.news_perehod7 .news_perehod_pagetitle,
.news_perehod8 .news_perehod_pagetitle,
.news_perehod9 .news_perehod_pagetitle,
.news_perehod10 .news_perehod_pagetitle
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.news_perehod5 .news_perehod_pagetitle a,
.news_perehod6 .news_perehod_pagetitle a,
.news_perehod7 .news_perehod_pagetitle a,
.news_perehod8 .news_perehod_pagetitle a,
.news_perehod9 .news_perehod_pagetitle a,
.news_perehod10 .news_perehod_pagetitle a
{
  display: block;
  font-family: 'Helvetica_Neue';
  font-weight: bold;
  color: #9116A1;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 7px 10px 3px 10px;
  margin: 0px 40px 0px 40px;
  background-color: rgba(235, 235, 235, 0.85);
}

.news_perehod5 .news_perehod_date,
.news_perehod6 .news_perehod_date,
.news_perehod7 .news_perehod_date,
.news_perehod8 .news_perehod_date,
.news_perehod9 .news_perehod_date,
.news_perehod10 .news_perehod_date
{
	padding-top: 5px;
	text-align: center;
}
/**/
.news_perehod5,
.news_perehod6,
.news_perehod7,
.news_perehod8,
.news_perehod9,
.news_perehod10
{
  height: 305px;
}

.news_perehod5 .news_perehod_img,
.news_perehod7 .news_perehod_img,
.news_perehod9 .news_perehod_img
{
  height: 210px;
}

.news_perehod5 .news_perehod_pagetitle,
.news_perehod7 .news_perehod_pagetitle,
.news_perehod_9 .news_perehod_pagetitle
{
  bottom: 70px;
}

.news_perehod9 .news_perehod_img
{
  margin-top: 70px;
}

.news_perehod5,
.news_perehod6,
.news_perehod7
{
  z-index: 10;
}

.news_perehod8,
.news_perehod9,
.news_perehod10
{
  z-index: 9;
  margin-top: -65px;
}
/**/
.news_perehod6 .news_perehod_img,
.news_perehod8 .news_perehod_img,
.news_perehod10 .news_perehod_img
{

}
/**/
/**/
.news_perehod11,
.news_perehod12,
.news_perehod13,
.news_perehod14,
.news_perehod15,
.news_perehod16
{
  position: relative;
  width: 33.3333%;
}

.news_perehod11 .news_perehod_img,
.news_perehod12 .news_perehod_img,
.news_perehod13 .news_perehod_img,
.news_perehod14 .news_perehod_img,
.news_perehod15 .news_perehod_img,
.news_perehod16 .news_perehod_img
{
  display: block;
  width: 130px;
  height: 130px;
  float: left;
}

.news_perehod11 .news_perehod_img img,
.news_perehod12 .news_perehod_img img,
.news_perehod13 .news_perehod_img img,
.news_perehod14 .news_perehod_img img,
.news_perehod15 .news_perehod_img img,
.news_perehod16 .news_perehod_img img
{

}

.news_perehod11 .news_perehod_pagetitle,
.news_perehod12 .news_perehod_pagetitle,
.news_perehod13 .news_perehod_pagetitle,
.news_perehod14 .news_perehod_pagetitle,
.news_perehod15 .news_perehod_pagetitle,
.news_perehod16 .news_perehod_pagetitle
{
  margin-left: 155px;
  text-align: left;
}

.news_perehod11 .news_perehod_pagetitle a,
.news_perehod12 .news_perehod_pagetitle a,
.news_perehod13 .news_perehod_pagetitle a,
.news_perehod14 .news_perehod_pagetitle a,
.news_perehod15 .news_perehod_pagetitle a,
.news_perehod16 .news_perehod_pagetitle a
{
  font-family: 'Helvetica_Neue';
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
/**/
.news_perehod17,
.news_perehod18,
.news_perehod19,
.news_perehod20
{
  position: relative;
  width: 33.3333%;
}

.news_perehod17 .news_perehod_img,
.news_perehod18 .news_perehod_img,
.news_perehod19 .news_perehod_img,
.news_perehod20 .news_perehod_img
{
  display: block;
  width: 100%;
  height: 210px;
  margin-bottom: 25px;
  margin-bottom: 45px;
}

.news_perehod17 .news_perehod_img img,
.news_perehod18 .news_perehod_img img,
.news_perehod19 .news_perehod_img img,
.news_perehod20 .news_perehod_img img
{
  height: auto !important
}

.news_perehod17 .news_perehod_pagetitle,
.news_perehod18 .news_perehod_pagetitle,
.news_perehod19 .news_perehod_pagetitle,
.news_perehod20 .news_perehod_pagetitle
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.news_perehod17 .news_perehod_pagetitle a,
.news_perehod18 .news_perehod_pagetitle a,
.news_perehod19 .news_perehod_pagetitle a,
.news_perehod20 .news_perehod_pagetitle a
{
  display: block;
  font-family: 'Helvetica_Neue';
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 7px 10px 3px 10px;
  margin: 0px 40px 0px 40px;
  background-color: rgba(235, 235, 235, 0.85);
}

.news_perehod17 .news_perehod_date,
.news_perehod18 .news_perehod_date,
.news_perehod19 .news_perehod_date,
.news_perehod20 .news_perehod_date
{
  padding-top: 5px;
  text-align: center;
}
/**/
.bloktitle_all_page .bloktitle h1{
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 28.77px;
  line-height: 38px;
  font-family: 'AA_Bebas_Neue';
  font-weight: normal;
}

#all_page{
  width: 66.6666%;
  font-size: 15.38px;
  line-height: 19px;
  text-align: justify;
}

#all_page p{
  margin: 15px 0px 15px 0px;
  padding: 0px;
}
/**/
#all_page .bloktitle_video_first{
  margin-top: -30px;
}
/**/
#poisk_result .ceil1{
  width: 25%;
  padding-bottom: 15px;
}

.ajaxSearch_grpResultName{
  padding-bottom: 15px;
}

.paging1{
  padding-bottom: 15px;
}
/**/
/**/
/**/
/**/
.all_news_play{
  position: absolute;
  left: 26px;
  top: 11px;
  width: 33px;
  height: 33px;
  background: transparent url(../images/video-play.png) 0px 0px no-repeat;
  background-size: 100% auto;
}

.theme_news .all_news_play{
  left: 11px;
}
/**/
.all_news_pagetitle a:hover{
  color: #9116A1;
}

.all_news_pagetitle_red a:hover{
  color: #000000;
  color: #9116A1;
}

.all_news_img:hover{
  opacity: 0.85;

}

.all_news_video_img:hover .all_news_video_play{
  opacity: 0.7;
}

.all_news_img{
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 0;
  line-height: 0;
}

.all_news_img img{
  display: block;
  font-size: 0px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.all_svodka{
  display: none;
}
/**/
.all_next_link_out{
  padding-top: 15px;
  float: left;
  width: 100%;
}

.all_next_link{
  display: block;
  margin: 0 auto;
  width: 77px;
  height: 22px;
  background: transparent url(../images/all-next.png) 0px 0px no-repeat;
}

.all_next_link:hover{
  background-position: 0px -22px;
}
/**/
/*
p,
*/
 h1, h2{
  background-color: #ffffff;
}

/**/
#home_more{
  display: none;
}

#perehod_m{
  display: none;
}
/**/
.oblast{
  font-size: 0px;
  line-height: 0px;
  width: 100%;
}

.oblast img{
  width: auto;
  max-width: 100%;
  margin: 0px;
}
/**/
.all_svodka{
  display: none;
}


/**/
.pool_block{
	border-top: 1px solid #d4d4d4;	
	padding: 10px 0px 10px 0px;
}

.poll_left{
	float: left;
	width: 49%;
	margin-right: 1%;
	box-sizing: border-box;
	padding: 5px;
}

.pool_left_title{
	
}

.poll_variants{
	padding: 10px 0px 10px 0px;
	position: relative;
}

.poll_variant_one{
	padding: 5px 0px 5px 0px;
	cursor: pointer;
}

.poll_variant_one_hidden{
	position: absolute;
	border: none;
	outline: none;
	font-size: 0px;
	left: 0px;
	top: -10px;
	width: 1px;
	height: 1px;
}

.poll_submit{
	cursor: pointer;	
}
/**/
.poll_right{
	float: right;
	width: 49%;
	margin-left: 1%;	
	box-sizing: border-box;
	padding: 5px;
}

.pool_right_title{

}

.poll_results{
	padding: 10px 0px 10px 0px;	
}

.poll_result_one{
	padding-bottom: 8px;
}

.poll_result_one_title{
	font-size: 12px;
	height: 12px;
	line-height: 12px;
}

.poll_result_one_body{
	width: 80%;
}

.poll_result_one_body_in{
	width: 0%;
	height: 18px;
	background-color: #dddddd;	
	position: relative;
	overflow: visible;
}

.poll_result_one_body_title{
	position: absolute;
	font-size: 14px;
	height: 18px;
	line-height: 15px;
	padding-left: 10px;
	left: 100%;
}
/**/

/*backend*/
#footerline {
	background-color:#9116A1;
}
/**/
.regioni_title{
	margin: 10px 15px 10px 15px;
	font-size: 18px;
}

.regioni_list{
	text-align: center;
	text-align: left;
	font-size: 0px;
	margin: 0px 5px 25px 5px;
}

.regioni_list_item{
	display: inline-block;
	vertical-align: top;
	width: 158px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #dddddd;
	text-align: center;
}

.regioni_list_item_img{
	display: block;	
}

.regioni_list_item_img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.regioni_list_item_title{
	font-size: 14px;
	padding-bottom: 10px;
}
/**/
#poisk_sort{
	padding: 0px 15px 20px 15px;
}

#poisk_sort_title{
	padding-bottom: 5px;
}

#poisk_sort a{
	display: inline-block;
	padding: 0px 5px 0px 5px;
}	

#poisk_sort a.active1, #poisk_sort a:hover{
	background-color: #9116A1;
	color: #ffffff;
	text-decoration: none;
}

#poisk_period{
	padding: 0px 15px 20px 15px;	
}

#poisk_period_title{
	padding-bottom: 5px;
}

#calendar_btn{
	cursor: pointer;
}

#calendar_beg, #calendar_end{
	width: 125px;
}

#calendar_beg, #calendar_end, #calendar_btn{
	margin-bottom: 5px;
}

#poisk_stat{
	padding: 0px 15px 20px 15px;
	font-size: 14px;
}	

#poisk_null{
	padding: 0px 15px 20px 15px;
	font-size: 14px;
}
/**/
.acenter_page hr{
    display: block;
	background: transparent;
	border: none;
    border-bottom: 1px solid #eceff4;
	margin: 20px 25px 20px 25px;	
}
/**/
.expert_list{
	text-align: center;
	text-align: left;
	font-size: 0px;
	margin: 0px -5px 35px -5px;
}

.expert_list_item{
	display: inline-block;
	vertical-align: top;
	width: 390px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #dddddd;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.expert_list_item:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
}

.expert_list_item_img{
	display: block;	
	float: left;
	width: 150px;
	height: auto;
	padding: 5px;
}

.expert_list_item_img img{
	display: block;
	width: 100%;
	height: auto;
}

.expert_list_item_title, .expert_list_item_desc{
	margin-left: 175px;
	margin-right: 10px;
	text-align: left;
}

.expert_list_item_title{
	font-size: 16px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

.expert_list_item_desc{
	font-size: 14px;
	line-height: 16px;
	color: #454545;
}
/**/
.expert_page_content{
	margin-bottom: 20px;
}

.expert_page_content:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
}

.expert_page_content_img{
	display: block;	
	float: left;
	width: 300px;
	height: auto;
	padding: 5px;	
}

.expert_page_content_img img{
	
}

.expert_page_content_title, .expert_page_content_desc, .expert_page_content_text{
	margin-left: 325px;
	text-align: left;
}

.expert_page_content_title{
	padding-top: 5px;
	padding-bottom: 5px;
}

.expert_page_content_title h1{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 24px;
}

.expert_page_content_desc{
	font-size: 14px;
	line-height: 16px;
	color: #454545;	
	padding-bottom: 10px;
}

.expert_page_content_text{

}
/**/
.acentr_list{
	text-align: center;
	text-align: left;
	font-size: 0px;
	margin: 0px 5px 25px 5px;
}

.acentr_list_item{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #dddddd;
	text-align: center;
}

.acentr_list_item_img{
	display: block;	
}

.acentr_list_item_img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.acentr_list_item_title{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/**/
.banners{
	
}

.banners .ceil1{
	padding-top: 20px;
	font-size: 0px;
}

.banners .ceil1 a{
	display: block;
	width: 100%;
	height: auto;
}

.banners .ceil1 img{
	display: block;
	width: 100%;
	height: auto;
}
/**/