/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* begin: PT Sans Narrow */
@font-face {
  font-family: "PT Sans Narrow";
  src: url("../../fonts/PTSans-Narrow.eot");
  src: url("../../fonts/PTSans-Narrow.eot?#iefix") format("embedded-opentype"), url("../../fonts/PTSans-Narrow.woff2") format("woff2"), url("../../fonts/PTSans-Narrow.woff") format("woff"), url("../../fonts/PTSans-Narrow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans Narrow";
  src: url("../../fonts/PTSans-NarrowBold.eot");
  src: url("../../fonts/PTSans-NarrowBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/PTSans-NarrowBold.woff2") format("woff2"), url("../../fonts/PTSans-NarrowBold.woff") format("woff"), url("../../fonts/PTSans-NarrowBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* end: PT Sans Narrow */
/* begin: Fira Mono */
@font-face {
  font-family: "Fira Mono";
  src: url("../../fonts/FiraMono-Regular.eot");
  src: url("../../fonts/FiraMono-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/FiraMono-Regular.woff2") format("woff2"), url("../../fonts/FiraMono-Regular.woff") format("woff"), url("../../fonts/FiraMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Mono";
  src: url("../../fonts/FiraMono-Medium.eot");
  src: url("../../fonts/FiraMono-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/FiraMono-Medium.woff2") format("woff2"), url("../../fonts/FiraMono-Medium.woff") format("woff"), url("../../fonts/FiraMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Mono";
  src: url("../../fonts/FiraMono-Bold.eot");
  src: url("../../fonts/FiraMono-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/FiraMono-Bold.woff2") format("woff2"), url("../../fonts/FiraMono-Bold.woff") format("woff"), url("../../fonts/FiraMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* end: Fira Mono */
body .fotorama__arr,
body .fotorama__fullscreen-icon,
body .fotorama__video-close,
body .fotorama__video-play {
  background-image: url("/assets/images/v2/fotorama.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body .fotorama__arr,
  body .fotorama__fullscreen-icon,
  body .fotorama__video-close,
  body .fotorama__video-play {
    background-image: url("/assets/images/v2/fotorama@2x.png");
  }
}

* {
  box-sizing: border-box;
}

:root {
  min-width: 345px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color: #333;
  background: #F4F4F4;
  margin: 0;
}
@media (max-width: 769px) {
  body {
    background: #E6E6E6;
  }
}

.mw {
  max-width: 1200px;
  min-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  .mw {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 769px) {
  .mw {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.container {
  max-width: 1200px;
  min-width: 315px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1250px) {
  .container {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 769px) {
  .container {
    margin-left: 15px;
    margin-right: 15px;
    gap: 15px;
  }
}
.container .content {
  width: 80%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 769px) {
  .container .content {
    width: 100%;
  }
}
.container .sidebar {
  width: 20%;
}
.container.container--no-sidebar .content {
  width: 100%;
}

.top-page-ad-block {
  background: #333;
  padding: 20px 0;
}
@media (max-width: 769px) {
  .top-page-ad-block {
    padding: 0;
  }
}

.page-header {
  background: radial-gradient(131.52% 55% at 50% 88.05%, #EA3F1B 0%, #800F00 100%);
}
@media (max-width: 769px) {
  .page-header {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.page-header__level-1 {
  padding: 24px 0;
  display: grid;
  grid-template-columns: [logo] 160px [menu] auto [section-buttons] 28px [social] 20%;
  gap: 20px;
}
@media (max-width: 769px) {
  .page-header__level-1 {
    grid-template-columns: 64px auto;
    padding: 15px 0;
    gap: 15px;
  }
}
.page-header--switch-left .page-header__level-2 {
  padding-bottom: 110px;
  transition: padding-bottom 0.2s;
}
@media (max-width: 769px) {
  .page-header--switch-left .page-header__level-2 {
    padding-bottom: 114px;
  }
}
.page-header--switch-right .page-header__level-2 {
  padding-bottom: 24px;
  transition: padding-bottom 0.2s;
}
@media (max-width: 769px) {
  .page-header--switch-right .page-header__level-2 {
    padding-bottom: 15px;
  }
}
.page-header__logo {
  background-image: url("../../images/logo.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 77px;
  height: 108px;
  display: block;
  text-decoration: none;
  grid-column-start: 1;
  grid-row: 1/span 2;
}
@media (max-width: 769px) {
  .page-header__logo {
    width: 64px;
    height: 90px;
  }
}
.page-header__menu {
  grid-column-start: menu;
  grid-row-start: 1;
}
@media (max-width: 769px) {
  .page-header__menu {
    grid-column: 1/span 2;
    grid-row-start: 3;
    display: none;
  }
}
@media (max-width: 769px) {
  .page-header--menu-opened .page-header__menu {
    display: block;
  }
}
.page-header__section-buttons {
  display: flex;
  gap: 20px;
  grid-column-start: section-buttons;
  grid-row-start: 1;
}
@media (max-width: 769px) {
  .page-header__section-buttons {
    grid-column-start: 2;
    grid-row-start: 1;
    justify-self: end;
  }
}
.page-header__open-search-form-button, .page-header__open-menu-button, .page-header__close-button {
  width: 25px;
  height: 25px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.page-header__open-search-form-button {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2225%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.703%2010.53C21.703%204.714%2017.046%200%2011.302%200%205.557%200%20.9%204.714.9%2010.53c0%205.815%204.657%2010.53%2010.402%2010.53%202.198%200%204.237-.691%205.917-1.87l5.13%205.193c.813.823%202.13.823%202.942%200a2.124%202.124%200%200%200%200-2.978l-5.148-5.212-.045-.042a10.575%2010.575%200%200%200%201.605-5.621Zm-16.642%200c0-3.49%202.794-6.318%206.24-6.318%203.447%200%206.241%202.828%206.241%206.318%200%203.489-2.794%206.317-6.24%206.317-3.447%200-6.241-2.828-6.241-6.317Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.page-header--search-form-opened .page-header__open-search-form-button {
  display: none;
}
@media (max-width: 769px) {
  .page-header--menu-opened .page-header__open-search-form-button {
    display: none;
  }
}
.page-header__open-menu-button {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%203a2%202%200%200%201%202-2h21a2%202%200%201%201%200%204H2a2%202%200%200%201-2-2Zm0%209a2%202%200%200%201%202-2h21a2%202%200%201%201%200%204H2a2%202%200%200%201-2-2Zm2%207a2%202%200%201%200%200%204h21a2%202%200%201%200%200-4H2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  display: none;
}
@media (max-width: 769px) {
  .page-header__open-menu-button {
    display: block;
  }
}
.page-header--search-form-opened .page-header__open-menu-button, .page-header--menu-opened .page-header__open-menu-button {
  display: none;
}
.page-header__close-button {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.414%203.586a2%202%200%201%200-2.828%202.828l6.01%206.01-6.01%206.011a2%202%200%200%200%202.828%202.829l6.01-6.01%206.011%206.01a2%202%200%200%200%202.829-2.829l-6.01-6.01%206.01-6.01a2%202%200%201%200-2.829-2.83l-6.01%206.011-6.01-6.01Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  display: none;
}
.page-header--search-form-opened .page-header__close-button {
  display: block;
}
@media (max-width: 769px) {
  .page-header--menu-opened .page-header__close-button {
    display: block;
  }
}
.page-header__currenclies {
  color: #FFF;
  font-family: "Fira Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  grid-column-start: social;
  grid-row-start: 2;
}
@media (max-width: 769px) {
  .page-header__currenclies {
    display: none;
    grid-column-start: unset;
    grid-row-start: unset;
  }
}
.page-header__currenclies b {
  font-weight: 700;
}
.page-header__currenclies b::after {
  content: "  ";
}
.page-header__social-buttons {
  display: flex;
  gap: 10px;
  grid-column-start: social;
  grid-row-start: 1;
  justify-content: flex-end;
}
@media (max-width: 769px) {
  .page-header__social-buttons {
    grid-column-start: 2;
    grid-row-start: 2;
    align-self: end;
    justify-self: end;
  }
}
.page-header__social-button {
  width: 25px;
  height: 25px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-header__social-button--telegram {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2226%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%20.033a4%204%200%200%200-4%204v17a4%204%200%200%200%204%204h17a4%204%200%200%200%204-4v-17a4%204%200%200%200-4-4H4Zm14.169%2018.59c.29-.886%201.655-9.714%201.822-11.454.05-.53-.116-.88-.446-1.035-.396-.19-.984-.097-1.667.148-.882.315-11.478%204.78-13.353%205.57l-.251.105C3.621%2012.235%203%2012.534%203%2012.973c0%20.307.181.48.69.66.526.184%201.85.584%202.635.8.755.205%201.615.025%202.094-.27.512-.317%206.4-4.227%206.82-4.57.425-.342.763.098.414.44-.135.135-.843.82-1.684%201.633a544.831%20544.831%200%200%200-3.234%203.142c-.646.655-.189%201.333.247%201.607.494.31%204.062%202.684%204.599%203.063.537.382%201.082.554%201.579.554.497%200%20.762-.652%201.009-1.408Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.page-header__social-button--youtube {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2226%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.8%2010.623v4.419c0%20.327.354.53.637.367l3.825-2.209a.424.424%200%200%200%200-.735l-3.825-2.209a.425.425%200%200%200-.637.367Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%20.033a4%204%200%200%200-4%204v17a4%204%200%200%200%204%204h17a4%204%200%200%200%204-4v-17a4%204%200%200%200-4-4H4Zm15.14%206.354c.731.194%201.311.774%201.506%201.505.354%201.324.354%204.94.354%204.94s0%203.617-.354%204.941c-.195.73-.77%201.31-1.505%201.505-1.324.355-6.641.355-6.641.355s-5.317%200-6.64-.355a2.136%202.136%200%200%201-1.506-1.505C4%2016.45%204%2012.833%204%2012.833s0-3.617.354-4.941c.195-.73.775-1.31%201.505-1.505%201.324-.354%206.641-.354%206.641-.354s5.317%200%206.64.354Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.page-header__social-button--x {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2226%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.464%2018.67%209.238%206.396h-1.41l8.236%2012.276h1.4Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%20.033a4%204%200%200%200-4%204v17a4%204%200%200%200%204%204h17a4%204%200%200%200%204-4v-17a4%204%200%200%200-4-4H4ZM14.132%2011.29%2020%2020.032h-4.635l-3.808-5.673-4.788%205.673H5l5.775-6.838-5.473-8.161h4.635l3.42%205.099%204.306-5.1h1.769l-5.29%206.266-.01-.008Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.page-header__social-button--facebook {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%204.016a4%204%200%200%200-4-4H4a4%204%200%200%200-4%204v17a4%204%200%200%200%203.487%203.968h10.151v-10.23H10.23v-3.408h3.408V9.518c0-3.469%201.689-4.988%204.57-4.988%201.291%200%202.01.09%202.38.136l.072.009v3.263h-1.962c-1.222%200-1.652.647-1.652%201.955v1.453h3.584l-.485%203.408h-3.099v10.23h4.466A4%204%200%200%200%2025%2021.016v-17Z%22%2F%3E%3C%2Fsvg%3E");
}
.page-header__search-form {
  grid-column: menu/span 2;
  grid-row-start: 2;
  display: none;
}
@media (max-width: 769px) {
  .page-header__search-form {
    grid-column: 1/span 2;
    grid-row-start: 3;
  }
}
.page-header--search-form-opened .page-header__search-form {
  display: flex;
}
.page-header__top-news {
  grid-column: menu/span 2;
  grid-row-start: 2;
}
@media (max-width: 769px) {
  .page-header__top-news {
    grid-column: 1/span 2;
    grid-row-start: 4;
  }
}
.page-header--search-form-opened .page-header__top-news {
  display: none;
}
@media (max-width: 769px) {
  .page-header--menu-opened .page-header__top-news {
    display: none;
  }
}

.page-footer {
  background: #333333;
  padding: 24px 0;
  color: #CCC;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 48px;
}
@media (max-width: 769px) {
  .page-footer {
    margin-top: 15px;
  }
}
.page-footer .container {
  flex-direction: column;
}
@media (min-width: 770px) {
  .page-footer__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
  }
}
@media (min-width: 770px) {
  .page-footer__counter {
    flex: 0 0 88px;
    margin-right: 12px;
  }
}
@media (max-width: 769px) {
  .page-footer__counter {
    margin-bottom: 10px;
  }
}
@media (min-width: 770px) {
  .page-footer__text {
    flex: 1 1 auto;
  }
}
@media (max-width: 769px) {
  .page-footer__text div ~ div {
    margin-top: 5px;
  }
}
.page-footer a {
  text-decoration: underline;
  color: inherit;
}
.page-footer a:hover, 
.page-footer a:visited {
  color: inherit;
}

.ad-block__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.ad-block__item {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
}
.ad-block--before-article {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 769px) {
  .ad-block-2 {
    display: none;
  }
}
.ad-block-2__wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ad-block-2__item {
  flex: 0 1 300px;
  overflow: hidden;
}
.ad-block-2__item img {
  max-width: 100%;
}

.listing-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #FFF;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 769px) {
  .listing-switch {
    font-size: 18px;
    line-height: normal;
    margin-top: 42px;
  }
}

.lever {
  padding: 3px 20px 3px 3px;
  border: 2px solid #fff;
  border-radius: 22px;
  transition: padding 0.15s linear;
}
.lever--right {
  padding: 3px 3px 3px 20px;
  transition: padding 0.15s linear;
}
.lever::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 9px;
  background: #fff;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: stretch;
  overflow: hidden;
}
@media (max-width: 769px) {
  .news-list {
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.news-list--home-page {
  margin-top: -86px;
}
@media (max-width: 769px) {
  .news-list--home-page {
    margin-top: -100px;
  }
}
.news-list__item--wide {
  flex: 0 6 100%;
}
@media (max-width: 769px) {
  .news-list__item--wide {
    flex: 1 1 100%;
  }
}
.news-list__item--medium {
  flex: 0 3 calc(50% - 10px);
}
@media (max-width: 769px) {
  .news-list__item--medium {
    flex: 1 1 100%;
  }
}
.news-list__item--narrow {
  flex: 0 2 calc(33.3333333333% - 14px);
}
@media (max-width: 769px) {
  .news-list__item--narrow {
    flex: 1 1 100%;
  }
}
.news-list__item--extra-narrow {
  flex: 0 1 calc(25% - 15px);
}
@media (max-width: 769px) {
  .news-list__item--extra-narrow {
    flex: 1 1 100%;
  }
}

.news-item {
  border-bottom: 3px solid #9C1300;
  background: #FFF;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}
.news-item--primary {
  border-bottom-width: 5px;
}
@media (min-width: 770px) {
  .news-item--horizontal {
    flex-direction: row;
  }
}
.news-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background-color: #f4f4f4;
}
.news-item__image img {
  flex: 1 1 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 770px) {
  .news-item--horizontal .news-item__image {
    flex: 0 0 460px;
    max-height: 300px;
  }
}
.news-item__text {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 16px 12px;
  flex: 1 1 auto;
}
@media (max-width: 769px) {
  .news-item__text {
    padding: 10px 10px 12px;
  }
}
@media (min-width: 770px) {
  .news-item--horizontal .news-item__text {
    flex: 1 1 auto;
  }
}
.news-item__heading {
  margin-bottom: 10px;
}
.news-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}
.news-item--horizontal .news-item__title {
  font-size: 24px;
}
.news-item__tags {
  display: inline-block;
  background: #9C1300;
  padding: 4px 5px 2px;
  color: #FFF;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.news-item--primary .news-item__title {
  font-size: 24px;
}
.news-item__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 769px) {
  .news-item__desc {
    display: none;
  }
}
.news-item__pubinfo {
  margin-top: auto;
}

.news-item-pubinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-item-pubinfo__views::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23CCC%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7%20.179C2.883.179%200%205%200%205s2.1%204.821%207%204.821C11.941%209.821%2014%205%2014%205S11.159.179%207%20.179Zm0%207.889C5.394%208.068%204.118%206.709%204.118%205c0-1.71%201.276-3.068%202.882-3.068S9.882%203.291%209.882%205c0%201.71-1.276%203.068-2.882%203.068Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.video {
  background: #000;
}
@media (max-width: 769px) {
  .video {
    margin: 0 -15px;
  }
}
.video__player {
  padding-top: 56.25%;
  position: relative;
}
.video__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  z-index: 1;
}
.video__wrapper iframe {
  flex: 0 0 100%;
  aspect-ratio: 16/9;
}
.video__header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  margin-bottom: 10px;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

.page-header-menu {
  overflow: hidden;
}
.page-header-menu__wrapper {
  display: flex;
  gap: 24px;
  white-space: nowrap;
}
@media (max-width: 769px) {
  .page-header-menu__wrapper {
    flex-direction: column;
    white-space: unset;
  }
}
.page-header-menu__item {
  color: #FFF;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
@media (min-width: 770px) {
  .page-header-menu__item--hidden {
    display: none;
  }
}
@media (max-width: 769px) {
  .page-header-menu__item {
    text-align: right;
  }
}
.page-header-menu__etc {
  width: 25px;
  height: 25px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M64%20235c-35.39%200-64%2028.6-64%2064s28.61%2064%2064%2064%2064-28.62%2064-64-28.61-64-64-64zm192%200c-35.4%200-64%2028.6-64%2064s28.61%2064%2064%2064%2064-28.62%2064-64-28.6-64-64-64zm192%200c-35.39%200-64%2028.62-64%2064s28.61%2064%2064%2064%2064-28.62%2064-64-28.6-64-64-64z%22%2F%3E%3C%2Fsvg%3E");
  position: relative;
  display: none;
}
@media (min-width: 770px) {
  .page-header-menu__item--hidden ~ .page-header-menu__etc {
    display: block;
  }
}

.page-header-menu-rest {
  position: absolute;
  background: #800F00;
  box-shadow: 2px 4px 10px 2px rgba(83, 6, 6, 0.7);
  padding: 10px;
  border: 1px solid #871313;
}
.page-header-menu-rest__wrapper {
  display: flex;
  gap: 12px;
  white-space: nowrap;
  flex-direction: column;
  align-items: stretch;
}
.page-header-menu-rest__item {
  color: #FFF;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: right;
}
.page-header-menu-rest__item--hidden {
  display: none;
}

.search-form {
  gap: 24px;
  overflow: hidden;
}
@media (max-width: 769px) {
  .search-form {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.search-form__input, .search-form__submit-button {
  height: 48px;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0 20px;
  margin: 0;
}
.search-form__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.search-form__submit-button {
  flex: 0 0 auto;
  color: #800F00;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: none;
}

.top-news {
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: stretch;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 770px) {
  .top-news {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.top-news__image {
  flex: 0 0 100px;
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.top-news__image img {
  flex: 1 1 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  max-height: 60px;
}
@media (max-width: 769px) {
  .top-news__image {
    display: none;
  }
}
.top-news__text {
  flex: 1 1 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding: 8px;
}
.top-news__title {
  color: #FFFFFF;
  font-weight: 700;
}
@media (max-width: 769px) {
  .top-news__title {
    display: inline;
  }
  .top-news__title::after {
    content: ":";
  }
}
.top-news__desc {
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 4px;
}
@media (max-width: 769px) {
  .top-news__desc {
    display: inline;
    margin-top: 0;
  }
}

@media (min-width: 770px) {
  .article-grid {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) 216px;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 769px) {
  .article-grid {
    border-bottom: 3px solid #9C1300;
    background: #F4F4F4;
    margin: 0 0 15px 0;
    padding: 15px;
  }
}
@media (min-width: 770px) {
  .article-grid__center {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
@media (min-width: 770px) {
  .article-grid__left {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
@media (min-width: 770px) {
  .article-grid__right {
    grid-column-start: 3;
    grid-row-start: 1;
  }
}
@media (max-width: 769px) {
  .article-grid__right {
    display: none;
  }
}

.article {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 769px) {
  .article {
    font-family: "PT Sans Narrow", sans-serif;
    line-height: 24px;
    font-size: 18px;
  }
}
.article img {
  width: 100%;
}
.article p a, .article p a:visited {
  color: #333;
}
.article p a:hover {
  color: #9C1300;
}
.article__pubinfo {
  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 24px;
  display: flex;
}
@media (min-width: 770px) {
  .article__pubinfo {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 769px) {
  .article__pubinfo {
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: normal;
    margin: 10px 0;
  }
}
.article__author {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}
@media (max-width: 769px) {
  .article__author {
    font-size: 16px;
  }
}
.article__views::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23CCC%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7%20.179C2.883.179%200%205%200%205s2.1%204.821%207%204.821C11.941%209.821%2014%205%2014%205S11.159.179%207%20.179Zm0%207.889C5.394%208.068%204.118%206.709%204.118%205c0-1.71%201.276-3.068%202.882-3.068S9.882%203.291%209.882%205c0%201.71-1.276%203.068-2.882%203.068Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 4px;
}
@media (max-width: 769px) {
  .article .block-video {
    max-width: 100%;
  }
  .article .block-video iframe {
    max-width: 100%;
  }
  .article .wagon {
    margin-bottom: 0;
  }
}

.article-headline__name {
  display: inline;
  color: #9C1300;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 769px) {
  .article-headline__name {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    line-height: normal;
  }
}
.article-headline__tags {
  display: inline-block;
  background: #9C1300;
  padding: 8px 12px;
  color: #FFF;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .article-headline__tags {
    padding: 4px 6px;
    font-size: 14px;
  }
}

.share-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 769px) {
  .share-buttons {
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.share-buttons__title {
  flex: 0 1 auto;
  color: #333;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 769px) {
  .share-buttons__title {
    flex: 0 0 100%;
    margin-bottom: 5px;
    text-align: left;
  }
}
.share-buttons__button {
  flex: 0 1 100%;
}
@media (max-width: 769px) {
  .share-buttons__button {
    flex: 0 0 auto;
  }
}

.share-button {
  display: flex;
  padding: 6px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  text-decoration: none;
}
@media (min-width: 770px) {
  .share-button {
    align-self: stretch;
  }
}
@media (max-width: 769px) {
  .share-button {
    gap: 5px;
    padding: 4px 8px;
  }
}
.share-button--telegram {
  background: #2AABEE;
}
.share-button--whatsapp {
  background: #21BA5A;
}
.share-button--facebook {
  background: #0865FE;
}
.share-button--x {
  background: #000;
}
.share-button__icon {
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.share-button--telegram .share-button__icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.65%2010.563C8.092%207.755%2012.388%205.904%2014.538%205.01c6.137-2.553%207.412-2.996%208.244-3.01.182-.004.591.041.856.256.223.182.285.427.314.599.03.172.066.563.037.87-.332%203.494-1.771%2011.974-2.503%2015.888-.31%201.656-.92%202.212-1.51%202.266-1.284.118-2.259-.848-3.502-1.663-1.945-1.275-3.043-2.069-4.931-3.313-2.182-1.438-.768-2.228.476-3.52.325-.338%205.98-5.48%206.089-5.947.014-.059.026-.276-.103-.391-.13-.115-.32-.076-.457-.044-.196.044-3.303%202.098-9.322%206.16-.882.607-1.681.902-2.397.886-.789-.017-2.307-.446-3.435-.813-1.384-.45-2.484-.688-2.388-1.451.05-.399.598-.806%201.644-1.222Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.share-button--whatsapp .share-button__icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.086%204.92A9.892%209.892%200%200%200%2016.042%202c-5.49%200-9.957%204.467-9.958%209.957a9.937%209.937%200%200%200%201.329%204.979L6%2022.096l5.28-1.384a9.945%209.945%200%200%200%204.758%201.212h.004c5.488%200%209.956-4.468%209.958-9.958a9.897%209.897%200%200%200-2.914-7.045Zm-7.044%2015.322h-.003c-1.485%200-2.942-.4-4.213-1.154l-.302-.18-3.133.822.836-3.054-.197-.313a8.256%208.256%200%200%201-1.265-4.405c.002-4.563%203.715-8.276%208.28-8.276a8.22%208.22%200%200%201%205.852%202.427%208.226%208.226%200%200%201%202.422%205.856c-.002%204.564-3.715%208.276-8.277%208.276Zm4.54-6.199c-.249-.124-1.472-.726-1.7-.81-.229-.082-.394-.124-.56.125-.166.25-.643.81-.788.976-.145.166-.29.187-.539.062-.249-.125-1.05-.387-2.001-1.235-.74-.66-1.24-1.474-1.384-1.723-.145-.25-.016-.384.109-.508.111-.112.248-.29.373-.436.125-.145.166-.25.249-.415.083-.166.041-.311-.02-.436-.063-.125-.56-1.35-.768-1.847-.202-.485-.407-.42-.56-.428a10.06%2010.06%200%200%200-.477-.008.913.913%200%200%200-.663.311c-.229.25-.871.851-.871%202.076%200%201.224.891%202.408%201.016%202.574.124.166%201.754%202.68%204.25%203.757.594.257%201.057.41%201.419.524.596.19%201.138.163%201.567.1.478-.072%201.472-.603%201.68-1.184.207-.581.207-1.08.144-1.183-.062-.104-.228-.166-.477-.29v-.002Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.share-button--facebook .share-button__icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22%2012.037C22%206.493%2017.523%202%2012%202S2%206.493%202%2012.037a10.04%2010.04%200%200%200%207.586%209.743v-6.677H7.523v-3.066h2.063v-1.321c0-3.415%201.539-5%204.883-5%20.633%200%201.726.126%202.176.252v2.776c-.235-.024-.645-.04-1.157-.04-1.64%200-2.273.624-2.273%202.243v1.09h3.265l-.562%203.066h-2.707V22C18.164%2021.4%2022%2017.17%2022%2012.037Z%22%2F%3E%3C%2Fsvg%3E");
}
.share-button--x .share-button__icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.423%202h3.394l-7.413%208.471L23.125%2022h-6.827l-5.35-6.99L4.831%2022h-3.4l7.929-9.063L1%202h7l4.832%206.39L18.423%202Zm-1.192%2017.971h1.88L6.976%203.923h-2.02l12.275%2016.048Z%22%2F%3E%3C%2Fsvg%3E");
}
.share-button__text {
  color: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 769px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 770px) {
  .desktop-hidden {
    display: none !important;
  }
}

.block-subscribe {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 770px) {
  .block-subscribe__item {
    max-width: 640px;
  }
}
.block-subscribe__item ~ .block-subscribe__item {
  margin-top: 5px;
}

.subscribe-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.subscribe-item__icon {
  position: absolute;
  top: -32px;
  left: -50px;
  width: 102px;
  height: 102px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 2;
}
.subscribe-item__icon--telegram {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22102.297%22%20height%3D%22102%22%20fill%3D%22none%22%3E%3Cellipse%20cx%3D%2251.148%22%20cy%3D%2251%22%20fill%3D%22%232aabee%22%20rx%3D%2251.148%22%20ry%3D%2251%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M57.568%2050.965c8.445-3.674%2014.076-6.097%2016.893-7.268%208.045-3.342%209.716-3.923%2010.806-3.942.24-.004.775.055%201.122.337.293.237.374.558.413.783.038.225.086.739.048%201.14-.436%204.575-2.322%2015.677-3.282%2020.802-.406%202.168-1.205%202.895-1.98%202.966-1.682.155-2.959-1.11-4.588-2.177-2.55-1.67-3.99-2.709-6.465-4.338-2.86-1.882-1.006-2.917.624-4.608.427-.442%207.838-7.176%207.982-7.787.018-.076.035-.361-.135-.512-.17-.15-.42-.098-.6-.058-.255.058-4.328%202.747-12.218%208.067-1.156.793-2.203%201.18-3.142%201.16-1.034-.023-3.023-.585-4.502-1.065-1.815-.59-3.256-.9-3.13-1.9.065-.522.783-1.055%202.154-1.6z%22%2F%3E%3C%2Fsvg%3E");
}
.subscribe-item__icon--youtube {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22102%22%20height%3D%22102%22%3E%3Ccircle%20cx%3D%2251%22%20cy%3D%2251%22%20r%3D%2251%22%20fill%3D%22%23ea3224%22%2F%3E%3Cpath%20fill%3D%22%23fffffe%22%20fill-rule%3D%22evenodd%22%20d%3D%22m66.597%2064.234%2021.44-12.243-21.44-12.245z%22%2F%3E%3C%2Fsvg%3E");
}
.subscribe-item__icon--whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20id%3D%22Layer_1%22%20width%3D%22102%22%20height%3D%22102%22%20version%3D%221.1%22%3E%3Cstyle%20id%3D%22style1%22%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%7D%3C%2Fstyle%3E%3Ccircle%20id%3D%22path3%22%20cx%3D%2251%22%20cy%3D%2251%22%20r%3D%2251%22%20style%3D%22fill%3A%2300c33a%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A37.7038%22%2F%3E%3Cg%20id%3D%22g2%22%20style%3D%22fill%3A%23fff%22%20transform%3D%22matrix(.5742%200%200%20.5742%2059.389%2035.974)%22%3E%3Cpath%20id%3D%22path1%22%20d%3D%22M46.38%2010.714C41.73%206.057%2035.544%203.492%2028.954%203.489c-13.579%200-24.63%2011.05-24.636%2024.633a24.589%2024.589%200%200%200%203.289%2012.316L4.112%2053.204l13.06-3.426a24.614%2024.614%200%200%200%2011.772%202.999h.01c13.577%200%2024.63-11.052%2024.635-24.635.002-6.582-2.558-12.772-7.209-17.428zM28.954%2048.616h-.009a20.445%2020.445%200%200%201-10.421-2.854l-.748-.444-7.75%202.033%202.07-7.555-.488-.775a20.427%2020.427%200%200%201-3.13-10.897c.004-11.29%209.19-20.474%2020.484-20.474a20.336%2020.336%200%200%201%2014.476%206.005%2020.352%2020.352%200%200%201%205.991%2014.485c-.004%2011.29-9.19%2020.476-20.475%2020.476z%22%20class%3D%22st0%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20id%3D%22path2%22%20d%3D%22M40.185%2033.281c-.615-.308-3.642-1.797-4.206-2.003-.564-.205-.975-.308-1.385.308-.41.617-1.59%202.003-1.949%202.414-.359.41-.718.462-1.334.154-.615-.308-2.599-.958-4.95-3.055-1.83-1.632-3.065-3.648-3.424-4.264-.36-.617-.038-.95.27-1.257.277-.276.615-.719.923-1.078.308-.36.41-.616.616-1.027.205-.41.102-.77-.052-1.078-.153-.308-1.384-3.338-1.897-4.57-.5-1.2-1.008-1.038-1.385-1.057-.359-.018-.77-.022-1.18-.022-.41%200-1.077.154-1.642.77-.564.616-2.154%202.106-2.154%205.135%200%203.03%202.206%205.957%202.513%206.368.308.41%204.341%206.628%2010.516%209.294a35.341%2035.341%200%200%200%203.509%201.297c1.474.469%202.816.402%203.877.244%201.183-.177%203.642-1.49%204.155-2.927.513-1.438.513-2.67.359-2.927-.154-.257-.564-.41-1.18-.719z%22%20class%3D%22st0%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.subscribe-item__text {
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px 10px 10px 62px;
  z-index: 1;
  position: relative;
  color: #333;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-title {
  color: #9C1300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 769px) {
  .section-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.section-title--no-margin-bottom {
  margin-bottom: 0;
}

.load-more {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .load-more {
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
.load-more__button {
  padding: 12px;
  background: #AE250C;
  color: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

.wagon {
  margin-bottom: 12px;
}
.wagon.sticky {
  position: sticky;
  top: 10px;
}
.wagon img {
  width: 100%;
  height: auto;
}

.block-text {
  max-width: 640px;
}

.image-comment.text-muted {
  font-size: 16px;
  color: #888;
  max-width: 640px;
  font-style: italic;
}

.wb-popap-bg {
  display: none !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.32;
  background: #000;
}

.wb-popap {
  display: none !important;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  position: absolute;
  width: 490px;
  top: 21px;
  left: 50%;
  margin-left: -480px;
  padding: 24px 0 29px 0;
  z-index: 1001;
  background: #fff url(/assets/images/icon-push.svg) 22px 20px no-repeat;
  border-radius: 5px;
}

.wb-popap .wb-popap-title {
  padding: 0 42px 0 74px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.wb-popap .wb-popap-desc {
  font-family: Arial, sans-serif;
  padding: 13px 42px 0 74px;
  font-size: 16px;
  color: #333;
  line-height: 1.31;
}

.wb-popap .wb-popap-desc p {
  margin-bottom: 12px;
}

.wb-popap .wb-popap-button {
  font-family: Arial, sans-serif;
  margin-left: 74px;
  width: 180px;
  height: 50px;
  border-radius: 5px;
  background-color: #329800;
  box-shadow: 0 4px 0 0 #2a7f00;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.wb-popap .wb-popap-button:after {
  content: "";
  display: inline-block;
  height: 55px;
  vertical-align: middle;
}

@media (max-width: 980px) {
  .wb-popap {
    left: 0;
    margin-left: 0;
  }
}
.webpush_subscribe {
  margin: 8px 15px 0 15px;
  height: 29px;
  border-radius: 4px;
  background-color: #529531;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: none;
}
.webpush_subscribe span {
  padding-left: 20px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22m18.52%204.253-.488%201.11c-.088.201.013.424.226.515%203.253%201.4%205.421%204.398%205.596%207.734.011.217.197.39.43.388l1.287-.007c.24-.002.438-.188.429-.413-.188-4.125-2.876-7.839-6.909-9.547a.444.444%200%200%200-.57.22ZM20.488.257l-.458%201.135a.41.41%200%200%200%20.214.528c4.545%202.06%207.568%206.621%207.744%2011.682.007.222.183.4.402.398l1.207-.007a.408.408%200%200%200%20.403-.42c-.187-5.87-3.697-11.165-8.977-13.54a.404.404%200%200%200-.535.224Zm3.216%2022.42-2.153-2.27v-4.208c0-4.195-2.416-7.802-6.036-9.26C15.151%205.26%2013.714%204%2012%204%2010.286%204%208.85%205.258%208.485%206.94c-3.62%201.457-6.036%205.062-6.036%209.259v4.208l-2.152%202.27a1.094%201.094%200%200%200-.297.751v3.206c0%20.576.455%201.044%201.015%201.044h6.77C7.79%2029.98%209.757%2032%2012%2032s4.21-2.02%204.215-4.322h6.77c.56%200%201.015-.468%201.015-1.044v-3.206c0-.28-.105-.55-.296-.752ZM12%2030c-1.097%200-1.994-1.037-2.001-2h4c-.003.96-.902%202-1.999%202ZM22%2026H2v-1.798l2.456-2.65v-5.184c0-3.897%202.456-7.1%205.965-7.881v-.76c0-.922.702-1.727%201.578-1.727.878%200%201.579.807%201.579%201.728v.759c3.508.78%205.964%203.984%205.964%207.881v5.184l2.456%202.65V26H22Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: contain;
}
.webpush_subscribe::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 29px;
}

.page-header .webpush_subscribe {
  display: none;
  grid-column: 1/span 2;
  grid-row-start: 3;
  margin: 0;
  height: 37px;
  border-radius: 4px;
  background-color: #10803A;
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}
@media (max-width: 769px) {
  .page-header .webpush_subscribe {
    display: none;
  }
}
.page-header .webpush_subscribe span {
  padding-left: 25px;
  background: url("/assets/images/icon-bell.png") 0 0 no-repeat;
  background-size: contain;
}
.page-header .webpush_subscribe::after {
  display: none;
}
.page-header.page-header--search-form-opened .webpush_subscribe {
  grid-row-start: 4;
}

.ad-block__wrapper {
  max-width: 100%;
  margin: 0 auto;
  flex: 0 0 100%;
}

.mr-auto {
  margin: auto;
}

.homepage .container .content {
  margin-top: -86px;
}
.homepage .container .sidebar {
  margin-top: -86px;
}
.homepage .page-header {
  padding-bottom: 86px;
}
.homepage .main-news-container {
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 769px) {
  .homepage .main-news-container {
    margin-top: 0;
  }
}

.sidebar {
  width: 216px;
  background-color: #FFFFFF;
  padding: 12px 12px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 769px) {
  .sidebar {
    display: none;
  }
}
.sidebar .item .title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #333333;
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
}
.sidebar .item .news-item__tags {
  font-size: 10px;
}
.sidebar .item .time-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-weight: 400;
  line-height: 15.51px;
  text-align: left;
  color: #999999;
  margin-top: 0;
  margin-bottom: 4px;
  display: block;
}

.top-news-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 769px) {
  .top-news-widget {
    gap: 0;
  }
  .top-news-widget .news-item__image {
    aspect-ratio: 3 / 2;
  }
}
.top-news-widget .buttons {
  display: none;
}
@media (max-width: 769px) {
  .top-news-widget .buttons {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .top-news-widget .buttons .top-news-widget-button {
    width: 100%;
    height: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 700;
    line-height: 19.54px;
    border: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
  }
  .top-news-widget .buttons .top-news-widget-button.active {
    background-color: rgba(255, 255, 255, 0.8980392157);
    color: #9C1300;
  }
  .top-news-widget .news-item {
    margin-bottom: 20px;
    display: none;
  }
  .top-news-widget .news-item.active {
    display: flex;
    margin-bottom: 0;
  }
  .top-news-widget .ad-block__wrapper {
    order: 2;
  }
}

.most-viewed-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: start;
  gap: 20px;
}
.most-viewed-widget .title-block {
  width: 100%;
}
.most-viewed-widget .title-block h2 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  color: #9C1300;
  margin: 0;
}
@media (max-width: 769px) {
  .most-viewed-widget {
    gap: 0;
    margin-top: 15px;
  }
  .most-viewed-widget .news-item {
    border-bottom-width: 1px;
  }
  .most-viewed-widget .news-item__image {
    display: none;
  }
  .most-viewed-widget .news-item__title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.88px;
    text-align: left;
  }
  .most-viewed-widget .news-item-pubinfo {
    font-family: "Helvetica Neue", sans-serif;
  }
  .most-viewed-widget .title-block {
    background-color: #9C1300;
  }
  .most-viewed-widget .title-block h2 {
    font-family: "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 10px;
  }
}

.related-news-widget {
  margin-bottom: 20px;
}

@media (min-width: 770px) {
  .related-news-widget {
    margin: 20px 0;
    background-color: #E6E6E6;
    padding: 20px;
  }
  .related-news-widget .news-item__title {
    font-size: 18px;
  }
  .related-news-widget .news-item__tags, .related-news-widget .news-item-pubinfo {
    font-size: 12px;
  }
  .related-news-widget .news-item__text {
    padding: 12px;
  }
  .related-news-widget .news-list__item--narrow {
    flex: 1 1 calc(33.3333333333% - 14px);
  }
}

.news-feed {
  width: 100%;
  display: none;
  gap: 10px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .news-feed {
    display: flex;
  }
}
.news-feed .title {
  font-family: PT Sans Narrow, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 5px;
}
.news-feed .items-group .title {
  font-family: "PT Sans Narrow", sans-serif;
  color: #999999;
  text-transform: uppercase;
}
.news-feed .items-group .item {
  display: flex;
  align-items: baseline;
  justify-content: start;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  text-decoration: none;
}
.news-feed .items-group .item .date-block {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.news-feed .items-group .item .title-block {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #CCCCCC;
}
.news-feed .items-group .item .title-block .news-item__tags {
  font-size: 10px;
}

.static-page .view-static-page {
  margin-top: 20px;
}
.static-page .view-static-page .view-header {
  color: #9c1300;
  font-size: 50px;
  font-weight: bold;
  margin: 0px 0 15px 0;
  text-transform: none;
  letter-spacing: normal;
}
.static-page .view-static-page .article-header img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.static-page .article-content {
  max-width: 640px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
