/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
dt,
dl {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: sans-serif;
  font-size: 1em;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: sans-serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul,
nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

figure {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

a {
  color: currentColor;
}

.arrow-link:hover .arrow-icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translate(5px);
}

.arrow-link .arrow-icon {
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lock-body {
  position: relative;
  overflow: hidden;
}

.green-die {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 8px 5px;
  background-color: var(--primary);
  z-index: 1;
  color: var(--white);
  border-radius: 30px;
  max-width: 150px;
  text-align: center;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

[changing-theme] [no-theme-transition] {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

[data-slider-next],
[data-slider-prev] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--inversion);
}

.hov-b {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hov-b:hover {
  color: rgba(0, 0, 0, 0.7);
}

.hov-pr {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hov-pr:hover {
  color: rgba(0, 180, 0, 0.7);
}

.hov-g {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hov-g:hover {
  color: rgba(131, 156, 177, 0.8);
}

.hov-w {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hov-w:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hov-b-link a {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hov-b-link a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.hov-pr-link a {
  color: var(--link);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hov-pr-link a:hover {
  color: rgba(0, 180, 0, 0.7);
}

.hov-w-link a {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hov-w-link a:hover {
  color: rgba(255, 255, 255, 0.8);
}

[data-theme='dark'] .hov-b:hover {
  color: rgba(228, 237, 245, 0.8);
}

[data-theme='dark'] .hov-g:hover {
  color: rgba(136, 162, 185, 0.9);
}

[data-theme='dark'] .hov-pr:hover {
  color: rgba(0, 196, 0, 0.8);
}

[data-theme='dark'] .hov-b-link a:hover {
  color: rgba(228, 237, 245, 0.8);
}

[data-theme='dark'] .hov-pr-link a:hover {
  color: rgba(0, 196, 0, 0.8);
}

[data-theme='dark'] [data-slider-prev],
[data-theme='dark'] [data-slider-next] {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

[data-theme='dark'] [data-slider-prev]:hover,
[data-theme='dark'] [data-slider-next]:hover {
  color: rgba(255, 255, 255, 0.75);
}

[data-theme='dark'] [data-slider-prev].disabled,
[data-theme='dark'] [data-slider-next].disabled {
  color: var(--secondary);
}

[data-slider-prev],
[data-slider-next] {
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  color: var(--inversion);
  transition: color 0.2s ease;
}

[data-slider-prev]:hover,
[data-slider-next]:hover {
  color: rgba(0, 0, 0, 0.7);
}

[data-slider-prev].disabled,
[data-slider-next].disabled {
  cursor: not-allowed;
  color: var(--secondary);
}

#videocontainer_hb {
  max-width: 100%;
  max-height: 100%;
}

#videocontainer_hb video {
  max-width: 100%;
  max-height: 100%;
}

.white-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: var(--white);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.white-play:before {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.white-play svg {
  z-index: 2;
  position: relative;
  left: 3px;
}

.peredacha-rest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: var(--bg-program-06);
  border-radius: 50%;
  color: var(--white);
}

.fade-out-enter-active,
.fade-out-leave-active {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.fade-out-enter-from,
.fade-out-leave-to {
  opacity: 0;
}

.fade-out-fast-enter-active,
.fade-out-fast-leave-active {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fade-out-fast-enter-from,
.fade-out-fast-leave-to {
  opacity: 0;
}

.fade-out-up-enter-active,
.fade-out-up-leave-active {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.fade-out-up-enter-from,
.fade-out-up-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}

.fade-out-right-enter-active,
.fade-out-right-leave-active {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.fade-out-right-enter-from,
.fade-out-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translate(100%);
}

.fade-enter-active {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fade-leave-active {
  -webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  -o-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes loading {
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader--page {
  display: none;
}

.loader--page.loader--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 1440px;
  padding-left: var(--layoutOffset);
  padding-right: var(--layoutOffset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  height: 100vh;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: var(--loader);
  z-index: 3;
}

@media screen and (max-width: 1439px) {
  .loader--page.loader--active {
    width: 1280px;
  }
}

@media screen and (max-width: 1279px) {
  .loader--page.loader--active {
    width: 1024px;
  }
}

@media screen and (max-width: 1023px) {
  .loader--page.loader--active {
    width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .loader--page.loader--active {
    width: 100%;
  }
}

.loader--block {
  display: none;
}

.loader--block.loader--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.loader__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border-top: 4px solid var(--primary);
  border-right: 4px solid var(--primary);
  border-bottom: 4px solid var(--bg-header);
  border-left: 4px solid var(--bg-header);
  -webkit-animation: loading 1.2s infinite linear;
  -o-animation: loading 1.2s infinite linear;
  animation: loading 1.2s infinite linear;
}

.anchor-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  cursor: pointer;
  -webkit-filter: drop-shadow(var(--shadow-accent));
  filter: drop-shadow(var(--shadow-accent));
  z-index: 1;
}

.anchor-top__icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#adfox_158712796103179977,
#branding_ntv,
.adfox-banner-background {
  display: none;
}

@media screen and (min-width: 1900px) {
  .body-branding header {
    width: 1440px;
    padding-left: var(--layoutOffset);
    padding-right: var(--layoutOffset);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1900px) and (max-width: 1439px) {
  .body-branding header {
    width: 1280px;
  }
}

@media screen and (min-width: 1900px) and (max-width: 1279px) {
  .body-branding header {
    width: 1024px;
  }
}

@media screen and (min-width: 1900px) and (max-width: 1023px) {
  .body-branding header {
    width: 768px;
  }
}

@media screen and (min-width: 1900px) and (max-width: 767px) {
  .body-branding header {
    width: 100%;
  }
}

@media screen and (min-width: 1900px) {
  .body-branding .header__wrapp {
    pointer-events: none;
  }

  .body-branding .header__nav,
  .body-branding .header-search {
    pointer-events: all;
  }

  .body-branding .header__top {
    width: auto;
    margin: 0 auto;
    pointer-events: all;
  }

  .body-branding footer {
    margin: 0 auto;
    width: auto;
  }

  .adfox-banner-background,
  #branding_ntv,
  #adfox_158712796103179977 {
    display: block;
  }
}

#adfox_160553551388831372 {
  position: fixed;
}

.router-ui {
  display: block;
}

.button {
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.button--primary {
  background-color: var(--primary);
  -webkit-box-shadow: var(--shadow-accent);
  box-shadow: var(--shadow-accent);
  color: var(--white);
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button--primary:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}

.button--primary[disabled] {
  background-color: var(--divider);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button--l {
  padding: 14px 20px;
}

.button[disabled] {
  cursor: not-allowed;
}

.age-limit {
  color: var(--text-secondary);
}

.h {
  font-weight: 700;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.h-l {
  font-size: 32px;
  line-height: 1.3;
}

.h-m {
  font-size: 24px;
  line-height: 1.3;
}

.h-s {
  font-size: 20px;
  line-height: 1.3;
}

.h-xs {
  font-size: 14px;
  line-height: 1.3;
}

.sh {
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.sh-l {
  font-size: 24px;
  line-height: 1.3;
}

.sh-m {
  font-size: 20px;
  line-height: 1.3;
}

.sh-s {
  font-size: 16px;
  line-height: 1.3;
}

.sh-xs {
  font-size: 12px;
  line-height: 1.3;
}

.b {
  font-weight: 500;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.b-l {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.b-m {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  font-family: sans-serif;
}

.b-s {
  font-size: 14px;
  line-height: 150%;
  font-family: sans-serif;
}

.b-xs {
  font-size: 12px;
  line-height: 150%;
  font-family: sans-serif;
}

.cap {
  font-family: sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
}

.cap-l {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}

.cap-m {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

.cap-s {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}

.cap-xs {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 12px;
  line-height: 1.3;
}

.cntr {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cntr-l {
  font-size: 14px;
  line-height: 1.3;
}

.cntr-m {
  font-size: 12px;
  line-height: 1.3;
}

.cntr-s {
  font-size: 10px;
  line-height: 1.3;
}

.c {
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  font-weight: 500;
}

.c-l {
  letter-spacing: -0.02em;
  font-size: 32px;
  line-height: 1.3;
}

.c-m {
  letter-spacing: -0.02em;
  font-size: 22px;
  line-height: 1.3;
}

.c-s {
  font-size: 16px;
  line-height: 1.3;
}

.c-xs {
  font-size: 14px;
  line-height: 150%;
}

.c-xxs {
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 1439px) {
  .h-l {
    font-size: 28px;
  }

  .h-m {
    font-size: 22px;
  }

  .h-s {
    font-size: 18px;
  }

  .sh-l,
  .cap-l {
    font-size: 20px;
  }

  .c-l {
    font-size: 30px;
  }

  .c-m {
    font-size: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .h-l {
    font-size: 24px;
  }

  .h-m {
    font-size: 20px;
  }

  .sh-l,
  .b-l,
  .cap-l {
    font-size: 18px;
  }

  .cap-m {
    font-size: 14px;
  }

  .c-l {
    font-size: 24px;
  }

  .c-m {
    font-size: 18px;
  }

  .c-s {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .h-l {
    font-size: 24px;
  }

  .h-m {
    font-size: 20px;
  }

  .b-s,
  .cap-m {
    font-size: 16px;
  }

  .c-l,
  .c-m {
    font-size: 18px;
  }

  .c-s {
    letter-spacing: -0.02em;
    font-size: 18px;
  }

  .c-xs {
    font-size: 16px;
  }
}

.error-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.error-widget__img {
  width: 690px;
  height: auto;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.error-widget__title {
  margin-bottom: 15px;
}

.error-widget__subtitle {
  margin-bottom: 30px;
}

.error-widget__desc {
  margin-top: 70px;
}

@media screen and (max-width: 1439px) {
  .error-widget__img {
    width: 620px;
    margin-right: 40px;
  }

  .error-widget__desc {
    margin-top: 120px;
  }
}

@media screen and (max-width: 1279px) {
  .error-widget__img {
    width: 490px;
    margin-right: 20px;
  }

  .error-widget__title {
    margin-bottom: 10px;
  }

  .error-widget__desc {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .error-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .error-widget__img {
    width: 727px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
  }

  .error-widget__desc {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .error-widget__img {
    width: 440px;
    max-width: 100%;
  }

  .error-widget__subtitle {
    margin-bottom: 20px;
  }
}

.error-pages {
  padding-top: 30px;
}

@media screen and (max-width: 1023px) {
  .error-pages {
    padding-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .error-pages {
    padding-top: 35px;
  }
}

.container-ui {
  width: 1440px;
  padding-left: var(--layoutOffset);
  padding-right: var(--layoutOffset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .container-ui {
    width: 1280px;
  }
}

@media screen and (max-width: 1279px) {
  .container-ui {
    width: 1024px;
  }
}

@media screen and (max-width: 1023px) {
  .container-ui {
    width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .container-ui {
    width: 100%;
  }
}

.form-item {
  margin-bottom: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-item__footer {
  position: relative;
  margin-top: 3px;
  min-height: 25px;
}

.form-item__error {
  color: var(--error);
}

.form-item__note {
  color: var(--text-secondary);
}

.form-input {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-input .form-input__input {
  font-variant-numeric: lining-nums proportional-nums;
}

.form-input--base {
  border-bottom: 1px solid var(--divider);
}

.form-input--wide {
  border: 1px solid var(--divider);
  border-radius: 55px;
  padding: 13px 45px 13px 20px;
}

.form-input--wide .form-input__icon {
  right: 20px;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}

.form-input * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-input--icon {
  padding-right: 35px;
}

.form-input--m {
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
}

.form-input--m .form-input__input {
  padding: 0;
  height: 36px;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
}

.form-input--l {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

.form-input--l .form-input__input {
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

.form-input--xl,
.form-input--xl .form-input__input {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.form-input--xxl {
  padding: 20px 95px 20px 0;
}

.form-input--xxl .form-input__input {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.form-input__input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--text-primary);
}

.form-input__input::-webkit-input-placeholder {
  color: var(--text-secondary);
}

.form-input__input::-moz-placeholder {
  color: var(--text-secondary);
}

.form-input__input:-ms-input-placeholder {
  color: var(--text-secondary);
}

.form-input__input::-ms-input-placeholder {
  color: var(--text-secondary);
}

.form-input__input::placeholder {
  color: var(--text-secondary);
}

.form-input__placeholder {
  white-space: nowrap;
  width: 100%;
  padding-right: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  overflow: hidden;
}

.form-input__icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 1279px) {
  .form-input--xxl .form-input__input {
    font-size: 18px;
  }
}

.input-search-placeholder__item--color {
  color: var(--link);
}

.input-search__loupe {
  color: var(--text-primary);
}

.footer {
  background-color: var(--bg-secondary);
  color: var(--text-primary);
  padding: 60px 0 40px;
  overflow: hidden;
}

.footer__first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(149, 176, 200, 0.5);
}

.footer__first-left {
  margin-right: 265px;
}

.footer__first-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.footer__first-title svg {
  margin-left: 10px;
}

.footer__soc-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__soc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__soc-link:not(:last-child) {
  margin-right: 50px;
}

.footer__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 15px;
  color: var(--white);
}

.footer__icon--ok {
  background-color: #ee8208;
}

.footer__icon--vk {
  background-color: #07f;
}

.footer__icon--tg {
  background-color: #2aabee;
}

.footer__icon--rutube {
  background-color: #0b1727;
}

.footer__icon--dzen {
  background: -o-linear-gradient(89.92deg, #3e4246 -3.81%, #2d3036 48.07%, #3f4347 99.94%);
  background: linear-gradient(0.08deg, #3e4246 -3.81%, #2d3036 48.07%, #3f4347 99.94%);
}

.footer__second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 90px;
}

.footer__second-title:not(:last-child) {
  margin-right: 100px;
}

.footer__third {
  display: grid;
  grid-column-gap: 60px;
  grid-row-gap: 42px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  color: var(--text-secondary);
}

.footer__third a {
  color: var(--link);
}

.footer__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__copy .footer__logo--desktop {
  margin-right: 24px;
}

.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__rest {
  display: block;
  color: var(--error);
  width: 40px;
  height: 40px;
}

.footer__rest--mobile,
.footer__bottom {
  display: none;
}

.footer__sberrr {
  display: block;
  width: 180px;
  height: 30px;
  background-image: url(../fonts/sber.svg);
  background-size: contain;
  margin: 60px auto 0;
}

@media screen and (max-width: 1439px) {
  .footer__first {
    padding-bottom: 60px;
  }

  .footer__first-left {
    margin-right: 130px;
  }

  .footer__second-title:not(:last-child) {
    margin-right: 70px;
  }
}

@media screen and (max-width: 1279px) {
  .footer {
    padding-bottom: 50px;
  }

  .footer__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__first-title {
    margin-bottom: 30px;
  }

  .footer__first-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer__second-title:not(:last-child) {
    margin-right: 33px;
  }
}

@media screen and (max-width: 1023px) {
  .footer {
    padding-bottom: 30px;
  }

  .footer__second-title:not(:last-child) {
    margin-right: 30px;
  }

  .footer__icon {
    margin-right: 0;
  }

  .footer__first-title {
    margin-bottom: 20px;
  }

  .footer__soc-link:not(:last-child) {
    margin-right: 30px;
  }

  .footer__soc-links-text {
    display: none;
  }

  .footer__first-left {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .footer__second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 50px;
  }

  .footer__second-title:not(:last-child) {
    margin: 0 0 33px;
  }

  .footer__first {
    padding-bottom: 50px;
  }

  .footer__third {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }

  .footer__logo--desktop {
    display: none;
  }

  .footer__search {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .footer__copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__copy br {
    display: none;
  }

  .footer__about {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__info {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__third {
    margin-bottom: 50px;
  }

  .footer__rest--desktop {
    display: none;
  }

  .footer__rest--mobile {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .footer__soc-link:not(:last-child) {
    margin-right: 20px;
  }
}

.switcher-ui {
  padding: 1px;
  width: 38px;
  height: 20px;
  background-color: var(--secondary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 18px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.switcher-ui--active .switcher-ui__circle {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translate(100%);
}

.switcher-ui--l {
  width: 56px;
  height: 30px;
}

.switcher-ui--l .switcher-ui .switcher-ui__svg {
  width: 20px;
  height: 20px;
}

.switcher-ui__circle {
  background-color: var(--white);
  width: 50%;
  height: 100%;
  border-radius: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.switcher-ui__icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  color: var(--white);
}

.switcher-ui__icon--left {
  left: 0;
}

.switcher-ui__icon--right {
  right: 0;
}

.switcher-ui__svg {
  width: 16px;
  height: 16px;
}

[data-theme='dark'] .switcher-ui {
  background-color: var(--primary);
}

@media screen and (max-width: 1023px) {
  .switcher-ui__svg {
    width: 20px;
    height: 20px;
  }
}

.header-menu,
.header-menu__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-menu__item {
  margin-right: 30px;
}

.header-menu__link {
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-menu__link:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(27px);
  -ms-transform: translateY(27px);
  -o-transform: translateY(27px);
  transform: translateY(27px);
  border-radius: 1px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.header-menu__link.active:before {
  border-color: var(--primary);
}

.header-menu__projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

.header-menu__project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

.header-menu__project svg {
  margin-right: 10px;
}

.header-menu__theme {
  margin-left: auto;
}

@media screen and (max-width: 1279px) {
  .header-menu__logo,
  .header-menu__item {
    margin-right: 15px;
  }

  .header-menu__projects {
    margin: 0 8px;
  }

  .header-menu__project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
  }

  .header-menu__project svg {
    display: none;
  }

  .header-menu__search {
    margin-right: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .header-menu {
    overflow: auto;
    padding: 70px 40px;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: var(--bg);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-menu__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid var(--divider);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .header-menu__projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid var(--divider);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .header-menu__link:before {
    content: none;
  }

  .header-menu__close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 30px;
    right: 20px;
    color: var(--text-primary);
  }

  .header-menu__item {
    margin-bottom: 20px;
  }

  .header-menu__projects li:not(:last-child) {
    margin-bottom: 15px;
  }

  .header-menu__project {
    margin: 0;
  }

  .header-menu__project svg {
    display: block;
    width: 30px;
    height: 30px;
  }

  .header-menu__theme {
    margin-left: 0;
    padding: 30px 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.header-nav {
  width: 1440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .header-nav {
    width: 1280px;
  }
}

@media screen and (max-width: 1279px) {
  .header-nav {
    width: 1024px;
  }
}

@media screen and (max-width: 1023px) {
  .header-nav {
    width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    width: 100%;
  }
}

.header-nav__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bg-bar);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-nav__burger {
  display: none;
  color: var(--text-primary);
}

.header-nav__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-nav__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav__logo {
  margin-right: 30px;
}

.header-nav__search {
  cursor: pointer;
  margin-right: 30px;
}

.header-nav__theme {
  display: none;
}

.header-nav__age {
  display: block;
  color: var(--error);
  margin-right: 10px;
}

@media screen and (max-width: 1279px) {
  .header-nav__logo {
    margin-right: 15px;
  }

  .header-nav__search {
    margin-right: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .header-nav__theme {
    display: block;
    margin-right: 20px;
  }

  .header-nav__wrapp {
    padding-right: 20px;
  }

  .header-nav__burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .header-nav__left {
    display: none;
  }

  .header-nav__logo img {
    width: 32px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    width: 100%;
    padding: 0;
  }

  .header-nav__wrapp {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    width: 1440px;
    padding-left: var(--layoutOffset);
    padding-right: var(--layoutOffset);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 1439px) {
  .header-nav__wrapp {
    width: 1280px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1279px) {
  .header-nav__wrapp {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .header-nav__wrapp {
    width: 768px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-nav__wrapp {
    width: 100%;
  }
}

.img-ui {
  display: block;
}

.img-ui__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-ui__img--lazy {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.img-ui__img--lazy-loaded {
  opacity: 1;
}

.img-ui-ratio--16-9 {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 56.375%;
}

.img-ui-ratio--16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: auto;
}

.img-ui-ratio--poster {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 139.4736842105%;
}

.img-ui-ratio--poster img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: auto;
}

.small-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.small-card__img {
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.small-card__link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.small-card__sublink {
  margin-top: 5px;
  color: var(--link);
}

.small-card__link p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.search-block__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.search-block__title {
  margin-bottom: 20px;
}

.search-block__item:not(:last-child) {
  margin-bottom: 20px;
}

.search-block__item--news:not(:last-child) {
  margin-bottom: 30px;
}

.search-block__loader {
  position: relative;
  height: 40px;
}

@media screen and (max-width: 1439px) {
  .search-block__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .search-block__content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
    row-gap: 40px;
  }

  .search-block__news {
    grid-column: span 2;
  }

  .search-block__news-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
  }
}

.header-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-secondary-09);
  z-index: 10;
}

.header-search__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 164px;
  background-color: var(--bg);
  height: 100%;
}

.header-search__close {
  cursor: pointer;
  position: absolute;
  top: 70px;
  right: 70px;
}

@media screen and (max-width: 1510px) {
  .header-search__close {
    right: 40px;
  }
}

.header-search__form {
  padding-bottom: 40px;
}

.header-search__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  padding-bottom: 20px;
}

.header-search__block {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .header-search__inner {
    padding-top: 120px;
  }

  .header-search__container {
    position: relative;
  }

  .header-search__close {
    top: -70px;
    right: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .header-search__inner {
    padding-top: 110px;
  }
}

@media screen and (max-width: 1023px) {
  .header-search__inner {
    padding-top: 154px;
    height: auto;
  }

  .header-search__close {
    top: -120px;
    right: 30px;
  }

  .header-search__close svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-search__container {
    position: static;
  }

  .header-search__close {
    top: 20px;
    right: 20px;
  }
}

.slider-ui__slider:not(.swiper-initialized):not(.slider-ui__slider--disable) {
  opacity: 0;
}

.slider-ui__slider.swiper-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translateZ(0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider-ui {
  position: relative;
}

.slider-ui__slider {
  width: 100%;
}

.swiper-vertical > .swiper-wrapper .swiper-slide {
  height: auto;
}

.slider-ui__btn {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-ui__btn--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.slider-ui__btn--next {
  right: 0;
}

.swiper-horizontal .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-vertical {
  height: 100%;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  touch-action: none;
  -ms-touch-action: none;
  width: 4px;
  background-color: transparent;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 0;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: var(--secondary);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.slider-ui__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.slider-ui__pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--inversion);
  margin-right: 15px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-ui__pagination-bullet:only-child {
  display: none;
}

.slider-ui__pagination-bullet:last-child {
  margin-right: 0;
}

.slider-ui__pagination-bullet-active {
  background-color: var(--inversion);
  cursor: default;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.tabs-ui {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs-ui__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-ui__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
  max-width: 100%;
}

.tabs-ui__header--mb-0 {
  margin-bottom: 0;
}

.tabs-ui__slide {
  width: auto;
}

.tabs-ui__item {
  cursor: pointer;
}

.tabs-ui__item--active {
  cursor: default;
}

.tabs-ui--base .tabs-ui__header {
  background-color: var(--bg);
  border-radius: 15px;
}

.tabs-ui--base .tabs-ui__active-bg {
  background-color: var(--secondary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
}

.tabs-ui--base .tabs-ui__active-bg.transition {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabs-ui--base .tabs-ui__item {
  border-radius: 15px;
  padding: 6px 9px;
  color: var(--text-primary);
  background-color: transparent;
  font-size: 10px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.tabs-ui--base .tabs-ui__item--active {
  color: var(--white);
  cursor: default;
}

.tabs-ui--greenbtn .slider-ui {
  width: 100%;
}

.tabs-ui--greenbtn .slider-ui__slider {
  overflow: visible;
}

.tabs-ui--greenbtn .tabs-ui__item {
  padding: 12px 15px;
  background: var(--bg);
  border: 1px solid var(--divider);
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tabs-ui--greenbtn .tabs-ui__item--active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  cursor: default;
}

.tabs-ui--buttons .tabs-ui__item {
  border-radius: 50%;
  background-color: var(--bg);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-primary);
  font-size: 10px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.tabs-ui--buttons .tabs-ui__item--active {
  color: var(--white);
  cursor: default;
  background-color: var(--secondary);
}

.tabs-ui--buttons .tabs-ui__slide:not(:last-child) {
  margin-right: 15px;
}

.tabs-ui--link .tabs-ui__active-bg {
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  height: 2px;
}

.tabs-ui--link .tabs-ui__active-bg.transition {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabs-ui--link .tabs-ui__item {
  padding: 0 0 25px;
  cursor: pointer;
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.tabs-ui--link .tabs-ui__item--active {
  cursor: default;
  color: var(--text-primary);
}

.tabs-ui--toggle .tabs-ui__header {
  background-color: var(--bg);
  border-radius: 40px;
  -webkit-box-shadow: var(--shadow-mini);
  box-shadow: var(--shadow-mini);
}

.tabs-ui--toggle .tabs-ui__active-bg {
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  border-radius: 40px;
}

.tabs-ui--toggle .tabs-ui__active-bg.transition {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabs-ui--toggle .tabs-ui__item {
  border-radius: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.tabs-ui--toggle .tabs-ui__item p {
  padding: 12px 15px;
}

.tabs-ui--toggle .tabs-ui__item svg {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.tabs-ui--toggle .tabs-ui__item--active {
  color: var(--white);
}

@media screen and (max-width: 1023px) {
  .tabs-ui--base .tabs-ui__header {
    background-color: var(--bg);
    border-radius: 20px;
  }

  .tabs-ui--base .tabs-ui__item {
    padding: 14px 9px 13px;
  }

  .tabs-ui--base .tabs-ui__active-bg {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tabs-ui__active-bg {
    border-radius: 20px;
  }
}

@media screen and (max-width: 355px) {
  .tabs-ui--base .tabs-ui__item span {
    letter-spacing: 0;
  }

  .tabs-ui--buttons .tabs-ui__slide:not(:last-child) {
    margin-right: 5px;
  }

  .tabs-ui--link .slider-ui__slider {
    overflow: visible;
  }
}

.progress-ui {
  height: 4px;
  overflow: hidden;
  position: relative;
}

.progress-ui--tr {
  background-color: transparent;
}

.progress-ui--rounded {
  border-radius: 10px;
}

.progress-ui--transition .progress-ui__active {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear;
}

.progress-ui__active {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  border-radius: inherit;
  background-color: var(--primary);
}

.air-player {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 56.2841530055%;
}

.air-player:hover .air-player__controls {
  opacity: 1;
}

.air-player__wrapp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.air-player__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.air-player__icon {
  margin: 0 10px;
  color: var(--white);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.air-player__icon:hover {
  color: rgba(255, 255, 255, 0.6);
}

.air-player__icon.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.air-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.air-video__video {
  position: relative;
  width: 220px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.air-video__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.air-video__progress {
  width: 100%;
  position: absolute;
  margin-top: -4px;
  left: 0;
}

.air-video__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.air-video__status:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: var(--primary);
  border-radius: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}

.air-video__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.air-video--mini .air-video__video {
  width: 80px;
  height: 45px;
}

.air-video--mini .air-video__desc {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.air-video--mini .air-video__status {
  margin-bottom: 0;
}

.air-video--mini .air-video__title {
  white-space: nowrap;
}

.header-air__tabs {
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .header-air__widget {
    display: none;
  }
}

.card-broadcast .card-broadcast__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-broadcast--mini .card-broadcast__wrapp {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}

.card-broadcast--mini .card-broadcast__left {
  width: 80px;
  margin-right: 15px;
}

.card-broadcast--mini .card-broadcast__right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.card-broadcast--mini .card-broadcast__title {
  position: relative;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.card-broadcast--mini .card-broadcast__title.card-broadcast__title--live {
  padding-left: 17px;
}

.card-broadcast--mini .card-broadcast__title.card-broadcast__title--live:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: var(--primary);
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.card-broadcast--mini .card-broadcast__live {
  margin-right: 10px;
  margin-bottom: 0;
}

.card-broadcast--mini .card-broadcast__live--live {
  display: none;
}

.card-broadcast__left {
  width: 220px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 20px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.card-broadcast__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 500px;
}

.card-broadcast__live--desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 5px;
  padding: 5px 10px 5px 8px;
}

.card-broadcast__live--desktop.card-broadcast__live--live:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: var(--white);
  border-radius: 100%;
  margin-right: 8px;
  margin-bottom: 2px;
}

.card-broadcast__live--mobile {
  display: none;
}

.card-broadcast__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

@media screen and (max-width: 1279px) {
  .card-broadcast__right {
    max-width: 347px;
  }
}

@media screen and (max-width: 1023px) {
  .card-broadcast__title {
    font-size: 14px;
  }

  .card-broadcast__live--desktop {
    display: none;
  }

  .card-broadcast__live--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .card-broadcast__live--mobile span {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 5px;
    padding: 5px 10px 5px 8px;
    margin-right: 10px;
  }

  .card-broadcast__live--mobile.card-broadcast__live--live:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: var(--primary);
    border-radius: 100%;
    margin-right: 8px;
    margin-bottom: 2px;
  }

  .card-broadcast__left {
    width: 140px;
    height: 79px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .card-broadcast__right {
    max-width: 100%;
  }
}

.empty-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: 1px dashed var(--secondary);
  border-radius: 5px;
  height: 100%;
  max-width: 100%;
  color: var(--text-secondary);
  text-align: center;
}

.empty-card__title {
  max-width: 210px;
}

.icon-play-ui {
  border-radius: 100%;
  background-color: var(--primary);
  position: relative;
  color: var(--white);
}

.icon-play-ui--air {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.icon-play-ui__icon {
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-play-ui--m {
  width: 30px;
  height: 30px;
}

.icon-play-ui--s {
  width: 20px;
  height: 20px;
}

.icon-play-ui--s .icon-play-ui__icon {
  width: 5px;
  height: 6px;
}

.card-img-ui {
  position: relative;
  z-index: 0;
}

.card-img-ui__video-icon {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
}

.card-img-ui__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-card--base .video-card__preview {
  margin-bottom: 10px;
}

.video-card--base .video-card__title {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.video-card--rightText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.video-card--rightText .video-card__preview {
  width: 220px;
  height: 123px;
  margin-right: 20px;
}

.video-card--rightText .video-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  -webkit-line-clamp: 6;
}

.video-card--rightTextBg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg);
  border-radius: 5px;
}

.video-card--rightTextBg .video-card__preview {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 220px;
  height: 123px;
}

.video-card--rightTextBg .video-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.video-card--rightTextBg .video-card__desc {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.video-card--rightTextBg .video-card__img {
  border-radius: 5px;
  overflow: hidden;
}

.video-card--rightTextBg .video-card__program {
  color: currentColor;
  margin-bottom: 5px;
}

.video-card__wrapp {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.video-card__preview {
  position: relative;
}

.video-card__play {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.video-card__program {
  color: var(--link);
}

@media screen and (max-width: 1439px) {
  .video-card--rightText .video-card__preview {
    width: 200px;
    height: 112px;
  }
}

@media screen and (max-width: 1279px) {
  .video-card--rightText .video-card__preview {
    width: 190px;
    height: 106px;
  }
}

@media screen and (max-width: 1023px) {
  .video-card--rightText .video-card__preview {
    width: 200px;
    height: 112px;
  }

  .video-card--rightTextBg {
    background-color: transparent;
    position: relative;
  }

  .video-card--rightTextBg .video-card__desc {
    position: absolute;
    color: var(--white);
    font-weight: 700;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    top: 0;
    left: 0;
  }

  .video-card--rightTextBg .video-card__preview {
    width: 205px;
    height: 115px;
  }

  .video-card--rightTextBg .video-card__title {
    color: var(--white);
    max-width: calc(100% - 25px);
  }
}

@media screen and (max-width: 767px) {
  .video-card--rightText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-card--rightText .video-card__preview {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .video-card--rightText .video-card__title {
    line-clamp: unset;
    -webkit-line-clamp: unset;
  }
}

.keep-watching-slide {
  background-color: var(--bg);
  border-radius: 5px;
  width: 460px;
  height: 123px;
}

.keep-watching-slide__card {
  position: relative;
}

.keep-watching-slide__trash {
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 5px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--error);
}

.keep-watching-slide__trash:hover {
  background-color: var(--error);
  color: var(--white);
}

.keep-watching-slide__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.keep-watching-slide__time {
  position: absolute;
  right: 5px;
  bottom: 10px;
  background-color: var(--bg);
  padding: 2px 4px;
  border-radius: 2px;
  z-index: 1;
  line-height: 1;
}

@media screen and (max-width: 1439px) {
  .keep-watching-slide {
    width: 400px;
  }
}

@media screen and (max-width: 1279px) {
  .keep-watching-slide {
    width: 580px;
  }
}

@media screen and (max-width: 1023px) {
  .keep-watching-slide {
    width: 205px;
    height: 115px;
  }
}

.keep-watching {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.keep-watching .swiper-button-lock {
  display: none;
}

.keep-watching [data-slider-prev],
.keep-watching [data-slider-next] {
  z-index: 1;
  position: absolute;
  top: -35px;
}

.keep-watching [data-slider-prev] {
  right: 40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.keep-watching [data-slider-next] {
  right: 0;
}

.keep-watching__empty {
  width: 460px;
  height: 123px;
}

@media screen and (max-width: 1439px) {
  .keep-watching__empty {
    width: 400px;
  }
}

@media screen and (max-width: 1279px) {
  .keep-watching__empty {
    width: 580px;
  }
}

@media screen and (max-width: 1023px) {
  .keep-watching .slider-ui__slider {
    overflow: visible;
  }

  .keep-watching [data-slider-prev],
  .keep-watching [data-slider-next] {
    display: none;
  }

  .keep-watching__empty {
    width: 205px;
    height: 115px;
  }
}

.schedule-base-card {
  padding: 15px;
  background-color: var(--bg);
  border-radius: 5px;
  -webkit-transition: all 0.6s ease, background-color 0.2s 0.4s ease;
  -o-transition: all 0.6s ease, background-color 0.2s 0.4s ease;
  transition: all 0.6s ease, background-color 0.2s 0.4s ease;
}

.schedule-base-card.mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  padding: 0;
}

.schedule-base-card.mini .schedule-base-card__time {
  margin-bottom: 0;
  margin-right: 10px;
}

.schedule-base-card.mini .schedule-base-card__title {
  white-space: nowrap;
}

.schedule-base-card.mini.schedule-base-card--next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  padding: 0;
  -webkit-transition: all 0.6s ease, background-color 0.2s ease;
  -o-transition: all 0.6s ease, background-color 0.2s ease;
  transition: all 0.6s ease, background-color 0.2s ease;
}

.schedule-base-card .schedule-base-card__action .onhover {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.schedule-base-card:hover .schedule-base-card__action .onhover {
  opacity: 1;
}

.schedule-base-card.past .schedule-base-card__time {
  color: var(--text-secondary);
}

.schedule-base-card.air .schedule-base-card__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-base-card.air .schedule-base-card__time:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: var(--primary);
  border-radius: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}

.schedule-base-card__time {
  display: block;
  margin-bottom: 10px;
}

.schedule-base-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.schedule-base-card__action {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--primary);
}

.schedule-base-card__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .schedule-base-card.air {
    position: relative;
    overflow: hidden;
    z-index: 0;
  }

  .schedule-base-card.air .schedule-base-card__time {
    display: none;
  }

  .schedule-base-card.air .schedule-base-card__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--white);
  }

  .schedule-base-card.air .schedule-base-card__title:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: var(--primary);
    border-radius: 100%;
    margin-right: 8px;
    margin-bottom: 2px;
    margin-top: 5px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .schedule-base-card.air .schedule-base-card__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: contain;
    -webkit-transition: background-image 0.2s ease;
    -o-transition: background-image 0.2s ease;
    transition: background-image 0.2s ease;
  }

  .schedule-base-card.air .schedule-base-card__img:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.7))
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
  }

  .schedule-base-card .schedule-base-card__action .onhover {
    opacity: 1;
  }
}

:root {
  --bg-header-o: rgba(236, 239, 248, 0);
}

[data-theme='dark'] {
  --bg-header-o: rgba(20, 25, 32, 0);
}

.schedule-widget {
  position: relative;
}

.schedule-widget [data-slider-prev],
.schedule-widget [data-slider-next] {
  z-index: 1;
  position: absolute;
  top: -35px;
}

.schedule-widget [data-slider-prev] {
  right: 40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.schedule-widget [data-slider-next] {
  right: 0;
}

.schedule-widget.mini {
  padding: 13px 0;
}

.schedule-widget.mini [data-slider-prev],
.schedule-widget.mini [data-slider-next] {
  display: none;
}

.schedule-widget.mini .schedule-widget__card {
  height: auto;
}

.schedule-widget.mini .schedule-widget__slide {
  width: auto !important;
  padding-right: 10px;
}

.schedule-widget.shadow.mini:after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 18px;
  background: -webkit-gradient(linear, right top, left top, from(var(--bg-header)), to(var(--bg-header-o)));
  background: -o-linear-gradient(right, var(--bg-header) 0%, var(--bg-header-o) 100%);
  background: linear-gradient(-90deg, var(--bg-header) 0%, var(--bg-header-o) 100%);
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.schedule-widget .slider-ui__slider:not(.swiper-initialized) {
  opacity: 0;
}

.schedule-widget .slider-ui__slider:not(.swiper-initialized) .schedule-widget__slide:not(:last-child) {
  margin-right: 20px;
}

.schedule-widget .slider-ui__slider.swiper-initialized {
  opacity: 1;
}

.schedule-widget__slide {
  width: 220px;
}

.schedule-widget__card {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 123px;
}

@media screen and (max-width: 1439px) {
  .schedule-widget__slide {
    width: 190px;
  }
}

@media screen and (max-width: 1279px) {
  .schedule-widget__slide {
    width: 180px;
  }
}

@media screen and (max-width: 1023px) {
  .schedule-widget .slider-ui__slider {
    overflow: visible;
  }

  .schedule-widget [data-slider-prev],
  .schedule-widget [data-slider-next] {
    display: none;
  }

  .schedule-widget__card {
    height: 115px;
  }

  .schedule-widget__slide {
    width: 205px;
  }
}

.header-announce__tab-icon {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header-announce__tabs .tabs-ui__header {
    margin-left: 235px;
  }

  .header-announce__tabs .tabs-ui__slide--schedule {
    display: none;
  }

  .header-announce__tabs .tabs-ui__item--watch,
  .header-announce__tabs .tabs-ui__item--broadcast {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }

  .header-announce__tabs .header-announce__tab-icon {
    display: block;
  }

  .header-announce__tab-name {
    display: none;
  }
}

@media screen and (max-width: 355px) {
  .header-announce__tabs .tabs-ui__header {
    margin-left: 215px;
  }
}

.header-top {
  width: 100%;
  background-color: var(--bg-header);
  padding: 15px 0 55px;
  height: 234px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.header-top--mini {
  padding: 10px 0 45px;
  height: 140px;
}

.header-top--mini .header-top__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-top--mini .header-top__air {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.header-top--mini .header-top__announce {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: unset;
  -ms-flex-negative: unset;
  flex-shrink: unset;
}

.header-top__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-top__announce {
  width: 940px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-top__air {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}

@media screen and (max-width: 1439px) {
  .header-top__announce {
    width: 820px;
  }
}

@media screen and (max-width: 1279px) {
  .header-top__announce {
    width: 580px;
  }
}

@media screen and (max-width: 1023px) {
  .header-top {
    height: auto;
    padding: 15px 0 40px;
  }

  .header-top__wrapp {
    height: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-top__air {
    position: absolute;
  }

  .header-top__announce {
    width: 100%;
  }
}

.header {
  background-color: var(--bg);
}

.header__wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 0;
  left: 0;
}

.header__wrapp--mini {
  top: -45px;
}

.header__nav {
  left: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .header {
    height: 225px;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: -200px;
  }

  .header__wrapp {
    position: static;
    overflow: hidden;
  }

  .header__mobile-menu {
    z-index: 10;
  }

  .header__nav {
    bottom: -25px;
  }
}

:root {
  --primary: #00c400;
  --secondary: #95b0c8;
  --bg: #ffffff;
  --bg-secondary: #f4f7ff;
  --bg-secondary-09: rgba(244, 247, 255, 0.9);
  --inversion: #000000;
  --bg-header: #eceff8;
  --bg-bar: #ffffff;
  --bg-adv: #f3f3f3;
  --bg-program: #1b232f;
  --bg-program-06: rgba(27, 35, 47, 0.6);
  --bg-program-08: rgba(27, 35, 47, 0.8);
  --color-stroke-news: #99e799;
  --search: rgba(153, 231, 153, 0.6);
  --color-stroke-article: #dfe7ee;
  --divider: #cad7e3;
  --gradient-g: linear-gradient(90deg, #1b232f 0%, rgba(27, 35, 47, 0) 90.63%);
  --gradient-v: linear-gradient(0deg, #1b232f 0%, rgba(27, 35, 47, 0) 100%);
  --success: #3ccb7e;
  --error: #ff6442;
  --black: #000000;
  --white: #ffffff;
  --text-primary: #000000;
  --text-secondary: #839cb1;
  --link: #00b400;
  --shadow: 0px 4px 70px rgba(0, 56, 255, 0.15);
  --shadow-mini: 0px 4px 30px rgba(0, 56, 255, 0.15);
  --shadow-accent: 0px 4px 20px rgba(0, 196, 0, 0.5);
  --shadow-accent-tabs: 0px 2px 4px rgba(0, 196, 0, 0.5);
  --loader: rgba(255, 255, 255, 0.7);
}

[data-theme='dark'] {
  --primary: #00c400;
  --secondary: #7a91a6;
  --bg: #1b232f;
  --bg-secondary: #253345;
  --bg-secondary-09: rgba(27, 35, 47, 0.9);
  --inversion: #ffffff;
  --bg-header: #141920;
  --bg-bar: #253345;
  --bg-adv: #2b333e;
  --bg-program: #141920;
  --bg-program-06: rgba(20, 25, 32, 0.6);
  --bg-program-08: rgba(20, 25, 32, 0.8);
  --color-stroke-news: #10621a;
  --search: rgba(16, 98, 26, 0.6);
  --color-stroke-article: #424a55;
  --divider: #394655;
  --gradient-g: linear-gradient(90deg, #141920 0%, rgba(20, 25, 32, 0) 90.63%);
  --gradient-v: linear-gradient(0deg, #141920 0%, rgba(20, 25, 32, 0) 100%);
  --success: #27bd6c;
  --error: #e24c2b;
  --black: #000000;
  --white: #ffffff;
  --text-primary: #e4edf5;
  --text-secondary: #88a2b9;
  --link: #00c400;
  --shadow: 0px 4px 70px rgba(0, 0, 0, 0.55);
  --shadow-mini: 0px 4px 30px rgba(0, 0, 0, 0.55);
  --shadow-accent: 0px 4px 25px rgba(0, 196, 0, 0.5);
  --shadow-accent-tabs: 0px 2px 4px rgba(0, 196, 0, 0.5);
  --loader: rgba(27, 35, 47, 0.7);
}

:root {
  --layoutOffset: 30px;
}

@media screen and (max-width: 1439px) {
  :root {
    --layoutOffset: 20px;
  }
}

@media screen and (max-width: 355px) {
  :root {
    --layoutOffset: 10px;
  }
}

[app] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  max-width: 100%;
}

header {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
}

footer {
  width: 100%;
  padding: 0;
  margin-top: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 0;
}

.view {
  width: 1440px;
  padding-left: var(--layoutOffset);
  padding-right: var(--layoutOffset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: calc(100vh - 300px);
  padding-top: 65px;
  padding-bottom: 50px;
  z-index: 1;
  background-color: var(--bg);
}

@media screen and (max-width: 1439px) {
  .view {
    width: 1280px;
  }
}

@media screen and (max-width: 1279px) {
  .view {
    width: 1024px;
  }
}

@media screen and (max-width: 1023px) {
  .view {
    width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .view {
    width: 100%;
  }
}

.news-list-kompania-page .header-menu__item a[href='/novosti/']:before {
  border-color: var(--primary);
}

@media screen and (max-width: 1439px) {
  .view {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .view {
    padding-top: 55px;
  }

  .news-list-kompania-page .header-menu__item a[href='/novosti/']:before {
    content: none;
  }

  .main-page .view {
    padding-top: 40px;
  }
}
@media (max-width: 1280px) {
  .schedule-widget .slider-ui__slider.swiper-initialized {
    display: none;
  }
  .schedule-widget [data-slider-prev] {
    display: none;
  }
  .schedule-widget [data-slider-next] {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header-top__wrapp {
    height: 100%;
  }
  .header {
    height: 100%;
  }
}
