@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

@property --review-scrollbar-thumb-offset {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@keyframes theme2-review-scrollbar-thumb {
  from {
    --review-scrollbar-thumb-offset: 0px;
  }

  to {
    --review-scrollbar-thumb-offset: 77px;
  }
}

:root {
  --css-icon-1: url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 8.63337C20.75 9.78807 20.75 12.6748 18.75 13.8295L4.5 22.0568C2.49999 23.2115 -1.1381e-06 21.7681 -1.03715e-06 19.4587L-3.17902e-07 3.0042C-2.16955e-07 0.6948 2.5 -0.748574 4.5 0.406127L18.75 8.63337Z' fill='white'/%3E%3C/svg%3E");
  --css-icon-2: url("data:image/svg+xml,%3Csvg width='15' height='26' viewBox='0 0 15 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4142 0.585786C13.6332 -0.195262 12.3672 -0.195262 11.5861 0.585786L0.596865 11.575C0.593424 11.5784 0.589545 11.5814 0.586123 11.5848C0.439651 11.7313 0.320224 11.895 0.228701 12.0692C0.167594 12.1855 0.118855 12.3066 0.0822165 12.4305C0.0274004 12.616 0.00012436 12.808 0.000185296 12.9998C0.000188027 13.1917 0.027343 13.3837 0.0822165 13.5692C0.100575 13.6312 0.122181 13.6924 0.14667 13.7528C0.195446 13.873 0.256158 13.9897 0.329287 14.1004C0.402457 14.2112 0.488592 14.3164 0.586123 14.4139L11.5861 25.4139C12.3671 26.1948 13.6332 26.1947 14.4142 25.4139C15.1953 24.6329 15.1952 23.3668 14.4142 22.5858L4.82929 12.9989L14.4142 3.41391C15.1953 2.63289 15.1952 1.36684 14.4142 0.585786Z' fill='white'/%3E%3C/svg%3E");
  --css-icon-3: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='24' viewBox='0 0 19 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.107 13.6967L2.907 23.6964C2.61929 23.8855 2.28876 23.9901 1.9497 23.9993C1.61063 24.0086 1.27539 23.9222 0.978738 23.7491C0.682124 23.5761 0.434922 23.3227 0.26281 23.0151C0.0906985 22.7076 -4.66039e-05 22.3571 1.79556e-08 22.0002V2.00083C1.79556e-08 1.27336 0.374776 0.604377 0.978738 0.251888C1.27519 0.0781534 1.61053 -0.00860534 1.94972 0.000673376C2.28891 0.00995209 2.61951 0.114928 2.907 0.304636L18.107 10.3043C18.6623 10.6706 19 11.3112 19 12.0005C19 12.6899 18.6623 13.3306 18.107 13.6967Z' fill='black'/%3e%3c/svg%3e ");
  font-size: 16px;
}

html,
body {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000;
  position: relative;
  background-color: #161517;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: #505050;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #505050;
  pointer-events: none;
}

::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}

* {
  outline: none;
  box-shadow: none;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
}

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

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}

a:hover {
  color: #fff;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.button:hover {
  color: #000;
}

.button text {
  position: relative;
  z-index: 2;
  font-weight: 400;
}

.buttonPlay svg {
  transition: 0.3s;
  position: relative;
  left: 3px;
}

.buttonPlay:hover svg {
  transition: 0.3s;
}

.container {
  max-width: 1530px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

footer ul,
footer nav {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

footer ul li {
  display: block;
}

footer li a,
footer nav a {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  transition: 0.3s all;
  display: block;
}

footer li a:hover {
  color: #ffbf58;
}

.buttonsWrap {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.button.buttonRed {
  background: #43fbff;
  color: #000;
  transition: 0.3s;
}

.button.buttonRed:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 21.6px 0px #43fbff;
}

.button.buttonPlay {
  background: #000;
  color: #fff;
}

.button.buttonPlay:hover {
  background: #000;
  color: #43fbff;
}

.button.buttonPlay:hover:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: #43fbff;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: 0.3s;
}

.button {
  position: relative;
}

.button-text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  pointer-events: none;
}

.blockTitle {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.5rem, 1.1rem + 2vw, 3.125rem);
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  color: #43fbff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blockTitle.center {
  width: 100%;
  justify-content: center;
}

.blockSubTitle {
  font-size: clamp(1rem, 0.5rem + 2vw, 2rem);
  color: #fff;
  display: block;
}

.storyContent p {
  font-size: 22px;
  line-height: 155%;
}

.storyWrap {
  padding: 140px 0 280px;
  position: relative;
}

.storyContent {
  position: relative;
  z-index: 3;
}

.showData {
  margin: 70px 0 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.buttonArrow {
  display: flex;
  margin: 25px 0 35px;
  padding: 16px 30px 15px;
  align-items: center;
}

.episodesWrap {
  position: relative;
}

.episodesWrap > * {
  position: relative;
  z-index: 3;
}

.episodesList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  justify-content: center;
  margin: 6.25rem 0 0 0;
}

.episodesWrap .blockTitle {
  text-align: center;
  justify-content: center;
  font-weight: 400;
  margin: 0;
}

.episodesWrap .blockTitle:before,
.episodesWrap .blockTitle:after {
  display: none;
}

.episodeItem {
  flex: 1 1 calc(25% - 22.5px);
  min-width: 300px;
  box-sizing: border-box;
  max-width: 440px;
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 270px;
  border-radius: 10px;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.episodeItem:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: border-box;
  border: 1px solid #43fbff;
  z-index: 1;
}

.episodeItem a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.95%, #000000 93.62%);
  z-index: 1;
}

.episodeItem:nth-child(3n) {
  margin-right: 0;
}

.episodeItem a {
  position: relative;
}

.episodeItem .abuttonPlay {
  display: block;
  overflow: hidden;
  background: none;
}

.episodeItem .buttonPlay,
.episodeItem .buttonClose {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.episodeItem .buttonPlay span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  transition: 0.3s;
  background: #000;
  border-radius: 1rem;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}

.episodeItem .buttonPlay span::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  padding: 2px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='47' height='52' viewBox='0 0 47 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_d_128_1493)'%3e%3cpath d='M32.0069 27.5971L16.8069 37.5968C16.5192 37.7858 16.1887 37.8904 15.8496 37.8997C15.5105 37.909 15.1753 37.8226 14.8786 37.6495C14.582 37.4765 14.3348 37.2231 14.1627 36.9155C13.9906 36.608 13.8999 36.2575 13.8999 35.9006V15.9012C13.8999 15.1737 14.2747 14.5048 14.8786 14.1523C15.1751 13.9785 15.5104 13.8918 15.8496 13.9011C16.1888 13.9103 16.5194 14.0153 16.8069 14.205L32.0069 24.2047C32.5622 24.5709 32.8999 25.2116 32.8999 25.9009C32.8999 26.5903 32.5622 27.231 32.0069 27.5971Z' fill='%2343FBFF'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_d_128_1493' x='-9.72748e-05' y='0.000391006' width='46.8' height='51.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur stdDeviation='6.95'/%3e%3cfeComposite in2='hardAlpha' operator='out'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0.264423 0 0 0 0 0.98401 0 0 0 0 1 0 0 0 1 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_128_1493'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_128_1493' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
  background-position: center;
  pointer-events: none;
}

.episodeItem .buttonPlay span:hover {
  background: #43fbff;
  transition: 0.3s;
}

.episodeItem .buttonPlay span:hover::before {
  background-image: var(--css-icon-3);
}

.episodeItem .buttonClose span {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #000;
  position: relative;
  border-radius: 8px;
  background-image: url(images/led2/closed.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.episodeTitle {
  position: absolute;
  bottom: 14px;
  left: 20px;
  font-size: 18px;
  color: #43fbff;
  z-index: 2;
}

.episodeDuration {
  background: rgb(0 0 0 / 60%);
  position: absolute;
  right: 8px;
  bottom: 7px;
  border-radius: 4px;
  padding: 6px 5px;
  font-size: 12px;
}

.episodeItem img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  max-height: 270px;
}

.episodeItem .button {
  justify-content: center;
  margin: 10px 0 0;
  font-size: 16px;
}

.episodesWrap + .episodesWrap {
  padding-top: 90px;
  padding-bottom: 150px;
}

.newsWrap {
  margin: 0;
  padding: 0 0 10rem 0;
  position: relative;
  z-index: 0;
}

.news-bg-left {
  display: none;
}

.news-bg-right {
  display: none;
}

.newsWrap .blockTitle {
  font-weight: 400;
  justify-content: center;
  margin: 0px;
}

.newsWrap:before {
  content: "";
  background-image: url(images/led2/news_before.webp);
  display: block;
  position: absolute;
  top: -150px;
  height: 452px;
  width: 100%;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}

.newsWrap:after {
  content: "";
  background-image: url(images/led2/news_after.webp);
  display: block;
  position: absolute;
  bottom: -150px;
  height: 452px;
  width: 100%;
  background-size: 100% 100%;
}

.newsWrap .container {
  position: relative;
  z-index: 4;
}

.newsList {
  margin: 3.375rem auto 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 1435px;
}

.postItem {
  display: flex;
  padding: 0;
  width: 100%;
  gap: 1.875rem;
  background: #e1ffff;
  border-radius: 0.5rem;
}

.postItem .open_link {
  position: relative;
}

.postItem .open_link span {
  position: absolute;
  bottom: 1rem;
  left: 0.5rem;
  color: #fff;
  background: #0000007a;
  padding: 7px 10px;
  border-radius: 5px;
}

.pipc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  padding: 30px 35px 30px 0;
}

.postItem a.open_link {
  position: relative;
}

.postItem img {
  object-fit: cover;
  object-position: center;
  position: relative;
  display: block;
  border-radius: 0.5rem;
  margin: auto;
  width: 100%;
  max-width: 500px;
  height: 100%;
}

.postItem span,
.post_date {
  display: block;
  color: #16364d;
  margin: 0;
  font-size: 18px;
}

.postItem h3 {
  margin: 0;
  font-size: 22px;
  color: #101010;
  font-weight: 500;
}

.postItem p {
  margin: 0;
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 18px);
  font-weight: 300;
  color: #736767;
  line-height: 140%;
}

.pipcBottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.postItem .button {
  margin: 0;
  font-size: clamp(1.125rem, 1.05rem + 0.35vw, 20px);
  max-width: 11.875rem;
  background: #43fbff;
  box-shadow: none;
  transition: 0s;
  color: #044561;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  border-radius: 10px;
  min-width: 10rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 500;
}

.postItem .button:before {
  display: none;
}

.postItem .button:hover {
  background: #009dff;
  color: #fff;
  transition: 0s;
}

.postItem .button:hover:after {
  filter: brightness(100);
}

footer {
  position: relative;
  z-index: 3;
  background-image: var(--pc);
}

footer .container {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  margin: 0px auto 0 17dvw;
  max-width: 540px;
}

footer img {
  position: relative;
}

footer .container + .container {
  margin-top: 35px;
}

footer .container + .container p {
  text-transform: uppercase;
}

footer .container + .container a {
  color: #bfbfbf;
}

.buttonRed {
  color: #fff;
}

.trailerWrap .blockTitle {
  justify-content: center;
  text-align: center;
  color: #d51300;
  padding-top: 40px;
}

.trailerWrap .blockTitle:before,
.trailerWrap .blockTitle:after {
  display: none;
}

.trailerWrap a img {
  width: 100%;
  display: block;
  margin: auto;
  max-width: 71.25rem;
  border-radius: 0.5rem;
  max-height: 570px;
  object-fit: cover;
}

.trailerWrap a {
  border-radius: 0.5rem;
}

.trailerWrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: url(images/playX.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.trailerWrap .trailerData {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.trailerWrap.trailerSlider .trailerData {
  bottom: auto;
  top: 30px;
}

.slick-dots {
  list-style: none;
  margin: 0px auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.slick-prev,
.slick-next {
  cursor: pointer;
}

.slick-dots button {
  font-size: 0px;
  width: 6px;
  height: 6px;
  display: block;
  background: url(images/vn/dot.png);
  background-position: center;
  background-size: contain;
  padding: 0px;
  border: none;
  margin: 0;
}

.slick-dots .slick-active button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  display: block;
  background: url(images/vn/dot_active.png);
  background-position: center;
  background-size: contain;
}

footer li a:hover,
footer nav a:hover {
  color: #43fbff;
}

.episodesWrap.episodesSingle {
  margin-bottom: -225px;
  padding-bottom: 195px;
}

.shareCloud {
  position: fixed;
  top: 146.56px;
  right: max(24px, calc((100vw - 1530px) / 2 + 40px));
  z-index: 65;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 763px;
  height: 60px;
  box-sizing: border-box;
  padding: 12px;
  overflow: visible;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.73);
}

.shareCloud.open {
  display: flex;
}

.shareCloud a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 0;
  overflow: visible;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  text-decoration: none;
  opacity: 1;
  transition: font-weight 0.2s ease;
}

.shareCloud a:hover {
  color: #ffffff;
  font-weight: 500;
  opacity: 1;
}

.shareCloud a::before {
  content: "";
  display: block;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  overflow: visible;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}

.shareCloud .shareVK::before {
  background-image: url("images/shareVK.svg");
}

.shareCloud .shareOK::before {
  background-image: url("images/shareOK.svg");
}

.shareCloud .shareTG::before {
  background-image: url("images/shareTG.svg");
}

.shareCloud .shareC::before {
  background-image: url("images/shareC.svg");
}

#shareCopy {
  display: none;
}

.policyNotif {
  position: fixed;
  right: max(24px, calc((100vw - 1530px) / 2 + 41px));
  bottom: 30px;
  z-index: 70;
  display: none;
  align-items: center;
  gap: 0;
  width: 565px;
  height: 110px;
  box-sizing: border-box;
  padding: 30px 32px 30px 52px;
  border-radius: 92px;
  background: #000000;
}

.policyNotif.open {
  display: flex;
}

