
/**
 *   Главный файл-сборщик scss проекта
 */
/** Утилиты  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }
html {
  line-height: 1; }

ol, ul {
  list-style: none; }


table {
  border-collapse: collapse;
  border-spacing: 0; }


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }


q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }


a img {
  border: none; }


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/** Переменные */
/
/**
 *  Modules
 */
/** TИTА¦¬TДTВ ¦¬¦-¦¦¦-¦¬¦-¦-¦¦¦-¦- */
.b-item .b-item__title, .b-item_list .b-item__title, .b-item_video-recommend-main .b-item__title, .b-item_video-nowwatch .b-item__title {
  font: normal 18px/24px "Open Sans", sans-serif; }

/** TБTВ¦-¦-¦+¦-TАTВ¦-TЛ¦¦ ¦-TВTБTВTГ¦¬TЛ */
.search-ext__query-wrapper, .search-ext__query, .search-ext__date-select, .search-ext__date-select__list, .search-ext__date, .search-ext__date input, .title, .aside-menu__title, .aside-menu__list-item, .video-popular__title, .video-nowwatch__title, .title_broadcasts, .air-radio .air-radio__player .air-radio__title, .breadcrumbs, .aside-menu, .aside-menu__list-item.active, .aside-menu__sublist, .b-item-broadcasts__title, .date-pagination .date-pagination__item > a, .theme-header, .theme-pagination__inner, .b-line-item_video-recommend, .broadcasts-list__day, .broadcasts-list__day_today, .search-ext, .search-ext__date-select__list li, .search-item, .air-video__player {
  padding-left: 24px;
  padding-right: 24px; }

/** ¦бTВ¦-¦-¦+¦-TАTВ¦-TЛ¦¦ ¦¬¦-¦¬TГTВ */
.search-ext__query-wrapper, .search-ext__query, .search-ext__date-select, .search-ext__date-select__list, .search-ext__date, .search-ext__date input {
  height: 35px;
  font: normal 16px/24px "Open Sans", sans-serif;
  line-height: 35px;
  color: #555555;
  background-color: white;
  border: 1px solid #cccccc;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  
  
.search-ext__query-wrapper_textarea, .search-ext__date textarea {
  height: 300px;
  width:100%;
  padding:10px;
  font: normal 16px/24px "Open Sans", sans-serif;
  line-height: 35px;
  color: #555555;
  background-color: white;
  border: 1px solid #cccccc;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }


.load-page, .search-ext__submit {
  display: block;
  height: 37px;
  padding: 0 24px;
  background: #0095da;
  font: normal 16px/24px "Open Sans", sans-serif;
  font-weight: 600;
  color: white;
  border: none;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }


.b-item .b-item__pic-wrapper_fake:before, .b-item_list .b-item__pic-wrapper_fake:before, .b-item_video-recommend-main .b-item__pic-wrapper_fake:before, .b-item_video-nowwatch .b-item__pic-wrapper_fake:before, .theme-pagination__loading:after {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/preloader.gif);
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  z-index: 10; }

/** Общие стили для всех страниц  */
/**
 *   Common styles for all pages
 */
a {
  color: inherit;
  text-decoration: none;
  color: expression(this.parentNode.currentStyle['color']); }


a:hover {
  text-decoration: underline; }


.title, .aside-menu__title, .aside-menu__list-item, .video-popular__title, .video-nowwatch__title, .title_broadcasts, .air-radio .air-radio__player .air-radio__title {
  font: normal 19px/55px "Open Sans", sans-serif;
  color: #000;
  height: 55px;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc; }

/**
 *   Unfold list
 */
.unfold-list_opened {
  -moz-perspective: 1100px;
  -webkit-perspective: 1100px;
  perspective: 1100px; }


.unfold-list__item_closed {
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }


.unfold-list__item_open {
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

/**
 *   ¦бTБTЛ¦¬¦¦¦- ¦-¦- ¦¬¦-¦¬¦-TЛ¦¦ TБ¦¬¦¬TБ¦-¦¦
 */
.link-to-list {
  display: block;
  /*  font: 300 12px/18px "Roboto", sans-serif;*/
  font: normal 12px/18px "Open Sans", sans-serif;
  color: #555555;
  padding-top: 18px;
  padding-bottom: 2px;
  background: url(../img/icons.png) -36px -440px no-repeat;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }


.link-to-list:hover {
  padding-left: 36px;
  background-position: 0px -440px; }


.load-page {
  display: inline-block;
  line-height: 34px;
  margin: 24px; }


.load-page_scroll {
  margin: 24px auto;
  display: block;
  left: -20px;
  height: 0px;
  width: 1px; }


.load-page_loading {
  position: relative; }
  .load-page_loading:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    right: -28px;
    background: url(../img/preloader.gif) no-repeat;
    width: 18px;
    height: 18px; }

.special__adv {
  float: right;
  width: 25%;
  position: relative;
  z-index: 3;
  border: 1px solid #ccc;
  border-top: none;
  margin: 0px -1px;
  padding: 24px 0;
  text-align: center; }

/**
 * Debug lines pattern
 */
/* .pattern {
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: absolute;
  top: 33px;
  left: 0;
  background: url(../img/patern.png);
  opacity: 0.3;
}  */
body {
  background: url(../img/bg.png); }



.content:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }


.adv-top-mobile {
  margin: 12px 0; }

  .adv-top-mobile .adv-centered {
    padding: 0 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0 auto;
    text-align: center; }


.adv-top {
  margin: 12px; }

  .adv-top .adv-centered {
    padding: 0 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0 auto; }


.adv-bottom_mobile {
  position: relative;
  background: #fff;
  z-index: 3;
  overflow: hidden; }
  .adv-bottom_mobile .adv-centered {
    max-width: 1280px;
    min-width: 300px;
    margin: 0 auto; }


.page-wrap {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
  cursor: auto; }

.main-content {
  background: url(../img/bg.png);
  z-index: 11;
  min-width:1024px;
  position: relative; }
  .main-content:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }


.content {
  min-height: 700px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-bottom: 38px;
  margin: 0 auto; }


.content__inner {
  float: right; }


/** ¦Т¦-TГTВTА¦¦¦-¦-¦¬¦¦ ¦-¦¬¦-¦¦ ¦+¦¬TП layout'a c ¦-¦+¦-¦-¦¦ ¦¦¦-¦¬¦-¦-¦¦¦-¦¦ */
.content__inner_wide, .content__inner_search {
  width: 75%;
  background-color: white;
  border-bottom: 1px solid #cccccc; }
  @media (max-width: 1280px) {
    .content__inner_wide, .content__inner_search {
      /*width: 66.6%; } }*/
	  width: 75%; } }

/** Внутренний блок для layout'a c двумя колонкой */
.content__inner_centered {
  width: 50%; }
  @media (max-width: 1280px) {
    .content__inner_centered {
      width: 33.3%; } }

.sections, .adv-list, .main-news {
  float: left; }


/** Колонка с рубриками  */
.sections {
  /*clear: left;*/
  width: 25%; }
  @media (max-width: 1280px) {
    .sections {
      width: 25%; } }

/** Колонка с основными новостями  */
.main-news {
  width: 75%; }
  @media (max-width: 1280px) {
    .main-news {
    /*width: 33.3%;*/
	width:75%;
       } }

.main-news .b-item, .main-news .b-item_list, .main-news .b-item_video-recommend-main, .main-news .b-item_video-nowwatch, .main-news .title, .main-news .aside-menu__title, .main-news .aside-menu__list-item, .main-news .video-popular__title, .main-news .video-nowwatch__title, .main-news .title_broadcasts, .main-news .air-radio .air-radio__player .air-radio__title, .air-radio .air-radio__player .main-news .air-radio__title {
  background: white; }


.news-wrapper, .news-wrapper-2 {
  position: relative; }
  .news-wrapper:after, .news-wrapper-2:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  .news-wrapper .b-item, .news-wrapper .b-item_list, .news-wrapper .b-item_video-recommend-main, .news-wrapper .b-item_video-nowwatch, .news-wrapper-2 .b-item, .news-wrapper-2 .b-item_list, .news-wrapper-2 .b-item_video-recommend-main, .news-wrapper-2 .b-item_video-nowwatch {
    float: left;
    width: 50%;
    min-width: 200px; }



/** Колонка с рекламой  */
.adv-list {
  width: 23%;
  position: relative;
  z-index: 3;
  }
  @media (max-width: 1280px) {
    .adv-list {
      width: 25%; } }

  .adv-list .adv > div {
    padding: 24px 0;
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0px -1px; }
  .adv-list .film-pro-wrapper {
    padding: 24px 0px;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0px -1px; }
    .adv-list .film-pro-wrapper .filmpro-widget.filmpro-theatres-now {
      margin: 0 auto; }


.adv-list_inner {
  float: right; }


.footer, .content {
  clear: both; }


.download_app {
  width: 100%;
  background: #333333;
  text-align: center;
  padding: 16px 0;
  position: relative; }
  .download_app a {
    color: #fff;
    /*font-family: 'Arimo';*/
    font-family: 'Open Sans'; }
  .download_app .close_app {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/icons.png) 0 -701px no-repeat;
    right: 12px;
    top: 50%;
    margin-top: -12px;
    z-index: 999999;
    cursor: pointer; }

/* header  */
.header {
  width: 100%;
  min-width:1024px;
  z-index: 12;
  position: relative; }


.header__inner {
  height: 64px;
  background: #0095da;
  position: relative;
  z-index: 7; }



.header__logo {
  width: 130px;
  height: 100%;
  position: relative;
  float: left; }


.header__logo a {
  display: block;
  position: absolute;
/*  top: 13px; */
  left: 0px;
  width: 130px;
  height: 64px;
  background: url(../img/logovp_jp_el.png) no-repeat;
text-indent: -9000px;
}

/**
 *  Меню основное
 */
.nav {
  height: 64px;
  max-width: 920px;
  overflow: hidden;
  position: relative; }


.nav__inner {
  width: 9000px; }


.nav li {
  display: block;
  float: left;
  height: 64px;
  margin-right: 1px;
  position: relative; }


.nav li a {
  display: block;
  height: 100%;
  /*  font: 300 16px/64px  "Open Sans", sans-serif;*/
	font: normal normal 400 19px/64px  "Open Sans", sans-serif;
  color: #fff;
  padding: 0 24px;
  text-decoration: none;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }


.nav li a:hover {
  background: #00a5f2; }


.nav li {
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px; }


.nav li a {
  position: relative;
  background: #0095da;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }


/* ¦г¦¦¦-¦¬ TВ¦¦¦-¦¬ ¦-TВ ¦¬¦-¦¦¦-TВ¦¬¦¬¦- */
.nav li:first-child:after, .nav__item_first:after {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 200;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 26px;
  background: url(../img/logoshadow.png) no-repeat -10px; }


.nav li a::before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #0965a0;
  content: attr(data-hover);
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }


.nav li:hover a,
.nav li:focus a {
  -moz-transform: rotateX(90deg) translateY(-22px);
  -ms-transform: rotateX(90deg) translateY(-22px);
  -webkit-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px); }


