@import '../fonts/icomoon/add_icons/style.css';
.clear{
  clear: both;
}
header .header_bottom .socials a:hover,
.share_btns .share_btn a:hover,
.person-item a.item_name:hover,
.article-item .item_link a:focus,
.article-item .item_link a:hover,
header .header_bottom nav .header_submenu ul li a:hover,
.tag:hover,
.next_prev_materials .next_prev_arrow:hover,
.header_top_left a:hover,
.header_top_right a:hover,
.footer_top_left a:hover,
.comments-visible:hover,
.timeline_block .timeline_cols .timeline_col:focus .timeline_nav a{
	text-decoration: none !important;
}
.header_top_left a:focus,
.header_top_right a:focus,
.comments-visible:focus,
.share-link:focus,
header .header_bottom nav ul li>a:focus,
.item_name:focus,
.timeline_block .timeline_nav a:focus,
.tags .tag:focus{
  text-decoration: none !important;
}
.infographics_block .article-item .item_img_wrapper .image_fit_replacer{
	opacity: 0.6;
}
.infographics_block .article-item,
.article-item-3_4 .item_img_wrapper,
.swiper-wrapper,
.swiper-slide {
  height: initial;
}
.infographics_block .article-item.article-item-3_4 .item_img_wrapper,
.article-item-1_2.list_mode .item_img_wrapper {
  height: initial;
}
input [name=unsubscribe]{
	display: none !important;
}
.article-item.video-item iframe{
	width: 100%;
}
figure.wp-caption{
  margin: 0;
}
figure.wp-caption:not(.alignright){
    max-width: 100% !important;  
}
.wp-caption-center{
    background-color: #ccc;
    text-align: center;
   max-width: 100% !important;
  //background-color: #f3f3f3;
    width: 100% !important;    
}
.wp-caption-center .wp-caption-text{
  padding: 18px 100px;
}
.wp-caption img, a[rel*="attachment"] img{
	max-width: 100% !important;
    height: auto;	
}
a[rel*=attachment] img{
	max-width: 100% !important;
    height: auto;	
}
video{
    max-width: 100% !important;
    height: auto;     
}
.wp-caption-text{
    background-color: #f3f3f3;
    text-align: left;
    padding: 18px;
}
.gallery_img_desc {
    font: 13px 'OpenSansRegular';
    color: #eeeeee;
    margin-bottom: 8px;
}
.content_column_text{
  font: 14px 'OpenSansRegular';
  color: #444444;
  line-height: 1.72; 
}
.content_column_text iframe{
	max-width: 100%;
  margin-bottom: 15px;
}
.article-item .item_img_wrapper .image_fit_replacer{
	background-position: center;
}

