@charset "UTF-8";
/* -------------------------------------------------------------
  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);
*/
/* 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-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-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-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-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-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-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 a.dropdown: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;
}

.p20 {
  padding: 20px; }
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; }

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; }

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; }

.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: 12; }
  header#header h1.header__logo {
    width: 230px;
    height: 64px;
    position: relative;
    margin: 0; }
    header#header h1.header__logo a {
      display: block;
      position: absolute;
      top: 13px;
      left: 20px;
      width: 237px;
      height: 51px;
      background: url(/assets/images/logo-gtrkamurru.png) no-repeat;
      text-indent: -9000px; }
  header#header .mainnav {
    height: 64px;
    overflow: hidden;
    position: relative;
    background: #0095da; }
    header#header .mainnav li {
      display: block;
      float: left;
      height: 64px;
      margin-right: 1px;
      position: relative;
      -webkit-perspective: 1000px;
      -moz-perspective: 1000px;
      perspective: 1000px; }
      header#header .mainnav li a {
        display: block;
        height: 100%;
        font-weight: 300;
        line-height: 64px;
        color: #fff;
        padding: 0 24px;
        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;
          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: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: 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; }
    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 .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; }
      header#header .searchbox.searchbox-open .searchbox-input {
        width: 100%;
        padding: 0 20px; }
  header#header .header__menu-link {
    display: none; }

.nav_mobile {
  display: none; }

.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: 190px;
        background: url(/assets/images/logo-gtrkamurru.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; }

.promo__news {
  background: #333333;
  width: calc(100% + 1px); }
  .promo__news .item_promo {
    border-right: 1px solid #444; }
    .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;
      position: relative; }
      .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: 5px;
        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_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; }
      .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; }

.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.short-news .title {
      border-bottom: 1px dotted #cccccc; }
    aside.sidebar .sidebar-module.short-news .short-news__item {
      font-size: 14px;
      font-weight: 700;
      margin-top: 20px;
      list-style: none;
      padding-left: 15px;
      position: relative; }
      aside.sidebar .sidebar-module.short-news .short-news__item: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 .short-news__item a {
        color: #333; }
        aside.sidebar .sidebar-module.short-news .short-news__item a:hover {
          text-decoration: underline; }
    aside.sidebar .sidebar-module.short-news .link-to-list {
      display: block;
      font-size: 12px;
      color: #555;
      padding-top: 18px;
      padding-bottom: 3px;
      background: url(/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;
      margin-left: 15px; }
      aside.sidebar .sidebar-module.short-news .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 a.dropdown: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 {
          color: #fff;
          font-weight: 600; }
        aside.sidebar .sidebar-module.sidebar-menu .sidebar-menu__item.active > a {
          background: #0095da;
          border: 1px dotted #cccccc;
          border-width: 1px 0; }
        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; }
  section.content .content-module .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; }
    section.content .content-module .breadcrumbs a, section.content .content-module .breadcrumbs span {
      color: #2483c5;
      padding: 0 20px;
      border-left: 1px solid #cccccc; }
      section.content .content-module .breadcrumbs a:first-child, section.content .content-module .breadcrumbs span:first-child {
        border-left: none;
        padding-left: 0; }
      section.content .content-module .breadcrumbs a:last-child, section.content .content-module .breadcrumbs span:last-child {
        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: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; }
  section.content .content-module .loadmore {
    margin: 20px 0 20px 20px;
    width: 100%; }
  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(/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(/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(/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(/i/icons.png) 7px -609px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: transparent url(/i/icons.png) -12px -609px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon {
  background: transparent url(/i/icons.png) -35px -609px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_twitter .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(/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_twitter .ya-share2__icon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 28px;
  width: 6px;
  height: 25px;
  background: url(/i/icons.png) 0px -643px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon:before {
  border-color: #000; }

.share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon:after {
  background: url(/i/icons_share_before.png) 0 0 no-repeat; }

.share .ya-share2__container .ya-share2__item_service_gplus .ya-share2__icon {
  background: transparent url(/i/icons.png) -85px -609px no-repeat; }

.share .ya-share2__container .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background: transparent url(/i/icons.png) -61px -609px no-repeat; }

.share .ya-share2__container .whatsapp-link {
  display: inline-block;
  background: transparent url(/i/whatsapp.png) no-repeat;
  width: 91px;
  height: 24px;
  background-size: 98%;
  vertical-align: middle;
  border-top: solid 3px transparent;
  position: relative;
  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(/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(/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; }
  .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 {
      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: block;
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .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%; }
  .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 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; }

.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: #fff;
        width: 30px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        padding: 0 15px;
        text-transform: uppercase; }
        .tvprogramm-page .schedule .week ul.menu li a {
          display: block; }
        .tvprogramm-page .schedule .week ul.menu li.active {
          background: #0095da; }
          .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; }

.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; }
  .archive .arhive__years li {
    display: inline-block;
    padding: 0 20px; }
    .archive .arhive__years li:first-child {
      padding-left: 0; }
    .archive .arhive__years li a:hover {
      text-decoration: none;
      color: #0095da; }
    .archive .arhive__years li.active a {
      color: #0095da; }

.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; }
  .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;
    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%; }

#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; }
  .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,
  header#header .helpsearch {
    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; }
  header#header .header__menu-link {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 8px;
    background: #0095da;
    width: 64px;
    height: 64px;
    border-left: 1px solid #167baf;
    z-index: 999;
    padding: 10px;
    -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 .header__menu-link span {
      width: 80%;
      height: 2px;
      background: #fff;
      margin-bottom: 10px; }
    header#header .header__menu-link.header__menu-link--open {
      right: 278px; }
  .nav_mobile {
    width: 270px;
    position: absolute;
    top: 41px;
    right: 0;
    height: 100%;
    display: block;
    -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-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;
    color: #fff;
    overflow: hidden;
    background: #333333; }
    .nav_mobile:after {
      position: absolute;
      height: 100%;
      width: 1px;
      left: -1px;
      top: 0px;
      box-shadow: 2px 0px 14px 1px #333333;
      content: ' '; }
    .nav_mobile .search_mobile {
      height: 64px;
      background: #0095da;
      padding: 17px 24px 0 24px;
      -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; }
      .nav_mobile .search_mobile .searchbox_mobile {
        position: relative;
        width: 100%;
        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; }
        .nav_mobile .search_mobile .searchbox_mobile input::-webkit-input-placeholder {
          color: #999; }
        .nav_mobile .search_mobile .searchbox_mobile input::-moz-placeholder {
          color: #999; }
        .nav_mobile .search_mobile .searchbox_mobile .searchbox-input {
          right: 0;
          border: 0;
          outline: 0;
          background: #0069a0;
          width: 100%;
          height: 30px;
          padding: 0 20px;
          font-size: 14px;
          color: #f3f3f3;
          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; }
        .nav_mobile .search_mobile .searchbox_mobile .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; }
    .nav_mobile .nav__list_mobile li {
      line-height: 48px;
      color: #fff;
      border-bottom: 1px solid #000; }
      .nav_mobile .nav__list_mobile li a {
        font-size: 16px;
        line-height: 48px;
        font-family: 'Open Sans';
        font-weight: 300;
        padding-left: 24px;
        color: #fff; }
        .nav_mobile .nav__list_mobile li a.help-link {
          color: #0095da;
          font-weight: 600; }
  .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: 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 h1.header__logo a {
      position: relative;
      left: 0;
      margin-left: 20px; }
  .nav_mobile {
    top: 0; }
  .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; }
  section.content .content-module .breadcrumbs {
    line-height: 1.5;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
    section.content .content-module .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 .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; } }