.policyNotif p {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 410px;
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.policyNotif a {
  color: #0095ff;
  text-decoration: none;
  transition: 0.25s;
}

.policyNotif a:hover {
  color: #fff;
}

.policyNotif .police_button {
  display: flex;
  flex: 0 0 75px;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 50px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1.6px solid #ffffff;
  border-radius: 45px;
  background: transparent;
  box-shadow: none;
  filter: none;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.policyNotif .police_button:hover {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.2);
}

.policyNotif .police_button text {
  font: inherit;
  color: inherit;
}

.storyImages {
  display: none;
}

*[class^="fancybox"] {
  border: none;
  box-shadow: none;
  outline: none;
}

.storyWB {
  position: relative;
  padding: 5.5rem 0 5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.storySlider {
  margin-left: -12px;
  margin-right: -12px;
}

.storySlider a {
  margin: 0 12px;
  opacity: 0;
  transition: 0.3s all;
}

.storySlider a.slick-active {
  opacity: 1;
}

.storySlider img {
  -moz-box-shadow: 0px 24px 31.6px -16px rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px 24px 31.6px -16px rgba(0, 0, 0, 0.78);
  box-shadow: 0px 24px 31.6px -16px rgba(0, 0, 0, 0.78);
  border-radius: 8px;
  overflow: hidden;
}

.storySlider .slick-list {
  padding: 25px 25px 45px;
  margin: -25px;
}

#swbl {
  position: absolute;
  top: 200px;
  left: 0;
  width: 325px;
  height: 825px;
  background: url(images/vn/aboutP0.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

#swbr {
  position: absolute;
  top: 200px;
  right: 0;
  width: 450px;
  height: 825px;
  background: url(images/vn/aboutP1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.series-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.series-info-top {
  color: #fff;
}

.specs-list .spec-item:after {
  display: none;
}

.specs-list span {
  color: #989898;
}

.specs-list .spec-value {
  color: #ffffff;
}

.series-specs .series-title {
  margin: 0 0 3px 0;
  font-size: 46px;
  text-transform: uppercase;
}

.specs-list {
  margin-top: 5px;
  font-size: 20px;
}

.series-info-grid > * {
  flex: 1;
}

.series-info-grid > *:nth-child(odd) {
  flex: 0 0 calc((8 / 19) * 100% - 15px);
}

.series-info-grid > *:nth-child(even) {
  flex: 0 0 calc((11 / 19) * 100% - 10%);
}

.episodesBlock {
  position: relative;
  z-index: 1;
  padding: 3.75rem 0 8.5rem 0;
}

.episodesBlock .container:after {
  content: "";
}

.episodes-bg-left {
  display: none;
}

.episodes-bg-right {
  display: none;
}

.single .seasonsBlock {
  z-index: 2;
}

.single .episodesBlock:before {
  display: none;
}

.tax-season .episodesBlock:before {
  display: none;
}

.tax-season .episodesBlock {
  z-index: 3;
}

.tax-season .seasonsBlock {
  margin-top: 0;
}

/* Описание — страница сезона, тема 2 */

.tax-season .storyWB.theme2 {
  padding-bottom: 100px;
}

.tax-season .storyWB.theme2 .series-info-theme {
  min-height: 0;
  align-content: start;
}

/* Заголовок */

.tax-season .storyWB.theme2 .series-info-top {
  height: auto;
  min-height: 55px;
}

.tax-season
.storyWB.theme2
.series-info-top
.series-title,
.tax-season
.storyWB.theme2
.series-info-top
.blockTitle {
  max-width: 400px;
}

/* Возраст 18+ */

.tax-season
.storyWB.theme2
.specs-list
.age-label {
  top: 2px;
  right: auto;
  left: 420px;

  font-size: 56px;
  font-weight: 300;
  line-height: 56px;
}

/* Характеристики и описание стоят на одной высоте */

.tax-season .storyWB.theme2 .series-row,
.tax-season .storyWB.theme2 .descriotion-block {
  margin-top: 48px;
}

.tax-season .storyWB.theme2 .gallery-row {
  margin-top: 70px;
}

/* Планшет */

@media (max-width: 1280px) {
  .tax-season .storyWB.theme2 {
    padding-bottom: 80px;
  }

  .tax-season
  .storyWB.theme2
  .series-info-top
  .series-title,
  .tax-season
  .storyWB.theme2
  .series-info-top
  .blockTitle {
    max-width: 360px;
  }

  .tax-season
  .storyWB.theme2
  .specs-list
  .age-label {
    top: 2px;
    left: 380px;
    font-size: 50px;
    line-height: 50px;
  }

  .tax-season .storyWB.theme2 .series-row,
  .tax-season .storyWB.theme2 .descriotion-block {
    margin-top: 40px;
  }

  .tax-season .storyWB.theme2 .gallery-row {
    margin-top: 56px;
  }
}

/* Характеристики и текст становятся отдельными строками */

@media (max-width: 1100px) {
  .tax-season .storyWB.theme2 .series-info-theme {
    align-content: start;
    row-gap: 30px;
  }

  .tax-season .storyWB.theme2 .series-info-top {
    min-height: 50px;
    padding-right: 90px;
  }

  .tax-season
  .storyWB.theme2
  .series-info-top
  .series-title,
  .tax-season
  .storyWB.theme2
  .series-info-top
  .blockTitle {
    max-width: none;
  }

  .tax-season
  .storyWB.theme2
  .specs-list
  .age-label {
    top: 1px;
    right: 0;
    left: auto;
    font-size: 46px;
    line-height: 46px;
  }

  .tax-season .storyWB.theme2 .series-row,
  .tax-season .storyWB.theme2 .descriotion-block,
  .tax-season .storyWB.theme2 .gallery-row {
    margin-top: 0;
  }
}

/* Мобильный */

@media (max-width: 760px) {
  .tax-season .storyWB.theme2 {
    padding-bottom: 64px;
  }

  .tax-season .storyWB.theme2 .series-info-theme {
    row-gap: 24px;
  }

  .tax-season .storyWB.theme2 .series-info-top {
    height: auto;
    min-height: 44px;
    padding-right: 65px;
  }

  .tax-season
  .storyWB.theme2
  .series-info-top
  .series-title,
  .tax-season
  .storyWB.theme2
  .series-info-top
  .blockTitle {
    font-size: clamp(23px, 7.5vw, 30px);
    line-height: 1.3;
  }

  .tax-season
  .storyWB.theme2
  .specs-list
  .age-label {
    top: 3px;
    right: 0;
    left: auto;
    font-size: 36px;
    line-height: 36px;
  }
}

/* Отзывы — тема 2 */

.reviewsWrap.theme2 {
  --reviews-gap: 29px;
  --review-card-height: 554px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 110px 0 0;
  /* padding: 0 16px 220px; */
  
  padding: 0 16px 200px;
  
  box-sizing: border-box;
  overflow: hidden;
  background: #161517 url("./images/far2/seasons.png") center top / 100% 100%
    no-repeat;
}

.reviewsWrap.theme2::before,
.reviewsWrap.theme2::after,
.reviewsWrap.theme2 .reviews-bg-left,
.reviewsWrap.theme2 .reviews-bg-right {
  content: none !important;
  display: none !important;
  background: none !important;
}

.reviewsWrap.theme2 > .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1592px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.reviewsWrap.theme2 .reviews-top {
  width: 100%;
  margin: 0;
  padding: 0;
}

.reviewsWrap.theme2 .blockTitle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.reviewsWrap.theme2 .blockTitle::before,
.reviewsWrap.theme2 .blockTitle::after {
  content: none;
  display: none;
}

.reviewsWrap.theme2 .reviewsSliderWrapper {
  position: relative;
  width: 100%;
  margin: 75px auto 0;
  padding: 0;
  box-sizing: border-box;
}

.reviewsWrap.theme2 .reviewsSlider {
  width: calc(100% - 152px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.reviewsWrap.theme2 .reviewsSlider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 461px));
  justify-content: center;
  gap: var(--reviews-gap);
}

.reviewsWrap.theme2 .reviewsSlider .slick-list {
  margin: 0 calc(var(--reviews-gap) / -2);
  overflow: hidden;
}

.reviewsWrap.theme2 .reviewsSlider .slick-track {
  display: flex;
  align-items: stretch;
}

.reviewsWrap.theme2 .reviewsSlider .slick-slide {
  height: var(--review-card-height);
  margin: 0;
  box-sizing: border-box;
}

.reviewsWrap.theme2 .reviewItem {
  --review-slide-pad: 0px;
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: var(--review-card-height);
  margin: 0;
  padding: 41px calc(44px + var(--review-slide-pad)) 32px
    calc(45px + var(--review-slide-pad));
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
}

.reviewsWrap.theme2 .reviewsSlider.slick-initialized .reviewItem {
  --review-slide-pad: calc(var(--reviews-gap) / 2);
}

@media(max-width: 768px) {
  .reviewsWrap.theme2 .reviewsSlider.slick-initialized .reviewItem {
    padding: 16px;
  }
}

.reviewsWrap.theme2 .reviewItem::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--review-slide-pad);
  bottom: 0;
  left: var(--review-slide-pad);
  z-index: -1;
  border-radius: 30px;
  background: #171011;
  pointer-events: none;
}

.reviewsWrap.theme2 .reviewHeader {
  display: flex;
  flex: 0 0 105px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: 105px;
  margin: 0;
}

.reviewsWrap.theme2 .reviewItem h3 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.reviewsWrap.theme2 .starsWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 181px;
  height: 35px;
  margin: 0;
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 49px;
  background: transparent;
}

