/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* 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 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 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.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  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;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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;
}

/**
 * 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 */
}

/* 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 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";

@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .is-hidden-touch {
    display: none !important;
  }
}

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

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 767px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 768px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1199px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-style: normal;
  box-sizing: border-box;
}

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

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
  display: flex;
  padding: 0;
  overflow: auto;
  flex-direction: column;
  background-color: #fff;
  font-family: -apple-system, Arial;
}

ul[class],
ol[class] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-_base .accented-color {
  color: #ec2227;
}

.theme-base .accented-color {
  color: #CCCCCC;
}

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

img {
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

yatag,
iframe {
  max-width: 100%;
}

main {
  width: 100%;
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-direction: column;
}

.visuallyHidden {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .inner {
    max-width: 1272px;
  }
}

.load-more {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  color: #000;
  padding: 12px 24px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border: 2px solid;
  border-radius: 4px;
}

.embeded-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.embeded-video iframe,
.embeded-video embed,
.embeded-video object,
.embeded-video .embeded-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embeded-video video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.burger {
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 24px;
  border-radius: 0.25em;
  background-color: black;
  height: 2px;
  position: absolute;
  transform: rotate(0);
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines:after {
  left: 0;
  top: -8px;
}

.burger .burger-lines:before {
  top: 8px;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  transition: 0.2s top, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
}

.burger.open .burger-lines,
.burger.open .burger-lines:after,
.burger.open .burger-lines:before {
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
}

.burger.open .burger-lines {
  background-color: transparent;
}

.burger.open .burger-lines:before,
.burger.open .burger-lines:after {
  left: 0;
  top: 0;
}

.burger.open .burger-lines:before {
  transform: rotate(-45deg);
}

.burger.open .burger-lines:after {
  transform: rotate(45deg);
}

.slider__wrapper {
  position: relative;
}

.slider {
  display: flex;
  flex-wrap: wrap;
}

.slider__one {
  width: 100%;
}

.tns-liveregion {
  display: none;
}

.tns-outer {
  display: flex;
  flex-direction: column;
}

.tns-ovh {
  overflow: hidden;
}

.tns-nav {
  order: 1000;
  text-align: center;
}

.tns-nav button {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border: none;
  background: #000;
  opacity: 0.3;
  display: inline-block;
  margin: 18px 7px;
  padding: 0;
  border-radius: 8px;
}

@media screen and (min-width: 1366px) {
  .tns-nav button {
    width: 16px;
    height: 16px;
    margin: 28px 10px;
  }
}

.tns-nav .tns-nav-active {
  opacity: 1;
}

.theme-_base .tns-nav .tns-nav-active {
  background: #ec2227;
}

.theme-base .tns-nav .tns-nav-active {
  background: #CCCCCC;
}

.modal__wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}

.modal__wrapper.modal__opened {
  display: flex;
}

.modal__overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.modal {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 5s ease-in-out;
  z-index: 10000;
}

.modal__heading {
  position: relative;
  min-width: 320px;
}

.modal__name {
  margin-top: 0;
}

.modal__close {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0;
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

.modal__form {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  justify-content: space-between;
}

.modal__field {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.modal__field label {
  margin-bottom: 5px;
}

.modal__field--half {
  width: 49%;
}

.modal__field--rules label {
  display: flex;
}

.modal__field--rules input {
  align-self: center;
  margin-left: 10px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb {
  display: inline-flex;
}

.breadcrumb:not(:last-child)::after {
  content: "/";
  display: inline-flex;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.share {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .share {
    margin-left: -8px;
  }
}

.share.open {
  height: auto;
}

.share span {
  display: inline-flex;
  height: 42px;
  align-items: center;
  padding: 16px;
  margin-right: 8px;
}

.share__button {
  display: inline-flex;
  padding: 8px;
  margin: 0 8px;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  background: none;
}

.share__button:hover,
.share__button:focus {
  background: #FAFAFA;
  outline: none;
}

.theme-_base .share__button:hover svg,
.theme-_base .share__button:focus svg {
  fill: #ec2227;
  color: #ec2227;
}

.theme-base .share__button:hover svg,
.theme-base .share__button:focus svg {
  fill: #CCCCCC;
  color: #CCCCCC;
}

@media screen and (min-width: 768px) {
  .share__expand {
    display: none;
  }
}

.main-menu__navbar-wrapper {
  height: 56px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 200;
  /*
    @include from($desktop) {
    }

    @include from($wide) {
    }
   */
}

.main-menu__navbar-wrapper--fixed {
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main-menu__navbar-wrapper {
    height: 72px;
  }
}

