@charset "UTF-8";
/*
	Theme Name: ГТРК Амур
	Theme URI: https://gtrkamur.ru
	Description: Основная тема сайта ГТРК Амур
	Version: 1.4.3
	Author: Александр Курков
	Author URI: https://rgbee.ru
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

script {display: none !important;}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "RussiaLight";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/Russia/Russia-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Russia/Russia-Light.woff") format("woff"), url("assets/fonts/Russia/Russia-Light.ttf") format("truetype"); }

@font-face {
  font-family: "RussiaRegular";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Russia/Russia-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Russia/Russia-Regular.woff") format("woff"), url("assets/fonts/Russia/Russia-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "RussiaMedium";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/Russia/Russia-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Russia/Russia-Medium.woff") format("woff"), url("assets/fonts/Russia/Russia-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "RussiaBold";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Russia/Russia-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Russia/Russia-Bold.woff") format("woff"), url("assets/fonts/Russia/Russia-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Dinconde";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Dinconde/Dinconde.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Dinconde/Dinconde.woff") format("woff"), url("assets/fonts/Dinconde/Dinconde.ttf") format("truetype"), url("assets/fonts/Dinconde/Dinconde.svg#Dinconde") format("svg"); }

@font-face {
  font-family: "Currency";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Currency/currency.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Currency/currency.woff") format("woff"), url("assets/fonts/Currency/currency.ttf") format("truetype"), url("assets/fonts/Currency/currency.svg#Currency") format("svg"); }

.currency-dollar:before {
  font-size: 0.9em;
  font-family: 'Currency';
  content: "\e900";
  position: relative;
  top: 2px; }

.currency-rouble:before {
  font-size: 0.9em;
  font-family: 'Currency';
  content: "\e901";
  position: relative;
  top: 2px; }

.icons-sprite {
  display: inline-block;
  position: relative; }

.icons {
  display: inline-block; }

.icons-close {
  background-image: url("assets/images/sprite.png");
  background-position: -76px 0px;
  width: 26px;
  height: 26px; }

.icons-drop-hover, #toppanel #topmenu li.root:hover a span.icons-drop {
  background-image: url("assets/images/sprite.png");
  background-position: -76px -67px;
  width: 12px;
  height: 7px; }

.icons-drop, 
aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item .dropdown > a:after,
aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.menu-item-has-children .sidebar-menu__item.menu-item-has-children > a:after {
  background-image: url("assets/images/sprite.png");
  background-position: -88px -67px;
  width: 12px;
  height: 7px; }

.icons-eye-dark {
  background-image: url("assets/images/sprite.png");
  background-position: 0px -74px;
  width: 21px;
  height: 12px; }

.icons-eye-light, section.content .content-module .b-item .b-item__info .b-item__views:before, .article article .article__info .article__views:before {
  background-image: url("assets/images/sprite.png");
  background-position: -21px -74px;
  width: 21px;
  height: 12px; }

.icons-promo_video-link-small {
  background-image: url("assets/images/sprite.png");
  background-position: -76px -26px;
  width: 25px;
  height: 25px; }

.icons-promo_video-link {
  background-image: url("assets/images/sprite.png");
  background-position: 0px 0px;
  width: 76px;
  height: 74px; }

.icons-search, header#header .searchbox .searchbox-icon,
header#header .searchbox .searchbox-submit {
  background-image: url("assets/images/sprite.png");
  background-position: -76px -51px;
  width: 16px;
  height: 16px; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.tooltip-default {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  -khtml-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  border: 1px solid #444 !important;
  -webkit-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  font-size: 14px;
  padding: 3px 5px; }
  .tooltip-default .qtip-tip,
  .tooltip-default .qtip-tip .qtip-vml,
  .tooltip-default .qtip-tip canvas {
    color: #444 !important;
    background: #444 !important; }

.tooltip-blue {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
  -khtml-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
  border: 1px solid #0095da !important;
  -webkit-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important; }
  .tooltip-blue .qtip-content {
    padding: 0 !important;
    margin: 0 !important; }
  .tooltip-blue:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #007bff transparent;
    position: absolute;
    top: -5px;
    position: absolute;
    left: 50%;
    margin-left: -5px; }

.tooltip {
  display: none; }

html, body {
  overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #333;
  background: #e6e6e6 url("assets/images/bg.png") repeat; 
  padding-bottom: 0!important;
}

video.videofull {
  max-width: 100%;
  height: auto;
}
.p0 {padding: 0; }
.p20 {padding: 20px; }
.pt20 {padding-top: 20px; }
.pb20 {padding-bottom: 20px; }
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
ul.list-links { margin-left: 10px; margin-bottom: 30px;}
ul.list-links li {margin-bottom: 20px; position: relative;}
ul.list-links li:before {
content: "- ";
position: absolute;
left: -10px;
}
.content_nav-mobile-close {
  z-index: 900;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(0px, 0, 0);
  -khtml-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); }

.content_nav-mobile-open {
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*-webkit-transform: translate3d(-270px, 0, 0);
  -khtml-transform: translate3d(-270px, 0, 0);
  -moz-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  -o-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0); */
}

.main-content {
  position: relative;
  z-index: 11;
  overflow: hidden; }

form.blockform {
  margin: 20px 0; }
  form.blockform input,
  form.blockform textarea {
    border: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 7px 20px !important;
    line-height: inherit !important;
    display: inline-block;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #999999;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important; }
    form.blockform input:focus,
    form.blockform textarea:focus {
      border: 1px solid #0095da;
      color: #0095da; }
  form.blockform input[type="submit"] {
    margin-top: 20px;
    padding: 10px 20px !important;
    border: none; }
  form.blockform textarea {
    resize: vertical; }
  form.blockform label {
    margin-top: 7px; }
  form.blockform .field-group {
    margin-top: 20px; }
    form.blockform .field-group input[type="submit"] {
      margin-top: 0; }

.loader {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .loader .spinner {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    -webkit-animation: rotate 1s linear 0s infinite;
    -khtml-animation: rotate 1s linear 0s infinite;
    -moz-animation: rotate 1s linear 0s infinite;
    -ms-animation: rotate 1s linear 0s infinite;
    -o-animation: rotate 1s linear 0s infinite;
    animation: rotate 1s linear 0s infinite;
    position: relative;
    top: -2px;
    left: -2px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.sticky-wrapper {
  position: relative;
  display: block; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333; }
  a:hover {
    text-decoration: underline; }

.title {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
  color: #333;
  margin: 0; }
  .title.title-sup {
    font-weight: 300;
    text-transform: none;
    font-size: 30px;
    font-family: "RussiaLight";
    margin-top: 30px; }
    .title.title-sup:before {
      position: absolute;
      margin-top: -10px;
      display: block;
      content: "";
      color: #999;
      font-size: 16px;
      line-height: 1; }
    .title.title-sup .count {
      font-size: 12px;
      color: #ffa800;
      vertical-align: top;
      margin-left: 20px; }
    .title.title-sup.nobefore {
      margin-top: 0; }
      .title.title-sup.nobefore:before {
        display: none; }
    .title.title-2row {
      line-height: 1.3; 
      margin: 15px 0;
    }
    @media screen and (max-width: 64em) {
      .title.title-2row {
        line-height: 1.5;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin: 0;
      }

      .title.title-2row .md-hide {display: none;}
    }
h1, h2, h3 {
  text-transform: none;
  font-family: "RussiaLight";
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

.hidden {
  display: none; }

.lazyload {
  opacity: 0; }

.lazyloading {
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  background: #fff url("assets/images/loader.gif") no-repeat center; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.article_intro, .bold {font-weight: 600;}

.bigbluetext, .bigbluetext a {
  font-size: 20px;
  color: #0095da;
  font-weight: 400; }

img {
  max-width: 100%; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

ol {
  color: #333;
  margin: 0; }

p {
  color: #333;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 10px 0; }

.note {
  font-size: 12px;
  color: inherit;
  font-weight: 300; }

#toppanel {
  background: #f3f3f3;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 32px; }
  #toppanel #topmenu li {
    font-size: 14px;
    display: inline-block; }
    #toppanel #topmenu li.root {
      position: relative;
      width: auto;
      height: 40px;
      line-height: 40px;
      padding: 0 24px;
      border-right: 1px solid #cccccc; }
      #toppanel #topmenu li.root a {
        color: #333; }
      #toppanel #topmenu li.root:first-child {
        border-left: 1px solid #cccccc; }
      #toppanel #topmenu li.root .icons-drop, 
      #toppanel #topmenu li.root aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item a.dropdown:after, 
      aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item #toppanel #topmenu li.root a.dropdown:after {
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle; }
      #toppanel #topmenu li.root:hover {
        background: #fff; }
      #toppanel #topmenu li.root.dropdown:hover ul {
        display: block; }
      #toppanel #topmenu li.root ul {
        display: none;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 100;
        min-width: 120px;
        background: #fff;
        padding: 15px 24px;
        font-size: 14px;
        line-height: 24px; }
        #toppanel #topmenu li.root ul li {
          display: block; }
          #toppanel #topmenu li.root ul li:hover {
            text-decoration: underline; }
  #toppanel .col, #toppanel [class*="col-"] {
    padding-bottom: 0;
    padding-left: 0; }

header#header {
  background: #0095da;
  position: relative;
  z-index: 14;
  flex-wrap: nowrap;
}
  header#header .header__logo {
    /*width: 230px;
    width: 345px;*/
    width: 260px;
    height: 64px;
    position: relative;
    margin: 0;
    margin-left: 60px;
    border-right: 1px solid #2483c5;
    padding-right: 24px;
  }
    header#header .header__logo a {
      display: block;
      position: absolute;
      top: 23px;
      /*width: 305px;*/
      width: 260px;
      height: 19px;
      /*background: url("assets/images/logo-gtrkamurru.png") no-repeat;*/
      /*background: url("assets/images/logo-gtrkamur-new.png") no-repeat;*/
      background: url("assets/images/gtrkamur_logo_vesti_ao.png") no-repeat;
      background-size: contain;
      text-indent: -9000px;
      max-width: 100%;
    }
  header#header .mainnav {
    height: 64px;
    overflow: hidden;
    position: relative;
    background: #0095da; }
    @media screen and (max-width: 64em) {
      header#header .mainnav {display: none;}
    }
    header#header .mainnav li {
      display: block;
      float: left;
      height: 64px;
      border-right: 1px solid #2483c5;
      position: relative;
     /* -webkit-perspective: 1000px;
      -moz-perspective: 1000px;
      perspective: 1000px; */}
      header#header .mainnav li.imglink a {
          background: url(/wp-content/themes/html5blank-stable/img/gtrk60_web.svg) no-repeat!important;
          background-size: contain;
          text-indent: -9000px;
          max-width: 100%;
          background-repeat: no-repeat;
          padding: 0;
          line-height: 64px;
          height: 26px;
          width: 150px;
          top: 21px;
          margin: 0 24px;
      }
      /*header#header .mainnav li.imglink:hover a, header#header .mainnav li.imglink:focus a {
        background: inherit;
      }*/
      
      header#header .mainnav li a {
        display: block;
        height: 100%;
        font-weight: 300;
        line-height: 64px;
        color: #fff;