.reviewsWrap.theme2 .starsWrap text {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.reviewsWrap.theme2 .starsList {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 112px;
  margin: 0;
  padding: 0;
}

.reviewsWrap.theme2 .starsList span {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  background: url("./images/ch2/star.svg") center / contain no-repeat;
}

.reviewsWrap.theme2 .starsList span:not(.colored) {
  background-image: url("./images/led2/white_star.svg");
}

.reviewsWrap.theme2 .reviewText {
  --review-scrollbar-width: 5.74px;
  --review-scrollbar-track-height: 243px;
  --review-scrollbar-thumb-height: 166px;
  --review-scrollbar-thumb-offset: 0px;
  display: block;
  flex: 0 0 259px;
  width: 100%;
  height: 259px;
  min-height: 259px;
  max-height: 259px;
  margin: 40px 0;
  padding: 0 25px 0 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  background-image:
    linear-gradient(#c5c5c5, #c5c5c5), linear-gradient(#505050, #505050);
  background-position:
    right 0 top var(--review-scrollbar-thumb-offset),
    right 0 top 0;
  background-size:
    var(--review-scrollbar-width) var(--review-scrollbar-thumb-height),
    var(--review-scrollbar-width) var(--review-scrollbar-track-height);
  background-repeat: no-repeat;
  scrollbar-width: none;
  -ms-overflow-style: none;
  animation: theme2-review-scrollbar-thumb linear both;
  animation-duration: auto;
  animation-timeline: scroll(self block);
  animation-range: 0% 100%;
}

.reviewsWrap.theme2 .reviewText.is-scrollbar-dragging {
  cursor: grabbing;
  user-select: none;
}

.reviewsWrap.theme2 .reviewText::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.reviewsWrap.theme2 .reviewText p {
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  background: none;
  color: #ffffff;
  -webkit-text-fill-color: currentColor;
}

.reviewsWrap.theme2 .reviewBottom {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  min-height: 37px;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
}

.reviewsWrap.theme2 .source-link,
.reviewsWrap.theme2 .source-text {
  flex: 0 0 auto;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
}

.reviewsWrap.theme2 .source-link:hover,
.reviewsWrap.theme2 .source-link:focus-visible {
  color: #0059ff;
  text-decoration: none;
}

.reviewsWrap.theme2 .review-date {
  flex: 1 1 auto;
  margin: 0;
  text-align: right;
  white-space: nowrap;
  color: #686868;
}

.reviewsWrap.theme2 .reviewsSliderWrapper > .navigation {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.reviewsWrap.theme2 .navigation .slick-prev,
.reviewsWrap.theme2 .navigation .slick-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 41px;
  outline: 0;
  background: #0059ff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: none;
  cursor: pointer;
  pointer-events: auto;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.reviewsWrap.theme2 .navigation .slick-prev::before,
.reviewsWrap.theme2 .navigation .slick-next::before {
  content: none !important;
  display: none !important;
}

.reviewsWrap.theme2 .navigation svg {
  display: block !important;
  width: 15px;
  height: 26px;
}

.reviewsWrap.theme2 .navigation svg path {
  fill: #ffffff !important;
}

.reviewsWrap.theme2 .navigation .slick-prev:hover,
.reviewsWrap.theme2 .navigation .slick-next:hover,
.reviewsWrap.theme2 .navigation .slick-prev:focus-visible,
.reviewsWrap.theme2 .navigation .slick-next:focus-visible {
  background: #003aa5;
}

.reviewsWrap.theme2 .navigation .slick-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .reviewsWrap.theme2 {
    --reviews-gap: 24px;
    --review-card-height: 520px;
    margin-top: 90px;
    padding-right: 20px;
    padding-bottom: clamp(110px, 12vw, 154px);
    padding-left: 20px;
    background-position: center top;
    background-size: 100% 100%;
  }

  .reviewsWrap.theme2 .blockTitle {
    font-size: clamp(34px, 3.125vw, 40px);
    line-height: 1.375;
  }

  .reviewsWrap.theme2 .reviewsSliderWrapper {
    margin-top: 50px;
  }

  .reviewsWrap.theme2 .reviewsSlider {
    width: calc(100% - 120px);
  }

  .reviewsWrap.theme2 .reviewsSlider .slick-list {
    margin: 0 calc(var(--reviews-gap) / -2);
  }

  .reviewsWrap.theme2 .reviewItem {
    max-width: none;
    padding: 32px calc(32px + var(--review-slide-pad));
  }

  .reviewsWrap.theme2 .reviewHeader {
    flex-basis: 84px;
    height: 84px;
    gap: 24px;
  }

  .reviewsWrap.theme2 .reviewItem h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .reviewsWrap.theme2 .starsWrap {
    height: 32px;
  }

  .reviewsWrap.theme2 .starsWrap text {
    font-size: 16px;
    line-height: 22px;
  }

  .reviewsWrap.theme2 .starsList {
    width: auto;
  }

  .reviewsWrap.theme2 .starsList span {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }

  .reviewsWrap.theme2 .reviewText {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 28px 0;
    padding-right: 20px;
  }

  .reviewsWrap.theme2 .reviewText p {
    font-size: 18px;
    line-height: 32px;
  }

  .reviewsWrap.theme2 .reviewBottom {
    gap: 24px;
    font-size: 18px;
    line-height: 32px;
  }

  .reviewsWrap.theme2 .reviewsSliderWrapper > .navigation {
    height: 54px;
  }

  .reviewsWrap.theme2 .navigation .slick-prev,
  .reviewsWrap.theme2 .navigation .slick-next {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
  }

  .reviewsWrap.theme2 .navigation svg {
    width: 14px;
    height: 24px;
  }
}

@media (max-width: 768px) {
  .reviewsWrap.theme2 {
    --reviews-gap: 0;
    --review-card-height: 500px;
    width: 100%;
    margin-top: 64px;
    padding-right: 16px;
    padding-bottom: 90px;
    padding-left: 16px;
  }

  .reviewsWrap.theme2 .blockTitle {
    font-size: 30px;
    line-height: 38px;
  }

  .reviewsWrap.theme2 .reviewsSliderWrapper {
    margin-top: 36px;
  }

  .reviewsWrap.theme2 .reviewsSlider {
    width: 100%;
    max-width: none;
  }

  .reviewsWrap.theme2 .reviewsSlider:not(.slick-initialized) {
    grid-template-columns: minmax(0, 1fr);
  }

  .reviewsWrap.theme2 .reviewsSlider .slick-list {
    margin: 0;
  }

  .reviewsWrap.theme2 .reviewItem {
    width: 100%;
    max-width: none;
    padding: 26px calc(22px + var(--review-slide-pad)) 24px;
    border-radius: 30px;
    background: #171011;
  }

  .reviewsWrap.theme2 .reviewItem::before {
    content: none;
    display: none;
  }

  .reviewsWrap.theme2 .reviewHeader {
    flex-basis: 71px;
    height: 71px;
    gap: 16px;
  }

  .reviewsWrap.theme2 .reviewItem h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .reviewsWrap.theme2 .starsWrap {
    gap: 10px;
    width: auto;
    height: 30px;
    padding: 4px 10px;
  }

  .reviewsWrap.theme2 .starsWrap text {
    font-size: 14px;
    line-height: 20px;
  }

  .reviewsWrap.theme2 .starsList {
    gap: 2px;
  }

  .reviewsWrap.theme2 .starsList span {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

  .reviewsWrap.theme2 .reviewText {
    margin: 24px 0;
    padding-right: 16px;
  }

  .reviewsWrap.theme2 .reviewText p {
    font-size: 16px;
    line-height: 26px;
  }

  .reviewsWrap.theme2 .reviewBottom {
    align-items: flex-end;
    gap: 16px;
    min-height: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .reviewsWrap.theme2 .review-date {
    white-space: normal;
  }

  .reviewsWrap.theme2 .reviewsSliderWrapper > .navigation {
    position: static;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 44px;
    margin-top: 24px;
    transform: none;
  }

  .reviewsWrap.theme2 .navigation .slick-prev,
  .reviewsWrap.theme2 .navigation .slick-next {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .reviewsWrap.theme2 .navigation svg {
    width: 11px;
    height: 20px;
  }
}

@media (max-width: 430px) {
  .reviewsWrap.theme2 {
    --review-card-height: 480px;
  }
}

.similarWrap {
  position: relative;
  padding: 190px 0 180px 0;
  background-size: cover;
  margin-top: 0px;
}

.similarWrap .navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.625rem;
  min-height: 4.5rem;
}

.similarWrap .container {
  position: relative;
}

.similarWrap .navigation .slick-arrow {
  position: absolute;
  top: 50%;
}

.similarSlider {
  margin: 5.625rem auto 0 auto;
}

.similarSlider .slick-slide {
  margin: 1px 20px;
}

.similarWrap .blockTitle {
  justify-content: center;
  font-weight: 400;
  margin: 0 1rem;
}

.similarWrap .blockTitle:before,
.similarWrap .blockTitle:after {
  display: none;
}

.similarSlider img {
  border-radius: 10px;
}

.similarSlider a .slider_image {
  position: relative;
  display: block;
}

.similarSlider a .slider_image:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: border-box;
  border: 1px solid #43fbff;
}

.similarSlider .slick-slide h3 {
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 20px);
  text-align: center;
  font-weight: 400;
  margin: 10px 0;
  color: #fff;
}

.similarSlider .slick-slide span {
  text-align: center;
  display: block;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 18px);
  color: #43fbff;
}

footer .logo {
  display: block;
  max-width: 540px;
  margin: 0 auto;
}

footer {
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footerInfo p {
  color: #fff;
  font-size: clamp(1.5rem, 1.1rem + 2vw, 3.125rem);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.footerInfo {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.term-2 .bannerMain .h1,
.term-2 .bannerMain p {
  color: #fff;
}

.storySecond .blockTitle:before,
.storySecond .blockTitle:after {
  content: "";
  width: 365px;
}

.pageWrap {
  margin: 0;
}

.blockTitle.pageTitle {
  color: #fff;
  margin: 1.875rem 0;
  font-weight: 400;
  line-height: normal;
}

.pageTitle:before,
.pageTitle:after {
  display: none;
}

.episodesBlock.twb {
  margin-top: -150px;
}

.episodesBlock.twb .trailerWrap .blockTitle {
  color: #feaa01;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

.noPhoto {
  height: 200px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    246.84deg,
    #2f6d78 -33.13%,
    #292929 44.42%,
    #ffffff 121.97%
  );
  border-radius: 8px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.bannerMain .container.wc h1,
.bannerMain .container.wc p {
  color: #fff;
}

footer .button.buttonRed,
footer.site-footer .button.buttonRed {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 335.9px;
  min-width: 335.9px;
  max-width: 335.9px;
  height: 90px;
  min-height: 90px;
  margin: 0;
  padding: 0 95px 0 40px;
  border: 0;
  border-radius: 117px;
  background: var(--banner-red, #ff361b);
  box-shadow: 0 21px 31.4px rgba(255, 54, 27, 0.42);
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  color: var(--banner-white, #ffffff);
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

footer .button.buttonRed > svg,
footer.site-footer .button.buttonRed > svg,
footer .button.buttonRed .play,
footer.site-footer .button.buttonRed .play {
  display: none;
}

footer .button.buttonRed text,
footer .button.buttonRed .button-text,
footer .button.buttonRed span,
footer.site-footer .button.buttonRed text,
footer.site-footer .button.buttonRed .button-text,
footer.site-footer .button.buttonRed span {
  position: relative;
  z-index: 2;
  display: inline;
  width: auto;
  flex: initial;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  text-transform: inherit;
  pointer-events: none;
}

footer .button.buttonRed::before,
footer.site-footer .button.buttonRed::before {
  content: none;
  display: none;
}

footer .button.buttonRed::after,
footer.site-footer .button.buttonRed::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  display: block;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: var(--banner-brown, #772000);
  background-image: var(--css-icon-1);
  background-repeat: no-repeat;
  background-position: 54% 50%;
  background-size: 31px 31px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: background-color 0.25s ease;
}

footer .button.buttonRed:hover,
footer .button.buttonRed:focus-visible,
footer.site-footer .button.buttonRed:hover,
footer.site-footer .button.buttonRed:focus-visible {
  background: var(--banner-brown, #772000);
  box-shadow: none;
  color: var(--banner-white, #ffffff);
}

footer .button.buttonRed:hover::after,
footer .button.buttonRed:focus-visible::after,
footer.site-footer .button.buttonRed:hover::after,
footer.site-footer .button.buttonRed:focus-visible::after {
  background-color: var(--banner-red, #ff361b);
}

@media (max-width: 430px) {
  footer .button.buttonRed,
  footer.site-footer .button.buttonRed {
    width: 220.27px;
    min-width: 220.27px;
    max-width: 220.27px;
    height: 58.89px;
    min-height: 58.89px;
    padding: 0 62px 0 26.1753px;
    border-radius: 76.5627px;
    box-shadow: 0 13.742px 20.5476px rgba(255, 54, 27, 0.42);
    font-size: 17px;
    line-height: 20px;
  }

  footer .button.buttonRed::after,
  footer.site-footer .button.buttonRed::after {
    right: 5.88943px;
    width: 46.46px;
    height: 46.46px;
    background-size: 20.29px 20.29px;
  }

  footer .button.buttonRed:hover,
  footer .button.buttonRed:focus-visible,
  footer.site-footer .button.buttonRed:hover,
  footer.site-footer .button.buttonRed:focus-visible {
    box-shadow: none;
  }
}

*:before,
*:after {
  background-repeat: no-repeat;
}

body > div:before,
body > .container > div:before {
  background-size: cover;
  background-position: bottom center;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
}

.storyContent p,
.storyContent p li,
.storyContent p *,
.storyContent li * {
  font-weight: 300;
}

.storyWB .container {
  position: relative;
  z-index: 2;
}

.storyWB .container .series-info,
.single-episode .series-info .container.new-inner .post_content {
  width: calc(100% - 2rem);
  margin: 0 auto;
}

.series-gallery-wrap .navigation {
  left: 0;
  right: 0;
  top: 50%;
}

.series-gallery-wrap .navigation .slick-prev,
.similarWrap .navigation .slick-prev {
  position: relative;
  left: -30px;
  width: 50px;
  height: 40px;
  border-radius: 3.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #435040;
}

.series-gallery-wrap .navigation .slick-next,
.similarWrap .navigation .slick-next {
  position: relative;
  right: -30px;
  width: 50px;
  height: 40px;
  border-radius: 3.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #435040;
}

.navigation .slick-arrow svg {
  z-index: 1;
}

.navigation .slick-arrow {
  transition: 0.3s;
}

.navigation .slick-arrow:hover {
  background-color: #43fbff;
  transition: 0.3s;
  cursor: pointer;
}

.series-gallery-wrap .series-gallery .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 427 / 240;
  object-fit: cover;
  object-position: center;
  margin: 0;
  border-radius: 30px;
}

.series-gallery-wrap .gallery-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 427 / 240;
  object-fit: cover;
  object-position: center;
  margin: 0;
  border-radius: 30px;
}

.series-gallery-wrap .series-gallery .slick-slide:not(.slick-current) img {
  height: auto;
  margin-top: 0;
  border-radius: 30px;
}

.series-gallery-wrap .series-gallery .slick-slide.slick-current img {
  height: auto;
  border-radius: 30px;
}

.series-gallery-wrap .slick-center .gallery-image {
  height: auto;
  margin-top: 0;
  max-width: 100%;
  border-radius: 30px;
}

.series-info-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.series-info-right {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.content-block-top,
.content-block-bottom,
.content-block-mid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-block-mid {
  margin-top: -180px;
}

.content-block-top {
  margin-top: 60px;
}

.gallery-item img {
  height: auto;
  display: block;
  max-width: 520px;
  min-width: 520px;
  margin: auto;
  width: 100%;
  pointer-events: none;
}

.content-block-bottom {
  margin-top: -10px;
}

.spec-age .spec-label {
  font-size: 31px;
  line-height: 23px;
}

.trailerPreview {
  max-width: 71.25rem;
  margin: auto;
  display: block;
  position: relative;
}

.episodeItem.not-released img {
  filter: blur(5px) brightness(70%);
}

.date-overlay,
.upcoming {
  position: absolute;
  bottom: 14px;
  font-size: clamp(0.875rem, 0.73rem + 0.6vw, 20px);
  line-height: 30px;
  text-align: center;
  margin: auto;
  right: 20px;
  z-index: 2;
}

.errorPageWrap {
  padding: 200px 0;
  background: #010101;
  color: #fff;
}

@media (max-width: 1550px) {
  footer .container {
    margin: 0px auto 0 10dvw;
  }

  .similarSlider .slick-slide {
    margin: 1px 1rem;
  }
}

@media (min-width: 1280px) {
  .similarWrap .navigation .slick-prev,
  .similarWrap .navigation .slick-next {
    position: absolute;
    pointer-events: all;
  }
}

@media (min-width: 1200px) {
  .news-bg-left {
    display: block;
  }
}

@media (max-width: 1280px) {
  .series-gallery-wrap .series-gallery .slick-slide {
    padding: 0 10px;
  }

  .series-gallery-wrap .slick-list {
    overflow: hidden;
  }

  .series-info-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    min-width: auto;
  }

  .content-block-mid {
    flex-direction: column-reverse;
    margin-top: 0px;
  }
}

@media (max-width: 1100px) {
  .episodeItem {
    height: 220px;
  }

  .postItem .pipc {
    max-width: 100%;
    padding: 0 2rem 2rem 2rem;
    box-sizing: border-box;
  }

  .storyWB .container {
    background-size: auto;
    background-position: top;
  }

  .specs-list {
    display: grid;
  }

  .specs-list .spec-item:after {
    display: none;
  }

  .series-specs {
    max-width: 100%;
  }

  .postItem img {
    max-width: 100%;
  }

  .postItem:nth-child(even) {
    flex-direction: column;
  }

  .mmHeader {
    padding: 10px 15px;
  }
}

@media (max-width: 940px) {
  .episodes-bg-left {
    display: none;
  }

  .buttonsWrap {
    display: flex;
    align-items: center;
    gap: 20px 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
  }

  .content-block-top {
    order: 0;
  }

  .content-block-mid {
    order: 2;
  }

  .content-block-bottom {
    order: 1;
  }
}

@media (max-width: 768px) {
  .newsWrap:after {
    background-size: cover;
  }

  footer {
    padding-bottom: 0;
    background-image: var(--mobile);
    min-height: 750px;
  }

  footer .container {
    margin: 0 20px;
    padding: 0px;
    height: 100%;
    justify-content: start;
  }

  footer img {
    top: 10px;
    max-height: 230px;
  }

  .episodesBlock:after {
    background-size: cover;
  }

  .footerInfo {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .episodeItem {
    height: 200px;
  }

  footer li a,
  footer nav a {
    font-size: 20px;
  }

  .series-row {
    margin-bottom: 2rem;
  }

  .series-info p {
    font-weight: 300;
  }

  .news-bg-left {
    right: unset;
    top: -26%;
    width: 80%;
    background-size: contain;
    display: block;
    left: 0;
  }

  .news-bg-right {
    background-image: url(images/led1/news-bg-right-mobile.png);
    bottom: -24%;
  }

  .episodes-bg-right {
    background-image: url(images/led1/glare.svg);
    background-position: left;
    background-size: cover;
  }

  .home .episodes-bg-left {
    display: none;
  }

  .seasons-bg-right {
    display: none;
  }

  .storyWB {
    padding: 1rem 0 1.875rem 0;
  }

  .gallery-row {
    margin-top: 6px;
  }

  .similarWrap .container {
    width: 100%;
  }

  .series-info-theme {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "specs" "text" "gallery";
    row-gap: 22px;
  }

  .specs-list .age-label {
    left: 150px;
  }

  .series-info-top {
    flex-direction: row;
    gap: 10px;
  }

  .series-gallery-wrap .series-gallery {
    padding: 0;
  }

  .series-gallery-wrap .navigation .slick-prev,
  .series-gallery-wrap .navigation .slick-next,
  .similarWrap .navigation .slick-prev,
  .similarWrap .navigation .slick-next {
    position: relative;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    left: none;
    right: none;
  }

  .series-gallery-wrap .navigation,
  .similarWrap .navigation {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.625rem;
    transform: none;
  }

  .trailerPreview.buttonPlay span {
    width: 5rem;
    height: 5rem;
    left: calc(50% - 2.5rem);
    top: calc(50% - 2.5rem);
  }

  .trailerWrap a {
    padding: 0.5rem;
  }

  .series-gallery-wrap .slick-list {
    overflow: hidden;
  }

  .series-gallery-wrap .series-gallery .slick-slide {
    padding: 0px;
  }

  .episodesList {
    gap: 1.875rem;
    margin-top: 1.875rem;
  }

  .new-inner__image:before {
    width: 170px;
  }

  .episodesBlock:before {
    background-size: cover;
    height: 30px;
    top: -15px;
  }

  .trailerBlock {
    margin-top: 1.875rem;
  }

  .series-info-left,
  .series-info-right,
  .series-info-grid {
    gap: 10px;
  }

  .postItem .pipc {
    padding: 0 1rem 1rem 1rem;
  }

  .postItem span,
  .post_date {
    font-size: 1rem;
  }

  .postItem img {
    max-height: 200px;
    object-fit: cover;
    margin: auto;
    width: 100%;
  }

  .postItem {
    padding: 0;
  }

  .pipcBottom {
    align-items: center;
  }

  .episodesBlock {
    padding: 1.875rem 0 4.375rem 0;
  }

  .newsWrap {
    padding: 0 0 8rem 0;
  }

  .newsList {
    padding-top: 0;
    margin-top: 1.875rem;
  }

  .similarWrap {
    padding: 1.875rem 0;
  }

  .similarSlider {
    margin-top: 1.125rem;
  }

  .date-overlay,
  .upcoming {
    line-height: 20px;
  }

  .specs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .content-block-top {
    margin-top: 20px;
  }
}

@media (max-width: 430px) {
  .similarSlider .slick-slide h3 {
    font-size: 20px;
  }

  .similarSlider .slick-slide span {
    font-size: 1rem;
  }

  .footerInfo p {
    font-size: 1.5rem;
  }

  .age-label {
    font-size: 2rem;
  }

  .postItem .button {
    font-size: 1.125rem;
    min-width: auto;
  }

  .blockTitle {
    font-size: 24px;
  }

  .date-overlay,
  .upcoming {
    font-size: 14px;
  }

  .specs-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    font-size: 1rem;
  }
}

:root {
  --header-accent: #0095ff;
  --header-white: #ffffff;
  --header-menu-bg: #161517;
}

header,
header.fixed {
  position: fixed;
  top: 35px;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 58.76px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

header::before,
header.fixed::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

header .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 101px;
  width: calc(100% - 32px);
  max-width: 1530px;
  height: 58.76px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  text-transform: none;
}

header .logo,
.mmHeader .logo {
  display: flex;
  flex: 0 0 146px;
  align-items: center;
  justify-content: center;
  width: 146px;
  min-width: 146px;
  height: 58.76px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

header .logo img,
header .logo svg,
.mmHeader .logo img,
.mmHeader .logo svg {
  display: block;
  width: 146px;
  max-width: 146px;
  height: 58.76px;
  max-height: 58.76px;
  object-fit: contain;
}

header ul,
header nav {
  display: flex;
  flex: 0 1 811px;
  align-items: center;
  justify-content: flex-start;
  gap: 73px;
  width: 811px;
  max-width: 811px;
  height: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

header li a,
header nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: none;
  white-space: nowrap;
  color: var(--header-white);
  transition: color 0.25s ease;
}

header li a:hover,
header nav a:hover,
header li a:focus-visible,
header nav a:focus-visible {
  color: #0095ff;
}

.headerContacts {
  display: flex;
  flex: 0 0 280px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 280px;
  height: 50px;
}

.headerContacts .buttonPlay {
  display: flex;
  flex: 0 0 200px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 20px;
  border: 1.6px solid var(--header-white);
  border-radius: 45px;
  background: transparent;
  box-shadow: none;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  color: var(--header-white);
  transition: background-color 0.25s ease;
}

.headerContacts .buttonPlay::before,
.headerContacts .buttonPlay::after {
  content: none;
  display: none;
}

.headerContacts .buttonPlay text,
.headerContacts .buttonPlay span {
  font: inherit;
  letter-spacing: inherit;
  color: #ffffff;
  fill: #ffffff;
}

.headerContacts .buttonPlay:hover,
.headerContacts .buttonPlay:focus-visible {
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  color: #ffffff;
}

.headerContacts .shareWrap {
  display: flex;
  position: relative;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #0059ff;
  border-radius: 49px;
  background: transparent;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  transform: scaleX(-1);
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.headerContacts .shareWrap:hover,
.headerContacts .shareWrap:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.headerContacts .shareWrap::before {
  content: none;
  display: none;
}

.headerContacts .shareWrap svg {
  display: block;
  width: 22px;
  height: 24.88px;
}

.headerContacts .shareWrap svg path,
.headerContacts .shareWrap svg circle,
.headerContacts .shareWrap svg line {
  fill: #ffffff;
  stroke: #ffffff;
}

header .menuToggle {
  display: none;
}

header .menuToggle::before,
header .menuToggle::after {
  content: none;
  display: none;
}

/* Мобильное меню — стиль 2 */

.menuMobileWrap {
  position: fixed;
  inset: 0;
  z-index: 65;
  width: 100%;
  height: 100dvh;
  min-height: 657px;
  overflow-y: auto;
  background: var(--header-menu-bg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.menuMobileWrap.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menuMobileWrap .mmHeader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 69px;
  box-sizing: border-box;
  margin: 0;
  padding: 19px 19px 0 16px;
  background: var(--header-menu-bg);
}

.menuMobileWrap .mmHeader .logo {
  display: flex;
  flex: 0 0 124.23px;
  align-items: center;
  justify-content: center;
  width: 124.23px;
  min-width: 124.23px;
  height: 50px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.menuMobileWrap .mmHeader .logo img,
.menuMobileWrap .mmHeader .logo svg {
  display: block;
  width: 124.23px;
  max-width: 124.23px;
  height: 50px;
  max-height: 50px;
  object-fit: contain;
}

.menuMobileWrap .mmClose {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin: 5px 0 0;
  padding: 0;
  border: 2px solid #0059ff;
  border-radius: 72px;
  background: transparent;
  cursor: pointer;
}

.menuMobileWrap .mmClose svg {
  display: block;
  width: 15px;
  height: 15px;
}

.menuMobileWrap .mmClose svg path {
  fill: #ffffff;
}

.menuMobileWrap > .container {
  position: absolute;
  top: 69px;
  left: 0;
  width: 100%;
  max-width: none;
  height: calc(100% - 69px);
  min-height: 588px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: var(--header-menu-bg);
}

.menuMobileWrap .menu-main {
  position: absolute;
  top: 96.03px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 41px;
  width: 170px;
  height: 259px;
  margin: 0 0 0 -4px;
  padding: 0;
  transform: translateX(-50%);
}

.menuMobileWrap .menu-main a {
  display: block;
  width: auto;
  min-height: 19px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.menuMobileWrap .menu-main a:hover,
.menuMobileWrap .menu-main a:focus-visible,
.menuMobileWrap .menu-main a.active,
.menuMobileWrap .menu-main a.is-active {
  color: var(--header-accent);
}

.menuMobileWrap .buttonsWrap {
  position: absolute;
  right: auto;
  bottom: 36.92px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 250px;
  height: 55px;
  margin: 0 0 0 4.22px;
  padding: 0;
  transform: translateX(-50%);
}

.menuMobileWrap .buttonsWrap > :not(:first-child) {
  display: none;
}

.menuMobileWrap .button,
.menuMobileWrap .buttonRed {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  height: 55px;
  min-height: 55px;
  box-sizing: border-box;
  margin: 0;
  padding: 10.8045px 28.8119px;
  border: 0;
  border-radius: 84.2749px;
  background: #0059ff;
  box-shadow: 0 15.1263px 22.6174px rgba(0, 89, 255, 0.42);
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14.406px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.menuMobileWrap .button text,
.menuMobileWrap .buttonRed text {
  position: static;
  z-index: auto;
  color: inherit;
  font: inherit;
  font-weight: 800;
  text-transform: inherit;
}

.menuMobileWrap .button::before,
.menuMobileWrap .button::after,
.menuMobileWrap .buttonRed::before,
.menuMobileWrap .buttonRed::after {
  content: none;
  display: none;
}

.menuMobileWrap .button:hover,
.menuMobileWrap .button:focus-visible,
.menuMobileWrap .buttonRed:hover,
.menuMobileWrap .buttonRed:focus-visible {
  color: #ffffff;
  background: #003aa6;
  box-shadow: none;
}

@media (max-width: 1550px) {
  header .container {
    width: calc(100% - 32px);
    gap: clamp(24px, 4vw, 60px);
  }

  header ul,
  header nav {
    flex: 1 1 811px;
    gap: clamp(24px, 3.2vw, 50px);
    width: auto;
  }
}

@media (max-width: 1280px) {
  header .container {
    gap: 24px;
  }

  header ul,
  header nav {
    gap: 24px;
  }

  header li a,
  header nav a {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1100px) {
  header,
  header.fixed {
    top: 17.09px;
    height: 50px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  header::before,
  header.fixed::before {
    top: -17.09px;
    height: 105px;
  }

  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: calc(100% - 32px);
    max-width: none;
    height: 50px;
    margin: 0 auto;
    padding: 0;
  }

  header .logo,
  .mmHeader .logo {
    position: static;
    flex: 0 0 124.23px;
    width: 124.23px;
    min-width: 124.23px;
    height: 50px;
    margin: 0;
  }

  header .logo img,
  header .logo svg,
  .mmHeader .logo img,
  .mmHeader .logo svg {
    width: 124.23px;
    max-width: 124.23px;
    height: 50px;
    max-height: 50px;
    object-fit: contain;
  }

  header ul,
  header nav,
  header .headerContacts {
    display: none;
  }

  header .menuToggle {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 2px solid #0059ff;
    border-radius: 72px;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
  }

  header .menuToggle::before,
  header .menuToggle::after {
    content: none;
    display: none;
  }

  header .menuToggle svg {
    display: block;
    width: 20px;
    height: 14px;
  }

  header .menuToggle svg path {
    fill: #ffffff;
  }
}

/* Hero — стиль 2 */

.bannerMain,
.bannerMain.hasMobile {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 990px;
  min-height: 990px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #161517;
  background-image: var(--pc);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerMain::before,
.bannerMain::after {
  content: none;
  display: none;
}

.bannerMain .container {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: 1530px;
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
}

.bannerMain .banner_logo {
  position: absolute;
  top: clamp(140px, 6.1vw + 108.6px, 206.56px);
  left: 0;
  display: block;
  width: clamp(380px, 28.57vw + 0px, 548.6px);
  height: clamp(155px, 11.67vw + 0px, 224.01px);
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
}

.bannerMain .h1,
.bannerMain .tooLong {
  position: absolute;
  top: clamp(320px, 8.93vw + 317.5px, 489px);
  left: 0;
  display: block;
  width: min(750px, 100%);
  max-width: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(24px, 2.143vw + 6.86px, 48px);
  line-height: clamp(32px, 2.857vw + 10.14px, 66px);
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-text-stroke: 0;
  filter: none;
}

.bannerMain p {
  position: absolute;
  /* top: 670px; */
  top: clamp(480px, 18.75vw + 310px, 670px);
  
  left: 0;
  display: block;
  width: min(755px, 100%);
  max-width: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  text-shadow: none;
  -webkit-text-stroke: 0;
  filter: none;
}

.bannerMain .buttonsWrap {
  position: absolute;
  top: clamp(600px, 20.32vw + 396.5px, 825px);
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: clamp(20px, 1.79vw + 5.14px, 34px);
  width: auto;
  height: 90px;
  margin: 0;
  padding: 0;
  transform: none;
}

.bannerMain .button {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.bannerMain .button text {
  position: static;
  z-index: auto;
  display: block;
  width: auto;
  height: auto;
  color: inherit;
  font: inherit;
  font-weight: 800;
  text-transform: inherit;
}

.bannerMain .button svg,
.bannerMain .button .play {
  display: none;
}

.bannerMain .button::before,
.bannerMain .button::after {
  content: none;
  display: none;
}

.bannerMain .buttonRed {
  width: 295px;
  min-width: 295px;
  max-width: 295px;
  height: 90px;
  min-height: 90px;
  padding: 15px 40px;
  border: 0;
  border-radius: 117px;
  background: #0059ff;
  box-shadow: 0 21px 31.4px rgba(0, 89, 255, 0.42);
  font-size: 20px;
  line-height: 27px;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.bannerMain .buttonRed:hover,
.bannerMain .buttonRed:focus-visible {
  color: #ffffff;
  background: #003aa6;
  box-shadow: none;
}

.bannerMain .buttonPlay {
  width: 335px;
  min-width: 335px;
  max-width: 335px;
  height: 88px;
  min-height: 88px;
  padding: 30px;
  border: 1.6px solid #ffffff;
  border-radius: 159px;
  background: transparent;
  box-shadow: none;
  font-size: 20px;
  line-height: 27px;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.bannerMain .buttonPlay:hover,
.bannerMain .buttonPlay:focus-visible {
  color: #ffffff;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.2);
}

.bannerMain .buttonPlay:hover::before,
.bannerMain .buttonPlay:focus-visible::before {
  content: none;
  display: none;
}

@media (max-width: 768px) {
  .bannerMain,
  .bannerMain.hasMobile {
    width: 100%;
    height: 657px;
    min-height: 657px;
    background-color: #161517;
    background-image:
      linear-gradient(180deg, rgba(22, 21, 23, 0) 30.06%, #161517 45.89%),
      linear-gradient(270deg, rgba(22, 21, 23, 0) 60.17%, #161517 100%),
      var(--mobile, var(--pc));
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bannerMain .container {
    width: 100%;
    max-width: none;
    height: 657px;
    margin: 0;
    padding: 0;
  }

  .bannerMain .banner_logo {
    top: 242.31px;
    left: 50%;
    width: 217.96px;
    height: 89px;
    transform: translateX(-50%);
  }

  .bannerMain .h1,
  .bannerMain .tooLong {
    top: 341.38px;
    left: 50%;
    width: min(311px, calc(100% - 29px));
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    transform: translateX(-50%);
  }

  .bannerMain p {
    top: 407.47px;
    left: 50%;
    width: min(308px, calc(100% - 32px));
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    transform: translateX(-50%);
  }

  .bannerMain .buttonsWrap {
    top: 490px;
    left: 50%;
    flex-direction: column;
    align-items: center;
    gap: 20.08px;
    width: 250px;
    height: auto;
    transform: translateX(-50%);
  }

  .bannerMain .buttonRed {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 55px;
    min-height: 55px;
    padding: 10.8045px 28.8119px;
    border-radius: 84.2749px;
    box-shadow: 0 15.1263px 22.6174px rgba(0, 89, 255, 0.42);
    font-size: 14.406px;
    line-height: 20px;
  }

  .bannerMain .buttonPlay {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 55px;
    min-height: 55px;
    padding: 21.6089px;
    border-width: 1.15248px;
    border-radius: 114.527px;
    font-size: 14.406px;
    line-height: 20px;
  }
}
/* Трейлер сезона */

.seasonsBlock.theme2 {
  --seasons-gap: clamp(96px, 9.375vw, 180px);
  --seasons-bg-overlap: 0px;

  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 100%;
  /* padding: 200px 16px 120px; */
  
	padding: 150px 16px 120px;
  
  box-sizing: border-box;
  background: transparent;
  overflow: visible;
}

.seasonsBlock.theme2::after,
.seasonsBlock.theme2 .seasons-bg-left,
.seasonsBlock.theme2 .seasons-bg-right {
  content: none;
  display: none;
}

.seasonsBlock.theme2::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--seasons-bg-overlap));
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-color: #161517;
  background-image: url("./images/far2/seasons.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  pointer-events: none;
}

.seasonsBlock.theme2 > .container,
#trailer.seasonsBlock.theme2 > .container {
  width: 100%;
  max-width: 1533px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.seasonsBlock.theme2 .seasonsWrap,
.seasonsBlock.theme2 .seasons-top {
  width: 100%;
  margin: 0;
  padding: 0;
}

.seasonsBlock.theme2 .seasonsWrap {
  margin-bottom: 45px;
}

.seasonsBlock.theme2 .blockTitle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.seasonsBlock.theme2 .blockTitle::before,
.seasonsBlock.theme2 .blockTitle::after {
  content: none;
  display: none;
}

.seasonsBlock.theme2 .trailerBlock--home,
.seasonsBlock.theme2 .trailerWrap {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.seasonsBlock.theme2 .trailerBlock--home .trailerPreview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  overflow: visible;
}

.seasonsBlock.theme2 .trailerBlock--home .trailerPreview::before,
.seasonsBlock.theme2 .trailerBlock--home .trailerPreview::after {
  content: none;
  display: none;
}

.seasonsBlock.theme2 .trailerMedia {
  position: relative;
  width: min(100%, 972px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}

.seasonsBlock.theme2 .trailerMedia img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  border: 0;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.seasonsBlock.theme2 .trailerBlock--home .trailerPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 109px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #0059ff;
  border: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
  pointer-events: none;
}

.seasonsBlock.theme2 .trailerBlock--home .trailerPlay::before,
.seasonsBlock.theme2 .trailerBlock--home .trailerPlay::after {
  content: none;
  display: none;
}

.seasonsBlock.theme2 .trailerPlay svg {
  position: static;
  left: auto;
  display: block;
  width: 21px;
  height: 23px;
  margin: 0;
  transform: none;
}

.seasonsBlock.theme2 .trailerPlay svg path {
  fill: #fff;
  stroke: none;
}

.seasonsBlock.theme2 .trailerPreview:is(:hover, :focus-visible) .trailerPlay {
  background: #003aa5;
}

.seasonsBlock.theme2 .trailerCta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 70px;
  margin: 66.25px auto 0;
  padding: 15px 44px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 135px;
  background: transparent;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.seasonsBlock.theme2 .trailerPreview:is(:hover, :focus-visible) .trailerCta {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1280px) {
  .seasonsBlock.theme2 {
    --seasons-bg-overlap: 0px;
    margin-top: clamp(96px, 9.375vw, 120px);
  }

  .seasonsBlock.theme2::before {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
  }

  .seasonsBlock.theme2 .blockTitle {
    font-size: clamp(34px, 3.125vw, 40px);
    line-height: 1.375;
  }

  .seasonsBlock.theme2 .trailerMedia {
    width: min(100%, 900px);
  }

  .seasonsBlock.theme2 .trailerBlock--home .trailerPlay {
    width: 84px;
    height: 84px;
  }

  .seasonsBlock.theme2 .trailerCta {
    height: 62px;
    margin-top: 48px;
    padding: 12px 32px;
    font-size: 19px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .seasonsBlock.theme2 {
    width: 100%;
    margin-top: 80px;
    padding: 0 16px;
  }

  .seasonsBlock.theme2 > .container,
  #trailer.seasonsBlock.theme2 > .container {
    width: 100%;
    max-width: 640px;
  }

  .seasonsBlock.theme2 .seasonsWrap {
    margin-bottom: 30px;
  }

  .seasonsBlock.theme2 .blockTitle {
    font-size: 30px;
    line-height: 38px;
  }

  .seasonsBlock.theme2 .trailerMedia {
    width: 100%;
    border-radius: 18px;
  }

  .seasonsBlock.theme2 .trailerBlock--home .trailerPlay {
    width: 64px;
    height: 64px;
  }

  .seasonsBlock.theme2 .trailerPlay svg {
    width: 18px;
    height: 20px;
  }

  .seasonsBlock.theme2 .trailerCta {
    height: 55px;
    margin-top: 30px;
    padding: 10px 24px;
    border-width: 1.15px;
    border-radius: 114px;
    font-size: 14.406px;
    line-height: 20px;
  }
}

@media (max-width: 430px) {
  .seasonsBlock.theme2 {
    margin-top: 64px;
  }

  .seasonsBlock.theme2 .trailerMedia {
    border-radius: 14px;
  }

  .seasonsBlock.theme2 .trailerBlock--home .trailerPlay {
    width: 60px;
    height: 60px;
  }
}

/* Создатели и актёры — тема 2 */

.actorsWrap.theme2 {
  position: relative;
  width: 100%;
  margin: 30px 0 0;
  padding: 0 16px clamp(90px, 7vw, 135px);
  box-sizing: border-box;
  overflow: visible;
  background: transparent;
}

.actorsWrap.theme2::before,
.actorsWrap.theme2::after {
  content: none;
  display: none;
}

.actorsWrap.theme2 .cast-info-bg-left,
.actorsWrap.theme2 .cast-info-bg-right,
.actorsWrap.theme2 .cast-info-bg-bottom-left,
.actorsWrap.theme2 .cast-info-bg-bottom-right {
  display: none;
}

.actorsWrap.theme2 > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1533px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.actorsWrap.theme2 > .container + .container {
  margin-top: 100px;
}

.actorsWrap.theme2 .cast-info-top {
  width: 100%;
  margin: 0 0 90px;
  padding: 0;
}

.actorsWrap.theme2 .blockTitle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.actorsWrap.theme2 .actorsList {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 39px;
  width: 100%;
  margin: 0 0 70px;
  padding: 0;
}

.actorsWrap.theme2 .actorItem {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 21.07px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.actorsWrap.theme2 .actorItem:nth-child(n + 6) {
}

.cast-page .actorsWrap.theme2 .actorItem:nth-child(n + 6),
.page.cast .actorsWrap.theme2 .actorItem:nth-child(n + 6) {
    display: flex;
}

.actorsWrap.theme2 .actor-photo {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 275 / 347;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 37.1758px;
  background:
    linear-gradient(#000000, #000000) padding-box,
    linear-gradient(180deg, #009dff 0%, #1b1169 100%) border-box;
}

.actorsWrap.theme2 .actor-photo::before,
.actorsWrap.theme2 .actor-photo::after {
  content: none;
  display: none;
}

.actorsWrap.theme2 .actor-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  border: 0;
  border-radius: calc(37.1758px - 2px);
}

.actorsWrap.theme2 .actorItem > div:not(.actor-photo) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.actorsWrap.theme2 .actorItem h3 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.actorsWrap.theme2 .actorItem span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  /* color: #0059ff; */
  color: #fff;
}

.actorsWrap.theme2 .viewAll {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.actorsWrap.theme2 .viewAll .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 281px;
  min-width: 281px;
  max-width: 281px;
  height: 70px;
  margin: 0;
  padding: 15px 44px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 135px;
  outline: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.actorsWrap.theme2 .viewAll .button::before,
.actorsWrap.theme2 .viewAll .button::after {
  content: none;
  display: none;
}

.actorsWrap.theme2 .viewAll .button text {
  font: inherit;
  color: inherit;
}

.actorsWrap.theme2 .viewAll .button:hover,
.actorsWrap.theme2 .viewAll .button:focus-visible {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

@media (max-width: 1280px) {
  .actorsWrap.theme2 {
    padding-top: clamp(80px, 7.8vw, 100px);
  }

  .actorsWrap.theme2 .cast-info-top {
    margin-bottom: 70px;
  }

  .actorsWrap.theme2 .actorsList {
    grid-template-columns: repeat(3, minmax(0, 276px));
    justify-content: center;
    gap: 54px 39px;
  }
}

@media (max-width: 900px) {
  .actorsWrap.theme2 {
    margin-top: 20px;
  }

  .actorsWrap.theme2 .cast-info-top {
    margin-bottom: 60px;
  }

  .actorsWrap.theme2 .actorsList {
    grid-template-columns: repeat(2, minmax(0, 276px));
    gap: 48px 32px;
  }
}

@media (max-width: 620px) {
  .actorsWrap.theme2 {
    margin-top: 0;
    padding-bottom: 80px;
  }

  .actorsWrap.theme2 > .container + .container {
    margin-top: 70px;
  }

  .actorsWrap.theme2 .cast-info-top {
    margin-bottom: 48px;
  }

  .actorsWrap.theme2 .blockTitle {
    font-size: 30px;
    line-height: 38px;
  }

  .actorsWrap.theme2 .actorsList {
    grid-template-columns: minmax(0, 276px);
    gap: 42px;
    margin-bottom: 55px;
  }

  .actorsWrap.theme2 .actorItem {
    gap: 18px;
  }

  .actorsWrap.theme2 .actor-photo {
    border-radius: 24px;
  }

  .actorsWrap.theme2 .actor-photo img {
    border-radius: 22px;
  }

  .actorsWrap.theme2 .actorItem > div:not(.actor-photo) {
    gap: 10px;
  }

  .actorsWrap.theme2 .actorItem h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .actorsWrap.theme2 .actorItem span {
    font-size: 16px;
    line-height: 26px;
  }

  .actorsWrap.theme2 .viewAll .button {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 55px;
    padding: 10px 28px;
    font-size: 14.406px;
    line-height: 20px;
  }
}

@media (max-width: 1280px) {
  .series-info-theme {
    grid-template-columns: 320px minmax(0, 1fr);
    column-gap: 24px;
  }

  .specs-list .age-label {
    left: 245px;
  }

  .series-gallery-wrap .series-gallery {
    width: calc(100% - 150px);
  }

  .series-gallery-wrap .navigation .slick-prev,
  .series-gallery-wrap .navigation .slick-next {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 980px) {
  .series-info-theme {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "specs" "text" "gallery";
    row-gap: 24px;
  }

  .series-info-top {
    gap: 14px;
  }

  .specs-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
  }

  .specs-list .age-label {
    left: 245px;
    top: -6px;
  }

  .series-gallery-wrap .series-gallery {
    width: 100%;
  }

  .series-gallery-wrap .navigation {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.625rem;
    transform: none;
  }

  .series-gallery-wrap .navigation .slick-prev,
  .series-gallery-wrap .navigation .slick-next {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 560px) {
  .series-info.storyWB {
    padding: 2.5rem 0 3.5rem;
  }

  .series-info-top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }

  .specs-list {
    grid-template-columns: 1fr;
  }

  .specs-list .age-label {
    position: static;
    order: -1;
    grid-row: 1;
    margin-bottom: 4px;
    font-size: 3rem;
  }

  .series-info p,
  .specs-list span,
  .specs-list .spec-item {
    font-size: 18px;
  }

  .series-gallery-wrap .series-gallery .slick-slide {
    padding: 0 6px;
  }

  .series-gallery-wrap .gallery-image,
  .series-gallery-wrap .series-gallery .slick-slide img {
    border-radius: 20px;
  }
}

/* О сериале — стиль 2 */

.storyWB.theme2,
.storyWB.theme2 * {
  box-sizing: border-box;
}

.storyWB.theme2 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 101px 0 0;
  overflow: hidden;
  background: #161517;
}

.storyWB.theme2 .series-info-bg-right {
  display: none;
}

.storyWB.theme2 > .container {
  position: relative;
  z-index: 1;
  width: calc(100% - 32px);
  max-width: 1530px;
  margin: 0 auto;
  padding: 0;
}

.storyWB.theme2 .series-info-theme {
  position: relative;
  display: grid;
  grid-template-columns: 320px 71px minmax(0, 1fr);
  grid-template-areas:
    "title title title"
    "specs . text"
    "gallery gallery gallery";
  width: 100%;
  min-height: 692px;
}

.storyWB.theme2 .series-info-top {
  grid-area: title;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0;
}

.storyWB.theme2 .series-info-top .series-title,
.storyWB.theme2 .series-info-top .blockTitle {
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}

.storyWB.theme2 .specs-list .age-label {
  position: absolute;
  top: 6px;
  left: 277px;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 100;
  font-size: 64px;
  line-height: 25px;
  white-space: nowrap;
  color: #0059ff;
}

.storyWB.theme2 .series-row {
  grid-area: specs;
  width: 320px;
  margin: 47px 0 0;
  padding: 0;
}

.storyWB.theme2 .specs-block,
.storyWB.theme2 .series-specs {
  width: 100%;
}

.storyWB.theme2 .specs-list {
  position: static;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.storyWB.theme2 .specs-list .spec-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 37px;
  margin: 0;
  padding: 0;
  column-gap: 4px;
  row-gap: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  white-space: normal;
  color: #898989;
}

.storyWB.theme2 .specs-list .spec-item::after {
  content: none;
  display: none;
}

.storyWB.theme2 .specs-list .spec-label {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  font: inherit;
  white-space: nowrap;
  color: #898989;
}

.storyWB.theme2 .specs-list .spec-value {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  overflow-wrap: break-word;
  color: #fff;
}

.storyWB.theme2 .specs-list .spec-item.spec-genre {
  display: block;
}

.storyWB.theme2 .specs-list .spec-item.spec-genre .spec-label,
.storyWB.theme2 .specs-list .spec-item.spec-genre .spec-value {
  display: inline;
  flex: none;
}

.storyWB.theme2 .specs-list .spec-item.spec-genre .spec-label {
  margin-right: 4px;
}

.storyWB.theme2 .series-content-row {
  display: contents;
}

.storyWB.theme2 .descriotion-block {
  grid-area: text;
  width: 100%;
  min-width: 0;
  margin: 68px 0 0;
  padding: 0;
}

.storyWB.theme2 .descriotion-block .text-paragraph,
.storyWB.theme2 .descriotion-block .paragraph-full {
  width: 100%;
  max-width: none;
}

.storyWB.theme2 .descriotion-block p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
}

.storyWB.theme2 .descriotion-block p + p {
  margin-top: 37px;
}

.storyWB.theme2 .gallery-row {
  grid-area: gallery;
  width: 100%;
  margin: 78px 0 0;
  padding: 0;
  overflow: visible;
}

.storyWB.theme2 .series-gallery-wrap {
  position: relative;
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.storyWB.theme2 .series-gallery {
  width: calc(100% - 186px);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.storyWB.theme2 .slick-list {
  margin: 0 -16.5px;
  padding: 0;
  overflow: hidden;
}

.storyWB.theme2 .slick-track {
  display: flex;
  align-items: stretch;
}

.storyWB.theme2 .slick-slide {
  height: auto;
  padding: 0 16.5px;
}

.storyWB.theme2 .series-gallery__item,
.storyWB.theme2 .gallery-link {
  display: block;
  width: 100%;
  height: 100%;
}

.storyWB.theme2 .gallery-image,
.storyWB.theme2 .series-gallery .slick-slide img {
  display: block;
  width: 100%;
  max-width: none;
  height: 240px;
  margin: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: none;
}

.storyWB.theme2 .navigation {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.storyWB.theme2 .navigation .slick-prev,
.storyWB.theme2 .navigation .slick-next {
  position: relative;
  right: auto;
  left: auto;
  display: flex;
  flex: 0 0 60px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 41px;
  outline: 0;
  background: #0059ff;
  font-size: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.2s ease;
}

.storyWB.theme2 .navigation .slick-prev:hover,
.storyWB.theme2 .navigation .slick-next:hover,
.storyWB.theme2 .navigation .slick-prev:focus-visible,
.storyWB.theme2 .navigation .slick-next:focus-visible {
  background: #003aa5;
}

.storyWB.theme2 .navigation .slick-arrow::before {
  content: none;
  display: none;
}

.storyWB.theme2 .navigation .slick-arrow svg {
  display: block;
  flex: 0 0 auto;
  width: 15px;
  height: 26px;
  transform: none;
}

.storyWB.theme2 .navigation .slick-arrow svg path,
.storyWB.theme2 .navigation .slick-arrow:hover svg path,
.storyWB.theme2 .navigation .slick-arrow:focus-visible svg path {
  fill: #fff;
}

@media (max-width: 1280px) {
  .storyWB.theme2 {
    padding-top: clamp(72px, 8vw, 101px);
  }

  .storyWB.theme2 > .container {
    width: calc(100% - 48px);
  }

  .storyWB.theme2 .series-info-theme {
    grid-template-columns: 280px 40px minmax(0, 1fr);
    min-height: 0;
  }

  .storyWB.theme2 .series-info-top {
    height: 49px;
  }

  .storyWB.theme2 .series-info-top .series-title,
  .storyWB.theme2 .series-info-top .blockTitle {
    font-size: 36px;
    line-height: 49px;
  }

  .storyWB.theme2 .specs-list .age-label {
    top: 5px;
    left: 245px;
    font-size: 56px;
  }

  .storyWB.theme2 .series-row {
    width: 280px;
    margin-top: 38px;
  }

  .storyWB.theme2 .specs-list {
    gap: 8px;
  }

  .storyWB.theme2 .specs-list .spec-item {
    min-height: 32px;
    font-size: 18px;
    line-height: 32px;
  }

  .storyWB.theme2 .descriotion-block {
    margin-top: 50px;
  }

  .storyWB.theme2 .descriotion-block p {
    font-size: 18px;
    line-height: 30px;
  }

  .storyWB.theme2 .gallery-row {
    margin-top: 60px;
  }

  .storyWB.theme2 .series-gallery {
    width: calc(100% - 144px);
  }

  .storyWB.theme2 .slick-list {
    margin-right: -12px;
    margin-left: -12px;
  }

  .storyWB.theme2 .slick-slide {
    padding-right: 12px;
    padding-left: 12px;
  }

  .storyWB.theme2 .gallery-image,
  .storyWB.theme2 .series-gallery .slick-slide img {
    height: auto;
    aspect-ratio: 427 / 240;
    border-radius: 24px;
  }

  .storyWB.theme2 .navigation .slick-prev,
  .storyWB.theme2 .navigation .slick-next {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1100px) {
  .storyWB.theme2 > .container {
    width: calc(100% - 40px);
  }

  .storyWB.theme2 .series-info-theme {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "title title"
      "specs specs"
      "text text"
      "gallery gallery";
  }

  .storyWB.theme2 .series-info-top {
    padding-right: 90px;
  }

  .storyWB.theme2 .specs-list .age-label {
    top: 4px;
    right: 0;
    left: auto;
    font-size: 52px;
  }

  .storyWB.theme2 .series-row {
    width: 100%;
    margin-top: 32px;
  }

  .storyWB.theme2 .specs-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
  }

  .storyWB.theme2 .descriotion-block {
    margin-top: 0px;
  }

  .storyWB.theme2 .gallery-row {
    margin-top: 52px;
  }

  .storyWB.theme2 .series-gallery {
    width: calc(100% - 128px);
  }

  .storyWB.theme2 .navigation .slick-prev,
  .storyWB.theme2 .navigation .slick-next {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .storyWB.theme2 .navigation .slick-arrow svg {
    width: 12px;
    height: 21px;
  }
}

@media (max-width: 760px) {
  .storyWB.theme2 {
    padding-top: 64px;
  }

  .storyWB.theme2 > .container {
    width: calc(100% - 32px);
  }

  .storyWB.theme2 .series-info-theme {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "specs"
      "text"
      "gallery";
  }

  .storyWB.theme2 .series-info-top {
    height: 41px;
    padding-right: 0;
  }

  .storyWB.theme2 .series-info-top .series-title,
  .storyWB.theme2 .series-info-top .blockTitle {
    font-size: 30px;
    line-height: 41px;
  }

  .storyWB.theme2 .specs-list .age-label {
    top: 7px;
    right: auto;
    left: 174px;
    font-size: 44px;
    line-height: 25px;
  }

  .storyWB.theme2 .series-row {
    width: 100%;
    margin-top: 32px;
  }

  .storyWB.theme2 .specs-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .storyWB.theme2 .specs-list .spec-item {
    justify-content: flex-start;
    min-height: 28px;
    font-size: 16px;
    line-height: 28px;
    white-space: normal;
  }

  .storyWB.theme2 .descriotion-block {
    margin-top: 0px;
  }

  .storyWB.theme2 .descriotion-block p {
    font-size: 14px;
    line-height: 22px;
  }

  .storyWB.theme2 .descriotion-block p + p {
    margin-top: 22px;
  }

  .storyWB.theme2 .gallery-row {
    margin-top: 44px;
  }

  .storyWB.theme2 .series-gallery {
    width: 100%;
  }

  .storyWB.theme2 .slick-list {
    margin: 0;
  }

  .storyWB.theme2 .slick-slide {
    padding: 0;
  }

  .storyWB.theme2 .gallery-image,
  .storyWB.theme2 .series-gallery .slick-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 427 / 240;
    border-radius: 20px;
  }

  .storyWB.theme2 .navigation .slick-prev,
  .storyWB.theme2 .navigation .slick-next {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .storyWB.theme2 .navigation .slick-arrow svg {
    width: 10px;
    height: 18px;
  }
}

.episodesBlock .season-tab-content {
  display: none;
}

.episodesBlock .season-tab-content.active {
  display: block;
}

/* Серии — тема 2 */

.episodesBlock.theme2 {
  --episodes-max-width: 1438px;
  --episodes-column-gap: 29px;
  --episodes-row-gap: 30px;
  --episodes-radius: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 131px 16px 148px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50px;
  background: #000000;
  isolation: isolate;
}

.episodesBlock.theme2::before,
.episodesBlock.theme2::after,
.episodesBlock.theme2 .episodes-bg-left,
.episodesBlock.theme2 .episodes-bg-right {
  content: none;
  display: none;
}

.episodesBlock.theme2 > .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--episodes-max-width);
  margin: 0 auto;
  padding: 0;
}

.episodesBlock.theme2 > .container::after {
  content: none;
  display: none;
}

.episodesBlock.theme2 .episodesHeader {
  display: block;
  width: 100%;
  margin: 0 0 54px;
  padding: 0;
}

.episodesBlock.theme2 .blockTitle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.episodesBlock.theme2 .blockTitle::before,
.episodesBlock.theme2 .blockTitle::after {
  content: none;
  display: none;
}

.episodesBlock.theme2 .seasonTabs {
  display: none;
}

.episodesBlock.theme2 .season-tab-content {
  display: none;
  margin: 0;
  padding: 0;
}

.episodesBlock.theme2 .season-tab-content.active {
  display: block;
}

.episodesBlock.theme2 .episodesWrap,
.episodesBlock.theme2 .episodesWrap + .episodesWrap {
  position: relative;
  margin: 0;
  padding: 0;
}

.episodesBlock.theme2 .episodesList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 460px));
  justify-content: center;
  align-items: start;
  gap: var(--episodes-row-gap) var(--episodes-column-gap);
  width: 100%;
  max-width: var(--episodes-max-width);
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.episodesBlock.theme2 .episodeItem {
  position: relative;
  width: 100%;
  max-width: 460px;
  min-width: 0;
  height: auto;
  aspect-ratio: 460 / 258.58;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: var(--episodes-radius);
  background: #000000;
  color: #ffffff;
  transform: none;
  backface-visibility: visible;
}

.episodesBlock.theme2 .episodeItem::after,
.episodesBlock.theme2 .episodeItem a::before {
  content: none;
  display: none;
}

.episodesBlock.theme2 .episodeItem .openLink,
.episodesBlock.theme2 .episodeItem .open_link,
.episodesBlock.theme2 .episodeItem .noPhoto {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #171717;
}

.episodesBlock.theme2 .episodeItem .openLink::after,
.episodesBlock.theme2 .episodeItem .open_link::after,
.episodesBlock.theme2 .episodeItem .noPhoto::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(102, 102, 102, 0) 78.79%,
    rgba(0, 0, 0, 0.54) 100%
  );
}

.episodesBlock.theme2 .episodeItem img,
.episodesBlock.theme2 .episodeItem .openLink > img,
.episodesBlock.theme2 .episodeItem .open_link > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: inherit;
  filter: none;
  transform: none;
}

.episodesBlock.theme2 .episodeItem.not-released {
  background: #000000;
}

.episodesBlock.theme2 .episodeItem.not-released img,
.episodesBlock.theme2 .episodeItem.not-released .openLink > img,
.episodesBlock.theme2 .episodeItem.not-released .open_link > img {
  filter: blur(6.65px);
  transform: scale(1.04);
}

.episodesBlock.theme2 .episodeItem.not-released .openLink::before,
.episodesBlock.theme2 .episodeItem.not-released .open_link::before,
.episodesBlock.theme2 .episodeItem.not-released .noPhoto::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(11, 10, 10, 0.03);
  pointer-events: none;
}

.episodesBlock.theme2 .episodeItem.not-released .openLink::after,
.episodesBlock.theme2 .episodeItem.not-released .open_link::after,
.episodesBlock.theme2 .episodeItem.not-released .noPhoto::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.58) 100%
  );
}

.episodesBlock.theme2 .episodeTitle,
.episodesBlock.theme2 .timing-overlay,
.episodesBlock.theme2 .episodeDuration,
.episodesBlock.theme2 .upcoming {
  position: absolute;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  box-sizing: border-box;
  border-radius: 60px;
  font-family: "Manrope", Arial, sans-serif;
  font-style: normal;
  line-height: 23px;
  text-transform: lowercase;
  white-space: nowrap;
  color: #ffffff;
  pointer-events: none;
}

.episodesBlock.theme2 .episodeTitle {
  left: 10px;
  bottom: 10px;
  min-width: 122px;
  padding: 13px 27px 14px 23px;
  background: #000000;
  font-weight: 500;
  font-size: 20px;
}

.episodesBlock.theme2 .timing-overlay,
.episodesBlock.theme2 .episodeDuration,
.episodesBlock.theme2 .upcoming {
  top: auto;
  right: 9px;
  bottom: 10px;
  left: auto;
  min-width: 122px;
  padding: 14px 28px 15px 34px;
  background: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  transform: none;
}

.episodesBlock.theme2 .upcoming span {
  margin-left: 0.25em;
  font: inherit;
  color: inherit;
}

.episodesBlock.theme2 .episodeItem .buttonPlay,
.episodesBlock.theme2 .episodeItem .buttonClose {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  outline: 0;
  background: transparent;
}

.episodesBlock.theme2 .episodeItem .buttonPlay {
  cursor: pointer;
}

.episodesBlock.theme2 .episodeItem .buttonClose {
  pointer-events: none;
}

.episodesBlock.theme2 .episodeItem .buttonPlay > .episodeAction,
.episodesBlock.theme2 .episodeItem .buttonClose > .episodeAction {
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #0059ff;
  box-shadow: none;
  transform: none;
  transition: background-color 0.25s ease;
}

.episodesBlock.theme2 .episodeItem .buttonClose > .episodeAction {
  background-color: #000000;
}

.episodesBlock.theme2 .episodeItem .buttonPlay span::before,
.episodesBlock.theme2 .episodeItem .buttonPlay span::after,
.episodesBlock.theme2 .episodeItem .buttonClose span::before,
.episodesBlock.theme2 .episodeItem .buttonClose span::after {
  content: none;
  display: none;
}

.episodesBlock.theme2 .episodeActionText,
.episodesBlock.theme2 .episodeActionText:hover {
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  bottom: calc(100% + 8px);
  display: block;
  width: max-content;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  transform: translateX(-50%);
  pointer-events: none;
}

.episodesBlock.theme2 .episodeActionText::before,
.episodesBlock.theme2 .episodeActionText::after {
  content: none;
  display: none;
}

.episodesBlock.theme2 .episodeAction > svg {
  position: static;
  left: auto;
  display: block;
  flex: 0 0 auto;
  margin: 0;
}

.episodesBlock.theme2 .buttonPlay .episodeAction > svg {
  width: 21px;
  height: 23px;
  transform: translateX(2px);
}

.episodesBlock.theme2 .buttonClose .episodeAction > svg {
  width: 23px;
  height: 33px;
  transform: none;
}

.episodesBlock.theme2
  .episodeItem
  .buttonPlay:is(:hover, :focus-visible)
  > .episodeAction {
  background-color: #003aa5;
}

.episodesBlock.theme2 .episodesProgress,
.episodesBlock.theme2 .episodesScrollbar,
.episodesBlock.theme2 .episodesScrollProgress {
  display: none;
}

@media (max-width: 1280px) {
  .episodesBlock.theme2 {
    padding: 100px 16px 110px;
    border-radius: 42px;
  }

  .episodesBlock.theme2 > .container {
    max-width: 978px;
  }

  .episodesBlock.theme2 .blockTitle {
    font-size: clamp(34px, 3.125vw, 40px);
    line-height: 1.375;
  }

  .episodesBlock.theme2 .episodesList {
    grid-template-columns: repeat(2, minmax(0, 460px));
  }
}

@media (max-width: 720px) {
  .episodesBlock.theme2 {
    padding: 72px 16px 80px;
    border-radius: 30px;
  }

  .episodesBlock.theme2 > .container {
    width: 100%;
    max-width: 460px;
  }

  .episodesBlock.theme2 .episodesHeader {
    margin-bottom: 40px;
  }

  .episodesBlock.theme2 .blockTitle {
    font-size: 30px;
    line-height: 38px;
  }

  .episodesBlock.theme2 .episodesList {
    grid-template-columns: minmax(0, 460px);
    gap: 20px;
  }

  .episodesBlock.theme2 .episodeItem {
    max-width: none;
    border-radius: 20px;
  }

  .episodesBlock.theme2 .episodeItem .buttonPlay > .episodeAction,
  .episodesBlock.theme2 .episodeItem .buttonClose > .episodeAction {
    width: 64px;
    height: 64px;
  }

  .episodesBlock.theme2 .buttonPlay .episodeAction > svg {
    width: 18px;
    height: 20px;
  }

  .episodesBlock.theme2 .buttonClose .episodeAction > svg {
    width: 19px;
    height: 27px;
  }

  .episodesBlock.theme2 .episodeActionText,
  .episodesBlock.theme2 .episodeActionText:hover {
    bottom: calc(100% + 6px);
    font-size: 16px;
    line-height: 20px;
  }

  .episodesBlock.theme2 .episodeTitle,
  .episodesBlock.theme2 .timing-overlay,
  .episodesBlock.theme2 .episodeDuration,
  .episodesBlock.theme2 .upcoming {
    min-width: auto;
    min-height: 40px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 430px) {
  .episodesBlock.theme2 {
    padding: 64px 16px 72px;
    border-radius: 24px;
  }

  .episodesBlock.theme2 .episodesHeader {
    margin-bottom: 32px;
  }

  .episodesBlock.theme2 .episodeItem {
    border-radius: 18px;
  }

  .episodesBlock.theme2 .episodeItem .buttonPlay > .episodeAction,
  .episodesBlock.theme2 .episodeItem .buttonClose > .episodeAction {
    width: 58px;
    height: 58px;
  }

  .episodesBlock.theme2 .buttonPlay .episodeAction > svg {
    width: 16px;
    height: 18px;
  }

  .episodesBlock.theme2 .buttonClose .episodeAction > svg {
    width: 17px;
    height: 24px;
  }

  .episodesBlock.theme2 .episodeActionText,
  .episodesBlock.theme2 .episodeActionText:hover {
    font-size: 14px;
    line-height: 18px;
  }

  .episodesBlock.theme2 .episodeTitle,
  .episodesBlock.theme2 .timing-overlay,
  .episodesBlock.theme2 .episodeDuration,
  .episodesBlock.theme2 .upcoming {
    bottom: 8px;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 18px;
  }

  .episodesBlock.theme2 .episodeTitle {
    left: 8px;
  }

  .episodesBlock.theme2 .timing-overlay,
  .episodesBlock.theme2 .episodeDuration,
  .episodesBlock.theme2 .upcoming {
    right: 8px;
    left: auto;
  }
}

.similarWrap:not(.theme2)::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 100%;
  height: clamp(130px, 7vw, 100vw);
  transform: translateX(-50%);
  background-image: url("./images/ch2/bg-orange3.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
}

.faqBlock {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 100px 0 0;
  padding: 0 16px;
  box-sizing: border-box;
  background: transparent;
}

.faqBlock::before,
.faqBlock::after,
.faqBlock .faq-bg-left,
.faqBlock .faq-bg-right {
  content: none !important;
  display: none !important;
  background: none !important;
}

.faqBlock > .container {
  width: 100%;
  max-width: 1532px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.faqBlock .faq-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 61px;
  padding: 0;
}

.faqBlock .blockTitle {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.faqBlock .blockTitle::before,
.faqBlock .blockTitle::after {
  content: none;
  display: none !important;
}

.faqBlock .faqList {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.faqBlock .faqItem {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.faqBlock .faqItem[open] {
  display: grid;
  gap: 30px;
}

.faqBlock .faqSummary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  min-height: 80px;
  margin: 0;
  padding: 23px 33px 23px 40px;
  box-sizing: border-box;
  border: 0;
  border-radius: 76px;
  background: #717072;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.25s ease;
}

.faqBlock .faqSummary:focus-visible {
  outline: 2px solid #0059ff;
  outline-offset: 4px;
}

.faqBlock .faqSummary::-webkit-details-marker {
  display: none;
}

.faqBlock .faqSummary::marker {
  content: "";
}

@media (hover: hover) {
  .faqBlock .faqSummary:hover {
    background: #828183;
  }
}

.faqBlock .faqQuestion {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
}

.faqBlock .faqIcon {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 0;
  transition: transform 0.25s ease;
}

.faqBlock .faqIcon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border-right: 2.57px solid #ffffff;
  border-bottom: 2.57px solid #ffffff;
  transform: rotate(45deg);
}

.faqBlock .faqItem[open] .faqIcon {
  transform: rotate(180deg);
}

.faqBlock .faqContent {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  color: #ffffff;
}

.faqBlock .faqContent p {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

.faqBlock .faqContent p + p {
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .faqBlock {
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .faqBlock .faq-top {
    margin-bottom: 48px;
  }

  .faqBlock .blockTitle {
    font-size: 36px;
    line-height: 49px;
  }

  .faqBlock .faqList,
  .faqBlock .faqItem[open] {
    gap: 24px;
  }

  .faqBlock .faqSummary {
    min-height: 72px;
    padding: 20px 28px 20px 32px;
  }

  .faqBlock .faqQuestion {
    font-size: 20px;
    line-height: 28px;
  }

  .faqBlock .faqContent {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .faqBlock {
    margin-top: 64px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .faqBlock .faq-top {
    margin-bottom: 36px;
  }

  .faqBlock .blockTitle {
    font-size: 30px;
    line-height: 41px;
  }

  .faqBlock .faqList,
  .faqBlock .faqItem[open] {
    gap: 16px;
  }

  .faqBlock .faqSummary {
    align-items: center;
    gap: 16px;
    min-height: 64px;
    padding: 16px 20px;
    border-radius: 32px;
  }

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

  .faqBlock .faqIcon {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }

  .faqBlock .faqIcon::before {
    top: 3px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-width: 2px;
  }

  .faqBlock .faqContent {
    font-size: 14px;
    line-height: 24px;
  }

  .faqBlock .faqContent p + p {
    margin-top: 14px;
  }
}

/* Новости — стиль 2 */

.newsWrap.theme2 {
  --news-gap: 29px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 110px 0 0;
  padding: 0 16px;
  box-sizing: border-box;
  overflow: visible;
  background: none;
}

.newsWrap.theme2::before,
.newsWrap.theme2::after,
.newsWrap.theme2 .news-bg-left,
.newsWrap.theme2 .news-bg-right {
  content: none !important;
  display: none !important;
  background: none !important;
}

.newsWrap.theme2 > .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1592px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.newsWrap.theme2 .news-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
}

.newsWrap.theme2 .blockTitle,
.newsWrap.theme2 .blockTitle.center {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.newsWrap.theme2 .blockTitle::before,
.newsWrap.theme2 .blockTitle::after {
  content: none;
  display: none !important;
}

.newsWrap.theme2 .newsList {
  position: relative;
  display: block;
  width: calc(100% - 60px);
  max-width: 1532px;
  min-height: 904px;
  margin: 0 auto;
  padding: 41px 47px 49px;
  box-sizing: border-box;
  border-radius: 36px;
  background: #000000;
  box-shadow: 0 75px 32.1px -41px rgba(0, 0, 0, 0.25);
  overflow: visible;
}

.newsWrap.theme2 .newsList:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 460px));
  gap: var(--news-gap);
}

.newsWrap.theme2 .newsList.slick-initialized {
  display: block;
}

.newsWrap.theme2 .newsList .slick-list {
  margin: 0 calc(var(--news-gap) / -2);
  overflow: hidden;
}

.newsWrap.theme2 .newsList .slick-track {
  display: flex;
  align-items: stretch;
}

.newsWrap.theme2 .newsList .slick-slide {
  height: auto;
  padding: 0 calc(var(--news-gap) / 2);
  box-sizing: border-box;
}

.newsWrap.theme2 .newsList .slick-slide > div {
  height: 100%;
}

.newsWrap.theme2 .postItem {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
  height: 814px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  color: #ffffff;
}

.newsWrap.theme2 .postItem .open_link {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 460 / 272;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #171717;
}

.newsWrap.theme2 .postItem .open_link::before,
.newsWrap.theme2 .postItem .open_link::after {
  content: none;
  display: none;
}

.newsWrap.theme2 .postItem .open_link span {
  display: none;
}

.newsWrap.theme2 .postItem img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  .newsWrap.theme2 .postItem .open_link:hover img {
    transform: scale(1.025);
  }
}

.newsWrap.theme2 .postItem .pipc {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  margin: 33px 0 0;
  padding: 0;
  box-sizing: border-box;
}

.newsWrap.theme2 .postItem h3 {
  display: -webkit-box;
  min-height: 60px;
  margin: 0 0 33px;
  padding: 0;
  overflow: hidden;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsWrap.theme2 .postItem p {
  display: -webkit-box;
  min-height: 333px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  color: #d4cede;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.newsWrap.theme2 .pipcBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 33px;
  width: 100%;
  min-height: 50px;
  margin: 33px 0 0;
  padding: 0;
}

.newsWrap.theme2 .pipcBottom > span {
  order: 2;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  text-align: right;
  white-space: nowrap;
  color: #d4cede;
}

.newsWrap.theme2 .postItem .button,
.newsWrap.theme2 .postItem .button.buttonRed {
  position: relative;
  order: 1;
  display: inline-flex;
  flex: 0 0 220px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 220px;
  height: 50px;
  margin: 0;
  padding: 0 30px;
  box-sizing: border-box;
  border: 1.5px solid #0059ff;
  border-radius: 53px;
  background: transparent;
  box-shadow: none;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.newsWrap.theme2 .postItem .button::before {
  content: none !important;
  display: none !important;
}

.newsWrap.theme2 .postItem .button::after {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 16px;
  margin: 0;
  border: 0;
  background: center / 9px 16px no-repeat
    url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.799805 0.800781L7.7998 7.80013L0.799805 14.8008' stroke='white' stroke-width='1.6' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  transform: none;
}

.newsWrap.theme2 .postItem .button:hover,
.newsWrap.theme2 .postItem .button:focus-visible {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.newsWrap.theme2 .navigation {
  position: absolute;
  top: 491px;
  right: 0;
  left: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.newsWrap.theme2 .navigation .slick-prev,
.newsWrap.theme2 .navigation .slick-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 41px;
  outline: 0;
  background: #0059ff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  pointer-events: auto;
  transform: none;
  transition:
    background-color 0.25s ease,
    opacity 0.25s ease;
}

.newsWrap.theme2 .navigation .slick-prev::before,
.newsWrap.theme2 .navigation .slick-next::before {
  content: none !important;
  display: none !important;
}

.newsWrap.theme2 .navigation svg {
  display: block !important;
  width: 15px;
  height: 26px;
}

.newsWrap.theme2 .navigation svg path {
  fill: #ffffff !important;
}

.newsWrap.theme2 .navigation .slick-prev:hover,
.newsWrap.theme2 .navigation .slick-next:hover,
.newsWrap.theme2 .navigation .slick-prev:focus-visible,
.newsWrap.theme2 .navigation .slick-next:focus-visible {
  background: #003aa5;
}

.newsWrap.theme2 .navigation .slick-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .newsWrap.theme2 {
    --news-gap: 24px;
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .newsWrap.theme2 .news-top {
    margin-bottom: 28px;
  }

  .newsWrap.theme2 .blockTitle,
  .newsWrap.theme2 .blockTitle.center {
    font-size: 36px;
    line-height: 49px;
  }

  .newsWrap.theme2 .newsList {
    width: calc(100% - 60px);
    min-height: 714px;
    padding: 32px;
  }

  .newsWrap.theme2 .newsList:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newsWrap.theme2 .postItem {
    max-width: none;
    height: auto;
    min-height: 650px;
  }

  .newsWrap.theme2 .postItem .pipc {
    margin-top: 28px;
  }

  .newsWrap.theme2 .postItem h3 {
    min-height: 56px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .newsWrap.theme2 .postItem p {
    min-height: 192px;
    font-size: 18px;
    line-height: 32px;
    -webkit-line-clamp: 6;
  }

  .newsWrap.theme2 .pipcBottom {
    margin-top: 24px;
  }

  .newsWrap.theme2 .pipcBottom > span {
    font-size: 18px;
    line-height: 32px;
  }

  .newsWrap.theme2 .navigation {
    top: 434px;
  }
}

@media (max-width: 768px) {
  .newsWrap.theme2 {
    --news-gap: 0;
    margin-top: 64px;
    margin-bottom: 30px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .newsWrap.theme2 .news-top {
    margin-bottom: 36px;
  }

  .newsWrap.theme2 .blockTitle,
  .newsWrap.theme2 .blockTitle.center {
    font-size: 30px;
    line-height: 41px;
  }

  .newsWrap.theme2 .newsList {
    width: 100%;
    min-height: 0;
    padding: 20px;
    border-radius: 24px;
  }

  .newsWrap.theme2 .newsList:not(.slick-initialized) {
    grid-template-columns: minmax(0, 1fr);
  }

  .newsWrap.theme2 .newsList .slick-list {
    margin: 0;
  }

  .newsWrap.theme2 .newsList .slick-slide {
    padding: 0;
  }

  .newsWrap.theme2 .postItem {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
  }

  .newsWrap.theme2 .postItem .open_link {
    border-radius: 20px;
  }

  .newsWrap.theme2 .postItem .pipc {
    margin-top: 24px;
  }

  .newsWrap.theme2 .postItem h3 {
    min-height: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .newsWrap.theme2 .postItem p {
    min-height: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    -webkit-line-clamp: 6;
  }

  .newsWrap.theme2 .pipcBottom {
    margin-top: 24px;
  }

  .newsWrap.theme2 .navigation {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .newsWrap.theme2 .newsList {
    padding: 16px;
  }

  .newsWrap.theme2 .pipcBottom {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .newsWrap.theme2 .postItem .button,
  .newsWrap.theme2 .postItem .button.buttonRed {
    width: 100%;
    flex-basis: 50px;
  }

  .newsWrap.theme2 .pipcBottom > span {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    white-space: normal;
  }
}
.navigation .slick-arrow,
.navigation .slick-prev,
.navigation .slick-next,
.seasons-navigation .slick-prev,
.seasons-navigation .slick-next,
.seasons-arrow {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 41px;
  background: #435040;
  background-color: #435040;
  color: transparent;
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  cursor: pointer;
  opacity: 1;
  transition:
    opacity 0.2s ease,
    background-color 0.2s ease;
}

.navigation .slick-arrow:hover,
.navigation .slick-prev:hover,
.navigation .slick-next:hover,
.seasons-navigation .slick-prev:hover,
.seasons-navigation .slick-next:hover,
.seasons-arrow:hover {
  background: #435040;
  background-color: #435040;
  opacity: 0.92;
}

.navigation .slick-arrow::before,
.navigation .slick-prev::before,
.navigation .slick-next::before,
.seasons-navigation .slick-prev::before,
.seasons-navigation .slick-next::before,
.seasons-arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 26px;
  background-color: transparent;
  background-image: var(--css-icon-2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 26px;
  opacity: 1;
  clip-path: none;
  margin-left: -3px;
  transform: none;
}

.navigation .slick-next::before,
.seasons-navigation .slick-next::before,
.seasons-arrow.slick-next::before {
  transform: scaleX(-1);
  margin-right: -5px;
  margin-left: 0px;
}

.navigation .slick-arrow svg,
.navigation .slick-prev svg,
.navigation .slick-next svg,
.seasons-navigation .slick-prev svg,
.seasons-navigation .slick-next svg,
.seasons-arrow svg {
  display: none;
}

@media (max-width: 768px) {
  .navigation .slick-arrow,
  .navigation .slick-prev,
  .navigation .slick-next,
  .seasons-navigation .slick-prev,
  .seasons-navigation .slick-next,
  .seasons-arrow {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}

.similarWrap.theme2 {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  /* margin: clamp(80px, 7.97vw, 153px) 0 0; */
 
  padding: 0 0 clamp(70px, 5.73vw, 110px);
  background: none;
}

.similarWrap.theme2 > .container {
  position: relative;
  width: calc(100% - 32px);
  max-width: 1496px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}

.similarWrap.theme2 .similar-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.similarWrap.theme2 .blockTitle {
  display: block;
  width: 100%;
  max-width: 898px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
}

.similarWrap.theme2 .blockTitle::before,
.similarWrap.theme2 .blockTitle::after {
  content: none;
  display: none;
}

.similarWrap.theme2 .similarSlider.theme2 {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1436px;
  margin: 98px auto 0;
  padding: 0;
  overflow: visible;
}

.similarWrap.theme2 .similarSlider.theme2 .slick-list {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.similarWrap.theme2 .similarSlider.theme2 .slick-track {
  display: flex;
  align-items: flex-start;
}

.similarWrap.theme2 .similarSlider.theme2 .slick-slide {
  height: auto;
  margin: 0;
  padding: 0 9px;
  box-sizing: border-box;
}

.similarWrap.theme2 .similarSlider.theme2 .similar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
}

.similarWrap.theme2 .similarSlider.theme2 .slider_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 460 / 659;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: #111111;
  box-shadow: 0 28px 34px -17px rgba(0, 0, 0, 0.73);
}

.similarWrap.theme2 .similarSlider.theme2 .slider_image::before {
  content: none;
  display: none;
}

.similarWrap.theme2 .similarSlider.theme2 .slider_image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.86%, #000000 100%);
  pointer-events: none;
}

.similarWrap.theme2 .similarSlider.theme2 img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border: 0;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transition: transform 0.3s ease;
}

.similarWrap.theme2 .similarSlider.theme2 .similar-item:hover img {
  transform: scale(1.025);
}

.similarWrap.theme2 .similarSlider.theme2 h3 {
  width: 100%;
  max-width: 460px;
  min-height: 24px;
  margin: 22px auto 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.similarWrap.theme2 .similarSlider.theme2 .tags {
  display: block;
  width: 100%;
  max-width: 460px;
  min-height: 24px;
  margin: 12px auto 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #0059ff;
}

.similarWrap.theme2 .navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 482px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  gap: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.similarWrap.theme2 .navigation .slick-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  flex: 0 0 60px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 41px;
  outline: 0;
  background: #0059ff;
  transform: none;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}

.similarWrap.theme2 .navigation .slick-arrow:hover,
.similarWrap.theme2 .navigation .slick-arrow:focus-visible {
  background: #003aa5;
  transform: none;
}

.similarWrap.theme2 .navigation .slick-arrow.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.similarWrap.theme2 .navigation svg {
  display: block;
  flex: 0 0 auto;
  width: 15px;
  height: 26px;
  margin: 0;
  transform: none;
}

.similarWrap.theme2 .navigation svg path {
  fill: #ffffff;
  stroke: none;
}

@media (max-width: 1280px) {
  .similarWrap.theme2 {
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .similarWrap.theme2 > .container {
    width: calc(100% - 48px);
  }

  .similarWrap.theme2 .blockTitle {
    max-width: 900px;
    font-size: 36px;
    line-height: 49px;
  }

  .similarWrap.theme2 .similarSlider.theme2 {
    width: calc(100% - 96px);
    max-width: 980px;
    margin-top: 70px;
  }

  .similarWrap.theme2 .similarSlider.theme2 .slick-slide {
    padding: 0 12px;
  }

  .similarWrap.theme2 .navigation {
    top: 50%;
  }
}

@media (max-width: 768px) {
  .similarWrap.theme2 {
    margin-top: 64px;
    padding-bottom: 64px;
  }

  .similarWrap.theme2 > .container {
    width: 100%;
    max-width: none;
    padding: 0 16px;
  }

  .similarWrap.theme2 .blockTitle {
    max-width: 520px;
    font-size: 30px;
    line-height: 38px;
  }

  .similarWrap.theme2 .similarSlider.theme2 {
    width: 100%;
    max-width: 460px;
    margin-top: 40px;
  }

  .similarWrap.theme2 .similarSlider.theme2 .slick-slide {
    padding: 0;
  }

  .similarWrap.theme2 .similarSlider.theme2 .slider_image {
    border-radius: 22px;
  }

  .similarWrap.theme2 .similarSlider.theme2 h3 {
    margin-top: 18px;
    font-size: 18px;
    line-height: 24px;
  }

  .similarWrap.theme2 .similarSlider.theme2 .tags {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
  }

  .similarWrap.theme2 .navigation {
    top: 50%;
    height: 48px;
  }

  .similarWrap.theme2 .navigation .slick-arrow {
    flex-basis: 48px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .similarWrap.theme2 .navigation .slick-arrow svg {
    width: 12px;
    height: 21px;
  }
}

@media (max-width: 380px) {
  .similarWrap.theme2 > .container {
    padding: 0 12px;
  }

  .similarWrap.theme2 .blockTitle {
    font-size: 27px;
    line-height: 35px;
  }

  .similarWrap.theme2 .navigation .slick-arrow {
    flex-basis: 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

.similarWrap.theme2 .navigation .slick-arrow::before {
  content: none;
  display: none;
}

/* Футер — второй дизайн */

footer.site-footer.theme2 {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 390.84px;
  min-height: 390.84px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: var(--pc);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

footer.site-footer.theme2 > .container {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 95px;
  width: calc(100% - 32px);
  max-width: 1350.89px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}

footer.site-footer.theme2 .footerInfo {
  display: contents;
}

footer.site-footer.theme2 .footerInfo > p {
  display: none;
}

footer.site-footer.theme2 .logo {
  display: block;
  position: static;
  flex: 0 0 329.89px;
  order: 0;
  width: 329.89px;
  max-width: 329.89px;
  height: 134.7px;
  margin: 0;
  padding: 0;
  transform: none;
}

footer.site-footer.theme2 .logo img {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

footer.site-footer.theme2 .button.buttonRed {
  display: flex;
  position: relative;
  flex: 0 0 295px;
  order: 1;
  align-items: center;
  justify-content: center;
  width: 295px;
  min-width: 295px;
  max-width: 295px;
  height: 90px;
  min-height: 90px;
  box-sizing: border-box;
  margin: 0;
  padding: 15px 40px;
  overflow: visible;
  border: 0;
  border-radius: 117px;
  background: #0059ff;
  box-shadow: 0 21px 31.4px rgba(0, 89, 255, 0.42);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

footer.site-footer.theme2 .button.buttonRed text {
  display: block;
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  color: inherit;
  pointer-events: none;
}

footer.site-footer.theme2 .button.buttonRed::before,
footer.site-footer.theme2 .button.buttonRed::after {
  content: none;
  display: none;
}

footer.site-footer.theme2 .button.buttonRed:hover,
footer.site-footer.theme2 .button.buttonRed:focus-visible {
  border: 0;
  background: #003aa6;
  box-shadow: none;
  color: #ffffff;
}

footer.site-footer.theme2 .footerNav {
  display: block;
  position: static;
  flex: 0 0 536px;
  order: 2;
  width: 536px;
  max-width: 536px;
  height: auto;
  margin: 0;
  padding: 0;
}

footer.site-footer.theme2 .footerNav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  width: 100%;
  height: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.site-footer.theme2 .footerNav li {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

footer.site-footer.theme2 .footerNav a {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  white-space: nowrap;
  color: #ffffff;
  transition: color 0.25s ease;
}

footer.site-footer.theme2 .footerNav a:hover,
footer.site-footer.theme2 .footerNav a:focus-visible {
  color: #0095ff;
}

@media (max-width: 1440px) and (min-width: 1024px) {
  footer.site-footer.theme2 > .container {
    gap: clamp(30px, 4vw, 60px);
    width: calc(100% - 64px);
    max-width: 1200px;
  }

  footer.site-footer.theme2 .logo {
    flex-basis: 280px;
    width: 280px;
    max-width: 280px;
    height: auto;
    aspect-ratio: 329.89 / 134.7;
  }

  footer.site-footer.theme2 .button.buttonRed {
    flex-basis: 250px;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 70px;
    min-height: 70px;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 22px;
  }

  footer.site-footer.theme2 .footerNav {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
  }

  footer.site-footer.theme2 .footerNav ul {
    gap: 18px;
  }

  footer.site-footer.theme2 .footerNav a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  footer.site-footer.theme2 > .container {
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    justify-content: center;
    gap: 30px 60px;
    width: calc(100% - 48px);
  }

  footer.site-footer.theme2 .logo {
    flex: none;
    width: 260px;
    max-width: 260px;
    height: auto;
    aspect-ratio: 329.89 / 134.7;
  }

  footer.site-footer.theme2 .button.buttonRed {
    flex: none;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 70px;
    min-height: 70px;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 22px;
  }

  footer.site-footer.theme2 .footerNav {
    grid-column: 1 / -1;
    justify-self: center;
    width: auto;
    max-width: none;
  }

  footer.site-footer.theme2 .footerNav ul {
    gap: 30px;
    height: auto;
  }

  footer.site-footer.theme2 .footerNav a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  footer.site-footer.theme2 {
    height: 464px;
    min-height: 464px;
    background-image: var(--mobile, var(--pc));
    background-position: center bottom;
  }

  footer.site-footer.theme2 > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 48px 16px 0;
  }

  footer.site-footer.theme2 .logo {
    flex: 0 0 89px;
    width: 217.96px;
    max-width: 217.96px;
    height: 89px;
    margin: 0;
    aspect-ratio: auto;
  }

  footer.site-footer.theme2 .button.buttonRed {
    flex: 0 0 55px;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 55px;
    min-height: 55px;
    margin: 22.79px 0 0;
    padding: 10.8045px 28.8119px;
    border-radius: 84.2749px;
    background: #0059ff;
    box-shadow: 0 15.1263px 22.6174px rgba(0, 89, 255, 0.42);
    font-size: 14.406px;
    line-height: 20px;
  }

  footer.site-footer.theme2 .button.buttonRed:hover,
  footer.site-footer.theme2 .button.buttonRed:focus-visible {
    background: #003aa6;
    box-shadow: none;
  }

  footer.site-footer.theme2 .footerNav {
    flex: 0 0 auto;
    width: 145px;
    max-width: 145px;
    height: 106px;
    margin: 22.79px 0 0;
  }

  footer.site-footer.theme2 .footerNav ul {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 106px;
  }

  footer.site-footer.theme2 .footerNav li {
    width: 100%;
  }

  footer.site-footer.theme2 .footerNav a {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .policyNotif {
    right: 16px;
    bottom: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: calc(100vw - 32px);
    height: auto;
    min-height: 0;
    padding: 20px;
    border-radius: 28px;
  }

  .policyNotif p {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }

  .policyNotif .police_button {
    flex-basis: 50px;
    width: 100%;
    height: 50px;
  }
}

/* Внутренние страницы — тема 2 */

body.season-page,
body.episode-page,
body.cast-page,
body.single-post {
  color: #ffffff;
  background-color: #161517;
}

/* Описание серии */

.episode-page .episodeAbout {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: clamp(88px, 7vw, 135px) 16px;
  box-sizing: border-box;
  overflow: hidden;
  color: #ffffff;
  background: #161517;
}

.episode-page .episodeAbout::before,
.episode-page .episodeAbout::after,
.episode-page .episodeAbout .series-info-bg-left,
.episode-page .episodeAbout .series-info-bg-right {
  content: none;
  display: none;
}

.episode-page .episodeAbout > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1532px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: none;
}

.episode-page .episodeAbout .series-info-top {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 42px;
  padding: 0;
}

.episode-page .episodeAbout .blockTitle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

.episode-page .episodeAbout .episodeAbout__text {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  text-align: left;
  color: #ffffff;
}

.episode-page .episodeAbout .episodeAbout__text p,
.episode-page .episodeAbout .episodeAbout__text li {
  margin-top: 0;
  font: inherit;
  color: inherit;
}

.episode-page .episodeAbout .episodeAbout__text p:last-child,
.episode-page .episodeAbout .episodeAbout__text ul:last-child,
.episode-page .episodeAbout .episodeAbout__text ol:last-child {
  margin-bottom: 0;
}

/* Плеер сезона и серии */

.season-page .seasonTrailerBlock.theme2,
.episode-page .episodePlayer {
  --seasons-bg-overlap: 0px;
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: clamp(96px, 7vw, 135px) 16px;
  box-sizing: border-box;
  overflow: hidden;
  background: #161517 url("./images/far2/seasons.png") center / 100% 100%
    no-repeat;
}

.season-page .seasonTrailerBlock.theme2::before,
.season-page .seasonTrailerBlock.theme2::after,
.episode-page .episodePlayer::before,
.episode-page .episodePlayer::after,
.season-page .seasonTrailerBlock.theme2 .seasons-bg-left,
.season-page .seasonTrailerBlock.theme2 .seasons-bg-right,
.episode-page .episodePlayer .seasons-bg-left,
.episode-page .episodePlayer .seasons-bg-right {
  content: none;
  display: none;
}

.season-page .seasonTrailerBlock.theme2 > .container,
.episode-page .episodePlayer > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1533px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.episode-page .episodePlayer .seasonsWrap,
.episode-page .episodePlayer .seasons-top {
  width: 100%;
  margin: 0;
  padding: 0;
}

.episode-page .episodePlayer .seasonsWrap {
  margin-bottom: 45px;
}

.episode-page .episodePlayer .blockTitle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.episode-page .episodePlayer .blockTitle::before,
.episode-page .episodePlayer .blockTitle::after {
  content: none;
  display: none;
}

.season-page .seasonTrailerBlock .trailerBlock--home,
.season-page .seasonTrailerBlock .trailerWrap,
.episode-page .episodePlayer .trailerBlock--home,
.episode-page .episodePlayer .trailerWrap {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.season-page .seasonTrailerBlock .trailerPreview,
.episode-page .episodePlayer .trailerPreview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: none;
  box-shadow: none;
}

.season-page .seasonTrailerBlock .trailerPreview::before,
.season-page .seasonTrailerBlock .trailerPreview::after,
.episode-page .episodePlayer .trailerPreview::before,
.episode-page .episodePlayer .trailerPreview::after {
  content: none;
  display: none;
}

.season-page .seasonTrailerBlock .trailerMedia,
.episode-page .episodePlayer .trailerMedia {
  position: relative;
  width: min(100%, 972px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  background: #000000;
}

.season-page .seasonTrailerBlock .trailerMedia img,
.episode-page .episodePlayer .trailerMedia img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: inherit;
}

.season-page .seasonTrailerBlock .trailerPlay,
.episode-page .episodePlayer .trailerPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 109px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 50%;
  background-color: #0059ff;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
  pointer-events: none;
}

.season-page .seasonTrailerBlock .trailerPlay::before,
.season-page .seasonTrailerBlock .trailerPlay::after,
.episode-page .episodePlayer .trailerPlay::before,
.episode-page .episodePlayer .trailerPlay::after {
  content: none;
  display: none;
}

.season-page
  .seasonTrailerBlock
  .trailerPreview:is(:hover, :focus-visible)
  .trailerPlay,
.episode-page
  .episodePlayer
  .trailerPreview:is(:hover, :focus-visible)
  .trailerPlay {
  background-color: #003aa5;
}

.episode-page .episodePlayer .trailerCta {
  display: none;
}

/* Каст на внутренних страницах */

.season-page .actorsWrap.theme2,
.episode-page .actorsWrap.theme2,
.cast-page .actorsWrap.theme2 {
  width: 100%;
  margin: 0;
  padding: clamp(96px, 7vw, 135px) 16px clamp(100px, 8vw, 150px);
  box-sizing: border-box;
  overflow: hidden;
}

.season-page .actorsWrap.theme2,
.episode-page .actorsWrap.theme2 {
  background: #161517 url("./images/far2/seasons.png") center / 100% 100%
    no-repeat;
}

.cast-page .actorsWrap.theme2 {
  background: #161517;
}

/* Страница новости */

.singleNewsArticle {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: clamp(96px, 7vw, 135px) 16px clamp(110px, 8vw, 155px);
  box-sizing: border-box;
  overflow: hidden;
  color: #ffffff;
  background: #161517;
}

.singleNewsArticle::before,
.singleNewsArticle::after {
  content: none;
  display: none;
}

.singleNewsArticle > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1532px;
  margin: 0 auto;
  padding: 0;
}

.singleNewsArticle .new-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.singleNewsArticle .pageTitle {
  display: block;
  width: 100%;
  max-width: 1532px;
  margin: 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  text-transform: none;
  color: #ffffff;
}

.singleNewsArticle .post_date {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

.singleNewsArticle .new-inner__image {
  width: min(100%, 1008px);
  aspect-ratio: 16 / 9;
  margin: 55px auto 0;
  overflow: hidden;
  border-radius: 30px;
  background: #000000;
}

.singleNewsArticle .new-inner__image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: inherit;
}

.singleNewsArticle .post_content {
  width: min(100%, 1008px);
  margin: 40px auto 0;
  padding: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  color: #ffffff;
}

.singleNewsArticle .post_content > :first-child {
  margin-top: 0;
}

.singleNewsArticle .post_content > :last-child {
  margin-bottom: 0;
}

.singleNewsArticle .post_content p,
.singleNewsArticle .post_content li {
  font: inherit;
  color: inherit;
}

.singleNewsArticle .post_content img,
.singleNewsArticle .post_content iframe,
.singleNewsArticle .post_content video {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.singleNewsArticle .post_content a {
  color: #0095ff;
  text-decoration: none;
}

.singleNewsArticle .post_content a:hover,
.singleNewsArticle .post_content a:focus-visible {
  color: #ffffff;
}

@media (max-width: 1280px) {
  .episode-page .episodeAbout,
  .season-page .seasonTrailerBlock.theme2,
  .episode-page .episodePlayer,
  .season-page .actorsWrap.theme2,
  .episode-page .actorsWrap.theme2,
  .cast-page .actorsWrap.theme2,
  .singleNewsArticle {
    padding-top: clamp(80px, 7.8vw, 100px);
  }

  .season-page .seasonTrailerBlock.theme2,
  .episode-page .episodePlayer,
  .season-page .actorsWrap.theme2,
  .episode-page .actorsWrap.theme2 {
    background-position: center;
    background-size: 100% 100%;
  }

  .episode-page .episodeAbout .blockTitle,
  .episode-page .episodePlayer .blockTitle {
    font-size: 36px;
    line-height: 49px;
  }

  .episode-page .episodeAbout .episodeAbout__text,
  .singleNewsArticle .post_content {
    font-size: 18px;
    line-height: 32px;
  }

  .season-page .seasonTrailerBlock .trailerPlay,
  .episode-page .episodePlayer .trailerPlay {
    width: 84px;
    height: 84px;
  }

  .singleNewsArticle .pageTitle {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 768px) {
  .episode-page .episodeAbout,
  .season-page .seasonTrailerBlock.theme2,
  .episode-page .episodePlayer,
  .season-page .actorsWrap.theme2,
  .episode-page .actorsWrap.theme2,
  .cast-page .actorsWrap.theme2,
  .singleNewsArticle {
    padding: 72px 16px 80px;
  }

  .episode-page .episodeAbout .series-info-top {
    margin-bottom: 30px;
  }

  .episode-page .episodeAbout .blockTitle,
  .episode-page .episodePlayer .blockTitle,
  .singleNewsArticle .pageTitle {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }

  .episode-page .episodeAbout .episodeAbout__text,
  .singleNewsArticle .post_content {
    font-size: 14px;
    line-height: 24px;
  }

  .episode-page .episodePlayer .seasonsWrap {
    margin-bottom: 30px;
  }

  .season-page .seasonTrailerBlock .trailerMedia,
  .episode-page .episodePlayer .trailerMedia {
    border-radius: 18px;
  }

  .season-page .seasonTrailerBlock .trailerPlay,
  .episode-page .episodePlayer .trailerPlay {
    width: 64px;
    height: 64px;
  }

  .singleNewsArticle .post_date {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .singleNewsArticle .new-inner__image {
    margin-top: 36px;
    border-radius: 18px;
  }

  .singleNewsArticle .post_content {
    margin-top: 30px;
  }
}

@media (max-width: 430px) {
  .episode-page .episodeAbout,
  .season-page .seasonTrailerBlock.theme2,
  .episode-page .episodePlayer,
  .season-page .actorsWrap.theme2,
  .episode-page .actorsWrap.theme2,
  .cast-page .actorsWrap.theme2,
  .singleNewsArticle {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .season-page .seasonTrailerBlock .trailerMedia,
  .episode-page .episodePlayer .trailerMedia,
  .singleNewsArticle .new-inner__image {
    border-radius: 14px;
  }

  .season-page .seasonTrailerBlock .trailerPlay,
  .episode-page .episodePlayer .trailerPlay {
    width: 60px;
    height: 60px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 430px) {
    footer .button.buttonRed,
    footer.site-footer .button.buttonRed {
      width: -webkit-fit-content;
      width: fit-content;
      min-width: 220.27px;
      max-width: calc(100vw - 40px);
      padding-right: 72px;
    }
  }
}

/* === Safari 15- seasons fix ===
   Older Safari/WebKit can calculate aspect-ratio incorrectly inside Slick flex slides
   when the card height is auto and inner elements are absolute/100% height.
   This fallback gives the card height through a real in-flow ::before spacer.
*/
@supports (-webkit-touch-callout: none) {
  .seasonsList.slick-initialized .slick-track,
  .series-info.theme2
    + .seasonsBlock
    .seasonsList.slick-initialized
    .slick-track {
    align-items: flex-start !important;
  }

  .seasonsList.slick-initialized .slick-slide,
  .series-info.theme2
    + .seasonsBlock
    .seasonsList.slick-initialized
    .slick-slide {
    height: auto !important;
  }

  .seasonsList.slick-initialized .slick-slide > div,
  .series-info.theme2
    + .seasonsBlock
    .seasonsList.slick-initialized
    .slick-slide
    > div {
    height: auto !important;
  }

  .seasonItem,
  .series-info.theme2 + .seasonsBlock .seasonItem {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    contain: none !important;
    container-type: normal !important;
  }

  .seasonItem::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 142.8571429%;
    pointer-events: none;
  }

  .series-info.theme2 + .seasonsBlock .seasonItem::before {
    padding-bottom: 139.7826087%;
  }

  .seasonPreview,
  .series-info.theme2 + .seasonsBlock .seasonPreview {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: inherit;
    overflow: hidden;
  }

  .seasonPreview a,
  .seasonPreview img,
  .series-info.theme2 + .seasonsBlock .seasonPreview a,
  .series-info.theme2 + .seasonsBlock .seasonPreview img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
  }

  .seasonPreview img,
  .series-info.theme2 + .seasonsBlock .seasonPreview img {
    object-fit: cover !important;
    object-position: center !important;
    aspect-ratio: auto !important;
  }
}

.privacy-policy .pageContent {
  color: #fff !important;
  padding: clamp(5rem, 5vw, 30rem) 0;
}

.privacy-policy .blockTitle {
  color: #fff !important;
}

@media (min-width: 1281px) {
  body.home:not(.season-page):not(.episode-page) .storyWB.theme2 {
    position: relative;
    z-index: 3;
    background: transparent;
  }

  body.home:not(.season-page):not(.episode-page)
    .storyWB.theme2
    > .container {
    position: relative;
    z-index: 4;
  }

  body.home:not(.season-page):not(.episode-page) .seasonsBlock.theme2 {
    --seasons-bg-overlap: 220px;
    z-index: 0;
  }
}

@media (max-width: 760px) {
  .storyWB.theme2 .specs-list .spec-item {
    display: block;
  }

  .storyWB.theme2 .specs-list .spec-label,
  .storyWB.theme2 .specs-list .spec-value {
    display: inline;
    flex: none;
  }

  .storyWB.theme2 .specs-list .spec-label {
    margin-right: 4px;
  }
}