.main-menu__navbar {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .main-menu__navbar {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .main-menu__navbar {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .main-menu__navbar {
    max-width: 1272px;
  }
}

@media screen and (max-width: 1199px) {
  .main-menu__navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-menu__logo {
  justify-self: center;
  display: flex;
  padding: 5px;
}

@media screen and (max-width: 1199px) {
  .main-menu__logo {
    max-width: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .main-menu__logo {
    #padding: 0;
  }
}

.main-menu__buttons {
  display: flex;
}

@media screen and (min-width: 768px) {
  .main-menu__buttons {
    border-right: 1px solid #F3F3F3;
  }
}

.main-menu__button {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 72px;
  height: 100%;
  border-left: 1px solid #F3F3F3;
  flex: 1 0 72px;
}

.main-menu__region {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  background-position: 50%;
  background-size: cover;
  font-family: "Rubik", sans-serif;
  width: 100%;
  height: 72px;
}

.theme-_base .main-menu__region {
  background-color: #9b0d11;
}

.theme-base .main-menu__region {
  background-color: #999999;
}

.theme-_base .main-menu__region {
  border-left: 4px solid #ec2227;
}

.theme-base .main-menu__region {
  border-left: 4px solid #CCCCCC;
}

@media screen and (min-width: 768px) {
  .main-menu__region {
    height: 100%;
    max-width: 230px;
    padding: 15px 25px;
  }
}

.main-menu__hot {
  align-self: center;
  font-family: "Rubik", sans-serif;
  height: 100%;
  order: 2;
  width: 40%;
  padding: 2px;
}

.main-menu__links {
  display: flex;
  align-self: center;
  flex-direction: column;
  font-family: "Rubik", sans-serif;
  height: 100%;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .main-menu__links {
    flex-direction: row;
  }
}

.theme-_base .main-menu__link[data-active=true],
.theme-_base .main-menu__link:hover {
  color: #ec2227;
}

.theme-base .main-menu__link[data-active=true],
.theme-base .main-menu__link:hover {
  color: #CCCCCC;
}

@media screen and (min-width: 768px) {
  .main-menu__links .main-menu__link + .main-menu__link {
    margin-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-menu__links .main-menu__link {
    padding: 12px 32px;
  }

  .main-menu__links .main-menu__link[data-active=true],
  .main-menu__links .main-menu__link:hover {
    background: #FAFAFA;
  }
}

@media screen and (min-width: 768px) {
  .main-menu__links .main-menu__link {
    display: inline-flex;
    align-items: center;
  }

  .main-menu__links .main-menu__link[data-active=true] {
    font-weight: 500;
  }

  .main-menu__links .main-menu__link[data-active=true],
  .main-menu__links .main-menu__link:hover {
    border-bottom: 4px solid;
    margin-top: 4px;
  }
}

.mobile-menu {
  height: 100vh;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 100;
  padding: 72px 0;
  top: 0;
}

.footer {
  margin-top: auto;
  padding-bottom: 28px;
  border-top: 1px solid #F3F3F3;
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .footer {
    padding-bottom: 62px;
  }
}

@media screen and (min-width: 1366px) {
  .footer {
    padding-bottom: 68px;
  }
}

.footer__links {
  font-size: 16px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__links {
    flex-direction: row;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__links {
    padding-left: 56px;
    padding-right: 56px;
  }
}

.footer__links-menu,
.footer__links-more {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .footer__links-menu,
  .footer__links-more {
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .footer__links-menu,
  .footer__links-more {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .footer__links-menu + .footer__links-more {
    border-top: 1px solid #F3F3F3;
  }
}

@media screen and (min-width: 768px) {
  .footer__links-menu + .footer__links-more {
    margin-left: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .footer__links-menu + .footer__links-more {
    margin-left: 85px;
  }
}

@media screen and (min-width: 1366px) {
  .footer__links-menu + .footer__links-more {
    margin-left: 210px;
  }
}

.footer__age {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #C4C4C4;
  margin: 28px auto 60px;
}

@media screen and (min-width: 768px) {
  .footer__age {
    margin-right: 0;
  }
}

.footer__social {
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer__social .share {
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .footer__social span {
    display: none;
  }
}

.footer__meta {
  border-top: 1px solid #F3F3F3;
  background: #FAFAFA;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #616161;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .footer__meta {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer__meta span {
    display: block;
  }
}

.picture {
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: baseline;
}

.picture img {
  width: 100%;
}

.picture__info {
  display: inline-flex;
  flex-direction: column;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Rubik", sans-serif;
  color: #3C3C3C;
}

.picture__author {
  margin-top: 5px;
  color: #999999;
}

.card__picture {
  display: block;
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .card__picture {
    display: flex;
  }
}

.card__picture img {
  display: block;
  width: 100%;
}

.card__title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  font-family: "Rubik", sans-serif;
  margin-top: 16px;
}

.card__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .card__date {
    margin-top: 16px;
  }
}

/*
.video-card .card__picture::after {
  content: url("/media/assets/play.svg");
  display: block;
  width: 28px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
*/
.article {
  position: relative;
  padding-top: 12px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .article {
    padding-top: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .article {
    max-width: 680px;
    margin-left: 0;
    padding: 0 10px;
    background: #fff;
  }
}

@media screen and (min-width: 1366px) {
  .article {
    margin-left: 76px;
  }
}

.article__container {
  background: url("/media/assets/article-back.svg") no-repeat 0 0;
}

.article__container + .article__container {
  border-top: 1px solid #EBEBEB;
}

.article__container + .article__container .article .delimiter {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 4px;
}

.theme-_base .article__container + .article__container .article .delimiter {
  background: #ec2227;
}

.theme-base .article__container + .article__container .article .delimiter {
  background: #CCCCCC;
}

@media screen and (min-width: 1200px) {
  .article__wrapper {
    display: flex;
  }
}

.article__sidebar {
  margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
  .article__sidebar {
    max-width: 240px;
    padding-top: 86px;
    margin-left: 64px;
  }
}

.article__bottom-block:not(:empty) {
  margin-top: 20px;
}

.article--page {
  max-width: 100%;
}

.article__meta {
  border-bottom: 1px solid #F3F3F3;
  font-size: 12px;
  line-height: 16px;
  color: #616161;
  font-family: "Rubik", sans-serif;
}

@media screen and (max-width: 767px) {
  .article__meta {
    padding: 0 8px;
  }
}

@media screen and (min-width: 768px) {
  .article__meta {
    display: flex;
    flex-wrap: wrap;
  }
}

.article__meta-theme {
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .article__meta-theme {
    padding-bottom: 0;
  }

  .article__meta-theme::after {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    margin-top: 12px;
  }

  .theme-_base .article__meta-theme::after {
    background: #ec2227;
  }

  .theme-base .article__meta-theme::after {
    background: #CCCCCC;
  }
}

@media screen and (min-width: 768px) {
  .article__meta-theme {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.article__meta-date {
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .article__meta-date {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.article__title {
  margin: 20px 0;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .article__title {
    padding: 0 8px;
  }
}

@media screen and (min-width: 768px) {
  .article__title {
    max-width: 625px;
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .article__title {
    max-width: 680px;
  }
}

.article__picture {
  width: 100%;
  margin-bottom: 14px;
}

.article__lead {
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  color: #000;
  font-family: "Noto Serif", serif;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .article__lead {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

.article__content-wrapper {
  background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .article__content-wrapper {
    padding-top: 10px;
  }
}

.theme-_base .article__content a {
  color: #ec2227;
}

.theme-base .article__content a {
  color: #CCCCCC;
}

.article__content p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-family: "Noto Serif", serif;
  color: #3C3C3C;
}

.article__content p + p {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .article__content p {
    font-size: 16px;
    line-height: 24px;
    max-width: 625px;
  }

  .article__content p + p {
    margin-top: 24px;
  }
}

.article__content .picture {
  margin-top: 24px;
  margin-bottom: 24px;
}

.article__content h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-family: "Rubik", sans-serif;
  margin-top: 32px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .article__content h2 {
    max-width: 625px;
  }
}

.article__content blockquote {
  margin: 55px 0 24px 8px;
  padding: 24px;
  border: 4px solid #F3F3F3;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Serif", serif;
}

.theme-_base .article__content blockquote::before {
  content: url('data:image/svg+xml;utf8,<svg width="39" height="31" viewBox="0 0 39 31" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M23.3119 19.3612C23.3119 13.7716 24.6441 9.39561 27.3085 6.2331C30.0093 3.07058 33.7869 0.992883 38.6412 0V5.73665C34.9548 6.87663 32.473 8.93594 31.1955 11.9146C30.4656 13.4958 30.1736 15.0219 30.3196 16.4929H38.9149V31H23.3119V19.3612ZM0 19.3612C0 13.8452 1.29569 9.48754 3.88706 6.28826C6.51493 3.08897 10.329 0.992883 15.3292 0V5.73665C11.6064 6.9134 9.1063 8.93594 7.82886 11.8043C7.17189 13.312 6.89816 14.8749 7.00765 16.4929H15.603V31H0V19.3612Z" fill="%23ec2227"/> </svg>');
  display: block;
  position: absolute;
  top: -31px;
  left: -4px;
}

.theme-base .article__content blockquote::before {
  content: url('data:image/svg+xml;utf8,<svg width="39" height="31" viewBox="0 0 39 31" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M23.3119 19.3612C23.3119 13.7716 24.6441 9.39561 27.3085 6.2331C30.0093 3.07058 33.7869 0.992883 38.6412 0V5.73665C34.9548 6.87663 32.473 8.93594 31.1955 11.9146C30.4656 13.4958 30.1736 15.0219 30.3196 16.4929H38.9149V31H23.3119V19.3612ZM0 19.3612C0 13.8452 1.29569 9.48754 3.88706 6.28826C6.51493 3.08897 10.329 0.992883 15.3292 0V5.73665C11.6064 6.9134 9.1063 8.93594 7.82886 11.8043C7.17189 13.312 6.89816 14.8749 7.00765 16.4929H15.603V31H0V19.3612Z" fill="%23CCCCCC"/> </svg>');
  display: block;
  position: absolute;
  top: -31px;
  left: -4px;
}

@media screen and (min-width: 768px) {
  .article__content blockquote {
    margin-left: 0;
    padding: 40px;
    line-height: 26px;
    max-width: 625px;
  }

  .article__content blockquote::before {
    transform: scale(1.5) translateX(6px) translateY(8px);
  }
}

@media screen and (max-width: 767px) {
  .article__content p > img {
    height: auto !important;
  }
}

.article__embedded {
  display: block;
  margin-bottom: 16px;
}

.theme-_base .article__embedded {
  border-left: 4px solid #ec2227;
}

.theme-base .article__embedded {
  border-left: 4px solid #CCCCCC;
}

@media screen and (min-width: 768px) {
  .article__embedded {
    float: right;
    width: 240px;
    margin-left: 16px;
  }
}

.article__embedded img {
  display: block;
}

.article__embedded span {
  display: block;
  padding: 20px;
  border-right: 4px solid #F3F3F3;
  border-bottom: 4px solid #F3F3F3;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.article__embedded-break {
  overflow: hidden;
  width: 100%;
}

.article__share {
  max-width: 100%;
  height: 58px;
  margin-bottom: 16px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .article__share {
    margin-left: -8px;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .article__share {
    margin-bottom: 6px;
  }
}

.article__share.open {
  height: auto;
}

.article__share--bottom {
  margin-top: 25px;
  padding: 25px 0;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}

@media screen and (max-width: 767px) {
  .article__share--bottom {
    padding: 16px 0;
    height: 74px;
  }
}

@media screen and (max-width: 767px) {
  .article__share .share__button {
    margin: 0 8px 16px;
  }
}

span.article__share__tag-heading {
  font-size: 14px;
  line-height: 17px;
  padding: 8px 12px;
  margin-right: 80px;
  display: inline-flex;
  align-self: baseline;
}

@media screen and (max-width: 767px) {
  span.article__share__tag-heading {
    display: none;
  }
}

.recommendations {
  border-top: 1px solid #F3F3F3;
}

@media screen and (min-width: 768px) {
  .recommendations {
    padding-bottom: 68px;
  }
}

.recommendations__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  font-family: "Rubik", sans-serif;
  margin-top: 48px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .recommendations__title {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .recommendations__list {
    display: flex;
    margin: 0 -8px;
  }
}

@media screen and (min-width: 1200px) {
  .recommendations__list {
    margin: 0 -12px;
  }
}

.recommendations .card__title {
  font-size: 16px;
  line-height: 19px;
}

.recommendations .video-card {
  margin-bottom: 20px;
}

.theme-_base .recommendations .video-card:hover {
  color: #ec2227;
}

.theme-base .recommendations .video-card:hover {
  color: #CCCCCC;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recommendations .video-card:nth-child(4n) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .recommendations .video-card {
    margin: 0 8px;
    width: 33%;
  }
}

@media screen and (min-width: 1200px) {
  .recommendations .video-card {
    margin: 0 12px;
    width: 25%;
  }
}

.article__more-wrapper {
  max-width: 680px;
}

@media screen and (min-width: 1366px) {
  .article__more-wrapper {
    margin-left: 96px;
  }
}

.article__more-wrapper .load-more {
  display: block;
}

.card-list__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  font-family: "Rubik", sans-serif;
  margin-top: 24px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .card-list__heading {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}

.card-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .card-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media screen and (min-width: 1366px) {
  .card-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.card-list__one {
  margin-bottom: 24px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card-list__one {
    margin-left: 8px;
    margin-right: 8px;
    width: calc((100% - 48px) / 3);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .card-list__one {
    display: none;
  }

  .card-list__one:nth-child(-n+6) {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .card-list__one {
    width: calc((100% - 64px) / 4);
  }
}

@media screen and (min-width: 1366px) {
  .card-list__one {
    margin-bottom: 46px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% - 120px) / 4);
  }
}

.card-list__image {
  width: 100%;
}

.vertical-list__wrapper {
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-top: 10px;
}

.vertical-list {
  font-family: "Rubik", sans-serif;
}

.vertical-list__heading {
  padding: 16px 24px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.vertical-list__one {
  display: block;
  padding: 12px 24px;
}

.vertical-list__one[data-active=true],
.vertical-list__one:hover {
  background: #FAFAFA;
}

.theme-_base .vertical-list__one[data-active=true],
.theme-_base .vertical-list__one:hover {
  color: #ec2227;
}

.theme-base .vertical-list__one[data-active=true],
.theme-base .vertical-list__one:hover {
  color: #CCCCCC;
}

.article-list {
  display: flex;
  flex-direction: column;
}

.article-list__item {
  border: 1px solid #EBEBEB;
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .article-list__item {
    display: flex;
    padding: 24px;
  }
}

.article-list__picture {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.article-list__picture img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .article-list__picture {
    margin-left: auto;
    padding-left: 24px;
    width: 240px;
    max-width: 240px;
    flex: 1 0 240px;
    align-items: flex-start;
  }
}

.article-list__desc {
  padding: 8px 16px 0;
  font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  .article-list__desc {
    order: -1;
    padding: 0;
  }
}

.article-list__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.theme-_base .article-list__title:hover {
  color: #ec2227;
}

.theme-base .article-list__title:hover {
  color: #CCCCCC;
}

@media screen and (min-width: 768px) {
  .article-list__title {
    font-size: 20px;
    line-height: 27px;
  }
}

.article-list__tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article-list__date {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #737373;
  margin-right: 24px;
  display: inline-flex;
  align-self: baseline;
}

@media screen and (min-width: 768px) {
  .article-list__date {
    font-size: 12px;
    line-height: 16px;
  }
}

.article-list__tag-heading {
  font-size: 14px;
  line-height: 17px;
  padding: 8px 12px;
  margin-top: 25px;
  margin-right: 80px;
  margin-bottom: 8px;
  display: inline-flex;
  align-self: baseline;
}

.article-list__tag {
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  padding: 8px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-flex;
  align-self: baseline;
}

.feed__sidebar {
  position: fixed;
  width: 330px;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  max-height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .feed__sidebar {
    display: none;
  }
}

.feed__heading {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  padding: 24px;
}

.theme-_base .feed__heading {
  border-left: 2px solid #ec2227;
}

.theme-base .feed__heading {
  border-left: 2px solid #CCCCCC;
}

.feed__close {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  padding: 24px;
  margin: 0;
  cursor: pointer;
}

.feed__close:hover,
.feed__close:focus {
  outline: none;
  opacity: 0.7;
}

.feed__close img {
  display: block;
}

.feed__list {
  padding: 24px;
}

.feed__list--sidebar {
  height: 100vh;
  max-height: calc(100vh - 124px);
  overflow: auto;
}

@media screen and (min-width: 1200px) {
  .feed__list--sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #FAFAFA;
  }

  .feed__list--sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #FAFAFA;
  }

  .feed__list--sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: rgba(60, 60, 60, 0.2);
  }
}

.feed__one {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 24px;
}

.feed__one:last-child {
  padding-bottom: 0;
}

.feed__one + .feed__one {
  padding-top: 24px;
  border-top: 1px solid #EBEBEB;
}

.feed__title {
  font-size: 16px;
  line-height: 22px;
}

.theme-_base .feed__title:hover {
  color: #ec2227;
}

.theme-base .feed__title:hover {
  color: #CCCCCC;
}

.feed__date {
  margin-top: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.feed__all {
  border-top: none;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.theme-_base .feed__all {
  color: #ec2227;
}

.theme-base .feed__all {
  color: #CCCCCC;
}

.feed__all::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin-left: auto;
}

.feed__button {
  z-index: 99;
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  background: #fff;
  border: none;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .feed__button {
    display: none;
  }
}

.feed__icon {
  display: block;
}

.theme-_base .feed__icon {
  color: #ec2227;
}

.theme-base .feed__icon {
  color: #CCCCCC;
}

.feed__count {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
}

.index__container {
  padding-top: 16px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .index__container {
    padding-top: 32px;
  }
}

.top-one__wrapper {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .top-one__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .top-one__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .top-one__wrapper {
    max-width: 1272px;
  }
}

@media screen and (max-width: 767px) {
  .top-one__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-one {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 72px 24px 32px 20px;
}

.theme-_base .top-one {
  border-left: 4px solid #ec2227;
}

.theme-base .top-one {
  border-left: 4px solid #CCCCCC;
}

@media screen and (min-width: 768px) {
  .top-one {
    padding: 86px 40px 35px 35px;
  }
}

@media screen and (min-width: 1200px) {
  .top-one {
    padding: 128px 40px 40px;
  }
}

@media screen and (min-width: 1366px) {
  .top-one {
    padding: 192px 50px 50px;
  }
}

.top-one__rubric {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 24px;
}

.top-one__title {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 768px) {
  .top-one__title {
    font-size: 32px;
    line-height: 38px;
    max-width: 650px;
  }
}

@media screen and (min-width: 1200px) {
  .top-one__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (min-width: 1366px) {
  .top-one__title {
    font-size: 48px;
    line-height: 57px;
    max-width: 750px;
  }
}

.top-one__meta {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .top-one__meta {
    margin-top: 24px;
  }
}

.top-one__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
}

.top-one__mark {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-left: 24px;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
}

.top-one__mark:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  transform: skew(-45deg);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}

.theme-_base .top-one__mark:before {
  background: #ec2227;
}

.theme-base .top-one__mark:before {
  background: #CCCCCC;
}

.index-schedule__wrapper {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .index-schedule__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .index-schedule__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .index-schedule__wrapper {
    max-width: 1272px;
  }
}

@media screen and (max-width: 767px) {
  .index-schedule__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .index-schedule__wrapper {
    margin-top: 24px;
  }
}

.index-schedule {
  display: flex;
  flex-direction: column;
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 768px) {
  .index-schedule {
    flex-direction: row;
  }
}

.index-schedule__heading {
  display: flex;
  height: 64px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .index-schedule__heading {
    padding-left: 24px;
  }
}

.index-schedule__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.index-schedule__all {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.theme-_base .index-schedule__all {
  color: #ec2227;
}

.theme-base .index-schedule__all {
  color: #CCCCCC;
}

.index-schedule__all::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin-left: 16px;
}

.index-schedule__promo {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: flex;
  /*
    &::after {
      @include from($desktop) {
        content: url("/media/assets/pause.svg");
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50px) translateY(-50px);
      }
    }
  */
}

.index-schedule__promo::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  height: 0;
  padding-top: 56.25%;
}

.index-schedule__promo .embeded-video {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .index-schedule__promo {
    order: 100;
    width: 50%;
  }
}

.index-schedule__promo-title {
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin: 5% 25% 5% 5%;
}

.index-schedule__list-block {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .index-schedule__list-block {
    width: 50%;
    border: 1px solid #EBEBEB;
  }
}

.index-schedule__list-wrapper {
  max-height: 400px;
  overflow: auto;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .index-schedule__list-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #FAFAFA;
  }

  .index-schedule__list-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #FAFAFA;
  }

  .index-schedule__list-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: rgba(60, 60, 60, 0.2);
  }
}

.index-schedule__list {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .index-schedule__list {
    position: absolute;
  }
}

.index-schedule__row {
  height: 48px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
}

.index-schedule__row:hover {
  background: #F3F3F3;
}

.index-schedule__time {
  padding: 12px 12px 12px 24px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}

.theme-_base .index-schedule__time {
  color: #ec2227;
}

.theme-base .index-schedule__time {
  color: #CCCCCC;
}

.index-schedule__name {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
}

.theme-_base .index-schedule__row:hover .index-schedule__name {
  color: #ec2227;
}

.theme-base .index-schedule__row:hover .index-schedule__name {
  color: #CCCCCC;
}

.index-news__wrapper {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .index-news__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .index-news__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .index-news__wrapper {
    max-width: 1272px;
  }
}

@media screen and (max-width: 767px) {
  .index-news__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .index-news__wrapper {
    margin-top: 16px;
  }
}

.index-news {
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 768px) {
  .index-news {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .index-news__top {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .index-news__top {
    width: calc(100% / 3 * 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.index-news__one {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .index-news__one {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 32px 24px 32px 24px;
    align-items: flex-end;
    min-height: calc(100vw - 16px);
  }
}

@media screen and (max-width: 767px) and (min-width: 420px) {
  .index-news__one {
    min-height: 360px;
    max-height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .index-news__one + .index-news__one {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .index-news__one {
    padding: 24px 72px 24px 0;
    border-top: 1px solid #EBEBEB;
  }

  .index-news__one:not(:last-child) {
    background: none !important;
  }
}

.index-news__title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
}

.theme-_base .index-news__title:hover {
  color: #ec2227;
}

.theme-base .index-news__title:hover {
  color: #CCCCCC;
}

@media screen and (min-width: 1200px) {
  .index-news__title {
    font-size: 24px;
    line-height: 31px;
  }
}

@media screen and (min-width: 1366px) {
  .index-news__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.index-news__meta {
  display: flex;
  align-items: center;
  margin-top: 28px;
  min-height: 24px;
}

@media screen and (min-width: 768px) {
  .index-news__meta {
    margin-top: auto;
  }
}

.index-news__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  .index-news__date {
    color: #999999;
  }
}

.index-news__mark {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-left: 24px;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  color: #fff;
}

.index-news__mark:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  transform: skew(-45deg);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}

.theme-_base .index-news__mark:before {
  background: #ec2227;
}

.theme-base .index-news__mark:before {
  background: #CCCCCC;
}

@media screen and (max-width: 767px) {
  .index-news__image {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .index-news__image {
    width: calc(100% / 2);
    max-width: 330px;
    margin-right: 24px;
  }
}

@media screen and (min-width: 768px) {
  .index-news__desc {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .index-news__list-block {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.index-news__list-title {
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 768px) {
  .index-news__list-title {
    display: none;
  }
}

.index-news__list {
  background: #FAFAFA;
  border: 1px solid #EBEBEB;
  flex: 1;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .index-news__item {
    display: none;
  }

  .index-news__item:nth-child(-n+4) {
    display: block;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .index-news__item {
    display: none;
  }

  .index-news__item:nth-child(-n+7) {
    display: block;
  }
}

.index-news__all {
  background: #FAFAFA;
  border: 1px solid #EBEBEB;
  box-shadow: none;
}

.index-news__time {
  color: #737373;
}

@media screen and (min-width: 1200px) {
  .main-news__wrapper {
    padding-top: 300px;
    margin-top: -300px;
  }
}

.main-news__container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 8px;
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 768px) {
  .main-news__container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .main-news__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .main-news__container {
    max-width: 1272px;
  }
}

@media screen and (max-width: 767px) {
  .main-news__container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .main-news__container {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .main-news__container {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1366px) {
  .main-news__container {
    margin-top: 40px;
  }
}

.main-news__heading-wrapper {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .main-news__heading-wrapper {
    background: url("/media/assets/circle.svg") #fff no-repeat 0 0;
    border: 1px solid #F3F3F3;
  }
}

.main-news__heading {
  padding: 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 1366px) {
  .main-news__heading {
    padding: 32px 40px 36px;
  }
}

@media screen and (min-width: 768px) {
  .main-news__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.main-news__block {
  padding: 24px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .main-news__block {
    min-height: 100vw;
  }

  .main-news__block + .main-news__block {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .main-news__block {
    height: 100%;
    min-height: 375px;
    padding: 24px 34px;
  }
}

@media screen and (min-width: 1366px) {
  .main-news__block {
    padding: 32px 42px;
  }
}

.main-news__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 42px;
}

@media screen and (min-width: 768px) {
  .main-news__title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (min-width: 1366px) {
  .main-news__title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 72px;
  }
}

.main-news__item {
  display: block;
  padding: 16px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.theme-_base .main-news__item:hover {
  color: #ec2227;
}

.theme-base .main-news__item:hover {
  color: #CCCCCC;
}

.main-news__item + .main-news__item {
  border-top: 1px solid #EBEBEB;
}

@media screen and (max-width: 359px) {
  .main-news__item:last-child {
    display: none;
  }

  .main-news__item:nth-child(3) {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-news__item:nth-child(3) {
    display: none;
  }

  .main-news__item:last-child {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-news__item {
    font-size: 16px;
    line-height: 19px;
  }
}

@media screen and (min-width: 1366px) {
  .main-news__item {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Для слайдера */

.main-news__controls {
  display: flex;
  position: absolute;
  right: 8px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .main-news__controls {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-news__controls {
    right: 28px;
  }
}

.main-news__controls button {
  width: 82px;
  height: 82px;
  border-radius: 0;
  border: none;
  border-left: 1px solid #F3F3F3;
  background: none;
  color: #fff;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1366px) {
  .main-news__controls {
    right: 24px;
  }

  .main-news__controls button {
    width: 102px;
    height: 102px;
  }
}

.main-news__controls #prev::after,
.main-news__controls #next::after {
  color: #000;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin-left: auto;
}

.main-news__controls #prev::after {
  transform: rotate(225deg);
}

.common-list__container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 8px;
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 768px) {
  .common-list__container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .common-list__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .common-list__container {
    max-width: 1272px;
  }
}

@media screen and (max-width: 767px) {
  .common-list__container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .common-list__container {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .common-list__container {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1366px) {
  .common-list__container {
    margin-top: 40px;
  }
}

.common-list__heading-wrapper {
  background: #fff;
}

.theme-_base .common-list__heading-wrapper {
  border-left: 4px solid #ec2227;
}

.theme-base .common-list__heading-wrapper {
  border-left: 4px solid #CCCCCC;
}

@media screen and (min-width: 768px) {
  .common-list__heading-wrapper {
    background: url("/media/assets/common-list-back-1.svg") #fff no-repeat;
    background-image: url("/media/assets/common-list-back-1.svg"), url("/media/assets/common-list-back-2.svg");
    background-position: 0 0, calc(100% - 120px) 0;
    background-size: contain;
    border: 1px solid #F3F3F3;
  }
}

.common-list__heading {
  padding: 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 1366px) {
  .common-list__heading {
    padding: 32px 40px 36px;
  }
}

.common-list__blocks-wrapper {
  padding: 0 0 16px;
  border: 1px solid #EBEBEB;
  border-top: none;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .common-list__blocks-wrapper {
    padding: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .common-list__blocks-wrapper {
    padding: 32px;
  }
}

@media screen and (min-width: 768px) {
  .common-list__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.common-list__image {
  width: 100%;
}

.common-list__title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Rubik", sans-serif;
}

@media screen and (max-width: 767px) {
  .common-list__title {
    padding: 0 16px;
  }
}

.common-list__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #737373;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .common-list__date {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .common-list__date {
    margin-top: 16px;
  }
}

/* Для слайдера */

.common-list__controls {
  display: flex;
  position: absolute;
  right: 8px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .common-list__controls {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .common-list__controls {
    right: 28px;
  }
}

.common-list__controls button {
  width: 82px;
  height: 82px;
  border-radius: 0;
  border: none;
  border-left: 1px solid #F3F3F3;
  background: none;
  color: #fff;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1366px) {
  .common-list__controls {
    right: 24px;
  }

  .common-list__controls button {
    width: 102px;
    height: 102px;
  }
}

.common-list__controls #common-list__prev::after,
.common-list__controls #common-list__next::after {
  color: #000;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin-left: auto;
}

.common-list__controls #common-list__prev::after {
  transform: rotate(225deg);
}

.index-last__wrapper {
  display: flex;
  flex-direction: column;
}

.index-last {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .index-last {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media screen and (min-width: 1366px) {
  .index-last {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.index-last__one {
  margin-top: 24px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .index-last__one {
    margin-left: 8px;
    margin-right: 8px;
    width: calc((100% - 48px) / 3);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .index-last__one {
    display: none;
  }

  .index-last__one:nth-child(-n+6) {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .index-last__one {
    width: calc((100% - 64px) / 4);
  }
}

@media screen and (min-width: 1366px) {
  .index-last__one {
    margin-top: 46px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% - 120px) / 4);
  }
}

.index-last__image {
  width: 100%;
}

.index-last__title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Rubik", sans-serif;
}

.index-last__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #737373;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .index-last__date {
    margin-top: 16px;
  }
}

.index-last__more {
  margin-top: 36px;
}

.index-video__wrapper {
  margin-top: 40px;
  padding-top: 16px;
}

.index-video__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #EBEBEB;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .index-video .card-list__one {
    display: none;
  }

  .index-video .card-list__one:nth-child(-n+3) {
    display: block;
  }
}

.index-opinion__wrapper::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .index-video .card-list__one {
    display: none;
  }

  .index-video .card-list__one:nth-child(-n+3) {
    display: block;
  }
}

.episode__wrapper {
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .episode__wrapper {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .episode__wrapper {
    margin-top: 8px;
  }
}

.episode__wrapper .breadcrumbs {
  margin-top: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .episode__wrapper .breadcrumbs {
    margin-top: 16px;
  }
}

.episode {
  margin-top: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .episode {
    margin-top: 16px;
  }
}

.episode__video-wrapper {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .episode__video-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .episode__video-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .episode__video-wrapper {
    max-width: 1272px;
  }
}

@media screen and (max-width: 767px) {
  .episode__video-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.episode__meta {
  display: flex;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #616161;
  margin-top: 8px;
  min-height: 40px;
  align-items: center;
}

.episode__watch {
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}

.episode__watch::before {
  content: url("/media/assets/icon-eye.svg");
  display: flex;
  height: 24px;
  margin: auto;
  margin-right: 8px;
}

.episode__share {
  color: #000;
  margin-left: 16px;
}

.episode__share .share {
  flex-wrap: nowrap;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .episode__share {
    margin-left: auto;
  }

  .episode__share a {
    display: none;
  }
}

.episode__title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-top: 16px;
}

.episode__desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .episode__desc p {
    margin: 0;
  }
}

.episode__tags {
  font-family: "Rubik", sans-serif;
  padding-top: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #F3F3F3;
}

@media screen and (min-width: 768px) {
  .episode__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.episode__tags-title {
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 768px) {
  .episode__tags-title {
    margin-right: 72px;
  }
}

.episode__tags-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}

.episode__tag {
  padding: 8px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
}

.episode__other-wrapper {
  background: #FAFAFA;
}

.episode__video-list-wrapper .card__title {
  font-size: 16px;
  line-height: 19px;
}

.calend-carousel {
  position: relative;
  margin: 0px auto 15px;
  display: flex;
}

.calend-carousel .carousel-wrapper {
  width: calc(100% - 80px);
  margin: 0px auto;
  overflow: hidden;
}

.calend-carousel .carousel {
  width: 800px;
  height: 88px;
  overflow: hidden;
  margin: 0px 0px 0px -1px;
}

@media screen and (min-width: 768px) {
  .calend-carousel .carousel {
    height: 120px;
  }
}

.calend-carousel .carousel li {
  float: left;
  width: 87px;
  height: 88px;
  padding: 0px 0px 0px 1px;
}

@media screen and (min-width: 768px) {
  .calend-carousel .carousel li {
    height: 120px;
    width: 110px;
  }
}

.calend-date-block {
  display: flex;
  width: 87px;
  height: 88px;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #FAFAFA;
}

@media screen and (min-width: 768px) {
  .calend-date-block {
    height: 120px;
    width: 110px;
  }
}

.calend-date-block.active,
.calend-date-block:hover {
  background: #F3F3F3;
  text-decoration: none;
}

.calend-date-block span {
  display: block;
}

.calend-date-block .number {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.calend-date-block .month {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.calend-date-block .week {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #737373;
}

.theme-_base .calend-date-block.active .number,
.theme-_base .calend-date-block:hover .number {
  color: #ec2227;
}

.theme-base .calend-date-block.active .number,
.theme-base .calend-date-block:hover .number {
  color: #CCCCCC;
}

.theme-_base .calend-date-block.active .month,
.theme-_base .calend-date-block:hover .month {
  color: #ec2227;
}

.theme-base .calend-date-block.active .month,
.theme-base .calend-date-block:hover .month {
  color: #CCCCCC;
}

.arr-carousel {
  align-self: center;
  justify-content: center;
  height: 88px;
  width: 40px;
  background: #FAFAFA;
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .arr-carousel {
    height: 120px;
  }
}

.arr-carousel::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  align-self: center;
}

.arr-carousel.prev {
  order: -1;
  margin-left: auto;
}

.arr-carousel.prev::after {
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: none;
  transform: rotate(-45deg);
  margin-left: 5px;
}

.arr-carousel.next {
  order: 10;
  margin-right: auto;
}

.arr-carousel.next::after {
  margin-right: 5px;
}

.schedule__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  font-family: "Rubik", sans-serif;
}

@media screen and (min-width: 768px) {
  .schedule__heading {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}

.schedule__list {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .schedule__list {
    margin-bottom: 64px;
  }
}

.schedule__one {
  height: 56px;
  cursor: pointer;
}

.schedule__one:not(:last-child) {
  border-bottom: 1px solid #F3F3F3;
}

.schedule__time {
  text-align: center;
  padding: 16px 8px 8px 16px;
  vertical-align: top;
}

.schedule__time span {
  padding: 4px 12px;
  color: #fff;
  border-radius: 4px;
}

.theme-_base .schedule__time span {
  background: #ec2227;
}

.theme-base .schedule__time span {
  background: #CCCCCC;
}

@media screen and (min-width: 1200px) {
  .schedule__time {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.schedule__desc {
  padding: 16px 8px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .schedule__desc {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.schedule__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

@media screen and (min-width: 768px) {
  .schedule__name {
    font-size: 16px;
    line-height: 22px;
  }
}

.schedule__brief {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #737373;
  display: none;
  max-width: 600px;
}

.schedule__brief:not(:empty) {
  margin-top: 20px;
}

.schedule__desc.open .schedule__brief {
  display: block;
}

.schedule__rate {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #616161;
  padding: 8px;
  padding-right: 16px;
}

@media screen and (min-width: 1200px) {
  .schedule__rate {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.online__wrapper {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 24px;
  font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  .online__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .online__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .online__wrapper {
    max-width: 1272px;
  }
}

@media screen and (max-width: 767px) {
  .online__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.online__video-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .online__video-title {
    padding: 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .online__video-title {
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.online__schedule {
  padding-top: 24px;
  border-top: 1px solid #F3F3F3;
}

.online__schedule .schedule__heading {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .online__schedule .schedule__heading {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .online__schedule .schedule__heading {
    padding-top: 18px;
    margin-bottom: 24px;
  }
}

.programs__slider-wrapper {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .programs__slider-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .programs__slider-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .programs__slider-wrapper {
    max-width: 1272px;
  }
}

@media screen and (max-width: 1199px) {
  .programs__slider-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 100vw;
  }
}

.programs__slider-one {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 16px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .programs__slider-one {
    padding: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .programs__slider-one {
    padding: 28px 56px 40px;
  }
}

@media screen and (min-width: 1200px) {
  .programs__slider-one {
    padding: 40px 56px 60px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .programs__slider-wide-wrapper {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.programs__slider-title-breadcrumbs {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1366px) {
  .programs__slider-title-breadcrumbs {
    margin-bottom: 12px;
  }
}

.programs__slider-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
}

@media screen and (min-width: 768px) {
  .programs__slider-title {
    font-size: 56px;
    line-height: 70px;
  }
}

.programs__slider-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-top: 16px;
  max-width: 420px;
}

@media screen and (min-width: 1366px) {
  .programs__slider-desc {
    margin-top: 28px;
  }
}

.programs__slider-button {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 16px 24px;
  margin-top: 24px;
}

.programs__slider-schedule-button {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  border: 3px solid #FFFFFF;
  color: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  margin-top: 24px;
}

.programs__cards .card-list__heading {
  margin-top: 10px;
}

.programs__dark-wrapper {
  background: #FAFAFA;
}

.programs__category-block {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .programs__category-block {
    padding-top: 36px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .programs__category-block {
    padding-top: 46px;
    padding-bottom: 72px;
  }
}

.programs__category-list-wrapper {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .programs__category-list-wrapper {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .programs__category-list-wrapper {
    width: 25%;
  }
}

.programs__category-cards-wrapper {
  width: 100%;
}

.programs__category-cards-wrapper .card-list__heading {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .programs__category-cards-wrapper {
    width: 66%;
  }

  .programs__category-cards-wrapper .card-list__one {
    width: calc((100% - 32px) / 2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .programs__category-cards-wrapper .card-list__one {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .programs__category-cards-wrapper {
    width: 75%;
  }

  .programs__category-cards-wrapper .card-list__one {
    width: calc((100% - 48px) / 3);
  }
}

@media screen and (min-width: 1366px) {
  .programs__category-cards-wrapper .card-list__one {
    width: calc((100% - 90px) / 3);
  }
}

.programs__category-list-wrapper .vertical-list__wrapper {
  margin-right: 32px;
}

.program__main {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .program__main {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .program__main {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1352px) {
  .program__main {
    max-width: 1272px;
  }
}

@media screen and (max-width: 1365px) {
  .program__main {
    padding-left: 0;
    padding-right: 0;
    max-width: 100vw;
  }
}

.program__programs {
  margin-top: 36px;
  padding-top: 36px;
}

@media screen and (min-width: 768px) {
  .program__programs {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .program__programs {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .program__heading-wrapper {
    max-width: 240px;
    margin-left: 0;
  }
}

.program__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  font-family: "Rubik", sans-serif;
  margin-top: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .program__heading::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .program__heading {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .program__heading {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1366px) {
  .program__heading {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .program__wrapper {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }
}

@media screen and (min-width: 1200px) and (min-width: 768px) {
  .program__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .program__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1352px) {
  .program__wrapper {
    max-width: 1272px;
  }
}

@media screen and (min-width: 1200px) {
  .program__wrapper .episode__video-wrapper {
    padding: 0;
    margin-right: 24px;
    flex: 1 0 680px;
  }
}

@media screen and (min-width: 1366px) {
  .program__wrapper .episode__video-wrapper {
    margin-right: 48px;
    flex: 1 0 820px;
  }
}

.category {
  padding-top: 42px;
}

@media screen and (min-width: 1200px) {
  .category {
    padding-top: 48px;
  }
}

.category__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 32px;
}

@media screen and (min-width: 1200px) {
  .category__heading {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .category__list-wrapper {
    display: flex;
  }
}

.category__column {
  display: none;
  width: 300px;
  margin-left: 32px;
}

@media screen and (min-width: 1200px) {
  .category__column:not(:empty) {
    display: block;
  }
}

.category__more {
  margin: 48px auto;
}

@media screen and (min-width: 768px) {
  .category__more {
    margin: 36px auto;
  }
}

.search__wrapper {
  padding-top: 16px;
}

@media screen and (min-width: 1200px) {
  .search__wrapper {
    display: flex;
    padding-top: 24px;
  }
}

@media screen and (min-width: 1366px) {
  .search__wrapper {
    padding-top: 32px;
  }
}

.search__results {
  width: 100%;
  flex: 1 1 100%;
}

.search__column {
  display: none;
  flex: 1 0 300px;
  width: 300px;
  margin-left: 32px;
}

@media screen and (min-width: 1200px) {
  .search__column:not(:empty) {
    display: block;
  }
}

.search__form {
  display: flex;
  border-bottom: 1px solid #EBEBEB;
}

.search__input {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  font-family: "Rubik", sans-serif;
  padding: 24px;
  padding-left: 0;
  width: 100%;
  border: none;
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .search__input {
    padding: 16px;
    padding-left: 0;
  }
}

.search__input::-webkit-input-placeholder,
.search__input ::-webkit-input-placeholder {
  color: #000;
}

.search__input:focus {
  outline: none;
}

.search__submit {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
}

.search__list {
  margin-top: 24px;
}

@media screen and (min-width: 1366px) {
  .search__list {
    margin-top: 36px;
  }
}

.search__more {
  margin: 48px auto;
}

@media screen and (min-width: 768px) {
  .search__more {
    margin: 36px auto;
  }
}

.poll__container {
  background: #fff;
  padding: 0 5px;
  margin-bottom: 2em;
}

.pool__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0.5em;
}

.poll__title {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0.5em;
}

.poll__desc {
  margin-bottom: 0.5em;
}

.poll__variant {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: 1em 0.5em;
  margin-bottom: 1em;
  border-radius: 5px;
  text-align: center;
  background-color: #FAFAFA;
  cursor: pointer;
}

.poll__variant:hover {
  background-color: #EBEBEB;
}

.poll__answer {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: 1em 0 0.5em;
  margin: 0;
}

.poll__answer-rate {
  display: block;
  height: 4px;
  margin-top: 0.5em;
}

.theme-_base .poll__answer-rate {
  background: #ec2227;
}

.theme-base .poll__answer-rate {
  background: #CCCCCC;
}