.not-preserve3d .nav li:hover a,
.not-preserve3d .nav li:focus a {
  transform: none;
  background: #2483c5; }


.nav li:hover a::before,
.nav li:focus a::before {
  background: #2483c5; }


.nav .b_nav__more a {
  padding-right: 1px; }

/**
 *  ¦Ь¦¦¦-TО ¦-TЛ¦¬¦-¦+¦-TОTЙ¦¬¦¦ TБ¦¬¦¬TБ¦-¦¦
 */
.nav__drop-down {
  position: absolute;
  top: 64px;
  left: 0px;
  display: none; }
  .nav__drop-down li {
    float: none;
    background: #000;
    border-top: 1px solid #000;
    visibility: hidden; }
    .nav__drop-down li.unfold-list__item_open {
      background: #222; }
    .nav__drop-down li a {
      padding: 0 24px;
      /*  font: 300 16px/48px  "Open Sans", sans-serif;*/
      font: normal 16px/48px  "Open Sans", sans-serif;
      color: white; }

/**
 *   ¦Ь¦¦¦-TО ¦-¦-¦-¦¬¦¬TМ¦-¦-TП ¦-¦¦TАTБ¦¬TП
 */
.nav_mobile {
  display: none; }




.header__menu-link {
  display: none; }


.content_nav-mobile-open {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  -webkit-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0); }


.content_nav-mobile-close {
  z-index: 900;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }


.header__air {
  float: right;
  border-left: 1px solid #2483c5;
  padding: 15px 16px 0;
  height: 49px; }


.header__air-logo {
  display: block;
  width: 70px;
  height: 18px;
  background: url(../img/logo_r24_s.png); }


.header__air-title {
  display: block;
  font: normal 11px/11px Tahoma, sans-serif;
  color: #85cced;
  padding-top: 5px;
  text-decoration: none; }


.weather {
  border-left: 1px solid #2483c5;
  padding: 0 24px;
  float: right; }


.weather__temp {
  float: left;
  color: #fff;
  /*  font: 300 22px "Open sans", sans-serif;*/
  font: normal 22px "Open Sans", sans-serif;
  line-height: 64px; }


.weather__icon {
  float: left;
  background: url("../img/icons_weather.png");
  width: 30px;
  height: 28px;
  margin: 18px 0 0 12px; }


.search {
  padding: 18px 24px 0;
  float: right;
  background: url(../img/icons.png) 24px -193px no-repeat;
  width: 20px;
  height: 30px;
  cursor: pointer; }
  .search .search__form {
    display: none; }



.search_open {
  display: block;
  padding: 18px 14px 0;
  background: #0095da;
  background-image: none !important;
  height: 30px;
  z-index: 20;
  position: relative; }
  .search_open .search__form {
    display: block; }



.search__form {
  display: block;
  position: absolute;
  width: 30px;
  top: 18px;
  right: 20px;
  background: #0069a0;
  border-radius: 18px;
  overflow: hidden;
  height: 30px; }
  .search__form input {
    float: left;
    height: 30px; }
  .search__form .search__text {
    border: none;
    outline: none;
    background: none;
    width: 0px;
    color: white;
    padding: 0 3px;
    font: normal 12px/17px "Open Sans", sans-serif;
    display: block; }
  .search__form .search__submit {
    display: block;
    background: url(../img/icons.png) 0px -211px no-repeat;
    width: 24px;
    border: none;
    cursor: pointer;
    float: right; }


.header__live {
  min-height: 48px;
  position: relative;
  color: #fff;
  z-index: 6; }



.header__live:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0px;
  box-shadow: 0 -2px 9px #000; }


.header__live__title {
  float: left;
  /*  font: 600 14px/48px  "Open Sans", sans-serif;*/
  font: normal 14px/48px  "Open Sans", sans-serif;
  width: 131px;
  padding-left: 34px;
  color: #fff;
  background: #ed1c24 url(../img/icons.png) 60px 10px no-repeat;
  height: 100%; }



.header__live__wrapper {
  margin-left: 130px;
  position: relative; }



.header__live__wrapper ul {
  position: absolute;
  width: 100%;
  height: 48px;
  overflow: hidden;
  -moz-perspective: 800px;
  -webkit-perspective: 800px;
  perspective: 800px; }


.header__live__item {
  padding: 15px 64px 15px 24px;
  background: #2483c5;
  overflow: hidden;
  white-space: nowrap;
  position: relative; }
  .header__live__item:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    width: 50px;
    background: #2483c5;
    box-shadow: -23px 0 13px #2483c5; }
  .header__live__item:not(:nth-child(1)) {
    border-top: 1px solid #0965a0; }


.header__live__item_closed {
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #0965a0; }


.header__live__item_open {
  background: #2483c5;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }


.header__live__item a {
  /*  font: normal 14px/18px  "Open Sans", sans-serif;*/
  font: normal 14px/18px  "Open Sans", sans-serif;
  color: #fff; }


.header__live__btn-show {
  display: block;
  position: absolute;
  right: 24px;
  top: 12px;
  margin-bottom: -12px;
  width: 24px;
  height: 27px;
  background: url(../img/icons.png) -1px -301px no-repeat;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }


.header__live__btn-show_opened {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }


.header__live.urgently .header__live__title {
  background: #1f3155; }
.header__live.urgently ul {
  background: #e7b928; }
.header__live.urgently .header__live__item {
  background: #e7b928; }
  .header__live.urgently .header__live__item:after {
    background: #e7b928;
    box-shadow: -23px 0 13px #e7b928; }
  .header__live.urgently .header__live__item a {
    color: #203354; }
  .header__live.urgently .header__live__item h3 {
    color: #203354;
    /*  font: normal 14px/18px  "Open Sans", sans-serif;*/
    font: normal 14px/18px  "Open Sans", sans-serif; }
.header__live.urgently .header__live__btn-show {
  display: none; }


.live-opened .header__live__item {
  white-space: normal; }
  .live-opened .header__live__item:after {
    display: none;
    position: relative; }


.countdown-time {
  max-width: 1280px;
  margin: 0 auto 10px;
  position: relative;
  padding: 0 12px;
  background: url("../img/countdown-bg.jpg") 50% 50% no-repeat;
  height: 64px;
  line-height: 64px; }
  @media (max-width: 1398px) {
    .countdown-time {
      text-align: center; } }


  .countdown-time img.big-pic {
    margin-top: 3px;
    height: auto; }
    @media (max-width: 1398px) {
      .countdown-time img.big-pic {
        display: block;
        float: left; } }

  .countdown-time img.medium-pic {
    display: none; }
  .countdown-time img.min-pic {
    display: none; }

  .countdown-time div.director {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 23px;
    text-transform: uppercase;
    font-family: RussiaLight;
    color: #fff;
    margin-left: 20px;
    margin-top: 3px;
    letter-spacing: -1px; }
    @media (max-width: 1398px) {
      .countdown-time div.director {
        display: none; } }
  .countdown-time div.russia {
    background: url("../img/countdown-russia.png") 0 0 no-repeat;
    width: 122px;
    height: 28px;
    position: absolute;
    top: 18px;
    right: 20px; }
    @media (max-width: 1280px) {
      .countdown-time div.russia {
        display: none; } }
  .countdown-time div.timer-wrapper {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 40px;
    font-family: RussiaBold;
    color: #fff;
    margin-left: 10px;
    text-shadow: 0 0 10px #333333;
    letter-spacing: -1px;
    /*    @include breakpoint($media-tablet) {
          font-size: 16px;
          margin-top: -8px;
        }
        @include breakpoint($media-small-tablet) {
          font-size: 14px;
          margin-top: -7px;
        }
        @include breakpoint($media-mobile) {
          font-size: 12px;
          margin-top: -6px;
        }
    
        @include breakpoint($media-small-mobile){
          left: 60%;
          @media screen and (max-width: 345px){
            font-size: 11px;
            left: 59%;
          }
          .mobile-hide{
            display: none;
          }
        }
    */ }
    @media (max-width: 1398px) {
      .countdown-time div.timer-wrapper {
        margin-left: -122px; } }
    @media (max-width: 1280px) {
      .countdown-time div.timer-wrapper {
        margin-left: 0px; } }
    @media (max-width: 1115px) {
      .countdown-time div.timer-wrapper {
        font-family: RussiaLight;
        font-size: 30px; } }

    .countdown-time div.timer-wrapper div.timer-big {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top;
      font-size: 30px;
      font-family: RussiaMedium;
      text-transform: uppercase;
      margin-left: 15px; }
      @media (max-width: 1398px) {
        .countdown-time div.timer-wrapper div.timer-big {
          font-size: 40px;
          margin-left: 0px;
          font-family: RussiaBold; } }
      @media (max-width: 1115px) {
        .countdown-time div.timer-wrapper div.timer-big {
          font-family: RussiaLight;
          font-size: 30px; } }


      .countdown-time div.timer-wrapper div.timer-big span#seconds, .countdown-time div.timer-wrapper div.timer-big span#minutes {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 30px; }
        @media (max-width: 1398px) {
          .countdown-time div.timer-wrapper div.timer-big span#seconds, .countdown-time div.timer-wrapper div.timer-big span#minutes {
            width: 40px; } }
        @media (max-width: 1115px) {
          .countdown-time div.timer-wrapper div.timer-big span#seconds, .countdown-time div.timer-wrapper div.timer-big span#minutes {
            width: 30px; } }

    .countdown-time div.timer-wrapper div.timer-small {
      display: none; }

      .countdown-time div.timer-wrapper div.timer-small span#sseconds, .countdown-time div.timer-wrapper div.timer-small span#sminutes {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 20px; }

/**
 *   footer
 */
.footer {
  padding-bottom: 40px;
  min-width: 1024px;
  background: #1a1a1a;
  overflow: hidden;
  position: relative;
  z-index: 7; }


.footer-wrapper_top {
  border-top: 9px solid #2483c5;
  background: #262626;
  height: 64px; }


.footer__inner {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto; }



.nav_footer {
  float: left;
  height: 64px;
  width: 730px;
  overflow: hidden;
  margin-left: -24px; }
  @media (max-width: 1280px) {
    .nav_footer {
      /*display: none;*/
	  display: block;

	  } }


.nav_footer li {
  float: left;
  height: 64px; }


.nav_footer li a {
  display: block;
  height: 100%;
  /*font: 300 16px/64px  "Open Sans", sans-serif;*/
  font: normal 16px/64px  "Open Sans", sans-serif;
  color: #fff;
  padding: 0 24px;
  text-decoration: none; }


.soc-buttons {
  display: block;
  float: right;
  padding-top: 16px; }


.soc-buttons a {
  display: block;
  float: left;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  background-image: url(../img/soc-icons.png);
  transition: background 0.2s ease-out; }

.soc-buttons_cn {
  background: url("../img/icon_cn.png") !important;
}
.soc-buttons_cn:hover {
  background: url("../img/icon_cnhover.png") !important;
}

.soc-buttons_yk {
  background: url("../img/icon_youku.png") !important;
}
.soc-buttons_yk:hover {
  background: url("../img/icon_youkuhover.png") !important;
}

.soc-buttons_ru {
  background: url("../img/icon_ru.png") !important;
}
.soc-buttons_ru:hover {
  background: url("../img/icon_ruhover.png") !important;
}

.soc-buttons_en {
  background: url("../img/icon_en.png") !important;
}
.soc-buttons_en:hover {
  background: url("../img/icon_enhover.png") !important;
}

.soc-buttons_wch {
  background: url("../img/icon_wechat.png") !important;
}
.soc-buttons_wch:hover {
  background: url("../img/icon_wechathover.png") !important;
}
.soc-buttons_weibo {
  background: url("../img/icon_weibo.png") !important;
}
.soc-buttons_weibo:hover {
  background: url("../img/icon_weibohover.png") !important;
}

.soc-buttons_feedback {
  background: url("../img/icon_feedback.png") !important;
}
.soc-buttons_feedback:hover {
  background: url("../img/icon_feedbackhover.png") !important;
} 
  
.soc-buttons_vk {
  background-position: 0 0; }


.soc-buttons_vk:hover {
  background-position: 0 -32px; }


.soc-buttons_fb {
  background-position: -32px 0; }


.soc-buttons_fb:hover {
  background-position: -32px -32px; }


.soc-buttons_twt {
  background-position: -64px 0; }


.soc-buttons_twt:hover {
  background-position: -64px -32px; }


.soc-buttons_gplus {
  background-position: -96px 0; }


.soc-buttons_gplus:hover {
  background-position: -96px -32px; }


.soc-buttons_rss {
  background-position: -128px 0; }


.soc-buttons_rss:hover {
  background-position: -128px -32px; }


.soc-buttons_insta {
  background-position: -160px 0; }


.soc-buttons_insta:hover {
  background-position: -160px -32px; }


.soc-buttons_youtube {
  background-position: -192px 0; }


.soc-buttons_youtube:hover {
  background-position: -192px -32px; }


.footer-wrapper_mid {
  width: 100%;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #313131;
  color: #fff;
  padding: 30px 0;
  /*  font: normal 14px "Open Sans", sans-serif;*/
  font: normal 14px "Open Sans", sans-serif; }


.footer__adv-info {
  float: right;
  text-decoration: underline; }


.footer__copyright {
  /*  font: 300 12px/17px "Roboto", sans-serif;*/
  font: normal 12px/17px "Open Sans", sans-serif;
  color: #999;
  padding: 36px 0 0;
  width: 75%; }


.footer__copyright p {
  padding-bottom: 24px; }


.footer__copyright p + p {
  background: url(../img/footer-icon.png) 0 0 no-repeat;
  padding-left: 54px;
  padding-top: 2px; }


.footer__counters-and-push {
  padding: 36px 0 0;
  float: right;
  width: 138px;
  text-align: right; }



.footer__push-notifications {
  margin: 0 0 44px; }

.footer__counters {
  /*    padding: 36px 0 0;
      float: right;
      width: 90px;
  
      @include breakpoint($media-tablet) {
          float: none;
      }*/ }

.footer__title {
  margin: 30px 0;
  /*  font: 300 18px "Open Sans", sans-serif;*/
  font: normal 18px "Open Sans", sans-serif;
  color: #555; }


.footer__programs {
  -moz-columns: 4;
  -webkit-columns: 4;
  columns: 4;
  padding-bottom: 30px; }
  @media (max-width: 1024px) {
    .footer__programs {
      -moz-columns: 3;
      -webkit-columns: 3;
      columns: 3; } }


.footer__programs li {
  padding: 0 24px 6px 0; }


.footer__programs li a {
  /*  font: 12px "Open Sans", sans-serif;*/
  font: 12px "Open Sans", sans-serif;
  color: #999; }


/**
 *   ¦бTВ¦¬¦¬¦¬ ¦+¦¬TП TА¦¦¦¦¦¬¦-¦-¦-TЛTЕ ¦-¦¬¦-¦¦¦-¦-
 */
@media (max-width: 1280px) {
  .main-news__adv {
    display: none; } }

@media (max-width: 1024px) {
  .content__article__adv {
    display: none; } }
.content__article__adv .adv {
  padding: 22px 0px;
  border-top: 1px solid #cdcdcd; }
  
.content__article__adv .adv:last-child {
  border-bottom: 1px solid #cdcdcd; }


.after_block-section {
  width: 100%;
  text-align: center;
  height: auto;
  margin: 24px 0;
  display: none; }
  @media (max-width: 1024px) {
    .after_block-section {
      display: block; } }



.adv-news-wrapper-tablet {
  position: absolute;
  left: -100%;
  width: 100%;
  text-align: center;
  display: none; }
  @media (max-width: 1024px) {
    .adv-news-wrapper-tablet {
      display: block; } }



.adv-more-news-mobile {
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
  display: none; }


.adv-news-wrapper-mobile, .adv-news-wrapper-mobile-133 {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
  display: none;
  text-align: center;
  background: #fff; }


.adv-news-wrapper-tablet-134 {
  width: 100%;
  height: auto;
  text-align: center;
  border-bottom: 1px solid #ccc;
  background: #fff;
  display: none; }
  @media (max-width: 1024px) {
    .adv-news-wrapper-tablet-134 {
      display: block; } }


.adv-news-wrapper-tablet-135 {
  width: 100%;
  clear: both;
  height: auto;
  text-align: center;
  display: none; }
  @media (max-width: 1024px) {
    .adv-news-wrapper-tablet-135 {
      display: block; } }


.adv-news-wrapper-mobile-138 {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #444;
  display: none;
  text-align: center; }

/** Блоки */
/**
 *    Base item block (news & video)
 */
.b-item, .b-item_list, .b-item_video-recommend-main, .b-item_video-nowwatch {
  position: relative;
  -moz-transition: background 0.8s ease-out;
  -o-transition: background 0.8s ease-out;
  -webkit-transition: background 0.8s ease-out;
  transition: background 0.8s ease-out; }
  
	  
  .b-item:hover, .b-item_list:hover, .b-item_video-recommend-main:hover, .b-item_video-nowwatch:hover {
    background: #fff; }
  .b-item .b-item__inner, .b-item_list .b-item__inner, .b-item_video-recommend-main .b-item__inner, .b-item_video-nowwatch .b-item__inner {
    padding: 24px 24px 17px;
    border: 1px solid #ccc;
    border-top: none;
    margin: -1px 0 0 -1px; }
	
		
  .b-item .b-item__pic-wrapper, .b-item_list .b-item__pic-wrapper, .b-item_video-recommend-main .b-item__pic-wrapper, .b-item_video-nowwatch .b-item__pic-wrapper {
    display: block;
    margin-bottom: 13px;
    position: relative; }
  .b-item .b-item__pic-wrapper_video-link, .b-item_list .b-item__pic-wrapper_video-link, .b-item_video-recommend-main .b-item__pic-wrapper_video-link, .b-item_video-nowwatch .b-item__pic-wrapper_video-link {
    text-decoration: none; }
  .b-item .b-item__pic-wrapper_video-link:after, .b-item_list .b-item__pic-wrapper_video-link:after, .b-item_video-recommend-main .b-item__pic-wrapper_video-link:after, .b-item_video-nowwatch .b-item__pic-wrapper_video-link:after {
    display: block;
    content: '동영상보기';
    overflow: hidden;
    position: absolute;
    width: 0px;
    padding: 0 40px 0 8px;
    height: 48px;
    left: 0px;
    top: 50%;
    margin-top: -24px;
    background: #0095da url(../img/icons.png) 10px 12px no-repeat;
    /*  font: 12px/48px "Open Sans", sans-serif;*/
    font: 12px/48px "Open Sans", sans-serif;
    color: white;
    text-indent: -122px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-out; }
  .b-item .b-item__pic-wrapper_video-link:hover:after, .b-item_list .b-item__pic-wrapper_video-link:hover:after, .b-item_video-recommend-main .b-item__pic-wrapper_video-link:hover:after, .b-item_video-nowwatch .b-item__pic-wrapper_video-link:hover:after {
    width: 122px;
    background-position: 132px 12px;
    text-indent: 0px; }

  .b-item .b-item__pic-wrapper_fake:before, .b-item_list .b-item__pic-wrapper_fake:before, .b-item_video-recommend-main .b-item__pic-wrapper_fake:before, .b-item_video-nowwatch .b-item__pic-wrapper_fake:before {
    content: ''; }
  .b-item .b-item__pic-wrapper img, .b-item_list .b-item__pic-wrapper img, .b-item_video-recommend-main .b-item__pic-wrapper img, .b-item_video-nowwatch .b-item__pic-wrapper img {
    display: block;
    overflow: hidden; }
  .b-item .b-item__pic, .b-item_list .b-item__pic, .b-item_video-recommend-main .b-item__pic, .b-item_video-nowwatch .b-item__pic {
    /*margin-left: -5%;*/
    width: 100%;
    height: auto;
max-height:306px;	}
  .b-item .b-item__title, .b-item_list .b-item__title, .b-item_video-recommend-main .b-item__title, .b-item_video-nowwatch .b-item__title {
    color: #000; }
  .b-item .b-item__text, .b-item_list .b-item__text, .b-item_video-recommend-main .b-item__text, .b-item_video-nowwatch .b-item__text {
    padding-top: 5px;
    /*  font: normal 14px/18px "Open Sans", sans-serif;*/
    font: normal 14px/18px "Open Sans", sans-serif;
    color: #555; }
  .b-item .b-item__info, .b-item_list .b-item__info, .b-item_video-recommend-main .b-item__info, .b-item_video-nowwatch .b-item__info {
    overflow: hidden;
    font: normal 12px/17px "Open Sans", sans-serif;
    padding: 15px 0 0;
    color: #555555; }
  .b-item .b-item__time, .b-item_list .b-item__time, .b-item_video-recommend-main .b-item__time, .b-item_video-nowwatch .b-item__time {
    float: left; }
    .b-item .b-item__time span, .b-item_list .b-item__time span, .b-item_video-recommend-main .b-item__time span, .b-item_video-nowwatch .b-item__time span {
      padding-left: 12px; }
  .b-item .b-item__views, .b-item_list .b-item__views, .b-item_video-recommend-main .b-item__views, .b-item_video-nowwatch .b-item__views {
    float: right;
    background: url(../img/icons.png) 0 -167px no-repeat;
    padding-left: 28px; }
  .b-item .b-item__src, .b-item_list .b-item__src, .b-item_video-recommend-main .b-item__src, .b-item_video-nowwatch .b-item__src {
    padding-left: 12px; }

/**
 *   Section block
 */
.section {
  border: 1px solid #cccccc;
  border-left: 4px solid #fbca0e;
  /* Todo: change to #CCC */
  margin: -1px 0 0 -1px;
  padding: 0 24px 17px 21px; }


.title_section {
  margin: 0;
  padding: 0;
  border-bottom: none; }


.b-item_section {
  padding-bottom: 19px; }
  .b-item_section .b-item__pic-wrapper {
    width: 50px;
    height: 50px;
    float: left; }
    .b-item_section .b-item__pic-wrapper img {
      width: 100%;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
  .b-item_section h3 {
    margin-left: 74px;
    overflow: hidden; }
  .b-item_section a {
    /*  font: normal 14px/18px "Open Sans", sans-serif;*/
    font: normal 14px/18px "Open Sans", sans-serif; }
  .b-item_section:hover {
    background: none; }
  .b-item_section:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }


.section__list {
  border-bottom: 1px dotted #cccccc; }


.section__item {
  padding: 0 0 19px 20px;
  position: relative; }
  .section__item:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 6px;
    height: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #000; }


.section__item a {
  /*  font: normal 14px/18px "Open Sans", sans-serif;*/
  font: normal 14px/18px "Open Sans", sans-serif; }


.short-news__title {
  border-bottom-style: dotted;
  padding: 0; }


.short-news {
  padding: 0 24px 16px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }


.short-news__item {
  padding-top: 12px; }


.short-news__item__time {
  width: 44px;
  float: left;
  /*  font: 300 12px/18px "Roboto", sans-serif;*/
  font: normal 12px/18px "Open Sans", sans-serif;
  color: #555555; }


.short-news__item__title {
  margin-left: 44px;
  font: normal 12px/18px Arial; }


.link-to-list_short-news {
  margin-left: 44px; }


.breadcrumbs {
  height: 22px;
  border-bottom: 1px dotted #cccccc;
  padding-top: 16px;
  padding-bottom: 16px;
  font: normal 14px/55px "Open Sans", sans-serif;
  line-height: 22px;
  /*font-weight: 300;*/
  font-family: "Open Sans"; }
  .breadcrumbs h2 a {
    color: #255d89;
    display: block;
    float: left;
    padding-right: 16px;
    border-left: 1px solid #cccccc;
    padding-left: 16px; }
    .breadcrumbs h2 a:first-child {
      border-left: none;
      padding-left: 0; }
    .breadcrumbs h2 a:last-child {
      /*font-weight: 600;*/
     /* font-family: "Open Sans"; */}
  .breadcrumbs .breadcrumbs__all-link {
    display: block;
    float: right;
    position: relative;
    padding-right: 42px;
    color: #555555; }

    .breadcrumbs .breadcrumbs__all-link:after {
      content: '';
      display: block;
      position: absolute;
      right: 0px;
      top: -2px;
      width: 25px;
      height: 25px;
      background: url(../img/icons.png) -1px -453px no-repeat; }


.article, .article_broadcast {
  padding: 24px 60px; }
@media (max-width: 1024px) {
    .article {
      padding: 10px 25px !important; } }

  .article:after, .article_broadcast:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }


.article_message {
  padding-top: 188px;
  min-height: 450px; }


.article__date {
  font: normal 14px/18px "Open Sans", sans-serif;
  color: #555555; }
  .article__date .article__time {
    padding-left: 12px;
    padding-right: 12px; }
  .article__date .article__time_update {
    padding-right: 12px; }
  .article__date .article__author {
    padding: 0 12px;
    border-left: 1px solid #ccc; }


.article__title {
  font: normal 32px/36px "RussiaLight", sans-serif;
  padding: 4px 0 24px; }


.article__img {
  padding-bottom: 20px;
  position: relative; }
  .article__img img {
    width: 100%; }
  .article__img .article__photo-author {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0; }
    .article__img .article__photo-author p {
      /*font: normal 14px/18px "Arimo", sans-serif;*/
      font: normal 14px/18px "ArimoItalic", sans-serif;
      color: #fff;
      text-decoration: none;
      /*font-style: italic;*/
      padding: 12px 15px;
      background: rgba(0, 0, 0, 0.6); }


.article__video {
  padding-bottom: 20px;
  width: 100%;
  height: 438px; }


.article__video-link {
  display: block;
  position: relative;
  text-decoration: none; }
  .article__video-link:after {
    content: '동영상보기';
    position: absolute;
    width: 96px;
    height: 96px;
    background: url(../img/icons.png) 23px -27px no-repeat #0095da;
    top: 50%;
    margin-top: -48px;
    left: 0px;
    overflow: hidden;
    /*  font: 20px/96px "Open Sans", sans-serif;*/
    font: 20px/96px "Open Sans", sans-serif;
    color: white;
    text-indent: -250px;
    text-decoration: none;
    transition: all 0.2s ease-out; }
  .article__video-link:hover:after {
    width: 260px;
    padding: 0 0 0 60px;
    background-position: 250px -27px;
    text-indent: 0px; }


.article__text {
  font: normal 16px/24px "Open Sans", sans-serif;
  color: #333333;
  padding-left: 0px;
  padding-top: 24px; }
  
.article__text ol {
list-style: decimal outside none;
}

.article__text ol  li {
padding-bottom:20px;
}
  
  
  
  @media (max-width: 1280px) {
    .article__text {
      padding-left: 0; } }
  .article__text img {
    max-width: 100%; }
  .article__text p {
    padding: 0 0 30px;
    text-align: left !important; }
  .article__text a {
    text-decoration: underline;
    color: #0095da; }
  .article__text a.anons_url {
    color: #000;
    text-decoration: none; }
  .article__text a.anons_url:hover {
    text-decoration: underline; }
  .article__text em, .article__text i {
    font-style: italic; }
  .article__text b, .article__text strong {
    font-weight: bold; }
  .article__text sup {
    vertical-align: super;
    font-size: smaller; }
  .article__text sub {
    vertical-align: sub;
    font-size: smaller; }
  .article__text .article__author {
    font: normal 14px/18px "Open Sans", sans-serif;
    color: #666;
    font-style: italic;
    margin-bottom: 16px; }
  .article__text .article_end {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background: url(../img/article_end.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-left: 10px; }
  .article__text div.article__video-link-double {
    padding: 12px 0 30px; }
    .article__text div.article__video-link-double a {
      color: #fff;
      background: #0095da url(../img/icons.png) 10px 12px no-repeat;
      text-decoration: none;
      padding: 13px 12px 13px 48px; }


.more-news {
  padding: 24px 70px; }

  .more-news .more-news__title {
   /* float: left;*/
   float: none;
    font: normal 14px/55px "Open Sans", sans-serif;
    color: black;
    text-transform: uppercase; }
    @media (max-width: 1280px) {
      .more-news .more-news__title {
        float: none; } }
  .more-news ul {
    /*margin-left: 146px;*/
margin-left: 0	}
    @media (max-width: 1280px) {
      .more-news ul {
        margin-left: 0; } }
    .more-news ul a.play {
      position: absolute;
      width: 24px;
      height: 25px;
      background: url(../img/icons.png) 0 -575px no-repeat;
      top: 50%;
      right: 0px;
      margin-top: -12px; }


.article__text-soc-tool__item {
  padding-bottom: 24px; }


.aside-menu__title, .aside-menu__list-item {

  color: white;
  border-bottom: 1px dotted #444444;
  padding: 0px; }
  

.aside-menu {
  background: #333333;
  border-right: 1px solid #cccccc;
  margin-left: -1px; }


.aside-menu__list-item {
  font-size: 16px;
  /*font-weight: 300;*/
  font-family: "Open Sans";
  text-transform: none; }
  .aside-menu__list-item.active {
    background: #0095da;
    width: 100%;
    margin-left: -24px; }
  .aside-menu__list-item a {
    display: block; }

	
.aside-menu__list-item:last-child{
  color: white;
  border-bottom: 0;
}

.aside-menu__list-item_has-child {
  min-height: 55px;
  height: auto;
  position: relative;
  cursor: pointer; }
  .aside-menu__list-item_has-child:after {
    content: '';
    position: absolute;
    background: url(../img/icons.png) 0 -537px no-repeat;
    width: 11px;
    height: 18px;
    top: 18px;
    right: 0px; }


.aside-menu__sublist {
  background: #222222;
  width: 100%;
  overflow: hidden;
  margin-left: -24px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px; }
  .aside-menu__sublist:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #222222;
    box-shadow: -4px 0px 20px 24px #222222; }


.aside-menu__sublist-item {
  /*  font: 300 14px/24px "Open Sans", sans-serif;*/
  font: normal 14px/24px "Open Sans", sans-serif;
  color: #999999; }
  .aside-menu__sublist-item.active {
    font-weight: bold;
    color: white; }
  .aside-menu__sublist-item a {
    white-space: nowrap; }


.b-line-item, .b-line-item_video-recommend, .b-line-item_broadcast {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative; }
  .b-line-item:after, .b-line-item_video-recommend:after, .b-line-item_broadcast:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  .b-line-item .b-line-item__pic-wrapper, .b-line-item_video-recommend .b-line-item__pic-wrapper, .b-line-item_broadcast .b-line-item__pic-wrapper {
    width: 130px;
    float: left; }
    .b-line-item .b-line-item__pic-wrapper img, .b-line-item_video-recommend .b-line-item__pic-wrapper img, .b-line-item_broadcast .b-line-item__pic-wrapper img {
      width: 100%; }
  .b-line-item .b-line-item__title, .b-line-item_video-recommend .b-line-item__title, .b-line-item_broadcast .b-line-item__title {
    margin: 0 0 0 154px;
    font: normal 14px/18px "Open Sans", sans-serif;
    color: black;
    max-width: 350px;
    padding-right: 24px; }
  .b-line-item .b-line-item__info, .b-line-item_video-recommend .b-line-item__info, .b-line-item_broadcast .b-line-item__info {
    margin: 0 0 0 154px;
    overflow: hidden;
    font: normal 12px/17px "Open Sans", sans-serif;
    padding: 24px 0 0;
    color: #555555; }
  .b-line-item .b-line-item__time, .b-line-item_video-recommend .b-line-item__time, .b-line-item_broadcast .b-line-item__time {
    float: left;
    margin-right: 34px; }
  .b-line-item .b-line-item__views, .b-line-item_video-recommend .b-line-item__views, .b-line-item_broadcast .b-line-item__views {
    float: left;
    background: url(../img/icons.png) 0 -167px no-repeat;
    padding-left: 28px; }


.share {
/*  float: left;
  width: 120px;
  padding: 16px 0 2px; */
float: none;
width: auto;
 margin-left: -10px;
  }
  @media (max-width: 1280px) {
    .share {
      float: none;
      width: auto;
      margin-left: -10px; } }
  .share .b-share_theme_counter .b-share-btn__wrap {
    width: 120px;
    height: 31px;
    margin: 10px 5px 0 0; }
    @media (max-width: 1280px) {
      .share .b-share_theme_counter .b-share-btn__wrap {
        width: auto; } }
  .share .b-share_theme_counter .b-share-btn__facebook, .share .b-share_theme_counter .b-share-btn__facebook:hover, .share .b-share_theme_counter .b-share-btn__facebook:active,
  .share .b-share_theme_counter .b-share-btn__vkontakte, .share .b-share_theme_counter .b-share-btn__vkontakte:hover, .share .b-share_theme_counter .b-share-btn__vkontakte:active,
  .share .b-share_theme_counter .b-share-btn__twitter, .share .b-share_theme_counter .b-share-btn__twitter:hover, .share .b-share_theme_counter .b-share-btn__twitter:active,
  .share .b-share_theme_counter .b-share-btn__gplus, .share .b-share_theme_counter .b-share-btn__gplus:hover, .share .b-share_theme_counter .b-share-btn__gplus:active,
  .share .b-share_theme_counter .b-share-btn__odnoklassniki, .share .b-share_theme_counter .b-share-btn__odnoklassniki:hover, .share .b-share_theme_counter .b-share-btn__odnoklassniki:active {
    background: none;
    height: 31px;
    display: block;
    border-top-color: transparent; }
  .share .b-share_theme_counter .b-share__link:active {
    height: 31px; }
  .share .b-share_theme_counter .b-share__link:hover .b-share-counter {
    border-color: #000; }
    .share .b-share_theme_counter .b-share__link:hover .b-share-counter:before {
      background: url(../img/icons_share_before.png) 0 0 no-repeat; }
  .share .b-share_theme_counter .b-share-icon {
    margin-top: 4px; }
  .share .b-share_theme_counter .b-share-icon_facebook {
    background: transparent url(../img/icons.png) 7px -609px no-repeat; }
  .share .b-share_theme_counter .b-share-icon_vkontakte {
    background: transparent url(../img/icons.png) -12px -609px no-repeat; }
  .share .b-share_theme_counter .b-share-icon_twitter {
    background: transparent url(../img/icons.png) -35px -609px no-repeat; }
  .share .b-share_theme_counter .b-share-icon_gplus {
    background: transparent url(../img/icons.png) -85px -609px no-repeat; }
  .share .b-share_theme_counter .b-share-icon_odnoklassniki {
    background: transparent url(../img/icons.png) -61px -609px no-repeat; }
  .share .b-share_theme_counter .b-share-counter {
    position: relative;
    border: 1px solid #cccccc;
    border-left: none;
    margin-left: 10px;
    height: 23px;
    line-height: 23px;
    color: black;
    text-align: center;
    width: 50px;
    text-indent: -9999px !important;
    background: url(../img/share_bg.png) 50% 50% no-repeat;
    display: block; }
    .share .b-share_theme_counter .b-share-counter:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -6px;
      width: 6px;
      height: 25px;
      background: url(../img/icons.png) 0px -643px no-repeat; }
    .share .b-share_theme_counter .b-share-counter:active {
      margin-top: -2px; }
  .share .b-share_theme_counter .b-share-btn__counter .b-share-counter {
    text-indent: 0px !important;
    background: none; }


.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none; }
  .overlay .media__carousel {
    max-width: 600px;
    margin: 22px auto 0;
    padding: 0 24px;
    width: auto; }


.overlay__close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../img/alt-close.png") 50% 50% no-repeat;
  right: 18px;
  top: 18px;
  z-index: 999999;
  cursor: pointer; }
 @media (max-width: 530px) {
    .overlay__close {
      top: 6px; } }

  .overlay__close:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }
  .overlay__close:hover:after {
    transform: scale(1); }


.overlay__block {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  max-height: 773px;
  background: rgba(0, 0, 0, 0.6);
  left: 50%;
  top: 50%;
  margin-top: -386.5px;
  margin-left: -640px; }
  @media (max-height: 773px) {
    .overlay__block {
      top: 0;
      margin-top: 0px; } }
  @media (max-width: 1280px) {
    .overlay__block {
      left: 0;
      margin-left: 0px; } }
  .overlay__block .media__main-item__author {
    font: normal 12px/18px Arial;
    color: #999;
    display: none; }
    @media (max-width: 530px) {
      .overlay__block .media__main-item__author {
        font-size: 10px; } }
  .overlay__block .media__main-item__author {
    font: normal 12px/18px Arial;
    color: #999;
    display: none; }

  .overlay__block .media__main__author {
    position: relative;
    margin-top: -3px; }
  .overlay__block .media__main-item {
    position: relative;
    overflow: hidden; }
  .overlay__block .media__main-item-alt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 57px 20px 24px;
    font: normal 14px/18px "Open Sans", sans-serif;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    height: auto;
    display: none; }
 @media (max-width: 530px) {
      .overlay__block .media__main-item-alt {
        display: none !important; } }
    .overlay__block .media__main-item-alt .close {
      background: url("../img/alt-close.png") 50% 50% no-repeat;
      position: absolute;
      top: 20px;
      right: 22px;
      border: 2px solid transparent;
      width: 20px;
      height: 20px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.6s;
      -o-transition: all 0.6s;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      cursor: pointer; }
      .overlay__block .media__main-item-alt .close:hover {
        border-color: #fff; }


.overlay__block_photo {
  max-height: 773px;
  margin-top: -386.5px; }
@media (max-height: 773px) {
    .overlay__block_photo {
      top: 0;
      margin-top: 0px; } }


.overlay__title {
  height: 65px;
  padding: 24px 100px 0 24px;
  color: white;
  font: normal 18px/24px "Open Sans", sans-serif; }
@media (max-width: 530px) {
    .overlay__title {
      height: 48px;
      font-size: 12px;
      line-height: 18px;
      padding-top: 12px; } }


.overlay__adv {
  float: right;
  width: 240px;
  height: 600px;
  padding: 0 24px 24px; }
 @media (max-width: 900px) {
    .overlay__adv {
      display: none; } }

.overlay__content {
  position: absolute;
  top: 89px;
  left: 24px;
  bottom: 24px;
  right: 288px; }
  @media (max-width: 900px) {
    .overlay__content {
      right: 24px; } }
  @media (max-width: 530px) {
    .overlay__content {
      top: 65px; } }
	  
.overlay__media {
  padding-bottom: 24px;
  height: 100%; }


/** Overlay ¦+¦¬TП TА¦-¦¬¦+¦¦¦¬¦- TД¦-TВ¦-¦¦¦-¦¬¦¦TА¦¦¦¬  */
.overlay_photogallery {
  overflow: scroll; }


.overlay_photogallery .overlay__block {
  background: none; }


.overlay_photogallery .overlay__block-inner {
  position: relative;
  min-height: 690px;
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 24px; }


.overlay_photogallery .media__main-item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block; }


.overlay_photogallery .overlay__content {
  position: relative;
  margin-right: 288px;
  margin-left: 24px;
  left: 0;
  top: 1px;
  border: 0px; }
  @media (max-width: 900px) {
    .overlay_photogallery .overlay__content {
      margin-right: 24px; } }

.overlay__adv__iframe {
  width: 240px;
  height: 600px;
  overflow: hidden;
  border: none; }

/*! jQuery UI - v1.10.4 - 2014-05-27
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%230095da&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%23aaaaaa&fcHeader=%23fff&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23ccc&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%230095da&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23fff&iconColorHover=%23454545&bgColorActive=%230095da&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23fff&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Misc visuals
----------------------------------*/
.ui-datepicker {
  width: 230px;
  padding: 12px 12px 0;
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  z-index: 100; }


.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }


.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  background: url("../img/icons.png") no-repeat;
cursor: pointer;
  }


.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none; }


.ui-datepicker .ui-datepicker-prev {
  left: 6px;
  background-position: -11px -937px; }


.ui-datepicker .ui-datepicker-next {
  right: 6px;
  background-position: 0px -937px; }


.ui-datepicker .ui-datepicker-title {
  margin: 0 6px;
  text-align: center;
  font: normal 14px/55px "Open Sans", sans-serif;
  line-height: 35px; }


.ui-datepicker table {
  width: 100%;
  font: normal 12px/17px "Open Sans", sans-serif;
  border-collapse: collapse;
  margin: 0 0 12px; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }


.ui-datepicker td {
  border: 0;
  padding: 1px; }


.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none; }


.ui-datepicker td a:hover {
  background-color: #0095da;
  color: #fff; }

/* Component containers
----------------------------------*/
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }


.ui-widget-header {
  background: #0095da;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }


.ui-widget-header a {
  color: #fff; }
  
.ui-state-disabled {
	
	color: #AEAEAE;
cursor: default;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ccc;
  background: #cccccc;
  color: #363636; }

/**
 *    Фото карусель
 */
.photo-carousel {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 24px; }


.photo-carousel__inner {
  margin: 0 auto; }


.photo-carousel__item {
  margin: 0 12px; }
  .photo-carousel__item a {
    display: block;
    position: relative; }
    .photo-carousel__item a:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.5); }
  .photo-carousel__item img {
    display: block;
    width: 100%; }


.photo-carousel__item_fake {
  background: #eeeeee;
  margin: 0 12px; }
  .photo-carousel__item_fake img {
    display: block;
    width: 100%; }


.photo-carousel__item_current a:before {
  display: none; }


.photo-carousel__item_video a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  height: 26px;
  width: 26px;
  background: url(../img/icons.png) no-repeat; }

/**
 *  Media carousel
 */
.media__main {
  overflow: hidden;
  position: relative; }
  .media__main img {
    width: 100%;
    display: block; }
  .media__main .media__main-item_preload {
    display: none; }
  .media__main .media__main-item_video {
    position: relative;
    cursor: pointer; }
    .media__main .media__main-item_video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 999; }
  .media__main .media__main-item_video:after {
    display: block;
    content: "동영상보기";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 186px;
    height: 46px;
    margin: -93px 0 0 -93px;
    padding-top: 140px;
    text-align: center;
    font: normal 12px/17px "Open Sans", sans-serif;
    color: white;
    background: url(../img/icons.png) 0 -1510px no-repeat;
    z-index: 99; }
  .media__main .owl-prev, .media__main .owl-next {
    display: block;
    opacity: 0;
    position: absolute;
    width: 62px;
    height: 62px;
    top: 50%;
    margin-top: -31px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  .media__main .owl-prev {
    left: 24px; }
    .media__main .owl-prev:after {
      content: '';
      display: block;
      position: absolute;
      top: 22px;
      left: 26px;
      width: 10px;
      height: 18px;
      background: url(../img/icons.png) -11px -937px no-repeat; }
    .media__main .owl-prev:before {
      content: '';
      display: block;
      position: absolute;
      top: -2px;
      left: -2px;
      width: 62px;
      height: 62px;
      border: 2px solid #fff;
      opacity: 0;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.6s;
      -o-transition: all 0.6s;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
    .media__main .owl-prev:hover:before {
      opacity: 1; }
  .media__main .owl-next {
    right: 24px; }
    .media__main .owl-next:after {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 18px;
      top: 22px;
      left: 26px;
      background: url(../img/icons.png) 0px -937px no-repeat; }
    .media__main .owl-next:before {
      content: '';
      display: block;
      position: absolute;
      top: -2px;
      left: -2px;
      width: 62px;
      height: 62px;
      border: 2px solid #fff;
      opacity: 0;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.6s;
      -o-transition: all 0.6s;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
    .media__main .owl-next:hover:before {
      opacity: 1; }
  .media__main:hover .owl-prev, .media__main:hover .owl-next {
    opacity: 1; }


.media__carousel .media__carousel__item {
  display: block;
  position: relative;
  max-width: 300px;
  margin: 0 12px;
  border: 2px solid transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  .media__carousel .media__carousel__item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }
  .media__carousel .media__carousel__item.current {
    border-color: #fff; }
  .media__carousel .media__carousel__item.current:before {
    display: none; }
  .media__carousel .media__carousel__item.media__carousel__item_video:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    height: 26px;
    width: 26px;
    background: url(../img/icons.png) no-repeat; }
.media__carousel .media__carousel__item_preload {
  display: none; }
.media__carousel img {
  width: 100%;
  display: block; }
.media__carousel .owl-wrapper {
  margin: 0 auto; }
.media__carousel .owl-prev, .media__carousel .owl-next {
  display: block;
  position: absolute;
  width: 10px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  background: url(../img/icons.png) -11px -937px no-repeat; }
.media__carousel .owl-prev {
  left: 6px; }
.media__carousel .owl-next {
  right: 6px;
  background: url(../img/icons.png) 0px -937px no-repeat; }


.theme-media .media__carousel .media__carousel__item {
  margin: 0;
  border: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
.theme-media .media__carousel .owl-prev, .theme-media .media__carousel .owl-next {
  display: block;
  opacity: 0;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -21px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-image: none; }
.theme-media .media__carousel .owl-prev {
  left: 6px; }
  .theme-media .media__carousel .owl-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 15px;
    width: 10px;
    height: 18px;
    background: url(../img/icons.png) -11px -937px no-repeat; }
.theme-media .media__carousel .owl-next {
  right: 6px; }
  .theme-media .media__carousel .owl-next:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 18px;
    top: 12px;
    left: 17px;
    background: url(../img/icons.png) 0px -937px no-repeat; }
.theme-media .media__carousel:hover .owl-prev, .theme-media .media__carousel:hover .owl-next {
  opacity: 1; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }


.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }


.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }


.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }


.owl-carousel .owl-item {
  float: left; }


.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }


.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }


.owl-buttons {
  height: 100%;
  width: 100%; }


.photo-carousel .owl-prev, .photo-carousel .owl-next {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px; }
.photo-carousel .owl-prev {
  background: url(../img/icons.png) 4px -1155px no-repeat;
  left: -24px; }
.photo-carousel .owl-next {
  background: url(../img/icons.png) 12px -1077px no-repeat;
  right: -24px; }


/* -- ¦Т¦У¦в¦а¦Ъ-¦-¦-TА -- */
.vgtrk-bar-big-wrap {
  width: 100%;
  min-width: 1024px;
  height: 39px;
  border-bottom: 1px solid #ccc;
  background: #f3f3f3;
  position: relative;
  z-index: 13; }


.vgtrk-bar-wrap {
  padding: 0 64px;
  max-width: 1280px;
min-width: 1024px;

  margin: 0 auto;
  line-height: 39px;
  position: relative;
  z-index: 9999; }
@media (max-width: 1024px) {
    .vgtrk-bar-wrap {
padding: 0px !important; } }


.vgtrk-bar-wrap ul {
  z-index: 9999; }


.vgtrk-bar-wrap a {
  text-decoration: none; }


.vgtrk-bar-wrap li.root {
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: auto;
  height: 40px;
  padding: 0 24px;
  margin-bottom: -1px;
  border-right: 1px solid #ccc;
  /*    font: normal 14px/39px "Arimo", sans-serif;*/
  font: normal 14px/39px "Open Sans", sans-serif;
  color: #555; }


.vgtrk-bar-wrap li.root.first {
  border-left: 1px solid #ccc; }
@media (max-width: 1024px) {
    .vgtrk-bar-wrap li.root.first {
border-left:0px; } }


.vgtrk-bar-wrap li.root:hover {
  background-color: #fff;
  color: #000; }


.vgtrk-bar-wrap li.root.dropdown:hover {
  background: #fff; }


.vgtrk-bar-wrap li.root ul {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  min-width: 120px;
  background: #fff;
  /*font: normal 14px/24px "Arimo", sans-serif;*/
  font: normal 14px/24px "Open Sans", sans-serif;
  padding: 15px 24px; }
  
  
.vgtrk-bar-wrap li.root ul li {
  padding-bottom: 5px; }
.vgtrk-bar-wrap li.root ul li:last-child {
  padding-bottom: 0px; }

.vgtrk-bar-wrap li.root.dropdown:hover ul {
  display: block; }


.vgtrk-bar-wrap li.dropdown ul li:hover {
  text-decoration: underline; }


.vgtrk-bar-wrap li.root span.drop {
  background: url("../img/icons.png") -13px -1960px no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 9px;
  margin-left: 9px; }


.vgtrk-bar-wrap li.dropdown:hover span.drop {
  background: url("../img/icons.png") 0px -1960px no-repeat; }


.vgtrk-bar-social-wrap {
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 64px;
  height: 39px; }
@media (max-width: 1024px) {
    .vgtrk-bar-social-wrap  {
right: 0px !important; } }


.vgtrk-bar-social-wrap a {
  display: block;
  width: 48px;
  height: 39px;
  border-right: 1px solid #ccc;
  float: left;
  background: url("../img/vgtrk-bar-soc-icon.png") 1px 0 no-repeat; }

@media (max-width: 1024px) {
    .vgtrk-bar-social-wrap a:last-child  {
border-right: 0px !important; } }  


.vgtrk-bar-social-wrap a.soc-buttons_vk:hover {
  background-position: 1px -39px; }


.vgtrk-bar-social-wrap a.soc-buttons_fb {
  background-position: -47px 0px; }


.vgtrk-bar-social-wrap a.soc-buttons_fb:hover {
  background-position: -47px -39px; }


.vgtrk-bar-social-wrap a.soc-buttons_twt {
  background-position: -95px 0px; }


.vgtrk-bar-social-wrap a.soc-buttons_twt:hover {
  background-position: -95px -39px; }


.vgtrk-bar-social-wrap a.soc-buttons_ok {
  background-position: -341px 0px; }


.vgtrk-bar-social-wrap a.soc-buttons_ok:hover {
  background-position: -341px -39px; }


.vgtrk-bar-social-wrap a.soc-buttons_gplus {
  background-position: -144px 0px; }


.vgtrk-bar-social-wrap a.soc-buttons_gplus:hover {
  background-position: -144px -39px; }


.vgtrk-bar-social-wrap a.soc-buttons_rss {
  background-position: -194px 0px; }


.vgtrk-bar-social-wrap a.soc-buttons_rss:hover {
  background-position: -194px -39px; }


.vgtrk-bar-social-wrap a.soc-buttons_insta {
  background-position: -242px 0px; }


.vgtrk-bar-social-wrap a.soc-buttons_insta:hover {
  background-position: -242px -39px; }


.vgtrk-bar-social-wrap a.soc-buttons_youtube {
  background-position: -292px 0px; }


.vgtrk-bar-social-wrap a.soc-buttons_youtube:hover {
  background-position: -292px -39px; }


.vgtrk-bar-social-wrap a.soc-buttons_telegram {
  background-position: -384px 0px; }


.vgtrk-bar-social-wrap a.soc-buttons_telegram:hover {
  background-position: -384px -39px; }


@media (max-width: 1024px) {
  .page-wrap {
    padding: 0px 0px 0px; } }

/*@media (max-width: 1024px) {
  .vgtrk-bar-social-wrap {
    display: none; } */


  .vgtrk-bar-wrap {
    padding: 0 64px; } }


.b-item-broadcasts__title {
  height: 57px;
  line-height: 57px;
  font: normal 14px/55px "Open Sans", sans-serif;
  color: #fff;
  background-color: #0a7aae;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF0A7AAE', endColorstr='#FF28AEED');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhN2FhZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YWVlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0a7aae), color-stop(100%, #28aeed));
  background-image: -moz-linear-gradient(left, #0a7aae 0%, #28aeed 100%);
  background-image: -webkit-linear-gradient(left, #0a7aae 0%, #28aeed 100%);
  background-image: linear-gradient(to right, #0a7aae 0%, #28aeed 100%);
  text-transform: uppercase; }


.broadTБast-item {
  padding-bottom: 14px;
  position: relative; }
  .broadTБast-item.broadcast-item_current:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 3px;
    background: url(../img/icons.png) 0 -1779px;
    width: 24px;
    height: 25px; }
  .broadTБast-item .broadTБast-item__time {
    width: 44px;
    float: left;
    font: normal 12px/17px "Open Sans", sans-serif;
    min-height: 1px;
    color: #555555; }
  .broadTБast-item h4 {
    overflow: hidden;
    font: normal 14px/18px "Open Sans", sans-serif; }
  .broadTБast-item.broadcast-item_current h4 {
    font-size: 18px; }


.b-item-broadcasts__link {
  font: normal 12px/17px "Open Sans", sans-serif;
  color: #555555;
  margin-left: 44px; }


.b-item-broadcasts__date {
  font: normal 12px/17px "Open Sans", sans-serif;
  color: #555555;
  margin: 0 0 18px 44px; }


.broadTБast-item + .b-item-broadcasts__date {
  margin-top: 13px; }

/*
    Push Notifications popUp
*/
/* 
    Created on : 16.02.2016, 13:29:49
    Author     : ¦Ш¦¬TМTП
*/
.b-push-notification {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: default; }
  .b-push-notification.b-push-notification--hidden {
    z-index: -100;
    opacity: 0;
    transition: opacity .5s, .5s z-index .1s; }
  .b-push-notification.b-push-notification--visible {
    z-index: 100;
    opacity: 1;
    transition: z-index .1s, .5s opacity .1s; }

.b-push-notification__inner {
  position: relative;
  width: 100%;
  min-width:1024px;
  height: 100%; }

.b-push-notification__pop-up {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  width: 50%;
  padding: 24px 24px 36px 48px;
  box-sizing: border-box;
  margin: 0 auto;
  background: white; }


.b-push-notification__controll.b-push-notification__controll--top {
  margin: 0 0 12px;
  text-align: right; }
.b-push-notification__controll.b-push-notification__controll--bottom {
  margin: 12px 0 0;
  text-align: left; }

.b-push-notification__confirm {
  display: inline-block;
  padding: 8px 12px;
  background: #fff;
  font: normal 14px/14px "Open Sans", sans-serif;
  text-decoration: none;
  color: #777777;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .b-push-notification__confirm:hover {
    text-decoration: none; }

.b-push-notification__unsubscribe {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 0 0 10px;
  background: #fff;
  font: normal 14px/14px "Open Sans", sans-serif;
  color: #999999;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .b-push-notification__unsubscribe:hover {
    text-decoration: none; }

.b-push-notification__refuse {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: 0;
  border: 0;
  outline: 0;
  cursor: pointer; }
  .b-push-notification__refuse:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 9px;
    height: 18px;
    width: 1px;
    background: #9c9c9c;
    transform: rotate(45deg); }
  .b-push-notification__refuse:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 9px;
    height: 18px;
    width: 1px;
    background: #9c9c9c;
    transform: rotate(-45deg); }

.b-push-notification__message {
  margin: 12px 0; }
  .b-push-notification__message p {
    font: normal 14px/16px "Open Sans", sans-serif;
    color: #777777;
    margin: 0;
    padding: 0; }

.b-push-notification__open {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  background: none;
  font: normal 14px/14px "Open Sans", sans-serif;
  color: #999999;
  border: none;
  cursor: pointer;
  outline: none; }

/** Стили для отдельных страниц  */
/**
 *    ¦бTВ¦¬¦¬¦¬ ¦+¦¬TП ¦¦¦¬¦-¦-¦-¦-¦¦ TБTВTА¦-¦-¦¬TЖTЛ
 *
 */
/**
 *   ¦ЯTА¦-¦-¦- ¦-¦¬¦-¦¦
 */
.promo {
  background: #333333;
  position: relative;
  overflow: hidden; }


.promo__news {
  width: 75%; }
  .promo__news:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  @media (max-width: 1280px) {
    .promo__news {
      width: 100%; } }


.promo__news:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/**
 *  promo news block
 */
.b-item_promo {
  width: 33.33%;
  float: left; }
  .b-item_promo:hover {
    background: none; }
  .b-item_promo .b-item__inner {
    padding: 0;
    border: none;
    border-right: 1px solid #444444;
    margin: 0; }
  .b-item_promo:last-child .b-item__inner {
    border-right: none; }
  .b-item_promo:nth-child(2) .b-item__inner {
    border: none; }
  .b-item_promo .b-item__title {
    color: white;
    background-color: #333333;
    padding: 11px 24px 0 24px;
    line-height: 18px;
    font-size: 14px;
    min-height: 54px; }
  .b-item_promo .b-item__pic-wrapper {
    margin-bottom: 0px; }
  .b-item_promo .b-item__info {
    padding: 8px 24px 6px;
    color: #999999; }
  .b-item_promo.b-item_promo-main .b-item__title {
    font-size: 16px;
    position: absolute;
    bottom: 31px;
    min-height: inherit;
    margin-right: 1px; }
  .b-item_promo.b-item_promo-main .b-item__info {
    position: absolute;
    bottom: 0px; }
  .b-item_promo.b-item_promo-novideo .b-item__title, .b-item_promo.b-item_promo-novideo .b-item__info {
    padding-left: 24px; }



.b-item_promo-clear {
  clear: left; }


.b-item_promo-main {
  width: 50%; }



.b-item_promo .b-item__views {
  background: url(../img/icons.png) 0 -131px no-repeat; }


.b-item_promo-main .b-item__title, .b-item_promo-main .b-item__info {
  padding-left: 120px; }


.b-item_promo-main .b-item_promo__text-wrap {
  height: 78px; }


.b-item_promo__video-link {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 96px;
  height: 24px;
  padding: 72px 0 0;
  background: #0095da url(../img/icons.png) 23px -34px no-repeat;
  /*  font: normal 10px "Open Sans", sans-serif;*/
  font: normal 10px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  z-index: 10; }

.themes {
  width: 25%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #222222;
  height: 100%;
  overflow: hidden; }
  .themes:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background: #222222;
    box-shadow: 0px -4px 20px 24px #222222; }
  .themes.themes_opened:after {
    display: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  @media (max-width: 1280px) {
    .themes {
		display:none;
      position: relative;
      width: 100%;
      height: 220px; } }

.themes__title {
  margin: 0 24px;
  height: 55px;
  font: normal 14px/55px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #444444; }

.themes__list {
  padding: 0 24px; }
  @media (max-width: 1280px) {
    .themes__list {
      padding: 0;
      font-size: 0px; } }


.themes__item {
  padding: 13px 0 14px;
  border-bottom: 1px dotted #444444; }
  @media (max-width: 1280px) {
    .themes__item {
      width: 33%;
      border: none;
      display: inline-block;
      vertical-align: top; } }



.themes__item__title {
  font: normal 14px/18px "Open Sans", sans-serif;
  color: white; }
  @media (max-width: 1280px) {
    .themes__item__title {
      margin-left: 24px; } }



.themes__item__time, .theme-header__title__time {
  margin: 7px 0 0;
  padding: 0px 0 0 30px;
  font: normal 12px/17px "Open Sans", sans-serif;
  color: #999;
  background: url(../img/icons.png) 0 -363px no-repeat; }
  @media (max-width: 1280px) {
    .themes__item__time, .theme-header__title__time {
      margin-left: 24px; } }



.themes__item__time_current, .theme-header__title__time {
  color: #ffa800;
  background: url(../img/icons.png) 0 -345px no-repeat; }


.themes__btn-show {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/icons.png) 0 -274px no-repeat;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }


.themes_opened .themes__btn-show {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/**
 *   ¦бTВTА¦-¦-¦-¦¬TЖ¦- ¦-¦-¦-¦-TБTВ¦¦¦¦
 *
 */
@media (max-width: 1280px) {
  .b-item_list {
    margin-right: -1px; } }
.b-item_list .b-item__inner {
  overflow: hidden; }
.b-item_list .b-item__pic-wrapper {
  float: left;
  padding-right: 24px;
  width: 45%; }
  @media (max-width: 1280px) {
    .b-item_list .b-item__pic-wrapper {
      float: none;
      padding-right: 0px;
      width: 100%; } }


.date-pagination {
  padding: 32px 0; }
  .date-pagination:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  .date-pagination .date-pagination__item {
    float: left;
    width: 20%;
    position: relative;
    min-height: 1px;
    font: normal 16px/24px "Open Sans", sans-serif;
    font-size: 14px;
    color: black; }
    .date-pagination .date-pagination__item > a {
      display: block;
      text-decoration: none; }
    .date-pagination .date-pagination__item .date-pagination__item__day {
      font: normal 12px/17px "Open Sans", sans-serif;
      color: #555555; }
  .date-pagination .date-pagination__item_current {
    color: #0095da; }
  .date-pagination a.date-pagination__item__calendar {
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    background: url(../img/icons.png) 0 -1229px no-repeat;
    width: 47px;
    height: 47px;
    padding: 0; }
  .date-pagination .ui-datepicker {
    top: 47px;
    left: -127px; }


.title__dossier-link {
  padding-right: 26px;
  padding-left: 30px;
  background: url("../img/icons.png") 71px -1883px no-repeat;
  cursor: pointer; }


div.dossier-link_liter {
  padding: 17px 25px;
  display: none;
  overflow: hidden; }


div.dossier-link_liter a {
  /*font: normal 13px/28px "Arimo", sans-serif;*/
  font: normal 13px/28px "Open Sans", sans-serif;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  text-align: center;
  margin: 5px;
  text-decoration: none; }


div.dossier-link_liter a:hover, div.dossier-link_liter a.activ {
  border: 1px solid #999; }


/* -- ¦Ъ¦-¦¬¦¦¦-¦+¦-TАTМ ¦+¦¬TП ¦-¦-¦¬¦¦¦-TМ¦¦¦¬TЕ TА¦-¦¬TА¦¦TИ¦¦¦-¦¬¦¦ --*/
@media (max-width: 1280px) {
  .date-pagination .date-pagination__item {
    width: 33.3%; }


  .date-pagination .date-pagination__item:nth-child(4), .date-pagination .date-pagination__item:nth-child(3) {
    display: none; } }
/* -- */
.theme-header {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #333333; }


.theme-header__label {
  font: normal 16px/24px "Open Sans", sans-serif;
  color: #999999; }


.theme-header__title, .theme-header__title_article {
  font: normal 32px/36px "RussiaLight", sans-serif;
  font-size: 30px;
  color: white;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }


.theme-header__title__time {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 24px; }


.theme-news {
  width: 66%;
  float: right; }

  .theme-news .title, .theme-news .aside-menu__title, .theme-news .aside-menu__list-item, .theme-news .video-popular__title, .theme-news .video-nowwatch__title, .theme-news .title_broadcasts, .theme-news .air-radio .air-radio__player .air-radio__title, .air-radio .air-radio__player .theme-news .air-radio__title {
    border-left: 1px solid #cccccc;
    margin-left: -1px; }


.theme-pagination {
  width: 33%;
  margin-top: 16px;
  float: left; }



.theme-pagination__items-wrap {
  display: none; }


.theme-pagination__period-title {
  float: left;
  color: #0095da;
  font: normal 16px/24px "Open Sans", sans-serif;
  font-size: 14px; }



.theme-pagination__item {
  display: block;
  height: 24px;
  padding-right: 24px;
  position: relative;
  margin-top: 1px;
  margin-left: 80px; }

  .theme-pagination__item .theme-pagination__item__inner {
    display: block;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }
  .theme-pagination__item:hover .theme-pagination__item__inner {
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    background-color: #0095da; }


.theme-pagination__item_current a {
  background-color: #0095da; }
.theme-pagination__item_current .theme-pagination__item__num {
  position: absolute;
  top: 0;
  right: 0px;
  color: #0095da;
  font: normal 16px/24px "Open Sans", sans-serif;
  font-size: 12px; }


.theme-pagination__loading {
  display: none;
  height: 66px;
  position: relative; }

  .theme-pagination__loading:after {
    content: ''; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }


.jspPane {
  position: absolute; }


.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: none; }


.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: none; }


.jspCap {
  display: none; }


.jspHorizontalBar .jspCap {
  float: left; }


.jspTrack {
  background: #cccccc;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }


.jspDrag {
  background: #555555;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }


.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }


.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }


.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }


.jspVerticalBar .jspArrow {
  height: 16px; }


.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }


.jspVerticalBar .jspArrow:focus {
  outline: none; }


.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }


.theme-header__title_article {
  background: url(../img/icons.png) 0px -1001px no-repeat;
  padding-left: 46px; }


.video-popular__title, .video-nowwatch__title {
  line-height: 20px;
  padding-top: 17px; }
  .video-popular__title .video-subtitle, .video-nowwatch__title .video-subtitle {
    display: block;
    font: normal 12px/17px "Open Sans", sans-serif;
    text-transform: none; }


.video-popular__title {
  height: 38px; }
  .video-popular__title .video-subtitle {
    color: #555555; }


.video-recommend {
  border-bottom: 1px solid #cccccc; }

@media (max-width: 1280px) {
  .b-line-item_video-recommend .b-line-item__title {
    padding-right: 0; } }
@media (max-width: 1024px) {
  .b-line-item_video-recommend .b-line-item__title {
    margin-left: 0; } }

@media (max-width: 1280px) {
  .b-line-item_video-recommend .b-line-item__info {
    padding-top: 12px; } }
@media (max-width: 1024px) {
  .b-line-item_video-recommend .b-line-item__info {
    margin-left: 0; } }

@media (max-width: 1024px) {
  .b-line-item_video-recommend .b-line-item__pic-wrapper {
    float: none;
    width: auto; } }

@media (max-width: 1024px) {
  .b-line-item_video-recommend .b-line-item__views {
    float: right; } }

.b-line-item_video-recommend .b-line-item__play {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/icons.png) 0 -575px no-repeat;
  top: 50%;
  right: 24px;
  margin-top: -12px; }
  @media (max-width: 1280px) {
    .b-line-item_video-recommend .b-line-item__play {
      display: none; } }


.video-nowwatch__title {
  background: #333333;
  color: white;
  border-color: #444444;
  margin: 0 0 0 -1px;
  position: relative;
  height: 38px; }
  .video-nowwatch__title .video-subtitle {
    color: #999999; }


.b-item_video-nowwatch {
  background: #333333; }
  .b-item_video-nowwatch:hover {
    background: #333333; }
  .b-item_video-nowwatch .b-item__inner {
    border-color: #444444; }
  .b-item_video-nowwatch .b-item__title {
    color: white; }
  .b-item_video-nowwatch .b-item__info {
    color: #999999; }

/**
 *   ¦бTВ¦¬¦¬¦¬ ¦+¦¬TП TБTВTА¦-¦-¦¬TЖ TБ TВTА¦-¦-TБ¦¬TПTЖ¦¬TП¦-¦¬
 */
.title_broadcasts {
  background: url(../img/bg.png); }


.title__broadcasts-link {
  float: right;
  /*font-weight: normal;*/
  font-family: Open Sans;
  text-transform: none;
  border-left: 1px solid #cccccc;
  padding: 0 44px 0 15px;
  background: url(../img/icons.png) 117px -559px no-repeat;
  cursor: pointer; }

.title__broadcasts-link_archive {
  background-position: 161px -559px; }


.broadcasts-wrapper {
  width: 100%;
  overflow: hidden; }


.broadcasts-inner {
  width: 200%; }


.broadcasts-archive, .broadcasts {
  float: left;
  width: 50%;
  min-height: 1px; }


.broadcasts_hidden {
  display: none; }


.broadcasts-list__day, .broadcasts-list__day_today {
  border-bottom: 1px solid #cccccc;
  background: url(../img/bg.png);
  border-right: 1px solid #cccccc; }


.broadcasts-list__day_today {
  background: white; }


.broadcasts-list__day__title {
  float: left;
  width: 135px;
  font: normal 16px/24px "Open Sans", sans-serif;
  color: black;
  padding-top: 24px; }

  .broadcasts-list__day__title span {
    display: block;
    font: normal 12px/17px "Open Sans", sans-serif;
    color: #555555; }


.b-line-item_broadcast {
  margin-left: 135px;
  padding: 24px 0;
  border-bottom: 1px dotted #cccccc; }

  .b-line-item_broadcast:last-child {
    border-bottom: none; }
  .b-line-item_broadcast .b-line-item_broadcast__time {
    float: left;
    width: 80px;
    /*  font: 300 18px "Open Sans", sans-serif;*/
    font: 18px "Open Sans", sans-serif;
    color: black; }

  .b-line-item_broadcast .b-line-item__title {
    margin-left: 234px;
    font-size: 18px;
    overflow: hidden;
    max-width: 515px; }

  .b-line-item_broadcast .b-line-item__anons {
    /*font: normal 12px/17px "Arimo", sans-serif;*/
    font: normal 12px/17px "Open Sans", sans-serif;
    color: #555555;
    max-width: 515px;
    margin: 9px 0 0 234px; }


.b-line-item_broadcast_current:before {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 12px;
  background: url(../img/icons.png) 0 -1779px;
  width: 24px;
  height: 25px; }


.article_broadcast {
  background: #333333;
  color: white; }
  .article_broadcast .article__text {
    color: white; }
  .article_broadcast .share .b-share_theme_counter .b-share-counter {
    color: #999999; }


.content__inner_search {
  background-color: transparent; }


.search-ext {
  padding-top: 24px;
  padding-bottom: 24px; }


.search-ext__title {
  float: left;
  width: 122px;
  font: normal 16px/24px "Open Sans", sans-serif; }



.search-ext__content {
  margin-left: 146px; }


.search-ext__query {
  display: block;
  width: 100%;
  border: none;
  padding: 0; }


.search-ext__params {
  float: left;
  width: 49%;
  padding-top: 16px; }


.search-ext__sub-title {
  /*  font: 400 14px/24px "Open Sans", sans-serif;*/
  font: 14px/24px "Open Sans", sans-serif;
  padding-bottom: 12px; }


.search-ext__checkbox {
  position: relative;
  font: normal 16px/24px "Open Sans", sans-serif;
  padding: 3px 0 7px 44px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  width: 164px; }


.search-ext__checkbox:after {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 1px solid #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }


.search-ext__checkbox_checked:after {
  background: url("../img/icons.png") 2px -883px no-repeat white; }


.search-ext__date-select {
  position: relative;
  cursor: pointer;
  max-width: 232px;
  margin-bottom: 12px;
  font-size: 14px; }


.search-ext__date-select:after {
  display: block;
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 31px;
  height: 35px;
  border-left: 1px solid #cccccc;
  background: url(../img/icons.png) 7px -832px no-repeat; }


.search-ext__date-select__list {
  position: absolute;
  top: 35px;
  left: -1px;
  width: 100%;
  padding: 0;
  z-index: 999;
  height: auto;
  display: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .search-ext__date-select__list li {
    border-bottom: 1px solid #cccccc;
    font-size: 14px; }
    .search-ext__date-select__list li:last-child {
      border-bottom: none; }


.search-ext__date {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 96px; }
  .search-ext__date input {
    width: 75px;
    display: block;
    font-size: 14px;
    border: none;
    padding: 0; }


.search-ext__date:after {
  display: block;
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 31px;
  height: 35px;
  border-left: 1px solid #cccccc;
  background: url(../img/icons.png) 6px -790px no-repeat;
  cursor: pointer; }


.search-ext__text {
  display: inline-block;
  padding: 5px 12px;
  vertical-align: top;
  font: normal 16px/24px "Open Sans", sans-serif; }


.search-ext__submit-wrapper {
  padding-top: 24px;
  clear: left; }
  .search-ext__submit-wrapper:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }


.search-ext__submit {
  float: left; }


.search-ext__show-more {
  display: none;
  float: left;
  margin-left: 12px;
  width: 37px;
  height: 37px;
  border: 1px solid #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: url(../img/icons.png) 6px -1824px no-repeat; }



.search-results {
  border-top: 1px solid #cccccc; }


.search-item {
  overflow: hidden; }
  .search-item:last-child .search-item__content {
    border: none; }


.search-item__content {
  margin-left: 196px;
  border-bottom: 1px dotted #cccccc;
  padding: 32px 0;
  position: relative; }

  .search-item__content h3 {
    font: normal 18px/24px "Open Sans", sans-serif; }
  .search-item__content p {
    font: normal 12px/17px "Open Sans", sans-serif;
    font-size: 14px;
    color: #555555; }
  .search-item__content a.icon_play {
    position: absolute;
    top: 31px;
    left: -50px;
    display: block;
    width: 31px;
    height: 29px;
    background: url(../img/search_play.png) 50% 50% no-repeat; }

    .search-item__content a.icon_play:after {
      content: '';
      width: 25px;
      height: 25px;
      border: 2px solid #0095da;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.6s;
      -o-transition: all 0.6s;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .search-item__content a.icon_play:hover:after {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }


.search-item__date {
  float: left;
  padding-top: 32px; }

  .search-item__date .search-item__date__time {
    font: normal 18px/24px "Open Sans", sans-serif;
    font-weight: 300; }
  .search-item__date .search-item__date__day {
    font: normal 12px/17px "Open Sans", sans-serif; }


.air-video__player {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  height: 458px; }

  .air-video__player iframe {
    width: 100%;
    height: 100%;
    background: #000; }


.air-video__nav {
  background: url(../img/bg.png);
  padding: 12px;
  overflow: hidden; }

  .air-video__nav .air-video__link {
    display: block;
    width: 96px;
    height: 96px;
    background: url(../img/logos.png);
    margin: 12px;
    float: left;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

  .air-video__nav .air-video__link_rus1 {
    background-position: 0 -96px; }
    .air-video__nav .air-video__link_rus1:hover {
      background-position: 0 0; }
  .air-video__nav .air-video__link_rus2 {
    background-position: -96px -96px; }
    .air-video__nav .air-video__link_rus2:hover {
      background-position: -96px 0; }
  .air-video__nav .air-video__link_rus24 {
    background-position: -192px -96px; }
    .air-video__nav .air-video__link_rus24:hover {
      background-position: -192px 0; }
  .air-video__nav .air-video__link_cult {
    background-position: -288px -96px; }
    .air-video__nav .air-video__link_cult:hover {
      background-position: -288px 0; }
  .air-video__nav .air-video__link_rtr {
    background-position: -384px -96px; }
    .air-video__nav .air-video__link_rtr:hover {
      background-position: -384px 0; }
  .air-video__nav .air-video__link_mayak {
    background-position: -576px -96px; }
    .air-video__nav .air-video__link_mayak:hover {
      background-position: -576px 0; }
  .air-video__nav .air-video__link_m24 {
    background-position: -480px -96px; }
    .air-video__nav .air-video__link_m24:hover {
      background-position: -480px 0; }


.air-radio {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9ImNpcmNsZSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTVkOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxNzhiNSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-radial-gradient(circle, #0095d9, #2178b5);
  background: -webkit-radial-gradient(circle, #0095d9, #2178b5);
  background: radial-gradient(circle, #0095d9, #2178b5); }
  .air-radio .air-radio__player {
    height: 144px;
    position: relative; }
    .air-radio .air-radio__player .air-radio__title {
      color: #fff;
      border-bottom: none; }
    .air-radio .air-radio__player .air-radio__control {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -45px 0 0 -45px;
      width: 90px;
      height: 90px;
      padding: 0;
      border: none;
      background: url(../img/icons.png) -1px -1325px no-repeat;
      cursor: pointer;
      outline: none; }
    .air-radio .air-radio__player .air-radio__control_playing {
      background: url(../img/icons.png) -92px -1325px no-repeat; }
    .air-radio .air-radio__player .air-radio__mute {
      position: absolute;
      width: 24px;
      height: 25px;
      top: 15px;
      right: 24px;
      background: url(../img/icons.png) -3px -1444px no-repeat;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: none; }
    .air-radio .air-radio__player .air-radio__mute_muted {
      background-position: -31px -1444px;
      opacity: 0.5; }
  .air-radio .air-radio__nav {
    height: 70px;
    background: #2178b5;
    border-top: 1px solid #50addc;
    padding: 0 80px; }
    @media (max-width: 1280px) {
      .air-radio .air-radio__nav {
        padding: 0 24px; } }

    .air-radio .air-radio__nav .air-radio__nav__frame {
      overflow: hidden; }
    .air-radio .air-radio__nav a {
      display: block;
      float: left;
      width: 33.3%;
      text-align: center;
      font: normal 16px/24px "Open Sans", sans-serif;
      line-height: 70px;
      color: #7aaed3;
      font-weight: 300;
      white-space: nowrap; }

      .air-radio .air-radio__nav a.current {
        font-size: 22px;
        color: white; }

  .air-radio #volumeslider {
    position: absolute;
    width: 96px;
    height: 1px;
    background-color: #50addc;
    right: 24px;
    top: 22px;
    border: 0;
    cursor: pointer; }
  .air-radio #volumeslider span {
    left: 90%;
    margin-top: -3px;
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    background: url(../img/volume.png);
    cursor: pointer; }
  .air-radio .air-radio__mute {
    display: none; }

  .air-radio .search-item span.highlight {
    color: #2178b5; }


.air-radio__nav {
  overflow: hidden; }


.programs-wrapper {
  position: relative; }


.program-item {
  width: 50%;
  float: left; }


.program-item__inner {
  border: 1px solid #cccccc;
  margin: -1px 0 0 -1px;
  padding: 24px; }
  .program-item__inner img {
    width: 100%; }
  .program-item__inner .program-item__info {
    font: normal 12px/17px "Open Sans", sans-serif;
    color: #999999; }
  .program-item__inner h3 {
    padding: 12px 0;
    font: normal 16px/24px "Open Sans", sans-serif;
    color: black; }

/** графика для ретины */
/* -- ¦а¦¦TВ¦¬¦-¦- -- *
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  .link-to-list, .header__menu-link, .search, .search__form .search__submit, .header__live__title, .header__live__btn-show, .soc-buttons a, .b-item .b-item__pic-wrapper_video-link:after, .b-item_list .b-item__pic-wrapper_video-link:after, .b-item_video-recommend-main .b-item__pic-wrapper_video-link:after, .b-item_video-nowwatch .b-item__pic-wrapper_video-link:after, .b-item_list .b-item__pic-wrapper_video-link:after, .b-item_video-recommend-main .b-item__pic-wrapper_video-link:after, .b-item_video-nowwatch .b-item__pic-wrapper_video-link:after, .b-item .b-item__views, .b-item_list .b-item__views, .b-item_video-recommend-main .b-item__views, .b-item_video-nowwatch .b-item__views, .b-item_list .b-item__views, .b-item_video-recommend-main .b-item__views, .b-item_video-nowwatch .b-item__views, .breadcrumbs .breadcrumbs__all-link:after, .article__video-link:after, .aside-menu__list-item_has-child:after, .b-line-item.b-line-item_video:before, .b-line-item_video.b-line-item_video-recommend:before, .b-line-item_video.b-line-item_broadcast:before, .b-line-item_video.b-line-item_video-recommend:before, .b-line-item_video.b-line-item_broadcast:before, .b-line-item .b-line-item__views, .b-line-item_video-recommend .b-line-item__views, .b-line-item_broadcast .b-line-item__views, .b-line-item_video-recommend .b-line-item__views, .b-line-item_broadcast .b-line-item__views, .share .b-share_theme_counter .b-share-icon_facebook, .share .b-share_theme_counter .b-share-icon_vkontakte, .share .b-share_theme_counter .b-share-icon_twitter, .share .b-share_theme_counter .b-share-counter:before, .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next, .photo-carousel__item_video a:after, .media__main .media__main-item_video:after, .media__main .owl-prev:after, .media__main .owl-next:after, .media__carousel .media__carousel__item.media__carousel__item_video:after, .media__carousel .owl-prev:after, .media__carousel .owl-next:after, .photo-carousel .owl-prev, .photo-carousel .owl-next, .b-item_promo .b-item__views, .b-item_promo__video-link, .themes__item__time, .theme-header__title__time, .theme-header__title__time, .themes__item__time_current, .theme-header__title__time, .theme-header__title__time, .themes__btn-show, .date-pagination a.date-pagination__item__calendar, .theme-header__title_article, .b-line-item_video-recommend:before, .title__broadcasts-link, .b-line-item_broadcast_current:before, .search-ext__checkbox_checked:after, .search-ext__date-select:after, .search-ext__date:after, .search-ext__show-more, .air-radio .air-radio__player .air-radio__control, .air-radio .air-radio__player .air-radio__control_playing, .air-radio .air-radio__player .air-radio__mute, .b-line-item_video-recommend a.b-line-item__play, .title__dossier-link, .vgtrk-bar-wrap li.root span.drop, .vgtrk-bar-wrap li.dropdown:hover span.drop, .more-news ul a.play {
    background-image: url(../img/icons_retina.png);
    background-size: 318.5px 2015px; }


  .header__logo a, .nav li:first-child:after, .nav__item_first:after {
    background-image: url(../img/logovp.png);
   background-size: 185px 150px;
	}


  .soc-buttons a {
    background-image: url(../img/soc-icons_retina.png);
    background-size: 224px 64px; }


  .vgtrk-bar-social-wrap a {
    background-image: url(../img/vgtrk-bar-soc-icon_retina.png);
    background-size: 390px 78px; }


  .header__air-logo {
    background-image: url(../img/logo_r24_retina.png);
    background-size: 70px 18px; } }
/* -- */
