/*!
Theme Name: Brand
Author: RedCorner
Description: No Description
Version: 1.0
Text Domain: brand
*/

/* ÑˆÑ€Ð¸Ñ„Ñ‚Ñ‹ */

@import url("https://fonts.googleapis.com/css2?family=Onest:wght@600&family=Unbounded:wght@400;500;600;700&display=swap");

@font-face {
  font-family: Inter;
  src: url("fonts/inter.woff2") format("woff2");
  font-display: block;
  /* font-weight: 400; */
}

@font-face {
  font-family: Gilroy;
  src: url("fonts/Gilroy-Regular_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url("fonts/Gilroy-Medium_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-VariableFont.woff2") format("woff2");
  font-display: block;
  /* font-weight: 400; */
}

:root {
  font-size: 16px;
}

body {
  overflow: hidden;
}

html,
body {
  font-family: Gilroy;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000;
  position: relative;
  background-color: #E3E3E3;
}

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

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

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

::-webkit-scrollbar-thumb {
  background-color: #60584a;
}

* {
  outline: none;
  box-shadow: none;
  font-family: Gilroy;
  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;
}

/* sliders (ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ñ‹ Ð¸ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ)  */
.navigation {
  display: none;
  gap: 2px;
}

.navigation .slick-arrow {
  cursor: pointer;
}

.navigation .slick-arrow svg path {
  fill: #868686;
}

/* end */

.button text {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-family: Gilroy;
}

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

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

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


header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 88px;
  box-sizing: border-box;
  padding: 0 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.68) 56.57%,
    rgba(0, 0, 0, 0) 100%
  );
}

header.fixed {
  position: fixed;
  top: 0;
  height: 88px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.68) 56.57%,
    rgba(0, 0, 0, 0) 100%
  );
}

header .logo {
  display: block;
  flex: 0 0 146px;
  width: 146px;
  min-width: 146px;
  max-width: 146px;
  height: 58.76px;
  filter: none;
}

header .logo svg,
header .logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

header .menu-main {
  display: flex;
  flex: 1 1 902px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 4.27vw, 82px);
  width: auto;
  max-width: 902px;
  min-width: 0;
  margin: 0;
  padding: 0;
}

header .menu-main a {
  display: block;
  flex: 0 0 auto;
  height: 17px;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.3s ease;
}

header .menu-main a:hover,
header .menu-main a:focus-visible {
  color: #ff0019;
}

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