/*        padding: 0 24px;*/
        padding: 0 22px;
        text-decoration: none;
        position: relative;
        background: #0095da;
        /*-webkit-transition: background 0.3s;
        -khtml-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
        -webkit-transition: transform 0.3s;
        -khtml-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform-origin: 50% 0;
        -khtml-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
        -khtml-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d; */
    }
        header#header .mainnav li a::before {
          display: block;
          position: absolute;
          top: 100%;
          /*left: 0;*/
          left: 1px;
          width: 100%;
          height: 100%;
          text-align: center;
          background: #0965a0;
          /*content: attr(data-hover);
          -webkit-transition: background 0.3s;
          -khtml-transition: background 0.3s;
          -moz-transition: background 0.3s;
          -ms-transition: background 0.3s;
          -o-transition: background 0.3s;
          transition: background 0.3s;
          -webkit-transform: rotateX(-90deg);
          -khtml-transform: rotateX(-90deg);
          -moz-transform: rotateX(-90deg);
          -ms-transform: rotateX(-90deg);
          -o-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 50% 0;
          -khtml-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
          -o-transform-origin: 50% 0;
          transform-origin: 50% 0; */
      }
      /*header#header .mainnav li:hover a, header#header .mainnav li:focus a {
        -webkit-transform: rotateX(90deg) translateY(-22px);
        -khtml-transform: rotateX(90deg) translateY(-22px);
        -moz-transform: rotateX(90deg) translateY(-22px);
        -ms-transform: rotateX(90deg) translateY(-22px);
        -o-transform: rotateX(90deg) translateY(-22px);
        transform: rotateX(90deg) translateY(-22px); }
        header#header .mainnav li:hover a::before, header#header .mainnav li:focus a::before {
          background: #2483c5; 
        }*/
        header#header .mainnav li:hover a, header#header .mainnav li:focus a {
          background: #2483c5; 
        }
      /*header#header .mainnav li:first-child:after {
        display: block;
        content: ' ';
        position: absolute;
        z-index: 200;
        bottom: 0px;
        left: 0px;
        width: 40px;
        height: 26px;
        background: url("assets/images/logo-vestiru.png") no-repeat -149px -25px; }*/
  header#header .help {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 64px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #b90707;
    padding: 0 10px;
    margin-left: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
@media screen and (max-width: 48em) {
  header#header .help.sm-hidden {display: none;}
}
    header#header .help a {
      font-size: 12px;
      /*color: #85cced;*/
      color: #fff;
      text-align: center;
      text-decoration: none;
      vertical-align: middle; }
      header#header .help a:hover {
        text-decoration: underline; }

  header#header .searchbox {
    position: relative;
    width: 0%;
    height: 30px;
    overflow: hidden;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    header#header .search {height: 64px; margin: auto 0 auto auto;}
    @media screen and (max-width: 35.5em) {
      /*header#header .search {margin-right: 7px;}*/
    }
    header#header .searchbox input::-webkit-input-placeholder {
      color: #999; }
    header#header .searchbox input::-moz-placeholder {
      color: #999; }
    header#header .searchbox .searchbox-input {
      top: 0;
      right: 0;
      border: 0;
      outline: 0;
      background: #0069a0;
      width: 0;
      height: 30px;
      margin: 0;
      padding: 0;
      font-size: 14px;
      color: #f3f3f3;
      -webkit-transition: all 0.2s ease-out;
      -khtml-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      float: right;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    header#header .searchbox .searchbox-icon,
    header#header .searchbox .searchbox-submit {
      display: block;
      position: absolute;
      background-color: transparent;
      top: 8px;
      right: 8px;
      padding: 0;
      margin: 0;
      border: 0;
      outline: 0;
      text-align: center;
      cursor: pointer;
      text-indent: -9999px; }
    header#header .searchbox.searchbox-open {
      width: 250px;
      max-width: 100%;
    }
      header#header .searchbox.searchbox-open .searchbox-input {
        width: 100%;
        padding: 0 20px; }

.page404 {
  height: 100vh;
  position: relative; }
  .page404 #header {
    background: #0095da;
    position: relative;
    z-index: 12;
    margin-top: 30vh;
    margin-bottom: 30px;
    padding-top: 10px; }
    .page404 #header .header__logo {
      position: relative;
      margin: 0; }
      .page404 #header .header__logo a {
        display: block;
        height: 40px;
        width: 400px;
        background: url("assets/images/gtrkamur_logo_vesti_ao.png") no-repeat;
        text-indent: -9000px;
        background-size: contain; }
  .page404 .container {
    text-align: center; }
  .page404 h1 {
    text-transform: none;
    font-family: "RussiaRegular";
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 20px; }
  .page404 .error__desc {
    font-weight: 600; }
    .page404 .error__desc a {
      text-decoration: underline; }
      .page404 .error__desc a:hover {
        text-decoration: none; }