.icon-facebook:before {
  content: "\e926";
}
.icon-ok:before {
  content: "\e913";
}
.socials a:hover{
    text-decoration: none;
}
.single_editor_block .no_underline{
    text-decoration: none;
    color: #e74a4a;
    text-decoration: none;
    background-image: -webkit-linear-gradient(left, #f7c0c0 0%, #f7c0c0 100%);
    background-image: linear-gradient(to right, #f7c0c0 0%, #f7c0c0 100%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 100% 1px;
}
.single_editor_block .no_underline:hover {
    text-decoration: none;
    color: #888888;
    background-image: -webkit-linear-gradient(left, #d5d5d5 0%, #d5d5d5 100%);
    background-image: linear-gradient(to right, #d5d5d5 0%, #d5d5d5 100%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 100% 1px;
    text-decoration: none;
}
.item_views span[class^="icon-"],
.item_comments span[class^="icon-"]{
    margin-right: 3px;
}
.radio_btns input[type=radio] + label > *{
    top: 4px;
}
.pagenav_btn:hover,
.pagenav_btn:focus{
    text-decoration: none !important;
}
.pagenav .pagenav_btns .pagenav_btn-prev {
    border-radius: 20px;
    padding: 0 35px 0 52px;
    font: 13px 'OpenSansRegular';
    text-transform: capitalize;
    position: relative;
    width: auto;
    overflow: hidden;
    color: #282b30;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
}
.pagenav .pagenav_btns .pagenav_btn-prev:before{
    content: '\e904';
    font: 22px 'icomoon';
    width: 55px;
    height: 100%;
    text-align: center;
    color: #e74a4a;
    position: absolute;
    left: 0px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
}

@media screen and (max-width: 992px) {

  .pagenav .pagenav_btns .pagenav_btn-prev {
    padding: 0 4px;
    width: 44px;
    border-radius: 50%;
    color: transparent !important;
  }
  .pagenav .pagenav_btns .pagenav_btn-prev:before {
    width: 100%;
    right: inherit;
    right: 0;
  }
}




.noclick{
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 100;
    display: none;    
}
form[name="filter"],
form[name="cat_filter"]{
    display: none;
}
.video_page_popular,
.calendar-tabs .list-mode-articles{
    position: relative;
}
.video_page_loader_wrapper,
.page_loader_wrapper{
    position: absolute; 
    display: none;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.video_page_loader,
.page_loader{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
    background-color: rgba(255, 255, 255, 0.8);    
}
#select-dropdown-cat,
.select-dropdown-long{
    max-height: 330px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.video_block_content .swiper-container{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.dark-style .article-item .item_text p{
    color: #ddd;
}
header .header_bottom nav ul li>a:hover,
header .header_bottom nav ul li>span:hover{
    text-decoration: none !important;
}

.dark-style .tags .tag.active,
.dark-style .tags .tag:active,
.dark-style .tags .tag:hover,
.timeline_block .timeline_nav a.active,
.timeline_block .timeline_nav a:hover{
    text-decoration: none !important;    
}
#load_forecast_more{
    display: none;
    height: 150px;
}
#scrolltop{
    position: fixed;
    left: 0;
    z-index: 100500;
    background-color: #fff;
    top: 250px;
}
.well {
  font: 14px 'OpenSansRegular';
  color: #444444;
  background-color: transparent;
  position: relative;
  line-height: 1.72;
  //margin: 40px 0 32px;
  border: 1px solid #eee !important;
  border-left: 4px solid #e74a4a;
  box-shadow: none;
  padding: 30px;
  border-radius: 0;  
}
.well p{
  font: 14px 'OpenSansRegular';
  color: #444444;
  background-color: transparent;
  //position: relative;
  line-height: 1.72;
/*  margin: 40px 0 32px;
  border: 0px solid #fff !important;*/
}
.well:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% + 2px);
  left: 0;
  top: -1px;
/*  border-top: 4px solid transparent;
  border-bottom: 6px solid transparent;*/
  background-clip: content-box;
  background-color: #e74a4a;
}
.content_column_text blockquote{
  font: 14px 'OpenSansRegular';
  border-left: 4px solid #eee;
  padding: 0 30px;
  color: #282b30;
}
.content_column_text blockquote p{
  font: 14px 'OpenSansRegular';
  color: #282b30;
  margin: 0 0 10px;
}
.content_column_text span.idea,
.content_column_text div.idea{
  font-family: 'MerriweatherRegular';
  font-size: 24px;
  color: #282b30;
  margin-bottom: 10px;
}
.content_column_text span.idea i,
.content_column_text div.idea i{
  font-size: 24px;
}
/*{
  font-family: 'MerriweatherRegular';
  font-size: 24px;
  color: #282b30;
  margin-bottom: 10px;
}*/
.content_column_text i{
  font-family: 'MerriweatherItalic';
  color: #282b30;
}
.content_column_text dfn{
  font-family: 'MerriweatherItalic';
  color: #282b30;
  letter-spacing: 3px;
}
.content_column_text em{
  font-family: 'OpenSansItalic';
  color: #444444;
}
.content_column_text .text_strong em{
  font-size: 18px;
}
.frage{
  font-family: 'OpenSansBoldItalic';
  color: #282b30;
  line-height: 1.6;
}
.interview {
  margin: 25px 0;
}
.interview > * {
  position: relative;
  margin: 0 0 15px;
  font-size: 14px;
}
.interview > *:before {
  content: '\e916';
  position: absolute;
  left: -1.2em;
  font: 16px 'icomoon';
  line-height: 1.4;
}

.interview > *:nth-child(even) {
  font-family: 'OpenSansRegular';
  color: #444444;
  line-height: 1.72;
}
blockquote p:before, blockquote p:after{
    content: '' !important;
}
.content_column_text  h3 {
  font: 20px 'MerriweatherRegular' !important;
  color: #282b30 !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
}
.content_column_text h4 {
  font: 16px 'MerriweatherBold' !important;
  color: #282b30 !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  margin-top: 25px !important;
}
.content_column_text h4.item_link{
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    width: 100% !important;
    font-size: 14px !important;
    cursor: pointer !important;
}
.content_column_text h3.item_link {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    width: 100% !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.content_column_text h5 {
  font: 12px 'MerriweatherBold' !important;
  color: #282b30 !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

h1.page_name{
    margin-top: 0;
}
.external_link{
  cursor: pointer;
}
.content_column_text p a,
.content_column_text table a,
.well a,
.top_video_wrapper a i,
.top_video_wrapper .item_text a,
.article_footer span a,
.external_link,
.edit-link,
.s2_message a{
  color: #e74a4a !important;
  text-decoration: none !important;
  background-image: -webkit-linear-gradient(left, #f7c0c0 0%, #f7c0c0 100%) !important;
  background-image: linear-gradient(to right, #f7c0c0 0%, #f7c0c0 100%) !important;
  background-repeat: repeat-x !important;
  background-position: 0 100% !important;
  background-size: 100% 1px !important;
}
.content_column_text p a:focus,
.content_column_text table a:focus,
.well a:focus,
.top_video_wrapper a:focus i,
.top_video_wrapper .item_text a:focus,
.article_footer span a:focus,
.external_link:focus,
.edit-link:focus,
.s2_message a:focus{
  color: #e74a4a !important;
  text-decoration: none !important;
}
.content_column_text p a:hover,
.content_column_text table a:hover,
.well a:hover,
.top_video_wrapper a:hover i,
.top_video_wrapper .item_text a:hover,
.article_footer span a:hover,
.external_link:hover,
.edit-link:hover,
.s2_message a:hover{
  color: #888888 !important;
  background-image: -webkit-linear-gradient(left, #d5d5d5 0%, #d5d5d5 100%) !important;
  background-image: linear-gradient(to right, #d5d5d5 0%, #d5d5d5 100%) !important;
  background-repeat: repeat-x !important;
  background-position: 0 100% !important;
  background-size: 100% 1px !important;
  text-decoration: none !important;
}
.editor-item a.not_underlined {
    background-image: none !important;
}
.timeline_cols  .item_content_extra_wrapper{
    //height: initial !important;
}
.category_block .content_sidebar {
    //margin-top: -40px;
}
.top_video_wrapper em{
  color: #fff !important;
}
@media screen and (max-width: 992px){
    .category_block .content_sidebar {
        margin-top: 0 !important;
    }
  header .header_bottom .search.submenu_container{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;  
  }    
}
#all_notes_block{
  width: 100%;
}
.vis-item{
  border-width: 0 !important;
  background-color: transparent !important;
}
.page_name .event_type a{
  font: 44px 'MerriweatherRegular' !important;
  color: #282b30 ;
 //padding-bottom: 10px;  
}
.page_name .event_type a:hover,
.page_name .event_type a:focus{
  text-decoration: none !important;
  color: #e74a4a;
}
.page_name .item_year{
  font-family: 'MerriweatherBold';
  color: #e74a4a; 
}
.content_container .content_sidebar.stickyfill .sidebar_year:before{
  left: -24px;
}
.content_sidebar_wrapper .article-item .item_link{
  margin-top: 0 !important
}
.content_column_text figure{
  margin-bottom: 30px;
}
.editors_block h2{
    font: 20px 'MerriweatherRegular';
    color: #282b30;
    line-height: 1.5;
    margin-bottom: 10px;  
}
.text_strong i{
  font-size: 17px;
}

.layout_1 .item_link{
  font-size: 24px !important;
}
.news_block_sidebar h3{
  margin-top: 0;
}
.wide_table_wrapper{
  overflow-x: auto;
  margin-bottom: 20px;
}
.wide_table{
  //width: auto;
  width: auto;
  //overflow-x: scroll;
}
.wide_table table{
  //min-width: 1000px;
  //width: 940px;
  width: auto;
  table-layout: fixed;  
}
.wide_table table td{
  min-width: 130px;
}

.content_column_text  .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.content_column_text .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.single_video_page_block .item_link span{
  font-family: 'MerriweatherBold';
}
.item_view_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 34px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item_view_btn a {
    color: #ffffff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.item_view_btn a:hover {
    color: #e74a4a !important;
}
.item_view_btn a:focus{
  text-decoration: none !important;
}
.article-item-3_4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.wp-caption-text{
  font: 13px 'OpenSansRegular';
    color: #444444;
    //margin-bottom: 8px;
}
.active-link{
  color: #e74a4a !important;
}

.article-item.video-item .item_labels{
  right: 0;
  left: inherit;
}
.article-item h3.item_link a{
  text-transform: initial;
  font-weight: 500 !important;
}
.yarpp-related .article-item .item_img_wrapper{
  margin-bottom: 10px;
}
.content_sidebar_wrapper .article-item .item_img_wrapper{
  margin-bottom: 10px;
}
.content_column .gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;  
}
.icon-video_play{
  position: relative;
}
.icon-video_play:hover::after { 
    content: 'Перейти к видео';
    position: absolute;
    left: 20%;
    top: 100%;
    z-index: 3;
    background: rgba(255,255,255,0.9);
    padding: 5px 10px;
    border: 1px solid #333;
    width: 125px;
    font: 12px 'OpenSansRegular';
    color: #444444;
}

.icon-editors_choise{
  position: relative;
}
.icon-editors_choise:hover::after { 
    content: 'Выбор редакции';
    position: absolute;
    left: 20%;
    top: 100%;
    z-index: 3;
    background: rgba(255,255,255,0.9);
    padding: 5px 10px;
    border: 1px solid #333;
    width: 125px;
    font: 12px 'OpenSansRegular';
    color: #444444;
}
.video-item .icon-editors_choise:hover::after{
  right: 20%;
  left: inherit;
}
.comment_count{
  margin-bottom: 2px;
}

@media screen and (max-width: 992px) {
  .radio_btns input[type=radio] + label > * {
      top: 11px;
  }
}
@media screen and (max-width: 552px) {
  .pagenav .pagenav_btns .pagenav_btn-prev {
    position: relative;
    -webkit-transform: none;
            transform: none;
    right: inherit;
  }
}
@media screen and (max-width: 545px) {
  .pagenav_btn_page,
  .pagenav_btn-dots,
  .pagenav_btn-current{
    display: none !important;
  }
  .pagenav .pagenav_btns{
   -ms-flex-pack: distribute;
      justify-content: space-around;   
  }
}

@media screen and (max-width: 750px) {
  .wp-caption-text {
      background-color: #f3f3f3;
      text-align: left;
      padding: 18px;
  }
  .wp-caption-center .wp-caption-text{
    padding: 18px;
  }
}

.event_finish{
    width: 100%;
    border: 2px solid #e74a4a;
    padding: 20px;
    font-family: 'OpenSansBold';
    color: #444444;
    font-size: 16px;  
    margin: 20px 0;    
}
.event_finish a{
    color: #e74a4a !important;
    text-decoration: none !important;
    background-image: -webkit-linear-gradient(left, #f7c0c0 0%, #f7c0c0 100%) !important;
    background-image: linear-gradient(to right, #f7c0c0 0%, #f7c0c0 100%) !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    background-size: 100% 1px !important;  
}
.event_finish a:hover{
    color: #888888 !important;
    background-image: -webkit-linear-gradient(left, #d5d5d5 0%, #d5d5d5 100%) !important;
    background-image: linear-gradient(to right, #d5d5d5 0%, #d5d5d5 100%) !important;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    background-size: 100% 1px !important;
    text-decoration: none !important;  
}
.accordion-toggle:hover, .accordion-toggle:focus{
  text-decoration: none !important;
}

.figure_media_href{
  background: transparent;  
}
.figure_media_href:hover{
  background: transparent;
}

#impf{
    width: 1004px !important;
    max-width: 1000px !important;
    margin: -45px 0px -80px -130px;
    -webkit-transform: scale(0.8);
        transform: scale(0.8);
}

.timeline_block .article-item-3_4::before{
  display: none;
}

@media screen and (max-width: 768px){
  .timeline_block .article-item-3_4 .image_fit_replacer{
    height: initial;
  }
}

@media screen and (max-width: 544px){
  .timeline_block .article-item-3_4 .image_fit_replacer{
    height: 100%;
  }
}