header .headerContacts .headerWatch.buttonPlay {
  display: flex;
  flex: 0 0 235px;
  align-items: center;
  justify-content: center;
  width: 235px;
  min-width: 235px;
  height: 50px;
  box-sizing: border-box;
  padding: 15px 26px;
  border: 1px solid #e3e3e3;
  border-radius: 62px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

header .headerContacts .headerWatch.buttonPlay::before {
  content: none;
  display: none;
}

header .headerContacts .headerWatch.buttonPlay text {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  text-transform: uppercase;
  color: inherit;
}

header .headerContacts .headerWatch.buttonPlay:hover,
header .headerContacts .headerWatch.buttonPlay:focus-visible {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

header .shareWrap {
  display: flex;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 49px;
  background: transparent;
  cursor: pointer;
}

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

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

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

header .menuToggle {
  display: none;
}

.bannerMain {
  position: relative;
  z-index: 7;
  width: 100%;
  min-height: 925px;
  box-sizing: border-box;
  margin: 0;
  padding: 179.57px 0 91px;
  overflow: hidden;
  background-color: #000000;
  background-image: var(--pc);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 0 0 62px 62px;
}

.bannerMain .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 654px;
  margin: 0 auto;
}

.bannerMain .container::before {
  content: "";
  position: absolute;
  top: -24.57px;
  left: -73px;
  z-index: -1;
  width: 538px;
  height: 365px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  filter: blur(79.45px);
  pointer-events: none;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1530px;
  height: 88px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  gap: 67px;
}

@media (max-width: 1560px) and (min-width: 1101px) {
  header .container {
    gap: 24px;
  }

  header .logo {
    flex-basis: 128px;
    width: 128px;
    min-width: 128px;
    max-width: 128px;
    height: 51.52px;
  }

  header .menu-main {
    gap: clamp(14px, 2vw, 28px);
    max-width: none;
  }

  header .menu-main a {
    font-size: 12px;
    line-height: 15px;
  }

  header .headerContacts {
    flex-basis: auto;
    width: auto;
    gap: 24px;
  }

  header .headerContacts .headerWatch.buttonPlay {
    flex-basis: 190px;
    width: 190px;
    min-width: 190px;
    padding-right: 16px;
    padding-left: 16px;
  }

  header .headerContacts .headerWatch.buttonPlay text {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 1250px) and (min-width: 1101px) {
  header .container {
    gap: 16px;
  }

  header .logo {
    flex-basis: 120px;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 48.3px;
  }

  header .menu-main {
    gap: 12px;
  }

  header .menu-main a,
  header .headerContacts .headerWatch.buttonPlay text {
    font-size: 11px;
    line-height: 14px;
  }

  header .headerContacts {
    gap: 16px;
  }

  header .headerContacts .headerWatch.buttonPlay {
    flex-basis: 170px;
    width: 170px;
    min-width: 170px;
    padding-right: 12px;
    padding-left: 12px;
  }

  header .shareWrap {
    flex-basis: 46px;
    width: 46px;
    min-width: 46px;
    height: 46px;
  }
}

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: Gilroy;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  transition: 0.3s all;
  display: block;
}

footer li a:hover,
footer nav a:hover,
.menuMobileWrap nav a:hover,
.menuMobileWrap nav a:focus-visible {
  color: #ff0019;
}

.bannerMain .banner_logo {
  display: block;
  flex: none;
  width: 548.6px;
  max-width: 100%;
  height: 224.01px;
  margin: 0;
  object-fit: contain;
  object-position: left center;
}

.bannerMain .h1 {
  /* display: block; */
  /* width: 100%; */
  /* max-width: 790px; */
  /* margin: 65px 0 0; */
  /* padding: 0; */
  /* font-family: "Unbounded", sans-serif; */
  /* font-style: normal; */
  /* font-weight: 700; */
  /* font-size: 48px; */
  /* line-height: 60px; */
  /* text-align: left; */
  /* text-transform: uppercase; */
  /* color: #ffffff; */
  
  display: block;
  width: 100%;
  max-width: 790px;
  margin: clamp(40px, 0.79vw + 30.6px, 65px) 0 0;
  padding: 0;
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(28px, 1.79vw + 13.6px, 48px);
  line-height: clamp(36px, 2.14vw + 18.9px, 60px);
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  
}

.bannerMain p {
  width: 100%;
  max-width: 751px;
  margin: 30px 0 0;
  font-family: Gilroy, Gilroy, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
}

.bannerMain .buttonsWrap {
  /* display: flex; */
  /* flex-flow: row nowrap; */
  /* align-items: center; */
  /* gap: 40px; */
  /* width: 715px; */
  /* max-width: 100%; */
  /* margin: 65px 0 0; */
  
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 40px;
  width: 715px;
  max-width: 100%;
  margin: clamp(40px, 2.68vw + 13.54px, 65px) 0 0;
}

.bannerMain .buttonsWrap .button {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.bannerMain .buttonsWrap .button text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  white-space: nowrap;
  text-transform: uppercase;
  color: inherit;
}

.bannerMain .buttonsWrap .buttonRed {
  width: 340px;
  max-width: 340px;
  height: 90px;
  padding: 15px 40px;
  border: 0;
  border-radius: 117px;
  background: #d90000;
  box-shadow: none;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.bannerMain .buttonsWrap .buttonRed:hover,
.bannerMain .buttonsWrap .buttonRed:focus-visible {
  background: #ac0000;
  color: #ffffff;
}

.bannerMain .buttonsWrap .buttonPlay {
  width: 335px;
  max-width: 335px;
  height: 85px;
  padding: 30px 40px;
  border: 1.6px solid #ffffff;
  border-radius: 159px;
  background: transparent;
  color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.bannerMain .buttonsWrap .buttonPlay:hover,
.bannerMain .buttonsWrap .buttonPlay:focus-visible {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

@media (max-width: 1440px) and (min-width: 768px) {
  .bannerMain {
    min-height: 780px;
    padding-top: clamp(130px, 11vw, 160px);
    padding-bottom: 70px;
  }

  .bannerMain .banner_logo {
    width: clamp(400px, 34vw, 490px);
    height: auto;
  }

  .bannerMain .h1 {
    max-width: 720px;
    margin-top: clamp(45px, 4vw, 58px);
    font-size: clamp(34px, 3.33vw, 48px);
    line-height: 1.25;
  }

  .bannerMain p {
    max-width: 720px;
    margin-top: 24px;
    font-size: clamp(18px, 1.53vw, 22px);
    line-height: 1.45;
  }

  .bannerMain .buttonsWrap {
    gap: 24px;
    width: auto;
    margin-top: 45px;
  }

  .bannerMain .buttonsWrap .buttonRed {
    width: clamp(270px, 23.61vw, 340px);
    height: clamp(70px, 6.25vw, 90px);
    padding: 15px 24px;
  }

  .bannerMain .buttonsWrap .buttonPlay {
    width: clamp(270px, 23.26vw, 335px);
    height: clamp(70px, 5.9vw, 85px);
    padding: 20px 24px;
  }

  .bannerMain .buttonsWrap .button text {
    font-size: clamp(15px, 1.38vw, 20px);
    line-height: 1.25;
  }
}

@media (max-width: 767px) {
  .bannerMain {
    width: 100%;
    min-height: 657px;
    height: 657px;
    padding: 0;
    border-radius: 0 0 30px 30px;
  }

  .bannerMain.hasMobile {
    background-image:
      linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 13.7%),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 48.46%, #000000 54.49%),
      var(--mobile);
    background-repeat: no-repeat;
    background-position:
      center top,
      center top,
      center center;
    background-size:
      100% 90px,
      100% 100%,
      cover;
  }

  .bannerMain .container {
    display: block;
    width: calc(100% - 32px);
    height: 657px;
    min-height: 657px;
    margin: 0 auto;
  }

  .bannerMain .container::before {
    content: none;
    display: none;
  }

  .bannerMain .banner_logo {
    position: absolute;
    top: 241.13px;
    left: 50%;
    width: 235px;
    max-width: none;
    height: 95.96px;
    margin: 0;
    object-position: center;
    transform: translateX(-50%);
  }

  .bannerMain .h1 {
    position: absolute;
    top: 350px;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
  }

  .bannerMain p {
    position: absolute;
    top: 435px;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .bannerMain .buttonsWrap {
    position: absolute;
    top: 508.02px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12.98px;
    width: 213.33px;
    max-width: 213.33px;
    margin: 0;
    transform: translateX(-50%);
  }

  .bannerMain .buttonsWrap .buttonRed,
  .bannerMain .buttonsWrap .buttonPlay {
    width: 213.33px;
    max-width: 213.33px;
    height: 50px;
    padding: 9px 18px;
  }

  .bannerMain .buttonsWrap .buttonRed {
    border-radius: 74.5056px;
  }

  .bannerMain .buttonsWrap .buttonPlay {
    border-width: 1.01888px;
    border-radius: 101.251px;
  }

  .bannerMain .buttonsWrap .button text {
    font-size: 13px;
    line-height: 16px;
  }
}
.button {
  position: relative;
}

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

.blockTitle {
  font-family: Gilroy;
  font-size: clamp(1.5rem, 1.125rem + 1.875vw, 3.375rem);
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

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

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

.single-post .newsWrap:before {
  display: none;
}

.single-post .news-bg-right {
  bottom: -53%;
}

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

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

.bannerMain .tooLong {
  font-size: 30px;
  max-width: 560px;
}

.buttonRed {
  color: #fff;
}

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


/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */
.menuMobileWrap {
  position: fixed;
  inset: 0;
  z-index: 20;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

.mmHeader {
  display: none;
}

.menuMobileWrap.open .container {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 657px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #000000;
}

.menuMobileWrap nav {
  position: absolute;
  top: 191px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 211px;
  height: 245px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

.menuMobileWrap li {
  display: block;
}

.menuMobileWrap nav a {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.3s ease;
}

.menuMobileWrap .buttonsWrap {
  position: absolute;
  bottom: 49px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  max-width: 213px;
  height: 50px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

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

.menuMobileWrap .buttonsWrap a:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  max-width: 213px;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
  padding: 9px 22px;
  border: 0;
  border-radius: 74.5056px;
  background: #d90000;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.menuMobileWrap .buttonsWrap a:first-child text {
  width: auto;
  height: auto;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  color: inherit;
}

.menuMobileWrap .buttonsWrap a:first-child:hover,
.menuMobileWrap .buttonsWrap a:first-child:focus-visible {
  background: #ac0000;
  color: #ffffff;
}

.menuMobileWrap.open + header {
  height: 69px;
  box-sizing: border-box;
  padding: 19px 19px 0 16px;
  background: #000000;
}

.menuMobileWrap.open + header .container {
  width: 100%;
  max-width: none;
  height: 49.88px;
  margin: 0;
  padding: 0;
}

.menuMobileWrap.open + header .logo {
  flex: 0 0 123.93px;
  width: 123.93px;
  min-width: 123.93px;
  max-width: 123.93px;
  height: 49.88px;
}

.menuMobileWrap.open + header .menuToggle::before,
.menuMobileWrap.open + header .menuToggle::after {
  top: 19px;
  left: 10px;
  background: #ff0019;
}

.menuMobileWrap.open + header .menuToggle::before {
  transform: rotate(45deg);
}

.menuMobileWrap.open + header .menuToggle span {
  opacity: 0;
}

.menuMobileWrap.open + header .menuToggle::after {
  transform: rotate(-45deg);
}

/* end */

/* popups (Ð²ÑÐ¿Ð»Ñ‹Ð²Ð°ÑˆÐºÐ¸) */
.shareCloud {
  position: fixed;
  top: 100px;
  right: clamp(16px, 9.74vw, 187px);
  z-index: 25;
  display: none;
  align-items: center;
  gap: 24px;
  width: fit-content;
  max-width: calc(100vw - 32px);
  height: 60px;
  box-sizing: border-box;
  padding: 12px;
  background: rgba(0, 0, 0, 0.73);
  border-radius: 69px;
}

.shareCloud.open {
  display: flex;
}

.shareCloud a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  height: 36px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.shareCloud .shareVK {
  font-weight: 500;
}

.shareCloud .shareC {
  margin-left: auto;
}

.shareCloud a:hover {
  color: #ffffff;
  opacity: 0.8;
}

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

.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: clamp(16px, 9.792vw, 188px);
  bottom: 86px;
  z-index: 25;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  width: 565px;
  height: 110px;
  box-sizing: border-box;
  padding: 25px 32px 25px 30px;
  background: #000000;
  border-radius: 43px;
}

.policyNotif.open {
  display: flex;
}

.policyNotif p {
  flex: 0 1 410px;
  width: 410px;
  max-width: 410px;
  margin: 0;
  font-family: Gilroy, Gilroy, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.policyNotif a {
  color: inherit;
  text-decoration: underline;
}

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

.policyNotif .police_button {
  display: flex;
  flex: 0 0 86px;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 54px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 62px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.policyNotif .police_button text {
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: inherit;
}

.policyNotif .police_button:hover {
  background: #fff;
  color: #000;
}
/* end */

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

#swbl {
  position: absolute;
  top: 200px;
  left: 0;

  width: 325px;
  height: 825px;

  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right center !important;
}

#swbr {
  position: absolute;
  top: 200px;
  right: 0;

  width: 450px;
  height: 825px;
 
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right center !important;
}

.actorsWrap .blockTitle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: Gilroy;
  font-weight: 800;
  font-size: clamp(28px, 1.29vw + 23.23px, 48px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.actorsWrap .actors-top {
  justify-content: flex-start;
  width: auto;

  z-index: 1;
  position: relative;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.pageWrap {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.reviewsSliderWrapper .navigation .slick-prev {
    position: relative;
    right: 0;
    width: 142px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(222, 222, 222, 0.42);
}

.reviewsSliderWrapper .navigation .slick-next {
    position: relative;
    right: 0;
    width: 142px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(222, 222, 222, 0.42);
}

.navigation .slick-arrow.slick-disabled {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: default !important;
}

.navigation .slick-arrow svg {
  z-index: 1;
  width: auto;
  height: clamp(20px, 2vw, 32px);
}

.navigation .slick-arrow svg path {
  /* fill: #fff; */
}

.navigation .slick-arrow:hover svg g {
  /* stroke: #000; */
}

.navigation .slick-arrow:hover svg path {
  fill: #fff;
}

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

.navigation .slick-arrow.slick-prev {
  left: 0;
  /* margin-right: auto; */
}

.navigation .slick-arrow.slick-next {
  right: 0;
  /* margin-left: auto; */
}

.navigation .slick-arrow:hover {
  background: #000;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: none;
}

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

.series-info-right {
  display: flex;
  flex-direction: column;
  /* gap: 60px;   */
  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%);
}

.creators-section {
  padding: 8.25rem 0 3rem 0;

  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0% 50%;
  border-radius: 0;
}

 
.creators-section.actorsWrap .blockTitle {
    margin: 1.875rem 0;
}

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

@media (max-width: 1550px) {
  .cast-info-bg-left {
  }

  footer .container {
    /* margin: 0px auto 0 10dvw; */
  }
}

.reviewsSliderWrapper .navigation,
.newsWrap .navigation {
  /* position: absolute; */
  /* top: 55%; */
  /* pointer-events: none; */
  /* justify-content: space-between; */
}

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

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

@media (max-width: 1280px) {
  .reviewsWrap .navigation .slick-prev,
  .reviewsWrap .navigation .slick-next {
    position: relative;
  }

  .series-content-row {
    flex-direction: column;
    gap: 30px;
  }

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

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

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

  .actorsList {
    flex-wrap: wrap;
  }
}

@media (max-width: 1100px) {
  header,
  header.fixed {
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    padding: 17.09px 16px 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.68) 56.57%,
      rgba(0, 0, 0, 0) 100%
    );
  }

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

  header .logo {
    flex: 0 0 123.93px;
    width: 123.93px;
    min-width: 123.93px;
    max-width: 123.93px;
    height: 49.88px;
  }

  header .logo img,
  header .logo svg {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  header .menu-main,
  header .headerContacts {
    display: none;
  }

  header .menuToggle {
    display: block;
    position: relative;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 72px;
    background: transparent;
    cursor: pointer;
  }

  header .menuToggle span,
  header .menuToggle::before,
  header .menuToggle::after {
    content: "";
    position: absolute;
    left: 9px;
    width: 20px;
    height: 2px;
    border-radius: 39px;
    background: #ffffff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  header .menuToggle::before {
    top: 12px;
  }

  header .menuToggle span {
    top: 18px;
  }

  header .menuToggle::after {
    top: 24px;
  }

  .episodeItem,
  .episodeItem img,
  .episodeItem a:before {
    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;
    grid-template-columns: 1fr 1fr;
  }

  .spec-sep {
    display: none;
  }

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

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

  .newsList {
  }

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

  .postItem a.open_link {
  }

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

  .postItem,
  .postItem:nth-child(even) {
  }

}

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

  .single-episode .storyWB .container {
    padding: 0 0 3.3125rem 0;
  }

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

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

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

}

@media (max-width: 768px) {
  .trailerPreview.buttonPlay span::before {
    background-size: 20px;
  }

  .gallery-row {
    min-height: auto;
  }

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

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

  .newsList {
  }

  .shareCloud {
    top: 84px;
    right: 16px;
    justify-content: center;
    gap: 16px;
    width: auto;
    height: 60px;
    padding: 12px 16px;
  }

  .shareCloud a {
    gap: 0;
    font-size: 0;
  }

  .shareCloud .shareC {
    margin-left: 0;
  }

  .policyNotif {
    right: 16px;
    bottom: 16px;
    gap: 16px;
    width: calc(100% - 32px);
    height: auto;
    min-height: 110px;
    padding: 20px;
    border-radius: 30px;
  }

  .policyNotif p {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

  .policyNotif .police_button {
    flex-basis: 70px;
    width: 70px;
    height: 50px;
  }

  .policyNotif .police_button text {
    font-size: 14px;
    line-height: 17px;
  }

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

  .reviewsSliderWrapper .navigation .slick-prev,
  .reviewsSliderWrapper .navigation .slick-next {
    position: relative;
  }

}

/* about (Ð¾ ÑÐµÑ€Ð¸Ð°Ð»Ðµ) â€” theme 5 */

.series-info.storyWB.theme5 {
  position: relative;
  width: 100%;
  margin-top: 130px;
  padding: 0 0 130px;
  overflow: hidden;
  box-sizing: border-box;
}

.series-info.storyWB.theme5 .series-info-bg-left,
.series-info.storyWB.theme5 .series-info-bg-right {
  display: none;
}

.series-info.storyWB.theme5 > .container {
  position: relative;
  z-index: 1;
  width: calc(100% - 32px);
  max-width: 1544px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.series-info.storyWB.theme5 .series-info-top {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
  height: 92px;
  margin: 0 0 27px;
}

.series-info.storyWB.theme5 .series-title.blockTitle {
  flex: 0 0 auto;
  width: auto;
  margin: 26px 0 0;
  font-family: "Unbounded", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #000;
}

.series-info.storyWB.theme5 .age-label {
  flex: 0 0 auto;
  width: 151px;
  height: 92px;
  font-family: "Unbounded", sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 92px;
  color: #bcbcbc;
  white-space: nowrap;
}

.series-info.storyWB.theme5 .series-row {
  display: flex;
  flex-direction: column;
  gap: 31px;
  width: 100%;
  margin: 0 0 37px;
}

.series-info.storyWB.theme5 .series-specs {
  width: 100%;
  min-height: 62px;
  padding: 20px 40px;
  background: #000;
  border-radius: 89px;
  box-sizing: border-box;
}

.series-info.storyWB.theme5 .specs-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
}

.series-info.storyWB.theme5 .spec-item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  font-family: "Gilroy", "Gilroy", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

.series-info.storyWB.theme5 .spec-label {
  margin-right: 4px;
  color: #fff;
}

.series-info.storyWB.theme5 .spec-value {
  color: #8bbae0;
}

.series-info.storyWB.theme5 .spec-item:not(:last-child)::after {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  margin: 0 12px;
  background: #7e7e7e;
  border-radius: 50%;
}

.series-info.storyWB.theme5 .descriotion-block {
  width: 100%;
  max-width: none;
}

.series-info.storyWB.theme5 .paragraph-full,
.series-info.storyWB.theme5 .paragraph-full p {
  margin: 0;
  font-family: "Gilroy", "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}

.series-info.storyWB.theme5 .gallery-row {
  position: relative;
  width: 100%;
  min-height: 270px;
  overflow: visible;
}

.series-info.storyWB.theme5 .series-gallery-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
}

.series-info.storyWB.theme5 .series-gallery {
  width: 100%;
  margin: 0;
  padding: 0;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-list {
  overflow: visible;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-track {
  display: flex;
  align-items: stretch;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-slide {
  height: auto;
  border-radius: 0;
  box-sizing: border-box;
}

.series-info.storyWB.theme5 .series-gallery__item {
  height: 100%;
  padding: 0 27.67px 0 0;
  outline: none;
  box-sizing: border-box;
}

.series-info.storyWB.theme5 .gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: none;
}

.series-info.storyWB.theme5 .gallery-image {
  display: block;
  width: 100%;
  height: 270px;
  margin: 0;
  object-fit: cover;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.25));
  border-radius: 30px;
}

.series-info.storyWB.theme5 .series-gallery-wrap .navigation {
  position: absolute;
  inset: 0;
  top: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 270px;
  margin: 0;
  pointer-events: none;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow {
  position: absolute;
  top: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.42);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-prev {
  left: 0;
  right: auto;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-next {
  right: 138px;
  left: auto;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow svg {
  display: block;
  width: 34px;
  height: 17px;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-prev svg {
  transform: rotate(180deg);
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow svg path {
  fill: #000;
  transition: fill 0.25s ease;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow:hover {
  background: #efefef;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow:hover svg path {
  fill: #000;
}

.series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow.slick-disabled {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: default !important;
}

@media (max-width: 1279px) {
  .series-info.storyWB.theme5 {
    min-height: 0;
    margin-top: clamp(90px, 10vw, 150px);
    padding-bottom: 90px;
  }

  .series-info.storyWB.theme5 .series-info-top {
    height: auto;
    gap: 30px;
    margin-bottom: 30px;
  }

  .series-info.storyWB.theme5 .series-title.blockTitle {
    margin-top: 14px;
    font-size: clamp(32px, 3.5vw, 42px);
    line-height: 1.25;
  }

  .series-info.storyWB.theme5 .age-label {
    width: auto;
    height: auto;
    font-size: clamp(50px, 5vw, 64px);
    line-height: 1.2;
  }

  .series-info.storyWB.theme5 .series-specs {
    min-height: 0;
    padding: 18px 24px;
    border-radius: 32px;
  }

  .series-info.storyWB.theme5 .spec-item:not(:last-child)::after {
    margin: 0 16px;
  }

  .series-info.storyWB.theme5 .paragraph-full,
  .series-info.storyWB.theme5 .paragraph-full p {
    font-size: 17px;
    line-height: 25px;
  }

  .series-info.storyWB.theme5 .series-gallery__item {
    padding-right: 20px;
  }

  .series-info.storyWB.theme5 .gallery-image {
    height: auto;
    aspect-ratio: 487 / 270;
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .navigation {
    height: 100%;
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow {
    top: 50%;
    width: 72px;
    min-width: 72px;
    height: 72px;
    transform: translateY(-50%);
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .slick-prev {
    left: 24px;
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .slick-next {
    right: 24px;
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow svg {
    width: 28px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .series-info.storyWB.theme5 {
    margin-top: 70px;
    padding-bottom: 70px;
  }

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

  .series-info.storyWB.theme5 .series-info-top {
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
  }

  .series-info.storyWB.theme5 .series-title.blockTitle {
    margin: 0;
    font-size: clamp(23px, 7.3vw, 28px);
    line-height: 1.25;
  }

  .series-info.storyWB.theme5 .age-label {
    font-size: clamp(32px, 10vw, 40px);
    line-height: 1.2;
  }

  .series-info.storyWB.theme5 .series-row {
    gap: 22px;
    margin-bottom: 30px;
  }

  .series-info.storyWB.theme5 .series-specs {
    padding: 20px 22px;
    border-radius: 24px;
  }

  .series-info.storyWB.theme5 .specs-list {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .series-info.storyWB.theme5 .spec-item {
    width: 100%;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 19px;
    white-space: normal;
  }

  .series-info.storyWB.theme5 .spec-item:not(:last-child)::after {
    display: none;
  }

  .series-info.storyWB.theme5 .paragraph-full,
  .series-info.storyWB.theme5 .paragraph-full p {
    font-size: 15px;
    line-height: 22px;
  }

  .series-info.storyWB.theme5 .gallery-row {
    min-height: 0;
  }

  .series-info.storyWB.theme5 .series-gallery-wrap {
    padding: 0;
  }

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

  .series-info.storyWB.theme5 .series-gallery__item {
    padding: 0;
  }

  .series-info.storyWB.theme5 .gallery-image {
    width: 100%;
    height: auto;
    aspect-ratio: 487 / 270;
    border-radius: 18px;
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.2));
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .navigation {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    width: 52px;
    min-width: 52px;
    height: 52px;
    transform: translateY(-50%);
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .slick-prev {
    left: 8px;
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .slick-next {
    right: 8px;
  }

  .series-info.storyWB.theme5 .series-gallery-wrap .slick-arrow svg {
    width: 22px;
    height: auto;
  }
}
/* end */

/* seasons (ÑÐµÐ·Ð¾Ð½Ñ‹) */
.seasonsBlock {
  position: relative;
  padding: clamp(40px, 6.097vw + 28.54px, 145px) 0;
  background-image: url(./images/far4/seasons.png);
  background-size: cover;
  background-position: center;
  border-radius: 60px;
  overflow: hidden;
}

.seasonsBlock.theme5 {
  overflow: visible;
  z-index: 4;
}

 

.seasons-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.seasonsWrap .blockTitle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: Gilroy;
  font-weight: 800;
  /* font-size: clamp(2rem, 1.4rem + 2.8vw, 3rem); */
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: clamp(20px, 1.613vw + 14.03px, 45px);
}

.seasonsWrap {
}

.seasonsList {
  display: block;
  width: 100%;
  margin: auto;
  padding: clamp(40px, 3vw + 28px, 97px) 0 0;
}

.seasonsBlock.theme5 .seasonsWrap {
  position: relative;
  overflow: visible;
}

.seasonsBlock.theme5 .seasonsList {
  overflow: visible;
}

.seasonsBlock.theme5 .seasonsList .slick-list {
  overflow: visible;
}

.seasonsBlock.theme5 .seasonsList .slick-track {
  display: flex;
  align-items: stretch;
}

.seasonsBlock.theme5 .seasonsList .slick-list {
  overflow: visible;
  margin: 0 -20px;
}

.seasonsBlock.theme5 .seasonsList .slick-slide {
  box-sizing: border-box;
  margin: 0 20px;
  border-radius: 30px;
}

@media (max-width: 1280px) {
  .seasonsBlock.theme5 .seasonsList .slick-list {
    margin: 0 -14px;
  }

  .seasonsBlock.theme5 .seasonsList .slick-slide {
    margin: 0 14px;
  }
}

.seasonsBlock.theme5 .seasonsList .slick-slide > div {
  height: 100%;
}

.seasonsBlock.theme5 .seasons-navigation {
  position: absolute;
  z-index: 5;
  top: calc(50% - 71px);
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  pointer-events: none;
}

.seasonsBlock.theme5 .seasons-navigation .slick-prev,
.seasonsBlock.theme5 .seasons-navigation .slick-next {
  position: relative;
  right: 0;
  left: 0;
  width: 142px;
  height: 142px;
  min-width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(222, 222, 222, 0.42);
  transition: 0.3s;
  cursor: pointer;
  pointer-events: all;
}

.seasonsBlock.theme5 .seasons-navigation .slick-arrow.slick-disabled {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: default !important;
}

.seasonsBlock.theme5 .seasons-navigation .slick-arrow svg {
  z-index: 1;
  width: auto;
  height: clamp(20px, 2vw, 32px);
}

.seasonsBlock.theme5 .seasons-navigation .slick-arrow svg path {
  fill: #fff;
}

.seasonsBlock.theme5 .seasons-navigation .slick-arrow:hover {
  background: #772000;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: none;
}
.seasonItem {
  position: relative;
  width: 100%;
  height: clamp(430px, 35.47vw, 681px) !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 30px;
  padding: 0 24px clamp(28px, 1.8vw + 18px, 48px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.seasonItem::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
}

.seasonPreview {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.seasonPreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.seasonItem h3 {
  position: absolute;
  bottom: 28px;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 290px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: clamp(20px, 0.55vw + 17px, 27px);
  line-height: 1.22;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  pointer-events: none;
}

.seasonItem .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 70px;
  background: #CECECE;
  border-radius: 10px;
  font-family: Gilroy;
  font-weight: 800;
  font-size: clamp(20px, 0.645vw + 17.61px, 30px);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  opacity: 0;
  transition: all 0.3s ease;
}


@media (max-width: 1280px) {
  .seasonsBlock.theme5 .seasonsList .slick-list {
    margin: 0 -14px;
  }

  .seasonsBlock.theme5 .seasonsList .slick-slide {
    margin: 0 14px;
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .seasonsBlock.theme5 .seasons-navigation {
    position: absolute;
    top: calc(50% - 55px);
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    justify-content: space-between;
  }

  .seasonsBlock.theme5 .seasons-navigation .slick-prev,
  .seasonsBlock.theme5 .seasons-navigation .slick-next {
    width: clamp(70px, 12vw, 110px);
    height: clamp(70px, 12vw, 110px);
    min-width: clamp(70px, 12vw, 110px);
  }

  .seasonsBlock.theme5 .seasons-navigation .slick-arrow svg {
    width: auto;
    height: clamp(20px, 2vw, 32px);
  }
}

@media (max-width: 768px) {
  .seasonsBlock {
    border-radius: 36px;
  }

  .seasonsList {
    padding: 32px 0 0;
  }

  .seasonsBlock.theme5 .seasonsList .slick-list {
  }

  .seasonsBlock.theme5 .seasonsList .slick-slide {
    margin: 0;
    padding: 0;
  }

  .seasonsBlock.theme5 .seasons-navigation {
    position: static;
    justify-content: center;
    gap: clamp(12px, 4vw, 20px);
    margin-top: 20px;
    transform: none;
    pointer-events: auto;
  }

  .seasonsBlock.theme5 .seasons-navigation .slick-prev,
  .seasonsBlock.theme5 .seasons-navigation .slick-next {
    position: static;
    flex: 0 0 clamp(56px, 18vw, 72px);
    width: clamp(56px, 18vw, 72px);
    height: clamp(56px, 18vw, 72px);
    min-width: 0;
  }

  .seasonsBlock.theme5 .seasons-navigation .slick-arrow svg {
    width: auto;
    height: 22px;
  }

  .seasonItem {
    height: clamp(420px, 130vw, 600px) !important;
    padding: 0 20px 34px;
  }

  .seasonItem h3 {
    font-size: clamp(20px, 5vw, 27px);
  }
}

@media (max-width: 480px) {
  .seasonsBlock {
    border-radius: 28px;
  }
}

.seasonItem:hover .button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.seasonItem:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}


/* actors (ÑÐ¾Ð·Ð´Ð°Ñ‚ÐµÐ»Ð¸ Ð¸ Ð°ÐºÑ‚ÐµÑ€Ñ‹) â€” theme 5 */
.actorsWrap {
  position: relative;
  overflow: visible;
}

.actorsWrap.theme5 {
  --actors-list-width: min(1544px, calc(100vw - 32px));
  --actors-gap: clamp(24px, 2.083vw, 40px);
  --actor-static-card-width: calc(
    (var(--actors-list-width) - (var(--actors-gap) * 2)) / 3
  );
  --actors-arrow-size: 100px;

  z-index: 3;
  margin: -50px 0 -70px;
  padding: 160px 0 130px;
  overflow: visible;
  border-radius: 0 0 70px 70px;
  background: #ffffff;
}

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

.actorsWrap.theme5 > .container {
  width: calc(100% - 32px);
  max-width: 1544px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.actorsWrap.theme5 .cast-info-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  margin: 30px 0 68px;
  border: 0;
}

.actorsWrap.theme5 .cast-info-top .blockTitle {
  display: block;
  width: auto;
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #000000;
}

.actorsWrap.theme5 .viewAll {
  flex: 0 0 auto;
}

.actorsWrap.theme5 .viewAll .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 70px;
  box-sizing: border-box;
  margin: 0;
  padding: 15px 40px;
  border: 0;
  border-radius: 62px;
  background: #e3e3e3;
  box-shadow: none;
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.actorsWrap.theme5 .viewAll .button text {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.actorsWrap.theme5 .viewAll .button:hover,
.actorsWrap.theme5 .viewAll .button:focus-visible {
  background: #838383;
  color: #ffffff;
}

.actorsWrap.theme5 .actorsSliderWrap,
.actorsWrap.theme5 .actorsList {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.actorsWrap.theme5 .actorsList .slick-list {
  width: calc(100% + var(--actors-gap));
  margin: 0;
  overflow: visible;
}

.actorsWrap.theme5 .actorsList .slick-track {
  display: flex;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.actorsWrap.theme5 .actorsList .slick-slide {
  flex: 0 0 auto;
  height: auto;
  margin: 0 var(--actors-gap) 0 0;
  padding: 0;
  box-sizing: border-box;
}

.actorsWrap.theme5 .actorsList .slick-slide > div {
  height: 100%;
}

.actorsWrap.theme5 .actorsList.no_slider {
  display: flex !important;
  align-items: stretch;
  flex-wrap: wrap;
  gap: var(--actors-gap);
}

.actorsWrap.theme5 .actorsList.no_slider .actorItem {
  flex: 0 0 var(--actor-static-card-width);
  width: var(--actor-static-card-width);
}

.actorsWrap.theme5 .actorItem {
  display: grid !important;
  grid-template-columns: 53.6885% minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(18px, 1.563vw, 30px);
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 488 / 262;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 40px;
  background: #e3e3e3;
  text-align: left;
}

.actorsWrap.theme5 .actor-photo {
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 40px;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.25));
}

.actorsWrap.theme5 .actor-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center top;
}

.actorsWrap.theme5 .actorItem > div:not(.actor-photo) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  padding: 20px 28px 20px 0;
  box-sizing: border-box;
}

.actorsWrap.theme5 .actorItem > div:only-child {
  grid-column: 1 / -1;
  padding-left: 28px;
}

.actorsWrap.theme5 .actorItem h3 {
  width: 100%;
  margin: 0;
  font-family: "Gilroy", "Gilroy", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  overflow-wrap: anywhere;
  color: #000000;
}

.actorsWrap.theme5 .actorItem > div:not(.actor-photo) > span,
.actorsWrap.theme5 .actor-status {
  display: block;
  width: 100%;
  margin: 0;
  font-family: "Gilroy", "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  overflow-wrap: anywhere;
  color: #1b1b1b;
}

/* ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€ÑÐµÑ‚ ÑÑ‚Ñ€ÐµÐ»ÐºÐ¸ Ð¸Ð· Ð±Ð»Ð¾ÐºÐ° Â«Ðž ÑÐµÑ€Ð¸Ð°Ð»ÐµÂ». */
.actorsWrap.theme5 .actors-navigation {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.actorsWrap.theme5 .actors-navigation .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--actors-arrow-size);
  min-width: var(--actors-arrow-size);
  height: var(--actors-arrow-size);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, opacity 0.25s ease;
}

.actorsWrap.theme5 .actors-navigation .slick-prev {
  right: auto;
  left: max(
    calc(var(--actors-arrow-size) / -2),
    calc((100% - 100vw) / 2 + 12px)
  );
}

.actorsWrap.theme5 .actors-navigation .slick-next {
  right: max(
    calc(var(--actors-arrow-size) / -2),
    calc((100% - 100vw) / 2 + 12px)
  );
  left: auto;
}

.actorsWrap.theme5 .actors-navigation .slick-arrow svg {
  display: block;
  width: 34px;
  height: 17px;
}

.actorsWrap.theme5 .actors-navigation .slick-arrow svg path {
  fill: #000000;
  transition: fill 0.25s ease;
}

.actorsWrap.theme5 .actors-navigation .slick-arrow:hover,
.actorsWrap.theme5 .actors-navigation .slick-arrow:focus-visible {
  background: #efefef;
}

.actorsWrap.theme5 .actors-navigation .slick-arrow.slick-disabled {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: default !important;
}

.page.cast .actorsWrap.theme5 {
  margin-top: -70px;
}

.page-template-creators .bannerMain {
  z-index: 6;
}

.page-template-creators footer.site-footer:not(.theme5) {
  z-index: 0;
  margin-top: -70px;
  padding: clamp(118px, 5.2vw, 170px) 0 clamp(48px, 5.2vw, 100px);
}

@media (max-width: 1279px) {
  .actorsWrap.theme5 {
    --actors-arrow-size: 72px;

    padding-top: 100px;
    padding-bottom: 110px;
  }

  .actorsWrap.theme5 .cast-info-top {
    margin-bottom: 50px;
  }

  .actorsWrap.theme5 .cast-info-top .blockTitle {
    font-size: clamp(32px, 3.5vw, 42px);
    line-height: 1.25;
  }

  .actorsWrap.theme5 .viewAll .button {
    width: 250px;
    height: 64px;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .actorsWrap.theme5 .actorItem h3 {
    font-size: clamp(16px, 1.72vw, 22px);
    line-height: 1.2;
  }

  .actorsWrap.theme5 .actorItem > div:not(.actor-photo) > span,
  .actorsWrap.theme5 .actor-status {
    font-size: clamp(14px, 1.41vw, 18px);
    line-height: 1.35;
  }
}

@media (max-width: 1000px) {
  .actorsWrap.theme5 {
    --actor-static-card-width: calc(
      (var(--actors-list-width) - var(--actors-gap)) / 2
    );
  }
}

@media (max-width: 767px) {
  .actorsWrap.theme5 {
    --actors-list-width: calc(100vw - 24px);
    --actors-gap: 16px;
    --actor-static-card-width: var(--actors-list-width);
    --actors-arrow-size: 64px;

    margin-top: -30px;
    margin-bottom: -36px;
    padding: 70px 0 90px;
    border-radius: 0 0 36px 36px;
  }

  .actorsWrap.theme5 > .container {
    width: calc(100% - 24px);
  }

  .actorsWrap.theme5 .cast-info-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 36px;
  }

  .actorsWrap.theme5 .cast-info-top .blockTitle {
    font-size: clamp(24px, 7.5vw, 30px);
    line-height: 1.3;
  }

  .actorsWrap.theme5 .viewAll .button {
    width: 220px;
    height: 56px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 18px;
  }

  .actorsWrap.theme5 .actorsList .slick-list {
    overflow: hidden;
  }

  .actorsWrap.theme5 .actorItem {
    gap: clamp(14px, 4vw, 24px);
    border-radius: 30px;
  }

  .actorsWrap.theme5 .actor-photo {
    border-radius: 30px;
  }

  .actorsWrap.theme5 .actorItem > div:not(.actor-photo) {
    padding: 14px 18px 14px 0;
  }

  .actorsWrap.theme5 .actorItem h3 {
    font-size: clamp(17px, 3.1vw, 21px);
    line-height: 1.2;
  }

  .actorsWrap.theme5 .actorItem > div:not(.actor-photo) > span,
  .actorsWrap.theme5 .actor-status {
    font-size: clamp(14px, 2.5vw, 17px);
    line-height: 1.35;
  }

/* место под стрелки снизу */
.actorsWrap.theme5 .actorsSliderWrap {
  padding-bottom: 76px;
}

/* навигация больше не лежит поверх карточки */
.actorsWrap.theme5 .actors-navigation {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  width: 100%;
  height: 56px;
}

/* обе стрелки теперь в обычном flex */
.actorsWrap.theme5 .actors-navigation .slick-arrow {
  position: relative;
  top: auto;
  right: auto;
  left: auto;

  flex: 0 0 56px;
  width: 56px;
  min-width: 56px;
  height: 56px;

  transform: none;
}

.actorsWrap.theme5 .actors-navigation .slick-prev,
.actorsWrap.theme5 .actors-navigation .slick-next {
  right: auto;
  left: auto;
}

.actorsWrap.theme5 .actors-navigation .slick-arrow svg {
  width: 26px;
  height: auto;
}

.page-template-creators footer.site-footer:not(.theme5) {
  padding: 126px 0 56px;
}
}

@media (max-width: 480px) {
  .actorsWrap.theme5 {
    padding-top: 80px;
    border-radius: 0 0 28px 28px;
  }

  .actorsWrap.theme5 .viewAll,
  .actorsWrap.theme5 .viewAll .button {
    width: 100%;
  }

  .actorsWrap.theme5 .actorItem,
  .actorsWrap.theme5 .actor-photo {
    border-radius: 24px;
  }

  .actorsWrap.theme5 .actorItem > div:not(.actor-photo) {
    gap: 4px;
    padding-right: 14px;
  }

  .actorsWrap.theme5 .actorItem h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .actorsWrap.theme5 .actorItem > div:not(.actor-photo) > span,
  .actorsWrap.theme5 .actor-status {
    font-size: 14px;
    line-height: 19px;
  }
}
/* end */

/* episodes (ÑÐµÑ€Ð¸Ð¸) â€” theme 5 */
.episodesBlock.theme5 {
  --episode-gap: 40px;
  --episode-arrow-size: 100px;

  position: relative;
  z-index: 2;
  margin-top: -2px;
  padding: clamp(90px, 10.313vw, 198px) 0 clamp(110px, 11.823vw, 227px);
  overflow: hidden;
  border-radius: 0 0 60px 60px;
  background: #000000 url("./images/far4/seasons.png") center / cover no-repeat;
}

.episodesBlock.theme5 .episodes-bg-left,
.episodesBlock.theme5 .episodes-bg-right {
  display: none;
}

.episodesBlock.theme5 > .container {
  width: calc(100% - 32px);
  max-width: 1544px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.episodesBlock.theme5 .episodesHeader {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 54px;
  min-height: 0;
  margin: 0 0 clamp(56px, 6.25vw, 120px);
  border: 0;
}

.episodesBlock.theme5 .blockTitle {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: "Unbounded", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #ffffff;
}

.episodesBlock.theme5 .seasonTabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.episodesBlock.theme5 .seasonTabBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 160px;
  min-width: 160px;
  height: 50px;
  box-sizing: border-box;
  padding: 12px 20px;
  border: 1px solid #ffffff;
  border-radius: 51px;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  text-transform: lowercase;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.episodesBlock.theme5 .seasonTabBtn span {
  font: inherit;
  color: inherit;
}

.episodesBlock.theme5 .seasonTabBtn:hover {
  background: rgba(255, 255, 255, 0.18);
}

.episodesBlock.theme5 .seasonTabBtn.active,
.episodesBlock.theme5 .seasonTabBtn.active:hover {
  background: #ffffff;
  color: #000000;
}

.episodesBlock.theme5 .episodesWrap {
  display: none;
}

.episodesBlock.theme5 .episodesWrap.active {
  display: block;
}

.episodesBlock.theme5 .episodesSliderWrap,
.episodesBlock.theme5 .episodesList {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.episodesBlock.theme5 .episodesList .slick-list {
  width: calc(100% + var(--episode-gap));
  margin: 0;
  overflow: visible;
}

.episodesBlock.theme5 .episodesList .slick-track {
  display: flex;
  align-items: stretch;
  margin: 0;
}

.episodesBlock.theme5 .episodesList .slick-slide {
  height: auto;
  margin: 0 var(--episode-gap) 0 0;
  padding: 0;
  box-sizing: border-box;
}

.episodesBlock.theme5 .episodesList .slick-slide > div {
  height: 100%;
}

.episodesBlock.theme5 .episodeItem {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 40px;
  background: #000000;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.25));
}

.episodesBlock.theme5 .episodeItem::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.213%;
}

.episodesBlock.theme5 .episodeItem .openLink,
.episodesBlock.theme5 .episodeItem .noPhoto {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #161616;
  isolation: isolate;
}

.episodesBlock.theme5 .episodeItem .openLink img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.episodesBlock.theme5 .episodeItem .openLink::before {
  content: "";
  position: absolute;
  inset: 43.96% 0 0;
  z-index: 2;
  border-radius: inherit;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 43.75%);
  pointer-events: none;
}

.episodesBlock.theme5 .episodeItem.not-released .openLink img {
  filter: blur(9.35px) brightness(0.72);
  transform: scale(1.06);
}

.episodesBlock.theme5 .episodeItem .buttonPlay,
.episodesBlock.theme5 .episodeItem .buttonClose {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
}

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

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

.episodesBlock.theme5 .episodeItem .episodeAction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 0;
  border-radius: 50%;
}

.episodesBlock.theme5 .episodeItem .episodeActionText {
  display: none;
}

.episodesBlock.theme5 .episodeItem .buttonPlay .episodeAction {
  background: #ffffff;
  transition: background-color 0.25s ease;
}

.episodesBlock.theme5 .episodeItem .buttonPlay svg {
  position: static;
  left: auto;
  display: block;
  width: 31px;
  height: 31px;
}

.episodesBlock.theme5 .episodeItem .buttonPlay svg path {
  fill: #000000;
  transition: fill 0.25s ease;
}

.episodesBlock.theme5 .episodeItem .buttonPlay:hover .episodeAction,
.episodesBlock.theme5 .episodeItem .buttonPlay:focus-visible .episodeAction {
  background: #d90000;
}

.episodesBlock.theme5 .episodeItem .buttonPlay:hover svg path,
.episodesBlock.theme5 .episodeItem .buttonPlay:focus-visible svg path {
  fill: #ffffff;
}

.episodesBlock.theme5 .episodeItem .buttonClose .episodeAction,
.episodesBlock.theme5 .episodeItem .buttonClose svg {
  width: 80px;
  height: 80px;
}

.episodesBlock.theme5 .episodeTitle,
.episodesBlock.theme5 .timing-overlay,
.episodesBlock.theme5 .date-overlay,
.episodesBlock.theme5 .upcoming {
  position: absolute;
  bottom: 24px;
  z-index: 5;
  width: auto;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: lowercase;
  color: #ffffff;
  pointer-events: none;
}

.episodesBlock.theme5 .episodeTitle {
  left: 40px;
  text-align: left;
}

.episodesBlock.theme5 .timing-overlay,
.episodesBlock.theme5 .date-overlay,
.episodesBlock.theme5 .upcoming {
  right: 40px;
  left: auto;
  text-align: right;
  white-space: nowrap;
}

.episodesBlock.theme5 .episodes-navigation {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.episodesBlock.theme5 .episodes-navigation .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--episode-arrow-size);
  min-width: var(--episode-arrow-size);
  height: var(--episode-arrow-size);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, opacity 0.25s ease;
}

.episodesBlock.theme5 .episodes-navigation .slick-prev {
  right: auto;
  left: max(
    calc(var(--episode-arrow-size) / -2),
    calc((100% - 100vw) / 2 + 12px)
  );
}

.episodesBlock.theme5 .episodes-navigation .slick-next {
  right: max(
    calc(var(--episode-arrow-size) / -2),
    calc((100% - 100vw) / 2 + 12px)
  );
  left: auto;
}

.episodesBlock.theme5 .episodes-navigation .slick-arrow svg {
  display: block;
  width: 34px;
  height: 17px;
}

.episodesBlock.theme5 .episodes-navigation .slick-arrow svg path {
  fill: #000000;
}

.episodesBlock.theme5 .episodes-navigation .slick-arrow:hover,
.episodesBlock.theme5 .episodes-navigation .slick-arrow:focus-visible {
  background: #efefef;
}

.episodesBlock.theme5 .episodes-navigation .slick-arrow.slick-disabled {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: default !important;
}

.episodesBlock.theme5 .episodesWrap > p {
  margin: 0;
  color: #ffffff;
}

@media (max-width: 1279px) {
  .episodesBlock.theme5 {
    --episode-gap: 28px;
    --episode-arrow-size: 80px;
  }

  .episodesBlock.theme5 .blockTitle {
    font-size: clamp(32px, 3.5vw, 42px);
    line-height: 1.25;
  }
}

@media (max-width: 1099px) {
  .episodesBlock.theme5 {
    --episode-gap: 24px;
  }

  .episodesBlock.theme5 .episodesHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 679px) {
  .episodesBlock.theme5 {
    --episode-gap: 16px;
    --episode-arrow-size: 64px;

    padding: 70px 0 90px;
    border-radius: 0 0 36px 36px;
  }

  .episodesBlock.theme5 > .container {
    width: calc(100% - 24px);
  }

  .episodesBlock.theme5 .episodesHeader {
    gap: 20px;
    margin-bottom: 36px;
  }

  .episodesBlock.theme5 .blockTitle {
    font-size: clamp(24px, 7.5vw, 30px);
    line-height: 1.3;
  }

  .episodesBlock.theme5 .seasonTabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .episodesBlock.theme5 .seasonTabBtn {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .episodesBlock.theme5 .episodesList .slick-list {
    overflow: hidden;
  }

  .episodesBlock.theme5 .episodeItem,
  .episodesBlock.theme5 .episodeItem .openLink,
  .episodesBlock.theme5 .episodeItem .noPhoto {
    border-radius: 28px;
  }

  .episodesBlock.theme5 .episodeItem .episodeAction,
  .episodesBlock.theme5 .episodeItem .buttonClose .episodeAction,
  .episodesBlock.theme5 .episodeItem .buttonClose svg {
    width: 64px;
    height: 64px;
  }

  .episodesBlock.theme5 .episodeItem .buttonPlay svg {
    width: 25px;
    height: 25px;
  }

  .episodesBlock.theme5 .episodeTitle {
    left: 20px;
  }

  .episodesBlock.theme5 .timing-overlay,
  .episodesBlock.theme5 .date-overlay,
  .episodesBlock.theme5 .upcoming {
    right: 20px;
  }

  .episodesBlock.theme5 .episodeTitle,
  .episodesBlock.theme5 .timing-overlay,
  .episodesBlock.theme5 .date-overlay,
  .episodesBlock.theme5 .upcoming {
    bottom: 18px;
    font-size: 14px;
    line-height: 17px;
  }

  .episodesBlock.theme5 .episodes-navigation {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: auto;
    margin-top: 24px;
    pointer-events: auto;
  }

  .episodesBlock.theme5 .episodes-navigation .slick-arrow {
    position: static;
    transform: none;
  }

  .episodesBlock.theme5 .episodes-navigation .slick-arrow svg {
    width: 26px;
    height: auto;
  }
}

@media (max-width: 479px) {
  .episodesBlock.theme5 {
    padding-top: 60px;
    border-radius: 0 0 28px 28px;
  }

  .episodesBlock.theme5 .seasonTabBtn span {
    display: none;
  }

  .episodesBlock.theme5 .episodeItem .episodeAction,
  .episodesBlock.theme5 .episodeItem .buttonClose .episodeAction,
  .episodesBlock.theme5 .episodeItem .buttonClose svg {
    width: 56px;
    height: 56px;
  }

  .episodesBlock.theme5 .episodeItem .buttonPlay svg {
    width: 22px;
    height: 22px;
  }
}
/* end */
/* faq / Ð²ÑÐµ Ð¾ ÑÐµÑ€Ð¸Ð°Ð»Ðµ â€” theme 5 */
.faqBlock {
  position: relative;
  padding: 126px 0 130px;
  overflow: hidden;
}

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

.faqBlock > .container {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: 1542px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

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

.faqBlock .blockTitle {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: "Unbounded", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #000000;
}

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

.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: flex;
  flex-direction: column;
  gap: 30px;
}

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

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

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

.faqBlock .faqSummary:hover,
.faqBlock .faqItem[open] .faqSummary {
  background: #000000;
}

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

.faqBlock .faqQuestion {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-family: "Gilroy", "Gilroy", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  overflow-wrap: anywhere;
  color: #ffffff;
}

.faqBlock .faqIcon {
  position: relative;
  display: block;
  flex: 0 0 22px;
  width: 22px;
  height: 11px;
  margin: 0;
}

.faqBlock .faqIcon::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 22px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='11' viewBox='0 0 22 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 10L21 1' stroke='white' stroke-width='2.57' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}

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

.faqBlock .faqContent {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Gilroy", "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

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

.faqBlock .faqContent p + p,
.faqBlock .faqContent ul,
.faqBlock .faqContent ol {
  margin-top: 12px;
}

@media (max-width: 1279px) {
  .faqBlock {
    padding: 100px 0 110px;
  }

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

  .faqBlock .blockTitle {
    font-size: clamp(32px, 3.5vw, 42px);
    line-height: 1.25;
  }

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

  .faqBlock .faqSummary {
    min-height: 80px;
    padding: 22px 28px 23px 32px;
  }

  .faqBlock .faqQuestion {
    font-size: clamp(18px, 1.72vw, 21px);
    line-height: 1.25;
  }

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

@media (max-width: 767px) {
  .faqBlock {
    padding: 70px 0 80px;
  }

  .faqBlock > .container {
    width: calc(100% - 24px);
  }

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

  .faqBlock .blockTitle {
    font-size: clamp(24px, 7.5vw, 30px);
    line-height: 1.3;
  }

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

  .faqBlock .faqSummary {
    gap: 18px;
    min-height: 68px;
    padding: 18px 22px 18px 24px;
    border-radius: 40px;
  }

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

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

  .faqBlock .faqContent {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  .faqBlock {
    padding: 60px 0 65px;
  }

  .faqBlock .faqSummary {
    min-height: 64px;
    padding: 16px 18px 16px 20px;
    border-radius: 34px;
  }

  .faqBlock .faqQuestion {
    font-size: 15px;
    line-height: 20px;
  }
}
/* end */
/* news (Ð½Ð¾Ð²Ð¾ÑÑ‚Ð¸) â€” theme5 */

.newsWrap.theme5 {
  --news-card-width: 1320px;
  --news-card-gap: 46px;
  --news-arrow-size: 100px;
  position: relative;
  z-index: 4;
  padding: 120px 0 130px;
  overflow: hidden;
  border-radius: 50px;
  background: #cecece;
}

.newsWrap.theme5::before,
.newsWrap.theme5::after,
.newsWrap.theme5 .news-bg-left,
.newsWrap.theme5 .news-bg-right {
  display: none;
  content: none;
}

.newsWrap.theme5 > .container {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: 1542px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  box-sizing: border-box;
}

.newsWrap.theme5 .news-top {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 82px;
  padding: 0;
  border: 0;
}

.newsWrap.theme5 .blockTitle {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: "Unbounded", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-align: left;
  text-transform: uppercase;
  color: #23323c;
}

.newsWrap.theme5 .blockTitle::before,
.newsWrap.theme5 .blockTitle::after {
  display: none;
  content: none;
}

.newsWrap.theme5 .newsSliderWrap {
  position: relative;
  width: 100%;
  overflow: visible;
}

.newsWrap.theme5 .newsList {
  width: 100%;
  margin: 0;
  padding: 0;
}

.newsWrap.theme5 .newsList:not(.slick-initialized) {
  display: flex;
  gap: var(--news-card-gap);
}

.newsWrap.theme5 .newsList.slick-slider {
  display: block;
}

.newsWrap.theme5 .newsList .slick-list {
  margin: 0;
  padding: 0;
  overflow: visible;
}

.newsWrap.theme5 .newsList .slick-track {
  display: flex !important;
  align-items: stretch;
}

.newsWrap.theme5 .newsList .slick-slide {
  box-sizing: border-box;
  height: auto;
  margin: 0 var(--news-card-gap) 0 0;
}

.newsWrap.theme5 .newsList .slick-slide:last-child {
  margin-right: 0;
}

.newsWrap.theme5 .postItem,
.newsWrap.theme5 .postItem.slick-slide,
.newsWrap.theme5 .newsList .postItem.slick-slide {
  display: grid !important;
  flex: 0 0 auto;
  grid-template-columns: 620px minmax(0, 1fr);
  gap: 40px;
  width: var(--news-card-width);
  height: 412px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  border: 0;
  border-radius: 40px;
  background: #ffffff;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.25));
}

.newsWrap.theme5 .postItem .open_link {
  display: block;
  width: 620px;
  height: 412px;
  overflow: hidden;
  border-radius: 40px;
}

.newsWrap.theme5 .postItem .open_link img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.newsWrap.theme5 .pipc {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 39px 40px 28px 0;
  box-sizing: border-box;
}

.newsWrap.theme5 .pipc h3 {
  display: -webkit-box;
  width: 100%;
  margin: 0 0 39px;
  overflow: hidden;
  font-family: "Gilroy", "Gilroy", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #000000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsWrap.theme5 .pipc p {
  display: -webkit-box;
  width: 100%;
  margin: 0 0 auto;
  overflow: hidden;
  font-family: "Gilroy", "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.newsWrap.theme5 .pipcBottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin: 0;
}

.newsWrap.theme5 .pipcBottom span {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Gilroy", "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
  color: #000000;
}

.newsWrap.theme5 .pipcBottom .buttonRed {
  display: flex;
  flex: 0 0 206px;
  align-items: center;
  justify-content: center;
  gap: 37px;
  width: 206px;
  min-width: 206px;
  height: 50px;
  margin: 0;
  padding: 15px 30px;
  box-sizing: border-box;
  border: 1px solid #adadad;
  border-radius: 53px;
  background: transparent;
  box-shadow: none;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.newsWrap.theme5 .pipcBottom .buttonRed::before {
  display: none;
  content: none;
}

.newsWrap.theme5 .pipcBottom .buttonRed::after {
  content: "";
  display: block;
  flex: 0 0 11px;
  width: 11px;
  height: 17px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.30078 1.30078L8.30078 8.30013L1.30078 15.3008' stroke='black' stroke-width='2.6' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none;
}

.newsWrap.theme5 .pipcBottom .buttonRed:hover,
.newsWrap.theme5 .pipcBottom .buttonRed:focus-visible {
  border-color: #e6e6e6;
  background: #e6e6e6;
  color: #000000;
}

.newsWrap.theme5 .pipcBottom .buttonRed:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}

.newsWrap.theme5 .news-navigation {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.newsWrap.theme5 .news-navigation .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--news-arrow-size);
  min-width: var(--news-arrow-size);
  height: var(--news-arrow-size);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition:
    background-color 0.25s ease,
    opacity 0.25s ease;
}

.newsWrap.theme5 .news-navigation .slick-prev {
  right: auto;
  left: 0;
}

.newsWrap.theme5 .news-navigation .slick-next {
  right: 0;
  left: auto;
}

.newsWrap.theme5 .news-navigation .slick-arrow svg {
  display: block;
  width: 34px;
  height: 17px;
}

.newsWrap.theme5 .news-navigation .slick-arrow svg path {
  fill: #000000;
}

.newsWrap.theme5 .news-navigation .slick-arrow:hover,
.newsWrap.theme5 .news-navigation .slick-arrow:focus-visible {
  background: #efefef;
}

.newsWrap.theme5 .news-navigation .slick-arrow.slick-disabled {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: default !important;
}

@media (max-width: 1500px) {
  .newsWrap.theme5 {
    --news-card-width: calc(100vw - 120px);
  }

  .newsWrap.theme5 .postItem,
  .newsWrap.theme5 .postItem.slick-slide,
  .newsWrap.theme5 .newsList .postItem.slick-slide {
    grid-template-columns: 46% minmax(0, 1fr);
  }

  .newsWrap.theme5 .postItem .open_link {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .newsWrap.theme5 {
    --news-card-width: calc(100vw - 64px);
    --news-card-gap: 28px;
    --news-arrow-size: 80px;
    padding: 100px 0 110px;
  }

  .newsWrap.theme5 .news-top {
    margin-bottom: 60px;
  }

  .newsWrap.theme5 .blockTitle {
    font-size: clamp(32px, 3.5vw, 42px);
    line-height: 1.25;
  }

  .newsWrap.theme5 .postItem,
  .newsWrap.theme5 .postItem.slick-slide,
  .newsWrap.theme5 .newsList .postItem.slick-slide {
    grid-template-columns: 44% minmax(0, 1fr);
    gap: 28px;
  }

  .newsWrap.theme5 .pipc {
    padding: 32px 28px 26px 0;
  }

  .newsWrap.theme5 .pipc h3 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 25px;
  }

  .newsWrap.theme5 .pipc p {
    font-size: 16px;
    line-height: 23px;
    -webkit-line-clamp: 7;
  }

  .newsWrap.theme5 .pipcBottom span {
    font-size: 16px;
    line-height: 23px;
  }

  .newsWrap.theme5 .pipcBottom .buttonRed {
    flex-basis: 190px;
    width: 190px;
    min-width: 190px;
    gap: 26px;
  }
}

@media (max-width: 900px) {
  .newsWrap.theme5 {
    --news-card-width: calc(100vw - 48px);
    --news-arrow-size: 72px;
  }

  .newsWrap.theme5 .postItem,
  .newsWrap.theme5 .postItem.slick-slide,
  .newsWrap.theme5 .newsList .postItem.slick-slide {
    height: 380px;
    grid-template-columns: 42% minmax(0, 1fr);
    gap: 22px;
  }

  .newsWrap.theme5 .postItem .open_link {
    height: 380px;
  }

  .newsWrap.theme5 .pipc {
    padding: 28px 24px 24px 0;
  }

  .newsWrap.theme5 .pipc h3 {
    margin-bottom: 18px;
  }

  .newsWrap.theme5 .pipc p {
    -webkit-line-clamp: 6;
  }

  .newsWrap.theme5 .pipcBottom {
    gap: 12px;
  }

  .newsWrap.theme5 .pipcBottom .buttonRed {
    flex-basis: 170px;
    width: 170px;
    min-width: 170px;
    padding-right: 22px;
    padding-left: 22px;
    gap: 18px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .newsWrap.theme5 {
    --news-card-width: 100%;
    --news-card-gap: 16px;
    --news-arrow-size: 64px;
    padding: 70px 0 90px;
    border-radius: 36px;
  }

  .newsWrap.theme5 > .container {
    width: calc(100% - 24px);
  }

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

  .newsWrap.theme5 .blockTitle {
    font-size: clamp(24px, 7.5vw, 30px);
    line-height: 1.3;
  }

.newsWrap.theme5 .newsList .slick-list {
  height: auto !important;
  overflow: hidden;
}

.newsWrap.theme5 .newsList .slick-track {
  display: flex !important;
  align-items: flex-start;
  height: auto !important;
}

.newsWrap.theme5 .newsList .slick-slide {
  align-self: flex-start;
  height: auto !important;
  margin-right: 0;
}

.newsWrap.theme5 .postItem,
.newsWrap.theme5 .postItem.slick-slide,
.newsWrap.theme5 .newsList .postItem.slick-slide {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
  gap: 0;
  border-radius: 28px;
  filter: none;
}

.newsWrap.theme5 .postItem .open_link {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: 0 !important;
  padding-top: 66.4516129%;
  overflow: hidden;
  border-radius: 28px;
}

.newsWrap.theme5 .postItem .open_link img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}


  .newsWrap.theme5 .pipc {
    height: auto;
    padding: 24px 22px;
  }

  .newsWrap.theme5 .pipc h3 {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 25px;
  }

  .newsWrap.theme5 .pipc p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 22px;
    -webkit-line-clamp: 5;
  }

  .newsWrap.theme5 .pipcBottom span {
    font-size: 15px;
    line-height: 22px;
  }

  .newsWrap.theme5 .pipcBottom .buttonRed {
    flex-basis: 170px;
    width: 170px;
    min-width: 170px;
    height: 46px;
    padding: 12px 22px;
    gap: 20px;
  }

  .newsWrap.theme5 .news-navigation {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: auto;
    margin-top: 24px;
    pointer-events: auto;
  }

  .newsWrap.theme5 .news-navigation .slick-arrow {
    position: static;
    transform: none;
  }

  .newsWrap.theme5 .news-navigation .slick-arrow svg {
    width: 26px;
    height: auto;
  }
}

@media (max-width: 479px) {
  .newsWrap.theme5 {
    --news-arrow-size: 56px;
    padding-top: 60px;
    padding-bottom: 70px;
    border-radius: 28px;
  }

  .newsWrap.theme5 .postItem,
  .newsWrap.theme5 .postItem.slick-slide,
  .newsWrap.theme5 .newsList .postItem.slick-slide,
  .newsWrap.theme5 .postItem .open_link {
    border-radius: 24px;
  }

  .newsWrap.theme5 .pipc {
    padding: 20px 18px 22px;
  }

  .newsWrap.theme5 .pipc h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .newsWrap.theme5 .pipc p {
    margin-bottom: 20px;
  }

  .newsWrap.theme5 .pipcBottom {
    flex-direction: column;
    align-items: flex-start;
  }

.newsWrap.theme5 .pipcBottom .buttonRed {
  flex: 0 0 auto;
  width: 170px;
  min-width: 170px;
  height: 46px;
  padding: 12px 20px;
  gap: 16px;
}
}

/* end */


/* reviews (Ð¾Ñ‚Ð·Ñ‹Ð²Ñ‹) */

.reviewsWrap.theme4 {
  padding: clamp(80px, 5.161vw + 60.9px, 160px) 0;
  position: relative;
  background: url(/wp-content/themes/brand/images/ch4/seasons_bg.jpg);
  background-size: cover;
  background-position: center;
}

.reviewsSliderWrapper {
  margin: 20px;
}

.reviewsWrap.theme4 .container {
  position: relative;
}

.theme4.reviewsWrap .reviews-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #868686;
  width: 100%;
  gap: 20px;
}

.reviewsWrap .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(45px, 4.5vw, 60px);
  height: clamp(45px, 4.5vw, 60px);
  background: #ffffff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.reviewsWrap .slick-arrow:hover {
  background: #161616;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: none;
}

.theme4.reviewsWrap h2.blockTitle {
  display: flex;
  padding: 10px clamp(20px, 2vw, 30px);
  background: #ffffff;
  font-family: Alumni, sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.38rem + 1.82vw, 3.56rem);
  text-transform: uppercase;
  color: #868686;
  margin: 0;
}

.theme4.reviewsWrap .slick-slide > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 1.5vw + 10px, 40px);
  margin-bottom: clamp(20px, 1.5vw + 10px, 40px);
}

.theme4 .reviewItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #e9e3d7;
  padding: clamp(20px, 3.5vw, 50px);
  min-height: 414px;
  height: 100%;
  width: 100% !important;
}

.theme4 .reviewsSlider {
  margin: 0 -20px;
}

.theme4 .reviewHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  margin-bottom: 30px;
}

.theme4 .reviewHeader h3 {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(18px, 0.387vw + 16.57px, 24px);
  line-height: 28px;
  color: #60584a;
  margin: 0;
}

.starsWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  gap: 15px;
  border-radius: 49px;
  border: none;
  background: transparent;
}

.starsWrap text {
  padding: 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 0.258vw + 13.05px, 18px);
  line-height: 140%;
  color: #60584a;
}

.starsList span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.47202 0.555797C7.83928 -0.185854 8.89705 -0.185856 9.26431 0.555795L11.0804 4.22331C11.2261 4.51742 11.5067 4.72134 11.8315 4.76897L15.8807 5.36287C16.6995 5.48297 17.0264 6.48897 16.4345 7.06744L13.5077 9.92799C13.273 10.1574 13.1658 10.4873 13.2209 10.8109L13.9073 14.8454C14.0461 15.6613 13.1904 16.2831 12.4573 15.8989L8.83232 13.9993C8.54163 13.847 8.1947 13.847 7.904 13.9993L4.27903 15.8989C3.54598 16.2831 2.69022 15.6613 2.82903 14.8454L3.51548 10.8109C3.57052 10.4873 3.46331 10.1574 3.22861 9.92799L0.301805 7.06744C-0.290058 6.48897 0.0368109 5.48297 0.855652 5.36287L4.90488 4.76897C5.22959 4.72134 5.51027 4.51742 5.6559 4.22331L7.47202 0.555797Z' fill='url(%23paint0_linear_144_1268)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_144_1268' x1='-1.63184' y1='8.74609' x2='18.3682' y2='8.74609' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23DD0000'/%3e%3cstop offset='1' stop-color='%23FF6A00'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
  margin: 0 1px;
  background-size: cover;
}

.theme4 .starsList span.colored {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.47202 0.555797C7.83928 -0.185854 8.89705 -0.185856 9.26431 0.555795L11.0804 4.22331C11.2261 4.51742 11.5067 4.72134 11.8315 4.76897L15.8807 5.36287C16.6995 5.48297 17.0264 6.48897 16.4345 7.06744L13.5077 9.92799C13.273 10.1574 13.1658 10.4873 13.2209 10.8109L13.9073 14.8454C14.0461 15.6613 13.1904 16.2831 12.4573 15.8989L8.83232 13.9993C8.54163 13.847 8.1947 13.847 7.904 13.9993L4.27903 15.8989C3.54598 16.2831 2.69022 15.6613 2.82903 14.8454L3.51548 10.8109C3.57052 10.4873 3.46331 10.1574 3.22861 9.92799L0.301805 7.06744C-0.290058 6.48897 0.0368109 5.48297 0.855652 5.36287L4.90488 4.76897C5.22959 4.72134 5.51027 4.51742 5.6559 4.22331L7.47202 0.555797Z' fill='%232C6051'/%3e%3c/svg%3e ");
}

.starsList span:not(.colored) {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.47202 0.555797C7.83928 -0.185854 8.89705 -0.185856 9.26431 0.555795L11.0804 4.22331C11.2261 4.51742 11.5067 4.72134 11.8315 4.76897L15.8807 5.36287C16.6995 5.48297 17.0264 6.48897 16.4345 7.06744L13.5077 9.92799C13.273 10.1574 13.1658 10.4873 13.2209 10.8109L13.9073 14.8454C14.0461 15.6613 13.1904 16.2831 12.4573 15.8989L8.83232 13.9993C8.54163 13.847 8.1947 13.847 7.904 13.9993L4.27903 15.8989C3.54598 16.2831 2.69022 15.6613 2.82903 14.8454L3.51548 10.8109C3.57052 10.4873 3.46331 10.1574 3.22861 9.92799L0.301805 7.06744C-0.290058 6.48897 0.0368109 5.48297 0.855652 5.36287L4.90488 4.76897C5.22959 4.72134 5.51027 4.51742 5.6559 4.22331L7.47202 0.555797Z' fill='white'/%3e%3c/svg%3e ");
  margin: 0 1px;
  background-size: cover;
}

.theme4 .reviewText {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 0.258vw + 13.05px, 18px);
  line-height: 26px;
  height: 182px;
  overflow-y: auto;
  padding-right: 20px;
  margin-bottom: 30px;
  position: relative;
}

.theme4 .reviewBottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.theme4 .source-link {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(14px, 0.516vw + 12.09px, 22px);
  line-height: 27px;
  color: #60584a;
  text-decoration: none;
}
.theme4 .source-text {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(14px, 0.516vw + 12.09px, 22px);

  line-height: 27px;
  color: #60584a;
  text-decoration: none;
}

.starsWrap text {
  font-size: clamp(14px, 0.258vw + 13.05px, 18px);
}

.theme4 .source-link:hover {
  text-decoration: underline;
}

.theme4 .review-date {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(14px, 0.516vw + 12.09px, 22px);
  line-height: 27px;
  text-align: right;
  color: #60584a;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .theme4.reviewsWrap .slick-slide > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .theme4.reviewsWrap .slick-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .theme4.reviewsWrap .slick-slide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .theme4 .reviewItem {
    min-height: 360px;
  }
}

/* reviews theme5 */

.reviewsWrap.theme5 {
  --reviews-arrow-size: 100px;

  position: relative;
  padding: clamp(80px, 8vw, 180px) 0;
  margin-top: -50px;
  overflow: hidden;
  background: #000000 url("./images/far4/reviews.png") center / cover no-repeat;
}


.reviewsWrap.theme5 .container {
  position: relative;
  z-index: 4;
  width: calc(100% - 2rem);
  max-width: 1540px;
  margin: 0 auto;
}

.reviewsWrap.theme5 .reviews-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(40px, 3.6vw, 70px);
}

.reviewsWrap.theme5 .blockTitle {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(28px, 2.344vw, 45px);
  line-height: 1.244;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

.reviewsWrap.theme5 .reviewsSliderWrapper {
  position: relative;
  margin: 0;
}

.reviewsWrap.theme5 .reviewsSlider {
  margin: 0;
}

.reviewsWrap.theme5 .reviewsSlider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

.reviewsWrap.theme5 .reviewsSlider .slick-slide {
  height: auto;
  margin: 0 15px;
}

.reviewsWrap.theme5 .reviewItem {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  min-height: clamp(360px, 22.2vw, 427px);
  padding: clamp(28px, 2.6vw, 50px);
  gap: 31px;
  background: #ffffff;
  border-radius: clamp(24px, 2.1vw, 40px);
}

.reviewsWrap.theme5 .reviewHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.reviewsWrap.theme5 .reviewItem h3 {
  flex: 1 1 auto;
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}

.reviewsWrap.theme5 .starsWrap {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 184px;
  height: 35px;
  box-sizing: border-box;
  padding: 7px 15px;
  border-radius: 49px;
  background: transparent;
}

.reviewsWrap.theme5 .starsWrap text {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #60584a;
}

.reviewsWrap.theme5 .starsList {
  display: flex;
  align-items: center;
  gap: 3px;
}

.reviewsWrap.theme5 .starsList span {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.935 1.322c.436-.882 1.694-.882 2.13 0l2.16 4.36c.173.35.507.592.893.648l4.816.706c.974.143 1.362 1.339.659 2.027l-3.48 3.4c-.279.273-.406.665-.34 1.05l.816 4.799c.165.97-.852 1.71-1.723 1.253l-4.31-2.26a1.19 1.19 0 0 0-1.112 0l-4.31 2.26c-.871.457-1.888-.283-1.723-1.253l.816-4.799a1.19 1.19 0 0 0-.34-1.05l-3.48-3.4c-.703-.688-.315-1.884.659-2.027l4.816-.706c.386-.056.72-.298.893-.648l2.16-4.36Z' fill='%23DADADA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.reviewsWrap.theme5 .starsList span.colored {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.935 1.322c.436-.882 1.694-.882 2.13 0l2.16 4.36c.173.35.507.592.893.648l4.816.706c.974.143 1.362 1.339.659 2.027l-3.48 3.4c-.279.273-.406.665-.34 1.05l.816 4.799c.165.97-.852 1.71-1.723 1.253l-4.31-2.26a1.19 1.19 0 0 0-1.112 0l-4.31 2.26c-.871.457-1.888-.283-1.723-1.253l.816-4.799a1.19 1.19 0 0 0-.34-1.05l-3.48-3.4c-.703-.688-.315-1.884.659-2.027l4.816-.706c.386-.056.72-.298.893-.648l2.16-4.36Z' fill='%23FF001A'/%3E%3C/svg%3E");
}

.reviewsWrap.theme5 .reviewText {
  position: relative;
  width: 100%;
  height: 182px;
  box-sizing: border-box;
  padding-right: 35px;
  overflow-y: auto;
}

.reviewsWrap.theme5 .reviewText p {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.reviewsWrap.theme5 .reviewText::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

.reviewsWrap.theme5 .reviewText::-webkit-scrollbar-track {
  background: #000000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.reviewsWrap.theme5 .reviewText::-webkit-scrollbar-thumb {
  background: #e9e9e9;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.reviewsWrap.theme5 .reviewText::-webkit-scrollbar-button,
.reviewsWrap.theme5 .reviewText::-webkit-scrollbar-button:single-button {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.reviewsWrap.theme5 .reviewText::-webkit-scrollbar-corner {
  background: transparent;
}

.reviewsWrap.theme5 .reviewBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.reviewsWrap.theme5 .reviewBottom a,
.reviewsWrap.theme5 .reviewBottom span {
  color: #000000;
}

.reviewsWrap.theme5 .review-date {
  text-align: right;
}

.reviewsWrap.theme5 .reviews-navigation {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.reviewsWrap.theme5 .reviews-navigation .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--reviews-arrow-size);
  height: var(--reviews-arrow-size);
  min-width: var(--reviews-arrow-size);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-50%);
  transition: background-color 0.25s ease, opacity 0.25s ease;
  cursor: pointer;
  pointer-events: auto;
}

.reviewsWrap.theme5 .reviews-navigation .slick-prev {
  left: max(
    calc(var(--reviews-arrow-size) / -2),
    calc((100% - 100vw) / 2 + 12px)
  );
}

.reviewsWrap.theme5 .reviews-navigation .slick-next {
  right: max(
    calc(var(--reviews-arrow-size) / -2),
    calc((100% - 100vw) / 2 + 12px)
  );
}

.reviewsWrap.theme5 .reviews-navigation .slick-arrow svg {
  display: block;
  width: 34px;
  height: 17px;
}

.reviewsWrap.theme5 .reviews-navigation .slick-arrow svg path {
  fill: #000000;
}

.reviewsWrap.theme5 .reviews-navigation .slick-arrow:hover,
.reviewsWrap.theme5 .reviews-navigation .slick-arrow:focus-visible {
  background: #efefef;
  box-shadow: none;
}

.reviewsWrap.theme5 .reviews-navigation .slick-arrow.slick-disabled {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: default !important;
}

@media (max-width: 1024px) {
  .reviewsWrap.theme5 {
    --reviews-arrow-size: 80px;
  }

  .reviewsWrap.theme5 .reviewsSlider .slick-list {
    margin: 0 -10px;
  }

  .reviewsWrap.theme5 .reviewsSlider .slick-slide {
    margin: 0 10px;
  }

  .reviewsWrap.theme5 .reviewItem {
    padding: 36px;
  }
}

@media (max-width: 768px) {
  .reviewsWrap.theme5 {
    --reviews-arrow-size: 64px;

    padding: 60px 0;
  }

  .reviewsWrap.theme5 .reviews-top {
    margin-bottom: 32px;
  }

  .reviewsWrap.theme5 .blockTitle {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.3;
    text-align: left;
  }

  .reviewsWrap.theme5 .reviewItem h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .reviewsWrap.theme5 .reviewHeader {
    flex-direction: column;
    gap: 16px;
  }

  .reviewsWrap.theme5 .starsWrap {
    min-width: 0;
    padding: 0;
  }

  .reviewsWrap.theme5 .reviewText {
    height: 170px;
    padding-right: 18px;
  }

  .reviewsWrap.theme5 .reviewText p {
    font-size: 16px;
    line-height: 23px;
  }

  .reviewsWrap.theme5 .reviewBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .reviewsWrap.theme5 .review-date {
    text-align: left;
  }

  .reviewsWrap.theme5 .reviews-navigation {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    gap: 20px;
    pointer-events: auto;
  }

  .reviewsWrap.theme5 .reviews-navigation .slick-arrow {
    position: static;
    flex: 0 0 var(--reviews-arrow-size);
    transform: none;
  }

  .reviewsWrap.theme5 .reviews-navigation .slick-arrow svg {
    width: 26px;
    height: 13px;
  }
}

@media (max-width: 480px) {
  .reviewsWrap.theme5 .container {
    width: calc(100% - 24px);
  }

  .reviewsWrap.theme5 .reviewItem {
    min-height: 340px;
    padding: 24px 20px;
    border-radius: 24px;
    gap: 24px;
  }

  .reviewsWrap.theme5 .starsList span {
    width: 18px;
    height: 18px;
  }

  .reviewsWrap.theme5 .reviewText {
    height: 160px;
  }
}

/* end */

/* similar (Ð¿Ð¾Ñ…Ð¾Ð¶Ð¸Ðµ) */

.similarWrap {
  --similar-gap: 44px;
  --similar-arrow-size: 100px;
  --similar-poster-height: 695px;

  position: relative;
  z-index: 2;
  padding: clamp(70px, 4.25vw, 120px) 0 clamp(80px, 6.771vw, 130px);
  margin: 0;
  overflow: hidden;
  background: #000000;
}

.similarWrap .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 1544px;
  margin: 0 auto;
  padding: 0;
}

.similar-top {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 74px;
  padding: 0;
  border: 0;
}

.similarWrap .blockTitle {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 56px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

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

.similarWrap .similarSlider {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.similarWrap .similarSlider .slick-list {
  width: calc(100% + var(--similar-gap));
  overflow: visible;
  margin: 0;
}

.similarWrap .similarSlider .slick-track {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

.similarWrap .similarSlider .slick-slide {
  box-sizing: border-box;
  height: auto;
  margin: 0 var(--similar-gap) 0 0;
  padding: 0;
}

.similarWrap .similar-item {
  position: relative;
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}

.similarWrap .similar-item .slider_image {
  position: relative;
  display: block;
  flex: 0 0 var(--similar-poster-height);
  width: 100%;
  height: var(--similar-poster-height);
  overflow: hidden;
  border-radius: 40px;
  background: #111111;
  box-shadow: 0 28px 34px -17px rgba(0, 0, 0, 0.73);
}

.similarWrap .similar-item .slider_image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.86%, #000000 100%);
  pointer-events: none;
}

.similarWrap .similar-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.similarWrap .similar-item:hover img {
  transform: scale(1.04);
}

.similarWrap .similar-item h3,
.similarWrap .similar-item .tags {
  position: static;
  z-index: auto;
  display: block;
  width: calc(100% - 80px);
  max-width: 379px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
}

.similarWrap .similar-item h3 {
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}

.similarWrap .similar-item .tags {
  margin-top: 12px;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.similarWrap .navigation {
  position: relative;
  z-index: 5;
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  display: block;
  width: 100%;
  height: var(--similar-poster-height);
  margin: 0;
  pointer-events: none;
}

.similarWrap .navigation .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--similar-arrow-size);
  height: var(--similar-arrow-size);
  min-width: var(--similar-arrow-size);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, opacity 0.25s ease;
  cursor: pointer;
  pointer-events: auto;
}

.similarWrap .navigation .slick-prev {
  right: auto;
  left: max(
    calc(var(--similar-arrow-size) / -2),
    calc((100% - 100vw) / 2 + 12px)
  );
}

.similarWrap .navigation .slick-next {
  right: max(
    calc(var(--similar-arrow-size) / -2),
    calc((100% - 100vw) / 2 + 12px)
  );
  left: auto;
}

.similarWrap .navigation .slick-arrow svg {
  display: block;
  width: 34px;
  height: 17px;
}

.similarWrap .navigation .slick-arrow svg path {
  fill: #000000;
  stroke: none;
}

.similarWrap .navigation .slick-arrow:hover,
.similarWrap .navigation .slick-arrow:focus-visible {
  background: #efefef;
}

.similarWrap .navigation .slick-arrow.slick-disabled {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: default !important;
}

@media (max-width: 1280px) {
  .similarWrap {
    --similar-gap: 28px;
    --similar-arrow-size: 80px;
    --similar-poster-height: clamp(500px, 54vw, 650px);

    padding: 70px 0 90px;
  }

  .similar-top {
    margin-bottom: 56px;
  }

  .similarWrap .blockTitle {
    font-size: clamp(32px, 3.5vw, 42px);
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  .similarWrap {
    --similar-gap: 0px;
    --similar-arrow-size: 64px;
    --similar-poster-height: clamp(480px, 128vw, 640px);

    padding: 56px 0 70px;
  }

  .similar-top {
    margin-bottom: 32px;
  }

  .similarWrap .blockTitle {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.3;
  }

  .similarWrap .similarSlider .slick-list {
    width: 100%;
    overflow: hidden;
  }

  .similarWrap .similarSlider .slick-slide {
    margin-right: 0;
  }

  .similarWrap .similar-item .slider_image {
    border-radius: 30px;
  }

  .similarWrap .similar-item h3,
  .similarWrap .similar-item .tags {
    width: calc(100% - 48px);
  }

  .similarWrap .similar-item h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 23px;
  }

  .similarWrap .similar-item .tags {
    margin-top: 8px;
    font-size: 16px;
    line-height: 23px;
  }

  .similarWrap .navigation {
    position: relative;
    grid-column: 1;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    gap: 20px;
    pointer-events: auto;
  }

  .similarWrap .navigation .slick-arrow {
    position: static;
    flex: 0 0 var(--similar-arrow-size);
    transform: none;
  }

  .similarWrap .navigation .slick-arrow svg {
    width: 26px;
    height: 13px;
  }
}

@media (max-width: 480px) {
  .similarWrap {
    --similar-poster-height: clamp(430px, 128vw, 560px);
  }

  .similarWrap .container {
    width: calc(100% - 24px);
  }

  .similarWrap .similar-item .slider_image {
    border-radius: 24px;
  }
}

/* end */

/* footer (Ð¿Ð¾Ð´Ð²Ð°Ð») */

footer.site-footer.theme5 {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 424.39px;
  min-height: 424.39px;
  margin: 0;
  padding: 25px 0 0;
  overflow: hidden;
  background: #000000;
}

/*
 * Style 5:
 * если каст — последний блок страницы перед футером,
 * компенсируем его отрицательный margin-bottom
 */
main:has(> .actorsWrap.theme5:last-child) + footer.site-footer.theme5 {
    margin-top: 60px;
    box-shadow: 0 -55px 0 #000;
}
footer.site-footer.theme5::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -79.83px;
  right: 0;
  display: block;
  width: 100%;
  height: 614.86px;
  background: #000000 url("./images/far4/footer.png") center / cover no-repeat;
  pointer-events: none;
}

footer.site-footer.theme5::after {
  display: none;
}

footer.site-footer.theme5 > .container {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 1542px;
  height: 282.78px;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  border-radius: 40px;
  overflow: visible;
  background: #000000;
}

footer.site-footer.theme5 > .container::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  border-radius: inherit;
  background-color: #000000;
  background-image: var(--pc);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scaleX(-1);
  pointer-events: none;
}

footer.site-footer.theme5 .logo {
  position: absolute;
  z-index: 2;
  top: 56.25px;
  left: 5.966%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.894%;
  max-width: 430.13px;
  height: auto;
  aspect-ratio: 430.13 / 175.64;
  margin: 0;
  padding: 0;
  filter: none;
}

footer.site-footer.theme5 .logo img {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter: none;
}

footer.site-footer.theme5 .footerInfo {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

footer.site-footer.theme5 .footerInfo > p {
  display: none;
}

footer.site-footer.theme5 .button.buttonRed {
  position: absolute;
  top: 96.89px;
  left: 42.8%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(280px, 22.05%, 340px);
  max-width: none;
  height: 90px;
  min-height: 90px;
  margin: 0;
  padding: 15px 40px;
  border: 0;
  border-radius: 117px;
  background: #d90000;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.25s ease;
  cursor: pointer;
  pointer-events: auto;
}

footer.site-footer.theme5 .button.buttonRed .button-text {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 1.042vw, 20px);
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
}

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

footer.site-footer.theme5 .button.buttonRed:hover,
footer.site-footer.theme5 .button.buttonRed:focus-visible {
  background: #AC0000;
  box-shadow: none;
  color: #ffffff;
}

footer.site-footer.theme5 .button.buttonRed:hover .button-text,
footer.site-footer.theme5 .button.buttonRed:focus-visible .button-text {
  color: #ffffff;
}

footer.site-footer.theme5 .footerNav {
  position: absolute;
  top: 340.89px;
  left: 50%;
  display: block;
  width: min(779px, calc(100% - 32px));
  height: 16px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  pointer-events: auto;
}

footer.site-footer.theme5 .footerNav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: clamp(36px, 5.417vw, 104px);
  list-style: none;
}

footer.site-footer.theme5 .footerNav li {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

footer.site-footer.theme5 .footerNav a {
  display: block;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(16px, 1.042vw, 20px);
  line-height: 16px;
  white-space: nowrap;
  color: #ffffff;
}

footer.site-footer.theme5 .footerNav a:hover,
footer.site-footer.theme5 .footerNav a:focus-visible {
  color: #ff001a;
}

@media (max-width: 768px) {
  footer.site-footer.theme5 {
    width: 100%;
    height: 590px;
    min-height: 590px;
    padding: 50px 16px 0;
  }

  footer.site-footer.theme5::before {
    background-position: right bottom;
    top: 0;
  }

  footer.site-footer.theme5 > .container {
    width: 100%;
    max-width: 736px;
    height: 352.65px;
    min-height: 352.65px;
    border-radius: 40px;
  }

  footer.site-footer.theme5 > .container::before {
    background-image: var(--mobile);
  }

  footer.site-footer.theme5 .logo {
    top: 114.86px;
    left: 50%;
    width: clamp(235px, 42vw, 320px);
    max-width: none;
    height: auto;
    aspect-ratio: 235 / 95.96;
    transform: translateX(-50%);
  }

  footer.site-footer.theme5 .button.buttonRed {
    top: 265.78px;
    left: 50%;
    width: clamp(213px, 35vw, 270px);
    height: clamp(50px, 7vw, 60px);
    min-height: 50px;
    padding: 9.552px 25.472px;
    border-radius: 74.5056px;
    transform: translateX(-50%);
  }

  footer.site-footer.theme5 .button.buttonRed .button-text {
    font-size: clamp(13px, 2.2vw, 16px);
    line-height: 16px;
  }

  footer.site-footer.theme5 .footerNav {
    top: 367px;
    width: 100%;
    height: 124px;
  }

  footer.site-footer.theme5 .footerNav ul {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  footer.site-footer.theme5 .footerNav a {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  footer.site-footer.theme5 .logo {
    width: min(235px, calc(100% - 40px));
  }

  footer.site-footer.theme5 .button.buttonRed {
    width: 213px;
    height: 50px;
    min-height: 50px;
  }

  footer.site-footer.theme5 .button.buttonRed .button-text {
    font-size: 13px;
  }
}

.single-post footer.site-footer:not(.theme5) {
	padding: clamp(118px, 5.2vw, 170px) 0 clamp(48px, 5.2vw, 100px);
	margin-top: -70px;
}

@media (max-width: 1280px) {
	.single-post footer.site-footer:not(.theme5) {
        padding: 140px 0 70px 0;
    }
}

@media (max-width: 940px) {
	.single-post footer.site-footer:not(.theme5) {
        padding: 126px 0 56px 0;
    }
}


.single .actorsWrap {
    border-radius: 0 0 60px 60px;
	margin-bottom: -70px;
    z-index: 3;
}


.new-inner-section {
 
  position: relative;
  z-index: 1;
  margin-bottom: -5px;
  padding: 3rem 0 5rem 0;
}

.new-inner-section .new-inner {
  max-width: 1090px;
  margin: auto;
}

.new-inner-section .post_date {
  display: block;
  color: #000;
  margin: 0;
  font-size: clamp(1rem, 0.9rem + 0.6vw, 1.375rem);
}

.single .newsWrap {
  /* padding: 0 0 8.75rem 0; */
}

.blockTitle.pageTitle {
  margin: 1.875rem 0;
  line-height: normal;
  display: flex;
  font-family: Gilroy;
  font-weight: 600;
  font-size: clamp(28px, 1.29vw + 23.23px, 48px);
  text-transform: uppercase;
  color: #000;
}

.new-inner__info {
  margin: 10px 0 35px;
}

.new-inner__image img {
  object-fit: cover;
  object-position: center;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: clamp(26px, 4vw + 10px, 60px);
}

.new-inner p,
.new-inner li,
.new-inner {
  font-size: clamp(14px, 0.258vw + 13.05px, 18px);
  line-height: 140%;
  color: #000;
  font-weight: 300;
}

.new-inner p {
  margin: 0 0 1rem 0;
}

.post_content {
  margin-top: 1.875rem;
}

.new-inner a {
  color: #2c6051;
  text-decoration: underline;
}
/* end */

/* tax season — страница сезона, стиль 5 */

/* Меняем порядок секций только средствами CSS */

.tax-season main.page.season {
  display: flex;
  flex-direction: column;
}

.tax-season main.page.season > .bannerMain {
  order: 1;
}

.tax-season main.page.season > .series-info.storyWB.theme5 {
  order: 2;
}

.tax-season main.page.season > .seasonTrailerBlock {
  order: 3;
}

.tax-season main.page.season > .episodesBlock.theme5 {
  order: 4;
}

.tax-season main.page.season > .actorsWrap.theme5 {
  order: 5;
}

.tax-season main.page.season > section {
  flex: 0 0 auto;
  width: 100%;
}

/* О сериале */

.tax-season .series-info.storyWB.theme5 .series-info-top {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  min-height: 92px;
}

.tax-season
.series-info.storyWB.theme5
.series-title.blockTitle {
  flex: 1 1 700px;
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Длинный жанр нормально переносится */

@media (min-width: 768px) {
  .tax-season
  .series-info.storyWB.theme5
  .spec-item.spec-genre {
    display: block;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }

  .tax-season
  .series-info.storyWB.theme5
  .spec-genre
  .spec-label,
  .tax-season
  .series-info.storyWB.theme5
  .spec-genre
  .spec-value {
    display: inline;
  }

  .tax-season
  .series-info.storyWB.theme5
  .spec-genre
  .spec-value {
    overflow-wrap: anywhere;
  }

  .tax-season
  .series-info.storyWB.theme5
  .spec-genre::after {
    display: inline-block;
    vertical-align: middle;
  }
}

/* Симметричные стрелки галереи */

@media (min-width: 1280px) {
  .tax-season
  .series-info.storyWB.theme5
  .series-gallery-wrap
  .slick-prev {
    right: auto;
    left: 0;
  }

  .tax-season
  .series-info.storyWB.theme5
  .series-gallery-wrap
  .slick-next {
    right: 0;
    left: auto;
  }
}

/* Трейлер — верхняя часть общей тёмной секции */

.tax-season .seasonTrailerBlock {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 120px 0 90px;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
  background:
    #000000
    url("./images/far4/seasons.png")
    center top / cover
    no-repeat;
}

.tax-season .seasonTrailerBlock::after {
  display: none;
}

/* Текст кнопки трейлера */

.tax-season
.seasonTrailerBlock
.trailerCta {
  font-size: 0;
  line-height: 0;
}



/* Серии — нижняя часть общей тёмной секции */

.tax-season .episodesBlock.theme5 {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  padding: 90px 0 180px;
  overflow: hidden;
  border-radius: 60px 60px 0px 0px;
  background:
    #000000
}

.tax-season .episodesBlock.theme5::after {
  display: none;
}

/* Единый шрифт в карточках серий */

.tax-season .episodesBlock.theme5 .seasonTabBtn,
.tax-season .episodesBlock.theme5 .episodeTitle,
.tax-season .episodesBlock.theme5 .timing-overlay,
.tax-season .episodesBlock.theme5 .date-overlay,
.tax-season .episodesBlock.theme5 .upcoming {
  font-family: "Gilroy", Arial, sans-serif;
}

/* Актёры накладываются на тёмную секцию */

.tax-season .actorsWrap.theme5 {
  position: relative;
  z-index: 3;
  margin: -60px 0 -70px;
  padding: 150px 0 130px;
  border-radius: 60px 60px 70px 70px;
}

/* Планшет */

@media (max-width: 1279px) {
  .tax-season .seasonTrailerBlock {
    padding: 100px 0 70px;
    border-radius: 48px 48px 0 0;
  }

  .tax-season .episodesBlock.theme5 {
    padding: 80px 0 140px;
    border-radius: 48px 48px 0 0;
  }

  .tax-season .actorsWrap.theme5 {
    margin: -48px 0 -70px;
    padding: 120px 0 110px;
    border-radius: 48px 48px 60px 60px;
  }

  .tax-season
  .seasonTrailerBlock
  .trailerCta::after {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Мобильный hero без пересечения текста и кнопок */

@media (max-width: 767px) {
  .tax-season .bannerMain {
    height: auto;
    min-height: 657px;
    padding: 220px 0 52px;
  }

  .tax-season .bannerMain .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 32px);
    height: auto;
    min-height: 385px;
  }

  .tax-season .bannerMain .banner_logo,
  .tax-season .bannerMain .h1,
  .tax-season .bannerMain p,
  .tax-season .bannerMain .buttonsWrap {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .tax-season .bannerMain .banner_logo {
    flex: 0 0 auto;
    width: min(235px, 100%);
    height: auto;
    margin: 0;
    object-position: center;
  }

  .tax-season .bannerMain .h1 {
    width: 100%;
    margin: 24px 0 0;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
  }

  .tax-season .bannerMain p {
    width: 100%;
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .tax-season .bannerMain .buttonsWrap {
    width: 213.33px;
    max-width: 100%;
    margin: 28px 0 0;
  }

  .tax-season
  .series-info.storyWB.theme5
  .series-info-top {
    min-height: 0;
  }

  .tax-season
  .series-info.storyWB.theme5
  .series-title.blockTitle {
    flex-basis: auto;
  }

  .tax-season .seasonTrailerBlock {
    padding: 70px 0 55px;
    border-radius: 36px 36px 0 0;
  }

  .tax-season .episodesBlock.theme5 {
    padding: 65px 0 105px;
    border-radius: 36px 36px 0 0;
  }

  .tax-season .actorsWrap.theme5 {
    margin: -36px 0 -36px;
    padding: 100px 0 90px;
    border-radius: 36px;
  }

  .tax-season
  .seasonTrailerBlock
  .trailerCta::after {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 480px) {
  .tax-season .seasonTrailerBlock {
    padding: 60px 0 45px;
    border-radius: 28px 28px 0 0;
  }

  .tax-season .episodesBlock.theme5 {
    padding: 60px 0 90px;
    border-radius: 28px 28px 0 0;
  }

  .tax-season .actorsWrap.theme5 {
    margin-top: -28px;
    padding-top: 84px;
    border-radius: 28px;
  }
}

/* end */

/* trailer â€” theme 5, Ð¾Ð´Ð¸Ð½ ÑÐµÐ·Ð¾Ð½ */

.seasonsBlock.theme5 .seasonsWrap:has(+ .trailerBlock--home),
.seasonsBlock.theme5
  .seasonsWrap:has(+ .trailerBlock--home)
  .seasons-top {
  width: 100%;
}

.seasonsBlock.theme5
  .seasonsWrap:has(+ .trailerBlock--home)
  .seasons-top {
  align-items: center;
}

.seasonsBlock.theme5
  .seasonsWrap:has(+ .trailerBlock--home)
  .blockTitle {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.seasonsBlock.theme5 .trailerBlock--home {
  width: 100%;
  margin: 71px 0 0;
}

.seasonsBlock.theme5 .trailerBlock--home .trailerWrap {
  width: 100%;
}

.seasonsBlock.theme5 .trailerBlock--home .trailerPreview {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  color: #000000;
  text-decoration: none;
}

.seasonsBlock.theme5 .trailerBlock--home .trailerMedia {
  position: relative;
  width: min(1280px, 100%);
  aspect-ratio: 1280 / 644.17;
  overflow: hidden;
  border-radius: 30px;
}

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

.seasonsBlock.theme5 .trailerBlock--home .trailerPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s ease, color 0.25s ease;
}

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

.seasonsBlock.theme5 .trailerBlock--home .trailerPlay svg {
  position: static;
  left: auto;
  display: block;
  width: 43px;
  height: 43px;
  margin-left: 4px;
  color: inherit;
  transition: color 0.25s ease;
}

.seasonsBlock.theme5 .trailerBlock--home .trailerPlay svg path {
  fill: currentColor;
  stroke: none;
}

.seasonsBlock.theme5
  .trailerBlock--home
  .trailerMedia:hover
  .trailerPlay,
.seasonsBlock.theme5
  .trailerBlock--home
  .trailerPreview:focus-visible
  .trailerPlay {
  background: #d90000;
  color: #ffffff;
}

.seasonsBlock.theme5 .trailerBlock--home .trailerCta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  height: 70px;
  box-sizing: border-box;
  margin: 68px auto 0;
  padding: 15px 40px;
  border: 1px solid #e3e3e3;
  border-radius: 62px;
  background: transparent;
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.seasonsBlock.theme5 .trailerBlock--home .trailerCta:hover,
.seasonsBlock.theme5
  .trailerBlock--home
  .trailerPreview:focus-visible
  .trailerCta {
  border-color: #000000;
  background: #000000;
}

@media (max-width: 1279px) {
  .seasonsBlock.theme5
    .seasonsWrap:has(+ .trailerBlock--home)
    .blockTitle {
    font-size: clamp(32px, 3.5vw, 42px);
    line-height: 1.25;
  }

  .seasonsBlock.theme5 .trailerBlock--home {
    margin-top: 56px;
  }

  .seasonsBlock.theme5 .trailerBlock--home .trailerPlay {
    width: 90px;
    height: 90px;
  }

  .seasonsBlock.theme5 .trailerBlock--home .trailerPlay svg {
    width: 35px;
    height: 35px;
  }

  .seasonsBlock.theme5 .trailerBlock--home .trailerCta {
    height: 64px;
    margin-top: 54px;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .seasonsBlock.theme5
    .seasonsWrap:has(+ .trailerBlock--home)
    .blockTitle {
    font-size: clamp(24px, 7.5vw, 30px);
    line-height: 1.3;
  }

  .seasonsBlock.theme5 .trailerBlock--home {
    margin-top: 36px;
  }

  .seasonsBlock.theme5 .trailerBlock--home .trailerMedia {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

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

  .seasonsBlock.theme5 .trailerBlock--home .trailerPlay svg {
    width: 25px;
    height: 25px;
  }

  .seasonsBlock.theme5 .trailerBlock--home .trailerCta {
    height: 55px;
    margin-top: 40px;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 16px;
  }
}

/* end */

/* single episode (ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° ÑÐµÑ€Ð¸Ð¸) */

.single-episode .episodesBlock {
  /* background: url(/wp-content/themes/brand/images/ch4/about_bg.jpg); */
  background: black;
    margin-top: -40px;
    z-index: 4;
}

.single-episode .seasonsBlock:after {
  /* content: ""; */
  /* display: block; */
  /* background: url(/wp-content/themes/brand/images/ch4/seasons_after.jpg); */
  /* background-size: cover; */
  /* width: 100%; */
  /* height: 107px; */
  /* position: absolute; */
  /* bottom: -40px; */
}

.single-episode .seasonsBlock {
  padding: clamp(70px, 4.516vw + 53.29px, 140px) 0;
  z-index: 5;
  margin-top: -100px;
  background: #e3e3e3;
}

.single-episode .episodeTitle {
  color: #000;
}

.single-episode .actorsWrap:after {
  display: none;
}

.single-episode #seasons .blockTitle {
  color: #000;
  /* margin: 0 1rem 0 0; */
}

.single-episode #seasons .seasonsWrap {
  margin: 0 0 40px 0;
}

.single-episode .post_content {
  box-sizing: border-box;
}

.single-episode .trailerBlock {
  margin-top: 1.375rem;
}

.single-episode .seasons-bg-left {
  display: none;
}

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

.single-episode .cast-info-bg-right {
  top: inherit;
  bottom: -10%;
}

.single-episode .actorsWrap {
  border-radius: 0;
}


.single-episode footer.site-footer:not(.theme5) {
	padding: clamp(118px, 5.2vw, 170px) 0 clamp(48px, 5.2vw, 100px);
}

@media (max-width: 1280px) {
	.single-episode footer.site-footer:not(.theme5) {
        padding: 140px 0 70px 0;
    }
}

@media (max-width: 940px) {
	.single-episode footer.site-footer:not(.theme5) {
        padding: 126px 0 56px 0;
    }
}


.single-episode .actorsWrap {
    border-radius: 0 0 60px 60px;
	margin-bottom: -70px;
    z-index: 3;
}

@media (max-width: 480px) {
.single-episode .actorsWrap {
    border-radius: 0 0 28px 28px;
    }
}



/* end */

 

/* single page */
.page.single-page {
    color: #000;
    padding-top: clamp(90px, 10vw, 180px);
}

.page.single-page .blockTitle {
    font-size: clamp(28px, 1.29vw + 23.23px, 48px);
    color: #000;
}

.page.single-page p, .page.single-page a {
    font-size: clamp(15px, 0.194vw + 14.28px, 18px);
}

/* end */
/* season page -> footer, style 5 */

.page.cast .actorsWrap.theme5 .actorsList.no_slider {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: var(--actors-gap);
  width: 100%;
}

.page.cast .actorsWrap.theme5 .actorsList.no_slider .actorItem {
  width: 100%;
  min-width: 0;
  max-width: none;
}

@media (max-width: 1000px) {
  .page.cast .actorsWrap.theme5 .actorsList.no_slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page.cast .actorsWrap.theme5 .actorsList.no_slider {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .actorsWrap.theme5 > .container {
    display: flex;
    flex-direction: column;
  }

  /* Убираем обертку шапки из layout,
     чтобы title и button можно было раскидать по order */
  .actorsWrap.theme5 .cast-info-top {
    display: contents;
  }

  /* 1. Заголовок */
  .actorsWrap.theme5 .cast-info-top .blockTitle {
    order: 1;
    margin: 0 0 36px;
  }

  /* 2. Слайдер */
  .actorsWrap.theme5 .actorsSliderWrap,
  .actorsWrap.theme5 > .container > .actorsList {
    order: 2;
  }

  /* 3. Смотреть всех */
  .actorsWrap.theme5 .cast-info-top .viewAll {
    order: 3;
    margin: 28px 0 0;
  }
}

/* =========================================================
   THEME 5 — стрелки всегда видны
   Крайняя стрелка становится disabled, но не исчезает
   ========================================================= */

.theme5 .slick-arrow.slick-disabled {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;

  pointer-events: none !important;
  cursor: default !important;
}

/*
 * Если слайдов недостаточно даже для одного движения,
 * Slick ставит slick-hidden вместо slick-disabled.
 * Всё равно показываем обе кнопки, но неактивными.
 */
.theme5 .slick-arrow.slick-hidden {
  display: flex !important;
  visibility: visible !important;
  opacity: 0.35 !important;

  pointer-events: none !important;
  cursor: default !important;
}