.informer-line {
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  background: #0095da;
  font-family: "Open Sans";
  font-weight: 400; }
  .informer-line a {
    color: #fff;
    text-decoration: underline; }
    .informer-line a:hover {
      text-decoration: none; }
    .informer-line a.phone {
      text-decoration-style: dotted; }
  .informer-line.maininformer {
    background: #b90707; }

.informer-line .informer-title {padding-right: 20px!important; font-weight: 600;}

.informer-custom {
  /*color: #fff;
  font-weight: 600;*/
  background: #2f89c8;
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;*/
}

/*.informer-custom .informer-title {
  background: #2483c5;
  padding: 10px 20px;
}

.informer-custom .informer-text {
  background: #2f89c8;
  padding: 10px 20px;
}*/

.informer-custom a {color: #fff; text-decoration: underline;}
.informer-custom a:hover {text-decoration: none;}

.promo__news {
  background: #333333;
  width: calc(100% + 1px); }
  .promo__news .item_promo {
    border-right: 1px solid #444;
    position: relative;}
    .promo__news .item_promo .item__pic-wrapper {
      display: block; }
      .promo__news .item_promo .item__pic-wrapper img {
        display: block;
        max-width: none;
        width: 100%; }
    .promo__news .item_promo .item_promo__text-wrap {
      background: #333333;
      /*min-height: 78px;*/
      padding: 10px 20px;}
      .promo__news .item_promo .item_promo__text-wrap h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300; }
      .promo__news .item_promo .item_promo__text-wrap .item__title {
        font-size: 16px;
        margin-bottom: 40px;
        /*min-height: 66px;*/
      }
        .promo__news .item_promo .item_promo__text-wrap .item__title a {
          color: #fff; }
          .promo__news .item_promo .item_promo__text-wrap .item__title a:hover {
            text-decoration: underline; }
      .promo__news .item_promo .item__info {
            font-size: 12px;
            color: #999;
            position: absolute;
            bottom: 10px;
            padding: 10px 20px;
      }
      .promo__news .item_promo.item_promo-video .item__info {
          padding-left: 106px;
      }
      .promo__news .item_promo.item_promo-video.item_promo-secondary .item__info {
          padding-left: 20px;
      }
      .promo__news .item_promo .item_promo__text-wrap .item__info {
        font-size: 12px;
        color: #999; }
    .promo__news .item_promo.item_promo-main.item_promo-video .item_promo__text-wrap {
      padding-left: 106px;
      position: relative; }
      .promo__news .item_promo.item_promo-main.item_promo-video .item_promo__text-wrap:before {
        position: absolute;
        content: "";
        background: #0095da;
        width: 96px;
        height: 100%;
        left: 0;
        top: 0; }
    .promo__news .item_promo.item_promo-main.item_promo-video .item_promo__video-link {
      display: block;
      position: absolute;
      top: 50%;
      left: 0px;
      margin-top: -48px;
      width: 96px;
      height: 96px;
      line-height: 26px;
      padding: 0;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #0095da;
      font-size: 10px;
      color: #fff;
      text-align: center;
      z-index: 10; }
      .promo__news .item_promo.item_promo-main.item_promo-video .item_promo__video-link .icons-promo_video-link {
        position: absolute;
        bottom: 10px;
        left: 21px; }
      .promo__news .item_promo.item_promo-main.item_promo-video .item_promo__video-link span.item_promo__watch {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        text-align: center; }
      .promo__news .item_promo.item_promo-main.item_promo-video .item_promo__video-link:hover {
        text-decoration: underline; }
    .promo__news .item_promo.item_promo-secondary.item_promo-video .item_promo__video-link {
      position: relative; }
      .promo__news .item_promo.item_promo-secondary.item_promo-video .item_promo__video-link i.icons-promo_video-link-small {
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        z-index: 1;
        -webkit-transition: all 0.2s ease-out;
        -khtml-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .promo__news .item_promo.item_promo-secondary.item_promo-video .item_promo__video-link:after {
        display: block;
        content: 'Смотреть видео';
        overflow: hidden;
        position: absolute;
        width: 0px;
        padding: 0 40px 0 8px;
        height: 48px;
        line-height: 48px;
        left: 0px;
        top: 50%;
        margin-top: -24px;
        background-color: #0095da;
        font-size: 12px;
        color: #fff;
        text-indent: -122px;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -khtml-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .promo__news .item_promo.item_promo-secondary.item_promo-video .item_promo__video-link:hover i.icons-promo_video-link-small {
        left: 130px; }
      .promo__news .item_promo.item_promo-secondary.item_promo-video .item_promo__video-link:hover:after {
        width: 122px;
        text-indent: 0px; }
@media screen and (max-width: 48em) {
  .promo__news .item_promo.item_promo-main .item_promo__text-wrap {/*min-height: auto; */margin-bottom: 0;}
  .promo__news .item_promo.item_promo-main .item_promo__text-wrap .item__title {min-height: auto;}
  .promo__news .item_promo.item_promo-main .item_promo__text-wrap .item__info {position: inherit; bottom: inherit;}
}

@media screen and (max-width: 35.5em) {
  .promo__news .item_promo .item_promo__text-wrap {/*min-height: auto;*/ margin-bottom: 0;}
  /*.promo__news .item_promo .item_promo__text-wrap .item__title {min-height: auto;}*/
  .promo__news .item_promo .item_promo__text-wrap .item__info {position: inherit; bottom: inherit;}

  .promo__news .item_promo:not(:nth-child(1)) {border-top: 1px solid #444; display: flex; flex-direction: row-reverse; padding: 10px 20px; border-left: 4px solid #215278;}
  .promo__news .item_promo:not(:nth-child(1)) .item__pic-wrapper {display: inline-table; max-width: 30%;}
  .promo__news .item_promo:not(:nth-child(1)) .item__info {left: 0; padding: 0 0 0 20px; width: calc(70% - 30px);}
  .promo__news .item_promo:not(:nth-child(1)) .item_promo__text-wrap {padding: 0 20px 0 0; position: relative; max-width: calc(70% - 20px);}
  /*.promo__news .item_promo.item_promo-secondary.item_promo-video:not(:nth-child(1)) .item_promo__video-link:hover:after {width: 75px;}
  .promo__news .item_promo.item_promo-secondary.item_promo-video:not(:nth-child(1)) .item_promo__video-link:hover i.icons-promo_video-link-small {left: 85px;}*/

  .promo__news .item_promo.item_promo-secondary.item_promo-video:not(:nth-child(1)) .item_promo__video-link:after,
  .promo__news .item_promo.item_promo-secondary.item_promo-video:not(:nth-child(1)) .item_promo__video-link i.icons-promo_video-link-small {display: none;}

}

.specpromo {border-bottom: 1px solid #ccc;}
.specpromo .item__title {font-size: 16px;
    margin-bottom: 10px;
    /*font-weight: 600;*/
    font-size: 18px;
    line-height: 1.2;
    font-family: "Arimo", sans-serif;

}
.specpromo .item__title a {text-decoration: none;}
.specpromo .item__title a:hover {text-decoration: underline;}
.specpromo .item__pic-wrapper img {display: block;}
.specpromo .item_promo__text-wrap {padding: 15px 15px 0 15px!important;}
.specpromo .item__info {font-size: 12px; color: #999;}

@media screen and (max-width: 48em) {
	.specpromo a.item__pic-wrapper {display: none;}
	.specpromo .item_promo__text-wrap {
	    padding-bottom: 15px!important;
	}
}
.pagecontent {
  border: 1px solid #cccccc;
  border-width: 0 1px; }

.grid-noGutter-reverse section.content {
  border-width: 0 0 0 1px; }

aside.sidebar {
  padding-bottom: 30px !important;
  background: #e6e6e6 url("assets/images/bg.png") repeat;
  align-self: flex-start; }
  aside.sidebar .sidebar-module {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    margin-left: -1px; }
    aside.sidebar .sidebar-module:first-child {border-top: 1px solid #cccccc;}
    aside.sidebar .sidebar-module .b-item .b-item__pic-wrapper {display: block; margin-bottom: 10px;}
    aside.sidebar .sidebar-module.b-peredachi-all {
      padding-top: 20px;
    }
    aside.sidebar .sidebar-module.b-peredachi-all .b-item {
      border-bottom: 1px dotted #cccccc;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    /*aside.sidebar .sidebar-module.b-peredachi-all .b-item:first-child {padding-top: 0;}*/
    aside.sidebar .sidebar-module.b-peredachi-all .b-item:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }
    @media screen and (max-width: 35.5em) {
      aside.sidebar .sidebar-module.b-peredachi-all .b-item:first-child {padding-top: 0;}
      /*aside.sidebar .sidebar-module.b-peredachi-all .b-item:last-child {
        border-bottom: 1px dotted #cccccc;
        padding-bottom: 20px;
      }*/
      aside.sidebar .sidebar-module.b-peredachi-all .b-item .b-item__pic-wrapper {display: none;}
      aside.sidebar .sidebar-module.b-peredachi-all .b-item .b-peredachi__cat-link,
      aside.sidebar .sidebar-module.b-peredachi-all .b-item .b-item__title {padding: 0!important;}
    }
    aside.sidebar .sidebar-module.b-peredachi-all .b-item .b-item__title {margin-bottom: 0; padding: 0 15px; font-family: 'Open Sans', sans-serif; font-size: 14px;}

    aside.sidebar .sidebar-module.b-peredachi-all .b-item .b-peredachi__cat-link {
      display: block;
      font-weight: 600;
      margin-bottom: 10px;
      padding: 0 15px;
      font-size: 14px;
    }
    /*aside.sidebar .sidebar-module.b-peredachi-custom .title {line-height: 1;}*/
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item {
        font-size: 14px;
        list-style: none;
        padding: 0 0 15px;
        position: relative;
    }
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item:before {
        position: absolute;
        content: "";
        left: 15px;
        top: 6px;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #333333;
    }
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item:last-child {padding-bottom: 0;}
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item:first-child { font-weight: 600;}
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item:first-child:before {display: none;}
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item .b-item__link {display: block; padding: 0 15px 0 30px;}
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item:first-child .b-item__link {padding: 0 15px; }
    aside.sidebar .sidebar-module.short-news .title {
      border-bottom: 1px dotted #cccccc; }
    aside.sidebar .sidebar-module.short-news li {
      font-size: 14px;
      font-weight: 700;
      margin-top: 20px;
      list-style: none;
      padding-left: 15px;
      position: relative; }
      aside.sidebar .sidebar-module.short-news li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 6px;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #333333; }
      aside.sidebar .sidebar-module.short-news li a {
        color: #333; }
        aside.sidebar .sidebar-module.short-news li a:hover {
          text-decoration: underline; }
      aside.sidebar .sidebar-module.short-news li span.post-date {
        font-weight: 400;
        font-size: 12px;
        display: block; }
   aside.sidebar .sidebar-module .link-to-list {
      display: block;
      font-size: 12px;
      color: #555;
      border-top: 1px dotted #cccccc;
      padding-top: 18px;
      padding-bottom: 3px;
      background: url("assets/images/i/icons.png") -36px -440px no-repeat;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding-left: 15px;
      margin-top: 15px; }
      aside.sidebar .sidebar-module .link-to-list:hover {
        padding-left: 36px;
        background-position: 0px -440px; }
    aside.sidebar .sidebar-module.other-news li {
      padding: 20px;
      border-bottom: 1px solid #cccccc; }
      aside.sidebar .sidebar-module.other-news li:last-child {
        border-bottom: none;
        padding-bottom: 0; }
    aside.sidebar .sidebar-module.tvprogram [class$="__item"], aside.sidebar .sidebar-module.vestirurss [class$="__item"] {
      margin-top: 12px; }
      aside.sidebar .sidebar-module.tvprogram [class$="__item"] [class$="__item__time"], aside.sidebar .sidebar-module.vestirurss [class$="__item"] [class$="__item__time"] {
        width: 44px;
        float: left;
        font-size: 14px;
        color: #999; }
      aside.sidebar .sidebar-module.tvprogram [class$="__item"] [class$="__item__text"], aside.sidebar .sidebar-module.vestirurss [class$="__item"] [class$="__item__text"] {
        margin-left: 44px;
        font-size: 14px; }
    aside.sidebar .sidebar-module.vestirurss {
      border-left: 4px solid #fbca0e; }
    aside.sidebar .sidebar-module.sidebar-menu {
      padding: 0; }
      aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item {
        line-height: 54px;
        font-weight: 300; }
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item a {
          color: #fff;
          display: block;
          background: #333333;
          padding-left: 20px;
          border-bottom: 1px dotted #444;
          position: relative; }
          aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item .dropdown > a:after,
          aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.menu-item-has-children .sidebar-menu__item.menu-item-has-children > a:after {
            position: absolute;
            content: "";
            top: 50%;
            margin-top: -3px;
            margin-left: 10px; }
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item:last-child a {
          border-bottom: none; }
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.root a {
          border-bottom: none; }
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.root .active > a,
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.current-menu-parent.current-menu-ancestor > a,
        aside.sidebar .sidebar-module.sidebar-menu .menu-item-has-children .sidebar-menu__item.current-page-ancestor > a,
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.current-menu-parent.current-menu-ancestor .current-menu-item > a {
          color: #fff;
          font-weight: 600;
          background: transparent;
          border: none; }
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.active > a,
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.current-menu-item > a,
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.current-menu-parent > a,
        aside.sidebar .sidebar-module.sidebar-menu .menu-item-has-children.sidebar-menu__item.current-page-ancestor > a,
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__list > .sidebar-menu__item.current-menu-ancestor > a{
          background: #0095da;
          border: 1px dotted #cccccc;
          border-width: 1px 0; 
          font-weight: 300;}
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item ul {
          background: #262626;
          padding: 10px 0; }
          aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item ul li {
            line-height: 2; }
            aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item ul li a {
              color: #fff;
              display: inline-block;
              background: #262626;
              padding-left: 20px;
              font-size: 14px;
              color: #999;
              border-bottom: none; }
            aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item ul li.active > a {
              background: #262626;
              border: none; }
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item > ul > li > ul {
          display: none;
          background: #262626;
          -webkit-transition: all 5s;
          -khtml-transition: all 5s;
          -moz-transition: all 5s;
          -ms-transition: all 5s;
          -o-transition: all 5s;
          transition: all 5s; }
          aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item > ul > li > ul > li {
            line-height: 1.3; }
            aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item > ul > li > ul > li a {
              padding-left: 40px;
              background: #262626;
              color: #ccc; }
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item > ul > li.open > ul {
          display: block; }
    aside.sidebar .sidebar-module.nopadding {
      padding-left: 0;
      padding-right: 0; }
    aside.sidebar .sidebar-module.infobox .infobox__wrap {
      font-size: 14px; }
      aside.sidebar .sidebar-module.infobox .infobox__wrap p {
        font-size: 14px; }

section.content {
  border: 1px solid #cccccc;
  border-width: 0 1px 0 0;
  background: #fff; }
  section.content.nobg {
    background: #e6e6e6 url("assets/images/bg.png") repeat; }
  .breadcrumbs {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #cccccc;
    font-family: 'Open Sans', sans-serif;
    line-height: 55px;
    color: #333;
    font-weight: 300; }
    .breadcrumbs li {display: inline; padding: 0 20px; border-left: 1px solid #cccccc;}
    .breadcrumbs a, .breadcrumbs span {
      color: #2483c5;
    }
      .breadcrumbs li:first-child {
        padding-left: 0;
      border-left: none;}
        .breadcrumbs li:first-child a, .breadcrumbs li:first-child span {
          }
      .breadcrumbs li:last-child a, .breadcrumbs li:last-child span {
        font-weight: 600; }
  section.content .content-module .content-module__wrap {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 12px !important;
    font-weight: 300; }
    section.content .content-module .content-module__wrap p {
      font-size: 14px; }
    section.content .content-module .content-module__wrap > .col {
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
  section.content .content-module .title {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc; }
    section.content .content-module .title.title-bt {
      border-top: 1px solid #cccccc; }
  section.content .content-module .b-item {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #cccccc;
    border-width: 0 0 1px 1px;
    margin-left: -1px; }
    section.content .content-module .b-item:last-child {
      border-right: 1px solid #cccccc;
    }
    section.content .content-module .b-item:nth-child(3n) {
      border-right-color: transparent !important; }
    section.content .content-module .b-item .b-item__pic-wrapper {
      text-decoration: none;
      display: block;
      margin-bottom: 15px;
      position: relative; }
      section.content .content-module .b-item .b-item__pic-wrapper .item__pic-wrapper_video-link {
        position: relative; }
        section.content .content-module .b-item .b-item__pic-wrapper .item__pic-wrapper_video-link i.icons-promo_video-link-small {
          position: absolute;
          top: 50%;
          left: 10px;
          margin-top: -12px;
          z-index: 1;
          -webkit-transition: all 0.2s ease-out;
          -khtml-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        section.content .content-module .b-item .b-item__pic-wrapper .item__pic-wrapper_video-link:after {
          display: block;
          content: 'Смотреть видео';
          overflow: hidden;
          position: absolute;
          width: 0px;
          padding: 0 40px 0 8px;
          height: 48px;
          line-height: 48px;
          left: 0px;
          top: 50%;
          margin-top: -24px;
          background-color: #0095da;
          font-size: 12px;
          color: #fff;
          text-indent: -122px;
          text-align: center;
          text-decoration: none;
          -webkit-transition: all 0.2s ease-out;
          -khtml-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        section.content .content-module .b-item .b-item__pic-wrapper .item__pic-wrapper_video-link:hover i.icons-promo_video-link-small {
          left: 130px; }
        section.content .content-module .b-item .b-item__pic-wrapper .item__pic-wrapper_video-link:hover:after {
          width: 122px;
          text-indent: 0px; }
    section.content .content-module .b-item .b-item__title {
      font-size: 16px;
      margin-bottom: 40px;
      font-weight: 600;
      font: normal 18px/1.2 "Arimo", sans-serif; }
    section.content .content-module .b-item .b-item__info {
      font-size: 12px;
      color: #999;
      position: absolute;
      bottom: 20px; }
      section.content .content-module .b-item .b-item__info > .b-item__time, section.content .content-module .b-item .b-item__info > .b-item__views {
        display: inline-block;
        margin-right: 20px; }
      section.content .content-module .b-item .b-item__info .b-item__views {
        position: relative;
        padding-left: 25px; }
        section.content .content-module .b-item .b-item__info .b-item__views:before {
          display: inline-block;
          position: absolute;
          content: "";
          top: 50%;
          left: 0;
          margin-top: -6px; }
    section.content .content-module .b-item .b-peredachi__cat-link {
      display: block;
      margin-bottom: 10px;
      font-weight: 700; }

/************************/
      .masonry-item {
        position: relative;
        box-sizing: border-box;
      }

      .b-item.masonry-item {
          padding: 0!important;;
          margin-left: 0!important;;
          border-left: 1px solid #ccc!important;;
          border-bottom: 1px solid #ccc;
      }

      .b-item.masonry-item .masonry-item_inner {
          border-top: none;
          margin: -1px 0 0 -1px;
          padding: 20px;
      }
      

      .masonry {
        display: flex;
        flex-wrap: wrap;
      }
      .masonry div.b-item {
        flex: 1 0 auto;
        padding: 0!important;
      }

      @media screen and (min-width: 35.5em) {
        
        section.content .content-module .b-item.masonry-item:nth-child(3n) .masonry-item_inner  { border-right: none; }
      }

      @media screen and (max-width: 35.5em) {
        section.content .content-module .b-item.masonry-item .masonry-item_inner {border-left: none; border-right: none; }
        
        section.content .content-module .b-item.masonry-item .b-item__title {margin-bottom: 20px;}
        section.content .content-module .b-item.masonry-item .b-item__pic-wrapper {display: none;}
        aside.sidebar .sidebar-module.vestirurss {display: none;}
      }

/************************/
  section.content .content-module .loadmore, #true_loadmore, .loadmore_elememts, .showless_elememts {
    margin: 20px 0 20px 20px;
    cursor: pointer;
    /*width: 100%;*/
  }

  /*#true_loadmore {
      margin: 20px auto;
      cursor: pointer;
      background: #0095da;
      padding: 10px;
      color: #fff;
  }

  #true_loadmore:hover {
    background: #2483c5;
  }*/

  #true_loadmore, .loadmore_elememts, .showless_elememts {
      color: #0095da;
      border: 1px solid #0095da;
      font: 600 13px/18px Open Sans,sans-serif;
      padding: 12px 48px;
      border-radius: 3px;
      margin: 20px auto;
      box-sizing: border-box;
      text-align: center;
      display: block;
      text-decoration: none;
  }

  #true_loadmore:hover, .loadmore_elememts:hover, .showless_elememts:hover {
    text-decoration: underline;
  }

  .loadmore_elememts, .showless_elememts {
      width: fit-content;
      float: none;
      display: block;
  }

  .showless_elememts {display: none;}

  section.content .content-module .ias-spinner {
    display: block;
    width: 150px;
    margin: 20px; }

.share .ya-share2__container .ya-share2__item,
.share .ya-share2__container .b-share-btn__wrap {
  width: 90px;
  height: 31px;
  margin: 10px 5px 0 4px; }

.share .ya-share2__container .ya-share2__link {
  background: none;
  height: 31px;
  display: block;
  border-top-color: transparent; }
  .share .ya-share2__container .ya-share2__link:active {
    height: 31px; }
  .share .ya-share2__container .ya-share2__link:hover .ya-share2__counter {
    border-color: #000; }
  .share .ya-share2__container .ya-share2__link:hover .ya-share2__counter:before {
    background: url("assets/images/i/icons_share_before.png") 0 0 no-repeat; }
  .share .ya-share2__container .ya-share2__link .ya-share2__badge {
    background: transparent;
    overflow: visible; }

.share .ya-share2__container .ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
  display: none; }

.share .ya-share2__container .ya-share2__counter {
  position: relative;
  border: 1px solid #cccccc;
  border-left: none;
  margin-left: 35px;
  height: 23px;
  line-height: 24px;
  color: #000;
  text-align: center;
  width: 48px;
  text-indent: -9999px !important;
  background: url("assets/images/i/share_bg.png") 50% 50% no-repeat;
  display: block;
  padding: 0;
  margin-top: 3px; }
  .share .ya-share2__container .ya-share2__counter::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -6px;
    width: 6px;
    height: 25px;
    background: url("assets/images/i/icons.png") 0px -643px no-repeat;
    margin: 0; }

.share .ya-share2__container .ya-share2__counter_visible {
  text-indent: 0px !important;
  background: none; }

.share .ya-share2__container .ya-share2__icon {
  margin-top: 4px;
  float: left; }

.share .ya-share2__container .ya-share2__item_service_twitter {
  width: 91px; }

.share .ya-share2__container .ya-share2__item_service_facebook .ya-share2__icon {
  background: transparent url("assets/images/i/icons.png") 7px -609px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: transparent url("assets/images/i/icons.png") -12px -609px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon {
  background: transparent url("assets/images/i/icons.png") -35px -609px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_facebook .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_vkontakte .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_odnoklassniki .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_whatsapp .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_telegram .ya-share2__icon:before {
  position: absolute;
  left: 24px;
  top: 3px;
  margin-left: 10px;
  height: 23px;
  line-height: 23px;
  color: black;
  text-align: center;
  width: 50px;
  text-indent: -9999px !important;
  background: url("assets/images/i/share_bg.png") 50% 50% no-repeat;
  display: block;
  content: '';
  border: 1px solid #cccccc;
  border-left: none; }

.share .ya-share2__container .ya-share2__item_service_facebook .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_vkontakte .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_odnoklassniki .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_whatsapp .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_telegram .ya-share2__icon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 28px;
  width: 6px;
  height: 25px;
  background: url("assets/images/i/icons.png") 0px -643px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_facebook:hover .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_vkontakte:hover .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_odnoklassniki:hover .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_whatsapp:hover .ya-share2__icon:before,
.share .ya-share2__container .ya-share2__item_service_telegram:hover .ya-share2__icon:before {
  border-color: #000; }

.share .ya-share2__container .ya-share2__item_service_facebook:hover .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_vkontakte:hover .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_odnoklassniki:hover .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_whatsapp:hover .ya-share2__icon:after,
.share .ya-share2__container .ya-share2__item_service_telegram:hover .ya-share2__icon:after {
  background: url("assets/images/i/icons_share_before.png") 0 0 no-repeat; }

.share .ya-share2__container .ya-share2__item_service_gplus .ya-share2__icon {
  background: transparent url("assets/images/i/icons.png") -85px -609px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background: transparent url("assets/images/i/icons.png") -61px -609px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_whatsapp .ya-share2__icon,
.share .ya-share2__container .ya-share2__item_service_telegram .ya-share2__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 98%;
  vertical-align: middle;
  border-top: solid 3px transparent;
  position: relative;
}

.share .ya-share2__container .ya-share2__item_service_whatsapp .ya-share2__icon {
  background: transparent url("assets/images/i/whatsapp3.png") no-repeat 2px 3px;
  background-size: contain;
}

.share .ya-share2__container .ya-share2__item_service_telegram .ya-share2__icon {
  background: transparent url("assets/images/i/telegram3.png") no-repeat 0 3px;
  background-size: contain;
}

.share .ya-share2__container .whatsapp-link:before {
  position: absolute;
  left: 24px;
  top: 0px;
  margin-left: 10px;
  height: 23px;
  line-height: 23px;
  color: black;
  text-align: center;
  width: 50px;
  text-indent: -9999px !important;
  background: url("assets/images/i/share_bg.png") 50% 50% no-repeat;
  display: block;
  content: '';
  border: 1px solid #cccccc;
  border-left: none; }

.share .ya-share2__container .whatsapp-link:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 28px;
  width: 6px;
  height: 25px;
  background: url("assets/images/i/icons.png") 0px -643px no-repeat; }

.b-news ul {
  margin-bottom: 30px; }

.b-news .b-news__item {
  width: 100%;
  display: flex; }
  .b-news .b-news__item .b-item__pic-wrapper {
    width: 30%;
    margin-right: 20px;
    float: left;
    margin-bottom: 0 !important; }
  .b-news .b-news__item .b-item__info-wrapper {
    width: 70%; }
    .b-news .b-news__item .b-item__info-wrapper .b-item__introtext {
      margin-bottom: 30px; }
  .b-news .b-news__item .b-item__title {
    margin-bottom: 10px !important; }

.b-news .b-item.b-peredachi__item:last-child {
  border-right: 1px solid #cccccc !important; }

.b-news .ias-noneleft {
  display: block;
  width: 100%;
  padding: 20px;
  font-style: italic;
  text-align: center; }

.article article {padding: 20px 60px; border-top: 1px solid #eee;}
  .article.author-page article {border-top: none; padding: 20px;}
  .article article:first-child {border-top: none;}
  .article article > .image-block {
    margin: 0; }
    .article article > .image-block .article__img[class*="col-"] {
      padding-left: 0; }
  .article article .article__info {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px; }
    .article article .article__info > .article__date, .article article .article__info > .article__views, .article article .article__info > .article__themename, .article article .article__info > .article__redactor {
      display: inline-block;
      margin-right: 20px; }
      .article article .article__info > .article__date a, .article article .article__info > .article__views a, .article article .article__info > .article__themename a {
        color: #999;
        text-decoration: underline; }
        .article article .article__info > .article__date a:hover, .article article .article__info > .article__views a:hover, .article article .article__info > .article__themename a:hover {
          text-decoration: none; }
    .article article .article__info .article__views {
      position: relative;
      padding-left: 25px; }
      .article article .article__info .article__views:before {
        display: inline-block;
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        margin-top: -6px; }
  .article article .title.article__title {
    border-bottom: none !important;
    text-transform: none;
    font-family: "RussiaLight";
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 20px; }
    .article article .article__video {
    margin-bottom: 15px;
    display: none;
    text-align: center;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-bottom: 46.92%;*/ 
    /*padding-top: 25px;*/
    height: 0;
    overflow: hidden;}
    .article article .article__video.active{display: block;}
    .article article .article__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .article article .article__img {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    position: relative; }
    .article article .article__img .article__video-link {
      display: block;
      position: relative; }
      .article article .article__img .article__video-link i.icons-promo_video-link {
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -27px;
        z-index: 1;
        -webkit-transition: all 0.2s ease-out;
        -khtml-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .article article .article__img .article__video-link:after {
        display: block;
        content: 'Смотреть видео';
        overflow: hidden;
        position: absolute;
        width: 0px;
        padding: 0 92px 0 8px;
        height: 96px;
        line-height: 96px;
        left: 0px;
        top: 50%;
        margin-top: -48px;
        background-color: #0095da;
        font-size: 20px;
        color: #fff;
        text-indent: -122px;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -khtml-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .article article .article__img .article__video-link:hover i.icons-promo_video-link {
        left: 203px; }
      .article article .article__img .article__video-link:hover:after {
        width: 180px;
        text-indent: 0px; }
    .article article .article__img img {
      max-width: none;
      width: 100%;
      display: block;}
  .article article .image-block.has-video .article__img {display: none;}
  .article article .image-block.has-video .article__img.active {display: block;}
  .img_video_tabs_toggle {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
  }
  .img_video_tabs_toggle a {
    color: #999;
    text-decoration: none;
  }
  .img_video_tabs_toggle a.active, .img_video_tabs_toggle a:hover {
    border-bottom: 1px dotted #999;
  }

  .img_video_tabs_toggle.tabs_live {font-size: 20px; }

  .more-news {padding: 0 60px; margin: 40px 0 0;}
  
  .more-news__list {
      margin: 0;
      list-style: none;
      padding: 0;
  }
  .more-news__item {
      padding: 12px 0;
      position: relative;
  }
  .more-news__title {
      font: normal 14px/18px "Arimo", sans-serif;
      color: #000;
      padding-right: 48px;
      margin: 0;
  }
  .more-news__title a {
      color: inherit;
  }
  .more-news__info {
      font: 300 12px/17px "Roboto", sans-serif;
      padding: 2px 0 0;
      color: #555;
  }
  .more-news__play {
      position: absolute;
      width: 24px;
      height: 24px;
      box-sizing: border-box;
      border: 2px solid #555;
      border-radius: 50%;
      background: transparent url("assets/images/i/icon-play.svg?") 7px 50% no-repeat;
      top: 50%;
      right: 0;
      margin-top: -12px;
  }

  .article article .article__text ul, .article article .article__text ol {
      padding-left: 20px;
  }
  .article article .article__text ul {
      list-style: disc;
  }
  .article article .article__text > ul, .article article .article__text > ol {
      padding-bottom: 30px;
  }

  .article article .article__text p > ul, .article article .article__text p > ol {
    padding-bottom: 0;
  }
  
  .article article .article__text p {
    padding: 0 0 30px;
    text-align: left;
    margin: 0; }
  .article article .article__text a {
    text-decoration: underline;
    color: #0095da; }
    .article article .article__text a:hover {
      text-decoration: none; }
  .article article .article__text img {height: auto;}
  .article article .article__text blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left: 5px solid #cccccc;
    font-style: italic;
    margin-left: 40px;
    margin-right: 0;
    margin-bottom: 30px; }
    .article article .article__text blockquote p {
      padding-bottom: 10px; }
    .article article .article__text blockquote cite {
      font-size: 12px;
      text-align: right;
      display: block; }
  .article article .article__text .article__redactor {
    font-size: 14px;
    font-style: italic;
  }

  /*.article__text .article_end {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 16px;
      height: 16px;
      background: url("assets/images/i/favicon-16x16.png") 0 0 no-repeat;
      vertical-align: middle;
      margin-left: 10px;
  }*/

  .article article:not(.type-page) .article__text p:last-child:after {
      content: "";
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 16px;
      height: 16px;
      background: url("assets/images/i/favicon-16x16.png") 0 0 no-repeat;
      vertical-align: middle;
      margin-left: 10px;
      margin-top: 3px;
      position: absolute;

  }

.themes .title-sup:before {
  content: "Тема: "; }

.tvprogramm-page .title-sup:before {
  content: "Телепрограмма "; }

.tvprogramm-page .schedule {
  margin: 20px auto;
  padding: 0 20px; }
  .tvprogramm-page .schedule .title {
    background: #f3f3f3;
    border: 1px solid #cccccc; }
  .tvprogramm-page .schedule .viewport {
    border: 1px solid #cccccc;
    border-width: 0 1px 1px 1px; }
  .tvprogramm-page .schedule .week {
    background: #cccccc;
    padding: 0 20px 0 0; }
    .tvprogramm-page .schedule .week ul.menu {
      list-style: none;
      padding-top: 0; }
      .tvprogramm-page .schedule .week ul.menu li {
        display: inline-block;
        zoom: 1;
        padding-right: 10px;
        font-weight: bold;
        color: #333;
        width: 30px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        padding: 0 15px;
        text-transform: uppercase; 
        cursor: pointer;
}
        /*.tvprogramm-page .schedule .week ul.menu li a {
          display: block; }*/
        .tvprogramm-page .schedule .week ul.menu li.active {
          background: #0095da;color: #fff; }
          /*.tvprogramm-page .schedule .week ul.menu li.active a {
            color: #fff; }*/
  .tvprogramm-page .schedule ul.teleprogramm_text li {
    list-style: none;
    border-bottom: 1px solid #cccccc;
    position: relative;
    display: flex;
    flex: 1 auto;
    align-items: stretch;
    background: #dedede; }
    .tvprogramm-page .schedule ul.teleprogramm_text li .time_progr {
      background: #dedede;
      float: left;
      font-size: 14px;
      line-height: 36px;
      padding: 0 15px;
      text-align: center;
      vertical-align: top;
      border-right: 1px solid #d1d1d1;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .tvprogramm-page .schedule ul.teleprogramm_text li .text_prog {
      background: #eee;
      width: 100%;
      position: relative;
      font-size: 14px;
      line-height: 20px;
      text-transform: none;
      vertical-align: top;
      padding: 8px 20px 8px 50px;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .tvprogramm-page .schedule ul.teleprogramm_text li.old, .tvprogramm-page .schedule ul.teleprogramm_text li.old .text_prog {
      background: #fff; }
    .tvprogramm-page .schedule ul.teleprogramm_text li.active .time_progr {
      background: transparent;
      color: #fff;
      background: #b90707; }
    .tvprogramm-page .schedule ul.teleprogramm_text li.active .text_prog {
      background: #dceddd; }
      .tvprogramm-page .schedule .tabs__content {
        display: none;
      }
      .tvprogramm-page .schedule .tabs__content.active {
        display: block;
      }
.archive .title-sup:before {
  content: "Архив новостей: "; }

.archive .arhive__years {
  font-family: 'RussiaRegular', sans-serif;
  font-size: 20px;
  line-height: 55px;
  color: #333;
  margin: 0;
/* padding: 0 20px;*/
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc; }
  .archive .arhive__years ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .archive .arhive__years li {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer; }
    .archive .arhive__years li:first-child {
    /* padding-left: 0; */
    }
    .archive .arhive__years li a:hover,
    .archive .arhive__years li:hover {
      text-decoration: none;
      color: #0095da; }
    .archive .arhive__years li.active, 
    .archive .arhive__years li.active a {
      color: #0095da; }
.archive .arhive__calendar.tabs__content {display: none;}
.archive .arhive__calendar.tabs__content.active {display: block;}
.archive .arhive__calendar .blogCalendar {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .archive .arhive__calendar .blogCalendar table {
    width: 100%;
    text-align: center; }
    .archive .arhive__calendar .blogCalendar table td {
      padding: 5px;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: 300;
      outline: none; }
      .archive .arhive__calendar .blogCalendar table td.dayName {
        font-weight: normal; }
      .archive .arhive__calendar .blogCalendar table td.current-date {
        background: #cccccc; }
      .archive .arhive__calendar .blogCalendar table td a {
        color: #0095da; }
    .archive .arhive__calendar .blogCalendar table .blogCalendarHeader.headerDate {
      background: #0095da;
      font-weight: 600;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 2px;
      -khtml-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      color: #fff;
      padding: 10px; }

.b-staff .b-item__title {
  margin-top: 10px;
  margin-bottom: 2px !important; }

.b-staff .b-item__info {
  font-size: 16px !important;
  position: relative !important;
  bottom: inherit !important;
  color: #333 !important; }

.companypage .article article {
  padding: 20px; }

.b-search-result .search-form {
  padding: 20px;
  border-bottom: 1px solid #cccccc; }

.b-search-result ul {
  margin-bottom: 30px; }

.b-search-result .b-search-result__item {
  width: 100%;
  display: flex;
  border-bottom: none !important; }
  .b-search-result .b-search-result__item .b-item__dateinfo .b-item__time {
    font-size: 12px; }
  .b-search-result .b-search-result__item .b-item__dateinfo .b-item__date {
    font-weight: 600; 
    font-size: 15px; }
  .b-search-result .b-search-result__item .b-item__info-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px dotted #cccccc; }
    .b-search-result .b-search-result__item .b-item__info-wrapper .b-item__introtext {
      font-size: 12px; }
  .b-search-result .b-search-result__item .b-item__title {
    margin-bottom: 10px !important; }
  .b-search-result .b-search-result__item:last-child .b-item__info-wrapper {
    border-bottom: none; }
  .b-search-result .b-search-result__item .highlight {
    background: #fff; }

.footer {
  background: #1a1a1a;
  overflow: hidden;
  position: relative;
  color: #fff; }
  .footer a {
    color: #fff; }
  .footer .footer-wrapper_top {
    border-top: 9px solid #2483c5;
    background: #262626; }
  .footer .nav_footer {
    padding: 0; }
    .footer .nav_footer li {
      display: inline-block;
      height: 60px;
      padding-right: 40px;
      line-height: 60px; }
      .footer .nav_footer li:last-child {
        padding-right: 0; }
    .footer .nav_footer.nav_footer-doplinks li {padding-left: 40px;}
  .footer .footer__title {
    margin: 30px 0;
    color: #999;
    font-size: 18px;
    font-weight: 300; }
  .footer .footer-wrapper_middle {
    margin-bottom: 30px; }
  .footer .footer__programs {
    padding-bottom: 0; }
    .footer .footer__programs li {
      padding: 0 0 6px 0; }
      .footer .footer__programs li a {
        font-size: 12px;
        color: #999; }
  .footer .footer-wrapper_bottom {
    width: 100%;
    border-top: 1px solid #333333;
    color: #fff;
    padding: 30px 0;
    font-size: 12px; }
    .footer .footer-wrapper_bottom p, .footer .footer-wrapper_bottom a {
      color: #fff;
      font-size: 12px; }
    .footer .footer-wrapper_bottom a {
      text-decoration: underline; }
      .footer .footer-wrapper_bottom a:hover {
        text-decoration: none; }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper .scroll-content {
    border: none !important;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .scroll-wrapper .scroll-element {
    display: none; }
    .scroll-wrapper .scroll-element, .scroll-wrapper .scroll-element .scroll-element div {
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .scroll-wrapper .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible {
      display: block; }
    .scroll-wrapper .scroll-element .scroll-bar,
    .scroll-wrapper .scroll-element .scroll-arrow {
      cursor: default; }
  .scroll-wrapper .scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999; }
    .scroll-wrapper .scroll-textarea .scroll-content {
      overflow: hidden !important; }
    .scroll-wrapper .scroll-textarea .scroll-content > textarea {
      border: none !important;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
    .scroll-wrapper .scroll-textarea .scroll-content > textarea::-webkit-scrollbar {
      height: 0;
      width: 0; }

.scrollbar-inner .scroll-element, .scrollbar-inner .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 991; }

.scrollbar-inner .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }
  .scrollbar-inner .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px; }
  .scrollbar-inner .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px; }

.scrollbar-inner .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 6px; }
  .scrollbar-inner .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px; }
  .scrollbar-inner .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px; }

.scrollbar-inner .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner .scroll-element .scroll-element_outer,
.scrollbar-inner .scroll-element .scroll-element_track,
.scrollbar-inner .scroll-element .scroll-bar {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.scrollbar-inner .scroll-element .scroll-element_track,
.scrollbar-inner .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: #cccccc; }

.scrollbar-inner .scroll-element .scroll-bar {
  background-color: #444; }

.scrollbar-inner .scroll-element:hover .scroll-bar {
  background-color: #999999; }

.scrollbar-inner .scroll-element.scroll-draggable .scroll-bar {
  background-color: #999999; }

.btn {
  font-size: 16px;
  font-weight: 400;
  outline: none;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none;
  height: 45px;
  line-height: 43px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative; }
  .btn:hover {
    text-decoration: none; }
  .btn .btn-number {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #b90707;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    right: -8px;
    top: -8px;
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .btn.btn-full-width {
    width: 100% !important; }
  .btn.btn-blue {
    border-color: #0095da;
    color: #fff;
    background: #0095da; }
    .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active {
      border-color: #2483c5;
      background-color: #2483c5; }
  .btn.btn-loading {
    color: transparent !important; }
    .btn.btn-loading .loader {
      display: none;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      position: absolute;
      left: 50%;
      margin-left: -10px; }

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none; }
  .overlay .overlay__block {
    position: absolute;
    width: 100%;
    /*max-width: 640px;*/
    max-width: 900px;
    background: rgba(0, 0, 0, 0.6);
    left: 50%;
    top: 50%;
    padding: 40px 20px 20px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .overlay .overlay__block .overlay__title {
      height: 65px;
      color: #fff;
      font-family: "RussiaRegular";
      font-weight: 400;
      font-size: 14px;
      line-height: 1.2; }
    .overlay .overlay__block .overlay__close {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 999999;
      cursor: pointer; }
    .overlay .overlay__block .overlay__video {
      margin-bottom: 15px;
      display: block;
      text-align: center;
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      /*padding-top: 25px;*/
      height: 0; }
      .overlay .overlay__block .overlay__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
.overlay.wpcf7_response .overlay__block {max-width: 500px; width: auto;}
.overlay.wpcf7_response .overlay__block .overlay__title {font-family: 'Open Sans', sans-serif;  font-size: 16px; line-height: 1.5; height: initial;}
.wpcf7-response-output {display: none!important;}
#workarea {
  padding: 25px 0 50px;
  border-top: 1px solid #444; }
  #workarea p {
    color: #333 !important; }

@media screen and (max-width: 64em) {
  header#header .mainnav li a {
    padding: 0 20px; }
  .promo__news .item_promo .item__pic-wrapper img {
    width: 100%;
    max-width: none;
    height: auto; }
  .footer .footer-wrapper_top,
  .footer .footer-wrapper_middle,
  .footer .footer-wrapper_bottom {
    padding: 20px; }
  .footer .nav_footer li {
    padding-right: 20px;
    font-size: 14px;
    line-height: 1;
    height: auto; }

  .footer .soc-buttons {
    padding: 0; }
  section.content {
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  aside.sidebar.col-3_md-12 {
    padding-bottom: 0 !important; }
    aside.sidebar.col-3_md-12 .sidebar-module {
      border-bottom: none;
      border: 1px solid #cccccc;
      border-width: 0 1px 0 1px; }
      aside.sidebar.col-3_md-12 .sidebar-module.vestirurss {
        border: none; }
  .title {
    line-height: 1.5;
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media screen and (max-width: 48em) {
  #toppanel {
    margin-bottom: 0; }
  header#header .mainnav {
    display: none;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }



  .article article {
    padding: 20px; }

  .b-news .b-news__item {
    display: block; }
    .b-news .b-news__item .b-item__pic-wrapper {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px !important; }
    .b-news .b-news__item .b-item__info-wrapper {
      width: 100%; }
  aside.sidebar.col-3_sm-12 .other-news .other-news__list {
    display: flex;
    flex-wrap: wrap; }
    aside.sidebar.col-3_sm-12 .other-news .other-news__list li {
      width: 50%;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
  form.blockform input[type="submit"] {
    margin-left: 25%; }
  form.blockform textarea[class*="_sm-9"] {
    max-width: 100%;
    flex-basis: 100%; } 
    .footer .nav_footer.nav_footer-doplinks {margin-top: 20px;}
.footer .nav_footer.nav_footer-doplinks li {padding-left: 0px;}
  }
@media screen and (max-width: 64em) {
  header#header .header__logo {
     border-right: none;
  }
}

@media screen and (max-width: 35.5em) {
  #toppanel {
    display: none; }
  #toppanel #topmenu > ul {
    justify-content: space-between;
    border-bottom: 1px solid #cccccc; }
  #toppanel #topmenu li.root {
    font-size: 14px;
    padding: 0 5px;
    border: none !important;
    margin: 0 auto; }
  header#header {
    height: auto; }
    header#header .header__logo {
      /*margin-left: 42px;*/
      margin-left: 52px;
      height: 42px;
      padding-right: 0;
    }
    header#header .header__logo a {
      position: relative;
      left: 0;
      margin-left: 0;
      width: 235px;
      height: 18px;
      top: 13px;
      }
      header#header .search {height: 42px;}

  .soc-buttons.vgtrk-bar-social-wrap {
    margin: 0;
    justify-content: space-between;
    border-right: none; }
    .soc-buttons.vgtrk-bar-social-wrap a {
      border-left: none; }
  .footer .footer-wrapper_top,
  .footer .footer-wrapper_middle,
  .footer .footer-wrapper_bottom {
    padding: 10px; }
  .footer .nav_footer {
    display: flex;
    justify-content: space-between; }
    .footer .nav_footer li {
      padding-right: 0;
      font-size: 12px; }
  .footer .soc-buttons {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0; }
    .footer .soc-buttons a {
      margin-left: 0; }
  .breadcrumbs {
    line-height: 1.5;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
    .breadcrumbs a {
      padding: 0 5px; }
  .article article .article__text blockquote {
    margin-left: 20px; }
  aside.sidebar .sidebar-module {
    border-bottom: 1px solid #cccccc !important; }
  aside.sidebar.col-3_md-12 .sidebar-module {
    border-bottom: 1px solid #cccccc !important; }
    aside.sidebar.col-3_md-12 .sidebar-module .title {
      display: block;
      font-weight: 600;
      margin-bottom: 10px;
      padding: 0!important;
      font-size: 14px;
      line-height: normal;
      text-transform: none;
    }
    aside.sidebar .sidebar-module.b-peredachi-custom {padding-top: 20px;}
    aside.sidebar.col-3_md-12 .sidebar-module .b-item .b-item__pic-wrapper {
      display: none;
    }

    aside.sidebar .sidebar-module.b-peredachi-custom .b-item {
      padding: 0 0.5rem 1rem;
    }
    
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item:before {
      display: none;
    }
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item .b-item__link,
    aside.sidebar .sidebar-module.b-peredachi-custom .b-item:first-child .b-item__link {
      padding: 0;
      font-weight: normal;
    }
    aside.sidebar .sidebar-module .link-to-list {display: none;}
  aside.sidebar .other-news .other-news__list {
    display: flex;
    flex-wrap: wrap; }
    aside.sidebar .other-news .other-news__list li {
      width: 50%;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
  form.blockform label {
    margin-bottom: 10px; }
  form.blockform input[type="submit"] {
    margin-left: 0; } }


.nav {
  height: 54px;
  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("assets/images/i/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("assets/images/i/Nenastie.svg") 50% 1px no-repeat;
      width: 142px; }
      .nav li.nenastie a:hover {
        background: #2483c5 url("assets/images/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("assets/images/i/Nenastie.svg") 50% 50% no-repeat; }
    .nav li.tank {
      display: block; }
      .nav li.tank a {
        background: #0095da url("assets/images/i/t34-2.svg") 21px 50% no-repeat;
        width: 176px;
        background-size: 176px auto; }
        .nav li.tank a:hover {
          background: #2483c5 url("assets/images/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("assets/images/i/t34-2.svg") 21px 50% no-repeat;
          background-size: 176px auto; }

/**
 *   РњРµРЅСЋ РјРѕР±РёР»СЊРЅР°СЏ РІРµСЂСЃРёСЏ
 */
.header_wrap {position: relative; margin-top: 20px;}
.nav_mobile {
  width: 100%;
  max-width: 780px;
  position: absolute;
  /*top: -635px;
  left: 0px;*/
  left: -100%;
  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;
}
  @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;
    top: 64px;
    left: 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; } 
    }
    @media screen and (max-width: 35.5em) {
      .nav_mobile.nav_mobile_open {top: 42px;}
    }

/*  .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);*/
    width: calc(100%/2);
    box-sizing: border-box;
    padding-left: 54px;
    display: inline-block; }
  .nav_mobile .nav__list_mobile ul {
    padding-left: 16px;
  }
  .nav_mobile .nav__list_mobile ul li a{
    color: #fff;
    font: normal 13px/30px "Open Sans", sans-serif;
  }

    @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.mobile-only {
        display: none;
      }
      .nav_mobile .nav__list_mobile li.sendusnews {
        margin-top: 20px;
      }
      
        @media screen and (max-width: 48em) {
          .nav_mobile .nav__list_mobile li.mobile-only {
            display: block;
            
          }
          .nav_mobile .nav__list_mobile li.sendusnews a {
            line-height: 1;
          }
        }
      .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("assets/images/i/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("assets/images/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("assets/images/i/t34-2.svg") 0 50% no-repeat;
            background-size: 112px auto; }
  .nav_mobile .vgtrk-bar-wrapper {
    display: inline-block;
/*    width: calc(100%/3);*/
    width: calc(100%/2);
    box-sizing: border-box;
    padding: 0 54px;
/*    margin-top: 13px; */
  }
    .nav_mobile .vgtrk-bar-wrapper .nav__list_mobile {
        width: 100%;
    }
    @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("assets/images/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);*/
    width: calc(100%/2);
    box-sizing: border-box;
    padding: 0 54px;
    margin-top: 13px;
    font: normal 13px/30px "Open Sans", sans-serif; }
    .nav_mobile .list-projects li {
      padding-left: 16px; }
      .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: 22px;
  left: 20px;
  background: url("assets/images/i/burger.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  z-index: 9; }
  @media screen and (max-width: 35.5em) {
    .header__menu-link {
      width: 16px;
      height: 16px;
      left: 20px;
      top: 13px; } }
  .content_nav-mobile-open .header__menu-link {
    background-image: url("assets/images/i/crosss.svg");
    background-size: auto; }

/*.search {
  padding: 13px 17px 11px;
  position: absolute;
  right: 0;
  background: url("assets/images/i/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; 
    width: 250px;
}

.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; }
    .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("assets/images/i/icons.png") 0px -211px no-repeat;
    width: 24px;
    border: none;
    cursor: pointer;
    float: right; }
.search_open .search__form .search__text {
  width: 200px;
    padding: 0 10px;
}*/


.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("assets/images/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("assets/images/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-social-wrap a.soc-buttons_vk {
  background: transparent url("assets/images/i/vk.svg") 50% 50% no-repeat;
  background-size: contain; }

.vgtrk-bar-social-wrap a.soc-buttons_fb {
  background: transparent url("assets/images/i/facebook.svg") 50% 50% no-repeat; }

.vgtrk-bar-social-wrap a.soc-buttons_twt {
  background: transparent url("assets/images/i/twitter.svg") 50% 50% no-repeat; }

.vgtrk-bar-social-wrap a.soc-buttons_ok {
  background: transparent url("assets/images/i/odnoklassniki.svg") 50% 50% no-repeat; }

.vgtrk-bar-social-wrap a.soc-buttons_rss {
  background: transparent url("assets/images/i/rss.svg") 50% 50% no-repeat; }

.vgtrk-bar-social-wrap a.soc-buttons_insta {
  background: transparent url("assets/images/i/insta.svg") 50% 50% no-repeat; }

.vgtrk-bar-social-wrap a.soc-buttons_youtube {
  background: transparent url("assets/images/i/youtube.svg") 50% 50% no-repeat; }

.vgtrk-bar-social-wrap a.soc-buttons_flipboard {
  background: transparent url("assets/images/i/flipboard.svg") 50% 50% no-repeat; }

.vgtrk-bar-social-wrap a.soc-buttons_telegram {
  background: transparent url("assets/images/i/telegram_soc_but.svg") 50% 50% no-repeat; }

.vgtrk-bar-social-wrap a.soc-buttons_yandex_zen {
  background: transparent url("assets/images/i/yandex_zen1.svg") 50% 50% no-repeat; }

.vgtrk-bar-social-wrap a.soc-buttons_smotrim {
  background: transparent url("assets/images/i/smotrim70.png") 50% 50% no-repeat; background-size: contain;}
  
@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; } }




section.content .content-module.afterarticle .title {
  border: none;
  padding-left: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.simple-list li {
  font-size: 14px;
  /*font-weight: 700;*/
  margin-top: 10px;
  list-style: none;
  padding-left: 15px;
  position: relative;
}

.simple-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #333333;
}


.tags {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 24px;*/
  /*padding-left: 146px;*/
  /*margin-left: -5px;*/
  /*margin-top: 30px;*/
  margin-bottom: 20px;
}

.tags a {
    display: inline-block;
    border: 1px solid #999;
    color: #999;
    margin-bottom: 10px;
    margin-right: 10px;
    font: normal 12px/26px "Open Sans", sans-serif;
    padding: 0 14px;
    text-decoration: none;
}

.tags a:hover {text-decoration: underline;}

.adfox-top a {margin-bottom: 20px!important; display: block!important;}

.adfox-sidebar {margin: 0 auto; width: 100%; text-align: center;}
.adfox-sidebar > div {width: 100%!important;}
.adfox-sidebar a {padding: 20px 0!important; border-bottom: 1px solid #cccccc!important; display: block!important; }

.counters {display: flex!important; justify-content: flex-end;}

.sidebar #yandex_rtb_R-A-583458-4,
.sidebar #yandex_rtb_R-A-583458-8,
.sidebar #yandex_rtb_R-A-583458-5,
.sidebar #yandex_rtb_R-A-583458-9 {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #ccc!important;
}
.sidebar #yandex_rtb_R-A-583458-4 > yatag,
.sidebar #yandex_rtb_R-A-583458-8 > yatag,
.sidebar #yandex_rtb_R-A-583458-5 > yatag,
.sidebar #yandex_rtb_R-A-583458-9 > yatag {
    padding: 20px 10px!important;
    margin: 0 auto;
    max-width: 100%;
}
.topad > yatag, .topad > div {margin-bottom: 20px!important; display: block;}
.articlead {margin: 0 auto 30px;}

.company-tree-page .articlead, .specproject-page .articlead {display: none;} /*не показываем рекламу на страницах Компания и шаблоне Спецпроекты*/
.image-gal {
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.image-gal * {
    padding: 0;
    margin: 0;
    transition: all 0.3s;
}

.image-gal .main-image {
    width: 100%;
    margin-bottom: 10px;
}

.image-gal .main-image img {
    width: 100%;
    max-height: 100%;
    display: block;
}

/*.image-gal .thumbs {
  width:100%;
  min-height:100px;
}*/

.image-gal .thumbnails {
    list-style: none;
    width: auto;
    display: flex;
    flex-wrap: wrap;
}

.image-gal ul {list-style: none!important; padding-left: 0!important; padding-bottom: 0!important;}

.image-gal .thumbnails li {
    /* flex: 0 0 19%; */
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
    max-height: 86px;
    margin-bottom: 10px;
    vertical-align: top;
}

.image-gal .thumbnails li img {
    max-height: none;
    max-width: 100%;
    display: block;
}

.image-gal .thumbnails li a img {
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.image-gal .thumbnails li:nth-child(5n), .image-gal .thumbnails li:last-child {
    margin-right: 0;
}

.image-gal .thumb-img {
    cursor: pointer;
}



/* бесконечная подгрузка постов single.php*/
.status {
  text-align: center;
  margin-top: 29px;
  min-height: 40px;
}

.loader {
  height: 40px;
  margin-top: 0;
  text-align: center;
  background: transparent url('assets/images/loader.gif') no-repeat center center;
  background-size: 40px 19px;
  opacity: 0;
  animation: flipAnimation 1s infinite;
  transition: opacity 300ms;
}

/* @see https://medium.com/designer-recipes/understanding-card-flip-animation-using-css-391c40ed3136 */
@keyframes flipAnimation {
  0%   {
    -ms-transform: rotateY(-180deg); /* IE 9 */
    -webkit-transform: rotateY(-180deg); /* Safari Chrome */
    transform: rotateY(-180deg);
  }
  50%  {
    -ms-transform: rotateY(0deg); /* IE 9 */
    -webkit-transform: rotateY(0deg); /* Safari Chrome */
    transform: rotateY(0deg);
  }
  100% {
    -ms-transform: rotateY(-180deg); /* IE 9 */
    -webkit-transform: rotateY(-180deg); /* Safari Chrome */
    transform: rotateY(-180deg);
  }
}

.no-more {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;

  color: #999;
  display: inline-block;
  vertical-align: middle;

  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  border: 1px solid #eee;
  border-radius: 4px;

  text-decoration: none;

  opacity: 0;
  transition: opacity 400ms;
}

.pager {
  margin: 29px 0 0;
  text-align: center;

  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
}

.pager a,
.pager a:link,
.pager a:visited {
  color: #999;
  text-decoration: none;
}

.pager a:hover,
.pager a:active {
  color: #999;
  text-decoration: underline;
}


.header__age-restriction {
    margin: auto 12px;
}

.header__age-restriction .header__icon {
    font: 12px/30px Open Sans,sans-serif;
    color: #fff;
    text-align: center;
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid #70b6f2;
    border-radius: 4px;
}

@media screen and (max-width: 35.5em) {
 .header__age-restriction {margin: auto 7px auto 0;}
}



.wrapper-iframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapper-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#authors_posts_list li {display:none;}

.extrem {background: #e6e6e6; font-style: italic; padding: 10px; margin-bottom: 20px;}

.chleny_komissii ul {padding-left: 0!important;}

section.content .content-module .chleny_komissii .b-item {
  padding: 20px 0;
  margin-left: 0;
  border-width: 0 0 1px 0;
  width: 100%;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

section.content .content-module .chleny_komissii .b-item:last-of-type {border: none; padding-bottom: 0;}




.chleny_komissii .b-item .b-item__pic-wrapper {
    width: 30%;
    margin-right: 20px;
    float: left;
    margin-bottom: 0!important;
}

.chleny_komissii .b-item .b-item__info-wrapper {
    width: 70%;
}

.chleny_komissii .b-item .b-item__title {
    margin-bottom: 10px!important;
}

.chleny_komissii .b-item .b-item__info-wrapper .b-item__introtext {
    margin-bottom: 30px;
}
.b-uchastniki iframe, .b-uchastniki img {max-width: 100%;}
.b-uchastniki li {
  padding: 20px 0;
  margin-left: 0;
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
}

.b-uchastniki li, .b-uchastniki li h2 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #333;
}

.b-uchastniki li:last-of-type {border: none; padding-bottom: 0;}


.fixed-icons {display: none; position: fixed; bottom: 20px; left: 20px; width: 100%; height: 30px; z-index: 100;}
.fixed-icons a {display: block; width: 30px; height: 30px; margin-right: 20px; }
.fixed-icons a.icon-smotrim {background: url("assets/images/i/icon-smotrim.svg") no-repeat; background-size: contain;}
.fixed-icons a.icon-live {background: url("assets/images/i/icon-live.svg") no-repeat; background-size: contain;}
@media screen and (max-width: 35.5em) {
  .fixed-icons {display: flex; /*justify-content: flex-end;*/}
}

.grecaptcha-badge {visibility: hidden;}