@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
 * ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * Инструменты
 *
 */
.group:before, .group:after {
  content: '';
  display: table; }

.group:after {
  clear: both; }

.b-field_input_checkbox .b-field__input_checkbox,
.b-field_input_radio .b-field__input_radio {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
 * Заготовки для элементов интерфейса
 *
 */
.b-field__input_text, .b-field__select {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  color: #9a9a9a;
  border: 1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.b-link-btn, .b-link-btn_second, .b-link-btn_accent, .b-field__input_submit, .b-field_second .b-field__input_submit, .b-field_accent .b-field__input_submit {
  font-size: 13px;
  font-weight: bold;
  padding: 8px 20px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

a.disabled {
  pointer-events: none; }

/*
 * Кастомизируем теги
 *
 */
:focus {
  outline: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html,
body {
  min-height: 100%;
  height: auto; }

body {
  font-size: 14px;
  font-family: "NotoSans", Arial, sans-serif;
  position: relative;
  letter-spacing: 0;
  overflow-y: scroll; }

body,
body *,
body *:after,
body *:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }

p {
  margin: 0; }

ul {
  list-style: none;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "NotoSerif", sans-serif;
  margin-top: 0; }

input[type="text"],
select,
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none;
  resize: none;
  outline: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
  -webkit-box-shadow: inset 0 0 0 100px white;
  -moz-box-shadow: inset 0 0 0 100px white;
  box-shadow: inset 0 0 0 100px white; }

input[disabled] {
  background-image: none;
  background-color: #dedede; }

.b-material-wrapper *::-moz-selection {
  background: rgba(89, 189, 23, 0.3); }

.b-material-wrapper *::-webkit-selection {
  background: rgba(89, 189, 23, 0.3); }

.b-material-wrapper *::selection {
  background: rgba(89, 189, 23, 0.3); }

/*
 * Стандартные блоки
 *
 */
/*
 * Абстрактный блок стандартных элементов
 *
 */
.has-secondary {
  color: #9a9a9a; }

.b {
  font-size: 16px; }
  .b__color_warning {
    position: relative; }
  .b__color_warning:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #f32121;
    z-index: -1; }
  .b__color_grey {
    position: relative; }
  .b__color_grey:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
    z-index: -1; }
  .b__name {
    font-size: 16px;
    font-family: "NotoSerif", sans-serif;
    font-weight: bold;
    font-style: italic;
    margin: 14px 0 14px 0; }
    .b-sidebar .b__name {
      padding-left: 20px; }
    .b__name_accent {
      color: #f36821; }
  .b__img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .b__media {
    margin-bottom: 20px; }
  .b__title {
    margin-bottom: 16px;
    font-size: 22px;
    font-family: "NotoSerif", sans-serif;
    font-weight: bold; }
  .b__text {
    font-size: 16px;
    line-height: 1.6; }
  .b__subtitle {
    margin-bottom: 18px;
    font-weight: bold; }
  .b__item {
    margin-bottom: 20px; }

/*
 * Блок Ссылок
 *
 */
.b-material-wrapper p a,
.b-material-wrapper .lead a,
.b-material-wrapper .b-broadcast-online a {
  font-style: inherit;
  color: #1f77bb;
  text-decoration: underline; }
  .b-material-wrapper p a:hover,
  .b-material-wrapper .lead a:hover,
  .b-material-wrapper .b-broadcast-online a:hover {
    color: #1f77bb;
    text-decoration: none; }

.b-link {
  font-style: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  .b-link:hover {
    color: #333333; }
  .b-link_blue {
    color: #1f77bb; }
    .b-link_blue:hover {
      color: #3088cc; }
  .b-link_dotted {
    border-bottom: 1px dotted; }
  .b-link_white {
    color: #fff; }
    .b-link_white:hover {
      color: #cccccc; }
  .b-link_title:hover {
    color: #1f77bb; }
  .b-link_inner {
    color: #1f77bb;
    text-decoration: underline; }
    .b-link_inner:hover {
      color: #1f77bb;
      text-decoration: none; }
  .b-link_tag {
    color: #9a9a9a; }
    .b-link_tag:hover {
      color: #1f77bb; }
  .b-link_reload {
    position: relative;
    color: #f36821; }
    .b-link_reload:hover {
      color: #ff7932; }
  .b-link_watch {
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    color: #9a9a9a;
    border-bottom: 1px dotted; }
    .b-sidebar__item .b-link_watch {
      font-size: 14px; }
    .b-link_watch:after {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      right: -25px;
      background: url(/res/images/sprite_main.png) no-repeat -150px -60px; }
    .b-material-sujet .b-link_watch {
      margin-top: 10px; }
  .b-link_watch.is-active:after {
    background-position: -150px -40px; }
  .b-news .b-link:visited,
  .b-feed__list .b-link:visited,
  .b-news-inner .b-link:visited {
    color: #666666; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .b-link_reload:before {
      background: url(/res/images/sprite_main_2.png) -20px -70px no-repeat;
      background-size: 500px; }
    .b-link_watch:after {
      background: url(/res/images/sprite_main_2.png) no-repeat -150px -60px;
      background-size: 500px; } }

/*
 * Блок Ссылок в виде кнопки
 *
 */
.b-link-btn {
  display: inline-block;
  background-color: #1f77bb; }
  .b-link-btn:hover {
    background-color: #3092dd; }
  .b-link-btn_second {
    background-color: #5c707c; }
    .b-link-btn_second:hover {
      background-color: #748a98; }
  .b-link-btn_accent {
    background-color: #f36821; }
    .b-link-btn_accent:hover {
      background-color: #f68951; }

/*
 * Блок ввода данных
 * Совмещает в себе все стандартные
 * элементы формы
 *
 */
.b-field {
  font-size: 13px;
  position: relative;
  display: block;
  clear: both; }
  .b-field__label {
    margin-bottom: 12px; }
  .b-field__wrapper {
    position: relative; }
  .b-field__icon {
    width: 20px;
    height: 20px;
    display: block;
    background: url(/res/images/sprite_main.png) no-repeat 0 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-field__icon {
        background: url(/res/images/sprite_main_2.png) no-repeat 0 0;
        background-size: 200px; } }
  .b-field_required .b-field__label {
    position: relative; }
    .b-field_required .b-field__label:after {
      content: '*'; }
  .b-field_input_submit {
    display: inline-block; }
  .b-field__input_submit {
    background-color: #1f77bb; }
    .b-field__input_submit:hover {
      background-color: #3092dd; }
  .b-field_second .b-field__input_submit {
    background-color: #5c707c; }
    .b-field_second .b-field__input_submit:hover {
      background-color: #748a98; }
  .b-field_accent .b-field__input_submit {
    background-color: #f36821; }
    .b-field_accent .b-field__input_submit:hover {
      background-color: #f68951; }
  .b-field__textarea {
    font-size: 13px;
    font-family: "NotoSans", Arial, sans-serif !important;
    width: 100%;
    min-height: 200px;
    padding: 10px;
    border: 1px solid #dedede;
    resize: vertical; }
  .b-field_input_checkbox, .b-field_input_radio {
    float: left;
    cursor: pointer; }
  .b-field_input_checkbox .b-field__label,
  .b-field_input_radio .b-field__label {
    width: calc(100% - 20px);
    padding-left: 10px;
    display: inline-block; }
  .b-field_input_checkbox .b-field__wrapper,
  .b-field_input_radio .b-field__wrapper {
    float: left; }
  .b-field_input_checkbox .b-field__icon {
    background-position: -120px -60px; }
  .b-field_input_checkbox .b-field__input_checkbox:checked + .b-field__icon {
    background-position: -120px -40px; }
  .b-field_input_radio .b-field__icon {
    background-position: -120px -100px; }
  .b-field_input_radio .b-field__input_radio:checked + .b-field__icon {
    background-position: -120px -80px; }
  .b-field__select {
    cursor: pointer; }
  .b-field_select .b-field__wrapper {
    background-color: #fff; }
    .b-field_select .b-field__wrapper:after {
      content: '';
      position: absolute;
      right: 15px;
      top: 14px;
      border: 3px solid;
      border-color: #000 transparent transparent transparent; }

/*
 * Блок выделение рамкой
 *
 */
/*
 * Абстрактный блок выпадающего списка
 *
 */
.b-content-toggler {
  border-top: 1px solid #dedede; }
  .b-content-toggler__btn {
    position: relative;
    cursor: pointer; }
    .b-content-toggler__btn:before {
      content: "";
      position: absolute;
      top: 3px;
      right: 20px;
      width: 7px;
      height: 7px;
      background: url(/res/images/sprite_main.png) -41px -32px no-repeat;
      z-index: -1; }
      .is-show .b-content-toggler__btn:before {
        background-position: -41px -22px; }
  .b-content-toggler__ctx {
    padding-top: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .is-hide .b-content-toggler__ctx {
      height: 0 !important;
      margin: 0;
      padding: 0; }
    .is-show:before .b-content-toggler__ctx {
      background: url(/res/images/sprite_main.png) -41px -32px no-repeat; }
  .b-content-toggler_nodecor {
    border: 0; }
  .b-content-toggler_nodecor .b-content-toggler__btn:before {
    display: none; }

/*
 * Абстрактный блок выпадающего списка
 *
 */
.b-content-handler__ctx {
  display: none; }
  .b-content-handler__ctx.is-active {
    display: block; }

/*
 * Блок Иконок
 *
 */
.b-icon {
  background: url(/res/images/sprite_main.png) no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .b-icon {
      background: url(/res/images/sprite_main_2.png) no-repeat;
      background-size: 200px; } }

.b-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .b-icon_type_social {
    width: 30px;
    height: 30px;
    background: url(/res/images/social_icons.svg) no-repeat; }
  .b-icon_type_search {
    background-position: 0 0; }
  .b-icon_type_region {
    background-position: -100px -80px; }
  .b-icon_type_reload {
    position: absolute;
    right: -25px;
    top: 1px;
    background-position: -20px -70px; }
  .b-icon_type_viewed {
    width: 30px;
    background-position: -120px 0; }
  .b-icon_type_viewed.is-active {
    background-position: -120px -20px;
    z-index: 99999; }
    .b-icon_type_viewed.is-active:after {
      content: '';
      width: 40px;
      position: absolute;
      bottom: -18px;
      left: -8px;
      border-bottom: 3px solid #f36821; }
  .b-icon_type_follow {
    background-position: -150px 0; }
  .b-icon_type_follow.is-active {
    background-position: -150px -20px;
    z-index: 99999; }
    .b-icon_type_follow.is-active:after {
      content: '';
      width: 40px;
      position: absolute;
      bottom: -18px;
      left: -8px;
      border-bottom: 3px solid #f36821; }
  .b-icon_type_follow.is-modal {
    background-position: -150px -40px; }
    .b-icon_type_follow.is-modal:after {
      border-bottom: 0; }
  .b-icon_type_follow-white {
    background-position: -150px -20px; }
  .b-icon_type_follow-white.is-active {
    background-position: -150px -40px; }
  .b-icon_type_rss {
    background-position: -50px -30px; }
  .b-icon_type_calendar {
    background-position: -20px 0; }
  .b-icon_type_print {
    background-position: -170px 0; }
  .b-icon_type_like {
    background-position: 0 -50px; }
    .b-icon_type_like.is-active, .b-icon_type_like:hover {
      background-position: 0 -70px; }
  .b-icon_type_attention {
    background-position: -20px -50px; }
  .b-icon_type_share {
    background-position: -40px -50px; }
  .b-icon_type_comment {
    background-position: -60px -50px; }
  .b-icon_type_star-gray {
    background-position: -150px -140px; }
  .b-icon_type_star {
    background-position: -150px -79px; }
    .b-icon_type_star.is-active, .b-icon_type_star.hover {
      background-position: -150px -99px; }
  .b-icon__qty {
    font-size: 11px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: #f36821;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .b-icon_type_speak {
    background-position: -170px -60px; }
    .b-icon_type_speak:hover {
      background-position: -170px -40px; }
  .b-icon_type_user-quote {
    background-position: -170px -80px; }
  .b-icon_type_close-btn {
    background-position: -90px -30px; }
  .b-icon_type_geo {
    background-position: -150px -120px; }
  @media screen and (min-width: 990px) {
    .b-icon_type_follow.is-active:after, .b-icon_type_viewed.is-active:after {
      bottom: -20px; } }

.b-icon-aside {
  position: relative; }
  .b-icon-aside:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(/res/images/sprite_main.png) no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-icon-aside:before {
        background: url(/res/images/sprite_main_2.png) no-repeat;
        background-size: 200px; } }
  .b-icon-aside_type_login:before {
    background-position: -170px -20px; }
  .b-icon-aside_type_larrow-mini:before {
    width: 6px;
    height: 9px;
    margin-bottom: 2px;
    background-position: -100px -52px; }

/*
 * Блок Иконок файлов
 *
 */
.b-file-icon:before {
  background: url(/res/images/sprite_main.png) no-repeat; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .b-file-icon:before {
    background: url(/res/images/sprite_main_2.png) no-repeat;
    background-size: 200px; } }

.b-file-icon:before {
  content: '';
  width: 23px;
  height: 32px;
  position: absolute;
  top: 4px;
  left: -30px; }

.b-file-icon-doc:before {
  background-position: -2px -134px; }

.b-file-icon-pdf:before {
  background-position: -27px -134px; }

.b-file-icon-img:before {
  background-position: -2px -134px; }

.b-file-icon-zip:before {
  background-position: -77px -134px; }

.b-file-icon-xls:before {
  background-position: -102px -134px; }

/*
 * Модификаторы для блоков
 *
 */
.font-zero {
  font-size: 0; }

.has-half {
  width: 50%; }

.is-fixed {
  position: fixed;
  top: 0; }

.b-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  overflow: hidden;
  background-color: #000;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7; }
  .b-overlay__content {
    position: absolute;
    top: 40px;
    right: -20px;
    z-index: 21;
    display: none;
    text-align: left; }
    .b-overlay__content.is-active {
      display: block; }
  .b-overlay.is-active {
    display: block; }

.is-cursor-pointer {
  cursor: pointer; }

.has-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }

/*
 * Модификаторы сдвигающихся блоков
 *
 */
.shiftContainer {
  display: none; }

.shiftContainer_active {
  display: block; }

/*
 * Модификаторы адаптивного поведения
 *
 */
.is-mobile {
  display: inline-block !important; }
  @media screen and (min-width: 768px) {
    .is-mobile {
      display: none !important; } }

.is-tablet {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .is-tablet {
      display: inline-block !important; } }

.is-tablet-landscape {
  display: none !important; }
  @media screen and (min-width: 990px) {
    .is-tablet-landscape {
      display: inline-block !important; } }

@media screen and (min-width: 990px) {
  .not-tablet-landscape {
    display: none !important; } }

.is-desktop {
  display: none !important; }
  @media screen and (min-width: 1260px) {
    .is-desktop {
      display: inline-block !important; } }

@media screen and (min-width: 1260px) {
  .not-desktop {
    display: none !important; } }

.is-desktop-full {
  display: none !important; }
  @media screen and (min-width: 1760px) {
    .is-desktop-full {
      display: inline-block !important; } }

@media screen and (min-width: 1260px) {
  .has-sidebar {
    display: none !important; } }

.scroll-disabled {
  width: 100%;
  position: fixed;
  top: 0;
  overflow: hidden; }
  @media screen and (min-width: 1260px) {
    .scroll-disabled {
      position: static; } }

.i-follow {
  position: relative;
  margin-right: 20px; }
  .i-follow.is-active {
    color: #fff; }
  .i-follow__sup {
    font-size: 11px;
    position: absolute;
    top: -5px;
    left: 20px; }

/*
 * Слой модификаторов поведения (скрыть/показать)
 * (называются с нижним подчеркиванием)
 * Никакие стили к ним не применять!!
 *
 */
._hide_date ._date {
  display: none; }

/*
 * Блоки тегов
 *
 */
/*
 * Абстрактный блок абзаца
 *
 */
.b-p {
  margin-bottom: 25px; }

/*
 * Абстрактный блок ненумерованного списка
 *
 */
.b-ul__item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px; }

.b-ul__item:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #f36821; }

.b-ul__list {
  margin: 0 0 35px 0; }

.b-ul__title {
  font-weight: bold;
  margin-bottom: 25px; }

/*
 * Блок Таблица
 *
 */
.b-table {
  width: 100%;
  display: inline-table;
  vertical-align: top; }
  .b-table__cell {
    display: table-cell;
    vertical-align: middle; }

/*
 * Блок списка
 *
 */
.b-form__body {
  margin-bottom: 20px;
  padding: 20px;
  position: relative; }
  .b-form__body_grey {
    background: #f3f3f3; }
  .b-form__body_info {
    border: 1px solid #59bd17; }

.b-form__title {
  margin-bottom: 20px; }

.b-form__row_centered {
  text-align: center; }

.b-form__fieldset {
  margin-bottom: 30px; }
  .b-form__fieldset__title {
    font-size: 16px;
    margin-bottom: 20px; }

.b-form__notice {
  font-size: 13px; }

/*
 * Версия для печати
 *
 */
@media print {
  .b-ads,
  .b-fast-access,
  .b-sidebar-left,
  .b-header__info,
  .b-header__menu,
  .b-accents_header,
  .b-feed_main-today,
  .b-material-sujet,
  .b-material-action {
    display: none; } }

/*
 * Глобальные блоки страницы
 *
 */
/*
 * Основная сетка сайта
 *
 */
.l-page {
  max-width: 1760px;
  min-width: 320px;
  height: auto !important;
  min-height: 100%;
  overflow: hidden;
  margin-top: 60px; }
  .l-page__body {
    position: relative; }
  .l-page.is-fixed {
    width: 100%;
    position: fixed; }
  .l-page__wrapper {
    display: block;
    position: relative;
    background-color: #fff; }
  @media screen and (min-width: 768px) {
    .l-page {
      margin-top: 0; }
      .l-page__wrapper {
        padding-left: 20px;
        display: inline-block; }
      .l-page_promo .l-page__wrapper {
        padding: 0 20px; } }
  @media screen and (min-width: 990px) {
    .l-page__wrapper {
      padding-left: 30px; }
    .l-page_promo .l-page__wrapper {
      padding: 0 30px; } }
  @media screen and (min-width: 1260px) {
    .l-page__wrapper {
      padding-left: 30px; }
    .l-page_promo .l-page__wrapper {
      padding: 0 60px; } }
  @media screen and (min-width: 1760px) {
    .l-page__wrapper {
      padding-left: 60px; } }

/*
 * Боковой блок сайте
 *
 */
.l-page_gazeta .l-aside {
  margin-top: 67px; }

/*
 * Баннеры
 *
 */
/*
 * Баннеры текстовые
 * 22.10.15 Max: В такой верстке будет использоваться рекламных материалах только на главной.
 */
.b-advert {
  font-size: 13px;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  /*
     * Новые стили для рекламных блоков
     *
     */ }
  .b-advert_type_yad {
    width: 100%;
    text-align: center;
    border-bottom: 0; }
  .b-advert_type_sky {
    background-color: #f3f3f3;
    border-bottom: 0; }
  .b-advert_type_sky .b-advert__item-image {
    float: none; }
  .b-advert_type_sky .b-advert__item {
    margin-bottom: 0; }
  .b-advert_type_sky .b-advert__item-description {
    padding: 20px; }
  .b-advert_type_sky .b-advert__item-title {
    font-size: 16px;
    color: #000; }
  .b-advert_type_sky .b-advert__item-text {
    font-size: 13px; }
  .b-advert__title {
    font-family: "NotoSerif", sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 20px; }
  .b-advert__item {
    margin-bottom: 20px;
    overflow: hidden; }
  .b-advert__item-image {
    margin: 0 10px 10px 0;
    float: left;
    display: block; }
  .b-advert__item-description {
    display: block; }
  .b-advert__item-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #1f77bb; }
  .b-advert__item-text {
    margin-bottom: 5px; }
  .b-advert__item-mail {
    color: #9a9a9a; }
  .b-advert_yaDirect {
    border-bottom: 0; }
    .b-advert_yaDirect .yap-yandex_ad_sidebar_left-adaptive,
    .b-advert_yaDirect .yap-yandex_ad_sidebar_left-adaptive .yap-layout_block_fixed {
      width: 100% !important; }
  @media screen and (min-width: 990px) {
    .b-advert {
      padding-top: 20px; }
      .b-advert__item {
        text-align: center;
        margin: 0 20px 20px; } }

/*
 * Закостылирование баннера
 *
 */
.b-banner {
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dee3e7+1,cbd2d8+100 */
  background: #dee3e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dee3e7 1%, #cbd2d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #dee3e7), color-stop(100%, #cbd2d8));
  background: -webkit-linear-gradient(top, #dee3e7 1%, #cbd2d8 100%);
  background: -o-linear-gradient(top, #dee3e7 1%, #cbd2d8 100%);
  background: -ms-linear-gradient(top, #dee3e7 1%, #cbd2d8 100%);
  background: linear-gradient(to bottom, #dee3e7 1%, #cbd2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee3e7', endColorstr='#cbd2d8',GradientType=0 ); }
  .b-banner_type_sidebar {
    width: 240px;
    padding: 20px 0 1px;
    position: relative;
    background-color: #f3f3f3; }
    .b-banner_type_sidebar.is-fixed {
      position: fixed;
      top: 0; }
    .b-banner_type_sidebar.is-bottom {
      position: absolute !important;
      bottom: 0;
      top: auto; }
  .b-banner_type_head {
    width: 100%;
    overflow: hidden; }
  .b-banner_type_sidebar .b-banner__item {
    display: none; }
  .b-banner_type_aside .b-banner__item {
    display: block; }
  .b-banner_type_sidebar .b-banner__item.is-active {
    display: block; }
  .b-banner__item-image {
    margin-bottom: 19px; }
  @media screen and (min-width: 990px) {
    .b-banner_type_sidebar {
      width: 280px;
      padding: 20px 20px; } }
  @media screen and (min-width: 1260px) {
    .b-banner_type_sidebar {
      width: 310px;
      padding: 20px 35px; }
      .b-banner_type_sidebar.is-bottom {
        bottom: 11px; } }

/*
 * Баннеры
 *
 */
.b-ads {
  background-color: #f3f3f3;
  /*
     * Разные типы баннерных мест
     *
     */ }
  .b-ads iframe {
    margin: 0 auto;
    display: block; }
  @media screen and (min-width: 768px) {
    .b-ads_top, .b-ads_central-header {
      width: 490px; } }
  @media screen and (min-width: 990px) {
    .b-ads_top, .b-ads_central-header {
      width: 650px; } }
  @media screen and (min-width: 1260px) {
    .b-ads_top, .b-ads_central-header {
      width: 970px; } }
  @media screen and (min-width: 1760px) {
    .b-ads_top, .b-ads_central-header {
      width: 1330px; }
      .b-ads_top .adfox, .b-ads_central-header .adfox {
        width: 1000px;
        margin: 0 auto; } }
  .b-ads_central-header {
    margin-bottom: 6px; }
    @media screen and (min-width: 768px) {
      .b-ads_central-header {
        margin-bottom: 0; } }
  .b-ads_sidebar-left div[id^="AdFox_banner"], .b-ads_sidebar-right div[id^="AdFox_banner"] {
    width: 100% !important;
    height: 100% !important;
    margin-top: 20px;
    overflow: hidden; }
  .b-ads_sidebar-left div[id^="AdFox_banner"]:first-child, .b-ads_sidebar-right div[id^="AdFox_banner"]:first-child {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .b-ads_sidebar-left .adfox, .b-ads_sidebar-right .adfox {
      padding: 0; } }
  @media screen and (min-width: 1760px) {
    .b-ads_sidebar-left iframe, .b-ads_sidebar-right iframe {
      margin: 20px 35px; } }
  .b-ads_sidebar-left {
    background-color: transparent; }
    @media screen and (min-width: 1760px) {
      .b-ads_sidebar-left {
        background-color: #f3f3f3; } }
  .b-ads_sidebar-right {
    margin-bottom: 0 !important; }
  .b-ads_index-rubric-first {
    width: 240px !important;
    margin-top: 10px;
    margin-right: 55px;
    float: right; }
  .b-ads_under-materials {
    text-align: center; }
    .b-ads_under-materials .adfox {
      display: block; }
    .b-ads_under-materials .adfox_loaded {
      margin-bottom: 20px;
      overflow: hidden; }
    .b-ads_under-materials div[id^="AdFox_banner"] {
      margin: 20px auto; }
  .b-ads__direct {
    background-color: #fff; }
  .b-ads__tgb {
    font-size: 13px;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #dedede; }
  .b-ads__tgb div[id^="AdFox_banner"] {
    width: 100% !important;
    height: auto !important; }
  .b-ads__tgb .b-ads__item {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }
  .b-ads__tgb .b-ads__media {
    float: left;
    clear: both; }
  .b-ads__tgb .b-ads__image {
    vertical-align: top; }
  .b-ads__tgb .b-ads__description {
    margin-left: 110px; }
  .b-ads__tgb .b-ads__title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #1f77bb; }
  .b-ads__tgb .b-ads__text {
    margin-bottom: 5px; }
  .b-ads__tgb_large {
    border-bottom: 0; }
  .b-ads__tgb_large .b-ads__item {
    background-color: transparent; }
  .b-ads__tgb_large .b-ads__media {
    float: none; }
  .b-ads__tgb_large .b-ads__image {
    width: 100%; }
  .b-ads__tgb_large .b-ads__title {
    font-size: 16px;
    color: #000; }
  .b-ads__tgb_large .b-ads__description {
    margin-left: 0;
    padding: 10px 20px;
    background-color: #f3f3f3; }
  .b-ads__tgb_large .b-ads__text {
    overflow: hidden; }
  .b-ads__tgb_slide .b-ads__description {
    background-color: #fff;
    margin: 10px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .b-ads__tgb_slide .b-ads__description:after {
      content: "";
      position: absolute;
      top: 17px;
      right: 17px;
      width: 7px;
      height: 7px;
      background: url(/res/images/sprite_main.png) -41px -32px no-repeat; }
  .b-ads__tgb_slide .b-ads__item:hover .b-ads__description .b-ads__text {
    height: auto;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }
  .b-ads__tgb_slide .b-ads__text {
    height: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media screen and (min-width: 768px) {
    .b-ads_tgb-sidebar-right .b-ads__tgb {
      padding: 0; } }

/*
 * Сайдбар
 *
 */
.b-sidebar-left {
  display: none; }
  .b-sidebar-left__advert.is-fixed {
    position: fixed;
    top: 0; }
  .b-sidebar-left__advert.is-bottom {
    position: absolute;
    top: auto;
    bottom: 25px; }
  @media screen and (min-width: 768px) {
    .b-sidebar-left {
      width: 240px;
      float: left;
      display: block; }
    .b-sidebar-left:after {
      content: '';
      width: 240px;
      height: 100%;
      position: absolute;
      background-color: #fff;
      z-index: -1; } }
  @media screen and (min-width: 1260px) {
    .b-sidebar-left {
      display: block; } }
  @media screen and (min-width: 1760px) {
    .b-sidebar-left {
      width: 310px; }
      .b-sidebar-left:after {
        width: 310px; } }

.b-sidebar-right {
  display: none; }
  @media screen and (min-width: 1260px) {
    .b-sidebar-right {
      width: 310px;
      margin-left: 30px;
      display: inline-block;
      vertical-align: top; }
      .b-sidebar-right__item {
        margin-bottom: 20px; } }
  @media screen and (min-width: 1760px) {
    .b-sidebar-right {
      float: right; } }

/*
 * Категории в левом сайдбаре
 *
 */
.b-categories__body {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0;
  text-transform: uppercase;
  color: #000;
  background-color: #fff; }

.b-categories__body_white,
.b-menu-user .b-categories__body {
  background-color: #fff; }

.b-categories__body_white .b-categories__link,
.b-menu-user .b-categories__link {
  color: #000; }

.b-categories__body_blue {
  color: #fff;
  background-color: #5c707c; }

.b-categories__body_blue .b-categories__list {
  border-color: #6d7f89; }

.b-categories__body_blue .b-categories__item.is-active {
  background-color: #f36821; }

.b-categories__list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dedede; }
  .b-categories__list:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }

.b-categories_overlay .b-categories__body_blue {
  background-color: transparent; }

.b-categories_overlay .b-categories__body_blue .b-categories__list {
  border-color: #dedede; }

.b-categories_overlay .b-categories__body_blue .b-categories__link {
  color: #000; }

.b-categories__link {
  width: 100%;
  padding: 5px 20px;
  margin-bottom: 5px;
  display: inline-block; }
  .b-categories__link:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .b-categories__list {
    margin-top: 16px;
    padding-top: 16px; }
  .b-categories__link {
    margin-bottom: 13px; } }

/*
 * Шапка
 *
 */
/*
 * Шапка сайта
 *
 */
.b-header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10; }
  .b-header__title_promo {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
  .b-header__info {
    border-bottom: 1px solid #dedede;
    height: 0;
    padding: 0 !important; }
    .b-header__info .b-logo {
      position: absolute;
      top: 22px;
      left: 20px;
      z-index: 1; }
    .b-header__info .b-vendors,
    .b-header__info .b-age {
      display: none; }
  .b-header__menu {
    overflow: inherit !important; }
  .b-header__item {
    padding: 8px 0;
    overflow: hidden; }
  .b-header__content {
    margin-top: 15px;
    padding: 0 !important;
    text-align: center;
    display: none; }
  .b-header__content-item {
    display: inline-block;
    vertical-align: middle; }
  .b-header__item_info {
    padding-top: 10px;
    float: right; }
  .b-header:after {
    content: '';
    width: 100%;
    padding: 0 20px;
    position: relative;
    top: 1px;
    display: block;
    border-bottom: 1px solid #dedede;
    z-index: -1; }
  .b-header_not-found:after {
    display: none; }
  .b-header_promo:after {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .b-header {
      position: static;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .b-header__info {
        height: auto;
        padding: 8px 0 !important; }
        .b-header__info .b-logo {
          position: static; }
        .b-header__info .b-vendors,
        .b-header__info .b-age {
          display: inline-block; }
      .b-header__info:before {
        display: none; }
      .b-header__item {
        width: 490px; }
      .b-header__content {
        height: 95px;
        text-align: left;
        display: block; }
      .b-header__menu {
        border-bottom: 1px solid #dedede; }
      .b-header:after {
        width: 490px; }
      .b-header_promo:after {
        width: 100%; } }
  @media screen and (min-width: 990px) {
    .b-header__item {
      width: 650px; }
    .b-header__menu {
      border-bottom: 3px solid #5c707c; }
    .b-header:after {
      width: 650px; }
    .b-header_promo:after {
      width: 100%; } }
  @media screen and (min-width: 1260px) {
    .b-header__item {
      width: 960px; }
    .b-header:after {
      width: 960px; }
    .b-header_promo:after {
      width: 100%; } }
  @media screen and (min-width: 1760px) {
    .b-header__item {
      width: 1330px; }
    .b-header:after {
      width: 1330px; } }

/*
 * Меню в шапке
 *
 */
.b-menu {
  padding: 10px 20px;
  position: relative;
  white-space: nowrap; }
  .b-menu__wrapper {
    width: 100%;
    font-size: 0.001px;
    letter-spacing: 0; }
  .b-menu__col {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle; }
  .b-menu__col_side_left {
    width: 50%;
    float: left; }
  .b-menu__col_side_right {
    float: right;
    text-align: right; }
  .b-menu__item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    white-space: normal; }
  .b-menu__item_type_user {
    margin-left: 20px;
    cursor: pointer; }
  .b-menu__item_type_country {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 1em; }
    .b-menu__item_type_country .b-link {
      width: 100%;
      padding-right: 10px;
      position: relative;
      display: inline-block;
      line-height: 1.2em;
      white-space: nowrap; }
      .b-menu__item_type_country .b-link:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        right: 0;
        top: 7px;
        display: inline-block;
        border: 3px solid;
        border-color: #1f77bb transparent transparent;
        z-index: 1; }
  .b-menu__item-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }
  .b-menu__item_type_actions .b-menu__item-icon {
    display: none; }
    .b-menu__item_type_actions .b-menu__item-icon_geo {
      display: inline-block; }
  .b-menu__item_type_actions .b-menu__item-icon_search,
  .is-open .b-menu__item_type_actions .b-menu__item-icon {
    display: inline-block; }
  .b-menu__geolocation {
    display: none;
    position: relative; }
    .b-menu__geolocation:before {
      content: '';
      width: 30px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
      z-index: 1; }
    .b-menu__geolocation_hide {
      display: none; }
  @media screen and (min-width: 768px) {
    .b-menu {
      padding: 10px 0; }
      .b-menu__item_type_actions {
        margin-top: 2px; }
      .b-menu__item_type_actions .b-menu__item-icon {
        display: inline-block; }
      .b-menu__item-icon_geo {
        display: none !important; }
      .b-menu__col_side_left {
        width: 30%;
        float: none; }
      .b-menu__col_side_right {
        width: 70%;
        position: relative;
        float: none; }
      .b-menu__geolocation {
        display: inline-block; }
        .b-menu__geolocation_hide {
          display: inline-block; } }
  @media screen and (min-width: 1260px) {
    .b-menu__item_type_country {
      width: auto; }
      .b-menu__item_type_country .b-link {
        width: auto; }
        .b-menu__item_type_country .b-link:before {
          display: none; }
    .b-menu__col_side_left {
      width: 65%; }
    .b-menu__col_side_right {
      width: 35%; } }

/*
 * Меню пользователя в шапке
 *
 */
.b-menu-user__item {
  display: inline-block;
  vertical-align: middle; }
  .b-menu-user__item_desktop {
    display: none; }
  .b-menu-user__item_mobile .b-icon-aside_type_login {
    padding: 20px 20px;
    display: block; }

.b-menu-user__item_image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.b-menu-user__name {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  display: block; }

.b-menu-user__nav-icon {
  width: 20px;
  margin-top: 2px;
  position: relative;
  top: 2px;
  display: inline-block;
  line-height: 0;
  vertical-align: middle; }

.b-menu-user__nav-icon-line {
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #000; }

.b-menu-user__menu {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 45px;
  right: 0; }
  .b-menu-user__menu:before {
    content: '';
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    border-top: 3px solid #f36821; }

.b-menu-user__action {
  width: 100%;
  height: 45px;
  margin-left: -80px;
  padding: 5px 20px 5px 80px;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: 1;
  background-color: #fff; }

.b-menu-user__action-item-icon {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle; }

.b-menu-user__profile {
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 2;
  text-align: left;
  white-space: normal;
  line-height: 1.4em;
  background-color: #f3f3f3;
  -webkit-box-shadow: 1px 1px 14px #aaa;
  -moz-box-shadow: 1px 1px 14px #aaa;
  box-shadow: 1px 1px 14px #aaa; }

.b-menu-user__profile-info {
  padding: 20px;
  border-bottom: 1px solid #dedede; }

.b-menu-user__profile-info-name {
  font-weight: bold;
  margin-bottom: 10px; }

.b-menu-user__profile-info-mail {
  color: #9a9a9a; }

.b-menu-user__profile-wrapper {
  background-color: #fff; }

.b-menu-user__profile-categories {
  background-color: #fff; }
  .b-menu-user__profile-categories .b-categories__body_blue .b-categories__list {
    border-color: #f3f3f3; }

.b-menu-user__profile-title {
  border-bottom: solid 1px #f3f3f3; }

.b-menu-user__profile-links {
  padding: 20px 20px 10px; }

.b-menu-user__profile-links-item {
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .b-menu-user__item_desktop {
    display: inherit; }
  .b-menu-user__menu {
    top: 41px; }
    .b-menu-user__menu:before {
      width: 30px;
      right: 0; }
  .b-menu-user__item_image {
    margin-top: 1px; }
  .b-menu-user__action {
    display: none; }
  .b-menu-user__action-item-icon {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle; }
  .b-menu-user__profile {
    width: 240px; }
  .b-menu-user__profile-info {
    padding: 15px 20px; }
  .b-menu-user__profile-info-name {
    margin-bottom: 5px; }
  .b-menu-user__profile-categories {
    display: none; }
  .b-menu-user__profile-links {
    padding: 15px 20px; }
  .b-menu-user__profile-title {
    display: none; }
  .b-menu-user__profile-links-item {
    margin-bottom: 15px; }
    .b-menu-user__profile-links-item:last-child {
      margin-bottom: 10px; } }

/*
 * Блок переключения регионов в шапке
 *
 */
.b-switch-region {
  font-size: 14px;
  margin-left: 30px; }
  .b-switch-region__text {
    margin-left: 15px; }

/*
 * Логотип в шапке
 *
 */
.b-logo.b-header__info-item {
  display: inline-block;
  float: left; }

.b-logo.b-header__content-item {
  display: none; }

.b-logo__image {
  width: 60px;
  height: 18px;
  margin-right: 10px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(/res/images/media/logo/rg-main.png);
  background-position: 0 -80px; }
  .b-header_not-found .b-logo__image {
    width: 220px;
    height: 75px;
    background-position: 0 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .b-logo__image {
      background-image: url(/res/images/media/logo/rg-main2x.png);
      background-size: 220px 104px; } }

@media screen and (min-width: 768px) {
  .b-logo.b-header__info-item {
    display: none; }
  .b-logo.b-header__content-item {
    display: inline-block; }
  .b-logo__image {
    width: 154px;
    height: 97px;
    background-position: -77px 0; } }

@media screen and (min-width: 990px) {
  .b-logo__image {
    width: 220px;
    height: 76px;
    background-position: 0 0;
    background-size: cover; } }

/*
 * Новость в шапке
 *
 */
.b-header-news {
  display: none;
  vertical-align: middle; }
  @media screen and (min-width: 1260px) {
    .b-header-news {
      font-size: 13px;
      margin-left: 40px;
      padding-left: 40px;
      border-left: 1px solid #dedede; }
      .b-header-news__date {
        color: #9a9a9a; }
      .b-header-news__item {
        width: 220px;
        display: inline-block;
        vertical-align: middle; } }
  @media screen and (min-width: 1760px) {
    .b-header-news {
      font-size: 13px;
      margin-left: 40px;
      padding-left: 40px;
      border-left: 1px solid #dedede; }
      .b-header-news__date {
        color: #9a9a9a; }
      .b-header-news__item {
        width: 220px;
        display: inline-block;
        vertical-align: middle; } }

/*
 * Онлайн новости в шапке
 *
 */
.b-broadcast {
  font-size: 13px;
  display: inline-block;
  width: auto !important;
  padding-left: 40px !important; }
  .b-broadcast:first-child {
    display: none; }
  .b-broadcast__score {
    float: right;
    font-weight: bold;
    margin-left: 15px; }
  .b-broadcast__item_type_live .b-broadcast__score {
    color: #f32121; }
  .b-broadcast__media {
    margin: 0 5px;
    float: left; }
  .b-broadcast__img {
    max-width: 18px; }
  .b-broadcast__score {
    color: #f36821;
    position: relative; }
  .b-broadcast__date {
    font-size: 11px;
    color: #9a9a9a; }
  .b-broadcast__item:first-child .b-broadcast__score:after {
    content: ":";
    position: absolute;
    top: -1px;
    left: 10px;
    font-size: 14px; }
  .b-broadcast__divider {
    display: none; }
  .b-broadcast__item {
    margin-bottom: 5px; }
  .b-broadcast__row {
    margin-bottom: 5px; }
  .b-broadcast__info {
    position: relative;
    color: #9a9a9a; }
    .b-broadcast__info:before {
      content: '';
      width: 4px;
      height: 4px;
      position: absolute;
      top: 7px;
      left: -10px;
      background-color: #f32121;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .b-broadcast__item_type_live .b-broadcast__info {
    padding-left: 30px;
    position: relative;
    color: #000; }
    .b-broadcast__item_type_live .b-broadcast__info:before {
      content: '';
      width: 4px;
      height: 4px;
      position: absolute;
      top: 7px;
      left: 17px;
      background-color: #f32121;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .b-broadcast__title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden; }
  @media screen and (min-width: 990px) {
    .b-broadcast__item_screen_tablet {
      display: none; }
    .b-broadcast__item {
      display: inline-block;
      margin-bottom: 0; }
    .b-broadcast__item:last-child .b-broadcast__title {
      float: right;
      line-height: 1.7; }
    .b-broadcast__item:last-child .b-broadcast__media {
      float: right;
      line-height: 1.7; }
    .b-broadcast__item_type_live .b-broadcast__info {
      padding-left: 10px; }
      .b-broadcast__item_type_live .b-broadcast__info:before {
        left: 0; }
    .b-broadcast__info:before {
      content: none; }
    .b-broadcast__divider {
      display: initial; }
    .b-broadcast__score {
      margin: 0 5px;
      float: none;
      display: inline-block;
      vertical-align: middle;
      color: initial; }
    .b-broadcast__media {
      display: inline-block;
      vertical-align: middle;
      float: none; }
    .b-broadcast__title {
      vertical-align: middle; }
    .b-broadcast__title_long:after {
      content: '';
      width: 30px;
      height: 25px;
      position: absolute;
      top: 0;
      right: 0;
      background: -moz-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 1%, white 99%, white 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(1%, rgba(242, 242, 242, 0)), color-stop(99%, white), color-stop(100%, white));
      background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 1%, white 99%, white 100%);
      background: -o-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 1%, white 99%, white 100%);
      background: -ms-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 1%, white 99%, white 100%);
      background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 1%, white 99%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#ffffff',GradientType=1 ); } }
  @media screen and (min-width: 1260px) {
    .b-broadcast:first-child {
      display: inline-block; } }

/*
 * Футер
 *
 */
/*
 * Футер
 *
 */
.b-footer {
  font-size: 13px;
  width: 100%;
  min-width: 320px;
  margin-top: 40px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  background-color: #fff; }
  .b-footer:before {
    content: '';
    display: block;
    border-top: 3px solid #5c707c; }
  .b-footer__categories__body {
    display: none !important;
    width: 40px;
    height: 40px;
    margin: 1px 0 0 5px;
    padding: 11px 10px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    background-color: #f36821;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.8); }
  .b-footer__categories-line {
    width: 100%;
    border-bottom: 2px solid #fff; }
    .b-footer__categories-line:before, .b-footer__categories-line:after {
      content: '';
      width: 100%;
      margin-bottom: 5px;
      display: block;
      border-bottom: 2px solid #fff; }
  .b-footer__toggle {
    padding: 0 40px 10px 20px;
    position: relative;
    border-bottom: 1px solid #dedede;
    cursor: pointer; }
  .b-footer__toggle-icon {
    width: 20px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 10px;
    background-position: 0px -20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .is-hide .b-footer__toggle-icon {
      background-position: 0 -40px; }
  .b-footer__copyright-info {
    display: inline-block;
    vertical-align: top;
    color: #000; }
  .b-footer__copyright-text {
    margin-bottom: 10px;
    color: #9a9a9a; }
  .b-footer__special {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    color: #000; }
  .b-footer__special-text {
    display: none; }
  .b-footer__links {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease; }
  .b-footer__bottom {
    width: 100%;
    position: relative; }
  .b-footer__developer {
    margin-left: 20px;
    position: relative; }
    .b-footer__developer-item {
      display: block; }
      .b-footer__developer-item_wm .b-link:before {
        content: '';
        width: 40px;
        height: 20px;
        margin: 0 5px;
        position: relative;
        top: 5px;
        display: none;
        background: url(/res/images/media/partners-rg.png) no-repeat 0 -182px transparent; }
  .b-footer__special, .b-footer__copyright-info {
    font-size: 13px;
    letter-spacing: 0; }
  .b-footer__social .b-social {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .b-footer__links {
      width: 100%;
      padding: 0 20px;
      text-align: center; }
    .b-footer__special {
      width: 20%;
      margin-top: 5px;
      float: right; }
    .b-footer__copyright-info {
      width: 80%; }
    .b-footer__bottom {
      margin-top: 20px; }
    .b-footer__developer {
      margin-top: 10px; } }
  @media screen and (min-width: 990px) {
    .b-footer {
      margin-top: 0;
      padding-top: 60px; }
      .b-footer__toggle {
        display: none; }
      .b-footer__developer {
        margin-top: 0;
        position: absolute;
        right: 20px;
        top: 5px; }
        .b-footer__developer-item {
          margin-left: 30px;
          display: inline-block; }
      .b-footer__social .b-social {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 0 0 20px;
        text-align: left; } }
  @media screen and (min-width: 1260px) {
    .b-footer {
      width: 1240px;
      -webkit-box-shadow: 30px 0 0 0 #fff;
      -moz-box-shadow: 30px 0 0 0 #fff;
      box-shadow: 30px 0 0 0 #fff; }
      .b-footer__copyright-info {
        width: 50%;
        text-align: justify; }
      .b-footer__copyright-text {
        margin-bottom: 10px;
        display: block !important; }
      .b-footer__special {
        width: 50%;
        margin-top: 0;
        padding-bottom: 40px;
        text-align: right; }
      .b-footer__special-text {
        display: block; }
      .b-footer__links {
        text-align: left; } }
  @media screen and (min-width: 1760px) {
    .b-footer {
      width: 1700px; } }

/*
 * Футер
 *
 */
.b-footer-links__list-item a[href="/spec.html"],
.b-footer-links__list-item a[href="/izdania/"],
.b-footer-links__list-item a[href="/reklama/"],
.b-footer-links__list-item a[href="/subscr/"],
.b-footer-links__list-item a[href="/kontakty/"],
.b-footer-links__list-item a[href="/vacancies.html"],
.b-footer-links__list-item a[href="/inbox/"],
.b-footer-links__list-item a[href="/webpartner/"],
.b-footer-links__list-item a[href="/finansist.html"],
.b-footer-links__list-item a[href="/zhurnalist/"],
.b-footer-links__list-item:last-child {
  display: none; }

.b-footer-links__row {
  font-size: 0.001px;
  letter-spacing: 0;
  margin: 20px 20px 0;
  padding-top: 20px;
  border-top: 1px solid #dedede; }
  .b-footer-links__row.has-1 {
    padding-top: 0;
    border-top: 0; }
  .b-footer-links__row.has-3 {
    color: #9a9a9a; }

.b-footer-links__list {
  width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  font-size: 13px;
  letter-spacing: 0; }

.b-footer-links__rss {
  font-size: 13px;
  display: none; }

.b-footer-links__list-item {
  margin-bottom: 10px; }

.b-footer-links__list-item-title {
  font-size: 13px;
  font-family: "NotoSans", Arial, sans-serif;
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .b-footer-links__row {
    width: 100%;
    margin: 20px 0 0;
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border-top: 0; }
    .b-footer-links__row.has-1 {
      width: 60%; }
    .b-footer-links__row.has-2 {
      width: 40%; }
    .b-footer-links__row.has-3 {
      padding-top: 20px;
      border-top: 1px solid #dedede; }
  .b-footer-links__list {
    width: 20%;
    padding-right: 10px; }
    .has-1 .b-footer-links__list {
      width: 33.33%; }
    .has-2 .b-footer-links__list {
      width: 50%; } }

@media screen and (min-width: 990px) {
  .b-footer-links__row {
    position: relative; } }

@media screen and (min-width: 1260px) {
  .b-footer-links__rss {
    position: absolute;
    left: -4px;
    bottom: -85px;
    display: inline; } }

/*
 * Счетчики
 *
 */
.b-counter {
  width: 100%;
  margin-top: 20px;
  text-align: center; }
  .b-counter__item {
    margin-left: 10px;
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .b-counter {
      margin-top: 0;
      text-align: right; }
      .b-counter__item {
        display: block; } }
  @media screen and (min-width: 1260px) {
    .b-counter {
      margin-top: 20px; }
      .b-counter__item {
        margin-left: 10px;
        display: inline-block; } }

/*
 * Основной контент
 *
 */
.b-content {
  width: 100%;
  display: block;
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .b-content {
      width: 490px;
      display: inline-block; }
      .b-content_promo {
        width: 100%; } }
  @media screen and (min-width: 990px) {
    .b-content {
      width: 650px; }
      .b-content_promo {
        width: 100%; } }
  @media screen and (min-width: 1260px) {
    .b-content {
      width: 970px; }
      .has-sidebar-right .b-content {
        width: 630px; }
    .has-sidebar-right .b-content_promo {
      width: 880px; } }
  @media screen and (min-width: 1760px) {
    .b-content {
      width: 1330px; }
      .has-sidebar-right .b-content {
        width: 990px; }
      .has-sidebar-right .b-content_article {
        width: 850px; }
      .l-main-content_doc .b-content_article {
        width: 920px;
        margin-right: 0; }
      .l-main-content_doc .b-content_article__aside {
        width: 310px;
        float: right; }
    .has-sidebar-right .b-content_promo {
      width: 880px; } }

/*
 * Главные новости
 *
 */
.b-news {
  font-size: 13px;
  padding: 0 20px; }
  .b-news__info {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 30px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=30);
    /* Netscape */
    -moz-opacity: 0.3;
    /* Safari 1.x */
    -khtml-opacity: 0.3;
    /* Good browsers */
    opacity: 0.3; }
  .b-news__list {
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .b-news__list.is-hide {
      display: none; }
    .is-loading .b-news__list, .b-news__list.is-loading {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      /* IE 5-7 */
      filter: alpha(opacity=30);
      /* Netscape */
      -moz-opacity: 0.3;
      /* Safari 1.x */
      -khtml-opacity: 0.3;
      /* Good browsers */
      opacity: 0.3; }
  .b-news__list.is-hide .b-news__info,
  .b-news__list-item + .b-news__info {
    display: none; }
  .b-news__list-item {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top; }
    .b-news__list-item:nth-child(5), .b-news__list-item:nth-child(6) {
      display: none; }
  .b-news__list-item-image {
    width: 100%; }
  .b-news__list-item-image-wrapper {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    line-height: 0; }
  .b-news__list-item_adv {
    width: 50%;
    margin-left: 20px;
    float: right; }
  .b-news__list-item-time {
    font-size: 13px;
    padding: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    line-height: 1em;
    color: #fff;
    background-color: #5c707c; }
  .b-news__list-item-action {
    padding: 2px 4px;
    position: absolute;
    bottom: 0;
    right: 0; }
  .b-news__list-item-icon {
    width: 30px;
    height: 30px; }
  .b-news__list-item-icon_type_gallery {
    background-position: -60px 0; }
  .b-news__list-item-icon_type_play {
    background-position: -90px 0; }
  .b-news__list-item-title {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.3em; }
  .b-news__list-item.is-read .b-news__item-title {
    color: #666666; }
  .b-news__list-item-text {
    font-size: 13px; }
  .b-news__action {
    margin-bottom: 20px;
    text-align: center; }
  .b-news__list-item-tags {
    font-size: 13px;
    margin-top: 10px; }
  .b-news__list-no-lagre, .b-news__list-no-x-lagre {
    padding: 40px 20px;
    position: relative; }
    .b-news__list-no-lagre:before, .b-news__list-no-x-lagre:before {
      content: "";
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      border: 1px solid #dedede; }
  .b-news__list-no-lagre .b-news__list-item-image,
  .b-news__list-no-x-lagre .b-news__list-item-image {
    display: none; }
  .b-news__list-no-lagre .b-news__list-item-time,
  .b-news__list-no-x-lagre .b-news__list-item-time {
    font-size: 14px;
    position: static;
    padding: 0;
    color: #9a9a9a;
    background: none; }
  .b-news__list-no-lagre .b-news__list-item-title,
  .b-news__list-no-x-lagre .b-news__list-item-title {
    font-size: 24px;
    margin: 50px 0 20px;
    line-height: 1.2em; }
  .b-news__list-item_type_armageddon:before {
    border-width: 2px;
    border-color: #f32121; }
  .b-list-wrapper .b-news-spiegel {
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede; }
  .b-news-spiegel .b-news__list-item:nth-last-child(1) {
    display: block; }
  .b-news-spiegel .b-news__list-item_type_armageddon:before {
    width: 100%; }
  .b-news_spiegel-catalog .b-news {
    clear: both; }
  .b-news_spiegel-catalog .b-news__list {
    clear: both; }
  .b-news_spiegel-catalog .b-news-spiegel {
    float: left;
    clear: none; }
  @media screen and (min-width: 768px) {
    .b-news {
      padding: 0; }
      .b-news__list {
        margin-left: -20px;
        font-size: 0.001px;
        letter-spacing: 0; }
      .b-news__list-item {
        width: 234px;
        margin-left: 20px;
        white-space: normal;
        letter-spacing: 0; }
    .b-news__list-no-x-lagre {
      font-size: 13px;
      padding: 0; }
      .b-news__list-no-x-lagre:before {
        right: auto;
        bottom: 20px;
        display: none; }
    .b-news__list-no-x-lagre .b-news__list-item-image {
      display: inline-block; }
    .b-news__list-no-x-lagre .b-news__list-item-time {
      font-size: 13px;
      padding: 4px;
      position: absolute;
      bottom: 0;
      left: 0;
      display: inline-block;
      line-height: 1em;
      color: #fff;
      background-color: #5c707c; }
    .b-news__list-no-x-lagre .b-news__list-item-title {
      margin: initial;
      margin-bottom: 6px;
      line-height: 1.3em; }
    .b-news .b-news-spiegel .b-news__list-no-x-lagre,
    .b-news .b-news__list-no-x-lagre.b-news__list-no-lagre {
      padding: 40px 20px;
      position: relative; }
      .b-news .b-news-spiegel .b-news__list-no-x-lagre:before,
      .b-news .b-news__list-no-x-lagre.b-news__list-no-lagre:before {
        content: "";
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        border: 1px solid #dedede; }
    .b-news-spiegel .b-news__list-no-x-lagre .b-news__list-item-image,
    .b-news__list-no-x-lagre.b-news__list-no-lagre .b-news__list-item-image {
      display: none; }
    .b-news-spiegel .b-news__list-no-x-lagre .b-news__list-item-time,
    .b-news__list-no-x-lagre.b-news__list-no-lagre .b-news__list-item-time {
      font-size: 14px;
      position: static;
      padding: 0;
      color: #9a9a9a;
      background: none; }
    .b-news-spiegel .b-news__list-no-x-lagre .b-news__list-item-title,
    .b-news__list-no-x-lagre.b-news__list-no-lagre .b-news__list-item-title {
      font-size: 24px;
      margin: 50px 0 20px;
      line-height: 1.2em; }
    .b-news-spiegel .b-news__list-item {
      width: 488px; } }
  @media screen and (min-width: 990px) {
    .b-news__list {
      margin-left: -30px; }
    .b-news__list-item {
      width: 310px;
      margin-left: 30px; }
    .b-news__list-item-image-wrapper {
      margin-bottom: 15px; }
    .b-news__list-item-title {
      font-size: 18px;
      margin-bottom: 6px;
      line-height: 1.35em; }
    .b-news__list-item-text {
      line-height: 1.6em; }
    .b-news-spiegel .b-news__list-item {
      width: 650px; } }
  @media screen and (min-width: 1260px) {
    .b-news {
      font-size: 14px; }
      .b-news__list-item {
        width: 300px; }
      .b-news__list-item-image-wrapper {
        margin-bottom: 20px; }
      .b-news__list-item-title {
        font-size: 22px;
        margin-bottom: 15px; }
      .b-news__list-item-text {
        font-size: 14px; }
    .b-news__list-item_type_armageddon:before {
      border-width: 5px; }
    .b-news-spiegel .b-news__list-item {
      width: 630px; } }
  @media screen and (min-width: 1760px) {
    .b-news__list-item {
      width: 310px; }
    .b-news__list-item:nth-child(5), .b-news__list-item:nth-child(6) {
      display: inline-block; }
    .l-main-content__item_catalog .b-news-spiegel,
    .l-main-content__item_gazeta .b-news-spiegel {
      float: left; }
    .l-main-content__item_catalog .b-news,
    .l-main-content__item_gazeta .b-news {
      clear: both; }
    .b-news-spiegel .b-news__list-item {
      width: 650px; } }

/*
 * Блок сквозной ленты новостей
 *
 */
.b-news-inner {
  font-size: 13px;
  padding-top: 20px;
  margin: 0 20px 20px;
  border-top: 3px solid #5c707c; }
  .b-news-inner_type_article {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    border-top: 0; }
  .b-news-inner_type_article .b-news-inner__title {
    font-size: 14px;
    font-family: "NotoSans", Arial, sans-serif;
    font-weight: bold; }
  .b-news-inner_type_article .b-news-inner__list-item {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0; }
  .b-news-inner_type_sidebar {
    padding-bottom: 0;
    border-bottom: 0; }
  .b-news-inner_type_viewed {
    background-color: #fff; }
  .b-news-inner_type_wide {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0; }
  .b-news-inner_type_wide .b-news-inner__list {
    padding: 20px; }
  .b-news-inner_type_wide .b-news-inner__title {
    font-size: 14px;
    font-family: "NotoSans", Arial, sans-serif;
    font-weight: bold;
    padding: 15px 20px;
    border-bottom: 1px solid #dedede; }
  .b-news-inner__list {
    overflow: hidden; }
  .b-news-inner__list-name {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 20px; }
    .b-news-inner__list-name_interviews {
      color: #f36821; }
  .b-news-inner__list-item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .b-news-inner__list-item:last-child {
      margin-bottom: 0; }
  .b-news-inner__list-item-date {
    margin-bottom: 10px;
    display: inline-block;
    color: #9a9a9a; }
  .b-news-inner__list-item_type_important .b-news-inner__list-item-date {
    padding-left: 23px;
    position: absolute; }
  .b-news-inner__list-item_type_important .b-news-inner__list-item-date ~ .b-news-inner__list-item-wrapper,
  .b-news-inner__list-item_type_important .b-news-inner__list-item-date ~ .b-news-inner__list-item-image-wrapper {
    padding-top: 29px; }
  .b-news-inner__list-item-time {
    margin-bottom: 5px;
    color: #9a9a9a; }
  .b-news-inner__list-item_type_important .b-news-inner__list-item-wrapper {
    padding-left: 20px;
    border-left: 3px solid #f36821; }
  .b-news-inner__list-item-image-wrapper {
    max-width: 200px;
    margin: 0 0 0 15px;
    float: right;
    display: none; }
  .b-news-inner__list-item-image {
    width: 100%;
    height: auto; }
  .b-news-inner__list-item-title {
    font-size: 16px;
    margin-top: -4px;
    margin-bottom: 6px;
    line-height: 1.3em; }
  .b-news-inner__list-item.is-read .b-news-inner__list-item-title {
    color: #666666; }
  .b-news-inner__list-item-text {
    margin-bottom: 5px; }
  .b-news-inner__list-item-tags {
    margin-top: 5px;
    color: #9a9a9a; }
  .b-news-inner__list-item-edition {
    margin-top: 5px;
    color: #9a9a9a; }
  .b-news-inner__list-item-edition_type_image {
    display: none; }
  .b-news-inner__reload {
    margin-bottom: 20px; }
  .b-news-inner__reload-text {
    color: #9a9a9a; }
  .b-news-inner__action {
    margin: 10px 0 20px;
    text-align: center;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .has-loading .b-news-inner__action {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      /* IE 5-7 */
      filter: alpha(opacity=70);
      /* Netscape */
      -moz-opacity: 0.7;
      /* Safari 1.x */
      -khtml-opacity: 0.7;
      /* Good browsers */
      opacity: 0.7; }
    .b-news-inner__action_btn {
      cursor: pointer; }
      .b-news-inner__action_btn:before {
        content: '';
        width: 20px;
        height: 20px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("/res/images/spinner.svg") no-repeat center center transparent;
        background-size: contain !important;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      .has-loading .b-news-inner__action_btn {
        position: relative;
        color: transparent;
        pointer-events: none; }
        .has-loading .b-news-inner__action_btn:before {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          /* IE 5-7 */
          filter: alpha(opacity=100);
          /* Netscape */
          -moz-opacity: 1;
          /* Safari 1.x */
          -khtml-opacity: 1;
          /* Good browsers */
          opacity: 1; }
      .b-news-inner__action_btn.has-hidden {
        display: none; }
  .b-news-inner__material-type {
    margin-right: 20px;
    margin-bottom: 12px;
    display: inline-block;
    color: #9a9a9a; }
  @media screen and (min-width: 768px) {
    .b-news-inner {
      margin: 0 0 20px;
      padding-top: 25px; }
      .b-news-inner_type_article {
        padding-top: 0; }
      .b-news-inner_type_article .b-news-inner__title {
        margin-bottom: 20px; }
      .b-news-inner_type_article .b-news-inner__list {
        margin-left: -20px; }
      .b-news-inner_type_article .b-news-inner__list-item {
        width: 230px;
        margin-left: 20px;
        display: inline-block;
        vertical-align: top; }
      .b-news-inner_type_wide .b-news-inner__title {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0;
        border-bottom: 2px solid #000; }
      .b-news-inner_type_wide .b-news-inner__list {
        padding: 0; }
      .b-news-inner_type_wide .b-news-inner__list-item {
        margin-bottom: 0;
        padding: 20px 20px 20px 80px;
        position: relative; }
      .b-news-inner_type_wide .b-news-inner__list-item-time {
        position: absolute;
        top: 17px;
        left: 20px; }
      .b-news-inner_type_viewed {
        margin: 0;
        padding-top: 0px; }
      .b-news-inner_type_viewed .b-news-inner__list {
        margin: 0; }
      .b-news-inner_type_attention {
        width: 635px;
        margin-bottom: 0;
        padding-top: 0;
        background-color: #fff; }
      .b-news-inner_type_attention .b-news-inner__title {
        padding: 17px 20px; }
      .b-news-inner__list-item_type_new {
        background-color: #fffdeb; }
      .b-news-inner__list-item-image-wrapper {
        display: block; }
      .b-news-inner__reload {
        margin-bottom: 26px; } }
  @media screen and (min-width: 990px) {
    .b-news-inner_type_article .b-news-inner__list-item {
      width: 310px; }
    .b-news-inner__list-item {
      padding-bottom: 17px; }
    .b-news-inner__list-item-edition {
      display: none; }
    .b-news-inner__list-item-edition_type_image {
      max-width: 210px;
      display: block;
      text-align: right; }
    .b-news-inner__list-item-text {
      line-height: 1.6em; } }
  @media screen and (min-width: 1260px) {
    .b-news-inner__action {
      margin: 10px 0 30px; } }
  @media screen and (min-width: 1760px) {
    .b-news-inner__list-item-date {
      top: -4px;
      position: absolute;
      display: block; }
      .l-main-content__item_search-page .b-news-inner__list-item-date {
        top: 0; }
    .b-news-inner__material-type {
      margin-left: 84px; }
    .b-news-inner__list-item_type_important .b-news-inner__list-item-date {
      padding-left: 0; }
    .b-news-inner__list-item-date ~ .b-news-inner__list-item-wrapper {
      margin-left: 84px; }
    .b-news-inner__list-item_type_important .b-news-inner__list-item-date ~ .b-news-inner__list-item-wrapper,
    .b-news-inner__list-item_type_important .b-news-inner__list-item-date ~ .b-news-inner__list-item-image-wrapper {
      padding-top: 0; } }

/*
 * Лента новостей рубрик
 *
 */
.b-news-rubric {
  font-size: 13px;
  margin: 0 20px 20px; }
  .b-news-rubric__title {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .b-news-rubric__title-icon {
    width: 20px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 8px;
    background-position: 0px -20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .b-news-rubric__content {
    max-height: 1000px;
    padding-bottom: 0;
    overflow: hidden;
    background-color: #f3f3f3; }
  .b-news-rubric__item {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.6em; }
  .b-news-rubric__item-image {
    width: 100%; }
  .b-news-rubric__item-image-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    line-height: 0; }
  .b-news-rubric__item-time {
    font-size: 13px;
    padding: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    line-height: 1em;
    color: #fff;
    background-color: #5c707c; }
  .b-news-rubric__item-description {
    margin-top: 15px;
    padding: 0 20px; }
  .b-news-rubric__item-title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3em; }
  .b-news-rubric__item-text {
    font-size: 13px; }
  .b-news-rubric__item-tags {
    margin-top: 10px;
    color: #9a9a9a; }
  .b-news-rubric__list {
    padding: 0 20px; }
  .b-news-rubric__list-item {
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
    border-top: 1px solid #dedede; }
  .b-news-rubric__list-item-image {
    max-width: 100px;
    margin: 5px 0 10px 10px;
    float: right;
    display: none; }
  .b-news-rubric__list-item-time {
    margin-bottom: 2px;
    color: #9a9a9a; }
  .b-news-rubric__list-item-link {
    font-size: 14px;
    font-family: "NotoSerif", sans-serif;
    line-height: 1.6em; }
    .b-news-rubric__list-item-link:hover {
      color: #1f77bb; }
  .b-news-rubric__advert {
    display: none; }
  @media screen and (min-width: 768px) {
    .b-news-rubric {
      width: 100%;
      margin: 0 auto 20px; }
      .b-news-rubric__title {
        font-size: 15px; }
      .b-news-rubric__item, .b-news-rubric__list {
        width: 235px;
        display: inline-block;
        vertical-align: top; }
      .b-news-rubric__list {
        margin-left: 5px;
        padding: 5px 0 0 10px; }
      .b-news-rubric__list-item:first-child {
        padding-top: 0;
        border-top: 0; }
      .b-news-rubric__content {
        padding-bottom: 20px; } }
  @media screen and (min-width: 990px) {
    .b-news-rubric__item, .b-news-rubric__list {
      width: 310px; }
    .b-news-rubric__list {
      margin-left: 10px; }
    .b-news-rubric__list-item-image {
      display: block; } }
  @media screen and (min-width: 1260px) {
    .b-news-rubric__item-title {
      font-size: 17px; } }
  @media screen and (min-width: 1760px) {
    .b-news-rubric__item, .b-news-rubric__list {
      width: 310px; }
    .b-news-rubric__list {
      margin-left: 20px; }
    .b-news-rubric__advert {
      width: 310px;
      margin-left: 30px;
      padding: 60px 20px;
      display: inline-block;
      vertical-align: top;
      text-align: center; } }

/*
 * Шапка ленты контента
 *
 */
.b-list-head {
  font-size: 14px;
  margin: 20px;
  position: relative; }
  .b-list-head__title, .b-list-head__subtitle {
    font-family: "NotoSans", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase; }
  .b-list-head__title-item {
    cursor: pointer; }
    .b-list-head__title-item:after {
      content: "/";
      margin-left: 10px;
      color: initial; }
    .b-list-head__title-item:last-child:after {
      content: initial; }
    .b-list-head__title-item.is-active {
      color: initial; }
  .b-list-head__row {
    overflow: hidden; }
  .b-list-head__related {
    margin-bottom: 20px; }
  .b-list-head__name_related {
    margin-right: 14px; }
    .b-list-head__name_related:last-child {
      margin-right: 0; }
  .b-list-head__download {
    position: relative;
    margin-top: 14px;
    margin-left: 30px; }
    .b-list-head__download__size {
      color: #9a9a9a;
      display: block; }
  .b-list-head_fascicles-index .b-list-head__title {
    margin-bottom: 0; }
  .b-branding-head + .b-list-head {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .b-list-head {
      width: 490px;
      margin-left: 0;
      margin-right: 0;
      padding-top: 20px; }
      .b-list-head__title {
        font-size: 20px; }
      .b-list-head__date {
        display: inline-block; }
      .b-list-head__download {
        margin-top: 0;
        margin-left: 0;
        float: right; } }
  @media screen and (min-width: 990px) {
    .b-list-head {
      width: 650px; }
      .b-list-head__title {
        font-size: 26px; }
    .b-list-head_static {
      width: 650px; } }
  @media screen and (min-width: 1260px) {
    .b-list-head {
      width: 650px; }
      .b-list-head__title {
        font-size: 30px; }
    .b-list-head_static {
      width: 990px; } }
  @media screen and (min-width: 1760px) {
    .b-list-head {
      width: 990px; }
      .b-list-head__title {
        font-size: 30px; }
    .b-list-head_static {
      width: 1330px; } }

/*
 * Тело ленты контента
 *
 */
.b-list-wrapper {
  font-size: 14px; }
  .b-list-wrapper.b-news-inner {
    border-top: 0;
    padding-top: 0; }
  .b-sidebar__item .b-list-wrapper__picture {
    margin-bottom: 20px;
    float: none; }
  .l-main-content__item_gazeta .b-list-wrapper {
    border-top: 0; }

/*
 * Статическая страница
 *
 */
.b-static-wrapper {
  margin: 0 20px;
  position: relative;
  font-size: 16px; }
  .b-static-wrapper__info {
    padding: 22px 30px 24px 30px;
    margin-bottom: 29px; }
  .b-static-wrapper__col {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .b-static-wrapper {
      margin: 0; } }
  .b-static-wrapper .visuallyhidden {
    width: 100%;
    position: absolute;
    left: 10000px; }
  @media screen and (min-width: 1260px) {
    .b-static-wrapper_promo {
      margin-right: 0; } }

/*
 * Шапка страницы рубрик
 *
 */
.b-rubricator-head {
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede; }
  .b-rubricator-head__row:last-child {
    margin-bottom: -1px; }
  @media screen and (min-width: 1260px) {
    .b-rubricator-head {
      width: 100%; } }

/*
 * Основные темы
 *
 */
.b-themetopic {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 20px;
  background: #f3f3f3;
  clear: both; }
  .b-themetopic__head {
    font-size: 17px;
    font-family: "NotoSerif", sans-serif;
    font-style: italic;
    margin-bottom: 20px; }
  .b-themetopic__item {
    font-size: 14px;
    width: 100%;
    height: 54px;
    margin-bottom: 5px;
    background: #fff; }
    .b-themetopic__item__title {
      width: 100%;
      height: 100%;
      padding: 0 20px;
      display: table; }
      .b-themetopic__item__title a {
        display: table-cell;
        vertical-align: middle; }
    .b-themetopic__item__image {
      width: 80px;
      height: 100%;
      float: right;
      overflow: hidden; }
      .b-themetopic__item__image__src {
        width: 100%; }
    .b-themetopic__item:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .b-themetopic__list {
      margin-left: -10px;
      margin-bottom: -10px; }
    .b-themetopic__item {
      width: 220px;
      height: 80px;
      margin-left: 10px;
      margin-bottom: 10px;
      display: inline-block;
      vertical-align: top; }
      .b-themetopic__item:last-child {
        margin-bottom: 10px; } }
  @media screen and (min-width: 990px) {
    .b-themetopic__list {
      margin-left: -20px;
      margin-bottom: -20px; }
    .b-themetopic__item {
      width: 295px;
      margin-left: 20px;
      margin-bottom: 20px; }
      .b-themetopic__item__image {
        width: 120px; }
      .b-themetopic__item:last-child {
        margin-bottom: 20px; } }
  @media screen and (min-width: 1260px) {
    .b-themetopic {
      width: 310px; }
      .b-themetopic__list {
        margin-left: 0;
        margin-bottom: 0; }
      .b-themetopic__item {
        width: 270px;
        margin-left: 0;
        margin-bottom: 5px; }
        .b-themetopic__item:last-child {
          margin-bottom: 0; } }
  @media screen and (min-width: 1760px) {
    .b-themetopic {
      float: right; }
    .b-sidebar-right .b-themetopic {
      float: none; } }

/*
 * Лента новостей основных тем
 *
 */
.b-news-themetopic {
  font-size: 14px; }
  .b-news-themetopic__item {
    margin: 20px;
    padding: 20px 0;
    background: #f3f3f3;
    font-size: 0.001px;
    letter-spacing: 0; }
    .b-news-themetopic__item__info, .b-news-themetopic__item__feed {
      padding: 0 20px;
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0; }
    .b-news-themetopic__item__info {
      margin-bottom: 5px; }
      .b-news-themetopic__item__info__title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px; }
    .b-news-themetopic__item__all-material {
      font-size: 14px;
      margin-left: 20px; }
  @media screen and (min-width: 768px) {
    .b-news-themetopic__item {
      margin: 0 0 20px 0; } }
  @media screen and (min-width: 990px) {
    .b-news-themetopic__item {
      padding: 30px 0; }
      .b-news-themetopic__item__info, .b-news-themetopic__item__all-material {
        width: 230px; }
      .b-news-themetopic__item__info__title {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 10px;
        float: none; }
      .b-news-themetopic__item__feed {
        width: 420px !important;
        padding: 0 30px !important; }
      .b-news-themetopic__item__all-material {
        margin-left: 30px; } }
  @media screen and (min-width: 1760px) {
    .b-news-themetopic__item__info, .b-news-themetopic__item__all-material {
      width: 426px; }
    .b-news-themetopic__item__info__title {
      width: 230px;
      margin-left: 80px; }
    .b-news-themetopic__item__feed {
      width: 466px !important; }
    .b-news-themetopic__item__all-material {
      margin-left: 100px; } }

.b-account .b-news-themetopic__item {
  margin: 0;
  padding: 0; }
  .b-account .b-news-themetopic__item__info {
    width: 100%;
    position: relative;
    display: table;
    padding: 0; }
    .b-account .b-news-themetopic__item__info__title {
      display: table-cell;
      vertical-align: middle;
      float: none;
      padding: 0; }
  .b-account .b-news-themetopic__item__feed {
    width: 100%;
    margin: 0;
    padding-left: 0;
    max-height: 190px;
    overflow: hidden; }
    .b-account .b-news-themetopic__item__feed__item:last-child {
      border-bottom: 0; }

@media screen and (min-width: 990px) {
  .b-account .b-news-themetopic__item {
    margin: 0;
    padding: 0; }
    .b-account .b-news-themetopic__item__info, .b-account .b-news-themetopic__item__all-material {
      width: 100%; }
    .b-account .b-news-themetopic__item__info__title {
      font-size: 14px;
      margin-bottom: 0; }
    .b-account .b-news-themetopic__item__feed {
      width: 100% !important;
      margin: 0;
      padding: 10px 0 0 !important; } }

/*
 * Меню рубрик
 *
 */
.b-rubricator-menu {
  margin-bottom: 20px;
  padding: 0 20px; }
  .b-rubricator-menu__list {
    margin-left: -10px; }
  .b-rubricator-menu__item {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .b-rubricator-menu__item_active {
      font-weight: bold; }
  .b-rubricator-menu__item_active .b-rubricator-menu__link {
    color: #000;
    text-decoration: none; }
  .b-account .b-rubricator-menu {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .b-rubricator-menu {
      padding: 0; }
      .b-account .b-rubricator-menu {
        margin-bottom: 20px; } }

/*
 * Блок рубрик
 *
 */
.b-rubricator-rubrics {
  padding: 0 20px; }
  .b-rubricator-rubrics__item {
    margin-bottom: 30px; }
    .b-rubricator-rubrics__item_sect {
      display: none; }
    .b-rubricator-rubrics__item_show {
      display: block; }
    .b-rubricator-rubrics__item_list {
      margin-right: 6px;
      margin-bottom: 4px !important;
      padding: 2px 4px;
      display: inline-block; }
  .b-rubricator-rubrics__title {
    font-weight: bold;
    margin-bottom: 6px; }
    .b-rubricator-rubrics__title_h1 {
      font-size: 26px;
      margin-bottom: 30px; }
    .b-rubricator-rubrics__title_h2 {
      font-size: 16px; }
  .b-rubricator-rubrics__list {
    margin-left: -4px; }
  @media screen and (min-width: 768px) {
    .b-rubricator-rubrics {
      padding: 0; } }

/*
 * Видео
 *
 */
.b-video {
  max-width: 650px;
  margin-bottom: 20px; }
  .b-video .jwplayer {
    vertical-align: top; }
  .b-video__title {
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background-color: #000; }
    .b-video__title p {
      margin-bottom: 0 !important; }
  .b-video__author {
    font-size: 14px;
    padding: 10px;
    padding-top: 0;
    color: #fff;
    background-color: #000; }

/*
 * Статическая страница
 *
 */
.b-head-info__row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede; }

.b-head-info__title {
  font-size: 16px; }

.b-head-info__text {
  font-size: 13px;
  margin-bottom: 20px; }
  .b-head-info__text:last-child {
    margin-bottom: 0; }

.b-head-info__img {
  height: auto;
  margin-left: 30px;
  vertical-align: top; }

.b-head-info__media {
  text-align: center; }

.b-head-info .has-left {
  float: left; }

.b-head-info .has-right {
  float: right; }

.b-head-info .has-half {
  width: 50%; }

@media screen and (min-width: 768px) {
  .b-head-info__title {
    font-size: 20px; }
  .b-head-info__text {
    font-size: 14px; } }

@media screen and (min-width: 990px) {
  .b-head-info__wrapper {
    width: 50%;
    float: left; } }

/*
 * СТили для брендирования в шапке
 *
 */
.b-branding-head {
  margin-top: -4px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .b-branding-head {
      width: 490px;
      margin-top: -1px; } }
  @media screen and (min-width: 990px) {
    .b-branding-head {
      width: 650px; } }
  @media screen and (min-width: 1260px) {
    .b-branding-head {
      width: 970px; } }
  @media screen and (min-width: 1760px) {
    .b-branding-head {
      width: 1330px; } }

/*
 * Переносимые блоки
 *
 */
/*
 * Аккаунт
 *
 */
.b-spinner, .b-spinner_black {
  background-position: 9999px 9999px !important; }

.b-spinner .b-field__input, .b-spinner .b-link-btn {
  color: transparent !important;
  position: relative; }

.b-spinner:before, .b-spinner_black:before {
  content: '';
  width: 80%;
  height: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain !important;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1; }

.b-spinner:before {
  background: url("/res/images/spinner.svg") no-repeat center center transparent; }

.b-spinner_black:before {
  background: url("/res/images/spinner_black.svg") no-repeat center center transparent; }

/*
 * Заглушка
 *
 */
.b-dummy {
  font-size: 14px;
  font-family: "NotoSerif", sans-serif;
  font-style: italic;
  text-align: left;
  background-color: #fff; }
  .b-dummy__name {
    color: #f36821; }
  .b-dummy__text {
    margin-bottom: 20px; }
  .b-dummy__text:last-child {
    margin-bottom: 0; }
  .b-account .b-dummy_empty {
    margin: 20px;
    padding: 30px;
    background-color: #f3f3f3; }
  @media screen and (min-width: 768px) {
    .b-account .b-dummy_empty {
      margin: 20px 0; } }

#colorbox .b-dummy {
  font-family: "NotoSerif", sans-serif;
  padding: 30px;
  font-style: italic;
  line-height: 1.5; }
  #colorbox .b-dummy__name {
    color: #f36821; }

/*
 * Блок акцентов
 *
 */
.b-accents__item {
  position: relative; }

.b-accents_header {
  margin-top: 6px; }
  .b-accents_header .b-accents__item_custom {
    width: 285px;
    padding-left: 0 !important; }
    @media screen and (min-width: 990px) {
      .b-accents_header .b-accents__item_custom {
        width: 350px;
        padding-left: 40px; } }

.b-accents_header {
  float: none; }
  @media screen and (min-width: 768px) {
    .b-accents_header {
      float: right; } }
  .b-accents_header .b-accents__item {
    font-size: 13px;
    vertical-align: middle; }
    .b-accents_header .b-accents__item:first-child {
      padding: 0;
      margin: 0;
      border: 0; }
  .b-accents_header .b-accents__title {
    display: none; }
  .b-accents_header .b-accents__item:first-child {
    display: none; }
  .b-accents_header .b-accents__item:nth-child(2) {
    display: none; }
  .b-accents_header .b-accents__item:last-child {
    display: inline-block;
    border-left: none; }
  .b-accents_header .b-accents__item_has-media {
    width: 360px !important;
    padding-left: 160px;
    position: relative; }
    .b-accents_header .b-accents__item_has-media .b-feed-accents__media {
      display: block; }
  @media screen and (min-width: 768px) {
    .b-accents_header .b-accents__item {
      margin-left: 40px;
      padding-left: 40px;
      border-left: 1px solid #dedede; } }
  @media screen and (min-width: 1260px) {
    .b-accents_header .b-accents__item {
      width: 320px; }
      .b-accents_header .b-accents__item:nth-child(2) {
        display: inline-block;
        border-left: none; } }
  @media screen and (min-width: 1760px) {
    .b-accents_header .b-accents__item:first-child {
      display: inline-block; }
    .b-accents_header .b-accents__media {
      display: none;
      position: absolute;
      top: 0;
      left: 30px;
      width: 100px; } }

.b-accents_views {
  margin-bottom: 15px;
  padding: 15px 20px 0; }
  .b-accents_views .b-accents__name {
    margin-bottom: 17px;
    font-size: 15px;
    font-family: "NotoSerif", sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #1f77bb; }
  .b-accents_views .b-accents__item {
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.4em; }
    .b-accents_views .b-accents__item:last-child {
      margin-bottom: 0; }
  .b-accents_views .b-accents__title {
    max-width: 150px;
    min-height: 46px;
    margin-left: 65px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    .b-accents_views {
      padding: 15px 0 0; }
    .b-accents_views .b-accents__list {
      margin-left: -20px; }
    .b-accents_views .b-accents__item {
      width: 234px;
      display: inline-block;
      vertical-align: top;
      margin-left: 20px;
      font-size: 15px; } }
  @media screen and (min-width: 990px) {
    .b-accents_views .b-accents__list {
      margin-left: -30px; }
    .b-accents_views .b-accents__item {
      width: 310px;
      margin-left: 30px;
      padding: 0 38px 0; } }
  @media screen and (min-width: 1260px) {
    .b-accents_views .b-accents__name {
      font-size: 17px; }
    .b-accents_views .b-accents__item {
      padding: 0 0 0 60px; }
    .b-accents_views .b-accents__title {
      margin-left: 45px; } }

.b-accents_projects {
  width: 100%;
  font-size: 13px;
  margin-bottom: 20px; }
  .b-accents_projects .b-accents__name {
    font-size: 15px;
    font-family: "NotoSerif", sans-serif;
    font-style: italic;
    font-weight: bold;
    margin: 0 20px 10px;
    color: #1f77bb; }
  .b-accents_projects .b-accents_wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .b-accents_projects .b-accents__item {
    margin: 0 5px 10px;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .b-accents_projects .b-accents__item .b-accents__link:hover {
      color: inherit; }
  .b-accents_projects .b-accents__title {
    font-size: 15px;
    font-family: "NotoSerif", sans-serif;
    font-weight: bold;
    padding-bottom: 5px;
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 20px;
    color: #fff;
    border-bottom: 3px solid #fff; }
    .b-accents_projects .b-accents__title .b-accents__link:hover {
      color: #1f77bb; }
  @media screen and (min-width: 768px) {
    .b-accents_projects .b-accents__name {
      margin: 0 0 15px; } }
  @media screen and (min-width: 990px) {
    .b-accents_projects .b-accents__list {
      margin-left: -30px; }
    .b-accents_projects .b-accents__item {
      margin-left: 30px; }
    .b-accents_projects .b-accents__title {
      font-size: 18px;
      font-weight: normal;
      top: 22px; } }
  @media screen and (min-width: 1260px) {
    .b-accents_projects .b-accents__name {
      font-size: 17px; }
    .b-accents_projects .b-accents__item {
      width: 310px; }
    .b-accents_projects .b-accents__title {
      font-weight: normal; } }

.b-accents_editor {
  margin: 0 20px 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede; }
  .b-accents_editor .b-accents__name {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    font-family: "NotoSerif", sans-serif;
    margin-bottom: 17px; }
  .b-accents_editor .b-accents__list {
    font-size: 0.001px; }
  .b-accents_editor .b-accents__item {
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0;
    margin-bottom: 14px;
    padding-top: 14px;
    position: relative; }
    .b-accents_editor .b-accents__item:after {
      content: '';
      width: 30px;
      position: absolute;
      top: 0;
      left: 0;
      border-top: 2px solid #000; }
    .b-accents_editor .b-accents__item:first-child {
      padding-top: 0; }
    .b-accents_editor .b-accents__item:first-child:after {
      border-top: 0; }
  .b-accents_editor .b-accents__link:hover {
    color: #1f77bb; }
  @media screen and (min-width: 768px) {
    .b-accents_editor {
      margin: 0 0 20px; }
      .b-accents_editor .b-accents__list {
        margin-left: -20px; }
      .b-accents_editor .b-accents__item {
        width: 234px;
        display: inline-block;
        margin-left: 20px; }
        .b-accents_editor .b-accents__item:nth-child(2) {
          padding-top: 0; }
      .b-accents_editor .b-accents__item:nth-child(2):after {
        border-top: 0; } }
  @media screen and (min-width: 990px) {
    .b-accents_editor .b-accents__item {
      width: 310px; } }
  @media screen and (min-width: 1260px) {
    .b-accents_editor .b-accents__name {
      font-size: 17px; }
    .b-accents_editor .b-accents__item {
      padding-top: 14px; }
      .b-accents_editor .b-accents__item:nth-child(2) {
        padding-top: 14px; }
    .b-accents_editor .b-accents__item:nth-child(2):after {
      border-top: 2px solid #000; } }

.b-accents_person {
  font-size: 14px;
  margin: 0 20px 20px; }
  .b-accents_person .b-accents__name {
    font-size: 15px;
    font-family: "NotoSerif", sans-serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px; }
  .b-accents_person .b-accents__item {
    height: 100px;
    position: relative;
    margin-bottom: 10px;
    padding: 40px 20px 20px 120px;
    background-color: #f3f3f3;
    line-height: 1.4em;
    overflow: hidden; }
  .b-accents_person .b-accents__item:first-child {
    height: auto;
    padding: 0; }
    .b-accents_person .b-accents__item:first-child .b-accents__title {
      position: absolute;
      top: 15px;
      left: 15px;
      width: 100%;
      color: #fff; }
  .b-accents_person .b-accents__title {
    position: absolute;
    top: 13px;
    font-family: "NotoSerif", sans-serif;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    .b-accents_person .b-accents__title {
      top: 265px; } }
  @media screen and (min-width: 990px) {
    .b-accents_person {
      margin: 0 0 0 20px; }
      .b-accents_person .b-accents__list {
        margin-left: -20px; }
      .b-accents_person .b-accents__name {
        margin-left: -20px; }
      .b-accents_person .b-accents__item {
        width: 310px;
        height: 132px;
        margin-left: 30px;
        margin-bottom: 13px;
        padding: 45px 10px 10px 125px;
        float: left;
        font-size: 13px; }
      .b-accents_person .b-accents__item:first-child {
        margin-left: 0; }
        .b-accents_person .b-accents__item:first-child .b-accents__title {
          font-size: 15px;
          right: 0;
          top: 170px;
          left: 0;
          margin: auto;
          padding-top: 5px;
          padding-left: 10px; }
      .b-accents_person .b-accents__item:last-child {
        display: none; }
      .b-accents_person .b-accents__title {
        font-size: 14px;
        top: 16px;
        left: 20px; } }
  @media screen and (min-width: 1260px) {
    .b-accents_person .b-accents__item {
      width: 310px;
      margin-left: 0;
      margin-bottom: 6px; }
    .b-accents_person .b-accents__item:first-child {
      margin-bottom: 0; }
    .b-accents_person .b-accents__item:last-child {
      display: initial; }
    .b-accents_person .b-accents__name {
      font-size: 17px; } }

.b-accents_showcase {
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .b-accents_showcase {
      display: block; } }
  .b-accents_showcase .b-accents__item {
    display: inline-block; }
    .b-accents_showcase .b-accents__item:last-child .b-accents__img {
      float: right; }
  .b-accents_showcase .b-accents__list {
    text-align: center; }
  .b-accents_showcase .b-accents__title {
    display: none; }
  .b-accents_showcase .b-accents__name {
    display: none; }

/*
 * Блок ленты акцентов
 *
 */
.b-accents_showcase .b-feed-accents__img {
  margin: 0 auto; }

.b-accents_header .b-feed-accents__date {
  display: inline;
  margin-right: 3px;
  font-size: 13px;
  font-weight: bold; }

.b-accents_header .b-feed-accents__subtitle {
  display: inline; }

.b-accents_header .b-feed-accents__media {
  width: 100px;
  margin-right: 25px;
  float: left; }

.b-accents_views .b-feed-accents__media {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.b-accents_views .b-feed-accents__subtitle {
  position: relative;
  font-style: italic;
  font-family: "NotoSerif", sans-serif;
  padding: 32px 0 25px 0; }
  .b-accents_views .b-feed-accents__subtitle:before {
    content: '“';
    font-size: 62px;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -26px;
    font-family: "NotoSerif", sans-serif;
    font-style: italic;
    line-height: 0.6em;
    color: #1f77bb;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=40);
    /* Netscape */
    -moz-opacity: 0.4;
    /* Safari 1.x */
    -khtml-opacity: 0.4;
    /* Good browsers */
    opacity: 0.4; }

@media screen and (min-width: 768px) {
  .b-accents_views .b-feed-accents__subtitle {
    padding-top: 45px; }
    .b-accents_views .b-feed-accents__subtitle:before {
      font-size: 92px; } }

@media screen and (min-width: 990px) {
  .b-accents_views .b-feed-accents__subtitle {
    padding-top: 54px; }
    .b-accents_views .b-feed-accents__subtitle:before {
      margin-left: -44px; } }

@media screen and (min-width: 1260px) {
  .b-accents_views .b-feed-accents__media {
    left: 40px; }
  .b-accents_views .b-feed-accents__subtitle {
    padding-top: 0; }
  .b-accents_views .b-feed-accents__subtitle:before {
    left: -16px; } }

.b-accents_projects .b-feed-accents__img {
  width: 100%;
  display: block;
  position: relative;
  z-index: -1; }
  .b-accents_projects .b-feed-accents__img:after {
    content: '';
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0; }

.b-accents_projects .b-feed-accents__media {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 35%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 35%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 35%, transparent 100%); }

.b-accents_projects .b-feed-accents__date {
  display: none; }

.b-accents_projects .b-feed-accents__subtitle {
  width: 100%;
  padding: 12px 20px;
  height: 90px;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #5c707c;
  color: #fff; }
  .b-accents_projects .b-feed-accents__subtitle .b-feed-accents__link:hover {
    color: inherit; }

@media screen and (min-width: 990px) {
  .b-accents_projects .b-feed-accents__subtitle {
    height: auto; } }

.b-accents_editor .b-feed-accents__link:hover {
  color: #1f77bb; }

.b-accents_person .b-feed-accents__img {
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block; }

.b-accents_person .b-feed-accents__title {
  font-family: "NotoSerif", sans-serif;
  font-weight: bold; }

.b-accents_person .b-feed-accents__subtitle {
  font-size: 13px;
  color: #000; }

.b-accents_person .b-feed-accents__date {
  display: none; }

.b-accents_person .b-accents__item:first-child .b-feed-accents__img {
  position: relative;
  width: 100%;
  display: block; }

.b-accents_person .b-accents__item:first-child .b-feed-accents__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 30px 10px;
  color: #fff; }

.b-accents_person .b-accents__item:first-child .b-feed-accents__subtitle {
  width: 100%;
  padding: 10px 15px;
  background-color: #5c707c;
  color: #fff; }

@media screen and (min-width: 990px) {
  .b-accents_person .b-accents__item .b-feed-accents__title {
    font-size: 14px; }
  .b-accents_person .b-accents__item .b-feed-accents__img {
    top: 45px;
    bottom: initial; }
  .b-accents_person .b-accents__item:first-child .b-feed-accents__img {
    top: 0; }
  .b-accents_person .b-accents__item:first-child .b-feed-accents__subtitle {
    position: static;
    padding-bottom: 25px; } }

/*
 * Блок ленты контента
 *
 */
.b-feed__body {
  margin-bottom: 20px;
  padding: 10px 20px 0;
  background-color: #f3f3f3; }

.b-feed__body_height-auto .b-feed__list {
  height: auto; }

.b-feed__name {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #f36821; }
  .b-feed__name_com {
    padding-right: 3px; }

.b-feed__name_com.is-active .b-feed__link,
.b-feed__name_reg.is-active .b-feed__link,
.b-feed__name .b-feed__name_com.is-active .b-feed__link:hover,
.b-feed__name .b-feed__name_reg.is-active .b-feed__link:hover {
  color: #f36821;
  cursor: default; }

.b-feed__name_com, .b-feed__name_reg {
  display: inline-block;
  vertical-align: top; }

.b-feed__name_reg {
  width: 60%;
  height: 19px;
  position: relative;
  overflow: hidden;
  white-space: nowrap; }
  .b-feed__name_reg:before {
    content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #f3f3f3 80%, #f3f3f3 100%);
    background: -moz-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #f3f3f3 80%, #f3f3f3 100%);
    background: -o-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #f3f3f3 80%, #f3f3f3 100%);
    background: linear-gradient(to right, rgba(243, 243, 243, 0) 0%, #f3f3f3 80%, #f3f3f3 100%); }

.b-content .b-feed__list_com .b-feed__item,
.b-content .b-feed__list_reg .b-feed__item {
  display: none; }

.b-content .b-feed__list_com .b-feed__item:nth-child(-n+10),
.b-content .b-feed__list_reg .b-feed__item:nth-child(-n+10) {
  display: block; }

.b-feed__name .b-feed__link {
  color: #1f77bb; }

.b-feed__name .b-feed__link:hover {
  color: #5c707c; }

.b-feed__date {
  color: #9a9a9a; }
  .b-news-themetopic__item__feed .b-feed__date {
    display: block; }

.b-feed__title {
  font-weight: bold; }

.b-feed_last-news .b-feed__body {
  padding-bottom: 15px; }

.b-feed_last-news .b-feed__item {
  width: calc(100% - 20px); }

.b-feed_last-news .b-feed__list .b-content {
  height: 210px; }
  .b-feed_last-news .b-feed__list .b-content .mCustomScrollBox {
    max-height: 100% !important; }

.b-feed__item {
  font-size: 13px;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #dedede; }
  .b-feed__item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid transparent; }
  .b-material-sujet .b-feed__item {
    padding-bottom: 0;
    border-bottom: 0; }
  .b-feed__item_more {
    text-align: center; }

.b-feed_col {
  font-size: 0; }

.b-feed_col .b-feed__col {
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede; }
  .b-feed_col .b-feed__col:last-child {
    border-bottom: 1px solid transparent; }

.b-feed.b-feed_doc-binding .b-feed__body,
.b-feed.b-feed_art-binding .b-feed__body {
  width: 100%; }

.b-feed_doc-binding .b-feed__name,
.b-feed_art-binding .b-feed__name {
  color: inherit; }

.b-feed_doc-binding .b-feed__list,
.b-feed_art-binding .b-feed__list {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .b-feed__body {
    width: 490px; }
  .b-feed_col .b-feed__list {
    margin-left: -20px; }
  .b-feed_col .b-feed__col {
    width: 214px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 0; }
  .b-feed.b-sidebar-left__item .b-feed__name {
    padding-left: 20px; }
  .b-feed.b-sidebar-left__item .b-feed__body {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0; }
  .b-feed.b-sidebar-left__item .b-feed__list {
    height: 300px;
    margin-left: 20px;
    overflow: auto; }
  .b-feed.b-sidebar-left__item .b-feed__item {
    width: calc(100% - 20px); } }

@media screen and (min-width: 990px) {
  .b-feed__body {
    width: 650px;
    margin-bottom: 20px;
    padding-top: 15px; }
  .b-feed__name {
    margin-bottom: 11px; }
  .b-feed_col .b-feed__list {
    margin-left: -30px; }
  .b-feed_col .b-feed__col {
    width: 290px;
    margin-left: 30px; }
  .b-feed__item {
    line-height: 1.6em; }
  .b-feed.b-feed_doc-binding .b-feed__body {
    padding-top: 0; }
  .b-feed.b-feed_doc-binding .b-feed__name:first-child {
    padding-top: 15px; } }

@media screen and (min-width: 1260px) {
  .b-feed {
    font-size: 13px; }
    .b-feed.b-sidebar-right__item .b-feed__body {
      width: 100%; }
    .b-feed.b-sidebar-right__item .b-feed__name {
      font-size: 17px; }
    .b-feed__name_reg {
      width: 65%; }
  .b-feed.b-feed_doc-binding .b-feed__body {
    width: 310px; } }

.b-partners_sidebar .b-feed {
  padding: 15px 15px 0 15px;
  background: #f3f3f3; }

/*
 * Блок фото/видео
 *
 */
.b-media {
  font-size: 15px;
  padding: 0 20px;
  margin-bottom: 20px; }
  .b-media__title {
    font-family: "NotoSerif", sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px; }
  .b-media__link {
    color: #1f77bb; }
    .b-media__link:hover {
      color: #5c707c; }
  .b-media__list {
    font-size: 0.001px;
    letter-spacing: 0;
    margin-left: -0.8%; }
  .b-media__list-item {
    width: 32.5%;
    margin-left: .8%;
    margin-bottom: .8%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    letter-spacing: 0; }
  .b-media__list-item-image {
    width: 100%; }
  .b-media__list-item-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-position: -90px 0; }
  .b-media__full {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.43, 0.19, 0.31, 1.13);
    -moz-transition: all 0.2s cubic-bezier(0.43, 0.19, 0.31, 1.13);
    -o-transition: all 0.2s cubic-bezier(0.43, 0.19, 0.31, 1.13);
    transition: all 0.2s cubic-bezier(0.43, 0.19, 0.31, 1.13);
    /* Для Firefox */
    -moz-transform: scale(0.3);
    /* Для IE */
    -ms-transform: scale(0.3);
    /* Для Safari, Chrome, iOS */
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  .b-media__list-item.is-active .b-media__full {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    -webkit-transition: all 0.2s cubic-bezier(0.43, 0.19, 0.31, 1.13);
    -moz-transition: all 0.2s cubic-bezier(0.43, 0.19, 0.31, 1.13);
    -o-transition: all 0.2s cubic-bezier(0.43, 0.19, 0.31, 1.13);
    transition: all 0.2s cubic-bezier(0.43, 0.19, 0.31, 1.13);
    /* Для Firefox */
    -moz-transform: scale(1);
    /* Для IE */
    -ms-transform: scale(1);
    /* Для Safari, Chrome, iOS */
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  @media screen and (min-width: 768px) {
    .b-media {
      margin-bottom: 23px;
      padding: 0; }
      .b-media__title {
        margin-bottom: 24px; }
      .b-media__list {
        margin-left: -7px; }
      .b-media__list-item {
        width: 92px;
        margin: 0 0 7px 7px; }
        .b-media__list-item:nth-last-child(1), .b-media__list-item:nth-last-child(2) {
          display: none; } }
  @media screen and (min-width: 990px) {
    .b-media__list {
      margin-left: -10px; }
    .b-media__list-item {
      width: 100px;
      margin: 0 0 10px 10px; }
      .b-media__list-item:nth-last-child(1), .b-media__list-item:nth-last-child(2) {
        display: inline-block; } }
  @media screen and (min-width: 1260px) {
    .b-media__title {
      font-size: 17px;
      margin-bottom: 15px; }
    .b-sidebar-right__item .b-media__list {
      margin-left: -5px; }
    .b-sidebar-right__item .b-media__list-item {
      width: 100px;
      margin: 0 0 5px 5px; } }

.b-media-full {
  width: 310px;
  position: absolute;
  top: 0;
  right: 50px;
  line-height: 1em; }
  .b-media-full__image {
    width: 100%; }
  .b-media-full__description {
    font-size: 13px;
    width: 100%;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1.4em;
    color: #fff;
    background-color: #5c707c; }
  .b-media-full__icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -35px;
    right: 5px;
    background-position: -90px 0; }

/*
 * Новые документы
 *
 */
.b-docs {
  font-size: 13px;
  margin: 0 20px 20px;
  padding: 15px 30px 10px 20px;
  position: relative;
  line-height: 1.6em;
  border: 2px solid #dedede;
  border-top: 0;
  border-right: 0; }
  .b-docs:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    border-right: 2px solid #dedede; }
  .b-docs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    border-top: 2px solid #dedede; }
  .b-docs__link:hover {
    text-decoration: underline; }
  .b-docs__name {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 27px; }
  .b-docs__list {
    font-size: 0.001px;
    letter-spacing: 0; }
  .b-docs__item {
    font-weight: bold;
    margin: 0 0 10px 40px;
    position: relative;
    font-size: 13px;
    letter-spacing: 0; }
    .b-docs__item:after {
      content: '';
      width: 30px;
      height: 40px;
      position: absolute;
      top: 1px;
      left: -40px;
      background: url(/res/images/sprite_main.png) 0 -90px no-repeat; }
  .b-docs__title {
    margin-bottom: 2px; }
  .b-docs__date {
    color: #9a9a9a; }
  .b-docs__wrapper:after {
    content: '';
    background: url(/res/images/sprite_main.png) -60px -90px no-repeat;
    position: absolute;
    top: 0;
    right: -8px;
    width: 40px;
    height: 40px; }
  @media screen and (min-width: 768px) {
    .b-docs {
      margin: 0 0 25px; }
      .b-docs__name {
        margin-bottom: 21px; }
      .b-docs__list {
        margin-left: -34px; }
      .b-docs__item {
        width: 200px;
        margin-left: 34px;
        display: inline-block;
        vertical-align: top; }
        .b-docs__item:after {
          display: none; } }
  @media screen and (min-width: 990px) {
    .b-docs {
      padding: 20px 30px 10px 20px; }
      .b-docs__list {
        margin-left: -40px; }
      .b-docs__item {
        width: 238px;
        margin-left: 80px; }
        .b-docs__item:after {
          display: block; } }
  @media screen and (min-width: 1260px) {
    .b-docs__name {
      font-size: 17px; }
    .b-docs__list {
      margin-left: 0; }
    .b-docs__item {
      width: 220px;
      margin-left: 40px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .b-docs__item:after {
      background: url(/res/images/sprite_main_2.png) 0 -90px no-repeat;
      background-size: 200px; }
    .b-docs__wrapper:after {
      background: url(/res/images/sprite_main_2.png) -60px -90px no-repeat;
      background-size: 200px; } }

/*
 * Социальные кнопки
 *
 */
.b-social {
  text-align: center;
  margin-left: -3%; }
  .b-social_type_share {
    margin-left: -9%; }
  .b-social_type_share .b-social__item {
    margin-left: 9%; }
  .b-social__item {
    margin-left: 3%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .b-social__item:hover {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .b-social__item_fb {
    background-position: 0 0;
    background-color: #3a5897; }
    .b-social__item_fb:hover {
      background-color: #4b69a8; }
  .b-social__item_goo {
    background-position: -30px 0;
    background-color: #dd4a39; }
    .b-social__item_goo:hover {
      background-color: #ee5b4a; }
  .b-social__item_tw {
    background-position: -60px 0;
    background-color: #54aced; }
    .b-social__item_tw:hover {
      background-color: #65bdfe; }
  .b-social__item_vk {
    background-position: -90px 0;
    background-color: #4e6e92; }
    .b-social__item_vk:hover {
      background-color: #5f7fa3; }
  .b-social__item_ok {
    background-position: -120px 0;
    background-color: #fc6719; }
    .b-social__item_ok:hover {
      background-color: #ff782a; }
  .b-social__item_you {
    background-position: -150px 0;
    background-color: #cc171e; }
    .b-social__item_you:hover {
      background-color: #dd282f; }
  .b-social__item_ins {
    background-position: -180px 0;
    background-color: #3e719b; }
    .b-social__item_ins:hover {
      background-color: #4f82ac; }
  .b-social__item-qty {
    font-size: 11px;
    position: absolute;
    top: -8px;
    left: 28px;
    color: #9a9a9a; }
  @media screen and (min-width: 768px) {
    .b-social {
      margin-left: -10px; }
      .b-social_type_share {
        margin-left: 0; }
      .b-social_type_share .b-social__item {
        margin-left: 10px; }
      .b-social__item {
        margin-left: 10px; } }

/*
 * Блок шеринга статьи
 *
 */
.b-share {
  font-size: 14px; }
  .b-share__item {
    display: inline-block;
    vertical-align: middle; }
  .b-share .b-share_ya-share .ya-share2__item {
    margin: 0; }
    .b-share .b-share_ya-share .ya-share2__item .ya-share2__badge {
      overflow: inherit;
      background-color: transparent; }
    .b-share .b-share_ya-share .ya-share2__item .ya-share2__counter {
      padding: 0;
      position: absolute;
      top: -8px;
      left: 25px;
      color: #9a9a9a; }
      .b-share .b-share_ya-share .ya-share2__item .ya-share2__counter:before {
        display: none; }
    .b-share .b-share_ya-share .ya-share2__item .ya-share2__icon {
      width: 30px;
      height: 30px;
      display: block;
      overflow: hidden;
      background: url(/res/images/social_icons.svg) no-repeat;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .b-share .b-share_ya-share .ya-share2__item_service_facebook .ya-share2__icon {
    background-position: 0 0;
    background-color: #3a5897; }
    .b-share .b-share_ya-share .ya-share2__item_service_facebook .ya-share2__icon:hover {
      background-color: #4b69a8; }
  .b-share .b-share_ya-share .ya-share2__item_service_gplus .ya-share2__icon {
    background-position: -30px 0;
    background-color: #dd4a39; }
    .b-share .b-share_ya-share .ya-share2__item_service_gplus .ya-share2__icon:hover {
      background-color: #ee5b4a; }
  .b-share .b-share_ya-share .ya-share2__item_service_twitter .ya-share2__icon {
    background-position: -60px 0;
    background-color: #54aced; }
    .b-share .b-share_ya-share .ya-share2__item_service_twitter .ya-share2__icon:hover {
      background-color: #65bdfe; }
  .b-share .b-share_ya-share .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-position: -90px 0;
    background-color: #4e6e92; }
    .b-share .b-share_ya-share .ya-share2__item_service_vkontakte .ya-share2__icon:hover {
      background-color: #5f7fa3; }
  .b-share .b-share_ya-share .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-position: -120px 0;
    background-color: #fc6719; }
    .b-share .b-share_ya-share .ya-share2__item_service_odnoklassniki .ya-share2__icon:hover {
      background-color: #ff782a; }
  .b-share_horizontal .b-share__item {
    margin-top: 10px; }
  .b-share_horizontal .b-share_ya-share .ya-share2__item {
    margin-right: 10px; }
    .b-share_horizontal .b-share_ya-share .ya-share2__item:last-child {
      margin-right: 0; }
  .b-share_horizontal .b-share__content {
    margin-right: 10px; }
  .b-share_vertical .b-share_ya-share .ya-share2__item {
    margin-bottom: 10px; }
    .b-share_vertical .b-share_ya-share .ya-share2__item:last-child {
      margin-right: 0; }
  @media screen and (min-width: 768px) {
    .b-share_horizontal .b-share__item {
      margin-top: 0; } }

/*
 * Подписаться на сюжет
 *
 */
.b-fast-access .b-follow.b-follow_sujets:after {
  background: url(/res/images/sprite_main.png) no-repeat -150px -20px;
  right: inherit;
  top: -10px; }

.b-fast-access .b-follow.b-follow_sujets.is-active:after {
  background-position: -150px -40px; }

.b-follow {
  font-size: 14px; }
  .b-follow:hover {
    color: #333333;
    cursor: pointer; }
  .b-follow_sujets {
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    color: #9a9a9a;
    border-bottom: 1px dotted; }
    .b-follow_sujets:after {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      right: -25px;
      background: url(/res/images/sprite_main.png) no-repeat -150px -60px; }
    .b-follow_sujets.is-active:after {
      background-position: -150px -40px; }
  .b-content .b-material-sujet .b-follow {
    display: none; }
  .b-followed__item-action .b-follow_sujets {
    height: 14px; }

/*
 * Партнерки
 *
 */
.b-partner-news {
  font-size: 14px;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #dedede; }
  .b-partner-news__title {
    font-size: 12px;
    font-family: "NotoSans", Arial, sans-serif;
    font-weight: normal;
    float: right;
    color: #9a9a9a; }
  .b-partner-news__head {
    overflow: hidden; }
  .b-partner-news_type_sidebar {
    padding: 15px; }
  .b-partner-news_type_sidebar .b-partner-news__list {
    margin-left: 0; }
  .b-partner-news_type_sidebar .b-partner-news__list-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px; }
  .b-partner-news_type_big {
    padding: 0;
    line-height: 1em;
    text-align: center;
    border: 0;
    background: url(/res/images/bg_big_ban.png) repeat; }
  .b-partner-news_type_big .b-partner-news__banner {
    width: 100%; }
  .b-partner-news_type_social {
    font-size: 13px;
    padding: 0;
    border: 0; }
  .b-partner-news_type_social .b-partner-news__title {
    float: none; }
  .b-partner-news_type_social .b-partner-news__list {
    margin-left: 0;
    padding: 10px;
    border: 1px solid #dedede; }
  .b-partner-news_type_social .b-partner-news__list-item {
    margin-left: 10px; }
    .b-partner-news_type_social .b-partner-news__list-item:first-child {
      margin-left: 0; }
  .b-partner-news_type_social .b-partner-news__list-item-image {
    margin: 0 10px 10px 0;
    float: left; }
  .b-partner-news__list {
    margin-left: -20px; }
  .b-partner-news__list-item {
    width: 224px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top; }
  .b-partner-news__list {
    font-size: 0; }
  .b-partner-news__list-item {
    font-size: 14px; }
  @media screen and (min-width: 990px) {
    .b-partner-news {
      margin-bottom: 30px; }
      .b-partner-news__list-item {
        width: 195px; }
      .b-partner-news_type_big .b-partner-news__banner {
        width: auto; } }
  @media screen and (min-width: 1760px) {
    .b-partner-news_type_sidebar {
      margin-top: 40px; } }

/*
 * Блок с названием полосы
 * Используется в шаблоне выпуска main/b-list-wrapper-gazeta
 *
 */
.b-broadside {
  font-size: 17px;
  font-family: "NotoSerif", sans-serif;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
  clear: both;
  color: #f36821; }

/*
 * Блок метаинформации
 *
 */
.b-material-meta {
  font-size: 13px;
  margin-bottom: 20px;
  padding: 0 20px; }
  .b-material-meta__item {
    margin-bottom: 6px; }
  .b-material-meta__item + .b-material-related__item {
    margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .b-material-meta {
      padding: 0; } }
  @media screen and (min-width: 1260px) {
    .b-material-meta {
      width: 310px;
      margin-bottom: 0; } }
  @media screen and (min-width: 1760px) {
    .b-material-meta {
      margin-bottom: 20px; } }

/*
 * Блок привязок
 *
 */
.b-material-related {
  font-size: 13px; }
  .b-material-related__item {
    margin-bottom: 6px; }

/*
 * Блок следить за сюжетом
 *
 */
.b-material-sujet {
  width: 100%;
  padding: 0 20px; }
  .b-material-sujet__name {
    font-size: 14px;
    font-weight: bold;
    font-family: "NotoSans", Arial, sans-serif;
    margin-bottom: 20px; }
  .b-material-sujet__list {
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .b-material-sujet {
      padding: 0; } }

/*
 * Блок автора материала
 * Используется на странице автора
 *
 */
.b-author {
  margin-bottom: 20px;
  line-height: 1.6; }
  .b-author__media {
    max-width: 130px;
    max-height: 130px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
    border-radius: 100%; }
  .b-author__img {
    width: auto;
    height: 100%; }
  .b-author__title {
    font-size: 18px;
    margin-bottom: 0; }
  .b-author__info h2 {
    font-family: "NotoSans", Arial, sans-serif;
    font-size: 18px; }
  .b-author__info p {
    margin-bottom: 20px;
    clear: both; }
  @media screen and (min-width: 768px) {
    .b-author__media {
      width: 110px;
      height: 110px; }
    .b-author__title {
      font-size: 26px; }
    .b-author__content {
      width: 360px; }
    .b-author__info p {
      clear: none; }
    .b-author_has-media .b-author__content {
      float: right; } }
  @media screen and (min-width: 990px) {
    .b-author__media {
      width: 100%;
      height: 100%; }
    .b-author__title {
      font-size: 26px; }
    .b-author__content {
      width: 490px; } }
  @media screen and (min-width: 1260px) {
    .b-author {
      width: 850px; }
      .b-author__content {
        width: 690px; } }
  @media screen and (min-width: 1760px) {
    .b-author {
      margin-left: 88px; } }

/*
 * Поле поиска
 *
 */
.b-search-bar__form {
  margin: 0;
  padding: 0; }
  .b-search-bar__form .b-form__fieldset {
    margin-bottom: 0;
    font-size: 0.001px;
    letter-spacing: 0; }
  .b-search-bar__form .b-field_input_text {
    display: inline-block; }
  .b-search-bar__form .b-field__input_text {
    padding: 7px 10px; }

/*
 * Таб-меню
 *
 */
.b-tabs__body {
  font-family: "NotoSans", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid #dedede; }

.b-tabs__title_selected {
  font-weight: bold; }

.b-tabs__item {
  font-size: 13px;
  margin-right: 40px;
  margin-bottom: -1px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease; }
  .b-tabs__item_underline {
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #f36821; }

.b-tabs__body_static {
  margin-bottom: 0;
  border: 0; }

.b-tabs__body_static .b-tabs__item {
  margin-bottom: 0;
  border-bottom: 3px solid transparent; }
  .b-tabs__body_static .b-tabs__item.is-active {
    border-color: #f36821; }

.b-date-panel-spiegel .b-tabs {
  margin-bottom: 0;
  display: inline-block;
  border: 0; }
  .b-date-panel-spiegel .b-tabs__item {
    margin-right: 30px;
    margin-bottom: -2px;
    padding-bottom: 0; }
    .b-date-panel-spiegel .b-tabs__item:last-child {
      margin-right: 0; }

/*
 * Календарь
 * Используется с инклюдом calendar
 *
 * Изначально используется с jquery datepicker
 * поэтому структура html такая же, которая генерируется скриптом
 *
 * Кастомные стили смотреть в vendor.datepicker.custom
 *
 */
.b-calendar {
  font-size: 14px; }
  .b-calendar_static .ui-datepicker {
    width: 310px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    box-shadow: none; }
  .b-calendar_static .ui-datepicker .ui-datepicker-header {
    margin-top: 0; }
  .b-calendar_static .ui-datepicker .ui-datepicker-title {
    text-transform: capitalize; }

.ui-datepicker {
  z-index: 11 !important;
  font-family: "NotoSans", Arial, sans-serif;
  width: 100%;
  padding-top: 30px;
  line-height: 1em;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 14px #888;
  -moz-box-shadow: 1px 1px 14px #888;
  box-shadow: 1px 1px 14px #888; }
  .ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(/res/images/sprite_main.png); }
  .ui-datepicker .ui-icon-circle-triangle-w,
  .ui-datepicker .ui-icon-circle-triangle-e {
    width: 10px;
    height: 20px; }
  .ui-datepicker .ui-icon-circle-triangle-w {
    background-position: -70px -30px; }
  .ui-datepicker .ui-icon-circle-triangle-e {
    background-position: -80px -30px; }
  .ui-datepicker .ui-state-hover,
  .ui-datepicker .ui-widget-content .ui-state-hover,
  .ui-datepicker .ui-widget-header .ui-state-hover,
  .ui-datepicker .ui-state-focus,
  .ui-datepicker .ui-widget-content .ui-state-focus,
  .ui-datepicker .ui-widget-header .ui-state-focus {
    background: none;
    border: 0; }
  .ui-datepicker .ui-datepicker-next {
    right: -5px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    top: 2px;
    left: 2px;
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    right: -5px;
    cursor: pointer; }
  .ui-datepicker .ui-widget-header {
    background: #fff;
    border: 0; }
  .ui-datepicker .ui-datepicker-year {
    font-weight: normal; }
  .ui-datepicker .ui-datepicker-week-end {
    color: #f32121; }
  .ui-datepicker .ui-state-default,
  .ui-datepicker .ui-widget-content .ui-state-default,
  .ui-datepicker .ui-widget-header .ui-state-default {
    font-weight: normal;
    color: #000;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0; }
  .ui-datepicker .ui-state-active,
  .ui-datepicker .ui-widget-content .ui-state-active,
  .ui-datepicker .ui-widget-header .ui-state-active {
    background: #f36821;
    color: #fff; }
  .ui-datepicker .ui-state-highlight,
  .ui-datepicker .ui-widget-content .ui-state-highlight,
  .ui-datepicker .ui-widget-header .ui-state-highlight {
    border: 1px solid #dedede; }
  .ui-datepicker th {
    font-weight: normal;
    padding: 1.2em 0.3em; }
  .ui-datepicker td span, .ui-datepicker td a {
    text-align: center; }
  .ui-datepicker table {
    font-size: 13px;
    width: 300px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 5px; }
  .ui-datepicker table thead {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
    border-spacing: 0;
    display: inline-table; }
  .ui-datepicker table tbody {
    width: 100%;
    display: table; }
  .ui-datepicker .ui-datepicker-header {
    width: 300px;
    margin: 20px auto 0; }
  .ui-datepicker td {
    line-height: 1.8em; }
  .ui-datepicker .ui-priority-secondary {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=30);
    /* Netscape */
    -moz-opacity: 0.3;
    /* Safari 1.x */
    -khtml-opacity: 0.3;
    /* Good browsers */
    opacity: 0.3; }
  .ui-datepicker .ui-datepicker-buttonpane {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border: 0; }
  .ui-datepicker .ui-state-default.ui-datepicker-close {
    width: 20px;
    height: 20px;
    float: none;
    background-image: url(/res/images/sprite_main.png);
    background-position: -90px -30px; }
  .ui-datepicker .ui-datepicker-current.ui-state-default {
    display: none; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ui-datepicker .ui-widget-header .ui-icon {
      background-image: url(/res/images/sprite_main_2.png);
      background-size: 200px; }
    .ui-datepicker .ui-icon-circle-triangle-w {
      background-position: -70px -30px; }
    .ui-datepicker .ui-icon-circle-triangle-e {
      background-position: -80px -30px; }
    .ui-datepicker .ui-state-default.ui-datepicker-close {
      background-image: url(/res/images/sprite_main_2.png);
      background-size: 200px;
      background-position: -90px -30px; } }
  @media screen and (max-width: 767px) {
    .ui-datepicker {
      position: fixed !important;
      left: 0 !important;
      top: 0 !important;
      right: 0;
      bottom: 0; } }
  @media screen and (min-width: 768px) {
    .ui-datepicker {
      width: 330px;
      margin-left: -161px;
      margin-top: 30px;
      padding-top: 0; }
      .ui-datepicker .ui-datepicker-buttonpane {
        display: none; }
      .ui-datepicker table {
        width: 290px; }
      .ui-datepicker .ui-datepicker-header {
        width: 290px; } }

/*
 * Блок акцентов
 *
 */
.b-alphabet {
  font-size: 13px;
  margin-bottom: 20px;
  padding-left: 20px; }
  .b-alphabet__link {
    margin-right: 2px;
    display: inline-block; }
    .b-alphabet__link_active {
      font-weight: bold;
      color: #000; }
    .b-alphabet__link_all {
      margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .b-alphabet {
      width: 490px;
      padding-left: 0; } }
  @media screen and (min-width: 990px) {
    .b-alphabet {
      width: 650px; } }
  @media screen and (min-width: 1260px) {
    .b-alphabet {
      margin: 0 0 20px; } }

/*
 * Подсказки у инпута
 *
 */
.b-input-notification {
  font-size: 12px;
  margin-bottom: 40px;
  margin-bottom: 10px;
  padding: 15px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  display: block;
  background: #fff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3); }
  .b-input-notification:after {
    content: '';
    width: 10px;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    display: block;
    background: #fff;
    /* Для Firefox */
    -moz-transform: translateX(-50%) rotate(45deg);
    /* Для IE */
    -ms-transform: translateX(-50%) rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }
  .b-input-notification__msg {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #f44b3f;
    line-height: 1.5; }
  .b-input-notification_success .b-input-notification__msg {
    color: #59bd17; }
  .b-input-notification_error .b-input-notification__msg {
    color: #f44b3f; }

/*
 * Логотипы партнеров
 *
 */
.b-vendors {
  overflow: hidden; }
  .b-vendors__icon:before {
    content: '';
    height: 35px;
    background: url(/res/images/media/partners-rg.png) no-repeat 0 0 transparent; }
  .b-vendors__icon_rg:before {
    width: 93px;
    background-position: 0 0; }
  .b-vendors__icon_subbota:before {
    width: 93px;
    background-position: -93px 0; }
  .b-vendors__icon_thematic:before {
    width: 94px;
    background-position: -186px 0; }
  .b-vendors__icon_soyuz:before {
    width: 62px;
    background-position: -280px 0; }
  .b-vendors__icon_rbth:before {
    width: 98px;
    background-position: -342px 0; }
  .b-vendors__icon_rodina:before {
    width: 93px;
    background-position: -440px 0; }
  .b-vendors__icon_bibliotechka:before {
    width: 141px;
    background-position: -533px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .b-vendors__icon:before {
      background-image: url(/res/images/media/partners-rg2x.png);
      background-size: 674px 35px; } }
  .b-fresh .b-vendors__icon {
    height: 20px; }
    .b-fresh .b-vendors__icon:before {
      position: absolute; }
  .b-vendors_header {
    font-size: 11px;
    float: left; }
  .b-vendors_header .b-vendors__item_our-issues {
    font-size: 13px;
    font-style: italic;
    font-family: "NotoSerif", sans-serif;
    font-weight: bold;
    margin-top: -2px;
    text-transform: none !important; }
  .b-vendors_header .b-vendors__item_our-issues:after {
    font-size: 11px;
    margin-top: 1px;
    display: none !important; }
  .b-vendors_header .b-vendors__item_more-btn {
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;
    height: 22px;
    position: absolute;
    top: 5px; }
  .b-vendors_header .b-vendors__item {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase; }
    .b-vendors_header .b-vendors__item_rg, .b-vendors_header .b-vendors__item_subbota, .b-vendors_header .b-vendors__item_thematic, .b-vendors_header .b-vendors__item_soyuz, .b-vendors_header .b-vendors__item_rbth, .b-vendors_header .b-vendors__item_rodina, .b-vendors_header .b-vendors__item_bibliotechka {
      display: none; }
    .b-vendors_header .b-vendors__item:after {
      content: '\07C';
      margin: 0 18px 0;
      display: inline-block;
      color: #9a9a9a;
      vertical-align: top; }
    .b-vendors_header .b-vendors__item:last-child:after {
      display: none; }
  .b-vendors_footer {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede; }
  .b-vendors_footer .b-vendors__item {
    text-align: center; }
  .b-vendors_footer .b-vendors__icon:before {
    display: inline-block; }
  .b-vendors_overlay #cboxLoadedContent {
    width: 100% !important;
    height: 100% !important;
    padding: 20px;
    overflow: hidden !important; }
    .b-vendors_overlay #cboxLoadedContent:before {
      content: 'Выберите интересующее вас издание:';
      font-size: 16px;
      padding-bottom: 16px;
      padding-right: 20px;
      display: block;
      border-bottom: 1px solid #dedede; }
  .b-vendors_overlay .b-vendors__item {
    margin: 16px 0;
    display: block;
    text-transform: uppercase; }
    .b-vendors_overlay .b-vendors__item.is-tablet, .b-vendors_overlay .b-vendors__item.is-tablet-landscape, .b-vendors_overlay .b-vendors__item.is-desktop {
      display: block !important; }
  .b-vendors_overlay .b-vendors__item_more-btn {
    display: none; }
  .b-vendors_footer .b-vendors__item {
    width: 180px; }
  @media screen and (min-width: 768px) {
    .b-vendors_header:before {
      margin-right: 10px; }
    .b-vendors_header .b-vendors__item_our-issues:after {
      display: inline-block !important; }
    .b-vendors_header .b-vendors__item_subbota:after {
      display: none; }
    .b-vendors_footer .b-vendors__item {
      width: auto; } }
  @media screen and (min-width: 990px) {
    .b-vendors_header .b-vendors__item_subbota:after {
      display: inline-block; }
    .b-vendors_header .b-vendors__item_thematic:after {
      display: none; } }
  @media screen and (min-width: 1260px) {
    .b-vendors_header .b-vendors__item_more-btn {
      display: none; }
    .b-vendors_header .b-vendors__item_thematic:after {
      display: inline-block; }
    .b-vendors_header .b-vendors__item_bibliotechka:after {
      display: none; } }

/*
 * Блок возрастного ограничения
 *
 */
.b-age {
  font-size: 11px;
  font-weight: bold;
  float: right; }
  .b-age.b-footer__developer-item {
    position: absolute;
    top: 20px;
    right: 20px; }

/*
 * Блок downloads
 *
 */
.b-downloads {
  position: relative;
  padding-left: 30px; }
  .b-downloads_last {
    padding-top: 28px;
    border-top: 1px solid #9a9a9a; }
  .b-downloads__link {
    position: relative;
    padding-left: 5px;
    margin-bottom: 4px; }
  .b-downloads__meta {
    padding-left: 5px;
    margin-bottom: 25px;
    color: #9a9a9a; }
    .b-downloads__meta span {
      text-transform: uppercase; }
  .b-downloads__col {
    width: 50%;
    float: left; }
  @media screen and (min-width: 990px) {
    .b-downloads__col {
      width: 33%; } }

/*
 * Блок карточек
 *
 */
.b-card {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  background-color: #f3f3f3; }
  .b-card__media {
    text-align: center; }
  .b-card__img {
    max-width: 160px; }
  .b-card__title {
    font-size: 18px;
    margin: 16px 0;
    text-align: center; }
  .b-card__meta {
    font-size: 14px;
    padding-top: 16px;
    border-top: 1px solid #dedede; }
    .b-card__meta .b-downloads {
      float: right; }
      .b-card__meta .b-downloads__meta {
        margin-bottom: 0; }
  .b-card__info {
    float: left; }
  @media screen and (min-width: 768px) {
    .b-card__media {
      width: 160px;
      margin-right: 20px;
      float: left; }
    .b-card__content {
      width: calc(100% - 180px);
      float: left; }
    .b-card__title {
      font-size: initial; } }
  @media screen and (min-width: 990px) {
    .b-card {
      padding: 30px; } }
  @media screen and (min-width: 1260px) {
    .b-card {
      width: 310px;
      height: 445px;
      margin-bottom: 30px;
      margin-right: 30px;
      padding: 30px; }
      .b-card:nth-child(3n+3) {
        margin-right: 0; }
      .b-card__media {
        width: 100%;
        margin-right: 0;
        float: none; }
      .b-card__content {
        width: 100%;
        float: none; } }
  @media screen and (min-width: 1760px) {
    .b-card:nth-child(3n+3) {
      margin-right: 30px; }
    .b-card:nth-child(4n+4) {
      margin-right: 0; } }

/*
 * Блок акцентов
 *
 */
.b-issue-picture {
  position: relative;
  z-index: 1; }
  .b-issue-picture__image {
    width: 100%;
    border: 1px solid #dedede; }
  @media screen and (min-width: 1760px) {
    .b-issue-picture {
      float: right; } }

/*
 * Блоки во всплывающих окнах
 *
 */
/*
 * Выбор региона
 *
 */
.b-region {
  font-size: 0.001px;
  letter-spacing: 0;
  padding: 15px 20px; }
  .b-region__current {
    margin-bottom: 30px;
    color: #9a9a9a; }
  .b-region__choose {
    margin-bottom: 30px; }
  .b-region__choose-title {
    margin-bottom: 10px; }
  .b-region__choose-item {
    width: 100%; }
  .b-region__search-text {
    margin-bottom: 10px; }
  .b-region__result {
    width: 100%;
    position: absolute;
    right: 0;
    border: 1px solid #dedede;
    z-index: 2;
    text-align: left;
    white-space: normal;
    border-width: 0 1px 1px 1px;
    line-height: 1.4em;
    background-color: #fff;
    padding: 0px 20px;
    overflow-y: auto;
    display: block;
    height: 150px; }
  .b-region__current, .b-region__choose, .b-region__search {
    font-size: 13px;
    letter-spacing: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .b-region__link_active:before {
      background: url(/res/images/sprite_main_2.png) -80px -50px no-repeat;
      background-size: 500px; } }
  @media screen and (min-width: 768px) {
    .b-region {
      width: 650px;
      padding: 30px; }
      .b-region__current {
        font-size: 16px;
        color: #9a9a9a; }
      .b-region__choose-title {
        font-size: 16px; }
      .b-region__list {
        margin-left: -25px;
        padding: 0;
        list-style: none; }
      .b-region__list-item {
        width: 175px;
        margin: 0 0 10px 25px;
        vertical-align: top;
        display: inline-block; }
      .b-region__link_active {
        position: relative;
        color: #9a9a9a; }
        .b-region__link_active:before {
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          top: 0;
          left: -20px;
          background: url(/res/images/sprite_main.png) -80px -50px no-repeat; }
      .b-region__search-text {
        width: 400px; } }
  @media screen and (min-width: 1260px) {
    .b-region {
      width: 890px;
      padding: 50px; }
      .b-region__choose, .b-region__search {
        width: 50%;
        display: inline-block;
        vertical-align: top; }
      .b-region__search-input {
        padding: 10px 15px; } }

/*
 * Поиск
 *
 */
.b-search-overlay {
  background-color: #fff; }
  .b-search-overlay__popular {
    width: 100%;
    padding: 6px 20px; }
  .b-search-overlay__popular-title {
    margin-bottom: 10px;
    color: #9a9a9a; }
  .b-search-overlay__popular-list-item {
    margin-bottom: 12px; }
  .b-search-overlay .b-search-bar {
    margin-bottom: 10px;
    padding: 10px; }
    .b-search-overlay .b-search-bar .b-field_input_text {
      font-size: 15px;
      width: calc(100% - 100px);
      display: inline-block;
      position: relative;
      border: 0; }
      .b-search-overlay .b-search-bar .b-field_input_text:before {
        content: 'Найти на сайте:';
        position: absolute;
        top: 6px;
        left: 0;
        color: #9a9a9a;
        display: none; }
    .b-search-overlay .b-search-bar .b-field__input_text {
      border: 0; }
    .b-search-overlay .b-search-bar .b-field__input_submit {
      padding-left: 8px;
      padding-right: 8px; }
    .b-search-overlay .b-search-bar:after {
      content: '';
      width: 100%;
      position: absolute;
      top: 58px;
      left: 0;
      border-bottom: 1px solid #dedede; }
  @media screen and (min-width: 768px) {
    .b-search-overlay {
      padding: 0 20px; } }
  @media screen and (min-width: 1260px) {
    .b-search-overlay {
      padding: 0; }
      .b-search-overlay .b-search-bar {
        width: 1240px;
        padding-left: 260px; }
        .b-search-overlay .b-search-bar__field_search {
          width: 840px; }
      .b-search-overlay__popular {
        width: 970px;
        margin-left: 250px; } }
  @media screen and (min-width: 1760px) {
    .b-search-overlay .b-search-bar {
      width: 1710px;
      padding-left: 360px; }
      .b-search-overlay .b-search-bar__field_search {
        width: 1180px; }
    .b-search-overlay__popular {
      width: 1310px;
      margin-left: 350px; } }

/*
 * Прочитанные статьи
 *
 */
@media screen and (min-width: 768px) {
  #viewed {
    width: 390px; } }

.b-viewed {
  font-size: 13px;
  background-color: #f3f3f3; }
  .b-viewed__title {
    font-size: 14px;
    font-weight: bold;
    font-family: "NotoSans", Arial, sans-serif;
    margin: 0 20px 10px;
    padding-top: 20px; }
  .b-viewed__list {
    margin: 0; }
  .b-viewed__item {
    padding: 0 20px;
    margin: 0;
    border-bottom: 1px solid #dedede; }
    .b-viewed__item:last-child {
      border: 0; }
  .b-viewed__link {
    width: 100%;
    padding: 10px 0;
    display: inline-block; }
  .b-viewed__item_type_view {
    color: #9a9a9a; }
  .b-viewed__item.is-active, .b-viewed__item:hover {
    margin-top: -1px;
    color: #1f77bb;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
  @media screen and (min-width: 768px) {
    .b-viewed {
      width: 390px;
      padding: 0; }
      .b-viewed__title {
        margin: 0 30px 10px;
        padding-top: 20px; }
      .b-viewed__list {
        height: 400px;
        padding-bottom: 20px; }
      .b-viewed__item {
        padding: 0 30px; }
      .b-viewed__link {
        padding: 15px 0; } }
  @media screen and (min-width: 1260px) {
    .b-viewed {
      font-size: 14px;
      width: 400px; } }

/*
 * Блок ленты на
 * подписанные сервисы
 * в личном кабинете
 *
 */
.b-followed {
  font-size: 13px;
  padding: 20px;
  text-align: left;
  background-color: #f3f3f3; }
  .b-followed__title {
    font-size: 14px;
    font-family: "Noto Sans", Arial, sans-serif;
    font-weight: bold; }
  .b-followed__list {
    margin: 0 -20px; }
  .b-followed__item {
    padding: 13px 20px;
    border-bottom: 1px solid #dedede;
    cursor: pointer; }
    .b-followed__item:last-child {
      border: 0; }
  .b-followed__item_type_view {
    color: #9a9a9a; }
  .b-followed__item.is-active, .b-followed__item:hover {
    margin-top: -1px;
    color: #1f77bb;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
  .b-followed__qty {
    font-size: 11px;
    font-family: "Noto Serif", sans-serif;
    font-weight: bold;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8em;
    text-align: center;
    color: #000;
    background-color: #8ed8b3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .b-followed__item-text, .b-followed__item-action {
    display: inline-block;
    vertical-align: middle; }
  .b-followed__item-text {
    width: 80%;
    line-height: 1.6em; }
  .b-followed__item-action {
    width: 20%;
    margin-left: -6px;
    margin-top: -1px;
    padding-right: 20px;
    text-align: right;
    float: right; }
  @media screen and (min-width: 768px) {
    .b-followed {
      padding: 0 20px;
      line-height: 1.6em; }
      .b-followed__title {
        margin-bottom: 15px;
        padding-top: 20px; }
      .b-followed__list {
        height: 400px;
        padding-bottom: 20px; } }
  @media screen and (min-width: 1200px) {
    .b-followed .b-icon_type_follow {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .b-followed__item:hover .b-icon_type_follow {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; } }
  @media screen and (min-width: 1260px) {
    .b-followed {
      font-size: 14px;
      padding: 0 30px; }
      .b-followed__list {
        margin: 0 -30px; }
      .b-followed__item {
        padding: 13px 20px 13px 30px; }
      .b-followed__item-text {
        width: 290px; }
      .b-followed__item-action {
        width: 50px;
        margin-left: 4px; } }

/*
 * Блок ленты на
 * подписанные сервисы
 * в личном кабинете
 *
 */
#followed {
  width: 100%;
  text-align: left; }
  @media screen and (min-width: 1260px) {
    #followed {
      width: 1078px;
      text-align: right; } }

.b-followed-full {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all .5s;
  left: 650px; }
  .b-followed-full .b-news-inner__list {
    padding: 0 0 0 20px; }
    .b-followed-full .b-news-inner__list-item {
      width: 90%; }
  .b-followed-full_expanded {
    left: 0; }
  .b-followed-full_hidden {
    display: none; }
  .b-followed-full__link {
    padding: 15px 20px; }
  .b-followed-full__col {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .b-followed-full__col_side_left .b-news-inner {
    line-height: 1.4em;
    text-align: left; }
  .b-followed-full__col_side_right {
    position: relative;
    z-index: 1; }
    .b-followed-full__col_side_right .b-dummy__name .b-followed-full__col_side_right .b-dummy.is-active .b-followed-full__col_side_right .b-dummy:hover {
      color: #f36821;
      cursor: default; }
    .b-followed-full__col_side_right .b-dummy_empty {
      padding: 30px; }
  @media screen and (min-width: 768px) {
    .b-followed-full__link {
      display: none; } }
  @media screen and (min-width: 1260px) {
    .b-followed-full__col_side_left {
      width: 650px; }
      .b-followed-full__col_side_left__col_side_left .b-news-inner {
        font-size: 14px;
        width: 650px; }
      .b-followed-full__col_side_left__list-item-title {
        font-size: 17px; }
    .b-followed-full__col_side_right {
      width: 400px; } }

/*
 * Основная сетка сайта
 *
 */
.b-auth {
  width: 100%;
  /* padding: 30px 30px */
  padding: 30px 0;
  background: #fff;
  /*Efim*/ }
  .b-auth__content {
    margin: 0 30px; }
  .b-auth__social {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede; }
  .b-auth__description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px; }
    .b-auth__description_centered {
      text-align: center; }
    .b-auth__description_initial-color {
      color: initial; }
  .b-auth__title_midle {
    width: 80%;
    margin: 0 auto; }
  .b-auth__title_agreement {
    font-size: 12px; }
  .b-auth__title_or {
    font-size: 13px; }
  .b-auth__tabs {
    font-family: "NotoSans", Arial, sans-serif;
    font-size: 14px;
    /* margin-bottom: 20px */
    margin: 0 30px 20px 30px;
    padding: 0px;
    position: relative;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #dedede; }
  .b-auth__tab {
    font-size: 13px;
    margin-right: 40px;
    margin-bottom: -1px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .b-auth_selected {
    font-weight: bold; }
  .b-auth__underline {
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #f36821; }
  .b-auth__button {
    width: 100%; }
    .b-auth__button_loading {
      color: #f36821; }
    .b-auth__button .b-field__input {
      width: 100%; }
  .b-auth__input_text {
    margin-bottom: 10px; }

/*
 * Стили плагинов и библиотек
 *
 */
/*
 * Кастомизируем дейтпикер
 *
 */
.b-custom-datepicker {
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 20px; }
  .b-custom-datepicker input.hasDatepicker {
    display: none; }
  .b-custom-datepicker .ui-datepicker-trigger {
    position: absolute;
    top: -8px;
    width: 20px;
    height: 20px;
    background: none;
    border: 0;
    outline: none; }
    .b-custom-datepicker .ui-datepicker-trigger:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background: url(/res/images/sprite_main.png) -20px 0 no-repeat; }
    .b-custom-datepicker .ui-datepicker-trigger.is-active:after {
      background-position: -20px -20px; }
  .b-custom-datepicker_input .ui-datepicker-trigger {
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: 0;
    outline: none; }
    .b-custom-datepicker_input .ui-datepicker-trigger:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background: url(/res/images/sprite_main.png) -20px 0 no-repeat; }
    .b-custom-datepicker_input .ui-datepicker-trigger.is-active:after {
      background-position: -20px -20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .b-custom-datepicker .ui-datepicker-trigger:after, .b-custom-datepicker_input .ui-datepicker-trigger:after {
      background: url(/res/images/sprite_main_2.png) -20px 0 no-repeat;
      background-size: 200px; }
    .b-custom-datepicker .ui-datepicker-trigger.is-active:after, .b-custom-datepicker_input .ui-datepicker-trigger.is-active:after {
      background-position: -20px -20px; } }
  @media screen and (min-width: 768px) {
    .b-custom-datepicker input.hasDatepicker {
      display: none; } }

/*
 * Кастомизируем colorbox
 *
 */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  z-index: 10; }

#cboxLoadedContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

#cboxContent {
  min-width: 320px;
  background-color: #fff; }

#cboxClose {
  right: 15px;
  top: 14px;
  background: url(/res/images/sprite_main.png) -90px -30px no-repeat; }
  #cboxClose:hover {
    background-position: -90px -30px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #cboxClose {
      background: url(/res/images/sprite_main_2.png) -90px -30px no-repeat;
      background-size: 200px; } }

#cboxOverlay {
  background-color: #000; }

#colorbox.b-modal_search #cboxClose {
  top: 17px;
  right: 20px;
  left: auto; }

#colorbox.b-modal_header {
  z-index: 10; }
  #colorbox.b-modal_header #cboxContent,
  #colorbox.b-modal_header #cboxLoadedContent {
    margin-top: 0;
    overflow: hidden !important;
    background-color: transparent; }
  #colorbox.b-modal_header #cboxClose {
    z-index: 1; }

/*
 * Media Queries
 *
 */
@media screen and (max-width: 767px) {
  #colorbox {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important; }
    #colorbox #cboxWrapper,
    #colorbox #cboxContent,
    #colorbox #cboxLoadedContent {
      width: 100% !important;
      height: 100% !important;
      margin: 0;
      position: absolute !important;
      background-color: #fff; } }

@media screen and (min-width: 768px) {
  #colorbox.b-modal_search {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important; }
    #colorbox.b-modal_search #cboxWrapper,
    #colorbox.b-modal_search #cboxContent,
    #colorbox.b-modal_search #cboxLoadedContent {
      width: 100% !important;
      margin: 0; }
  #colorbox.b-modal_right {
    position: absolute !important;
    top: 45px !important;
    left: auto !important;
    right: 0 !important; }
    #colorbox.b-modal_right #cboxWrapper,
    #colorbox.b-modal_right #cboxContent,
    #colorbox.b-modal_right #cboxLoadedContent {
      width: 100% !important;
      height: 100% !important;
      margin: 0;
      background-color: #fff; }
  #colorbox.b-modal_attention {
    width: 630px !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important; }
    #colorbox.b-modal_attention #cboxWrapper,
    #colorbox.b-modal_attention #cboxContent,
    #colorbox.b-modal_attention #cboxLoadedContent {
      width: 630px !important;
      height: 700px !important;
      margin: 0;
      background-color: #fff; }
  #colorbox.b-modal_header {
    z-index: auto; } }

@media screen and (min-width: 1260px) {
  #colorbox.b-modal_search #cboxClose {
    left: 1220px; } }

@media screen and (min-width: 1760px) {
  #colorbox.b-modal_search #cboxClose {
    left: 1690px; } }

/*
 * Кастомизируем скролл
 *
 */
.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #e1e3e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #9ea9b0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: none; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #c0cbd2; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #c0cbd2; }

/*
 * Кастомизируем фотогалерею в статье
 *
 */
.fotorama__caption a {
  color: #9a9a9a;
  border-bottom: 0; }
  .fotorama__caption a:hover {
    color: #bcbcbc; }

.fotorama__thumb-border {
  border-color: #f36821; }

.fotorama__video-play {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: none;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .fotorama__video-play:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 17px;
    top: 15px;
    border-width: 5px 10px 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #f36821; }

.fotorama__thumb .fotorama__video-play {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px; }
  .fotorama__thumb .fotorama__video-play:after {
    content: '';
    left: 8px;
    top: 7px;
    border-width: 3px 6px 3px 6px; }

.fotorama__caption__wrap {
  font-size: 13px;
  font-family: "NotoSans", Arial, sans-serif;
  padding: 5px 10px;
  letter-spacing: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }

.fotorama__arr {
  width: 33px;
  height: 33px;
  background: url(/res/images/arrow.png) #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1; }

.fotorama__arr--next {
  right: 10px;
  background-position: -33px 0; }
  .fotorama__arr--next:hover {
    background-position: -33px -33px; }

.fotorama__arr--prev {
  left: 10px;
  background-position: 0 0; }
  .fotorama__arr--prev:hover {
    background-position: 0 -33px; }

.fotorama__fullscreen-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 10px;
  z-index: 2;
  background: url(/res/images/sprite_main.png) -100px -100px no-repeat;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }

.fotorama:hover .fotorama__fullscreen-icon {
  top: 10px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -100px -100px; }

.fotorama__wrap .fotorama__pointer {
  background-color: #000; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fotorama__arr {
    background-size: 66px; }
  .fotorama__arr--next {
    background-position: -33px -33px; }
    .fotorama__arr--next:hover {
      background-position: -33px -66px; }
  .fotorama__arr--prev {
    background-position: 0 -33px; }
    .fotorama__arr--prev:hover {
      background-position: 0 -66px; }
  .fotorama__fullscreen-icon {
    background: url(/res/images/sprite_main_2.png) -100px -100px no-repeat;
    background-size: 200px; } }

@media screen and (min-width: 768px) {
  .fotorama__video-play {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px; }
    .fotorama__video-play:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: 25px;
      top: 22px;
      border-width: 7px 15px;
      border-style: solid;
      border-color: transparent transparent transparent #f36821; } }

/*# sourceMappingURL=maps/global.css.map */
