/* header  */
.header {
  width: 100%;
    max-width: 1280px;
    z-index: 15;
    /*position: fixed;*/
	position: relative;
	}

.header__inner {
  height: 54px;
  background: #0095da;
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }


.header__logo {
  width: 260px;
  height: 100%;
  position: relative;
  margin-left: 54px;
  margin-right: 20px;
  padding-top: 11px;
  box-sizing: border-box;
  /*border-right: 1px solid #2483c5; */}
/*  @media screen and (max-width: 1280px) {
    .header__logo {
      margin-left: 42px;
      padding-top: 14px;
      padding-bottom: 14px; } } */
  .header__logo a {
    display: block;
    width: 260px;
    height: 30px;
    background: url(../images/logo_vp.svg) no-repeat;
	background-size: contain;
    text-indent: -9000px; }
	
	
	.nav {
  height: 54px;
  margin-right: 20px;
  max-width: 920px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .nav {
      height: 42px; } }
  @media screen and (max-width: 700px) {
    .nav {
      display: none !important; } }
  .nav .nav__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .nav li {
    display: block;
    float: left;
    height: 54px;
    position: relative;
    border-right: 1px solid #2483c5; }
    .nav li:last-child {
      border-right: none; }
    .nav li:not(.mobile-show) {
      display: none; }
    /*@media screen and (max-width: 1280px) {
      .nav li {
        height: 42px; } }*/
    .nav li:hover {
      background: #2483c5; }
    .nav li a {
      display: block;
      height: 100%;
      position: relative;
      font: normal 16px/54px  "OpenSansLight", sans-serif;
      color: #fff;
      padding: 0 24px;
      text-decoration: none; }
   /*   @media screen and (max-width: 1280px) {
        .nav li a {
          line-height: 42px; } }*/
      .nav li a[href*='section'], .nav li a[href*='broadcasts'], .nav li a[href*='mobile'] {
        display: none; }
      .nav li a[href*='onair'] {
        padding-right: 61px;
        position: relative; }
       /* @media screen and (max-width: 1280px) {
          .nav li a[href*='onair'] {
            padding-right: 57px; } } */
        .nav li a[href*='onair']:after {
          content: '';
          display: block;
          position: absolute;
          top: 12px;
          right: 26px;
          box-sizing: border-box;
          border: 1px solid #77c6eb;
          border-radius: 2px;
          width: 29px;
          height: 29px;
          background: transparent url("../images/24.svg") 50% 50% no-repeat; }
        /*  @media screen and (max-width: 1280px) {
            .nav li a[href*='onair']:after {
              height: 26px;
              width: 26px;
              top: 8px;
              background-size: 16px auto; } } */
    .nav li.nenastie a {
      background: #0095da url("/i/Nenastie.svg") 50% 1px no-repeat;
      width: 142px; }
      .nav li.nenastie a:hover {
        background: #2483c5 url("/i/Nenastie.svg") 50% 1px no-repeat; }
    .nav li.nenastie:hover a, .nav li.nenastie:focus a {
      transform: none; }
      .nav li.nenastie:hover a:before, .nav li.nenastie:focus a:before {
        background: #2483c5 url("/i/Nenastie.svg") 50% 50% no-repeat; }
    .nav li.tank {
      display: block; }
      .nav li.tank a {
        background: #0095da url("/i/t34-2.svg") 21px 50% no-repeat;
        width: 176px;
        background-size: 176px auto; }
        .nav li.tank a:hover {
          background: #2483c5 url("/i/t34-2.svg") 21px 50% no-repeat;
          background-size: 176px auto; }
      .nav li.tank:hover a, .nav li.tank:focus a {
        transform: none; }
        .nav li.tank:hover a:before, .nav li.tank:focus a:before {
          background: #2483c5 url("/i/t34-2.svg") 21px 50% no-repeat;
          background-size: 176px auto; }

/**
 */
.nav_mobile {
  width: 100%;
	max-width: 960px;
  position: absolute;
  top: -600px;
  left: 0;
  z-index: 13;
  background: #0095da;
  border-top: 1px solid #2483c5;
  padding: 15px 0 122px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }
  @media screen and (max-width: 1280px) {
    .nav_mobile {
      /*top: 42px;*/ } }
  @media screen and (max-width: 480px) {
    .nav_mobile {
      padding-bottom: 146px; } }
  .nav_mobile.nav_mobile_open {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(0, 654px, 0);
    -moz-transform: translate3d(0, 654px, 0);
    -ms-transform: translate3d(0, 654px, 0);
    -o-transform: translate3d(0, 654px, 0);
    transform: translate3d(0, 654px, 0); }
  @media screen and (max-width: 600px) {
    .nav_mobile {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; } }
 /* .nav_mobile:after {
    position: absolute;
    height: 100%;
    width: 1px;
    left: -1px;
    top: 0px;
    box-shadow: 2px 0px 14px 1px #333333;
    content: ' '; }*/
  .nav_mobile .search_mobile {
    height: 48px;
    background: #0095DA; }
    .nav_mobile .search_mobile .search__form {
      width: 225px;
      top: 9px; }
    .nav_mobile .search_mobile .search__text {
      width: 180px;
      padding: 0 10px; }
  .nav_mobile .nav__list_mobile {
    width: calc(100%/3);
    box-sizing: border-box;
    padding-left: 54px;
    display: inline-block; }
    @media screen and (max-width: 1280px) {
      .nav_mobile .nav__list_mobile {
        padding-left: 42px; } }
    @media screen and (max-width: 570px) {
      .nav_mobile .nav__list_mobile {
        padding-left: 40px; } }
    @media screen and (max-width: 600px) {
      .nav_mobile .nav__list_mobile {
        width: 50%; } }
    @media screen and (max-width: 410px) {
      .nav_mobile .nav__list_mobile {
        width: 100%; } }
    .nav_mobile .nav__list_mobile li {
      color: #fff; }
      .nav_mobile .nav__list_mobile li a {
        /*  font: 300 16px/48px  "Open Sans", sans-serif;*/
        font: 500 18px/52px "Open Sans", sans-serif;
        color: #fff;
        display: inline-block; }
        @media screen and (max-width: 600px) {
          .nav_mobile .nav__list_mobile li a {
            line-height: 40px; } }
        .nav_mobile .nav__list_mobile li a[href*='onair'] {
          position: relative;
          padding-right: 36px; }
          .nav_mobile .nav__list_mobile li a[href*='onair']:after {
            content: '';
            display: block;
            position: absolute;
            top: 11px;
            right: 3px;
            box-sizing: border-box;
            border: 1px solid #77c6eb;
            border-radius: 2px;
            width: 29px;
            height: 29px;
            background: transparent url("../images/24.svg") 50% 50% no-repeat; }
            @media screen and (max-width: 1280px) {
              .nav_mobile .nav__list_mobile li a[href*='onair']:after {
                width: 26px;
                height: 26px;
                top: 13px;
                background-size: 16px auto; } }
            @media screen and (max-width: 600px) {
              .nav_mobile .nav__list_mobile li a[href*='onair']:after {
                top: 7px; } }
      .nav_mobile .nav__list_mobile li .header__air {
        padding: 15px 24px 0;
        border-left: none;
        width: auto;
        float: none;
        display: block; }
      .nav_mobile .nav__list_mobile li .header__air-logo {
        padding: 0;
        float: left; }
      .nav_mobile .nav__list_mobile li .header__air-title {
        float: right;
        color: #fff;
        font-size: 12px;
        line-height: 10px; }
      .nav_mobile .nav__list_mobile li.tank {
        display: block; }
        .nav_mobile .nav__list_mobile li.tank a {
          background: #0095da url("/i/t34-2.svg") 0 50% no-repeat;
          width: 100%;
          background-size: 112px auto;
          display: block;
          height: 54px; }
          .nav_mobile .nav__list_mobile li.tank a:hover {
            background: #2483c5 url("/i/t34-2.svg") 0 50% no-repeat;
            background-size: 112px auto; }
  .nav_mobile .vgtrk-bar-wrapper {
    display: inline-block;
    width: calc(100%/3);
    box-sizing: border-box;
    padding: 0 54px;
    margin-top: 13px; }
    @media screen and (max-width: 1280px) {
      .nav_mobile .vgtrk-bar-wrapper {
        padding: 0 42px; } }
    @media screen and (max-width: 600px) {
      .nav_mobile .vgtrk-bar-wrapper {
        width: 50%;
        margin-left: 50%;
        padding: 0 42px; } }
    @media screen and (max-width: 410px) {
      .nav_mobile .vgtrk-bar-wrapper {
        width: 100%;
        margin-left: 0; } }
    .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.root {
      margin-top: 0; }
    .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.dropdown > a:hover {
      text-decoration: none; }
    @media screen and (min-width: 601px) {
      .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.dropdown ul {
        display: block !important;
        padding-left: 16px; } }
    @media screen and (max-width: 600px) {
      .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.dropdown ul {
        display: none;
        padding-left: 16px; } }
    .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.dropdown > a {
      color: #58c4f6; }
      @media screen and (max-width: 600px) {
        .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.dropdown > a {
          color: #fff;
          cursor: pointer !important; }
          .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.dropdown > a:hover {
            text-decoration: underline; } }
    .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.dropdown .drop {
      display: none; }
      @media screen and (max-width: 600px) {
        .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.dropdown .drop {
          display: inline-block;
          background: url("/i/arrow.svg") 50% 50% no-repeat;
          display: inline-block;
          width: 12px;
          height: 9px;
          margin-left: 9px;
          background-size: contain;
          transition: transform 300ms; }
          .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li.dropdown .drop.rotate {
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); } }
    .nav_mobile .vgtrk-bar-wrapper .vgtrk_bar li a {
      color: #fff;
      font: normal 13px/30px "Open Sans", sans-serif; }
  .nav_mobile .list-projects {
    display: inline-block;
    width: calc(100%/3);
    box-sizing: border-box;
    padding: 0 54px;
    margin-top: 40px;
    font: normal 13px/30px "Open Sans", sans-serif; }
    .nav_mobile .list-projects li {
      padding-left: 15px;
line-height: 16px;
    padding-bottom: 15px;	  }
      .nav_mobile .list-projects li span {
        text-transform: uppercase;
        color: #58c4f6; }
      .nav_mobile .list-projects li a {
        color: #fff; }
      .nav_mobile .list-projects li:first-child {
        padding-left: 0; }
    @media screen and (max-width: 600px) {
      .nav_mobile .list-projects {
        width: 50%;
        padding: 0 42px;
        margin-top: 7px; } }
    @media screen and (max-width: 410px) {
      .nav_mobile .list-projects {
        width: 100%;
        margin-top: 7px; } }

.header__menu-link {
  display: block;
  position: absolute;
  top: 17px;
  left: 17px;
  background: url(../images/burger.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  z-index: 9; }
/*  @media screen and (max-width: 1280px) {
    .header__menu-link {
      width: 16px;
      height: 16px;
      left: 13px;
      top: 13px; } } */
  .content_nav-mobile-open .header__menu-link {
    background-image: url("../images/crosss.svg");
    background-size: auto; }

.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 "OpenSansLight", sans-serif;
  line-height: 64px; }

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

.search {
  padding: 13px 17px 11px;
  position: absolute;
  right: 0;
  background: url(../images/icons.png) 18px -198px no-repeat;
  width: 20px;
  height: 30px;
  cursor: pointer; }
  .search .search__form {
    display: none; }
/*  @media screen and (max-width: 1280px) {
    .search {
      padding: 6px 11px;
      background-position: 12px -205px; } } */

.search_open {
  display: block;
  padding: 12px 7px 12px;
  background: #0095da;
  background-image: none !important;
  height: 30px;
  z-index: 20; }
  @media screen and (max-width: 1280px) {
    .search_open {
      padding: 6px 7px; } }
  .search_open .search__form {
    display: block; }

.search__form {
  display: block;
  position: absolute;
  width: 30px;
  top: 13px;
  right: 12px;
  background: #0069a0;
  border-radius: 18px;
  overflow: hidden;
  height: 30px; }
  @media screen and (max-width: 1280px) {
    .search__form {
      top: 6px;
      right: 6px; } }
  .search__form input {
    float: left;
    height: 30px; }
  .search__form .search__text {
    border: none;
    outline: none;
    background: none;
    width: 0px;
    color: #fff;
    padding: 0 3px;
    font: normal 12px/17px "RobotoLight", sans-serif;
    display: block;
	height: 30px;	}
    .search__form .search__text::-ms-input-placeholder {
      color: #89bad0; }
    .search__form .search__text:-ms-input-placeholder {
      color: #89bad0; }
    .search__form .search__text::-webkit-input-placeholder {
      color: #89bad0; }
    .search__form .search__text:-moz-placeholder {
      color: #89bad0; }
    .search__form .search__text::-moz-placeholder {
      color: #89bad0; }
    .search__form .search__text::placeholder {
      color: #89bad0; }
  .search__form .search__submit {
    display: block;
    background: url(../images/icons.png) 0px -211px no-repeat;
    width: 24px;
    border: none;
    cursor: pointer;
    float: right; }

.header__live {
  min-height: 54px;
  position: relative;
  color: #fff;
  z-index: 6; }
  @media screen and (max-width: 570px) {
    .header__live {
      display: block; } }
  @media screen and (max-width: 1280px) {
    .header__live {
      min-height: 42px; } }

.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/54px  "OpenSansSemibold", sans-serif;
  width: 84px;
  padding-left: 24px;
  color: #fff;
  background: #ed1c24 url(../images/icons.png) 60px 15px no-repeat;
  height: 100%; }
  @media screen and (max-width: 1280px) {
    .header__live__title {
      line-height: 42px;
      background-position-y: 9px; } }
  @media screen and (max-width: 900px) {
    .header__live__title {
      text-indent: -200px;
      width: 18px;
      background-position: 8px 8px; } }

.header__live__wrapper {
  margin-left: 108px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .header__live__wrapper {
      margin-left: 42px; } }

.header__live__wrapper ul {
  position: absolute;
  width: 100%;
  height: 54px;
  overflow: hidden;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px; }
  @media screen and (max-width: 1280px) {
    .header__live__wrapper ul {
      height: 42px; } }

.header__live__item {
  padding: 18px 64px 18px 24px;
  background: #2483c5;
  overflow: hidden;
  white-space: nowrap;
  position: relative; }
  @media screen and (max-width: 1280px) {
    .header__live__item {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .header__live__item:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 54px;
    width: 50px;
    background: #2483c5;
    box-shadow: -23px 0 13px #2483c5; }
    @media screen and (max-width: 1280px) {
      .header__live__item:after {
        height: 42px; } }
  .header__live__item:not(:nth-child(1)) {
    border-top: 1px solid #0965a0; }

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

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

.header__live__item a {
  /*  font: normal 14px/18px  "Open Sans", sans-serif;*/
  font: normal 14px/18px  "OpenSansRegular", 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(/i/arrow.svg) 50% 50% no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (max-width: 1280px) {
    .header__live__btn-show {
      top: 9px; } }

.header__live__btn-show_opened {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-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  "OpenSansRegular", 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("/i/countdown-bg.jpg") 50% 50% no-repeat;
  height: 64px;
  line-height: 64px; }
  @media screen and (max-width: max-width 1398px) {
    .countdown-time {
      text-align: center; } }
  @media screen and (max-width: 1024px) {
    .countdown-time {
      background: url("/i/countdown-bg-medium.jpg") 50% 50% no-repeat; } }
  @media screen and (max-width: max-width 330px) {
    .countdown-time {
      background: url("/i/countdown-bg-small.jpg") 50% 50% no-repeat; } }
  .countdown-time img.big-pic {
    margin-top: 3px;
    height: auto; }
    @media screen and (max-width: max-width 1398px) {
      .countdown-time img.big-pic {
        display: block;
        float: left; } }
    @media screen and (max-width: 900px) {
      .countdown-time img.big-pic {
        display: none; } }
  .countdown-time img.medium-pic {
    display: none; }
  .countdown-time img.min-pic {
    display: none; }
    @media screen and (max-width: 900px) {
      .countdown-time img.min-pic {
        display: block;
        float: left;
        margin-top: 14px; } }
  .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 screen and (max-width: max-width 1398px) {
      .countdown-time div.director {
        display: none; } }
  .countdown-time div.russia {
    background: url("/i/countdown-russia.png") 0 0 no-repeat;
    width: 122px;
    height: 28px;
    position: absolute;
    top: 18px;
    right: 20px; }
    @media screen and (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 screen and (max-width: max-width 1398px) {
      .countdown-time div.timer-wrapper {
        margin-left: -122px; } }
    @media screen and (max-width: 1280px) {
      .countdown-time div.timer-wrapper {
        margin-left: 0px; } }
    @media screen and (max-width: max-width 1115px) {
      .countdown-time div.timer-wrapper {
        font-family: RussiaLight;
        font-size: 30px; } }
    @media screen and (max-width: 900px) {
      .countdown-time div.timer-wrapper {
        font-size: 20px; } }
    .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 screen and (max-width: max-width 1398px) {
        .countdown-time div.timer-wrapper div.timer-big {
          font-size: 40px;
          margin-left: 0px;
          font-family: RussiaBold; } }
      @media screen and (max-width: max-width 1115px) {
        .countdown-time div.timer-wrapper div.timer-big {
          font-family: RussiaLight;
          font-size: 30px; } }
      @media screen and (max-width: 900px) {
        .countdown-time div.timer-wrapper div.timer-big {
          font-size: 20px; } }
      @media screen and (max-width: 570px) {
        .countdown-time div.timer-wrapper div.timer-big {
          display: none; } }
      .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 screen and (max-width: 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 screen and (max-width: 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; } }
        @media screen and (max-width: 900px) {
          .countdown-time div.timer-wrapper div.timer-big span#seconds, .countdown-time div.timer-wrapper div.timer-big span#minutes {
            width: 20px; } }
    .countdown-time div.timer-wrapper div.timer-small {
      display: none; }
      @media screen and (max-width: 570px) {
        .countdown-time div.timer-wrapper div.timer-small {
          display: inline-block;
          *display: inline;
          zoom: 1;
          vertical-align: top;
          font-size: 20px;
          font-family: RussiaLight;
          text-transform: uppercase; } }
      .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; }
		
		
		
		/* -- ВГТРК-бар -- */
.vgtrk-bar-big-wrap {
  width: 100%;
  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: 300px;
  margin: 0 auto;
  line-height: 39px;
  position: relative;
  z-index: 9999; }

.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 "ArimoRegular", sans-serif;
  color: #555; }

.vgtrk-bar-wrap li.root.first {
  border-left: 1px solid #ccc; }

.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 "ArimoRegular", sans-serif;
  padding: 15px 24px; }

.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("/i/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("/i/icons.png") 0px -1960px no-repeat; }

.vgtrk-bar-social-wrap {
  position: absolute;
  bottom: 0;
  right: 54px;
  left: 54px;
  height: 96px;
  border-top: 1px solid #2483c5;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    .vgtrk-bar-social-wrap {
      right: 42px;
      left: 42px; } }
  @media screen and (max-width: 480px) {
    .vgtrk-bar-social-wrap {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 120px; } }

.vgtrk-bar-social-wrap a {
  display: inline-block;
  width: 26px;
  height: 26px; }


.vgtrk-bar-lang {
  position: absolute;
    top: 15px;
    right: 54px;
    left: 54px; }
  @media screen and (max-width: 1280px) {
    .vgtrk-bar-social-wrap {
      right: 42px;
      left: 42px; } }


.vgtrk-bar-lang a {
	display: inline-block;
	width: 26px;
	height: 26px
}

.vgtrk-bar-lang a.soc-buttons_en {
  background: transparent url("../i/en.svg") 50% 50% no-repeat;
  background-size: contain; }
  
.vgtrk-bar-lang a.soc-buttons_cn {
  background: transparent url("../i/cn.svg") 50% 50% no-repeat;
  background-size: contain;
margin-left: 15px;  }

.vgtrk-bar-social-wrap a:hover {
	border-radius: 50%;
    box-shadow: 0 0 10px rgba(255,255,255,0.8);
}

.vgtrk-bar-social-wrap a.soc-buttons_mail {
  background: transparent url("../i/mail.svg") 50% 50% no-repeat;
  background-size: contain; }
  
.vgtrk-bar-social-wrap a.soc-buttons_wa {
  background: transparent url("../i/whatsapp-w.svg") 50% 50% no-repeat;
  background-size: contain; }

.vgtrk-bar-social-wrap a.soc-buttons_vk {
  background: transparent url("../images/vk.svg") 50% 50% no-repeat;
  background-size: contain; }

.vgtrk-bar-social-wrap a.soc-buttons_fb {
  background: transparent url("../images/facebook.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 480px) {
    .vgtrk-bar-social-wrap a.soc-buttons_fb {
      margin-left: calc((100% - 104px)/3); } }

.vgtrk-bar-social-wrap a.soc-buttons_twt {
  background: transparent url("../images/twitter.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 480px) {
    .vgtrk-bar-social-wrap a.soc-buttons_twt {
      margin-left: calc((100% - 104px)/3); } }

.vgtrk-bar-social-wrap a.soc-buttons_ok {
  background: transparent url("../images/odnoklassniki.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 480px) {
    .vgtrk-bar-social-wrap a.soc-buttons_ok {
      margin-left: calc((100% - 104px)/3); } }

.vgtrk-bar-social-wrap a.soc-buttons_rss {
  background: transparent url("../images/rss.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 480px) {
    .vgtrk-bar-social-wrap a.soc-buttons_rss {
      margin-left: calc((100% - 128px) / 3); } }

.vgtrk-bar-social-wrap a.soc-buttons_insta {
  background: transparent url("../images/insta.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 480px) {
    .vgtrk-bar-social-wrap a.soc-buttons_insta {
      margin-left: 0; } }

.vgtrk-bar-social-wrap a.soc-buttons_youtube {
  background: transparent url("../images/youtube.svg") 50% 50% no-repeat; }
  @media screen and (max-width: 480px) {
    .vgtrk-bar-social-wrap a.soc-buttons_youtube {
      margin-left: calc((100% - 104px)/3); } }

.vgtrk-bar-social-wrap a.soc-buttons_tg {
  background: transparent url("../images/i-tg.svg") 50% 50% no-repeat;
background-size: contain;
}
  @media screen and (max-width: 480px) {
    .vgtrk-bar-social-wrap a.soc-buttons_tg {
      margin-left: calc((100% - 104px)/3); } }

@media (max-width: 900px) {
  .vgtrk-bar-wrap {
    padding: 0 24px; }
  .page-wrap {
    padding: 0; } }

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

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

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

@media (max-width: 670px) {
  .vgtrk-bar-big-wrap {
    display: none; }
  .page-wrap {
    padding: 0; } }

.b-item-broadcasts__title {
  height: 57px;
  line-height: 57px;
  font: normal 14px/55px "OpenSansSemibold", sans-serif;
  color: #fff;
  background-color: #0a7aae;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF0A7AAE', endColorstr='#FF28AEED');
  background-image: -owg-linear-gradient(left, #0a7aae 0%, #28aeed 100%);
  background-image: -webkit-linear-gradient(left, #0a7aae 0%, #28aeed 100%);
  background-image: -moz-linear-gradient(left, #0a7aae 0%, #28aeed 100%);
  background-image: -o-linear-gradient(left, #0a7aae 0%, #28aeed 100%);
  background-image: linear-gradient(left, #0a7aae 0%, #28aeed 100%);
  text-transform: uppercase; }

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

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

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

.broadсast-item + .b-item-broadcasts__date {
  margin-top: 13px; }
  
  
  
