<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --color-primary: #E99899FF; }

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: Arial;
  font-display: swap;
  src: url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Arial;
  font-display: swap;
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  position: relative;
  font-family: arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #B0BBBF;
  background-color: #323539;
  min-height: 100%;
}

main {
  margin-top: 112px;
}
@media (max-width: 850px) {
  main {
    margin-top: 70px;
  }
}

.wrapper {
  overflow-x: hidden;
  min-height: 100%;
  height: 100%;
}

.container {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

h1 {
  font-family: RobotoCondensed;
  font-weight: 700;
  color: #E2E7E9;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: normal;
}
@media (max-width: 650px) {
  h1 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

h2 {
  font-family: RobotoCondensed;
  font-size: 34px;
  color: #E2E7E9;
  line-height: normal;
}
@media (max-width: 650px) {
  h2 {
    font-size: 30px;
    font-weight: 700;
  }
}

.choice__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: none;
  outline: none;
  border-radius: 56px;
  width: 216px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  background: #212429;
  padding: 0 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 145%;
  color: inherit;
  display: none;
  height: 26px;
}
.choice__select.choice__select-episodes {
  width: 100%;
}
.choice__select.choice__select-series {
  background: #323539;
  width: 100%;
  padding-bottom: 2px;
}
.choice__select.choice__select-burger {
  padding-bottom: 2px;
  height: 32px;
  font-size: 16px;
  width: 100%;
}
@media (max-width: 480px) {
  .choice__select {
    display: block;
  }
}

.select__block {
  position: relative;
}
@media (max-width: 480px) {
  .select__block::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    width: 12px;
    height: 9px;
    z-index: 42;
    display: block;
    background-image: url("./../img/arrow-header.svg");
  }
  .select__block.select__series {
    width: 100%;
  }
  .select__block.select__series::after {
    top: 9px;
  }
  .select__block.select__seasons::after {
    top: 9px;
  }
}
.select__block.select__header {
  width: 167px;
}
.select__block.select__schedule {
  width: 190px;
}
.select__block.select__schedule .dropdown__list-wrapper {
  height: 158px;
  padding-top: 34px;
  padding-left: 12px;
  padding-right: 11px;
}
.select__block.select__schedule .dropdown__list-wrapper .dropdown__list-text {
  font-size: 17px;
  line-height: 22px;
}
.select__block.select__burger {
  width: calc(50% - 6px);
}
@media (max-width: 480px) {
  .select__block .dropdown {
    display: none;
  }
}
.select__block .dropdown__button {
  position: relative;
  border-radius: 56px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  padding: 0 5px;
  transition: all 0.3s;
  background: #212429;
  z-index: 40;
  height: 26px;
  color: inherit;
  font-size: 16px;
  width: 100%;
}
.select__block .dropdown__button.active {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.select__block .dropdown__button.active svg {
  transform: rotate(180deg);
}
.select__block .dropdown__button.active svg {
  stroke: var(--color-primary, #E99899FF);
}
.select__block .dropdown__button.dropdown__button-burger {
  height: 32px;
  font-size: 16px;
}
.select__block .dropdown__button svg {
  margin-left: 20px;
  stroke: #B0BBBF;
  transform: rotate(0);
  transition: all 0.3s;
}
.select__block .dropdown__button:hover {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.select__block .dropdown__button:hover svg {
  stroke: var(--color-primary, #E99899FF);
}
.select__block .dropdown__list-wrapper {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 30;
  width: 100%;
  border-radius: 13px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  background: #212429;
  /* height: 205px; */
  display: none;
}
.select__block .dropdown__list-wrapper.dropdown__list-visible {
  display: block;
}
.select__block .dropdown__list {
  width: calc(100% - 17px);
  max-height: 257px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 26px;
  margin-left: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(176, 187, 191, 0.5) #484C51;
}
.select__block .dropdown__list::-webkit-scrollbar {
  width: 4px;
}
.select__block .dropdown__list::-webkit-scrollbar-track {
  background: #484C51;
  border-radius: 2px;
}
.select__block .dropdown__list::-webkit-scrollbar-thumb {
  background-color: rgba(176, 187, 191, 0.5);
  border-radius: 2px;
}
.select__block .dropdown__list input {
  background: #212429;
  width: calc(100% - 17px);
  border-bottom: 1px solid #484C51;
  font-size: 15px;
  line-height: 30px;
  color: #B0BBBF;
  margin-bottom: 6px;
  margin-top: -26px;
}
.select__block .dropdown__list input::placeholder {
  color: #484C51;
}
.select__block .dropdown__list ul &gt; *:not(:last-child) {
  margin-bottom: 4px;
}
.select__block .dropdown__list ul li {
  font-size: 17px;
}
.select__block .dropdown__list-item {
  cursor: pointer;
}
.select__block .dropdown__list-item:hover {
  color: var(--color-primary, #E99899FF);
}

.btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #212429;
  border-radius: 3px;
  border: 1px solid rgba(255, 230, 211, 0.5);
  padding: 6px 0;
  color: var(--color-primary, #E99899FF);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  transition: all 0.3s;
}
.btn:hover {
  background: var(--color-primary, #E99899FF);
  color: #212429;
}

.btn__footer {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(255, 230, 211, 0.5);
  border-radius: 3px;
  color: var(--color-primary, #E99899FF);
  font-weight: 700;
  line-height: 30px;
  padding: 6px 0;
  transition: all 0.3s;
}
.btn__footer:hover {
  background: var(--color-primary, #E99899FF);
  color: #212429;
}

.rating-area {
  overflow: hidden;
}

.rating-area:not(:checked) &gt; input {
  display: none;
}

.rating-area:not(:checked) &gt; label {
  float: right;
  width: 36px;
  padding: 0;
  cursor: pointer;
  font-size: 33px;
}

.rating-area:not(:checked) &gt; label.star {
  width: 25px;
  height: 23px;
  display: block;
  margin-right: 11px;
  background: url('/site/img/star.svg') center center no-repeat;
}
.rating-area:not(:checked) &gt; label.star:hover {
  background: url('/site/img/star_active.svg') center center no-repeat !important;
}

.rating-area &gt; input:checked ~ label {
  background: url('/site/img/star_active.svg') center center no-repeat !important;
}

.rating-area:not(:checked) &gt; label:hover,
.rating-area:not(:checked) &gt; label:hover ~ label{
  background: url('/site/img/star_active.svg') center center no-repeat !important;
}

.rating-area &gt; input:checked + label:hover,
.rating-area &gt; input:checked + label:hover ~ label,
.rating-area &gt; input:checked ~ label:hover,
.rating-area &gt; input:checked ~ label:hover ~ label,
.rating-area &gt; label:hover ~ input:checked ~ label {
  background: url('/site/img/star_active.svg') center center no-repeat !important;
}

.rate-area &gt; label:active {
  position: relative;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  background: rgba(33, 36, 41, 0.8);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__body {
  transform: translateY(-50%);
}
.modal__body {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-10%);
  transition: all 0.3s ease-in-out;
}
.modal__close {
  cursor: pointer;
  margin-top: 10px;
}
.modal__close svg {
  stroke: #B0BBBF;
}
.modal__close:hover svg {
  stroke: var(--color-primary, #E99899FF);
}
@media (max-width: 650px) {
  .modal__close svg {
    width: 21px;
    height: 21px;
  }
}
.modal .modal__trailer-body {
  width: 940px;
}
#gallery.modal .modal__trailer-body {
  width: 960px;
}
#gallery.modal .modal__gallery-swiper .swiper-slide img {
  width: auto;
  height: 100%;
}
@media (max-width: 950px) {
  .modal .modal__trailer-body {
    width: 100% !important;
  }
}
.modal .modal__trailer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 950px) {
  .modal .modal__trailer-row {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .modal .modal__trailer-row {
    align-items: flex-start;
  }
}
.modal .modal__trailer-row .modal__trailer-title {
  font-size: 34px;
  line-height: normal;
  font-family: RobotoCondensed;
  font-weight: 500;
}
@media (max-width: 950px) {
  .modal .modal__trailer-row .modal__trailer-title {
    color: #E2E7E9;
    font-size: 30px;
  }
}
.modal .modal__trailer-swiper {
  border-radius: 3px;
  background: #323539;
  position: relative;
}
.modal .modal__trailer-swiper .serial__info-trailer {
  display: none;
}
@media (max-width: 650px) {
  .modal .modal__trailer-swiper .serial__info-trailer {
    display: block;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .modal .modal__trailer-swiper {
    /*height: 335px;*/
  }
}
.modal__trailer-subtitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #B0BBBF80;
  margin: 12px 0;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .modal__trailer-subtitle {
    font-size: 0;
    margin: 6px 0 4px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .modal.modal__trailer .swiper-trailer-pagination {
    right: 0;
    left: auto;
    bottom: 3px;
    height: 30px;
    overflow: hidden;
    max-width: 80%;
    position: absolute;
  }
}
.modal .swiper-slide {
  position: relative;
}
@media (max-width: 480px) {
  .modal .swiper-slide img {
    height: 295px;
  }
}
.modal .swiper-slide .modal__trailer-play {
  cursor: pointer;
  position: absolute;
  top: 172px;
  left: 50%;
  transform: translateX(-50%);
}
.modal .swiper-slide .modal__trailer-play svg {
  fill: #fff;
}
.modal .swiper-slide .modal__trailer-play svg path:nth-child(1) {
  fill: #313235;
  opacity: 0.8;
}
.modal .swiper-slide .modal__trailer-play:hover svg {
  fill: var(--color-primary, #E99899FF);
}
.modal .swiper-slide .modal__trailer-play:hover svg path:nth-child(1) {
  fill: var(--color-primary, #E99899FF);
  opacity: 1;
}
@media (max-width: 480px) {
  .modal .swiper-slide .modal__trailer-play {
    top: 127px;
  }
  .modal .swiper-slide .modal__trailer-play svg {
    width: 35px;
    height: 43px;
  }
}
.modal .swiper-trailer__next {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.modal .swiper-trailer__next svg .fill {
  fill: #212429;
}
.modal .swiper-trailer__next svg .stroke {
  stroke: #B0BBBF;
}
.modal .swiper-trailer__next svg path {
  stroke: #B0BBBF;
}
@media (max-width: 768px) {
    .modal .swiper-trailer__next svg {
        width: 40px;
        height: 40px;
    }
}
.modal .swiper-trailer__next.swiper-button-disabled {
  opacity: 0;
}
.modal .swiper-trailer__next:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.modal .swiper-trailer__next:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.modal .swiper-trailer__next:hover svg path {
  stroke: #212429;
}
.modal .swiper-trailer__prev {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.modal .swiper-trailer__prev svg {
  /*transform: rotate(180deg);*/
}
.modal .swiper-trailer__prev svg .fill {
  fill: #212429;
}
.modal .swiper-trailer__prev svg .stroke {
  stroke: #B0BBBF;
}
.modal .swiper-trailer__prev svg path {
  stroke: #B0BBBF;
}
@media (max-width: 768px) {
    .modal .swiper-trailer__prev svg {
        width: 40px;
        height: 40px;
    }
}
.modal .swiper-trailer__prev.swiper-button-disabled {
  opacity: 0;
}
.modal .swiper-trailer__prev:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.modal .swiper-trailer__prev:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.modal .swiper-trailer__prev:hover svg path {
  stroke: #212429;
}
.modal .swiper-trailer-pagination {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  height: 30px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .modal .swiper-trailer-pagination {
    text-align: right;
    padding-right: 10px;
  }
}
.modal .swiper-trailer-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 40px;
  border-radius: 2px;
  background: transparent;
  border: 1px solid rgba(176, 187, 191, 0.5);
  opacity: 1;
}
.modal .swiper-trailer-pagination .swiper-pagination-bullet:hover {
  background: #B0BBBF;
  opacity: 1;
}
@media (max-width: 480px) {
  .modal .swiper-trailer-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.modal .swiper-trailer-pagination .swiper-pagination-bullet-active {
  background: #B0BBBF;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .modal .swiper-trailer-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.modal .modal__gallery-body {
  width: 960px;
}
@media (max-width: 950px) {
  .modal .modal__gallery-body {
    width: 100%;
  }
}
.modal .modal__gallery-swiper {
  height: 548px;
  border-radius: 3px;
  background: #323539;
  position: relative;
}
@media (max-width: 480px) {
  .modal .modal__gallery-swiper {
    height: 202px;
  }
}
.modal .modal__gallery-swiper .swiper-slide {
  text-align: center;
  overflow: hidden;
}
.modal .modal__gallery-swiper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .modal .modal__gallery-swiper .swiper-slide.width img {
    width: 100%;
    height: auto;
    max-height: 202px;
  }
  .modal .modal__gallery-swiper .swiper-slide.height img {
    max-height: 202px;
    width: auto;
  }
}
.modal .modal__gallery-swiper .swiper-modal-gallery__next {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 250px;
  z-index: 100;
}
.modal .modal__gallery-swiper .swiper-modal-gallery__next svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 650px) {
  .modal .modal__gallery-swiper .swiper-modal-gallery__next svg {
    width: 40px;
    height: 40px;
  }
}
.modal .modal__gallery-swiper .swiper-modal-gallery__next svg .fill {
  fill: #212429;
}
.modal .modal__gallery-swiper .swiper-modal-gallery__next svg .stroke {
  stroke: #B0BBBF;
}
.modal .modal__gallery-swiper .swiper-modal-gallery__next svg path {
  stroke: #B0BBBF;
}
.modal .modal__gallery-swiper .swiper-modal-gallery__next:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.modal .modal__gallery-swiper .swiper-modal-gallery__next:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.modal .modal__gallery-swiper .swiper-modal-gallery__next:hover svg path {
  stroke: #212429;
}
@media (max-width: 480px) {
  .modal .modal__gallery-swiper .swiper-modal-gallery__next {
    top: 85px;
  }
}
.modal .modal__gallery-swiper .swiper-modal-gallery__next.swiper-button-disabled {
  opacity: 0;
  display: none;
}
.modal .modal__gallery-swiper .swiper-modal-gallery__prev {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 250px;
  z-index: 100;
}
.modal .modal__gallery-swiper .swiper-modal-gallery__prev svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 650px) {
  .modal .modal__gallery-swiper .swiper-modal-gallery__prev svg {
    width: 40px;
    height: 40px;
  }
}
.modal .modal__gallery-swiper .swiper-modal-gallery__prev svg .fill {
  fill: #212429;
}
.modal .modal__gallery-swiper .swiper-modal-gallery__prev svg .stroke {
  stroke: #B0BBBF;
}
.modal .modal__gallery-swiper .swiper-modal-gallery__prev svg path {
  stroke: #B0BBBF;
}
@media (max-width: 480px) {
  .modal .modal__gallery-swiper .swiper-modal-gallery__prev {
    top: 85px;
  }
}
.modal .modal__gallery-swiper .swiper-modal-gallery__prev.swiper-button-disabled {
  opacity: 0;
  display: none;
}
.modal .modal__gallery-swiper .swiper-modal-gallery__prev:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.modal .modal__gallery-swiper .swiper-modal-gallery__prev:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.modal .modal__gallery-swiper .swiper-modal-gallery__prev:hover svg path {
  stroke: #212429;
}
.modal .modal__gallery-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 950px) {
  .modal .modal__gallery-row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 650px) {
  .modal .modal__gallery-row {
    align-items: flex-start;
  }
}
.modal .modal__gallery-row .modal__gallery-title {
  font-size: 34px;
  line-height: normal;
  font-family: RobotoCondensed;
}
@media (max-width: 950px) {
  .modal .modal__gallery-row .modal__gallery-title {
    color: #E2E7E9;
    font-weight: 700;
    font-size: 30px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 50;
  background: #212429;
  padding-top: 14px;
  height: 78px;
}
@media (max-width: 850px) {
  .header {
    padding: 5px 0;
    height: 56px;
  }
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 900px) {
  .header__left {
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .header__left nav {
    display: none;
  }
}
.header__left .nav__list {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  margin-top: 8px;
}
@media (max-width: 900px) {
  .header__left .nav__list {
    gap: 6px;
  }
}
.header__left .nav__list .nav__item {
  cursor: pointer;
  position: relative;
  border-radius: 56px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  padding: 0 14px;
  transition: all 0.3s;
  background: #212429;
  z-index: 20;
  height: 26px;
  overflow: hidden;
}
.header__left .nav__list .nav__item svg {
  margin-left: 20px;
  stroke: #B0BBBF;
  transform: rotate(0);
  transition: all 0.3s;
}
.header__left .nav__list .nav__item.active {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.header__left .nav__list .nav__item.active svg {
  transform: rotate(-180deg);
  stroke: var(--color-primary, #E99899FF);
}
.header__left .nav__list .nav__item:hover {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.header__left .nav__list .nav__item:hover svg {
  stroke: var(--color-primary, #E99899FF);
}
/*.header__left .nav__list .nav__item:nth-child(1) {
  width: 91px;
  padding: 0 16px;
}
.header__left .nav__list .nav__item:nth-child(3) {
  width: 108px;
  padding: 0 13px;
}
.header__left .nav__list .nav__item:nth-child(4) {
  width: 137px;
  padding: 0 9px;
}
.header__left .nav__list .nav__item:nth-child(4) svg {
  margin-left: 18px;
}*/
.header__logo {
  display: inline-block;
  font-family: RobotoCondensed;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-primary, #E99899FF);
  border-radius: 6px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  background: transparent;
  transition: all 0.3s;
  letter-spacing: 1.2px;
  margin-top: 6px;
  width: 168px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
.header__logo.without_border {
  border: none;
}
.header__logo.without_border:hover svg path {
  fill: #323539;
}
@media (max-width: 650px) {
  .header__logo {
    margin-top: 5px;
  }
}
/*.header__logo:hover {
  background: var(--color-primary, #E99899FF);
  color: #212429;
}*/
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 5px;
}
@media (max-width: 900px) {
  .header__right {
    gap: 10px;
  }
}
@media (max-width: 850px) {
  .header__right {
    display: none;
  }
}
.header__right a {
  display: inline-block;
  width: 46px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  transition: all 0.3s;
  background: #212429;
}

.tg__button svg {
    margin-right: 4px;
}

.header__right a svg {
  fill: #B0BBBF;
}
.header__right a:hover {
  background: #B0BBBF;
}
.header__right a:hover svg {
  fill: #212429;
}
.header__menu {
  display: none;
}
@media (max-width: 850px) {
  .header__menu {
    display: block;
    margin-top: 6px;
  }
  .header__menu:hover {
    cursor: pointer;
  }
  .header__menu:hover svg {
    fill: var(--color-primary, #E99899FF);
  }
}
.header .header-mobile__list-wrapper {
  width: 175px;
  position: absolute;
  top: 5px;
  left: 99px;
  z-index: 10;
  border-radius: 13px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  background: #212429;
  height: 205px;
}
.header .header-mobile__list {
  height: 154px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 159px;
  margin-top: 30px;
  margin-left: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(176, 187, 191, 0.5) #484C51;
}
.header .header-mobile__list::-webkit-scrollbar {
  width: 4px;
}
.header .header-mobile__list::-webkit-scrollbar-track {
  background: #484C51;
}
.header .header-mobile__list::-webkit-scrollbar-thumb {
  background-color: rgba(176, 187, 191, 0.5);
  border-radius: 2px;
}
.header .header-mobile__list input {
  background: #212429;
  width: 133px;
  padding-bottom: 2px;
  border-bottom: 1px solid #484C51;
  font-size: 15px;
  line-height: 30px;
  color: #B0BBBF;
  margin-bottom: 11px;
  margin-top: -30px;
}
.header .header-mobile__list input::placeholder {
  color: #484C51;
}
.header .header-mobile__list ul &gt; *:not(:last-child) {
  margin-bottom: 6px;
}
.header .header-mobile__list ul li {
  font-size: 15px;
}

.btn__open + .header-mobile__list-wrapper {
  display: none;
}

.btn__open.active + .header-mobile__list-wrapper {
  display: block;
}

.menu__burger {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: #323539;
  transition: all 0.3s;
  padding-bottom: 30px;
}
.menu__burger.active {
  right: 0;
}
.menu__burger-header {
  background: #212429;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 14px;
  height: 56px;
}
.menu__burger-logo {
  display: inline-block;
  font-family: RobotoCondensed;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-primary, #E99899FF);
  border-radius: 6px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  background: transparent;
  transition: all 0.3s;
  letter-spacing: 1.2px;
  width: 168px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__burger-logo.without_border {
  border: none;
}
.menu__burger-logo.without_border:hover svg {
  background: var(--color-primary, #E99899FF);
  color: #212429;
}
.menu__burger-logo.without_border:hover svg path {
  fill: #323539;
}
.menu__burger-close {
  margin-top: 5px;
  cursor: pointer;
}
.menu__burger-close svg {
  fill: #212429;
}
.menu__burger-close:hover svg {
  fill: var(--color-primary, #E99899FF);
}
.menu__burger-info {
  margin: 13px 10px 29px;
  padding: 10px 12px;
  border-radius: 3px;
  background: #484C51;
  font-size: 16px;
}
.menu__burger-info span {
  font-weight: 700;
  font-size: 16px;
}
.menu__burger-nav__list {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 10px 29px;
  flex-wrap: wrap;
  position: relative;
}
.menu__burger-nav__list .burger-mobile__list-wrapper {
  width: calc(56% - 6px);
  position: absolute;
  top: 13px;
  left: 0px;
  z-index: 30;
  border-radius: 13px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  background: #212429;
  height: 205px;
}
.menu__burger-nav__list .burger-mobile__list {
  height: 154px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 20px);
  margin-top: 24px;
  margin-left: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(176, 187, 191, 0.5) #484C51;
}
.menu__burger-nav__list .burger-mobile__list::-webkit-scrollbar {
  width: 4px;
}
.menu__burger-nav__list .burger-mobile__list::-webkit-scrollbar-track {
  background: #484C51;
}
.menu__burger-nav__list .burger-mobile__list::-webkit-scrollbar-thumb {
  background-color: rgba(176, 187, 191, 0.5);
  border-radius: 2px;
}
.menu__burger-nav__list .burger-mobile__list input {
  background: #212429;
  width: calc(100% - 20px);
  padding-bottom: 2px;
  border-bottom: 1px solid #484C51;
  font-size: 15px;
  line-height: 30px;
  color: #B0BBBF;
  margin-bottom: 11px;
}
.menu__burger-nav__list .burger-mobile__list input::placeholder {
  color: #484C51;
}
.menu__burger-nav__list .burger-mobile__list ul &gt; *:not(:last-child) {
  margin-bottom: 6px;
}
.menu__burger-nav__list .burger-mobile__list ul li {
  font-size: 15px;
}
.menu__burger-nav__item {
  cursor: pointer;
  position: relative;
  border-radius: 56px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  padding: 3px 10px;
  transition: all 0.3s;
  background: #212429;
  z-index: 20;
}
.menu__burger-nav__item a {
  display: block;
}
.menu__burger-nav__item svg {
  stroke: #B0BBBF;
  transform: rotate(0);
  transition: all 0.3s;
}
.menu__burger-nav__item.active {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.menu__burger-nav__item.active svg {
  transform: rotate(-180deg);
  stroke: var(--color-primary, #E99899FF);
}
.menu__burger-nav__item:hover {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.menu__burger-nav__item:hover svg {
  stroke: var(--color-primary, #E99899FF);
}
.menu__burger-nav__item.dropdown {
  width: calc(56% - 6px);
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__burger-nav__item.item__series {
  width: calc(44% - 6px);
  text-align: center;
}
.menu__burger-nav__item.col-2 {
  width: calc(50% - 6px);
  text-align: center;
}
.menu__burger-season {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  margin: 0 10px;
  padding-bottom: 37px;
}
.menu__burger-season .burger__season-item {
  width: 106px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .menu__burger-season .burger__season-item {
    width: calc(33% - 7px);
  }
}
.menu__burger-season .burger__season-item:hover {
  color: var(--color-primary, #E99899FF);
  background: rgba(176, 187, 191, 0.2);
}
.menu__burger-recommend {
  border-top: 1px solid #484C51;
  margin: 0px 10px 11px;
  padding-top: 21px;
  display: flex;
  flex-direction: column;
}
.menu__burger-recommend &gt; *:not(:last-child) {
  margin-bottom: 14px;
}
.menu__burger-recommend .burger__recommend-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.menu__burger-recommend .burger__recommend-item .burger__recommend-img {
  width: 63px;
  height: 88px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.menu__burger-recommend .burger__recommend-item .burger__recommend-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
}
.menu__burger-recommend .burger__recommend-item .burger__recommend-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu__burger-recommend .burger__recommend-item .burger__recommend-info {
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.menu__burger-recommend .burger__recommend-item .burger__recommend-info .burger__recommend-title {
  font-weight: 700;
  line-height: 18px;
  font-size: 18px;
}
.menu__burger-recommend .burger__recommend-item .burger__recommend-info .burger__recommend-date {
  font-size: 16px;
  color: rgba(176, 187, 191, 0.5);
  line-height: 18px;
}
.menu__burger-recommend .burger__recommend-item .burger__recommend-info .burger__recommend-genre {
  font-size: 16px;
  color: rgba(176, 187, 191, 0.5);
  line-height: 18px;
}
.menu__burger-social {
  margin: 0 10px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.menu__burger-social a {
  display: inline-block;
  height: 36px;
  width: calc(50% - 9px);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  border-radius: 3px;
}
.menu__burger-social a svg {
  fill: #B0BBBF;
}
.menu__burger-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 70px);
  overflow-y: auto;
}
.menu__burger-bottom {
    padding-bottom: 30px;
}

.btn__open + .burger-mobile__list-wrapper {
  display: none;
}

.btn__open.active + .burger-mobile__list-wrapper {
  display: block;
}

.series__small {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .series__small {
    margin-bottom: 30px;
  }
}
.series__small-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 23px;
  row-gap: 19px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .series__small-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 650px) {
  .series__small-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
  }
}
.zapretnyyplod {
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.2);
  overflow: hidden;
  transition: all 0.3s;
}
.zapretnyyplod:hover {
  border: 1px solid rgba(176, 187, 191, 0.5);
}
.zapretnyyplod:hover .zapretnyyplod__bottom {
  background: #212429;
}
.zapretnyyplod__top {
  position: relative;
  width: 100%;
  height: 138px;
}
.zapretnyyplod__top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: normal !important;
}
@media (max-width: 480px) {
  .zapretnyyplod__top {
    height: 104px;
  }
}
.series__small-unknown {
  background: linear-gradient(0deg, #212429 0%, rgba(50, 53, 57, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.series__small-unknown__text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(176, 187, 191, 0.5);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .series__small-unknown__text {
    font-size: 16px;
  }
}
.zapretnyyplod__bottom {
  background: #323539;
  transition: all 0.3s;
}
.zapretnyyplod__number {
  padding: 8px 10px 6px 10px;
  color: var(--color-primary, #E99899FF);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media (max-width: 480px) {
  .zapretnyyplod__number {
    font-size: 18px;
    padding: 6px 8px;
    padding-bottom: 3px;
  }
}
.zapretnyyplod__names {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  gap: 8px;
  position: relative;
  padding: 0 10px 10px 10px;
  line-height: normal !important;
}

/*.zapretnyyplod__name:nth-child(1) {*/
/*    display: flex !important;*/
/*}*/

/*.zapretnyyplod__name:nth-child(2) {*/
/*    display: flex !important;*/
/*}*/


.zapretnyyplod__names::-webkit-scrollbar {
  width: 0;
}

@media (max-width: 650px) {
  .zapretnyyplod__names {
    padding-bottom: 6px;
  }
}
.zapretnyyplod__name {
  color: var(--color-primary, #E99899FF);
  position: relative;
  white-space: nowrap;
  display: none;
}
.zapretnyyplod__name:nth-child(-n+2) {
  display: block;
}

.zapretnyyplod__name.show {
    visibility: visible;
}


.zapretnyyplod__name:hover::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: rgba(176, 187, 191, 0.5);
  opacity: 0.5;
}
@media (max-width: 480px) {
  .zapretnyyplod__name {
    font-size: 14px;
  }
}
.zapretnyyplod__name:nth-child(2) {
  padding-left: 10px;
}
.zapretnyyplod__name:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 0px;
  left: 0;
  background: var(--color-primary, #E99899FF);
}
.zapretnyyplod__name:nth-child(3) {
  padding-left: 10px;
}
.zapretnyyplod__name:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 0px;
  left: 0;
  background: var(--color-primary, #E99899FF);
}
.zapretnyyplod__name:nth-child(4) {
  padding-left: 10px;
}
.zapretnyyplod__name:nth-child(4)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 0px;
  left: 0;
  background: var(--color-primary, #E99899FF);
}
.zapretnyyplod__name:nth-child(2):hover::before {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 10px;
  background: rgba(176, 187, 191, 0.5);
}
.series__small-mobile {
  display: none;
}
@media (max-width: 480px) {
  .series__small-mobile {
    display: flex;
    gap: 20px;
    position: relative;
    margin-bottom: 12px;
  }
}
.series__small-mobile__btn__list {
  display: inline-block;
  width: calc(56% - 10px);
  height: 26px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 56px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  background: #323539;
  color: #B0BBBF;
  z-index: 11;
  font-size: 16px;
}
.series__small-mobile__btn__list svg {
  stroke: #B0BBBF;
  transform: rotate(0);
  transition: all 0.3s;
}
.series__small-mobile__btn__list.active {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.series__small-mobile__btn__list.active svg {
  transform: rotate(-180deg);
  stroke: var(--color-primary, #E99899FF);
}
.series__small-mobile__btn__list:hover {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.series__small-mobile__btn__list:hover svg {
  stroke: var(--color-primary, #E99899FF);
}
.series__small-mobile__btn {
  display: inline-block;
  width: calc(44% - 10px);
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  background: #323539;
}
.series__small-mobile__btn.active {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.series__small-mobile__btn:hover {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.series__small-mobile__list__wrapper {
  width: calc(56% - 10px);
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 10;
  border-radius: 13px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  background: #212429;
  height: 205px;
}
.series__small-mobile__list {
  height: 154px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 20px);
  margin-top: 24px;
  margin-left: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(176, 187, 191, 0.5) #484C51;
}
.series__small-mobile__list::-webkit-scrollbar {
  width: 4px;
}
.series__small-mobile__list::-webkit-scrollbar-track {
  background: #484C51;
}
.series__small-mobile__list::-webkit-scrollbar-thumb {
  background-color: rgba(176, 187, 191, 0.5);
  border-radius: 2px;
}
.series__small-mobile__list input {
  background: #212429;
  width: calc(100% - 20px);
  padding-bottom: 2px;
  border-bottom: 1px solid #484C51;
  font-size: 15px;
  line-height: 30px;
  color: #B0BBBF;
  margin-bottom: 11px;
}
.series__small-mobile__list input::placeholder {
  color: #484C51;
}
.series__small-mobile__list ul &gt; *:not(:last-child) {
  margin-bottom: 6px;
}
.series__small-mobile__list ul li {
  font-size: 15px;
}

.serial__info {
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .serial__info {
    margin-bottom: 30px;
  }
}
.serial__info-content h2 {
  margin-bottom: 10px;
}
.serial__info-subtitle {
  color: #B0BBBF;;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
    font-weight: 700;
}
.serial__info-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.serial__info-right {
  min-width: 564px;
}
@media (max-width: 765px) {
  .serial__info-row {
    flex-direction: column;
  }
  .serial__info-right {
    min-width: auto;
  }
}
.serial__info-row .info__swiper {
  min-width: 376px;
  max-width: 376px;
  height: 308px;
  position: relative;
}
@media (max-width: 765px) {
  .serial__info-row .info__swiper {
    min-width: auto;
    max-width: calc(100% + 30px);
    height: 295px;
    margin-left: -15px;
  }
}
.serial__info-row .info__swiper .swiper-slide {
  width: 376px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 765px) {
  .serial__info-row .info__swiper .swiper-slide {
    width: 100%;
  }
  .serial__info-row .info__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.serial__info-row .info__swiper .swiper-slide::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(33, 36, 41, 0.9) 0%, rgba(50, 53, 57, 0.18) 100%);
}
.serial__info-row .info__swiper .swiper-info-pagination {
  position: absolute;
  right: 10px;
  margin-right: 10px;
  bottom: 14px;
  z-index: 10;
  text-align: right;
}
@media (max-width: 650px) {
  .serial__info-row .info__swiper .swiper-info-pagination {
    margin-left: -10px;
  }
}
.serial__info-row .info__swiper .swiper-info-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 40px;
  margin: 0 6px !important;
  border-radius: 4px;
  background: transparent;
  border: 1px solid rgba(176, 187, 191, 0.5);
  opacity: 1;
}
.serial__info-row .info__swiper .swiper-info-pagination .swiper-pagination-bullet:hover {
  background: #B0BBBF;
  opacity: 1;
}
.serial__info-row .info__swiper .swiper-info-pagination .swiper-pagination-bullet-active {
  background: #B0BBBF;
}
.serial__info-trailer {
  position: absolute;
  bottom: 8px;
  left: 10px;
  z-index: 10;
  color: #E2E7E9;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.serial__info-trailer svg {
  margin-left: 10px;
  margin-bottom: -3px;
}
.serial__info-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.serial__info-play svg {
  fill: #fff;
}
.serial__info-play svg path:nth-child(1) {
  fill: #313235;
  opacity: 0.8;
}
.serial__info-play:hover svg {
  fill: var(--color-primary, #E99899FF);
}
.serial__info-play:hover svg path:nth-child(1) {
  fill: var(--color-primary, #E99899FF);
  opacity: 1;
}
@media (max-width: 765px) {
  .serial__info-right {
    display: flex;
    flex-direction: column;
  }
}
.serial__info-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 765px) {
  .serial__info-top {
    order: 2;
    margin-bottom: 12px;
  }
}
.serial__info-top .info__rating-row {
  display: flex;
  max-width: 290px;
  height: 44px;
  width: 100%;
  justify-content: space-between;
  border: 1px solid rgba(176, 187, 191, 0.5);
  padding: 8px 9px 0;
  border-radius: 3px;
  position: relative;
}
@media (max-width: 990px) {
  .serial__info-top .info__rating-row {
    max-width: 100%;
  }
}
@media (max-width: 765px) {
  .serial__info-top .info__rating-row {
    margin-top: 2px;
  }
}
.serial__info-top .info__rating-row .info__rating-number {
  color: #B0BBBF;
  font-size: 14px;
  margin-top: 2px;
}
.serial__info-top__item {
  padding: 12px;
  padding-top: 10px;
  height: 44px;
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.serial__info-top__item svg {
  margin-left: 6px;
}
.serial__info-top__item:nth-child(1) {
  width: 99px;
}
@media (max-width: 990px) {
  .serial__info-top__item:nth-child(1) {
    width: calc(40% - 8px);
    text-align: center;
  }
}
.serial__info-top__item:nth-child(2) {
  width: 159px;
  /*padding-left: 21px;*/
  padding-right: 10px;
}
.serial__info-top__item:nth-child(2) svg {
  /*margin-left: 15px;*/
}
@media (max-width: 990px) {
  .serial__info-top__item:nth-child(2) {
    width: 60%;
    text-align: center;
  }
}
.serial__info-center {
  padding: 14px 20px 28px;
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 8px;
}
@media (max-width: 950px) {
  .serial__info-center {
    flex-direction: column;
    gap: 16px;
    padding: 14px;
  }
}
@media (max-width: 765px) {
  .serial__info-center {
    order: 3;
    margin-bottom: 0;
  }
}
.serial__info-center .serial__center-left {
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 30px;
  row-gap: 16px;
}
@media (max-width: 765px) {
  .serial__info-center .serial__center-left {
    row-gap: 14px;
  }
}
.serial__info-center .serial__center-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 765px) {
  .serial__info-center .serial__center-right {
    gap: 14px;
  }
}
.serial__info-item__title {
  color: rgba(176, 187, 191, 0.5);
  line-height: 20px;
  margin-bottom: 4px;
}
@media (max-width: 765px) {
  .serial__info-item__title {
    margin-bottom: 3px;
  }
}
.serial__info-item__text {
  line-height: 20px;
  color: #E2E7E9;
}
.serial__info-bottom {
  font-size: 17px;
}
@media (max-width: 765px) {
  .serial__info-bottom {
    order: 1;
    margin-bottom: 20px;
  }
}

.gallery {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .gallery {
    margin-bottom: 30px;
  }
}
.gallery__title {
  font-family: RobotoCondensed;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #B0BBBF;
}
@media (max-width: 650px) {
  .gallery__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 9px;
  }
}

.gallery__swiper .swiper-slide {
    width: 266.72px !important;
    height: 150px !important;
    border-radius: 3px;
    overflow: hidden;
}
.gallery__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.gallery_main .swiper-slide {
    width: 133px !important;
    height: 200px !important;
}

section.gallery_main .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 650px) {
  .gallery__swiper .swiper-slide {
    width: auto;
    height: 135px;
    max-width: 240px;
  }
}

@media (max-width: 650px) {
    section.gallery_main .swiper-slide {
        width: 100px !important;
        height: 150px !important;
    }

    section.gallery_main .swiper-slide img {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 650px) {
  .gallery__swiper .swiper-slide.vertical {
    height: 135px;
  }
}
@media (max-width: 650px) {
  .gallery__swiper.gallery__main .swiper-slide {
    width: auto;
    height: 135px;
    max-width: 240px;
  }
}
@media (max-width: 650px) {
  .gallery__swiper.gallery__main .swiper-gallery__next {
    top: 58px;
  }
  .gallery__swiper.gallery__main .swiper-gallery__prev {
    top: 58px;
  }
}
@media (max-width: 950px) {
  .gallery__swiper {
    width: calc(100% + 15px);
    margin-right: 15px;
  }
}
.gallery .swiper-gallery__next {
  position: absolute;
  right: 10px;
  top: 55px;
  z-index: 100;
  cursor: pointer;
}
.gallery_main .swiper-gallery__next {
    top: 80px;
}
.gallery .swiper-gallery__next svg .fill {
  fill: #212429;
}
.gallery .swiper-gallery__next svg .stroke {
  stroke: #B0BBBF;
}
.gallery .swiper-gallery__next svg path {
  stroke: #B0BBBF;
}
.gallery .swiper-gallery__next.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 650px) {
  .gallery .swiper-gallery__next {
    right: 15px;
    top: 55px;
  }
}
.gallery .swiper-gallery__next:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.gallery .swiper-gallery__next:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.gallery .swiper-gallery__next:hover svg path {
  stroke: #212429;
}
.gallery .swiper-gallery__prev {
  position: absolute;
  left: 10px;
  top: 55px;
  z-index: 100;
  cursor: pointer;
}
.gallery_main .swiper-gallery__prev {
    top: 80px;
}
@media (max-width: 650px) {
  .gallery .swiper-gallery__prev {
    top: 55px;
  }
}
.gallery .swiper-gallery__prev svg {
  transform: rotate(180deg);
}
.gallery .swiper-gallery__prev svg .fill {
  fill: #212429;
}
.gallery .swiper-gallery__prev svg .stroke {
  stroke: #B0BBBF;
}
.gallery .swiper-gallery__prev svg path {
  stroke: #B0BBBF;
}
.gallery .swiper-gallery__prev.swiper-button-disabled {
  opacity: 0;
}
.gallery .swiper-gallery__prev:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.gallery .swiper-gallery__prev:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.gallery .swiper-gallery__prev:hover svg path {
  stroke: #212429;
}

.actors {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .actors {
    margin-bottom: 30px;
  }
}
.actors__title {
  font-size: 30px;
  line-height: 30px;
  font-family: RobotoCondensed;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .actors__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.actors__swiper {
  position: relative;
}
@media (max-width: 950px) {
  .actors__swiper {
    width: calc(100% + 15px);
    margin-right: 15px;
  }
}
.actors__swiper .swiper-actors__next {
  position: absolute;
  right: 10px;
  top: 55px;
  z-index: 100;
  cursor: pointer;
}
.actors__swiper .swiper-actors__next svg .fill {
  fill: #212429;
}
.actors__swiper .swiper-actors__next svg .stroke {
  stroke: #B0BBBF;
}
.actors__swiper .swiper-actors__next svg path {
  stroke: #B0BBBF;
}
.actors__swiper .swiper-actors__next.swiper-button-disabled {
  opacity: 0;
}
.actors__swiper .swiper-actors__next:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.actors__swiper .swiper-actors__next:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.actors__swiper .swiper-actors__next:hover svg path {
  stroke: #212429;
}
@media (max-width: 650px) {
  .actors__swiper .swiper-actors__next {
    top: 50px;
  }
}
.actors__swiper .swiper-actors__prev {
  position: absolute;
  left: 10px;
  top: 55px;
  z-index: 100;
  cursor: pointer;
}
.actors__swiper .swiper-actors__prev svg {
  transform: rotate(180deg);
}
.actors__swiper .swiper-actors__prev svg .fill {
  fill: #212429;
}
.actors__swiper .swiper-actors__prev svg .stroke {
  stroke: #B0BBBF;
}
.actors__swiper .swiper-actors__prev svg path {
  stroke: #B0BBBF;
}
.actors__swiper .swiper-actors__prev.swiper-button-disabled {
  opacity: 0;
}
.actors__swiper .swiper-actors__prev:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.actors__swiper .swiper-actors__prev:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.actors__swiper .swiper-actors__prev:hover svg path {
  stroke: #212429;
}
@media (max-width: 650px) {
  .actors__swiper .swiper-actors__prev {
    top: 50px;
  }
}
.actors__swiper .swiper-slide {
  width: 150px;
}
.actors__swiper .swiper-slide .actors__top {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 150px;
}
.actors__swiper .swiper-slide .actors__top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(176, 187, 191, 0.50);
  border-radius: 3px;
}
@media (max-width: 650px) {
  .actors__swiper .swiper-slide .actors__top {
    height: 120px;
  }
}
.actors__swiper .swiper-slide .actors__top::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(176, 187, 191, 0.5);
}
@media (max-width: 650px) {
  .actors__swiper .swiper-slide .actors__top::after {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 650px) {
  .actors__swiper .swiper-slide {
    width: 120px;
  }
}
.actors__top {
  margin-bottom: 10px;
}
.actors__name {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: normal;
}
.actors__character {
  font-size: 13px;
  line-height: normal;
  text-align: center;
}

.description {
  margin-bottom: 40px;
}
.description.bottom {
  margin-bottom: 60px;
}
.description__content {
  max-width: 878px;
}
.description__content h3, .description__content h4, .description__content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.description__content ul {
  margin-bottom: 16px;
}
.description__content li {
  padding-left: 30px;
  position: relative;
}
.description__content li::before {
  position: absolute;
  content: ' ';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #B0BBBF80;
  left: 8px;
  top: 8px;
}
.description__title {
  font-size: 34px !important;
  color: #E2E7E9;
  font-family: RobotoCondensed;
  margin-bottom: 10px !important;
  font-weight: 500;
  line-height: 30px;
}


.description__title.episode_description__title {
    font-size: 30px !important;
    color: #B0BBBF;
}

@media (max-width: 650px) {
  .description__title {
    font-weight: 700 !important;
    font-size: 30px !important;
    margin-bottom: 12px !important;
  }
}
.description__content .description__text-block:nth-child(2) {
  margin-bottom: 20px;
}
.description__text-block img {
  float: left;
  margin-right: 20px;
}
.description__text-block &gt; p:not(:last-child) {
  margin-bottom: 16px;
}
.description__text-block p {
  font-size: 17px;
}
@media (max-width: 480px) {
  .description__text-block p {
    margin-right: 2px;
  }
}
.description__img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .description__img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .description__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.recommend {
  margin-bottom: 70px;
}
.recommend__title {
  font-family: RobotoCondensed;
  font-size: 30px;
  margin-bottom: 20px;
  color: #E2E7E9;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 650px) {
  .recommend__title {
    font-weight: 700;
  }
}
.recommend__list {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.recommend__item:hover .recommend__item-top {
  border-radius: 3px;
  overflow: hidden;
}
.recommend__item:hover .recommend__item-top::after {
  border: 2px solid #E2E7E9;
  border-radius: 3px;
}
.recommend__item:hover .recommend__item-name {
  color: #E2E7E9;
}
.recommend__item-top {
  margin-bottom: 10px;
  width: 172px;
  height: 262px;
  position: relative;
}
.recommend__item-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend__item-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  transition: all 0.3s;
  border-radius: 3px;
}
.recommend__item-name {
  color: var(--color-primary, #E99899FF);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  max-width: 172px;
  text-align: start;
  transition: all 0.3s;
}
@media (max-width: 650px) {
  .recommend__item-name {
    font-size: 16px;
  }
}
.recommend__swiper .swiper-slide {
  width: auto;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .recommend__swiper.recommend__main .swiper-recommend__next {
    top: 58px;
  }
  .recommend__swiper.recommend__main .swiper-recommend__prev {
    top: 58px;
  }
}
@media (max-width: 950px) {
  .recommend__swiper {
    width: calc(100% + 15px);
    margin-right: 15px;
  }
}
.recommend .swiper-recommend__next {
  position: absolute;
  right: 10px;
  top: 106px;
  z-index: 100;
  cursor: pointer;
}
.recommend .swiper-recommend__next svg .fill {
  fill: #212429;
}
.recommend .swiper-recommend__next svg .stroke {
  stroke: #B0BBBF;
}
.recommend .swiper-recommend__next svg path {
  stroke: #B0BBBF;
}
.recommend .swiper-recommend__next.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 650px) {
  .recommend .swiper-recommend__next {
    right: 15px;
    top: 106px;
  }
}
.recommend .swiper-recommend__next:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.recommend .swiper-recommend__next:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.recommend .swiper-recommend__next:hover svg path {
  stroke: #212429;
}
.recommend .swiper-recommend__prev {
  position: absolute;
  left: 10px;
  top: 106px;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 650px) {
  .recommend .swiper-recommend__prev {
    top: 106px;
  }
}
.recommend .swiper-recommend__prev svg {
  transform: rotate(180deg);
}
.recommend .swiper-recommend__prev svg .fill {
  fill: #212429;
}
.recommend .swiper-recommend__prev svg .stroke {
  stroke: #B0BBBF;
}
.recommend .swiper-recommend__prev svg path {
  stroke: #B0BBBF;
}
.recommend .swiper-recommend__prev.swiper-button-disabled {
  opacity: 0;
}
.recommend .swiper-recommend__prev:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.recommend .swiper-recommend__prev:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.recommend .swiper-recommend__prev:hover svg path {
  stroke: #212429;
}

.footer {
  background: #212429;
}
.footer__content {
  padding-top: 16px;
  padding-bottom: 23px;
}
@media (max-width: 480px) {
  .footer__content {
    padding-bottom: 20px;
  }
}
.footer__content.not-link {
  padding-top: 24px;
}
.footer__top {
  padding-bottom: 20px;
  border-bottom: 1px solid #323539;
}
.footer__season {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 650px) {
  .footer__season {
    flex-wrap: wrap;
  }
}
.footer__season-item {
  width: 106px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  transition: all 0.3s;
  background: transparent;
}
.footer__season-item:hover {
  background: #484C51;
  color: var(--color-primary, #E99899FF);
}
@media (max-width: 480px) {
  .footer__season-item {
    width: calc(33% - 7px);
  }
}
.footer__bottom {
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .footer__bottom {
    flex-direction: column;
    gap: 16px;
  }
}
.footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 650px) {
  .footer__bottom-left {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .footer__bottom-left {
    flex-direction: column;
  }
}
.footer__logo {
  padding: 5px 0;
  font-family: RobotoCondensed;
  font-size: 20px;
  color: var(--color-primary, #E99899FF);
  line-height: normal;
  letter-spacing: 1.2px;
  border-radius: 6px;
  margin-bottom: 7px;
  transition: all 0.3s;
  font-weight: 600;
}
.footer__logo.without_border {
  border: none;
}
.footer__logo.without_border:hover svg path {
  fill: #323539;
}
.footer__logo:hover svg {
  background: var(--color-primary, #E99899FF);
  color: #212429;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__social a {
  display: inline-block;
  width: 46px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  transition: all 0.3s;
  background: #212429;
  margin-top: -6px;
}
.footer__social a svg {
  fill: #B0BBBF;
}
.footer__social a:hover {
  background: #B0BBBF;
}
.footer__social a:hover svg {
  fill: #212429;
}
.footer__bottom-right {
  margin-bottom: 7px;
  transition: all 0.3s;
  color: rgba(176, 187, 191, 0.5);
  font-size: 14px;
}
@media (max-width: 480px) {
  .footer__bottom-right {
    margin-bottom: 0;
  }
}
.footer__bottom-right:hover {
  color: var(--color-primary, #E99899FF);
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #323539;
}
@media (max-width: 640px) {
  .footer__links {
    display: block;
  }
  .footer__links .footer__link:first-child {
    padding-right: 8px;
  }
  .footer__links .footer__link.line {
    padding-right: 8px;
  }
}
.footer__links a {
  position: relative;
}
.footer__links a:hover::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(176, 187, 191, 0.5);
}
.footer__links a.line:hover::before {
  left: 10px;
  width: calc(100% - 10px);
}
.footer__links a.active:hover::before {
  display: none;
}
.footer__link {
  line-height: 22px;
  color: var(--color-primary, #E99899FF);
}
.footer__link.line {
  padding-left: 12px;
  position: relative;
}
.footer__link.line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  top: 2px;
  left: 0;
  background-color: var(--color-primary, #E99899FF);
}
.footer__link.line.active {
  color: #B0BBBF;
}
.footer__link.line.active::after {
  background-color: #B0BBBF;
}

.series {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .series {
    margin-bottom: 30px;
  }
}
.series__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
  row-gap: 20px;
}
@media (max-width: 900px) {
  .series__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .series__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.zpsezon {
  max-width: 308px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  outline: 1px solid rgba(176, 187, 191, 0.5);
  border: 1px solid rgba(176, 187, 191, 0.5);
}
@media (max-width: 900px) {
  .zpsezon {
    max-width: 100%;
  }
}
.zpsezon:hover {
  outline: 2px solid rgba(176, 187, 191, 0.5) !important;
  border: 1px solid rgba(176, 187, 191, 0.5);
}
.zpsezon:hover .zpsezon-bottom {
  background: #212429;
}
.zpsezon .zapretnyyplod__names {
  padding-left: 0;
}
.series__swiper {
  position: relative;
}
.series__swiper .swiper-slide {
  height: 176px;
  position: relative;

}
.series__swiper .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0.00deg, rgba(33, 36, 41, 0.9),rgba(50, 53, 57, 0.18) 38.978%);
    z-index: 5;
}
.series__swiper .swiper-slide img {
  width: 105%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .series__swiper .swiper-slide {
    height: 186px;
  }
}
.series__swiper .swiper-series-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 3px;
  z-index: 100;
}
.series__swiper .swiper-series-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  border-radius: 4px;
  background: transparent;
  border: 1px solid rgba(176, 187, 191, 0.5);
  opacity: 1;
}
.series__swiper .swiper-series-pagination .swiper-pagination-bullet:hover {
  background: #B0BBBF;
  opacity: 1;
}
.series__swiper .swiper-series-pagination .swiper-pagination-bullet-active {
  border-radius: 8px;
  background: #B0BBBF;
}
.series__unknown {
  background: linear-gradient(0deg, #212429 0%, rgba(50, 53, 57, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.series__bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(33, 36, 41, 0.9) 0%, rgba(50, 53, 57, 0.18) 100%);
}
.series__unknown-text {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(176, 187, 191, 0.5);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 650px) {
  .series__unknown-text {
    font-size: 20px;
  }
}
.zpsezon-bottom {
  padding: 8px 10px 12px;
  transition: all 0.3s;
}
@media (max-width: 650px) {
  .zpsezon-bottom {
    padding: 7px 10px 7px 14px;
  }
}
.zpsezon-text {
  max-height: 68px;
  overflow: hidden;
}
.zpsezon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media (max-width: 650px) {
  .zpsezon-row {
    margin-bottom: 4px;
  }
}
.zpsezon-number {
  color: var(--color-primary, #E99899FF);
  font-size: 20px;
  font-weight: 700;
}
.zpsezon-rating {
  font-weight: 700;
  background: #484C51;
  border-radius: 3px;
  padding: 1px 6px 0 6px;
  min-width: 72px;
  height: 22px;
  line-height: 20px;
}
.zpsezon-rating span {
  padding-left: 16px;
  font-size: 12px;
  position: relative;
  font-weight: 400;
}
.zpsezon-rating .rating-up {
  color: #A0D487;
}
.zpsezon-rating .rating-up::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-image: url("./../img/rating-up.svg");
  background-repeat: no-repeat;
}
.zpsezon-rating .rating-down {
  color: #E85779;
}
.zpsezon-rating .rating-down::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 8px;
  height: 8px;
  background-image: url("./../img/rating-down.svg");
  background-repeat: no-repeat;
}
.zpsezon-rating .rating-zero {
  color: rgba(176, 187, 191, 0.5);
}
.zpsezon-name {
  color: var(--color-primary, #E99899FF);
  margin-bottom: 11px;
}
@media (max-width: 650px) {
  .zpsezon-text {
    line-height: 22px;
  }
}
.series__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 45px;
  background: #484C51;
  padding-left: 26px;
  margin-bottom: 13px;
}
@media (max-width: 650px) {
  .series__btns {
    background: transparent;
    display: block;
    padding-left: 0;
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .series__btns.mobile-column {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.series__btns-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.series__btns-left .choice {
  font-size: 14px;
  transition: all 0.3s;
}
.series__btns-left .choice.active {
  font-weight: 700;
  color: #E2E7E9;
}
.series__btns-left .choice.active:hover {
  color: #E2E7E9;
}
.series__btns-left .choice:hover {
  color: var(--color-primary, #E99899FF);
}
@media (max-width: 650px) {
  .series__btns-left {
    justify-content: space-between;
    width: 100%;
    border-radius: 13px;
    background: #484C51;
    padding: 2px 37px;
  }
}
.series__btns-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 650px) {
  .series__btns-pagination {
    border-radius: 17px;
    background: #484C51;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .series__btns-pagination.mobile {
    display: none;
  }
}
.series__page {
  font-size: 22px;
  width: 50px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 92px;
  border: 1px solid rgba(176, 187, 191, 0.5);
}
.series__page.active {
  border: 1px solid transparent;
  background: var(--color-primary, #E99899FF);
  color: #212429;
  font-weight: 700;
}
.series__page:hover {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
@media (max-width: 650px) {
  .series__page {
    width: 60px;
  }
}
.series__btns-mobile {
  display: none;
}
@media (max-width: 650px) {
  .series__btns-mobile {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
  }
}

.season__info {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .season__info {
    margin-bottom: 35px;
  }
}
.season__info-content h2 {
  margin-bottom: 10px;
}
.season__info-subtitle {
  color: #B0BBBF;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 23px;
  font-weight: 700;
}
@media (max-width: 650px) {
  .season__info-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.season__info-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
@media (max-width: 765px) {
  .season__info-row {
    flex-direction: column;
    gap: 15px;
  }
}
.season__info-img {
  width: 220px;
  min-width: 220px;
  height: 328px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.season__info-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
}
.season__info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 765px) {
  .season__info-img {
    width: 138px;
    min-width: 138px;
    height: 206px;
  }
}
.season__info-right {
  width: 100%;
}
@media (min-width: 768px) {
  .season__info-right {
    position: relative;
  }
}
.season__info-right .info__rating-number {
  font-size: 14px;
}
.season__info-right .info__rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
}
@media (max-width: 765px) {
  .season__info-right .info__rating-row {
    margin-bottom: 14px;
  }
  .season__info-right .info__rating-row .info__rating-number {
    font-size: 14px;
  }
}
@media (max-width: 765px) {
  .season__info-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .season__info-right .season__info-block {
    order: 1;
  }
  .season__info-right .info__rating-row {
    order: 2;
    width: 100%;
  }
  .season__info-right .btn {
    order: 3;
  }
}
.season__info-block {
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 55px;
  padding: 31px 33px 36px;
}
@media (max-width: 950px) {
  .season__info-block {
    flex-direction: column;
  }
}
@media (max-width: 765px) {
  .season__info-block {
    border: none;
    gap: 0;
    padding: 0;
    margin-bottom: 14px;
  }
}
.season__info-block__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  row-gap: 37px;
}
@media (max-width: 765px) {
  .season__info-block__left {
    position: absolute;
    top: 0;
    left: 150px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 765px) {
  .season__info-item:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 765px) {
  .season__info-item:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 765px) {
  .season__info-item:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 765px) {
  .season__info-item:nth-child(4) {
    order: 4;
  }
}
.season__info-item__title {
  line-height: 20px;
  color: rgba(176, 187, 191, 0.5);
  margin-bottom: 5px;
}
@media (max-width: 765px) {
  .season__info-item__title {
    margin-bottom: 1px;
  }
}
.season__info-item__text {
  color: #E2E7E9;
  line-height: 20px;
}
.season__info-block__right {
  width: 175px;
}
@media (max-width: 765px) {
  .season__info-block__right {
    width: 100%;
  }
}

.zpsmotret__content {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .zpsmotret__content {
    margin-bottom: 30px;
  }
  .zpsmotret__content h1 {
    margin-bottom: 28px;
  }
}
.zpsmotret__translations {
  width: 100%;
  display: flex;
    flex-direction: column;
  position: relative;
    font-weight: 700;
  height: 61px;
}

.zpsmotret__translations_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

.zpsmotret__translations_container::-webkit-scrollbar {
  width: 0;
}

.zpsmotret__translations_underline {
    width: 100%;
    height: 6px;
    background-color: rgba(176, 187, 191, 0.5);
    border-radius: 8px;
    margin-top: -25px;
}

@media (max-width: 650px) {
    .zpsmotret__translations_underline {
        height: 3px;
        margin-top: -20px;
        margin-bottom: 0;
    }

    .zpsmotret__translations_container {
        padding-bottom: 12px;
        gap: 40px;
    }
}
@media (max-width: 650px) {
  .zpsmotret__translations {
    /*padding-bottom: 14px;*/
    height: 53px;
  }
}
.zpsmotret__translation {
  text-align: center;
  font-size: 18px;
  position: relative;
    white-space: nowrap;
    min-width: 250px;
    display: inline-block;
}
@media (max-width: 650px) {
  .zpsmotret__translation {
    font-size: 16px;
    white-space: nowrap;
    min-width: auto;
  }
    .zpsmotret__translation.active {
        font-size: 19px !important;
    }
}
.zpsmotret__translation:hover {
  color: var(--color-primary, #E99899FF);
  font-weight: 700;
}
.zpsmotret__translation.active {
  color: var(--color-primary, #E99899FF);
  font-weight: 700;
    font-size: 20px;
}
.zpsmotret__translation.active::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -12px;
  height: 6px;
  width: calc(100% + 24px);
  background-color: var(--color-primary, #E99899FF);
  border-radius: 8px;
  z-index: 1;
}
@media (max-width: 650px) {
  .zpsmotret__translation.active::after {
    height: 3px;
    bottom: -12px;
    left: -20px;
    width: calc(100% + 40px);
  }
}
.zpsmotret__play {
  margin-bottom: 18px;
  width: 100%;
  height: 400px;
}
.zpsmotret__play iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 650px) {
  .zpsmotret__play {
    height: 360px;
    margin-bottom: 9px;
  }
}
.zpsmotret__play-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 650px) {
  .zpsmotret__play-row {
    flex-direction: column-reverse;
    gap: 9px;
    margin-bottom: 20px;
  }
}
.zpsmotret__rating-row {
  min-width: 376px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  padding: 0 10px;
}
@media (max-width: 650px) {
  .zpsmotret__rating-row {
    width: 100%;
    min-width: auto;
  }
}
.zpsmotret__rating-number {
  font-size: 14px;
}
.zpsmotret__season-row {
  border-radius: 45px;
  background: #484C51;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  padding-right: 37px;
}
@media (max-width: 650px) {
  .zpsmotret__season-row {
    padding-right: 19px;
  }
}
.zpsmotret__season-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 650px) {
  .zpsmotret__season-pagination {
    gap: 8px;
  }
}
.zpsmotret__season-page {
  width: 50px;
  height: 34px;
  border-radius: 92px;
  border: 1px solid rgba(176, 187, 191, 0.5);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .zpsmotret__season-page {
    width: 40px;
    height: 27px;
  }
}
.zpsmotret__season-page:hover {
  color: var(--color-primary, #E99899FF);
  background: #484C51;
}
.zpsmotret__season-page:active {
  border: 1px solid transparent;
  background: var(--color-primary, #E99899FF);
  color: #212429;
  font-weight: 700;
}
.zpsmotret__season-page.active {
  border: 1px solid transparent;
  background: var(--color-primary, #E99899FF);
  color: #212429;
  font-weight: 700;
}
.zpsmotret__season-all {
  position: relative;
  font-size: 19px;
  color: var(--color-primary, #E99899FF);
}
@media (max-width: 650px) {
  .zpsmotret__season-all {
    font-size: 14px;
  }
}
.zpsmotret__season-all:hover::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: rgba(176, 187, 191, 0.5);
  opacity: 0.5;
}
.zpsmotret__season-all::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 5px;
  height: 15px;
  width: 10px;
  background-image: url("./../img/arrow-video.svg");
  background-repeat: no-repeat;
}
@media (max-width: 650px) {
  .zpsmotret__season-all::after {
    width: 6px;
    height: 8px;
    background-size: contain;
    top: 8px;
    right: -12px;
  }
}
.zpsmotret__swiper {
  position: relative;
}
@media (max-width: 650px) {
  .zpsmotret__swiper {
    width: calc(100% + 15px);
  }
}
.zpsmotret__swiper .swiper-zpsmotret__next {
  position: absolute;
  right: 10px;
  top: 35px;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 650px) {
  .zpsmotret__swiper .swiper-zpsmotret__next {
    top: 22px;
  }
}
.zpsmotret__swiper .swiper-zpsmotret__next svg .fill {
  fill: #212429;
}
.zpsmotret__swiper .swiper-zpsmotret__next svg .stroke {
  stroke: #B0BBBF;
}
.zpsmotret__swiper .swiper-zpsmotret__next svg path {
  stroke: #B0BBBF;
}
.zpsmotret__swiper .swiper-zpsmotret__next.swiper-button-disabled {
  opacity: 0;
}
.zpsmotret__swiper .swiper-zpsmotret__next:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.zpsmotret__swiper .swiper-zpsmotret__next:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.zpsmotret__swiper .swiper-zpsmotret__next:hover svg path {
  stroke: #212429;
}
.zpsmotret__swiper .swiper-zpsmotret__prev {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 35px;
  z-index: 100;
}
.zpsmotret__swiper .swiper-zpsmotret__prev svg {
  transform: rotate(180deg);
}
.zpsmotret__swiper .swiper-zpsmotret__prev svg .fill {
  fill: #212429;
}
.zpsmotret__swiper .swiper-zpsmotret__prev svg .stroke {
  stroke: #B0BBBF;
}
.zpsmotret__swiper .swiper-zpsmotret__prev svg path {
  stroke: #B0BBBF;
}
@media (max-width: 650px) {
  .zpsmotret__swiper .swiper-zpsmotret__prev {
    top: 22px;
  }
}
.zpsmotret__swiper .swiper-zpsmotret__prev.swiper-button-disabled {
  opacity: 0;
}
.zpsmotret__swiper .swiper-zpsmotret__prev:hover svg .fill {
  fill: var(--color-primary, #E99899FF);
}
.zpsmotret__swiper .swiper-zpsmotret__prev:hover svg .stroke {
  stroke: var(--color-primary, #E99899FF);
}
.zpsmotret__swiper .swiper-zpsmotret__prev:hover svg path {
  stroke: #212429;
}
.zpsmotret__swiper .swiper-slide {
  width: auto;
  margin-right: 10px;
}
.zpsmotret__swiper .swiper-slide.active .zpsmotret__top::after {
  border: 2px solid var(--color-primary, #E99899FF);
}
.zpsmotret__swiper .swiper-slide.active .zpsmotret__number {
  font-weight: 700;
}
.zpsmotret__swiper .swiper-slide.active:hover .zpsmotret__top::after {
  border: 2px solid var(--color-primary, #E99899FF);
}
.zpsmotret__swiper .swiper-slide.active:hover .zpsmotret__number {
  font-weight: 700;
}
.zpsmotret__swiper .swiper-slide .zpsmotret__top {
  position: relative;
  width: 170px;
  height: 110px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
.zpsmotret__swiper .swiper-slide .zpsmotret__top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 650px) {
  .zpsmotret__swiper .swiper-slide .zpsmotret__top {
    width: 132px;
    height: 86px;
    margin-bottom: 4px;
  }
}
.zpsmotret__swiper .swiper-slide .zpsmotret__top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid rgba(176, 187, 191, 0.5);
}
.zpsmotret__swiper .swiper-slide:hover .zpsmotret__top::after {
  border: 2px solid rgba(176, 187, 191, 0.5);
}
.zpsmotret__swiper .swiper-slide:hover .zpsmotret__number {
  font-weight: 700;
}
.zpsmotret__number {
  color: var(--color-primary, #E99899FF);
}
@media (max-width: 650px) {
  .zpsmotret__number {
    font-size: 16px;
  }
}

.zpsmotret__fixed {
  display: none;
}
@media (max-width: 480px) {
  .zpsmotret__fixed {
    display: none;
    align-items: center;
    gap: 7px;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid rgba(176, 187, 191, 0.5);
    background: rgba(33, 36, 41, 0.95);
    padding: 10px;
    position: fixed;
    top: 70px;
    left: 10px;
    right: 10px;
    z-index: 39;
  }
  .zpsmotret__fixed.active {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
  }
  .zpsmotret__fixed .zpsmotret__fixed-item {
    border-radius: 28px;
    border: 1px solid rgba(176, 187, 191, 0.5);
    padding: 2px 10px;
    text-align: center;
  }
  .zpsmotret__fixed .zpsmotret__fixed-item:hover {
    background: #484C51;
    color: var(--color-primary, #E99899FF);
  }
}

.share {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .share {
    margin-bottom: 30px;
  }
}
.share__title {
  font-family: RobotoCondensed;
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 650px) {
  .share__title {
    font-size: 24px;
    font-weight: 700;
  }
}
.share__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .share__row {
    gap: 17px;
  }
}
.share__item {
  border: 1px solid rgba(176, 187, 191, 0.5);
  height: 29px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: transparent;
  transition: all 0.3s;
}
.share__item svg {
  fill: #B0BBBF;
}
.share__item:hover {
  background: #B0BBBF;
}
.share__item:hover svg {
  fill: #212429;
}
@media (max-width: 650px) {
  .share__item:nth-child(2) svg {
    width: 18px;
    height: 15px;
  }
}

.detailed {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .detailed {
    margin-bottom: 30px;
  }
}
.detailed__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 43px;
}
@media (max-width: 650px) {
  .detailed__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.detailed__content-left h2 {
  margin-bottom: 10px;
}
.detailed__subtitle {
  line-height: 20px;
  margin-bottom: 8px;
  opacity: 0.7;
    font-weight: 700;
}
.detailed__data {
  margin-bottom: 14px;
  line-height: 20px;
  opacity: 0.7;
    font-weight: 700;
}
.detailed__text {
  font-size: 17px;
  line-height: 24px;
}
.detailed__content-right {
  min-width: 202px;
}
@media (max-width: 650px) {
  .detailed__content-right.desctop {
    display: none;
  }
}
@media (max-width: 650px) {
  .detailed__content-right {
    min-width: auto;
    width: 100%;
  }
}
.detailed__rating-title {
  font-family: RobotoCondensed;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 17px;
}
@media (max-width: 650px) {
  .detailed__rating-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
  }
}
.detailed__list &gt; *:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  .detailed__list &gt; *:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .detailed__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.detailed__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 3px;
  background: #484C51;
  height: 35px;
  width: 100%;
  padding: 0 16px;
}
@media (max-width: 650px) {
  .detailed__item {
    height: 57px;
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 10px;
  }
}
.detailed__item-title {
  color: rgba(176, 187, 191, 0.5);
}
.detailed__item-left {
    width: 100px;
}
@media (max-width: 480px) {
  .detailed__item-left {
     max-width: 100px;
     width: auto;
  }
}
.detailed__item-rating {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  display: flex;
}
.detailed__item-rating span {
  padding-left: 27px;
  margin-left: auto;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  /* width: 59px; */
  display: inline-block;
}
@media (max-width: 650px) {
  .detailed__item-rating span {
    padding-left: 25px;
    position: absolute;
    bottom: 3px;
    right: 10px;
  }
}
.detailed__item-rating .rating-up {
  color: #A0D487;
}
.detailed__item-rating .rating-up::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 12px;
  height: 8px;
  background-image: url("./../img/r-up.svg");
  background-repeat: no-repeat;
}
@media (max-width: 650px) {
  .detailed__item-rating .rating-up::after {
    left: 13px;
    top: 9px;
  }
}
.detailed__item-rating .rating-down {
  color: #E85779;
}
.detailed__item-rating .rating-down::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 12px;
  height: 8px;
  background-image: url("./../img/r-down.svg");
  background-repeat: no-repeat;
}
@media (max-width: 650px) {
  .detailed__item-rating .rating-down::after {
    left: 13px;
    top: 9px;
  }
}
.detailed__item-rating .rating-zero {
  color: #B0BBBF;
}

.detailed__mobile {
  display: none;
}
@media (max-width: 650px) {
  .detailed__mobile {
    display: block;
    margin-bottom: 30px;
  }
}

.comments {
  padding-top: 130px;
  margin-top: -130px;
}
.comments__title {
  margin-bottom: 17px;
}
.comments__bg {
  text-align: center;
}
@media (max-width: 650px) {
  .comments__bg {
    margin-left: -220px;
  }
}


.firstVoteBanner {
  padding: 12px;
  background: #E2E7E9;
  border-radius: 8px;
  position: relative;
  width: 258px;
  text-align: center;
  position: absolute;
  top: -60px;
  display: none;
}
.firstVoteBanner.open {
  display: block;
}

/*.firstVoteBanner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #E2E7E9;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -15px;
}*/

/*.firstVoteBanner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #E2E7E9;
  border-bottom: 0;
  border-right: 0;
  margin-left: -10px;
  margin-bottom: -15px;
}*/

.firstVoteBannerText {
  font-size: 14px;
  color: #39393C;
  line-height: 1.4;
  font-family: Arial;
  font-weight: 700;
}

@media (max-width: 650px) {
    .zpsmotret__play-row .firstVoteBanner {
        left: 0;
        top: -55px;
        z-index: 1;
    }
    .zpsmotret__play-row.with-fragments .firstVoteBanner {
        left: 0;
        top: 0;
    }
    .zpsmotret__play-row.with-fragments a.btn{
        z-index: -2;
    }
}


.repeatVoteBanner {
  padding: 12px;
  background: #212429;
  border-radius: 8px;
  position: relative;
  max-width: 300px;
  text-align: center;
  border: 1px solid #E2E7E9;
  position: absolute;
  top: -60px;
  display: none;
  left: -2px;
}
.repeatVoteBanner.open {
  display: block;
}

/*.repeatVoteBanner::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 20px;
    width: 20px;
    height: 16px;
    background-image: url("./img/arrow-3.png");
    background-size: 100%;
}*/

.repeatVoteBannerText {
  font-size: 14px;
  color: #E2E7E9;
  line-height: 1.4;
  font-family: Arial;
  font-weight: 700;
}

.voteBannerArrow {
  position: absolute;
  display: block;
  width: 19px;
  height: 12px;
  bottom: -8px;
}
.voteBannerArrow::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 10px;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: #E2E7E9;
  border-radius: 0 0 0 0;
  transform: rotate(45deg);
}
.repeatVoteBanner .voteBannerArrow::before {
  background: #212429;
  border: 1px solid #E2E7E9;
}
.repeatVoteBanner .voteBannerArrow::after{
  background: #212429;
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  bottom: 7px;
  height: 1px;
  width: 18px;
  z-index: 1;
}


@media (max-width: 650px) {
    .zpsmotret__play-row .repeatVoteBanner {
        left: 0;
        top: -54px;
    }
    .zpsmotret__play-row.with-fragments .repeatVoteBanner {
        left: 0;
        top: -1px;
    }
}

@media (max-width: 768px) {
  .swiper-slide iframe {
    height: 260px !important;
  }
}

@media (max-width: 650px) {
    .gallery_episode .gallery__swiper .swiper-slide {
        height: 135px !important;
    }
    .gallery_episode .swiper-gallery__next {
        top: 48px;
    }
    .gallery_episode .swiper-gallery__prev {
        top: 48px;
    }
}

.page404 {
  width: 100%;
  max-width: 288px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 185px auto 144px;
}
.page404 p {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-primary, #E99899FF);
  margin-top: -30px;
}
.page404 svg path {
  fill: var(--color-primary, #E99899FF);
}
.page404 .btn {
  margin-top: 24px;
  width: 281px;
  border: 1px solid var(--color-primary, #E99899FF);
}
@media (max-width: 768px) {
  .page404 {
    max-width: 187px;
    margin-top: 0;
  }
  .page404 p {
    font-size: 16px;
    margin-top: -23px;
  }
  .page404 svg {
    width: 178px;
    height: 105px;
  }
  .page404 .btn {
    margin-top: 4px;
  }
}</pre></body></html>