@charset "UTF-8";
/*!
Theme Name: 2sub
Theme URI: http://2sub.moovie
Author: Soft24
Description: 2sub theme
Version: 0.22
License: commercial
*/
.small-test-css {
  width: 5px;
}

/*  global variables */
/*  Fonts */
/*  global variables */
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("/wp-content/themes/2sub/fonts/Inter-Regular.woff2") format("woff2"), url("/wp-content/themes/2sub/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("/wp-content/themes/2sub/fonts/Inter-Medium.woff2") format("woff2"), url("/wp-content/themes/2sub/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  src: url("/wp-content/themes/2sub/fonts/Inter-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/2sub/fonts/Inter-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  font-weight: 700;
  src: url("/wp-content/themes/2sub/fonts/SofiaSansExtraCondensed-Bold.woff2") format("woff2"), url("/wp-content/themes/2sub/fonts/SofiaSansExtraCondensed-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  font-weight: 800;
  src: url("/wp-content/themes/2sub/fonts/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/2sub/fonts/SofiaSansExtraCondensed-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Flex Variable";
  font-style: normal;
  font-weight: 100 1000;
  src: url("/wp-content/themes/2sub/fonts/RobotoFlex.ttf") format("truetype");
  font-display: swap;
}
/* Variables */
/* Breakpoints */
/* Font */
/* Palette color */
/* Color */
/* Breakpoints */
/* background image */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  width: auto;
  margin: 0;
  background: #000005;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}
@media (min-width: 1920px) {
  body {
    font-size: 0.8333333333vw;
  }
}

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

.button[disabled] {
  opacity: 0.6 !important;
  outline: 0 !important;
  cursor: not-allowed !important;
}

.hide {
  display: none !important;
}

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

.range-slider {
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 4px;
}

.range-slider[data-vertical] {
  height: 100%;
  width: 8px;
}

.range-slider[data-disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.range-slider .range-slider__thumb {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #2196f3;
}

.range-slider .range-slider__thumb:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 6px rgba(33, 150, 243, 0.5);
}

.range-slider[data-vertical] .range-slider__thumb {
  left: 50%;
}

.range-slider .range-slider__thumb[data-disabled] {
  z-index: 2;
}

.range-slider .range-slider__range {
  position: absolute;
  z-index: 1;
  transform: translate(0, -50%);
  top: 50%;
  width: 100%;
  height: 100%;
  background: #51adf6;
}

.range-slider[data-vertical] .range-slider__range {
  left: 50%;
  transform: translate(-50%, 0);
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

.range-slider input[type=range]::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0;
}

.range-slider input[type=range]:focus {
  outline: 0;
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 700;
}

.badge--rating {
  width: 60px;
  height: 32px;
  border-radius: 8px;
  font-size: 14px;
  color: #003311;
}
@media (min-width: 920px) {
  .badge--rating {
    height: 40px;
  }
}
@media (min-width: 920px) {
  .badge--rating {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .badge--rating {
    width: 3.125vw;
    height: 2.0833333333vw;
    border-radius: 0.4166666667vw;
    font-size: 1.0416666667vw;
  }
}

.badge--high {
  background-color: #3bba6a;
}

.badge--middle {
  background-color: #ffb945;
}

.badge--low {
  background-color: #f75656;
}

.badge--horizontal {
  height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  column-gap: 8px;
}
@media (min-width: 920px) {
  .badge--horizontal {
    height: 28px;
    padding: 0 8px;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .badge--horizontal {
    height: 1.4583333333vw;
    padding: 0 0.4166666667vw;
    border-radius: 0.2083333333vw;
    font-size: 0.7291666667vw;
    column-gap: 0.4166666667vw;
  }
}

.badge--new-season {
  background: linear-gradient(84deg, #ff0040 0%, #ff0080 100%);
}

.badge--new-season::before {
  width: 12px;
  height: 16px;
  background-image: url("/wp-content/themes/2sub/images/icons/label-new-season.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
@media (min-width: 1920px) {
  .badge--new-season::before {
    width: 0.625vw;
    height: 0.8333333333vw;
  }
}

.badge--new-episodes {
  background-color: #3636b2;
}

.badge--movie-day {
  background-color: #b2366a;
}

.badge--text {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .badge--text {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .badge--text {
    font-size: 1.1458333333vw;
  }
}

.button {
  padding: 16px 28px;
  background: linear-gradient(81deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0) 56.53%), radial-gradient(182.5% 50% at 100% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(173.31% 111.74% at 100% 100%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(162.5% 111.87% at 0% 0%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(161.51% 111.8% at 50% 100%, rgba(255, 214, 0, 0.72) 0%, rgba(255, 212, 0, 0) 100%), #ff0000;
  border: none;
  border-radius: 64px;
  box-shadow: 0 24px 48px 0 rgba(255, 128, 0, 0.12), 0 16px 32px 0 rgba(255, 128, 0, 0.08);
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 4px 16px rgba(153, 26, 0, 0.64);
  cursor: pointer;
}
@media (min-width: 768px) {
  .button {
    padding: 18px 32px;
  }
}
@media (min-width: 1280px) {
  .button {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .button {
    padding: 1.4583333333vw 2.0833333333vw;
    border-radius: 3.3333333333vw;
    box-shadow: 0 1.25vw 2.5vw 0 rgba(255, 128, 0, 0.12), 0 0.8333333333vw 1.6666666667vw 0 rgba(255, 128, 0, 0.08);
    font-size: 1.6666666667vw;
    column-gap: 0.8333333333vw;
  }
}

.button__content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}

.button--normal {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  box-shadow: none;
}

.button--download {
  margin-top: 8px;
}

.button--primary {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  box-shadow: none;
  text-shadow: none;
}
@media (min-width: 1920px) {
  .button--primary {
    backdrop-filter: blur(0.8333333333vw);
  }
}

.button--icon-only {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .button--icon-only {
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .button--icon-only {
    padding: 20px;
  }
}
@media (min-width: 1920px) {
  .button--icon-only {
    padding: 1.4583333333vw;
  }
}

.button:focus-visible {
  outline: 4px solid #ffffff;
  outline-offset: 12px;
}

.button--buy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  background: linear-gradient(84deg, #ff0040 0%, #ff0080 100%);
  border-radius: 120px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: var(--white-100, #ffffff);
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .button--buy {
    min-height: 52px;
    padding: 12px 24px;
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .button--buy {
    padding: 1.25vw;
    border-radius: 6.25vw;
    font-size: 1.25vw;
  }
}

.button--progress {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  box-shadow: none;
}

.button__progress {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button__progress::-webkit-progress-bar {
  background-color: transparent;
}

.button__progress::-webkit-progress-value {
  background-color: rgb(255, 128, 0);
}

.button__progress::-moz-progress-bar {
  background-color: rgb(255, 128, 0);
}

.button--small {
  padding: 16px 28px;
  font-size: 24px;
}

.icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  border: none;
  border-radius: 64px;
  backdrop-filter: blur(16px);
}

.slider {
  position: relative;
}

.slider-button {
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
  width: calc(50px + 2vw);
  height: 100%;
  background-image: linear-gradient(90deg, rgba(8, 6, 13, 0.991353) 6.66667%, rgba(8, 6, 13, 0.96449) 13.3333%, rgba(8, 6, 13, 0.91834) 20%, rgba(8, 6, 13, 0.852589) 26.6667%, rgba(8, 6, 13, 0.768225) 33.3333%, rgba(8, 6, 13, 0.668116) 40%, rgba(8, 6, 13, 0.557309) 46.6667%, rgba(8, 6, 13, 0.442691) 53.3333%, rgba(8, 6, 13, 0.331884) 60%, rgba(8, 6, 13, 0.231775) 66.6667%, rgba(8, 6, 13, 0.147411) 73.3333%, rgba(8, 6, 13, 0.0816599) 80%, rgba(8, 6, 13, 0.03551) 86.6667%, rgba(8, 6, 13, 0.01) 93.3333%, rgba(8, 6, 13, 0) 100%);
  opacity: 0;
  transition: 0.3s opacity;
  cursor: pointer;
  pointer-events: none; /* прозрачен для кликов */
}
@media (min-width: 920px) {
  .slider-button {
    display: flex;
  }
}

.slider-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/2sub/images/icons/slider-prev-arrow.svg");
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: 48px 48px;
  content: "";
}

.slider-button.slider-button--prev {
  left: 0;
}

.slider-button.slider-button--next {
  right: 0;
  transform: scale(-1, -1);
}

@media (hover: hover) {
  .slider:hover .slider-button {
    opacity: 1;
  }
}
.slider-button__click-area {
  pointer-events: auto; /* Область клика принимает события */
  background-color: transparent;
  width: 100%;
  height: 33%; /* среднее значение между 20% и 80% */
  position: absolute;
  top: 33%;
  left: 0;
}

.slider-paginator {
  position: absolute;
  top: -30px;
  right: 20px;
  width: 50px;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  transform: translateY(-100%);
}

.slider-paginator-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 32px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  align-content: center;
}
@media (min-width: 768px) {
  .header {
    padding: 20px;
  }
}
@media (min-width: 920px) {
  .header {
    padding: 30px 30px;
  }
}
@media (min-width: 1920px) {
  .header {
    padding: 2.0833333333vw 2.5vw;
  }
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 920px) {
  .header__content {
    justify-content: flex-start;
    column-gap: 32px;
  }
}
@media (min-width: 1920px) {
  .header__content {
    column-gap: 2.1875vw;
  }
}

.header__logo-img {
  width: 99px;
  height: 28px;
}
@media (min-width: 920px) {
  .header__logo-img {
    width: 114px;
    height: 36px;
  }
}
@media (min-width: 1920px) {
  .header__logo-img {
    width: 6.6666666667vw;
    height: 2.2916666667vw;
  }
}

.header__right-side {
  display: flex;
  column-gap: 16px;
}
@media (min-width: 1920px) {
  .header__right-side {
    column-gap: 0.8333333333vw;
  }
}

.header__search-button {
  display: none;
}
@media (min-width: 920px) {
  .header__search-button {
    display: flex;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 20px;
    column-gap: 8px;
  }
}
@media (min-width: 1280px) {
  .header__search-button {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .header__search-button {
    padding-right: 1.4583333333vw;
    padding-left: 1.4583333333vw;
    font-size: 1.25vw;
    column-gap: 0.4166666667vw;
  }
}

.header__left-side {
  display: flex;
  column-gap: 12px;
  align-items: center;
}
@media (min-width: 920px) {
  .header__left-side {
    margin-left: auto;
    column-gap: 24px;
  }
}
@media (min-width: 1920px) {
  .header__left-side {
    column-gap: 1.6666666667vw;
  }
}

.header__buy-button {
  display: none;
}
@media (min-width: 920px) {
  .header__buy-button {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1280px) {
  .header__buy-button {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .header__buy-button {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}

@media (min-width: 920px) {
  .header__menu_button {
    display: none;
  }
}

.header__user {
  display: none;
}
@media (min-width: 920px) {
  .header__user {
    display: flex;
  }
}

@media (min-width: 920px) {
  .header__user-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}
@media (min-width: 1920px) {
  .header__user-img {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}

.header__profile-button {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 920px) {
  .header__profile-button {
    display: flex;
  }
}

.section-title {
  margin-bottom: 16px;
  padding: 0 20px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
@media (min-width: 920px) {
  .section-title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .section-title {
    margin-bottom: 32px;
    padding: 0 28px;
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  .section-title {
    margin-bottom: 1.6666666667vw;
    padding: 0 2.5vw;
    font-size: 2.5vw;
  }
}

.section-title__title {
  position: relative;
  display: inline-flex;
  color: inherit;
  text-decoration: none;
}

.section-title__href::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/2sub/images/icons/arrow-link.svg");
  background-size: contain;
  content: "";
  transition: 0.3s transform;
  transform: translateX(100%) translateY(-50%);
}
@media (min-width: 1280px) {
  .section-title__href::after {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1920px) {
  .section-title__href::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}

@media (min-width: 1920px) {
  .section-title__title::before {
    position: absolute;
    top: -0.625vw;
    right: -2.6041666667vw;
    bottom: -0.625vw;
    left: -0.8333333333vw;
    z-index: 3;
    border: 4px solid #ffffff;
    border-radius: 1.25vw;
    opacity: 0;
    content: "";
  }
}

@media (min-width: 1920px) {
  .section-title__title:focus {
    outline: none;
  }
}

@media (min-width: 1920px) {
  .section-title__title:focus::before {
    opacity: 1;
  }
}

.section-title__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
  margin-top: 4px;
}
@media (min-width: 1280px) {
  .section-title__subtitle {
    font-size: 20px;
    margin-top: 12px;
  }
}
@media (min-width: 1920px) {
  .section-title__subtitle {
    font-size: 1.3541666667vw;
  }
}

.section {
  padding: 20px 0;
}
@media (min-width: 920px) {
  .section {
    padding: 32px 0;
  }
}
@media (min-width: 1920px) {
  .section {
    padding: 2.5vw 0;
  }
}

.slider-container {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
@media (min-width: 1920px) {
  .slider-container {
    margin: -0.625vw 0;
    padding: 0.625vw 0;
  }
}

.slider-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.mobile-menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  padding: 20px 0;
  background: #000005;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s;
}

.mobile-menu-modal.visible {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-modal__container {
  padding: 12px 21px;
}

.mobile-menu-modal__header {
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.mobile-menu-modal__search {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  padding: 24px 16px;
  padding-left: 52px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 120px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mobile-menu-modal__search::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.mobile-menu-modal__search-wrap {
  position: relative;
  flex-grow: 1;
}

.mobile-menu-modal__search-wrap .is-search-form {
  margin-left: 25px;
  width: 100%;
}

.mobile-menu-modal__search-wrap {
  display: flex;
}

.mobile-menu-modal__header {
  display: flex;
  flex-shrink: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  border-radius: 64px;
  backdrop-filter: blur(16px);
}

.mobile-menu-modal__search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;
  transform: translateY(-50%);
}

.profile-card {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}

.profile-card__header {
  display: flex;
  column-gap: 16px;
  justify-content: space-between;
}

.profile-card__user {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.profile-card__img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.profile-card__nav {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .profile-card__nav {
    column-gap: 24px;
    flex-direction: row;
  }
}

.profile-card__nav-item {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media (min-width: 768px) {
  .profile-card__nav-item {
    flex-grow: 1;
  }
}

.profile-card__item-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
  text-decoration: none;
}

.mobile-menu-modal__nav {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.mobile-menu-modal__nav-item-header {
  display: flex;
  align-items: center;
  column-gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-menu-modal__nav-item-header-link {
  padding-top: 20px;
  padding-left: 21px;
  padding-bottom: 16px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu-modal__nav-item-button {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  padding-right: 21px;
  background-color: transparent;
  border: none;
}

.mobile-menu-modal__nav-item-button-icon {
  pointer-events: none;
}

.mobile-menu-modal__nav-item-button.active .mobile-menu-modal__nav-item-button-icon {
  transform: scale(-1, -1);
}

.mobile-menu-modal__nav-item-children {
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  max-height: 0;
  padding: 0 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}

.mobile-menu-modal__nav-item-children.visible {
  max-height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
}

.mobile-menu-modal__sub-nav {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.mobile-menu-modal__sub-nav-item-link {
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
  text-decoration: none;
}

.watching-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}

/* Мешает работе кнопок в .horizontal-card__badges-top-right */
/* .watching-card::before {
  @include desktop-xl {
    position: absolute;
    top: vw(-12px);
    right: vw(-12px);
    bottom: vw(-12px);
    left: vw(-12px);
    z-index: 3;
    border: 4px solid #ffffff;
    border-radius: vw(16px);
    opacity: 0;
    content: '';
  }
} */
@media (min-width: 1920px) {
  .watching-card:focus {
    outline: none;
  }
}

/* .watching-card:focus::before {
  @include desktop-xl {
    opacity: 1;
  }
} */
.watching-card__wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .watching-card__wrap {
    border-radius: 0.8333333333vw;
  }
}

.watching-card__wrap-img {
  display: flex;
  width: 100%;
  padding-top: 50%;
}

.watching-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.watching-card__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 1920px) {
  .watching-card__progress {
    height: 0.2083333333vw;
  }
}

.watching-card__progress::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.48);
}

.watching-card__progress::-webkit-progress-value {
  background-color: rgb(255, 128, 0);
  border-radius: 120px;
}
@media (min-width: 1920px) {
  .watching-card__progress::-webkit-progress-value {
    border-radius: 6.25vw;
  }
}

.watching-card__progress::-moz-progress-bar {
  background-color: rgb(255, 128, 0);
  border-radius: 120px;
}
@media (min-width: 1920px) {
  .watching-card__progress::-moz-progress-bar {
    border-radius: 6.25vw;
  }
}

.collection-card {
  position: relative;
  min-height: 300px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .collection-card {
    min-height: 170px;
    padding: 12px;
  }
}
@media (min-width: 920px) {
  .collection-card {
    min-height: 228px;
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .collection-card {
    min-height: 288px;
    padding: 28px;
  }
}
@media (min-width: 1920px) {
  .collection-card {
    min-height: 22.8125vw;
    padding: 2.2916666667vw 2.0833333333vw;
    border-radius: 0.8333333333vw;
  }
}

@media (min-width: 1920px) {
  .collection-card::before {
    position: absolute;
    top: -0.625vw;
    right: -0.625vw;
    bottom: -0.625vw;
    left: -0.625vw;
    z-index: 3;
    border: 4px solid #ffffff;
    border-radius: 0.8333333333vw;
    opacity: 0;
    content: "";
  }
}

@media (min-width: 1920px) {
  .collection-card:focus {
    outline: none;
  }
}

@media (min-width: 1920px) {
  .collection-card:focus::before {
    opacity: 1;
  }
}

.collection-card__title {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .collection-card__title {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  .collection-card__title {
    font-size: 2.5vw;
  }
}

.collection-card__images-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .collection-card__images-wrap {
    border-radius: 0.8333333333vw;
  }
}

.collection-card__images {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translateX(-4%) translateY(20%);
}
@media (min-width: 768px) {
  .collection-card__images {
    transform: translateX(-5%) translateY(30%);
  }
}

.collection-card__img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 189px;
  height: 282px;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .collection-card__img {
    width: 104px;
    height: 156px;
  }
}
@media (min-width: 920px) {
  .collection-card__img {
    width: 138px;
    height: 206px;
  }
}
@media (min-width: 1280px) {
  .collection-card__img {
    width: 174px;
    height: 261px;
  }
}
@media (min-width: 1920px) {
  .collection-card__img {
    width: 13.3333333333vw;
    height: 20.7291666667vw;
    border-radius: 0.8333333333vw;
  }
}

.collection-card__img:nth-of-type(2) {
  z-index: 2;
  width: 158px;
  height: 237px;
  transform: translateX(40%);
}
@media (min-width: 768px) {
  .collection-card__img:nth-of-type(2) {
    width: 88px;
    height: 132px;
  }
}
@media (min-width: 920px) {
  .collection-card__img:nth-of-type(2) {
    width: 116px;
    height: 173px;
  }
}
@media (min-width: 1280px) {
  .collection-card__img:nth-of-type(2) {
    width: 147px;
    height: 220px;
  }
}
@media (min-width: 1920px) {
  .collection-card__img:nth-of-type(2) {
    width: 11.6145833333vw;
    height: 17.3958333333vw;
  }
}

.collection-card__img:nth-of-type(3) {
  z-index: 1;
  width: 127px;
  height: 192px;
  transform: translateX(100%);
}
@media (min-width: 768px) {
  .collection-card__img:nth-of-type(3) {
    width: 72px;
    height: 108px;
  }
}
@media (min-width: 920px) {
  .collection-card__img:nth-of-type(3) {
    width: 93px;
    height: 140px;
  }
}
@media (min-width: 1280px) {
  .collection-card__img:nth-of-type(3) {
    width: 119px;
    height: 177px;
  }
}
@media (min-width: 1920px) {
  .collection-card__img:nth-of-type(3) {
    width: 9.375vw;
    height: 14.0625vw;
  }
}

.collection-card__button-wrap {
  position: absolute;
  bottom: 18px;
  display: none;
}
@media (min-width: 1280px) {
  .collection-card__button-wrap {
    bottom: 0;
    left: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 128px;
  }
}

.collection-card__button {
  left: 50%;
  opacity: 0;
  font-size: 28px;
  text-shadow: none;
  transition: opacity 0.3s;
  column-gap: 0;
}
@media (min-width: 1920px) {
  .collection-card__button {
    bottom: 1.6666666667vw;
    font-size: 1.25vw;
  }
}

.collection-card__button > span {
  display: none;
}
@media (min-width: 1920px) {
  .collection-card__button > span {
    display: block;
    margin-left: 0.2604166667vw;
  }
}

.collection-card__icon {
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .collection-card__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: 16px;
  }
}
@media (min-width: 1920px) {
  .collection-card__icon {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}

@media (hover: hover) {
  .collection-card:hover .collection-card__button {
    opacity: 1;
  }
  .collection-card:hover .collection-card__img:nth-of-type(2) {
    transform: translateX(40%) rotate(10deg);
  }
  .collection-card:hover .collection-card__img:nth-of-type(3) {
    transform: translateX(100%) rotate(20deg);
  }
}
.vertical-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}

@media (min-width: 1920px) {
  .vertical-card::before {
    position: absolute;
    top: -0.625vw;
    right: -0.625vw;
    bottom: -0.625vw;
    left: -0.625vw;
    border: 4px solid #ffffff;
    border-radius: 0.8333333333vw;
    opacity: 0;
    content: "";
  }
}

@media (min-width: 1920px) {
  .vertical-card:focus {
    outline: none;
  }
}

@media (min-width: 1920px) {
  .vertical-card:focus::before {
    opacity: 1;
  }
}

.vertical-card__wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .vertical-card__wrap {
    border-radius: 0.8333333333vw;
  }
}

.vertical-card__wrap-img {
  display: flex;
  width: 100%;
  padding-top: 150%;
  background-color: rgba(255, 255, 255, 0.0784313725);
  background-image: url("/wp-content/themes/2sub/images/icons/no-img.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.vertical-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vertical-card__top-badges {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
@media (min-width: 920px) {
  .vertical-card__top-badges {
    top: 16px;
    left: 16px;
  }
}
@media (min-width: 1920px) {
  .vertical-card__top-badges {
    top: 0.8333333333vw;
    left: 0.8333333333vw;
  }
}

.vertical-card__bottom-badges {
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: 2;
}
@media (min-width: 920px) {
  .vertical-card__bottom-badges {
    bottom: 16px;
    left: 16px;
  }
}
@media (min-width: 1920px) {
  .vertical-card__bottom-badges {
    bottom: 0.8333333333vw;
    left: 0.8333333333vw;
  }
}

.small-badge .movie-hero-new__rating {
  white-space: nowrap;
  font-size: 18px;
  color: white;
  padding: 10px;
  column-gap: 4px;
  height: 28px;
  width: unset;
}
@media (min-width: 400px) {
  .small-badge .movie-hero-new__rating {
    font-size: 20px;
    padding: 14px;
    column-gap: 6px;
    height: 34px;
    top: 6px;
    left: 10px;
    row-gap: 6px;
  }
}
@media (min-width: 1920px) {
  .small-badge .movie-hero-new__rating {
    font-size: 0.9375vw;
    padding: 0.625vw;
    column-gap: 0.4166666667vw;
    height: 1.4583333333vw;
    top: 0.625vw;
    left: 0.5208333333vw;
    row-gap: 0.4166666667vw;
  }
}
.small-badge img {
  height: 14px;
}
@media (min-width: 1280px) {
  .small-badge img {
    height: 16px;
  }
}
@media (min-width: 1400px) {
  .small-badge img {
    height: 18px;
  }
}
@media (min-width: 1920px) {
  .small-badge img {
    height: 0.8333333333vw;
  }
}

.vertical-card__badges-top-left {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  row-gap: 4px;
  column-gap: 4px;
  display: flex;
}
@media (min-width: 920px) {
  .vertical-card__badges-top-left {
    top: 12px;
    left: 12px;
    row-gap: 4px;
  }
}
@media (min-width: 1920px) {
  .vertical-card__badges-top-left {
    top: 0.625vw;
    left: 0.625vw;
    row-gap: 0.3125vw;
    column-gap: 0.3125vw;
  }
}

.vertical-card__badges-top-right {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 4px;
}
@media (min-width: 920px) {
  .vertical-card__badges-top-right {
    top: 12px;
    right: 12px;
    row-gap: 8px;
    left: unset;
  }
}
@media (min-width: 1920px) {
  .vertical-card__badges-top-right {
    top: 0.625vw;
    right: 0.625vw;
    row-gap: 0.4166666667vw;
    left: unset;
  }
}

.vertical-card__badges-bottom {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 4px;
}
@media (min-width: 920px) {
  .vertical-card__badges-bottom {
    bottom: 12px;
    row-gap: 8px;
    left: unset;
    right: 12px;
  }
}
@media (min-width: 1920px) {
  .vertical-card__badges-bottom {
    bottom: 0.625vw;
    row-gap: 0.4166666667vw;
    left: unset;
    right: 12px;
  }
}
.vertical-card__badges-bottom.badges-responsive {
  align-items: center;
}
.vertical-card__badges-bottom.badges-responsive .movie-hero-new__action-btn {
  font-size: 16px;
}
@media (min-width: 420px) {
  .vertical-card__badges-bottom.badges-responsive {
    align-items: flex-end;
  }
  .vertical-card__badges-bottom.badges-responsive .movie-hero-new__action-btn {
    font-size: 20px;
  }
}

.vertical-card__date {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: flex-end;
  padding: 5px 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  column-gap: 4px;
}
@media (min-width: 920px) {
  .vertical-card__date {
    bottom: 16px;
    left: 16px;
  }
}
@media (min-width: 1920px) {
  .vertical-card__date {
    bottom: 0.8333333333vw;
    left: 0.8333333333vw;
    padding: 0.2604166667vw 0.5208333333vw;
    border-radius: 0.5208333333vw;
    backdrop-filter: blur(0.2604166667vw);
    column-gap: 0.2083333333vw;
  }
}

.vertical-card__date-number {
  background: linear-gradient(84deg, #ff0040 0%, #ff0080 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1920px) {
  .vertical-card__date-number {
    font-size: 1.5625vw;
  }
}

.vertical-card__date-month {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 1920px) {
  .vertical-card__date-month {
    font-size: 0.7291666667vw;
  }
}

.vertical-card__footer-button {
  margin-top: 20px;
}
@media (min-width: 1920px) {
  .vertical-card__footer-button {
    margin-top: 1.0416666667vw;
  }
}

.vertical-card__footer-button-content {
  font-size: 14px;
}
@media (min-width: 920px) {
  .vertical-card__footer-button-content {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .vertical-card__footer-button-content {
    font-size: 1.0416666667vw;
  }
}

.vertical-card__footer-button-content > span {
  display: none;
}
@media (min-width: 920px) {
  .vertical-card__footer-button-content > span {
    display: inline-block;
  }
}

.horizontal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}

/* Мешает работе кнопок в .horizontal-card__badges-top-right */
/* .horizontal-card::before {
  @include desktop-xl {
    position: absolute;
    top: vw(-12px);
    right: vw(-12px);
    bottom: vw(-12px);
    left: vw(-12px);
    z-index: 3;
    border: 4px solid #ffffff;
    border-radius: vw(16px);
    opacity: 0;
    content: '';
  }
} */
@media (min-width: 1920px) {
  .horizontal-card:focus {
    outline: none;
  }
}

/* .horizontal-card:focus::before {
  @include desktop-xl {
    opacity: 1;
  }
} */
.horizontal-card__wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .horizontal-card__wrap {
    border-radius: 0.8333333333vw;
  }
}

.horizontal-card__wrap-img {
  display: flex;
  width: 100%;
  padding-top: 56%;
}

.horizontal-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.horizontal-card__overlay-img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 210px;
  width: auto;
  height: auto;
  z-index: 10;
}

.horizontal-card__badges-top-left {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  row-gap: 4px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .horizontal-card__badges-top-left {
    top: 12px;
    left: 12px;
    row-gap: 8px;
  }
}
@media (min-width: 1920px) {
  .horizontal-card__badges-top-left {
    top: 0.625vw;
    left: 0.625vw;
    row-gap: 0.4166666667vw;
  }
}

.horizontal-card__badges-top-right {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media (min-width: 920px) {
  .horizontal-card__badges-top-right {
    top: 12px;
    right: 12px;
    row-gap: 8px;
  }
}
@media (min-width: 1920px) {
  .horizontal-card__badges-top-right {
    top: 0.625vw;
    right: 0.625vw;
    row-gap: 0.4166666667vw;
  }
}

.nav {
  display: none;
}
@media (min-width: 920px) {
  .nav {
    display: flex;
    flex-shrink: 0;
    padding: 0;
    padding: 4px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
    border-radius: 64px;
    backdrop-filter: blur(16px);
  }
}
@media (min-width: 1920px) {
  .nav {
    border-radius: 3.3333333333vw;
    backdrop-filter: 0.8333333333vw;
  }
}

.nav__container {
  display: flex;
  line-height: 0;
}

.nav__item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav__link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 64px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  column-gap: 8px;
}
@media (min-width: 1280px) {
  .nav__link {
    padding: 16px;
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .nav__link {
    padding: 0.8333333333vw;
    font-size: 1.25vw;
    column-gap: 0.4166666667vw;
  }
}

.nav__link.nav__link--button {
  position: relative;
  margin-left: 16px;
  padding-left: 32px;
  background-color: transparent;
  border: none;
}
@media (min-width: 1920px) {
  .nav__link.nav__link--button {
    margin-left: 0.8333333333vw;
    padding-left: 1.6666666667vw;
  }
}

.nav__link.nav__link--button::before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.12);
  content: "";
}

@media (hover: hover) {
  .nav__link:hover {
    background-color: #000005;
  }
}
.nav__button {
  cursor: pointer;
}

@media (min-width: 920px) {
  .nav__icon {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1920px) {
  .nav__icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.start-search:hover {
  transform: scale(1.05);
  color: white;
}

.nav__children {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: flex-start;
  width: 720px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateY(64px);
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (min-width: 1280px) {
  .nav__children {
    display: grid;
    padding: 32px;
    gap: 32px;
  }
}
@media (min-width: 1920px) {
  .nav__children {
    width: 37.5vw;
    padding: 1.6666666667vw;
    border-radius: 0.625vw;
    transform: translateY(3.3333333333vw);
    gap: 1.6666666667vw;
  }
}

.nav__children::before {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  content: "";
}

.nav__item:hover .nav__children,
.nav__item:focus-within .nav__children {
  visibility: visible;
  opacity: 1;
}

.nav__group {
  display: grid;
  flex-direction: column;
  line-height: 1;
}

.nav__group:first-of-type {
  grid-column: 1/span 3;
}

.nav__group-title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #000005;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .nav__group-title {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .nav__group-title {
    font-size: 1.6666666667vw;
  }
}

.nav__group-children {
  display: grid;
  margin-top: 24px;
  row-gap: 24px;
}
@media (min-width: 1920px) {
  .nav__group-children {
    margin-top: 1.25vw;
    row-gap: 1.25vw;
  }
}

.nav__group:first-of-type .nav__group-children {
  grid-template-columns: repeat(3, 1fr);
}

.nav__group-children-link {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #000005;
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 1280px) {
  .nav__group-children-link {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .nav__group-children-link {
    font-size: 1.0416666667vw;
  }
}

@media (hover: hover) {
  .nav__group-children-link:hover {
    color: #ff8000;
  }
}
.card-content {
  margin-top: 12px;
}
@media (min-width: 920px) {
  .card-content {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .card-content {
    margin-top: 1.0416666667vw;
  }
}

.card-content__title {
  display: block;
  overflow: hidden;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  height: 1em; /* Фиксированная высота равна line-height */
  font-weight: 800;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  word-break: break-all; /* Ломает слова по буквам */
  overflow-wrap: break-word;
}
@media (min-width: 1280px) {
  .card-content__title {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .card-content__title {
    font-size: 1.25vw;
  }
}

.card-content__subtitle {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  opacity: 0.8;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 225, 0.5);
  letter-spacing: 0.2px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 1920px) {
  .card-content__subtitle {
    margin-top: 0.2083333333vw;
    font-size: 1.0416666667vw;
  }
}

.container {
  padding: 20px 24px;
}
@media (min-width: 920px) {
  .container {
    padding: 32px 24px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding: 2.5vw;
  }
}

.card-with-number {
  position: relative;
}

.card-with-number::before {
  position: absolute;
  bottom: 19.5%;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: flex-end;
  height: 100%;
  background: linear-gradient(84deg, #ff0040 0%, #ff0080 100%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: contain;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 236px;
  line-height: 0.6;
  font-weight: 900;
  color: transparent;
  color: #ff0040;
  text-transform: uppercase;
  content: counter(idx);
  counter-increment: idx 1;
  -webkit-text-fill-color: transparent;
  backdrop-filter: blur(2px);
}
@media (min-width: 920px) {
  .card-with-number::before {
    bottom: 68px;
    font-size: 348px;
  }
}
@media (min-width: 1920px) {
  .card-with-number::before {
    bottom: 3.5416666667vw;
    font-size: 18.125vw;
  }
}

.card-with-number::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 30%;
  height: 100%;
  background: linear-gradient(270deg, #000000 0%, rgb(0, 0, 0) 3.57%, rgba(0, 0, 0, 0.99) 6.34%, rgba(0, 0, 0, 0.97) 8.61%, rgba(0, 0, 0, 0.95) 10.64%, rgba(0, 0, 0, 0.92) 12.74%, rgba(0, 0, 0, 0.88) 15.18%, rgba(0, 0, 0, 0.83) 18.26%, rgba(0, 0, 0, 0.77) 22.25%, rgba(0, 0, 0, 0.7) 27.45%, rgba(0, 0, 0, 0.61) 34.15%, rgba(0, 0, 0, 0.52) 42.62%, rgba(0, 0, 0, 0.41) 53.15%, rgba(0, 0, 0, 0.29) 66.04%, rgba(0, 0, 0, 0.15) 81.56%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
@media (min-width: 920px) {
  .card-with-number::after {
    width: 35%;
  }
}

.card-with-number__card {
  position: relative;
  z-index: 3;
  padding-left: 56px;
}
@media (min-width: 920px) {
  .card-with-number__card {
    padding-left: 172px;
  }
}
@media (min-width: 1920px) {
  .card-with-number__card {
    padding-left: 8.9583333333vw;
  }
}

.wrapper {
  padding: 0 20px;
}
@media (min-width: 1440px) {
  .wrapper {
    padding: 0 70px;
  }
}
@media (min-width: 1920px) {
  .wrapper {
    padding: 0 3.6458333333vw;
  }
}

.complexity {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.complexity__items {
  display: flex;
  column-gap: 10px;
}

.complexity__item {
  width: 24px;
  height: 24px;
  background-color: #252525;
  border-radius: 50%;
}

.complexity__item--fill {
  background: linear-gradient(81deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0) 56.53%), radial-gradient(182.5% 50% at 100% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(173.31% 111.74% at 100% 100%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(162.5% 111.87% at 0% 0%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(161.51% 111.8% at 50% 100%, rgba(255, 214, 0, 0.72) 0%, rgba(255, 212, 0, 0) 100%), #ff0000;
}

.tabs {
  display: flex;
  flex-direction: column;
}

.tabs__header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #2e2e2e;
  overflow: hidden;
  overflow-x: auto;
  column-gap: 40px;
}
@media (min-width: 920px) {
  .tabs__header {
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .tabs__header {
    flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .tabs__header {
    flex-wrap: wrap;
  }
}
@media (min-width: 1920px) {
  .tabs__header {
    column-gap: 2.0833333333vw;
    flex-wrap: wrap;
  }
}

.tabs__header::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tabs__button {
  position: relative;
  flex-shrink: 0;
  padding-bottom: 20px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .tabs__button {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .tabs__button {
    padding-bottom: 1.0416666667vw;
    font-size: 1.1458333333vw;
  }
}

.tabs__button.active {
  background: linear-gradient(90deg, #ff5601 0%, #ffa749 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5601;
}

.tabs__button.active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 90, 1, 0) 0%, #ff5a01 25%, #ffa64b 75%, rgba(255, 166, 75, 0) 100%);
  content: "";
}

.tabs__content {
  padding-top: 40px;
}
@media (min-width: 1920px) {
  .tabs__content {
    padding-top: 2.0833333333vw;
  }
}

.tabs__header-button {
  width: auto;
  margin-top: 20px;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
@media (min-width: 768px) {
  .tabs__header-button {
    margin-left: auto;
  }
}
@media (min-width: 1920px) {
  .tabs__header-button {
    margin-top: 1.0416666667vw;
  }
}

.tabs__header-button-icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 1920px) {
  .tabs__header-button-icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

.dictionary-title {
  padding: 0;
  margin-bottom: 20px;
}

.dictionary-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .dictionary-title {
    flex-direction: row;
    align-items: center;
  }
}
.dictionary-title .header-left {
  display: flex;
  align-items: center;
}

.dictionary-search-container {
  position: relative;
  display: inline-block;
}

#user-dictionary-root .tabs__content {
  padding: 0;
}

.dictionary-search-input {
  width: 250px;
  padding: 16px 58px 16px 28px;
  margin-top: 15px;
  border: none;
  border-radius: 64px;
  background: linear-gradient(90deg, #222226, #1e1e1e);
  color: white;
  font-size: 20px;
  outline: none;
  transition: background 0.3s ease;
  /* Мобильные устройства */
}
@media (min-width: 768px) {
  .dictionary-search-input {
    margin-top: 0;
    width: 300px;
  }
}
@media (max-width: 400px) {
  .dictionary-search-input {
    width: 100%;
  }
}

.dictionary-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.dictionary-search-input:focus {
  background: linear-gradient(90deg, #2c2c31, #2b2b2b);
}

.search-clear-button {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.search-clear-button svg {
  width: 24px;
  height: 24px;
}
.search-clear-button svg path {
  fill: #6f6f77;
}
.search-clear-button:hover svg path {
  fill: #5f5c6a;
}

.dictionary-item {
  display: flex;
  column-gap: 20px;
}
@media (min-width: 1920px) {
  .dictionary-item {
    column-gap: 1.0416666667vw;
  }
}

.dictionary-item--word {
  align-items: center;
}

.dictionary-item--phrase {
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 1440px) {
  .dictionary-item--phrase {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .dictionary-item--phrase {
    row-gap: 1.0416666667vw;
  }
}

.dictionary-item__buttons {
  display: flex;
  column-gap: 10px;
}
@media (min-width: 1920px) {
  .dictionary-item__buttons {
    column-gap: 0.5208333333vw;
  }
}

.dictionary-item__button {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  transition: color 0.3s;
}
@media (min-width: 600px) {
  .dictionary-item__button {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1920px) {
  .dictionary-item__button {
    width: 3.125vw;
    height: 3.125vw;
  }
}

.dictionary-item__button:hover {
  color: #ff8000;
}

.dictionary-item__button--add {
  background: #ffffff;
  color: #000005;
}

.dictionary-item__content {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .dictionary-item__content {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .dictionary-item__content {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .dictionary-item__content {
    font-size: 1.1458333333vw;
  }
}

.dictionary-item--phrase .dictionary-item__content {
  display: flex;
  flex-direction: column;
}

.dictionary-item__word {
  font-weight: 600;
  cursor: pointer;
}

.dictionary-item__translation {
  font-weight: 400;
  color: #808082;
}

.dictionary-item__word:hover {
  color: #ff8000;
}

.dictionary-item__phrase-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 1920px) {
  .dictionary-item__phrase-wrapper {
    row-gap: 0.4166666667vw;
  }
}

.dictionary-item__phrase-text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.dictionary-item__phrase-meta {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media (min-width: 1920px) {
  .dictionary-item__phrase-meta {
    row-gap: 0.2083333333vw;
  }
}

.dictionary-item__phrase-video {
  font-size: 13px;
  font-weight: 400;
  color: #a0a0a2;
}
@media (min-width: 600px) {
  .dictionary-item__phrase-video {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .dictionary-item__phrase-video {
    font-size: 0.7291666667vw;
  }
}

.dictionary-item__phrase-episode {
  font-size: 12px;
  font-weight: 500;
  color: #808082;
}
@media (min-width: 600px) {
  .dictionary-item__phrase-episode {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  .dictionary-item__phrase-episode {
    font-size: 0.6770833333vw;
  }
}

.dictionary-item__phrase-time {
  font-size: 14px;
  font-weight: 400;
  color: #808082;
}
@media (min-width: 600px) {
  .dictionary-item__phrase-time {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .dictionary-item__phrase-time {
    font-size: 0.8333333333vw;
  }
}

.comment {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  align-items: flex-start;
}
@media (min-width: 1440px) {
  .comment {
    grid-template-columns: 100px 1fr;
  }
}
@media (min-width: 1920px) {
  .comment {
    grid-template-columns: 5.2083333333vw 1fr;
    gap: 1.0416666667vw;
  }
}

.comment__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  gap: 20px;
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 1440px) {
  .comment__header {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .comment__header {
    font-size: 0.9375vw;
    gap: 1.0416666667vw;
  }
}

.comment__time,
.comment__title {
  color: #808082;
}

.comment__title {
  order: -1;
  width: 100%;
}

.comment__like {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #ffffff;
  cursor: pointer;
  column-gap: 10px;
}
@media (min-width: 1920px) {
  .comment__like {
    column-gap: 0.5208333333vw;
  }
}

.comment__like::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
}

.comment__likes-popup {
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 9;
  display: none;
  width: 180px;
  padding: 10px;
  background: #1f1f22;
  border-radius: 20px 20px 20px 0px;
  visibility: hidden;
  opacity: 1;
  transition: 0.6s opacity;
  transform: translateX(100%) translateY(-100%);
}
@media (min-width: 1280px) {
  .comment__likes-popup {
    display: block;
  }
}
@media (min-width: 1920px) {
  .comment__likes-popup {
    top: -0.5208333333vw;
    right: 0.5208333333vw;
    width: 9.375vw;
    padding: 0.5208333333vw;
    border-radius: 1.0416666667vw 1.0416666667vw 1.0416666667vw 0px;
  }
}

.comment__likes-popup-wrap {
  display: flex;
  flex-direction: column;
  height: 260px;
  padding-right: 10px;
  overflow: hidden;
  overflow-y: auto;
  row-gap: 10px;
}
@media (min-width: 1920px) {
  .comment__likes-popup-wrap {
    height: 13.5416666667vw;
    padding-right: 0.5208333333vw;
    row-gap: 0.5208333333vw;
  }
}

.comment__likes-popup-wrap::-webkit-scrollbar {
  width: 4px;
}
@media (min-width: 1920px) {
  .comment__likes-popup-wrap::-webkit-scrollbar {
    width: 0.2083333333vw;
  }
}

.comment__likes-popup-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(81deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0) 56.53%), radial-gradient(182.5% 50% at 100% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(173.31% 111.74% at 100% 100%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(162.5% 111.87% at 0% 0%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(161.51% 111.8% at 50% 100%, rgba(255, 214, 0, 0.72) 0%, rgba(255, 212, 0, 0) 100%), #ff0000;
  border-radius: 20px;
}
@media (min-width: 1920px) {
  .comment__likes-popup-wrap::-webkit-scrollbar-thumb {
    border-radius: 1.0416666667vw;
  }
}

.comment__likes-popup-wrap::-webkit-scrollbar-track {
  background: #1f1f22;
}

@media (hover: hover) {
  .comment__like:hover .comment__likes-popup {
    visibility: visible;
    opacity: 1;
  }
}
.comment__like-item {
  display: flex;
  column-gap: 10px;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .comment__like-item {
    column-gap: 0.5208333333vw;
  }
}

.comment__like-img-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (min-width: 1920px) {
  .comment__like-img-wrap {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

.comment__like-img-wrap.active {
  padding: 2px;
  background: linear-gradient(#ff5601, #ffa749);
}
@media (min-width: 1920px) {
  .comment__like-img-wrap.active {
    padding: 0.1041666667vw;
  }
}

.comment__like-item-img {
  width: 100%;
  height: 100%;
}

.comment__like-name {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 1920px) {
  .comment__like-name {
    font-size: 0.9375vw;
  }
}

.comment__like-name.active {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #ff5601, #ffa749);
  -webkit-background-clip: text;
  background-clip: text;
  color: #ff5601;
}

.comment__name.active {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #ff5601, #ffa749);
  -webkit-background-clip: text;
  background-clip: text;
  color: #ff5601;
}

.comment__like.active {
  color: #ff5601;
}

.comment__like.active path {
  fill: #ff5601;
}

.comment__like-count {
  color: #808082;
}

.comment__like.active .comment__like-count {
  color: #ff5601;
}

.comment__img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  grid-column: 1;
  grid-row: 2;
  border-radius: 50%;
}
@media (min-width: 1440px) {
  .comment__img-wrap {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1920px) {
  .comment__img-wrap {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}

.comment__img-wrap.active {
  padding: 3px;
  background: linear-gradient(#ff5601, #ffa749);
}
@media (min-width: 1920px) {
  .comment__img-wrap.active {
    padding: 0.15625vw;
  }
}

.comment__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.comment__message {
  padding: 20px;
  background: #1f1f22;
  border-radius: 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 1440px) {
  .comment__message {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .comment__message {
    padding: 1.0416666667vw;
    border-radius: 1.0416666667vw;
    font-size: 1.0416666667vw;
  }
}

.comment__button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #808082;
  grid-column: 2;
  grid-row: 3;
  text-align: left;
  transition: color 0.3s;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .comment__button {
    font-size: 0.8333333333vw;
  }
}

.comment__button:hover {
  color: #ff5601;
}

.comments,
.comments__item {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 1920px) {
  .comments,
  .comments__item {
    row-gap: 2.0833333333vw;
  }
}

.comments__item .comments__item {
  padding-left: 40px;
}
@media (min-width: 1440px) {
  .comments__item .comments__item {
    padding-left: 80px;
  }
}
@media (min-width: 1920px) {
  .comments__item .comments__item {
    padding-left: 4.1666666667vw;
  }
}

.comment-form {
  position: relative;
  width: 100%;
}

.comment-form__comment {
  width: 100%;
  min-height: 280px;
  padding: 20px;
  background: #1f1f22;
  border: none;
  border-radius: 20px;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  resize: none;
}
@media (min-width: 1920px) {
  .comment-form__comment {
    min-height: 14.5833333333vw;
    padding: 1.0416666667vw;
    border-radius: 1.0416666667vw;
    font-size: 1.25vw;
  }
}

.comment-form__comment:focus {
  outline: none;
}

.comment-form__submit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background-color: transparent;
  border: none;
  color: #ff8000;
  transition: 0.3s color;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .comment-form__submit {
    right: 1.0416666667vw;
    bottom: 1.0416666667vw;
  }
}

.comment-form__submit:hover {
  color: #ffffff;
}

.serial-filter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .serial-filter {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .serial-filter {
    gap: 20px;
  }
}
@media (min-width: 1920px) {
  .serial-filter {
    gap: 1.0416666667vw;
  }
}

.serial-filter__button {
  grid-column: 1/span 2;
}
@media (min-width: 768px) {
  .serial-filter__button {
    grid-column: 1;
  }
}

.serial-filter__select {
  z-index: 1;
}

.serial-filter__button,
.serial-filter__select {
  width: 100%;
  padding: 30px 16px;
  background: linear-gradient(0deg, #141419 0%, #141419 100%), rgba(255, 255, 255, 0.16);
  border: none;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s color;
  cursor: pointer;
  backdrop-filter: blur(16px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 1920px) {
  .serial-filter__button,
  .serial-filter__select {
    padding: 1.5625vw 0.8333333333vw;
    border-radius: 0.5208333333vw;
    font-size: 1.0416666667vw;
    backdrop-filter: blur(0.8333333333vw);
  }
}

.serial-filter__button:hover,
.serial-filter__select:hover {
  color: rgba(255, 255, 255, 0.48);
}

.serial-filter__button:focus,
.serial-filter__select:focus {
  outline: none;
}

.serial-filter__option {
  background-color: #141419;
  border: none;
  font-size: 20px;
}
@media (min-width: 1920px) {
  .serial-filter__option {
    font-size: 1.0416666667vw;
  }
}

.serial-filter__select-wrap {
  position: relative;
}

.serial-filter__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (min-width: 1920px) {
  .serial-filter__icon {
    right: 1.0416666667vw;
  }
}

.episode-card-menu-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  font-size: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.episode-card-menu {
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
  width: 320px;
  padding: 12px;
  text-align: right;
  position: absolute;
  top: 46px;
  right: 8px;
  min-width: 120px;
  background: white;
  border: 1px solid #949494;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  z-index: 999;
}

.episode-card-menu.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.episode_watched {
  display: block;
}

.episode-card-menu-item {
  display: inline !important;
}

.episode-card-menu .movie-hero-new__action-icon {
  width: 38px;
  height: 38px;
}

.episode-card-menu .button {
  padding: 8px 14px;
  font-size: 20px;
}

.episode-card-menu .movie-hero-new__action {
  column-gap: 6px;
}

.episode-card-menu .movie-hero-new__action-title {
  background-color: transparent;
  display: block;
  font-size: 20px;
}

.episode-card .badge.badge--horizontal {
  position: absolute;
  bottom: 12px;
  left: 20px;
}

.episode-card .episode-watched {
  position: absolute;
  bottom: 12px;
  left: 30px;
}

.season-card {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.season-card__img-wrap {
  position: relative;
  z-index: 1;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .season-card__img-wrap {
    height: 12.5vw;
    border-radius: 1.0416666667vw;
  }
}

.season-card__img_no_image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0.0784313725);
  background-image: url("/wp-content/themes/2sub/images/icons/no-img.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.season-card__img_no_image {
  width: 100%;
  height: 100%;
  background-size: 300%;
  background-color: rgba(255, 255, 255, 0.0784313725);
  background-image: url("/wp-content/themes/2sub/images/hero/hero-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.season-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.season-card__header {
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 35%;
  padding: 10px;
  padding-left: 20px;
  background: linear-gradient(180deg, #000000 -42.57%, rgba(0, 0, 0, 0) 77.03%);
}
@media (min-width: 1920px) {
  .season-card__header {
    padding: 0.5208333333vw;
    padding-left: 1.0416666667vw;
  }
}

.season-card__number {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
}
@media (min-width: 1920px) {
  .season-card__number {
    font-size: 3.125vw;
  }
}

.season-card-complex-number {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  gap: 2px;
  white-space: nowrap;
}

.season-card__season_number {
  font-size: 22px;
}

.season-card__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  column-gap: 10px;
}
@media (min-width: 1920px) {
  .season-card__buttons {
    column-gap: 0.5208333333vw;
  }
}

.season-card__button {
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s color;
  cursor: pointer;
}

.season-card__button.active {
  color: #ff8000;
}

@media (hover: hover) {
  .season-card__button:hover {
    color: #ffffff;
  }
}
.season-card__title {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .season-card__title {
    margin-top: 1.0416666667vw;
    font-size: 1.1458333333vw;
  }
}

.season-ru-card__title {
  margin-top: 0;
  font-size: 18px;
  color: rgba(255, 255, 225, 0.5);
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .season-ru-card__title {
    margin-top: 0;
    font-size: 0.9375vw;
  }
}

.season-card__progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
@media (min-width: 1920px) {
  .season-card__progress {
    height: 0.2083333333vw;
  }
}

.season-card__progress::-webkit-progress-bar {
  background-color: transparent;
}

.season-card__progress::-webkit-progress-value {
  background-color: rgb(255, 128, 0);
  border-radius: 120px;
}
@media (min-width: 1920px) {
  .season-card__progress::-webkit-progress-value {
    border-radius: 6.25vw;
  }
}

.season-card__progress::-moz-progress-bar {
  background-color: rgb(255, 128, 0);
  border-radius: 120px;
}
@media (min-width: 1920px) {
  .season-card__progress::-moz-progress-bar {
    border-radius: 6.25vw;
  }
}

.season-card__icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 1920px) {
  .season-card__icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

/*  global variables */
.modal-content {
  position: relative;
  width: 100%;
  max-width: 360px;
  background: #fffbfa;
  border-radius: 24px;
  color: #050404;
}

.modal-close {
  font-size: 28px;
  cursor: pointer;
}

.popup-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 24px;
}

.popup-header__title {
  width: 100%;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}

.popup-body {
  padding: 16px;
  padding-top: 0;
}

.wp_google_login {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(5, 4, 4, 0.0784313725);
  border-radius: 16px;
}

.wp_google_login__button-container {
  width: 100%;
}

.wp_google_login__button {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #050404;
  text-align: left;
  text-decoration: none;
  letter-spacing: -0.03em;
  column-gap: 12px;
}

.wp_google_login__google-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url(/wp-content/themes/2sub/images/google_light.png) no-repeat 50%;
  background-size: contain;
  vertical-align: middle;
}

.wp_google_login__telegram-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url(/wp-content/themes/2sub/images/telegram.png) no-repeat 50%;
  background-size: contain;
  vertical-align: middle;
}

.wp_google_login__mail-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url(/wp-content/themes/2sub/images/icons/mail.svg) no-repeat 50%;
  background-size: contain;
  vertical-align: middle;
}

.enter-code .result-message {
  font-size: 20px;
  color: red;
  padding-bottom: 20px;
  padding-top: 16px;
}
.enter-code .check-in-spam {
  padding-left: 0;
}
@media (min-width: 600px) {
  .enter-code .check-in-spam {
    padding-left: 30px;
  }
}
.enter-code .subscribe-hero__bottom {
  width: 100%;
}
@media (min-width: 600px) {
  .enter-code .subscribe-hero__bottom {
    width: unset;
  }
}
.enter-code .mobile-center {
  text-align: center;
}
@media (min-width: 600px) {
  .enter-code .mobile-center {
    text-align: left;
  }
}
.enter-code .subscribe-hero__subtitle {
  max-width: 100%;
}
@media (min-width: 1440px) {
  .enter-code .subscribe-hero__subtitle {
    max-width: 60%;
  }
}
.enter-code .subscribe-hero__title {
  margin-top: 4vh;
}
@media (min-width: 920px) {
  .enter-code .subscribe-hero__title {
    margin-top: 10vh;
  }
}
.enter-code .subscribe-hero::before {
  background-image: url("/wp-content/themes/2sub/images/enter-code/decoration.webp");
  max-width: 600px;
}
.enter-code .enter-code-text {
  color: rgba(255, 255, 255, 0.4784313725);
  line-height: 26px;
  max-width: 450px;
}
.enter-code .enter-code-email {
  color: rgb(255, 128, 0);
}
.enter-code .enter-container {
  display: block;
}
@media (min-width: 920px) {
  .enter-code .enter-container {
    display: flex;
  }
}
.enter-code .enter-code-message {
  text-align: left;
  padding-left: 0;
}
@media (min-width: 920px) {
  .enter-code .enter-code-message {
    padding-left: 28px;
  }
}
.enter-code .box-container {
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}
.enter-code .box {
  width: 22%; /* 70% от ширины box-container / 4 (четыре элемента) */
  height: 80px;
  text-align: center;
  font-size: 24px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 24px;
  outline: none;
  background: black;
  color: white;
  font-weight: 800;
}
.enter-code .message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.enter-code .text-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.enter-code .text {
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}
.enter-code .padded-text {
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.enter-code .check-in-spam-active-pulse {
  animation: pulse-red 0.8s ease-in-out;
}
@keyframes pulse-red {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: red;
  }
  100% {
    background-color: transparent;
  }
}
.enter-code .check-in-spam-red {
  color: #ff0000;
}
.enter-code .check-in-spam-active {
  animation: go-to-red 0.8s;
}
@keyframes go-to-red {
  0% {
    color: transparent;
  }
  50% {
    color: #ffcb00;
  }
  100% {
    color: #ff0000;
  }
}

.video-suggestions {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding: 0 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 20%);
  user-select: none;
}
@media (min-width: 920px) {
  .video-suggestions {
    bottom: 85px;
  }
}
.video-suggestions__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 12px;
}
@media (min-width: 920px) {
  .video-suggestions__title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .video-suggestions__title {
    font-size: 24px;
  }
}
.video-suggestions__title-btn {
  margin-bottom: 50px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
}
@media (min-width: 920px) {
  .video-suggestions__title-btn {
    margin-bottom: 0px;
  }
}
.video-suggestions__title-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  width: 28px;
  height: 28px;
  background-image: url("/wp-content/themes/2sub/images/icons/arrow-down.svg");
  background-size: contain;
  content: "";
  transition: 0.3s transform;
  transform: translateX(100%) translateY(-50%) rotate(180deg);
}
@media (min-width: 1280px) {
  .video-suggestions__title-btn::after {
    width: 32px;
    height: 32px;
  }
}
.video-suggestions__title-btn.expanded {
  margin-bottom: 0px;
}
.video-suggestions__title-btn.expanded::after {
  transform: translateX(100%) translateY(-50%) rotate(0deg);
}
.video-suggestions__list {
  display: flex;
}
.video-suggestions .embla {
  position: relative;
  overflow: hidden;
}
.video-suggestions .embla__container {
  display: flex;
  gap: 24px;
}
.video-suggestions .embla__slide {
  flex-shrink: 0;
  width: 110px;
}
@media (min-width: 920px) {
  .video-suggestions .embla__slide {
    width: 220px;
  }
}
@media (min-width: 1920px) {
  .video-suggestions .embla__slide {
    width: 11.4583333333vw;
  }
}
.video-suggestions .embla__slide .movie-hero-new__rating:last-child {
  display: none;
}
@media (min-width: 920px) {
  .video-suggestions .embla__slide .movie-hero-new__rating:last-child {
    display: flex;
  }
}

.balloon {
  position: absolute;
  z-index: 99999;
  max-width: 500px;
}

.balloon__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1607843137);
}

@media (min-width: 976px) {
  .balloon__wrap {
    width: 488px;
  }
}
.balloon__header {
  display: flex;
  flex-direction: column;
  min-height: 48px;
  padding-bottom: 16px;
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px solid rgba(0, 0, 5, 0.12);
}

.balloon__status {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(39, 39, 44);
  text-align: left;
}

.balloon__error {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  text-align: left;
}

.balloon__form {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

.balloon__form-pos {
  margin-left: 5px;
  font-weight: 200;
  color: rgba(0, 0, 5, 0.48);
}

.balloon__header-main {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.balloon__word {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #000005;
  text-align: left;
}

.balloon__transcription {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(0, 0, 5, 0.48);
  text-align: left;
  column-gap: 8px;
}

.balloon__translation {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 5, 0.48);
  text-align: left;
}

.balloon__body {
  padding: 16px 0;
}

.balloon__more-button {
  width: 100% !important;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  column-gap: 4px;
}

.balloon__more-button-text {
  width: 100%;
}

.balloon_message_background {
  background-color: #ffffff;
  animation: fadeInOut 3s ease-in-out;
  border-radius: 20px;
  padding: 0 12px;
}

.balloon_message {
  color: black;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.balloon__more-button-icon {
  display: flex;
  align-items: center;
  transform: scale(-1);
  align-self: anchor-center;
}

.balloon__more-button-icon {
  margin-right: -6px;
}

.balloon__more-button.active .balloon__more-button-icon {
  transform: scale(1);
  margin-right: -8px;
}

.balloon__more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-in-out;
}

.balloon__more-items {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.balloon__more-item {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
}

.balloon__more-item-word {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgb(0, 0, 5);
  text-align: left;
}

.balloon__more-item-word::first-letter {
  text-transform: uppercase;
}

.balloon__more-item-part {
  flex-shrink: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(0, 0, 5, 0.49);
  text-align: left;
  align-self: anchor-center;
}

.balloon__footer {
  display: flex;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 5, 0.12);
  column-gap: 24px;
  margin-top: auto;
}

.balloon__button {
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: rgb(0, 0, 5) !important;
  text-align: left !important;
  transition: color 0.3s !important;
  cursor: pointer !important;
  column-gap: 4px !important;
}

.balloon__button:hover,
.balloon__button.active {
  color: rgb(255, 128, 0);
}

.balloon__button--setting {
  margin-left: auto;
}

.balloon__setting {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  min-height: 254px;
  padding: 20px 24px;
  padding-left: calc(4% + 24px);
  background-color: #ffffff;
  border-radius: 0 16px 16px 0;
  visibility: hidden;
  transition: transform 0.3s;
}

.balloon__setting.active {
  visibility: visible;
  z-index: 11;
}

/* Main 488 + settings 488 */
@media (min-width: 976px) {
  .balloon__setting {
    width: 488px;
  }
  .balloon__setting.active {
    transform: translateX(94%);
    z-index: 1;
  }
}
.balloon__setting-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(0, 0, 5);
  text-align: left;
}

.balloon__button--close {
  position: absolute;
  top: 22px;
  right: 24px;
}

.balloon__setting-content {
  padding: 16px 0;
}

.balloon-setting-items {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.balloon-setting-item {
  display: flex;
  column-gap: 12px;
  cursor: pointer;
}

.balloon-setting-item__box {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 5, 0.12);
  border-radius: 8px;
}

.balloon-setting-item__box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

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

.balloon-setting-item__input:checked + .balloon-setting-item__box .balloon-setting-item__box-icon {
  opacity: 1;
}

.balloon-setting-item__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgb(0, 0, 5);
  text-align: left;
}

.film-play-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 730px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
  color: #000000;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .film-play-info {
    padding: 48px;
  }
}
@media (min-width: 1920px) {
  .film-play-info {
    max-width: 38.0208333333vw;
    padding: 2.5vw;
    border-radius: 1.25vw;
    row-gap: 0.4166666667vw;
  }
}
.film-play-info__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .film-play-info__title {
    font-size: 48px;
  }
}
@media (min-width: 1920px) {
  .film-play-info__title {
    font-size: 2.5vw;
  }
}
.film-play-info__title > span {
  display: inline-block;
  width: 100%;
}
.film-play-info__description {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .film-play-info__description {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .film-play-info__description {
    font-size: 1.0416666667vw;
  }
}
.film-play-info__footer {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .film-play-info__footer {
    flex-direction: row;
    column-gap: 72px;
  }
}
@media (min-width: 1920px) {
  .film-play-info__footer {
    margin-top: 1.25vw;
    column-gap: 3.75vw;
  }
}
.film-play-info__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
  border: none;
  text-align: left;
  column-gap: 16px;
}
@media (min-width: 1920px) {
  .film-play-info__button {
    column-gap: 0.8333333333vw;
  }
}
.film-play-info__button-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  background-color: rgba(255, 128, 0, 0.16);
  border-radius: 50%;
}
@media (min-width: 1920px) {
  .film-play-info__button-icon-wrap {
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }
}
.film-play-info__button-icon-wrap--accent {
  background: linear-gradient(81deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0) 56.53%), radial-gradient(182.5% 50% at 100% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(173.31% 111.74% at 100% 100%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(162.5% 111.87% at 0% 0%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(161.51% 111.8% at 50% 100%, rgba(255, 214, 0, 0.72) 0%, rgba(255, 212, 0, 0) 100%), #ff0000;
}
@media (min-width: 768px) {
  .film-play-info__button-content {
    padding-right: 20px;
  }
}
.film-play-info__button-title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .film-play-info__button-title {
    font-size: 1.25vw;
  }
}
.film-play-info__button-subtitle {
  font-size: 16px;
  color: rgba(0, 0, 5, 0.48);
}
@media (min-width: 1920px) {
  .film-play-info__button-subtitle {
    font-size: 0.8333333333vw;
  }
}
.film-play-info__button-icon {
  width: 24px;
  height: 24px;
  color: #ff8000;
}
@media (min-width: 1920px) {
  .film-play-info__button-icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.catalog-header {
  padding-top: 14px;
}
@media (min-width: 920px) {
  .catalog-header {
    padding-top: 24px;
  }
}
@media (min-width: 1920px) {
  .catalog-header {
    margin-bottom: 2.5vw;
  }
}
.catalog-header__container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 920px) {
  .catalog-header__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
  }
}
.catalog-header__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.catalog-header__top {
  align-items: center;
  column-gap: 24px;
  display: flex;
}
@media (max-width: 767px) {
  .catalog-header__top {
    display: block;
  }
}
@media (max-width: 767px) {
  .catalog-header__top .catalog-header__filters-button {
    margin-top: 16px;
    font-size: 16px;
  }
}
.catalog-header__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .catalog-header__title {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  .catalog-header__title {
    font-size: 2.5vw;
  }
}
.catalog-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
  margin-top: 4px;
}
@media (min-width: 1280px) {
  .catalog-header__subtitle {
    font-size: 20px;
    margin-top: 12px;
  }
}
@media (min-width: 1920px) {
  .catalog-header__subtitle {
    font-size: 1.3541666667vw;
  }
}
.catalog-header__filters-button {
  padding: 8px 14px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.catalog-header__filters-button .button__content {
  column-gap: 8px;
}
.catalog-header__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-filter {
  display: flex;
  justify-content: center;
  padding: 6px 12px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  color: #ffffff;
  transition: border-color 0.3s;
  cursor: pointer;
  column-gap: 8px;
}
@media (min-width: 1920px) {
  .tag-filter {
    padding: 0.3125vw 0.625vw;
    border-width: 0.0520833333vw;
    border-radius: 1.6666666667vw;
    column-gap: 0.4166666667vw;
  }
}
.tag-filter:hover {
  border-color: #ffffff;
}

.sort-select {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 240px;
  max-width: 320px;
  height: 64px;
  padding: 12px 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)), linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
  border-radius: 16px;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .sort-select {
    max-width: 16.6666666667vw;
    height: 3.3333333333vw;
    padding: 0.625vw 0.8333333333vw;
    border-radius: 0.8333333333vw;
  }
}

.sort-select__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 16px;
  background-color: transparent;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .sort-select__select {
    padding-top: 1.0416666667vw;
    padding-left: 0.8333333333vw;
    border-radius: 0.8333333333vw;
    font-size: 0.8333333333vw;
  }
}

.sort-select__icon {
  position: absolute;
  top: 50%;
  right: 24px;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (min-width: 1920px) {
  .sort-select__icon {
    right: 1.25vw;
  }
}

.sort-select__label {
  position: absolute;
  left: 16px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.48);
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .sort-select__label {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .sort-select__label {
    left: 0.8333333333vw;
    font-size: 1.0416666667vw;
  }
}

.filters {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
}
.filters.active {
  display: block;
}
.filters__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 5, 0.9);
}
.filters__wrap {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  color: rgb(0, 0, 5);
  row-gap: 32px;
}
@media (min-width: 920px) {
  .filters__wrap {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .filters__wrap {
    width: 35%;
  }
}
@media (min-width: 1920px) {
  .filters__wrap {
    row-gap: 1.6666666667vw;
  }
}
.filters__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  padding-bottom: 0;
}
@media (min-width: 920px) {
  .filters__header {
    padding: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .filters__header {
    padding: 1.25vw;
    padding-bottom: 0;
  }
}
.filters__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .filters__title {
    font-size: 2.5vw;
  }
}
.filters__icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .filters__icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.filters__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
  padding-top: 0;
  row-gap: 40px;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 920px) {
  .filters__content {
    padding: 24px;
    padding-top: 0;
  }
}
@media (min-width: 1920px) {
  .filters__content {
    row-gap: 2.0833333333vw;
    padding: 1.25vw;
    padding-top: 0;
  }
}
.filters__footer {
  display: flex;
  align-items: center;
  padding: 12px;
  border-top: 1px solid rgba(0, 0, 5, 0.12);
}
@media (min-width: 1920px) {
  .filters__footer {
    padding: 0.625vw;
  }
}
.filters__clear-button {
  display: flex;
  align-items: center;
  padding: 0 32px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: rgb(229, 46, 46);
  column-gap: 8px;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .filters__clear-button {
    padding: 0 1.6666666667vw;
    font-size: 0.8333333333vw;
    column-gap: 0.4166666667vw;
  }
}
.filters__button {
  flex-grow: 1;
}

.field-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.field-header__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
.field-header__reset {
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 5, 0.48);
  cursor: pointer;
}
.field-header__reset--active {
  color: rgb(255, 128, 0);
}

.download-popup {
  padding: 0;
  width: 100%;
  user-select: none; /* Запрет выделения текста */
  -webkit-user-select: none; /* Для Safari */
  -moz-user-select: none; /* Для Firefox */
  -ms-user-select: none; /* Для старых версий IE/Edge */
}
.download-popup .checkbox-button {
  background-color: #f8f8f8;
}
.download-popup .checkbox-button:hover {
  background-color: #efefef;
}
.download-popup .checkbox-button:active {
  transform: scale(0.95);
  background-color: #ffe9da;
}
@media (min-width: 920px) {
  .download-popup {
    padding: 20px;
    width: 768px;
  }
}
.download-popup__text_secondary {
  margin-top: 4px;
  font-size: 16px;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
}
@media (min-width: 600px) {
  .download-popup__text_secondary {
    font-size: 20px;
  }
}
.download-popup__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .download-popup__title {
    font-size: 1.9791666667vw;
  }
}
.download-popup__subtitle {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 8px;
}
@media (min-width: 1920px) {
  .download-popup__subtitle {
    font-size: 0.9375vw;
  }
}
.download-popup .field-header__title {
  font-size: 20px;
}
@media (min-width: 600px) {
  .download-popup .field-header__title {
    font-size: 24px;
  }
}
.download-popup-subheader {
  text-align: left;
}
.download-popup .checkbox-group__container {
  margin-top: 15px;
  margin-bottom: 25px;
}
@media (min-width: 600px) {
  .download-popup .checkbox-group__container {
    margin-top: 36px;
    margin-bottom: 30px;
  }
}
.download-popup .video_checkbox_group {
  display: block;
}
@media (min-width: 600px) {
  .download-popup .video_checkbox_group {
    display: flex;
  }
}
.download-popup .video_checkbox_group .movie-hero-new__action {
  display: inline;
}
.download-popup .video_checkbox_group .checkbox-group__label {
  margin-bottom: 10px;
}
.download-popup .video_checkbox_group .movie-hero-new__action {
  font-weight: 800;
}
.download-popup .video_checkbox_group .checkbox-group__item {
  display: inline !important;
  text-align: left;
  padding: 16px 10px 16px 22px;
}
.download-popup .video_checkbox_group .checkbox-group__item .video_info_block {
  text-align: left;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  font-weight: 800;
  font-size: 35px;
}
@media (min-width: 600px) {
  .download-popup .video_checkbox_group .checkbox-group__item {
    text-align: center;
    padding: 24px 10px;
    display: block !important;
  }
  .download-popup .video_checkbox_group .checkbox-group__item .video_info_block {
    display: block;
    text-align: center;
    padding-left: unset;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .download-popup .subtitle_checkbox_group {
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    /* Для Safari и Chrome */
  }
  .download-popup .subtitle_checkbox_group::-webkit-scrollbar {
    display: none;
  }
}
.download-popup .subtitle_checkbox_group .checkbox-group__label {
  min-width: 150px;
  display: block;
}
.download-popup .checkbox-group__input:checked ~ .checkbox-group__item {
  background: rgba(255, 128, 0, 0.16);
}
.download-popup .checkbox-group__item button {
  pointer-events: none;
}
.download-popup .checkbox-group__label input:not(:checked) + .checkbox-group__item .movie-hero-new__action-icon {
  background: rgba(255, 128, 0, 0.16);
  color: rgb(255, 128, 0);
}
.download-popup__nicebutton {
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 5, 0.48);
  cursor: pointer;
}
.download-popup__nicebutton--active {
  color: rgb(255, 128, 0);
}
.download-popup__text {
  color: #000005;
  font-family: "Inter", monospace;
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 1920px) {
  .download-popup__text {
    font-size: 24px;
  }
}
.download-popup__text_secondary {
  color: rgba(0, 0, 0, 0.48);
  font-family: "Inter", monospace;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 1920px) {
  .download-popup__text_secondary {
    font-size: 22px;
  }
}
.download-popup .download-bottom-info {
  display: block;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
@media (min-width: 600px) {
  .download-popup .download-bottom-info {
    display: flex;
  }
}
.download-popup .download-bottom-info-left-part {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
@media (min-width: 600px) {
  .download-popup .download-bottom-info-left-part {
    padding-bottom: 0;
  }
}
.download-popup .download-bottom-info-red {
  color: #FF0040;
}
.download-popup .download-bottom-info-red {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px; /* Скругление углов */
  cursor: pointer; /* Изменение курсора */
  transition: border 0.3s ease-in-out; /* Плавный переход */
  border: 2px solid rgba(255, 0, 0, 0); /* Красная обводка при наведении */
}
.download-popup .download-bottom-info-red:hover {
  border: 2px solid red; /* Красная обводка при наведении */
}

.checkbox-group__container {
  display: flex;
  column-gap: 8px;
  margin-top: 16px;
}
@media (min-width: 1920px) {
  .checkbox-group__container {
    column-gap: 0.4166666667vw;
    margin-top: 0.8333333333vw;
  }
}
.checkbox-group__label {
  display: flex;
  flex-grow: 1;
}
.checkbox-group__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding: 12px;
  border: 1px solid rgba(0, 0, 5, 0.12);
  border-radius: 12px;
  cursor: pointer;
  row-gap: 8px;
}
@media (min-width: 1920px) {
  .checkbox-group__item {
    padding: 0.625vw;
    border-width: 0.0520833333vw;
    border-radius: 0.625vw;
  }
}
.checkbox-group__input:checked ~ .checkbox-group__item {
  background-color: rgba(0, 0, 5, 0.12);
  border-color: transparent;
}
.checkbox-group__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.checkbox-group__info {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 5, 0.48);
}
.checkbox-group__input:checked ~ .checkbox-group__item .checkbox-group__info {
  display: none;
}
.checkbox-group__info-active {
  display: none;
  font-size: 12px;
  font-weight: 500;
  color: rgb(53, 178, 73);
}
.checkbox-group__input:checked ~ .checkbox-group__item .checkbox-group__info-active {
  display: block;
}

.checkbox-list__content {
  display: grid;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 5, 0.12);
  border-radius: 12px;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 1920px) {
  .checkbox-list__content {
    margin-top: 0.8333333333vw;
    padding: 0.625vw;
    border-width: 0.0520833333vw;
    border-radius: 0.625vw;
    gap: 0.8333333333vw;
  }
}

.checkbox {
  display: flex;
  column-gap: 12px;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .checkbox {
    column-gap: 0.625vw;
  }
}
.checkbox__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 5, 0.12);
  border-radius: 8px;
}
@media (min-width: 1920px) {
  .checkbox__box {
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 0.4166666667vw;
  }
}
.checkbox__icon {
  flex-shrink: 0;
  width: 8px;
  height: 6px;
  opacity: 0;
}
@media (min-width: 1920px) {
  .checkbox__icon {
    width: 0.4166666667vw;
    height: 0.3125vw;
  }
}
.checkbox__input:checked ~ .checkbox__box .checkbox__icon {
  opacity: 1;
}
.checkbox__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.range__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.range__values {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: rgba(0, 0, 5, 0.08);
  border-radius: 12px;
  column-gap: 25px;
  min-width: 130px;
}
@media (min-width: 1920px) {
  .range__values {
    padding: 0.625vw 0.8333333333vw;
    border-radius: 0.625vw;
    column-gap: 1.3020833333vw;
  }
}
.range__from, .range__to {
  display: flex;
  column-gap: 8px;
  align-items: flex-end;
}
@media (min-width: 1920px) {
  .range__from, .range__to {
    column-gap: 0.4166666667vw;
  }
}
.range__value {
  font-size: 16px;
}
@media (min-width: 1920px) {
  .range__value {
    font-size: 0.8333333333vw;
  }
}
.range__label {
  font-size: 12px;
  line-height: 1;
  color: rgba(0, 0, 5, 0.48);
}
@media (min-width: 1920px) {
  .range__label {
    font-size: 0.625vw;
  }
}
.range__container {
  margin-top: 16px;
}
@media (min-width: 1920px) {
  .range__container {
    margin-top: 0.8333333333vw;
  }
}
.range__legend {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 1920px) {
  .range__legend {
    margin-top: 0.8333333333vw;
  }
}
.range__legend-item {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 5, 0.48);
  text-align: center;
}
@media (min-width: 1920px) {
  .range__legend-item {
    font-size: 0.8333333333vw;
  }
}
.range .range-slider {
  height: 4px;
  background: rgba(0, 0, 5, 0.12);
}
@media (min-width: 1920px) {
  .range .range-slider {
    height: 0.2083333333vw;
  }
}
.range .range-slider__range {
  background-color: rgb(255, 128, 0);
}
.range .range-slider__thumb {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 4px solid rgb(0, 0, 5);
  border-radius: 50%;
}

.dialogue {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  row-gap: 8px;
  text-wrap: balance;
}
@media (min-width: 920px) {
  .dialogue {
    display: grid;
    grid-template-columns: 64px 1fr;
    column-gap: 8px;
    transition: background-color 0.3s;
  }
  .dialogue:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
}
@media (min-width: 920px) and (min-width: 1280px) {
  .dialogue {
    padding: 28px 20px;
    grid-template-columns: 64px 1fr auto;
  }
}
@media (min-width: 920px) and (min-width: 1920px) {
  .dialogue {
    padding: 1.4583333333vw 1.0416666667vw;
    grid-template-columns: 3.3333333333vw 1fr 1fr;
    column-gap: 0.4166666667vw;
    border-width: 0.0520833333vw;
  }
}
.dialogue__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 1920px) {
  .dialogue__content {
    row-gap: 0.4166666667vw;
  }
}
.dialogue__time {
  font-size: 10px;
  font-size: 1;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
}
@media (min-width: 920px) {
  .dialogue__time {
    margin-top: 12px;
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .dialogue__time {
    margin-top: 0.625vw;
    font-size: 0.625vw;
  }
}
.dialogue__original {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}
@media (min-width: 600px) {
  .dialogue__original {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .dialogue__original {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .dialogue__original {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .dialogue__original {
    font-size: 1.25vw;
  }
}
.dialogue__original > span {
  position: relative;
}
.dialogue__translation {
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.48);
}
@media (min-width: 920px) {
  .dialogue__translation {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .dialogue__translation {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .dialogue__translation {
    font-size: 1.0416666667vw;
  }
}
.dialogue__actions {
  display: flex;
  margin-top: 12px;
  column-gap: 24px;
}
@media (min-width: 920px) {
  .dialogue__actions {
    grid-column: 2;
    column-gap: 8px;
  }
}
@media (min-width: 1280px) {
  .dialogue__actions {
    margin-top: 0;
    margin-left: auto;
    grid-column: 3;
  }
}
@media (min-width: 1920px) {
  .dialogue__actions {
    column-gap: 0.4166666667vw;
  }
}
.dialogue__action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  row-gap: 8px;
}
@media (min-width: 920px) {
  .dialogue__action {
    flex-direction: row;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.08);
    column-gap: 8px;
    border-radius: 64px;
  }
}
@media (min-width: 1280px) {
  .dialogue__action {
    position: relative;
    width: 54px;
    height: 54px;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
  }
}
@media (min-width: 1920px) {
  .dialogue__action {
    width: 2.8125vw;
    height: 2.8125vw;
  }
}
@media (min-width: 1280px) {
  .dialogue:hover .dialogue__action {
    background-color: rgba(255, 255, 255, 0.08);
  }
}
.dialogue__icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .dialogue__icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.dialogue__label {
  display: none;
}
@media (min-width: 768px) {
  .dialogue__label {
    display: flex;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
  }
}
@media (min-width: 920px) {
  .dialogue__label {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .dialogue__label {
    position: absolute;
    top: -18px;
    left: 50%;
    padding: 12px 16px;
    background-color: #ffffff;
    border-radius: 16px;
    opacity: 0;
    color: rgb(0, 0, 5);
    white-space: nowrap;
    pointer-events: none;
    transform: translateY(-100%) translateX(-50%);
  }
}
@media (min-width: 1920px) {
  .dialogue__label {
    top: -0.9375vw;
    padding: 0.625vw 0.8333333333vw;
    border-radius: 0.8333333333vw;
  }
}
@media (min-width: 1280px) {
  .dialogue__label::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 12px solid transparent;
    border-top: 12px solid #ffffff;
    content: "";
    transform: translateY(99%) translateX(-50%);
  }
}
@media (min-width: 1920px) {
  .dialogue__label::before {
    border-width: 0.625vw;
    border-top-width: 0.625vw;
  }
}
.dialogue__action:hover .dialogue__label {
  opacity: 1;
}

.trial-modal {
  position: relative;
  width: 100%;
  max-width: 412px;
  margin-top: 90px;
  padding: 24px;
  padding-top: 96px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (min-width: 920px) {
  .trial-modal {
    padding: 16px;
    padding-top: 96px;
  }
}
@media (min-width: 1920px) {
  .trial-modal {
    max-width: 21.4583333333vw;
    margin-top: 4.6875vw;
    padding: 0.8333333333vw;
    padding-top: 5vw;
    border-radius: 0.8333333333vw;
  }
}
.trial-modal::before {
  position: absolute;
  top: -90px;
  left: 50%;
  display: flex;
  width: 116px;
  height: 158px;
  background-image: url("/wp-content/themes/2sub/images/trial-modal-img.webp");
  background-size: cover;
  content: "";
  transform: translateX(-50%);
}
@media (min-width: 1920px) {
  .trial-modal::before {
    top: -4.6875vw;
    width: 6.0416666667vw;
    height: 8.2291666667vw;
  }
}
.trial-modal__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #000005;
  text-align: center;
}
@media (min-width: 1920px) {
  .trial-modal__title {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
  }
}
.trial-modal__subtitle {
  margin-top: 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 5, 0.4784313725);
  text-align: center;
}
@media (min-width: 1920px) {
  .trial-modal__subtitle {
    margin-top: 0.2083333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
  }
}
.trial-modal__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
  row-gap: 8px;
}
@media (min-width: 1920px) {
  .trial-modal__footer {
    margin-top: 1.25vw;
    row-gap: 0.4166666667vw;
  }
}
.trial-modal__button {
  padding: 16px;
}
@media (min-width: 1920px) {
  .trial-modal__button {
    padding: 0.8333333333vw;
  }
}
.trial-modal__button .button__content {
  font-size: 24px;
}
@media (min-width: 1920px) {
  .trial-modal__button .button__content {
    font-size: 1.25vw;
  }
}
.trial-modal__button.button--primary {
  color: #000005;
}

.time-end-modal {
  position: relative;
  display: block;
  column-gap: 4px;
  margin-top: 56px;
  text-align: center;
}
@media (min-width: 1280px) {
  .time-end-modal {
    display: inline-flex;
  }
}
@media (min-width: 1920px) {
  .time-end-modal {
    column-gap: 0.2083333333vw;
    margin-top: 2.9166666667vw;
  }
}
.time-end-modal__close {
  position: absolute;
  top: -56px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
}
@media (min-width: 1920px) {
  .time-end-modal__close {
    top: -2.9166666667vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.time-end-modal__icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .time-end-modal__icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.time-end-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 368px;
  padding: 30px 32px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)), linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
  border-radius: 24px;
  backdrop-filter: blur(10px);
  row-gap: 4px;
}
.time-end-modal__content::before {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #000005;
  background-image: url("/wp-content/themes/2sub/images/icons/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  content: "";
  transform: translateX(50%) translateY(-50%) rotate(-90deg);
}
@media (min-width: 1920px) {
  .time-end-modal__content::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (min-width: 1920px) {
  .time-end-modal__content {
    max-width: 19.1666666667vw;
    padding: 1.5625vw 1.6666666667vw;
    border-radius: 1.25vw;
    row-gap: 0.2083333333vw;
    backdrop-filter: blur(0.5208333333vw);
  }
}
.time-end-modal__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 1920px) {
  .time-end-modal__title {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }
}
.time-end-modal__description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .time-end-modal__description {
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
  }
}
.time-end-modal__wrap {
  display: block;
  align-items: center;
  padding: 24px;
  padding-left: 32px;
  background-color: #ffffff;
  border-radius: 24px;
  column-gap: 24px;
}
@media (min-width: 1280px) {
  .time-end-modal__wrap {
    display: flex;
  }
}
@media (min-width: 1920px) {
  .time-end-modal__wrap {
    display: flex;
    padding: 1.25vw;
    padding-left: 1.6666666667vw;
    border-radius: 1.25vw;
    column-gap: 1.25vw;
  }
}
.time-end-modal__img {
  width: 72px;
  height: 80px;
  text-align: center;
}
@media (min-width: 1920px) {
  .time-end-modal__img {
    width: 3.75vw;
    height: 4.1666666667vw;
  }
}
.time-end-modal__price-wrap {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.time-end-modal__price-wrap-top {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin: auto;
}
@media (min-width: 1920px) {
  .time-end-modal__price-wrap-top {
    column-gap: 0.8333333333vw;
  }
}
.time-end-modal__old-price {
  position: relative;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: rgba(0, 0, 5, 0.5);
}
@media (min-width: 1920px) {
  .time-end-modal__old-price {
    font-size: 1.6666666667vw;
  }
}
.time-end-modal__old-price span {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .time-end-modal__old-price span {
    font-size: 1.25vw;
  }
}
.time-end-modal__old-price::before {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 4px;
  background-color: rgb(229, 46, 46);
  border-bottom: 2px solid #ffffff;
  content: "";
  transform: translateY(-50%) rotate(5deg);
}
@media (min-width: 1920px) {
  .time-end-modal__old-price::before {
    height: 0.2083333333vw;
    border-bottom-width: 0.1041666667vw;
  }
}
.time-end-modal__discount {
  position: relative;
  z-index: 1;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .time-end-modal__discount {
    font-size: 0.7291666667vw;
  }
}
.time-end-modal__discount::before {
  position: absolute;
  left: -5%;
  z-index: -1;
  width: 110%;
  height: 100%;
  background-color: rgb(229, 46, 46);
  content: "";
  transform: skew(-10deg);
}
.time-end-modal__price {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  color: #000000;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .time-end-modal__price {
    font-size: 3.3333333333vw;
  }
}
.time-end-modal__currency {
  font-size: 34px;
}
@media (min-width: 1920px) {
  .time-end-modal__currency {
    font-size: 1.7708333333vw;
  }
}
.time-end-modal__duration {
  opacity: 0.5;
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 1920px) {
  .time-end-modal__duration {
    font-size: 1.6666666667vw;
  }
}
.time-end-modal__buy {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  row-gap: 16px;
}
@media (min-width: 1920px) {
  .time-end-modal__buy {
    margin-left: 1.25vw;
    column-gap: 0.8333333333vw;
  }
}

.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #000005;
}
.timer__item {
  padding: 4px 5px;
  background-color: rgba(0, 0, 5, 0.1215686275);
  border-radius: 4px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #000005;
  text-align: center;
  letter-spacing: 0.01em;
}

.end-time-modal {
  display: inline-flex;
  flex-direction: column;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .end-time-modal {
    display: grid;
    width: 100%;
    max-width: 662px;
    margin-top: 64px;
    padding: 0;
    background-color: transparent;
    gap: 4px;
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (min-width: 1920px) {
  .end-time-modal {
    max-width: 34.4791666667vw;
    margin-top: 3.3333333333vw;
    gap: 0.2083333333vw;
    border-radius: 0.8333333333vw;
  }
}
.end-time-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .end-time-modal__content {
    padding: 40px 24px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)), linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
    border-radius: 24px;
    row-gap: 16px;
  }
}
@media (min-width: 1920px) {
  .end-time-modal__content {
    padding: 2.0833333333vw 1.25vw;
    border-radius: 1.25vw;
    row-gap: 0.8333333333vw;
  }
}
.end-time-modal__content::before {
  display: none;
}
@media (min-width: 768px) {
  .end-time-modal__content::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #000005;
    background-image: url("/wp-content/themes/2sub/images/icons/arrow-bottom.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    content: "";
    transform: translateX(50%) translateY(-50%) rotate(-90deg);
  }
}
@media (min-width: 1920px) {
  .end-time-modal__content::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.end-time-modal__img-hourglass {
  width: 89px;
  height: 60px;
}
@media (min-width: 768px) {
  .end-time-modal__img-hourglass {
    width: 140px;
    height: 94px;
  }
}
@media (min-width: 1920px) {
  .end-time-modal__img-hourglass {
    width: 7.2916666667vw;
    height: 4.8958333333vw;
  }
}
.end-time-modal__title {
  margin-top: 18px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000005;
  text-align: center;
}
@media (min-width: 768px) {
  .end-time-modal__title {
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
}
@media (min-width: 1920px) {
  .end-time-modal__title {
    margin-top: 0.8333333333vw;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
  }
}
.end-time-modal__description {
  opacity: 0.6;
  font-size: 14px;
  line-height: 20px;
  color: #000005;
  text-align: center;
}
@media (min-width: 768px) {
  .end-time-modal__description {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
  }
}
@media (min-width: 1920px) {
  .end-time-modal__description {
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
  }
}
.end-time-modal__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .end-time-modal__inner {
    position: relative;
    margin-top: 0;
    padding: 24px;
    padding-top: 88px;
    background-color: #ffffff;
    border-radius: 24px;
  }
}
@media (min-width: 1920px) {
  .end-time-modal__inner {
    padding: 1.25vw;
    padding-top: 4.5833333333vw;
    border-radius: 1.25vw;
  }
}
.end-time-modal__price-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 5, 0.08);
  border-bottom: 1px solid rgba(0, 0, 5, 0.08);
  column-gap: 24px;
}
@media (min-width: 768px) {
  .end-time-modal__price-wrap {
    padding: 0;
    border: none;
  }
}
@media (min-width: 1920px) {
  .end-time-modal__price-wrap {
    margin-bottom: 1.25vw;
    padding: 1.25vw 0;
    border-top: 0.0520833333vw solid rgba(0, 0, 5, 0.08);
    border-bottom: 0.0520833333vw solid rgba(0, 0, 5, 0.08);
    column-gap: 1.25vw;
  }
}
.end-time-modal__price-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.end-time-modal__duration {
  opacity: 0.5;
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 1920px) {
  .end-time-modal__duration {
    font-size: 1.6666666667vw;
  }
}
.end-time-modal__img-present {
  width: 79px;
  height: 89px;
}
@media (min-width: 768px) {
  .end-time-modal__img-present {
    position: absolute;
    top: 0;
    left: 50%;
    width: 112px;
    height: 127px;
    transform: translateX(-50%) translateY(-64px);
  }
}
@media (min-width: 1920px) {
  .end-time-modal__img-present {
    width: 5.8333333333vw;
    height: 6.6145833333vw;
  }
}
.end-time-modal__price-wrap-bottom {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
@media (min-width: 1920px) {
  .end-time-modal__price-wrap-bottom {
    column-gap: 0.8333333333vw;
  }
}
.end-time-modal__old-price {
  position: relative;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: rgba(0, 0, 5, 0.5);
}
@media (min-width: 1920px) {
  .end-time-modal__old-price {
    font-size: 1.6666666667vw;
  }
}
.end-time-modal__old-price span {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .end-time-modal__old-price span {
    font-size: 1.25vw;
  }
}
.end-time-modal__old-price::before {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 4px;
  background-color: rgb(229, 46, 46);
  border-bottom: 2px solid #ffffff;
  content: "";
  transform: translateY(-50%) rotate(5deg);
}
@media (min-width: 1920px) {
  .end-time-modal__old-price::before {
    height: 0.2083333333vw;
    border-bottom-width: 0.1041666667vw;
  }
}
.end-time-modal__discount {
  position: relative;
  z-index: 1;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .end-time-modal__discount {
    font-size: 0.7291666667vw;
  }
}
.end-time-modal__discount::before {
  position: absolute;
  left: -5%;
  z-index: -1;
  width: 110%;
  height: 100%;
  background-color: rgb(229, 46, 46);
  content: "";
  transform: skew(-10deg);
}
.end-time-modal__price {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  color: #000000;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .end-time-modal__price {
    font-size: 3.3333333333vw;
  }
}
.end-time-modal__currency {
  font-size: 34px;
}
@media (min-width: 1920px) {
  .end-time-modal__currency {
    font-size: 1.7708333333vw;
  }
}
.end-time-modal__button-buy {
  margin-top: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 1920px) {
  .end-time-modal__button-buy {
    margin-top: 1.25vw;
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
  }
}
.end-time-modal__button-buy .button__content {
  font-size: 24px;
}
@media (min-width: 1920px) {
  .end-time-modal__button-buy .button__content {
    font-size: 1.25vw;
  }
}
.end-time-modal__button-primary {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .end-time-modal__button-primary {
    grid-row: 2;
    grid-column: 1/span 2;
    margin-top: 0;
  }
}
.end-time-modal__button-primary .button__content {
  color: #000005;
}
@media (min-width: 768px) {
  .end-time-modal__button-primary .button__content {
    color: #ffffff;
  }
}

.profile {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
}
@media (min-width: 1920px) {
  .profile {
    max-width: 16.6666666667vw;
    justify-self: flex-end;
  }
}

.profile__user {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media (min-width: 1920px) {
  .profile__user {
    column-gap: 0.8333333333vw;
  }
}

.profile__content {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .profile__content {
    row-gap: 0.1041666667vw;
  }
}

.profile__name {
  font-size: 20px;
  line-height: 1;
  color: white !important;
}
@media (min-width: 1920px) {
  .profile__name {
    font-size: 1.0416666667vw;
  }
}

.profile__email {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
}
@media (min-width: 1920px) {
  .profile__email {
    font-size: 0.7291666667vw;
  }
}

.profile__icon-img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .profile__icon-img {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.profile__logout {
  width: 48px;
  height: 48px;
  margin-left: auto;
}
@media (min-width: 1920px) {
  .profile__logout {
    width: 2.5vw;
    height: 2.5vw;
  }
}

.profile__logout-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .profile__logout-icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.profile__nav {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  row-gap: 12px;
}
@media (min-width: 1920px) {
  .profile__nav {
    row-gap: 0.625vw;
    margin-top: 0.8333333333vw;
  }
}

.profile__link {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.48);
  text-decoration: none;
  column-gap: 12px;
}
@media (min-width: 1920px) {
  .profile__link {
    font-size: 1.0416666667vw;
    column-gap: 0.625vw;
  }
}

.profile__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
@media (min-width: 1920px) {
  .profile__icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

.premium-button {
  margin-top: 24px;
  padding: 12px 20px;
}
@media (min-width: 1920px) {
  .premium-button {
    margin-top: 1.25vw;
    padding: 0.625vw 1.0416666667vw;
  }
}

.premium-button .button__inner {
  width: 100%;
}

.premium-button__content {
  display: flex;
  align-items: center;
  width: 100%;
}

.premium-button__present-img {
  width: 36px;
  height: 40px;
  margin-right: 28px;
}
@media (min-width: 1920px) {
  .premium-button__present-img {
    width: 1.875vw;
    height: 2.0833333333vw;
    margin-right: 1.4583333333vw;
  }
}

.premium-button__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 6px;
}
@media (min-width: 1920px) {
  .premium-button__wrap {
    border-width: 0.0520833333vw;
    row-gap: 0.3125vw;
  }
}

.premium-button__price-wrap {
  display: flex;
  column-gap: 8px;
}
@media (min-width: 1920px) {
  .premium-button__price-wrap {
    column-gap: 0.4166666667vw;
  }
}

.premium-button__old-price {
  position: relative;
  opacity: 0.7;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: none;
}
@media (min-width: 1920px) {
  .premium-button__old-price {
    font-size: 0.625vw;
  }
}

.premium-button__old-price::before {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(243, 4, 88);
  content: "";
  transform: translateY(-50%) rotate(5deg);
}
@media (min-width: 1920px) {
  .premium-button__old-price::before {
    height: 0.2083333333vw;
    border-bottom-width: 0.1041666667vw;
  }
}

.premium-button__price {
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
}
@media (min-width: 1920px) {
  .premium-button__price {
    font-size: 0.625vw;
  }
}

.premium-button__discount {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 18px;
  margin-left: auto;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 1000;
  color: rgb(229, 46, 46);
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 1920px) {
  .premium-button__discount {
    width: 1.875vw;
    height: 0.9375vw;
    font-size: 0.7291666667vw;
  }
}

.premium-button__discount::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: "";
  transform: skew(-15deg);
}

.profile__label {
  width: 100%;
  margin-top: 24px;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
  text-align: center;
}
.profile__label > b {
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 1920px) {
  .profile__label {
    margin-top: 1.25vw;
    font-size: 0.625vw;
  }
}

.profile__cancel-premium {
  margin-top: 12px;
}
@media (min-width: 1920px) {
  .profile__cancel-premium {
    margin-top: 0.625vw;
  }
}
.profile__cancel-premium .button__content {
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
  text-transform: none;
}
@media (min-width: 1920px) {
  .profile__cancel-premium .button__content {
    font-size: 0.8333333333vw;
  }
}

.subscribe-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  background-image: url("/wp-content/themes/2sub/images/subscribe-hero/subscribe-hero-bg.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .subscribe-hero {
    background-position: bottom right;
    background-size: cover;
  }
}
@media (min-width: 1440px) {
  .subscribe-hero {
    padding-top: 0;
  }
}
.subscribe-hero::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 68%;
  background-image: url("/wp-content/themes/2sub/images/subscribe-hero/subscribe-hero-decoration.webp");
  background-size: cover;
  content: "";
  aspect-ratio: 69/68;
}

@media (min-width: 768px) {
  .subscribe-hero::before {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .subscribe-hero::before {
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .subscribe-hero::before {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .subscribe-hero::before {
    width: 50%;
  }
}
.subscribe-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  row-gap: 16px;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .subscribe-hero__content {
    max-width: 70%;
    padding-top: 5vh;
    row-gap: 24px;
  }
}
@media (min-width: 1280px) {
  .subscribe-hero__content {
    max-width: 50%;
    padding-top: 7vh;
  }
}
@media (min-width: 1440px) {
  .subscribe-hero__content {
    max-width: 70%;
    padding-top: 12vh;
    padding-left: 128px;
    row-gap: 32px;
  }
}
@media (min-width: 1920px) {
  .subscribe-hero__content {
    max-width: 60%;
    padding-top: 15vh;
    padding-left: 8.5416666667vw;
    row-gap: 1.6666666667vw;
  }
}
.subscribe-hero__title {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .subscribe-hero__title {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .subscribe-hero__title {
    font-size: 80px;
    line-height: 84px;
  }
}
@media (min-width: 1920px) {
  .subscribe-hero__title {
    font-size: 4.1666666667vw;
    line-height: 4.375vw;
  }
}
.subscribe-hero__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
  white-space: pre-wrap;
}

@media (min-width: 768px) {
  .subscribe-hero__subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .subscribe-hero__subtitle {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1920px) {
  .subscribe-hero__subtitle {
    font-size: 1.3541666667vw;
    line-height: 1.875vw;
  }
}
.subscribe-hero__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .subscribe-hero__bottom {
    column-gap: 24px;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .subscribe-hero__bottom {
    margin-top: 38px;
  }
}
@media (min-width: 1920px) {
  .subscribe-hero__bottom {
    margin-top: 1.9791666667vw;
    column-gap: 1.25vw;
  }
}
.subscribe-hero-button .button__content {
  justify-content: flex-start;
}

.subscribe-hero-button__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subscribe-hero-button__title {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 18px;
}

@media (min-width: 1024px) {
  .subscribe-hero-button__title {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .subscribe-hero-button__title {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .subscribe-hero-button__title {
    font-size: 1.6666666667vw;
  }
}
.subscribe-hero-button__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

@media (min-width: 1024px) {
  .subscribe-hero-button__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .subscribe-hero-button__subtitle {
    font-size: 0.8333333333vw;
  }
}
.subscribe-hero__info {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.48);
  white-space: pre-wrap;
}

@media (min-width: 1920px) {
  .subscribe-hero__info {
    font-size: 0.7291666667vw;
  }
}
.user-hero {
  padding-top: 80px;
}

@media (min-width: 768px) {
  .user-hero {
    padding-top: 88px;
  }
}
@media (min-width: 1024px) {
  .user-hero {
    padding-top: 116px;
  }
}
@media (min-width: 1280px) {
  .user-hero {
    padding-top: 124px;
  }
}
@media (min-width: 1920px) {
  .user-hero {
    padding-top: 7.5vw;
  }
}
.heading {
  margin-bottom: 16px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .heading {
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .heading {
    margin-bottom: 32px;
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  .heading {
    margin-bottom: 1.6666666667vw;
    font-size: 2.5vw;
  }
}
.subscription-card-info {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  padding: 2px;
  background: linear-gradient(84.4deg, #ff0040 0%, #ff0080 100%);
  border-radius: 14px;
}

@media (min-width: 1920px) {
  .subscription-card-info {
    max-width: 46.875vw;
    padding: 0.1041666667vw;
    border-radius: 0.7291666667vw;
  }
}
.subscription-card-info__label {
  position: absolute;
  top: 0;
  left: 70px;
  display: flex;
  align-items: center;
  height: 40px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .subscription-card-info__label {
    left: 80px;
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .subscription-card-info__label {
    left: 4.1666666667vw;
    height: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
}
.subscription-card-info__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  padding-top: 68px;
  padding-bottom: 32px;
  background-image: url("/wp-content/themes/2sub/images/subscription-card-info/mask.svg");
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 12px;
  overflow: hidden;
  column-gap: 100px;
  row-gap: 16px;
}

@media (min-width: 768px) {
  .subscription-card-info__content {
    flex-direction: row;
    padding-left: 43px;
  }
}
@media (min-width: 1920px) {
  .subscription-card-info__content {
    padding-left: 2.2395833333vw;
    background-size: cover;
    border-radius: 0.625vw;
    column-gap: 5.2083333333vw;
  }
}
.subscription-card-info__content::after {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #050404;
  content: "";
}

@media (min-width: 1920px) {
  .subscription-card-info__content::after {
    top: 2.0833333333vw;
  }
}
.subscription-card-info__title {
  position: relative;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
}

@media (min-width: 1920px) {
  .subscription-card-info__title {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
  }
}
.subscription-card-info__image {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 152px;
  height: 229px;
}

@media (min-width: 1920px) {
  .subscription-card-info__image {
    width: 7.9166666667vw;
    height: 11.9270833333vw;
  }
}
.subscription-card-info__image:nth-of-type(1) {
  position: absolute;
  z-index: 2;
  transform: scale(0.5) translateX(-250%);
}

.subscription-card-info__image:nth-of-type(2) {
  position: absolute;
  z-index: 3;
  transform: translateX(-90%) scale(0.7);
}

.subscription-card-info__image:nth-of-type(3) {
  position: absolute;
  z-index: 4;
  transform: translateX(-50%);
}

.subscription-card-info__image:nth-of-type(4) {
  position: absolute;
  z-index: 3;
  transform: translateX(-10%) scale(0.7);
}

.subscription-card-info__image:nth-of-type(5) {
  position: absolute;
  z-index: 2;
  transform: scale(0.5) translateX(50%);
}

.subscription-card-info__icon-wrap {
  position: absolute;
  top: 70%;
  left: 50%;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(84.4deg, rgba(255, 0, 64, 0.32) 0%, rgba(255, 0, 128, 0.32) 100%);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 1920px) {
  .subscription-card-info__icon-wrap {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.subscription-card-info__icon-wrap::after {
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: linear-gradient(84.4deg, #ff0040 0%, #ff0080 100%);
  border-radius: 50%;
  content: "";
}

@media (min-width: 1920px) {
  .subscription-card-info__icon-wrap::after {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
.subscription-card-info__icon {
  position: relative;
  z-index: 2;
  display: flex;
  width: 20px;
  height: 18px;
}

@media (min-width: 1920px) {
  .subscription-card-info__icon {
    width: 1.0416666667vw;
    height: 0.9375vw;
  }
}
.subscription-card-info__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  row-gap: 16px;
}

@media (min-width: 768px) {
  .subscription-card-info__bottom {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .subscription-card-info__bottom {
    padding: 0.625vw 1.25vw;
    row-gap: 0.8333333333vw;
  }
}
.subscription-card-info__timer {
  color: #ffffff;
}

@media (min-width: 768px) {
  .subscription-card-info__timer {
    margin-left: 24px;
  }
}
@media (min-width: 1920px) {
  .subscription-card-info__timer {
    margin-left: 1.25vw;
  }
}
.subscription-card-info__timer .timer__item {
  background-color: #ffffff;
}

.subscription-card-info__link {
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: none;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 64px;
  color: #000005;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .subscription-card-info__link {
    margin-left: auto;
  }
}
@media (min-width: 1920px) {
  .subscription-card-info__link {
    padding: 0.625vw 1.0416666667vw;
    border-radius: 3.3333333333vw;
  }
}
.profile-auth-providers {
  display: grid;
  max-width: fit-content;
  gap: 12px;
}
.profile-auth-providers .profile-auth-item-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}
.profile-auth-providers .profile-auth-item-wrapper .wp_google_login {
  cursor: pointer;
  width: 100%;
}
.profile-auth-providers .profile-auth-item-wrapper .profile-auth-item-copy {
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
}
.profile-auth-providers .profile-auth-item-wrapper .profile-auth-item-copy:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .profile-auth-providers .profile-auth-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
}

.profile-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #f345cd;
  border-radius: 50%;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff !important;
  text-decoration: none;
  text-align: left;
}
@media (min-width: 1920px) {
  .profile-icon {
    width: 2.5vw;
    height: 2.5vw;
    font-size: 1.6666666667vw;
  }
}

.profile-icon__premium {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  transform: translateX(25%) translateY(25%);
}
@media (min-width: 1920px) {
  .profile-icon__premium {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}

.profile-icon__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-icon__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.profile-icon__picture {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}

.profile-modal {
  position: fixed;
  right: 0;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 28px 24px;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1920px) {
  .profile-modal {
    padding: 1.4583333333vw 1.25vw;
  }
}

.profile-modal.active {
  visibility: visible;
  opacity: 1;
}

.profile-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.profile-modal__wrap {
  position: relative;
  z-index: 2;
  padding: 24px;
  background-color: #000005;
  border-radius: 24px;
}
@media (min-width: 1920px) {
  .profile-modal__wrap {
    padding: 1.25vw;
    border-radius: 1.25vw;
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
}
.video-modal iframe {
  width: 100%;
  height: 450px;
}
.video-modal .close-modal {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.setting-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000 !important;
  display: none;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.setting-popup.active {
  display: flex;
}

.setting-popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 920px) {
  .setting-popup__overlay {
    background-color: transparent;
  }
}

.setting-popup__content {
  position: relative;
  z-index: 10000000 !important;
  display: flex;
  width: 100vw;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 920px) {
  .setting-popup__content {
    position: absolute;
    width: 408px;
  }
}
@media (min-width: 1920px) {
  .setting-popup__content {
    width: 21.25vw;
  }
}

.setting-popup-items {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 14px;
  color: #000005;
  padding-block: 16px;
}

.setting-popup-items.shift-left {
  transform: translateX(-100%);
}

.setting-popup-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
  cursor: pointer;
}
@media (min-width: 920px) {
  .setting-popup-checkbox {
    padding: 10px 16px;
    padding-inline: 24px;
    padding-block: 14px;
  }
}
@media (min-width: 1920px) {
  .setting-popup-checkbox {
    padding-inline: 1.25vw;
    padding-block: 0.7291666667vw;
  }
}

.setting-popup-checkbox:hover {
  background-color: rgba(0, 0, 5, 0.1215686275);
}

.setting-popup-checkbox__label {
  font-size: 12px;
}
@media (min-width: 920px) {
  .setting-popup-checkbox__label {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .setting-popup-checkbox__label {
    font-size: 0.8333333333vw;
  }
}

.setting-popup-checkbox__toggle {
  position: relative;
  display: flex;
  width: 40px;
  height: 24px;
  background: rgba(0, 0, 5, 0.1215686275);
  border-radius: 47px;
}
@media (min-width: 1920px) {
  .setting-popup-checkbox__toggle {
    width: 2.0833333333vw;
    height: 1.25vw;
    border-radius: 2.4479166667vw;
  }
}

.setting-popup-checkbox__toggle::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 5, 0.4784313725);
  border-radius: 50%;
  content: "";
  transition: transform 0.3s;
  transform: translateY(2px) translateX(2px);
}
@media (min-width: 1920px) {
  .setting-popup-checkbox__toggle::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    transform: translateY(0.1041666667vw) translateX(0.1041666667vw);
  }
}

.setting-popup-checkbox__input:checked + .setting-popup-checkbox__toggle::before {
  right: 2px;
  background-color: #000005;
  transform: translateY(2px) translateX(calc(100% - 2px));
}
@media (min-width: 1920px) {
  .setting-popup-checkbox__input:checked + .setting-popup-checkbox__toggle::before {
    right: 0.1041666667vw;
    transform: translateY(0.1041666667vw) translateX(calc(100% - 0.1041666667vw));
  }
}

.setting-popup-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  background-color: transparent;
  border: none;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media (min-width: 920px) {
  .setting-popup-button {
    padding: 10px 16px;
    padding-inline: 24px;
    padding-block: 14px;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .setting-popup-button {
    padding-inline: 1.25vw;
    padding-block: 0.7291666667vw;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 920px) {
  .setting-popup-button {
    padding-inline: 24px;
  }
}
@media (min-width: 1920px) {
  .setting-popup-button {
    padding-inline: 1.25vw;
  }
}

.setting-popup-button:hover {
  background-color: rgba(0, 0, 5, 0.1215686275);
}

.setting-popup-button:first-of-type {
  border-top: 1px solid rgba(0, 0, 5, 0.1215686275);
}

.setting-popup-button__icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .setting-popup-button__icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.setting-popup-button__label {
  display: flex;
  align-items: center;
  flex-grow: 1;
  pointer-events: none;
}

.setting-popup-button__value {
  display: flex;
  align-items: center;
  margin-right: 12px;
  margin-left: auto;
  font-size: 10px;
  color: rgba(0, 0, 5, 0.4784313725);
  column-gap: 8px;
}
@media (min-width: 920px) {
  .setting-popup-button__value {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .setting-popup-button__value {
    margin-right: 0.625vw;
    font-size: 0.625vw;
    column-gap: 0.4166666667vw;
  }
}

.setting-popup-button__value-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .setting-popup-button__value-icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.setting-popup-subs {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  width: 100%;
  color: #000005;
}

.setting-popup-subs.shift-left {
  transform: translateX(-100%);
}

.setting-popup-sub {
  z-index: 1;
  color: #000005;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  padding-block: 12px;
}

.setting-popup-sub.active {
  display: flex;
}

.setting-popup-sub__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
  border: none;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 5, 0.4784313725);
  transition: background-color 0.3s;
  cursor: pointer;
  column-gap: 12px;
  padding-block: 14px;
  padding-inline: 16px;
}
@media (min-width: 920px) {
  .setting-popup-sub__button {
    font-size: 16px;
    padding-block: 12px;
  }
}
@media (min-width: 1920px) {
  .setting-popup-sub__button {
    font-size: 0.8333333333vw;
    padding-block: 0.625vw;
    padding-inline: 0.8333333333vw;
  }
}

.setting-popup-sub__button:hover {
  background-color: rgba(0, 0, 5, 0.1215686275);
}

.setting-popup-sub__button-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .setting-popup-sub__button-icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.setting-popup-sub__items {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.setting-popup-sub-radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 14px;
  padding-inline: 24px;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .setting-popup-sub-radio {
    padding-block: 0.7291666667vw;
    padding-inline: 1.25vw;
  }
}

.setting-popup-sub-radio__label-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .setting-popup-sub-radio__label-icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.setting-popup-sub-radio__icon {
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 1920px) {
  .setting-popup-sub-radio__icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.setting-popup-sub-radio__label {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 16px;
}
@media (min-width: 1920px) {
  .setting-popup-sub-radio__label {
    column-gap: 0.625vw;
    font-size: 0.8333333333vw;
  }
}

.setting-popup-sub-radio__input:checked + .setting-popup-sub-radio__icon {
  opacity: 1;
}

.setting-popup-sub-radio-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
@media (min-width: 920px) {
  .setting-popup-sub-radio-info {
    padding-block: 14px;
    padding-inline: 24px;
  }
}
@media (min-width: 1920px) {
  .setting-popup-sub-radio-info {
    padding-block: 0.7291666667vw;
    padding-inline: 1.25vw;
  }
}

.setting-popup-sub-radio-info__title {
  font-size: 12px;
}
@media (min-width: 920px) {
  .setting-popup-sub-radio-info__title {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .setting-popup-sub-radio-info__title {
    font-size: 0.8333333333vw;
  }
}

.setting-popup-sub-radio-info__label {
  font-size: 10px;
  color: rgba(0, 0, 5, 0.4784313725);
}
@media (min-width: 920px) {
  .setting-popup-sub-radio-info__label {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .setting-popup-sub-radio-info__label {
    font-size: 0.625vw;
  }
}

.request-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.request-modal-content {
  font-family: "Roboto Flex", sans-serif;
  background-color: #18181A;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 618px;
}

.request-modal-poster-wrapper {
  width: 100%;
  height: 340px;
  padding: 4px;
}
.request-modal-poster-wrapper .request-modal-poster {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.0784313725);
  background-image: url(/wp-content/themes/2sub/images/icons/no-img.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.request-modal-poster-wrapper .request-modal-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.request-modal-top {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.request-modal-info {
  display: flex;
  flex-direction: column;
}
.request-modal-info .request-modal-title {
  font-family: "Sofia Sans Extra Condensed";
  text-transform: uppercase;
  color: white;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}
.request-modal-info .request-modal-subtitle {
  font-family: "Inter";
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 4px;
}

.request-modal-description-wrapper {
  position: relative;
  font-family: "Inter";
  font-weight: 500;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.request-modal-description-wrapper .request-modal-description {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.request-modal-description-wrapper .request-modal-description.expanded {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}
.request-modal-description-wrapper .request-modal-link {
  font-size: 13px;
  line-height: 16px;
  color: #FF8000;
  text-decoration: none;
}
.request-modal-description-wrapper .request-modal-link:hover {
  text-decoration: underline;
}
.request-modal-description-wrapper .request-modal-actions {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
}

.request-modal-btn {
  height: 64px;
  display: flex;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(32px);
  border: none;
  border-radius: 64px;
  align-items: center;
  padding: 20px 32px;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  font-family: "Sofia Sans Extra Condensed";
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s;
}
.request-modal-btn:hover {
  background-color: rgba(255, 128, 0, 0.85);
}
.request-modal-btn:disabled {
  opacity: 0.7;
}

.playback-report {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
}
.playback-report.active {
  display: block;
}
.playback-report__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 5, 0.9);
}
.playback-report__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 130px;
  max-height: 100vh;
  border-radius: 24px;
  background-color: #ffffff;
  color: rgb(0, 0, 5);
  row-gap: 32px;
}
@media (min-width: 920px) {
  .playback-report__wrap {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .playback-report__wrap {
    width: 35%;
  }
}
@media (min-width: 1920px) {
  .playback-report__wrap {
    row-gap: 1.6666666667vw;
  }
}
.playback-report__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  padding-bottom: 0;
}
@media (min-width: 920px) {
  .playback-report__header {
    padding: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .playback-report__header {
    padding: 1.25vw;
    padding-bottom: 0;
  }
}
.playback-report__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .playback-report__title {
    font-size: 2.5vw;
  }
}
.playback-report__icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .playback-report__icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.playback-report__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
  padding-top: 0;
  row-gap: 40px;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 920px) {
  .playback-report__content {
    padding: 24px;
    padding-top: 0;
  }
}
@media (min-width: 1920px) {
  .playback-report__content {
    row-gap: 2.0833333333vw;
    padding: 1.25vw;
    padding-top: 0;
  }
}
.playback-report__footer {
  display: flex;
  align-items: center;
  padding: 12px;
  border-top: 1px solid rgba(0, 0, 5, 0.12);
}
@media (min-width: 1920px) {
  .playback-report__footer {
    padding: 0.625vw;
  }
}
.playback-report__clear-button {
  display: flex;
  align-items: center;
  padding: 0 32px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: rgb(229, 46, 46);
  column-gap: 8px;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .playback-report__clear-button {
    padding: 0 1.6666666667vw;
    font-size: 0.8333333333vw;
    column-gap: 0.4166666667vw;
  }
}
.playback-report__button {
  flex-grow: 1;
}

.pricing {
  margin-top: 140px;
}

.pricing__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}
@media (min-width: 920px) {
  .pricing__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.pricing-plans {
  display: grid;
  grid-template-columns: repeat(1, 324px);
  justify-content: center;
  margin: 32px auto 0;
  gap: 24px;
  width: 100%;
  font-family: "Roboto Flex Variable", monospace, "Arial Narrow", Arial, sans-serif;
  letter-spacing: -0.03em;
  max-width: 1368px;
}
@media (min-width: 672px) {
  .pricing-plans {
    grid-template-columns: repeat(2, 324px);
  }
}
@media (min-width: 1368px) {
  .pricing-plans {
    grid-template-columns: repeat(4, 324px);
  }
}

.pricing-plan {
  padding: 24px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.08);
  width: 100%;
  max-width: 324px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pricing-plan-head {
  display: flex;
  flex-direction: column;
}
.pricing-plan-head-info {
  display: flex;
  justify-content: space-between;
}
.pricing-plan-head-info__title {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
.pricing-plan-head-info__title-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.pricing-plan-head-info__title-profit {
  margin-top: 5px;
  width: fit-content;
  border-radius: 20px;
  background-color: rgb(77, 31, 31);
  color: rgb(255, 92, 92);
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
.pricing-plan-head-info__title-profit.gray {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgb(146, 146, 146);
}
.pricing-plan-head-info__price {
  letter-spacing: -0.03em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  text-align: right;
}
.pricing-plan-head-info__price-subtitle {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.pricing-plan-head-info__price-subtitle.old {
  font-size: 20px;
}
.pricing-plan-head-info__price-subtitle.old::before {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  height: 2px;
  background-color: rgb(237, 86, 86);
  content: "";
  transform: translateY(-50%) rotate(5deg);
}
.pricing-plan hr {
  border: none;
  border-top: 1px solid rgba(255, 251, 250, 0.12);
}
.pricing-plan-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pricing-plan-features__item {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(255, 251, 250);
}
.pricing-plan-features__item.check::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url("/wp-content/themes/2sub/images/icons/feature-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "" !important;
}
.pricing-plan-features__item.cross::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url("/wp-content/themes/2sub/images/icons/feature-cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "" !important;
}
.pricing-plan-button {
  border-radius: 64px;
  width: 100%;
  padding: 16px 0;
  font-family: "Roboto Flex Variable", monospace, "Arial Narrow", Arial, sans-serif;
  letter-spacing: -0.03em;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
  border: none;
  cursor: pointer;
  transition: background-color 250ms;
}
.pricing-plan-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.pricing-plan.featured {
  position: relative;
  background-color: #fff;
}
.pricing-plan.featured::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: inherit;
  background: conic-gradient(from 180deg at 50% 50%, #FF8000 0deg, #FF0041 90deg, #FF0078 180deg, #FF4D00 270deg, #FF8000 360deg);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}
.pricing-plan.featured .pricing-plan-head-info__title {
  color: #000;
}
.pricing-plan.featured .pricing-plan-head-info__title-subtitle {
  color: rgba(0, 0, 0, 0.5);
}
.pricing-plan.featured .pricing-plan-head-info__title-profit {
  background-color: rgb(255, 1, 93);
  color: rgb(255, 251, 251);
}
.pricing-plan.featured .pricing-plan-head-info__price {
  color: #000;
}
.pricing-plan.featured .pricing-plan-head-info__price-subtitle {
  color: rgba(0, 0, 0, 0.5);
}
.pricing-plan.featured .pricing-plan-features__item {
  color: #000;
}
.pricing-plan.featured .pricing-plan-button {
  background: linear-gradient(84.4deg, #FF0040 0%, #FF0080 100%);
}
.pricing-plan.featured .pricing-plan-button:hover {
  background: linear-gradient(84.4deg, #FF0080 0%, #FF0040 100%);
}
.pricing-plan.featured hr {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.pricing-currency-selector {
  display: flex;
  width: max-content;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 251, 250, 0.08);
  border-radius: 64px;
}

.pricing-currency {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 24px;
  margin: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 64px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #FFFBFA;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 250ms ease-in-out;
}

.pricing-currency:hover {
  background-color: rgba(255, 251, 250, 0.07);
}

.pricing-currency.active {
  background-color: rgba(255, 251, 250, 0.12);
}

.current-plan-info {
  width: 100%;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
  text-align: center;
}
.current-plan-info > b {
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 1920px) {
  .current-plan-info {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }
}

.included-in-tariff {
  width: 100%;
  max-width: 1056px;
  margin: 40px auto 0;
  padding: 0 16px;
}

@media (min-width: 1024px) {
  .included-in-tariff {
    margin-top: 64px;
    max-width: 1104px;
    padding: 0 20px;
  }
}
.included-in-tariff__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .included-in-tariff__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.included-in-tariff__items {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  row-gap: 32px;
}

.included-item {
  position: relative;
  display: grid;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .included-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.included-item--entire-catalog::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background: rgb(0, 255, 209);
  border-radius: 100%;
  content: "";
  transform: translateX(-50%);
  aspect-ratio: 1/1;
  filter: blur(400px);
}

.included-item--translations-words::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background: #ff006b;
  border-radius: 100%;
  content: "";
  transform: translateX(-50%);
  aspect-ratio: 1/1;
  filter: blur(400px);
}

.included-item--double-subtitles::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  background: rgb(71, 198, 26);
  border-radius: 100%;
  content: "";
  transform: translateX(50%);
  aspect-ratio: 1/1;
  filter: blur(400px);
}

.included-item--watching-tv::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  background: #ffb800;
  border-radius: 100%;
  content: "";
  transform: translateX(50%);
  aspect-ratio: 1/1;
  filter: blur(400px);
}

.included-item__img {
  width: 100%;
}

.included-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 24px;
}

@media (min-width: 1024px) {
  .included-item__content {
    padding: 36px;
  }
}
.included-item--disabled .included-item__img {
  opacity: 0.5;
}

.included-item--disabled .included-item__content {
  position: relative;
  overflow: hidden;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .included-item__img.included-item__img--right {
    order: 1;
  }
}
.included-item__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fffbfa;
  text-align: center;
}

@media (min-width: 1024px) {
  .included-item__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.included-item__description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 251, 250, 0.64);
  text-align: center;
}

@media (min-width: 1024px) {
  .included-item__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.included-item__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .included-item__badge {
    top: 24px;
    right: 24px;
  }
}
.plan-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.plan-modal-content {
  font-family: "Roboto Flex", sans-serif;
  background-color: #FFFBFA;
  padding: 0px 32px 32px 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 448px;
}

.plan-modal-close {
  color: #000000;
  position: absolute;
  top: 14px;
  right: 24px;
  font-size: 36px;
  line-height: 36px;
  cursor: pointer;
}

.plan-modal-title {
  padding: 24px;
  color: rgb(5, 4, 4);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.plan-modal-gateway-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 12px;
  margin-bottom: 20px;
}

.plan-modal-gateway-item {
  width: 120px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 8px;
  cursor: pointer;
}

.plan-modal-gateway-item img {
  width: 100%;
  padding: 10px;
}

.plan-modal-gateway-item:hover {
  border-color: rgb(255, 128, 0);
}

.plan-modal-gateway-item.active {
  border: 2px solid rgb(255, 128, 0);
}

.plan-modal-description {
  color: rgb(5, 4, 4);
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.plan-modal-currencies {
  color: rgba(5, 4, 4, 0.4);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.plan-modal-btn {
  display: flex;
  flex-direction: column;
  color: rgb(255, 251, 250);
  background-color: rgb(255, 128, 0);
  border: none;
  border-radius: 64px;
  align-items: center;
  padding: 8px 0;
  cursor: pointer;
}

.plan-modal-btn:hover {
  background-color: rgba(255, 128, 0, 0.85);
}

.plan-modal-btn span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.plan-modal-btn span.bold {
  font-weight: 800;
}

.plan-modal-btn:disabled {
  opacity: 0.7;
}

.faq {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .faq {
    margin-top: 53px;
  }
}
@media (min-width: 920px) {
  .faq {
    margin-top: 121px;
  }
}

.faq__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 40px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  row-gap: 8px;
}
@media (min-width: 920px) {
  .faq-list {
    max-width: 644px;
    margin: 32px auto 0;
    row-gap: 16px;
  }
}

.faq-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 251, 250, 0.1215686275);
  border-radius: 16px;
  overflow: hidden;
}

.faq-item__question {
  position: relative;
  min-height: 74px;
  padding: 12px 16px;
  padding-right: 88px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  letter-spacing: -0.03em;
  cursor: pointer;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .faq-item__question {
    padding-top: 16px;
    padding-left: 24px;
    padding-bottom: 16px;
    font-size: 20px;
  }
}

.faq-item__icon {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  transition: transform 300ms ease-in-out;
  transform-origin: center;
}
@media (min-width: 768px) {
  .faq-item__icon {
    right: 32px;
  }
}

.faq-item__icon::after,
.faq-item__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 2px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 2px;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}

.faq-item__icon::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.faq-item.active .faq-item__icon {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item__answer {
  display: flex;
  flex-direction: column;
  max-height: 0;
  padding-top: 0;
  padding-right: 16px;
  padding-left: 16px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  font-weight: normal;
  color: rgba(255, 251, 250, 0.6392156863);
  text-align: left;
  letter-spacing: -0.03em;
  transition: max-height 200ms ease-in-out;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .faq-item__answer {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.faq-item.active .faq-item__answer {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .faq-item.active .faq-item__answer {
    margin-bottom: 24px;
  }
}

.collections__container {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .collections__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 920px) {
  .collections__container {
    gap: 24px;
  }
}
@media (min-width: 1920px) {
  .collections__container {
    gap: 1.25vw;
  }
}

.coming-soon__container {
  display: flex;
  column-gap: 16px;
}
@media (min-width: 920px) {
  .coming-soon__container {
    column-gap: 24px;
  }
}
@media (min-width: 1920px) {
  .coming-soon__container {
    column-gap: 1.25vw;
  }
}

.coming-soon__card {
  flex-shrink: 0;
  width: 279px;
}
@media (min-width: 920px) {
  .coming-soon__card {
    width: 416px;
  }
}
@media (min-width: 1920px) {
  .coming-soon__card {
    width: 21.6666666667vw;
  }
}

.coming-soon__card:first-of-type {
  margin-left: 20px;
}
@media (min-width: 1280px) {
  .coming-soon__card:first-of-type {
    margin-left: 28px;
  }
}
@media (min-width: 1920px) {
  .coming-soon__card:first-of-type {
    margin-left: 2.5vw;
  }
}

.coming-soon__card:last-of-type {
  margin-right: 20px;
}
@media (min-width: 1920px) {
  .coming-soon__card:last-of-type {
    margin-right: 2.5vw;
  }
}

.continue-watching__container {
  display: flex;
  column-gap: 16px;
}
@media (min-width: 920px) {
  .continue-watching__container {
    column-gap: 24px;
  }
}
@media (min-width: 1920px) {
  .continue-watching__container {
    column-gap: 1.25vw;
  }
}

.continue-watching__card {
  flex-shrink: 0;
  width: 160px;
}
@media (min-width: 920px) {
  .continue-watching__card {
    width: 308px;
  }
}
@media (min-width: 1920px) {
  .continue-watching__card {
    width: 16.0416666667vw;
  }
}

.continue-watching__card:first-of-type {
  width: 295px;
  margin-left: 20px;
}
@media (min-width: 920px) {
  .continue-watching__card:first-of-type {
    width: 464px;
  }
}
@media (min-width: 1280px) {
  .continue-watching__card:first-of-type {
    margin-left: 28px;
  }
}
@media (min-width: 1920px) {
  .continue-watching__card:first-of-type {
    margin-left: 2.5vw;
  }
}

.continue-watching__card:last-of-type {
  margin-right: 20px;
}
@media (min-width: 1920px) {
  .continue-watching__card:last-of-type {
    margin-right: 2.5vw;
  }
}

.horizontal-cards-slider__container {
  display: flex;
  column-gap: 16px;
}
@media (min-width: 920px) {
  .horizontal-cards-slider__container {
    column-gap: 24px;
  }
}
@media (min-width: 1920px) {
  .horizontal-cards-slider__container {
    column-gap: 1.25vw;
  }
}

.horizontal-cards-slider__card {
  flex-shrink: 0;
  width: 280px;
}
@media (min-width: 920px) {
  .horizontal-cards-slider__card {
    width: 416px;
  }
}
@media (min-width: 1920px) {
  .horizontal-cards-slider__card {
    width: 21.6666666667vw;
  }
}

.horizontal-cards-slider__card:first-of-type {
  margin-left: 20px;
}
@media (min-width: 1280px) {
  .horizontal-cards-slider__card:first-of-type {
    margin-left: 28px;
  }
}
@media (min-width: 1920px) {
  .horizontal-cards-slider__card:first-of-type {
    margin-left: 2.5vw;
  }
}

.horizontal-cards-slider__card:last-of-type {
  margin-right: 20px;
}
@media (min-width: 1920px) {
  .horizontal-cards-slider__card:last-of-type {
    margin-right: 2.5vw;
  }
}

.vertical-cards-slider__container {
  display: flex; /* Используем flexbox для расположения элементов в строку */
  column-gap: 16px; /* Отступ между колонками */
}
@media (min-width: 920px) {
  .vertical-cards-slider__container { /* Медиа-запрос для экранов десктопного размера (S) */
    column-gap: 24px; /* Увеличиваем отступ между колонками на более крупных экранах */
  }
}
@media (min-width: 1920px) {
  .vertical-cards-slider__container { /* Медиа-запрос для экранов десктопного размера (XL) */
    column-gap: 1.25vw; /* Устанавливаем отступ между колонками, выраженный в виртуальных единицах (vw) */
  }
}

.vertical-cards-slider__card {
  flex-shrink: 0; /* Запрещаем элементу уменьшаться в размере */
  width: 155px; /* Устанавливаем фиксированную ширину для карточки */
}
@media (min-width: 920px) {
  .vertical-cards-slider__card { /* Медиа-запрос для экранов десктопного размера (S) */
    width: 180px; /* Устанавливаем ширину для карточки на более крупных экранах */
  }
}
@media (min-width: 1280px) {
  .vertical-cards-slider__card { /* Медиа-запрос для экранов десктопного размера (M) */
    width: 200px; /* Устанавливаем ширину для карточки на еще более крупных экранах */
  }
}
@media (min-width: 1920px) {
  .vertical-cards-slider__card { /* Медиа-запрос для экранов десктопного размера (XL) */
    width: 17.0833333333vw; /* Устанавливаем ширину для карточки, выраженную в виртуальных единицах (vw) */
  }
}

.vertical-cards-slider__card:first-of-type {
  margin-left: 20px; /* Отступ слева для первой карточки */
}
@media (min-width: 1280px) {
  .vertical-cards-slider__card:first-of-type { /* Медиа-запрос для экранов десктопного размера (M) */
    margin-left: 28px; /* Увеличиваем отступ слева для первой карточки на более крупных экранах */
  }
}
@media (min-width: 1920px) {
  .vertical-cards-slider__card:first-of-type { /* Медиа-запрос для экранов десктопного размера (XL) */
    margin-left: 2.5vw; /* Увеличиваем отступ слева для первой карточки, выраженный в виртуальных единицах (vw) */
  }
}

.vertical-cards-slider__card:last-of-type {
  margin-right: 20px; /* Отступ справа для последней карточки */
}
@media (min-width: 1920px) {
  .vertical-cards-slider__card:last-of-type { /* Медиа-запрос для экранов десктопного размера (XL) */
    margin-right: 2.5vw; /* Увеличиваем отступ справа для последней карточки, выраженный в виртуальных единицах (vw) */
  }
}

.horizontal-cards-grid__container {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .horizontal-cards-grid__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 920px) {
  .horizontal-cards-grid__container {
    column-gap: 24px;
    row-gap: 48px;
  }
}
@media (min-width: 1920px) {
  .horizontal-cards-grid__container {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.25vw;
    row-gap: 2.5vw;
  }
}

.vertical-cards-grid__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* на мобиле в 3 колонки это жуть - вернул 2 */
  row-gap: 32px; /* Отступ между строками */
  column-gap: 16px; /* Отступ между колонками */
  padding-top: 0; /* Отступ сверху */
  padding-bottom: 0; /* Отступ снизу */
}
@media (min-width: 768px) {
  .vertical-cards-grid__container { /* Медиа-запрос для планшетов */
    grid-template-columns: repeat(3, 1fr); /* Изменяем количество колонок на четыре для планшетов */
    gap: 16px; /* Устанавливаем общий отступ между элементами */
  }
}
@media (min-width: 920px) {
  .vertical-cards-grid__container { /* Медиа-запрос для экранов десктопного размера (S) */
    grid-template-columns: repeat(4, 1fr); /* Четыре колонки на экранах десктопного размера (S) */
    column-gap: 24px; /* Отступ между колонками */
    row-gap: 48px; /* Отступ между строками */
  }
}
@media (min-width: 1280px) {
  .vertical-cards-grid__container { /* Медиа-запрос для экранов десктопного размера (M) */
    grid-template-columns: repeat(5, 1fr); /* Пять колонок на экранах десктопного размера (M) */
  }
}
@media (min-width: 1920px) {
  .vertical-cards-grid__container { /* Медиа-запрос для экранов десктопного размера (XL) */
    grid-template-columns: repeat(6, 1fr); /* Шесть колонок на экранах десктопного размера (XL) */
    column-gap: 1.25vw; /* Отступ между колонками, выраженный в виртуальных единицах (vw) */
    row-gap: 2.5vw; /* Отступ между строками, выраженный в виртуальных единицах (vw) */
  }
}
.vertical-cards-grid__container--small {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .vertical-cards-grid__container--small {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 920px) {
  .vertical-cards-grid__container--small {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1280px) {
  .vertical-cards-grid__container--small {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1920px) {
  .vertical-cards-grid__container--small {
    grid-template-columns: repeat(7, 1fr);
  }
}

.top-the-month__container {
  column-gap: 28px;
  display: flex;
  counter-reset: idx;
}
@media (min-width: 768px) {
  .top-the-month__container {
    column-gap: 32px;
  }
}
@media (min-width: 920px) {
  .top-the-month__container {
    column-gap: 24px;
  }
}
@media (min-width: 1920px) {
  .top-the-month__container {
    column-gap: 1.25vw;
  }
}

.top-the-month__card {
  flex-shrink: 0;
  width: 211px;
}
@media (min-width: 920px) {
  .top-the-month__card {
    width: 400px;
  }
}
@media (min-width: 1920px) {
  .top-the-month__card {
    width: 20.8333333333vw;
  }
}

.top-the-month__card:first-of-type {
  margin-left: 20px;
}
@media (min-width: 1280px) {
  .top-the-month__card:first-of-type {
    margin-left: 28px;
  }
}
@media (min-width: 1920px) {
  .top-the-month__card:first-of-type {
    margin-left: 2.5vw;
  }
}

.top-the-month__card:last-of-type {
  margin-right: 20px;
}
@media (min-width: 1920px) {
  .top-the-month__card:last-of-type {
    margin-right: 2.5vw;
  }
}

.footer__container {
  display: grid;
  padding: 48px 20px;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    align-items: flex-start;
  }
}
@media (min-width: 920px) {
  .footer__container {
    grid-template-columns: 0.9fr 0.7fr;
    padding: 64px;
  }
}
@media (min-width: 1280px) {
  .footer__container {
    grid-template-columns: 1fr 0.4fr;
  }
}
@media (min-width: 1920px) {
  .footer__container {
    padding: 6.25vw 3.6458333333vw 6.25vw 10.4166666667vw;
    grid-template-columns: 0.91fr 0.317fr;
  }
}

.footer__nav {
  display: grid;
  width: 100%;
  column-gap: 16px;
  row-gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 920px) {
  .footer__nav {
    column-gap: 32px;
    row-gap: 64px;
  }
}
@media (min-width: 1280px) {
  .footer__nav {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
  }
}
@media (min-width: 1920px) {
  .footer__nav {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3.3333333333vw;
  }
}

.footer__group-title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .footer__group-title {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .footer__group-title {
    font-size: 1.6666666667vw;
  }
}

.footer__group {
  display: grid;
  row-gap: 16px;
}
@media (min-width: 1280px) {
  .footer__group {
    row-gap: 32px;
  }
}
@media (min-width: 1920px) {
  .footer__group {
    row-gap: 1.6666666667vw;
  }
}

.footer__group-items {
  display: grid;
  width: 100%;
  row-gap: 16px;
}
@media (min-width: 1280px) {
  .footer__group-items {
    row-gap: 24px;
  }
}
@media (min-width: 1920px) {
  .footer__group-items {
    row-gap: 1.25vw;
  }
}

.footer__group:nth-last-child(2),
.footer__group-items--system {
  grid-column: 1/span 2;
}
@media (min-width: 920px) {
  .footer__group:nth-last-child(2),
  .footer__group-items--system {
    grid-column: auto;
  }
}

@media (min-width: 1280px) {
  .footer__group-items--system {
    display: grid;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    grid-column: 1/span 3;
  }
}
@media (min-width: 1920px) {
  .footer__group-items--system {
    grid-column: auto;
    padding-top: 3.5416666667vw;
    border: none;
  }
}

@media (min-width: 1280px) {
  .footer__group-items--system .footer__group-items {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
  }
}
@media (min-width: 1920px) {
  .footer__group-items--system .footer__group-items {
    grid-template-columns: 1fr;
  }
}

.footer__nav-group-item {
  width: 100%;
}

.footer__nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 1920px) {
  .footer__nav-link {
    font-size: 20px;
  }
}

.footer__group-items--system .footer__nav-link {
  color: #ffffff;
}

@media (hover: hover) {
  .footer__nav-link:hover {
    color: #ff8000;
  }
}
.footer__nav-link-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .footer__nav-link-icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.footer__profile {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
@media (min-width: 1920px) {
  .footer__profile {
    margin-left: auto;
    padding: 1.6666666667vw;
    border-radius: 0.4166666667vw;
  }
}

.footer__profile-user {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media (min-width: 1920px) {
  .footer__profile-user {
    column-gap: 0.8333333333vw;
  }
}

.footer__profile-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media (min-width: 1920px) {
  .footer__profile-img {
    width: 2.5vw;
    height: 2.5vw;
  }
}

.footer__profile-name {
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 1920px) {
  .footer__profile-name {
    font-size: 1.0416666667vw;
  }
}

.footer__profile-nav {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  row-gap: 12px;
}
@media (min-width: 1920px) {
  .footer__profile-nav {
    row-gap: 0.625vw;
    margin-top: 0.8333333333vw;
  }
}

.footer__profile-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.48);
  text-decoration: none;
  column-gap: 16px;
}
@media (min-width: 1920px) {
  .footer__profile-link {
    font-size: 1.0416666667vw;
    column-gap: 0.625vw;
  }
}

@media (hover: hover) {
  .footer__profile-link:hover {
    color: #ff8000;
  }
}
.footer__profile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
@media (min-width: 1920px) {
  .footer__profile-icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

.footer__profile-icon-img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1920px) {
  .footer__profile-icon-img {
    width: 2.5vw;
    height: 1.0416666667vw;
  }
}

.footer__profile-buy-button {
  margin-top: 24px;
  padding: 12px 20px;
}
@media (min-width: 1920px) {
  .footer__profile-buy-button {
    width: max-content;
    margin-top: 1.25vw;
    padding: 1.0416666667vw 1.4583333333vw;
  }
}

.footer__bottom {
  display: grid;
  row-gap: 32px;
  padding: 48px 20px;
  background: #08080c;
}
@media (min-width: 920px) {
  .footer__bottom {
    padding: 64px;
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }
}
@media (min-width: 1920px) {
  .footer__bottom {
    padding: 3.3333333333vw 10.4166666667vw;
    row-gap: 1.6666666667vw;
  }
}

.footer__ask-button {
  padding: 12px 20px;
}
@media (min-width: 920px) {
  .footer__ask-button {
    grid-row: 1 span/3;
    grid-column: 1;
    width: max-content;
  }
}
@media (min-width: 1280px) {
  .footer__ask-button {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .footer__ask-button {
    padding: 0.625vw 1.0416666667vw;
    font-size: 1.25vw;
  }
}

.footer__social {
  display: flex;
  justify-content: center;
  column-gap: 16px;
}
@media (min-width: 920px) {
  .footer__social {
    grid-column: 2;
  }
}
@media (min-width: 1920px) {
  .footer__social {
    column-gap: 0.8333333333vw;
  }
}

.footer__social-icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 1920px) {
  .footer__social-icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

.footer__apps {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
@media (min-width: 920px) {
  .footer__apps {
    grid-column: 2;
  }
}
@media (min-width: 1920px) {
  .footer__apps {
    column-gap: 1.25vw;
  }
}

.footer__app-item-icon {
  width: clamp(100px, 40vw, 148px);
  height: auto;
}
@media (min-width: 1920px) {
  .footer__app-item-icon {
    width: 8.4375vw;
    height: 2.5vw;
  }
}

.footer__langs {
  display: inline-flex;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 64px;
}
@media (min-width: 1920px) {
  .footer__langs {
    border-radius: 3.3333333333vw;
  }
}

.footer__lang {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 16px;
  border-radius: 50%;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .footer__lang {
    grid-column: 3;
    grid-row: 1/span 3;
  }
}
@media (min-width: 1280px) {
  .footer__lang {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .footer__lang {
    width: 2.5vw;
    height: 2.5vw;
    font-size: 1.25vw;
  }
}

.footer__lang--active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
}

.footer__copy {
  line-height: 1;
  color: rgba(255, 255, 255, 0.48);
  text-align: center;
}
@media (min-width: 920px) {
  .footer__copy {
    grid-column: 2;
  }
}
@media (min-width: 1920px) {
  .footer__copy {
    font-size: 1.0416666667vw;
  }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .hero {
    flex-direction: column-reverse;
  }
}
.hero__content {
  position: relative;
}

.hero__slide {
  height: 100vh;
  min-height: 634px;
}

.hero__slide-img-wpar {
  position: relative;
  z-index: 1;
  min-height: 100%;
  background-image: url("/wp-content/themes/2sub/images/hero/hero-bg.webp");
  background-size: cover;
}
@media (min-width: 1920px) {
  .hero__slide-img-wpar {
    min-height: 100vh;
  }
}

.hero__slide-img-wpar::before,
.hero__slide-img-wpar::after {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 17.3%;
  content: "";
}
@media (min-width: 1920px) {
  .hero__slide-img-wpar::before,
  .hero__slide-img-wpar::after {
    height: 7.5vw;
  }
}

.hero__slide-img-wpar::before {
  top: 0;
  background: linear-gradient(180deg, #08060d 0%, rgba(8, 6, 13, 0.99) 6.62%, rgba(8, 6, 13, 0.96) 13.25%, rgba(8, 6, 13, 0.92) 19.87%, rgba(8, 6, 13, 0.85) 26.5%, rgba(8, 6, 13, 0.77) 33.12%, rgba(8, 6, 13, 0.67) 39.75%, rgba(8, 6, 13, 0.56) 46.37%, rgba(8, 6, 13, 0.44) 52.99%, rgba(8, 6, 13, 0.33) 59.62%, rgba(8, 6, 13, 0.23) 66.24%, rgba(8, 6, 13, 0.15) 72.87%, rgba(8, 6, 13, 0.08) 79.49%, rgba(8, 6, 13, 0.04) 86.12%, rgba(8, 6, 13, 0.01) 92.74%, rgba(8, 6, 13, 0) 99.37%);
}

.hero__slide-img-wpar::after {
  bottom: 0;
  background: linear-gradient(0deg, #08060d 0%, rgba(8, 6, 13, 0.98) 4.67%, rgba(8, 6, 13, 0.96) 8.85%, rgba(8, 6, 13, 0.93) 12.72%, rgba(8, 6, 13, 0.9) 16.46%, rgba(8, 6, 13, 0.86) 20.24%, rgba(8, 6, 13, 0.82) 24.25%, rgba(8, 6, 13, 0.77) 28.65%, rgba(8, 6, 13, 0.71) 33.62%, rgba(8, 6, 13, 0.65) 39.35%, rgba(8, 6, 13, 0.57) 46%, rgba(8, 6, 13, 0.48) 53.76%, rgba(8, 6, 13, 0.38) 62.8%, rgba(8, 6, 13, 0.27) 73.29%, rgba(8, 6, 13, 0.14) 85.42%, rgba(8, 6, 13, 0) 99.37%);
}

.hero__slide-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__slide-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 20px;
}
@media (min-width: 768px) {
  .hero__slide-content {
    width: 100%;
    padding: 40px;
  }
}
@media (min-width: 920px) {
  .hero__slide-content {
    width: 72%;
  }
}
@media (min-width: 1280px) {
  .hero__slide-content {
    width: 64%;
  }
}
@media (min-width: 1920px) {
  .hero__slide-content {
    bottom: 0;
    width: 52.0833333333vw;
    padding: 2.5vw;
  }
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1920px) {
  .hero__badges {
    gap: 0.4166666667vw;
  }
}

.hero__hero-badge {
  height: 32px;
}
@media (min-width: 1920px) {
  .hero__hero-badge {
    height: wv(32px);
  }
}

.hero__slide-title {
  margin-top: 24px;
  overflow: hidden;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 48px;
  line-height: 0.83;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
@media (min-width: 920px) {
  .hero__slide-title {
    margin-top: 16px;
  }
}
@media (min-width: 1280px) {
  .hero__slide-title {
    font-size: 80px;
  }
}
@media (min-width: 1920px) {
  .hero__slide-title {
    margin-top: 0.8333333333vw;
    font-size: 5.8333333333vw;
  }
}

.hero__slide-info {
  display: none;
}
@media (min-width: 768px) {
  .hero__slide-info {
    display: flex;
    align-items: center;
    margin: 8px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    column-gap: 20px;
  }
}
@media (min-width: 920px) {
  .hero__slide-info {
    margin: 12px 0;
  }
}
@media (min-width: 1920px) {
  .hero__slide-info {
    margin: 16px 0;
    font-size: 1.1458333333vw;
    column-gap: 1.0416666667vw;
  }
}

.hero__slide-info--item {
  font-weight: 600;
}

.hero__slide-info-item.hero__slide-info-item--age {
  padding: 5px 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  backdrop-filter: blur(16px);
  font-weight: 500;
}
@media (min-width: 1920px) {
  .hero__slide-info-item.hero__slide-info-item--age {
    padding: 0.2604166667vw 0.5208333333vw;
  }
}

.hero__slide-description {
  display: none;
}
@media (min-width: 768px) {
  .hero__slide-description {
    display: block;
    margin-top: 8px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #ffffff;
    font-style: normal;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) and (min-width: 920px) {
  .hero__slide-description {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .hero__slide-description {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .hero__slide-description {
    margin-top: 0.625vw;
    font-size: 1.3541666667vw;
  }
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  gap: 12px;
}
@media (min-width: 768px) {
  .hero__buttons {
    margin-top: 24px;
  }
}
@media (min-width: 1920px) {
  .hero__buttons {
    margin-top: 2.0833333333vw;
    column-gap: 1.25vw;
  }
}

.hero__play-button {
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .hero__play-button {
    flex-grow: 0;
    width: auto;
  }
}

.hero__trailer-button {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .hero__trailer-button {
    flex-grow: 0;
  }
}

@media (min-width: 1280px) {
  .hero__button-icon {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1920px) {
  .hero__button-icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.movie-hero {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 1440px) {
  .movie-hero {
    padding-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .movie-hero {
    padding-bottom: 3.125vw;
  }
}

.movie-hero__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-top: 368px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .movie-hero__content {
    padding-top: 530px;
  }
}
@media (min-width: 1440px) {
  .movie-hero__content {
    padding-top: 276px;
  }
}
@media (min-width: 1920px) {
  .movie-hero__content {
    row-gap: 1.0416666667vw;
    padding-top: 14.375vw;
  }
}

.movie-hero__badges {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
@media (min-width: 1920px) {
  .movie-hero__badges {
    column-gap: 1.0416666667vw;
    row-gap: 0.5208333333vw;
  }
}

.movie-hero__title-img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
@media (min-width: 1920px) {
  .movie-hero__title-img {
    max-width: 18.2291666667vw;
  }
}

.movie-hero__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
@media (min-width: 1920px) {
  .movie-hero__info {
    column-gap: 1.0416666667vw;
    row-gap: 0.5208333333vw;
  }
}

.movie-hero__sub {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (min-width: 1920px) {
  .movie-hero__sub {
    column-gap: 1.0416666667vw;
  }
}

.movie-hero__sub-label {
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 1920px) {
  .movie-hero__sub-label {
    font-size: 1.0416666667vw;
  }
}

.movie-hero__complexity {
  display: flex;
  align-items: center;
}

.movie-hero__complexity-label {
  display: none;
}
@media (min-width: 1440px) {
  .movie-hero__complexity-label {
    display: block;
    margin-left: 20px;
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .movie-hero__complexity-label {
    margin-left: 1.0416666667vw;
    font-size: 1.1458333333vw;
  }
}

.movie-hero__description {
  max-width: 690px;
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .movie-hero__description {
    max-width: 35.9375vw;
    font-size: 1.1458333333vw;
  }
}

.movie-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 10px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .movie-hero__buttons {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .movie-hero__buttons {
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  .movie-hero__buttons {
    margin-top: 2.0833333333vw;
    column-gap: 0.5208333333vw;
    row-gap: 1.0416666667vw;
  }
}

.movie-hero__progress-button {
  width: 100%;
}
@media (min-width: 768px) {
  .movie-hero__progress-button {
    width: auto;
  }
}

.movie-hero__icon-button {
  width: 80px;
  height: 80px;
}
@media (min-width: 1920px) {
  .movie-hero__icon-button {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}

.movie-hero__icon-button---message {
  width: 120px;
}
@media (min-width: 768px) {
  .movie-hero__icon-button---message {
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .movie-hero__icon-button---message {
    width: auto;
  }
}

.movie-hero__icon-button---message .button__content {
  column-gap: 10px;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .movie-hero__icon-button---message .button__content {
    column-gap: 0.5208333333vw;
    font-size: 1.0416666667vw;
  }
}

.movie-hero__message-images {
  display: none;
}
@media (min-width: 1440px) {
  .movie-hero__message-images {
    display: flex;
    margin-right: 20px;
  }
}
@media (min-width: 1920px) {
  .movie-hero__message-images {
    margin-right: 1.0416666667vw;
  }
}

.movie-hero__message-img {
  width: 60px;
  height: 60px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 1920px) {
  .movie-hero__message-img {
    width: 3.125vw;
    height: 3.125vw;
    border-width: 0.15625vw;
  }
}

.movie-hero__message-img:not(:first-of-type) {
  margin-left: -30px;
}
@media (min-width: 1920px) {
  .movie-hero__message-img:not(:first-of-type) {
    margin-left: -1.5625vw;
  }
}

.movie-tabs {
  padding-top: 40px;
}
@media (min-width: 1440px) {
  .movie-tabs {
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .movie-tabs {
    padding-top: 3.125vw;
  }
}

.movie-about {
  display: none;
  flex-direction: column;
  width: 100%;
  padding-bottom: 40px;
  row-gap: 40px;
}
@media (min-width: 1440px) {
  .movie-about {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .movie-about {
    column-gap: 3.125vw;
    padding-bottom: 3.125vw;
  }
}

.movie-about.active {
  display: flex;
}
@media (min-width: 1440px) {
  .movie-about.active {
    display: grid;
  }
}

.movie-about__descriptions {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 1920px) {
  .movie-about__descriptions {
    row-gap: vv(20px);
  }
}

.movie-about__item {
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .movie-about__item {
    font-size: 1.1458333333vw;
  }
}

.movie-about__info-items {
  display: grid;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .movie-about__info-items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
  }
}
@media (min-width: 1440px) {
  .movie-about__info-items {
    column-gap: 50px;
  }
}
@media (min-width: 1920px) {
  .movie-about__info-items {
    column-gap: 2.6041666667vw;
  }
}

.info-item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 20px;
}
@media (min-width: 1440px) {
  .info-item {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .info-item {
    row-gap: 1.0416666667vw;
    font-size: 1.1458333333vw;
  }
}

.info-item__label {
  line-height: 1;
  color: #99999b;
}

.info-item__value {
  line-height: 1.4;
  color: #ffffff;
}

.movie-about__slider {
  margin: 0 -20px;
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .movie-about__slider {
    margin: 0 -70px;
    margin-top: 40px;
    grid-column: 1/span 2;
  }
}
@media (min-width: 1920px) {
  .movie-about__slider {
    margin: 0 -3.6458333333vw;
    margin-top: 3.125vw;
  }
}

.movie-about__slider-content {
  display: flex;
  column-gap: 20px;
  padding: 0 20px;
}
@media (min-width: 1440px) {
  .movie-about__slider-content {
    padding: 0 70px;
    column-gap: 40px;
  }
}
@media (min-width: 1920px) {
  .movie-about__slider-content {
    padding: 0 3.6458333333vw;
    column-gap: 2.0833333333vw;
  }
}

.movie-about-slide {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
@media (min-width: 1920px) {
  .movie-about-slide {
    row-gap: 0.5208333333vw;
  }
}

.movie-about-slide__img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 600px) {
  .movie-about-slide__img {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 920px) {
  .movie-about-slide__img {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1920px) {
  .movie-about-slide__img {
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }
}

.movie-about-slide__name {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  /* Ограничение в 2 строки с многоточием */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em; /* Дополнительное ограничение по высоте */
}
@media (min-width: 920px) {
  .movie-about-slide__name {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .movie-about-slide__name {
    min-height: 2.6041666667vw;
    margin-top: 1.0416666667vw;
    font-size: 0.9375vw;
  }
}

.movie-about-slide__role {
  font-size: 16px;
  line-height: 1.4;
  color: #99999b;
  text-align: center;
  display: block;
  /* Ограничение в 2 строки с многоточием */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em; /* Дополнительное ограничение по высоте */
  cursor: pointer; /* Добавляем курсор-указатель */
  transition: max-height 0.3s ease; /* Плавное раскрытие */
}
.movie-about-slide__role.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}
@media (min-width: 1920px) {
  .movie-about-slide__role {
    font-size: 0.8333333333vw;
  }
}

.movie-materials {
  display: none;
}

.movie-materials.active {
  display: block;
}

.movie-materials__images {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .movie-materials__images {
    display: block;
    column-gap: 20px;
    column-count: 2;
  }
}
@media (min-width: 1440px) {
  .movie-materials__images {
    column-count: 3;
  }
}
@media (min-width: 1920px) {
  .movie-materials__images {
    column-gap: 1.0416666667vw;
  }
}

.movie-materials__wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .movie-materials__wrap + .movie-materials__wrap {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .movie-materials__wrap + .movie-materials__wrap {
    margin-top: 1.0416666667vw;
  }
}

.movie-materials__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (min-width: 1920px) {
  .movie-materials__img {
    border-radius: 1.0416666667vw;
  }
}

.movie-materials__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
}

@media (hover: hover) {
  .movie-materials__wrap:hover .movie-materials__button {
    opacity: 1;
  }
}

.movie-similar {
  display: none;
}

.movie-similar.active {
  display: block;
}

.movie-similar__slider {
  margin: 0 -20px;
}
@media (min-width: 1440px) {
  .movie-similar__slider {
    margin: 0 -70px;
  }
}
@media (min-width: 1920px) {
  .movie-similar__slider {
    margin: 0 -3.6458333333vw;
  }
}

.movie-similar__slider-container {
  display: flex;
  column-gap: 20px;
  padding: 0 20px;
}
@media (min-width: 1440px) {
  .movie-similar__slider-container {
    column-gap: 40px;
    padding: 0 70px;
  }
}
@media (min-width: 1920px) {
  .movie-similar__slider-container {
    column-gap: 2.0833333333vw;
    padding: 0 3.6458333333vw;
  }
}

.movie-similar__slider-card {
  flex-shrink: 0;
  width: 155px;
}
@media (min-width: 920px) {
  .movie-similar__slider-card {
    width: 356px;
  }
}
@media (min-width: 1280px) {
  .movie-similar__slider-card {
    width: 328px;
  }
}
@media (min-width: 1920px) {
  .movie-similar__slider-card {
    width: 17.0833333333vw;
  }
}

.movie-dictionary {
  display: none;
}

.movie-dictionary.active {
  display: block;
}

.movie-dictionary__groups {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 1920px) {
  .movie-dictionary__groups {
    row-gap: 2.0833333333vw;
  }
}

.movie-dictionary__group + .movie-dictionary__group {
  padding-top: 40px;
  border-top: 1px solid #2e2e2e;
}
@media (min-width: 1920px) {
  .movie-dictionary__group + .movie-dictionary__group {
    padding-top: 2.0833333333vw;
    border-width: 0.0520833333vw;
  }
}

.movie-dictionary__group-title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .movie-dictionary__group-title {
    font-size: 2.1875vw;
  }
}

.movie-dictionary__group-subtitle {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #808082;
}
@media (min-width: 1920px) {
  .movie-dictionary__group-subtitle {
    margin-top: 1.0416666667vw;
    font-size: 0.9375vw;
  }
}

.movie-dictionary__group-body {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  row-gap: 40px;
}
@media (min-width: 1920px) {
  .movie-dictionary__group-body {
    margin-top: 2.0833333333vw;
    row-gap: 2.0833333333vw;
  }
}

@media (min-width: 920px) {
  .movie-dictionary__group-body--recommend {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}
@media (min-width: 1440px) {
  .movie-dictionary__group-body--recommend {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
  }
}
@media (min-width: 1920px) {
  .movie-dictionary__group-body--recommend {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.0416666667vw;
  }
}

@media (min-width: 1440px) {
  .movie-dictionary__group-body--popular-phrases {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}
@media (min-width: 1920px) {
  .movie-dictionary__group-body--popular-phrases {
    column-gap: 1.0416666667vw;
  }
}

.movie-dictionary__group-footer {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .movie-dictionary__group-footer {
    flex-direction: row;
    width: 100%;
    column-gap: 20px;
  }
}
@media (min-width: 1440px) {
  .movie-dictionary__group-footer {
    justify-content: flex-end;
  }
}
@media (min-width: 1920px) {
  .movie-dictionary__group-footer {
    column-gap: 1.0416666667vw;
  }
}

@media (min-width: 768px) {
  .movie-dictionary__button {
    flex-grow: 1;
  }
}
@media (min-width: 1440px) {
  .movie-dictionary__button {
    flex-grow: 0;
  }
}

.movie-dictionary__filter {
  margin-bottom: 40px;
}
@media (min-width: 1920px) {
  .movie-dictionary__filter {
    margin-bottom: 2.0833333333vw;
  }
}

.movie-comments {
  padding: 0 20px 40px;
}
@media (min-width: 1440px) {
  .movie-comments {
    padding: 0 70px 60px;
  }
}
@media (min-width: 1920px) {
  .movie-comments {
    padding: 0 3.6458333333vw 3.125vw;
  }
}

.movie-comments__content {
  padding-top: 40px;
  border-top: 1px solid #2e2e2e;
}
@media (min-width: 1440px) {
  .movie-comments__content {
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .movie-comments__content {
    padding-top: 3.125vw;
  }
}

.movie-comments__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .movie-comments__title {
    font-size: 2.1875vw;
  }
}

.movie-comments__subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #808082;
}
@media (min-width: 1920px) {
  .movie-comments__subtitle {
    margin-top: 1.0416666667vw;
    margin-bottom: 2.0833333333vw;
    font-size: 0.9375vw;
  }
}

.movie-comments__comments {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .movie-comments__comments {
    max-width: 45.8333333333vw;
  }
}

.movie-comments__form {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (min-width: 1920px) {
  .movie-comments__form {
    max-width: 45.8333333333vw;
    margin-top: 2.0833333333vw;
  }
}

.serial-tabs {
  padding-top: 40px;
}
@media (min-width: 1440px) {
  .serial-tabs {
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .serial-tabs {
    padding-top: 3.125vw;
  }
}

.seasons-tabs {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1440px) {
  .seasons-tabs {
    padding-top: 3.125vw;
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .seasons-tabs {
    padding-top: 3.125vw;
    padding-bottom: 4.1666666667vw;
  }
}

.season-content {
  display: none;
}

.season-content.active {
  display: grid;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .season-content.active {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}
@media (min-width: 1280px) {
  .season-content.active {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .season-content.active {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1920px) {
  .season-content.active {
    row-gap: 2.0833333333vw;
    column-gap: 1.0416666667vw;
    grid-template-columns: repeat(4, 1fr);
  }
}

.social-banner {
  color: #ffffff;
  text-decoration: none;
}

.social-banner__container {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 24px;
}
@media (min-width: 920px) {
  .social-banner__container {
    padding: 32px 24px;
  }
}
@media (min-width: 1920px) {
  .social-banner__container {
    padding: 2.5vw;
  }
}

.social-banner__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px;
  background-color: #0ba6d3;
  background-image: url("/wp-content/themes/2sub/images/social-banner/social-banner-bg.webp");
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .social-banner__wrap {
    flex-direction: row;
    padding: 32px;
    column-gap: 24px;
    background-image: url("/wp-content/themes/2sub/images/social-banner/social-banner-bg-tablet.webp");
  }
}
@media (min-width: 920px) {
  .social-banner__wrap {
    padding: 1.6666666667vw;
    background-image: url("/wp-content/themes/2sub/images/social-banner/social-banner-bg-desktop.webp");
    column-gap: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .social-banner__wrap {
    padding: 1.6666666667vw;
    border-radius: 0.8333333333vw;
    column-gap: 1.25vw;
  }
}

.social-banner__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
}

.social-banner__icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 60px;
}
@media (min-width: 1440px) {
  .social-banner__icon {
    width: 3.6458333333vw;
    height: 3.125vw;
  }
}

.social-banner__content {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .social-banner__content {
    margin-top: 0;
    text-align: left;
  }
}

.social-banner__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}
@media (min-width: 768px) {
  .social-banner__title {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .social-banner__title {
    font-size: 1.25vw;
  }
}

.social-banner__description {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .social-banner__description {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .social-banner__description {
    margin-top: 0.2083333333vw;
    font-size: 0.8333333333vw;
  }
}

.social-banner__link {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  padding: 18px 24px;
  background: #000005;
  border-radius: 64px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .social-banner__link {
    margin-top: 0;
    margin-left: auto;
    padding: 24px 28px;
  }
}
@media (min-width: 1440px) {
  .social-banner__link {
    padding: 1.25vw 1.4583333333vw;
    border-radius: 3.3333333333vw;
    font-size: 1.25vw;
  }
}

.collection-header {
  position: relative;
  width: 100%;
  padding: 32px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
  border-radius: 16px;
  --images-width: 464px;
}
@media (min-width: 768px) {
  .collection-header {
    padding: 48px;
    border-radius: 32px;
  }
}

.collection-header__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 24px;
}
@media (min-width: 920px) {
  .collection-header__content {
    width: calc(100% - var(--images-width));
  }
}

.collection-header__title-wrap {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.collection-header__title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .collection-header__title {
    font-size: 48px;
  }
}

.collection-header__button {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)), linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
  background-color: transparent;
  border: none;
  border-radius: 32px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  column-gap: 8px;
  cursor: pointer;
}

.collection-header__description {
  display: -webkit-box;
  overflow: hidden;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .collection-header__description {
    font-size: 26px;
  }
}

.collection-header__description.active {
  display: inline-flex;
}

.collection-header__show-button {
  display: flex;
  align-items: center;
  margin-top: 8px;
  background-color: transparent;
  border: none;
  font-family: "Inter", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  column-gap: 8px;
}
@media (min-width: 768px) {
  .collection-header__show-button {
    font-size: 20px;
  }
}

.collection-header__show-button.active .collection-header__show-button-icon {
  transform: scale(-1);
}

.collection-header__images-wrap {
  display: none;
}
@media (min-width: 920px) {
  .collection-header__images-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: var(--images-width);
    height: calc(100% + 40px);
    overflow: hidden;
  }
}

.collection-header__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 316px;
  height: 475px;
  border-radius: 16px;
  object-fit: cover;
}

.collection-header__img:nth-of-type(2) {
  z-index: 2;
  transform: scale(0.725) rotate(10deg) translateX(40%);
}

.collection-header__img:nth-of-type(3) {
  z-index: 1;
  transform: scale(0.58) rotate(20deg) translateX(100%);
}

.movie-hero-new {
  position: relative;
  z-index: 1;
  /* BLACK FRIDAY BANNER */
  /* padding-bottom: 100px; */
}
@media (min-width: 1920px) {
  .movie-hero-new {
    padding-bottom: 5.2083333333vw;
  }
}

.movie-hero-new__actors {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
@media (min-width: 1920px) {
  .movie-hero-new__actors {
    margin-top: -3.125vw;
  }
}

.movie-hero-new::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at bottom left, rgba(8, 6, 13, 0.9) 0%, rgba(8, 6, 13, 0.7) 20%, rgba(8, 6, 13, 0.4) 40%, rgba(8, 6, 13, 0.1) 70%, rgba(8, 6, 13, 0) 100%), radial-gradient(circle at top left, rgba(8, 6, 13, 0.5) 0%, rgba(8, 6, 13, 0) 40%);
  content: "";
}

.movie-hero-new::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 26%;
  background: linear-gradient(360deg, rgb(8, 6, 13) 0%, rgba(8, 6, 13, 0.8) 1%, rgba(8, 6, 13, 0) 100%);
  content: "";
}

.movie-hero-new__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-hero-new__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  min-height: 578px;
  padding-top: 60px;
  padding-bottom: 16px;
  height: 100vh;
  max-height: 700px;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .movie-hero-new__content {
    max-height: 650px;
  }
}
@media (min-width: 920px) {
  .movie-hero-new__content {
    max-height: 750px;
  }
}
@media (min-width: 1920px) {
  .movie-hero-new__content {
    max-height: 41.6666666667vw;
  }
}

.movie-hero-new__ratings {
  display: flex;
  column-gap: 8px;
}
@media (min-width: 1920px) {
  .movie-hero-new__ratings {
    column-gap: 0.4166666667vw;
  }
}

.movie-hero-new__rating {
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)), linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
  border-radius: 32px;
  column-gap: 8px;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
}
@media (min-width: 1920px) {
  .movie-hero-new__rating {
    height: 2.2916666667vw;
    padding: 0 0.8333333333vw;
    border-radius: 1.6666666667vw;
    column-gap: 0.4166666667vw;
    font-size: 1.0416666667vw;
  }
}

.movie-hero-new__title-img {
  max-width: 100%;
  height: auto;
  align-self: start;
  object-fit: contain;
  text-align: left;
  width: auto;
  margin-top: 24px;
  filter: drop-shadow(0 0 4px black) drop-shadow(0 0 1px white);
}
@media (min-width: 768px) {
  .movie-hero-new__title-img {
    max-width: 64%;
  }
}
@media (min-width: 920px) {
  .movie-hero-new__title-img {
    max-width: 495px;
  }
}
@media (min-width: 1920px) {
  .movie-hero-new__title-img {
    max-width: 25.78125vw;
  }
}

.hero__slide-title {
  filter: drop-shadow(0 0 4px black) drop-shadow(0 0 1px white);
}

.hero__slide-sub-title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .hero__slide-sub-title {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .hero__slide-sub-title {
    font-size: 1.6666666667vw;
  }
}

.movie-hero-new__badge-clickable:hover {
  text-decoration: underline;
}

.movie-hero-new__badges {
  display: flex;
  column-gap: 24px;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 1920px) {
  .movie-hero-new__badges {
    column-gap: 1.25vw;
    row-gap: 0.8333333333vw;
  }
}

.movie-hero-new__badge {
  display: flex;
  align-items: center;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  column-gap: 12px;
  background-color: rgba(0, 0, 0, 0.12);
  padding: 4px;
  border-radius: 8px;
}
@media (min-width: 1920px) {
  .movie-hero-new__badge {
    font-size: 1.0416666667vw;
    column-gap: 0.625vw;
  }
}

.movie-hero-new__buttons {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .movie-hero-new__buttons {
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
  }
}
@media (min-width: 1920px) {
  .movie-hero-new__buttons {
    column-gap: 0.4166666667vw;
    margin-top: 1.0416666667vw;
  }
}

.movie-hero-new__actions {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .movie-hero-new__actions {
    column-gap: 8px;
  }
}
@media (min-width: 1920px) {
  .movie-hero-new__actions {
    column-gap: 0.4166666667vw;
  }
}

.movie-hero-new__actions-fixed {
  display: flex;
  justify-content: space-between;
  width: 73%;
  column-gap: 8px;
}
@media (min-width: 920px) {
  .movie-hero-new__actions-fixed {
    position: absolute;
    top: 156px;
    right: 0;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    row-gap: 16px;
  }
}
@media (min-width: 1920px) {
  .movie-hero-new__actions-fixed {
    top: 8.125vw;
    row-gap: 0.8333333333vw;
  }
}

.movie-hero-new__action {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  column-gap: 16px;
}
@media (min-width: 1920px) {
  .movie-hero-new__action {
    column-gap: 0.8333333333vw;
  }
}
.movie-hero-new__action.active .movie-hero-new__action-btn {
  background: linear-gradient(81deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0) 56.53%), radial-gradient(182.5% 50% at 100% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(173.31% 111.74% at 100% 100%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(162.5% 111.87% at 0% 0%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(161.51% 111.8% at 50% 100%, rgba(255, 214, 0, 0.72) 0%, rgba(255, 212, 0, 0) 100%), #ff0000;
}

.vertical-card__badges-top-right .movie-hero-new__action {
  margin-top: auto;
  margin-bottom: 20px;
}

.movie-hero-new__action-title {
  display: none;
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.12);
  padding: 4px;
  border-radius: 8px;
}
@media (min-width: 920px) {
  .movie-hero-new__action-title {
    font-size: 20px;
    display: flex;
  }
}
@media (min-width: 920px) {
  .movie-hero-new__action-title {
    display: flex;
  }
}
@media (min-width: 1920px) {
  .movie-hero-new__action-title {
    font-size: 1.0416666667vw;
  }
}

.movie-hero-new__action-img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .movie-hero-new__action-img {
    width: 1.25vw;
    height: 1.25vw;
  }
}

.movie-hero-new__action-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .movie-hero-new__action-icon {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1280px) {
  .movie-hero-new__action-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1920px) {
  .movie-hero-new__action-icon {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}

.movie-hero-new__action.active .movie-hero-new__action-icon {
  background: linear-gradient(81deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0) 56.53%), radial-gradient(182.5% 50% at 100% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(173.31% 111.74% at 100% 100%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(162.5% 111.87% at 0% 0%, rgba(255, 234, 0, 0.72) 0%, rgba(255, 234, 0, 0) 100%), radial-gradient(161.51% 111.8% at 50% 100%, rgba(255, 214, 0, 0.72) 0%, rgba(255, 212, 0, 0) 100%), #ff0000;
}

@media (min-width: 1920px) {
  .movie-hero-new__action-icon--favorite {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}

.movie-hero-new__button {
  padding: 0 28px;
  transition: transform 0.1s ease, background-color 0.1s ease;
  height: 56px;
}
@media (min-width: 768px) {
  .movie-hero-new__button {
    padding: 0 32px;
    height: 64px;
  }
}
@media (min-width: 1280px) {
  .movie-hero-new__button {
    font-size: 28px;
    height: 80px;
  }
}
@media (min-width: 1920px) {
  .movie-hero-new__button {
    height: 4.1666666667vw;
    padding: 0 2.0833333333vw;
    border-radius: 3.3333333333vw;
    box-shadow: 0 1.25vw 2.5vw 0 rgba(255, 128, 0, 0.12), 0 0.8333333333vw 1.6666666667vw 0 rgba(255, 128, 0, 0.08);
    font-size: 1.6666666667vw;
    column-gap: 0.8333333333vw;
  }
}

.movie-hero-new__button:active {
  transform: scale(0.97); /* Уменьшаем размер кнопки при нажатии */
  background-color: rgb(220, 112, 0); /* Меняем цвет фона при нажатии */
}

@media (min-width: 1920px) {
  .movie-hero-new__button[disabled] {
    height: initial;
  }
}

.movie-hero-new__button-wrap {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
@media (min-width: 1920px) {
  .movie-hero-new__button-wrap {
    column-gap: 0.8333333333vw;
  }
}

.movie-hero-new__button-content {
  display: flex;
  flex-direction: row; /* Текст в строку (если нужно) */
  align-items: center;
  flex-wrap: wrap; /* Если текст слишком длинный, переносим */
}

.movie-hero-new__button-block-content {
  display: block;
}

.movie-hero-new__button-subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  text-transform: none;
  font-family: Inter, sans-serif;
}

.movie-hero-new__action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  border: none;
  border-radius: 64px;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .movie-hero-new__action-btn {
    font-size: 1.3541666667vw;
  }
}

.movie-hero-new__action-text {
  margin-left: 8px;
}

.actors {
  display: flex;
  flex-direction: column;
}

.actors__content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .actors__content {
    justify-content: center;
    gap: 24px;
  }
}
@media (min-width: 920px) {
  .actors__content {
    gap: 40px;
  }
}
@media (min-width: 1920px) {
  .actors__content {
    gap: 2.0833333333vw;
  }
}

.actor {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media (min-width: 1920px) {
  .actor {
    column-gap: 0.8333333333vw;
  }
}

.actor__content {
  display: none;
}
@media (min-width: 768px) {
  .actor__content {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
  }
}
@media (min-width: 1920px) {
  .actor__content {
    row-gap: 0.1041666667vw;
  }
}

.actor__name {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .actor__name {
    font-size: 1.25vw;
  }
}

.actor__role {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.48);
}
@media (min-width: 768px) {
  .actor__role {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .actor__role {
    font-size: 0.8333333333vw;
  }
}

.actor__img {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (min-width: 920px) {
  .actor__img {
    width: 64px;
  }
}
@media (min-width: 1920px) {
  .actor__img {
    width: 3.3333333333vw;
  }
}

.actors__button {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 24px;
  cursor: pointer;
  column-gap: 16px;
}
@media (min-width: 768px) {
  .actors__button {
    width: auto;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
}
@media (min-width: 1920px) {
  .actors__button {
    border-radius: 1.25vw;
    column-gap: 0.8333333333vw;
  }
}

.actors__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: var(--white-8, rgba(255, 255, 255, 0.08));
  border-radius: 50%;
}
@media (min-width: 920px) {
  .actors__button-icon {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1920px) {
  .actors__button-icon {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}

.actors__button-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #ffffff;
  row-gap: 2px;
}
@media (min-width: 1920px) {
  .actors__button-content {
    row-gap: 0.1041666667vw;
  }
}

.actors__button-title {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .actors__button-title {
    font-size: 1.25vw;
  }
}

.actors__button-description {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.48);
}
@media (min-width: 920px) {
  .actors__button-description {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .actors__button-description {
    font-size: 0.8333333333vw;
  }
}

.catalog {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .catalog {
    padding-top: 88px;
  }
}
@media (min-width: 920px) {
  .catalog {
    padding-top: 116px;
  }
}
@media (min-width: 1280px) {
  .catalog {
    padding-top: 124px;
  }
}
@media (min-width: 1920px) {
  .catalog {
    padding-top: wv(144px);
  }
}

.all-dialogues {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .all-dialogues {
    padding-top: 88px;
  }
}
@media (min-width: 920px) {
  .all-dialogues {
    padding-top: 116px;
  }
}
@media (min-width: 1280px) {
  .all-dialogues {
    padding-top: 124px;
  }
}
@media (min-width: 1920px) {
  .all-dialogues {
    padding-top: wv(144px);
  }
}
.all-dialogues__list {
  display: flex;
  flex-direction: column;
  margin: 0 -20px;
}
@media (min-width: 920px) {
  .all-dialogues__list {
    margin: 0;
  }
}

.british-accent .vertical-cards-slider__card {
  flex-shrink: 0;
  width: 155px;
}
@media (min-width: 920px) {
  .british-accent .vertical-cards-slider__card {
    width: 180px;
  }
}
@media (min-width: 1280px) {
  .british-accent .vertical-cards-slider__card {
    width: 200px;
  }
}
@media (min-width: 1920px) {
  .british-accent .vertical-cards-slider__card {
    width: 14.5833333333vw;
  }
}

.yo-clickable {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.yo-clickable:hover {
  color: #ff8000;
}

.is-ajax-search-result {
  background: black !important;
}

.is-ajax-search-no-result {
  display: none !important;
}

.is-show-more-results {
  margin-top: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.is-show-more-results-text {
  background-color: #ff8000 !important;
  border-radius: 12px !important;
  margin: 5px 10px !important;
}

.is-show-more-results-text:hover {
  color: white !important;
  background-color: #ff8000 !important;
}

.is-form-style input.is-search-input, .mobile-menu-search input.is-search-input {
  background: transparent;
  border: 0 !important;
  color: white;
  background-image: none !important;
  font-size: unset !important;
  font-family: unset;
  padding: 0;
  margin: 0;
  outline: 0 !important;
  height: unset;
  min-height: 0;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.header__content ::placeholder .mobile-menu-modal ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.header__content .is-search-submit, .mobile-menu-modal .is-search-submit {
  display: none;
}

.header__content .is-form-style.is-form-style-3 label, .mobile-menu-modal .is-form-style.is-form-style-3 label {
  width: 100% !important;
}

.is-form-style button.is-search-submit {
  display: none;
  /*background: 0 0;*/
  /*border: 0;*/
  /*box-shadow: none !important;*/
  /*opacity: 1;*/
  /*padding: 0 !important;*/
  /*margin: 0;*/
  /*line-height: 0;*/
  /*outline: 0;*/
  /*vertical-align: middle;*/
  /*width: 36px;*/
  /*height: 36px*/
}

div.is-ajax-search-result {
  height: auto;
  width: 500px;
  max-width: 100%;
  background: #e2e2e2;
  color: #313131;
  padding: 0 !important;
}

.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a {
  text-transform: capitalize;
  font-size: unset !important;
  color: black;
}

.is-title, .ajax-search-result {
  font-size: larger !important;
}

/*вернуть это*/
/* .is-show-more-results redirect-tosr {*/
/*     display: none;*/
/* }*/
/*.is-show-more-results-text {*/
/*     display: none;*/
/* }*/
.tooltip-html {
  /* Позиционирование */
  position: absolute;
  top: 0;
  z-index: 100;
  background-color: rgba(117, 117, 117, 0.62);
  color: #fff;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 12px;
  width: calc(100% - 24px);
  /* Анимация */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
}

.tooltip:hover + .tooltip-html {
  opacity: 1;
  visibility: visible;
}

.tooltip:hover .tooltip-html {
  opacity: 1;
  visibility: visible;
}

.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  overflow: auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.image-popup__close {
  position: fixed;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: 300; /* Уменьшаем жирность */
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 10000;
}
.image-popup__close:hover {
  opacity: 0.8;
}
.image-popup__container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 100%;
}
.image-popup__content {
  max-width: 800px;
  max-height: calc(100vh - 80px);
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}

.vjs-error-display.vjs-modal-dialog {
  max-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 90px !important;
  display: none;
}
.vjs-error-display.vjs-modal-dialog .vjs-modal-dialog-description {
  display: none !important;
}
.vjs-error-display.vjs-modal-dialog .vjs-modal-dialog-content {
  padding: 0 !important;
  font-size: 11px !important;
}
@media (min-width: 920px) {
  .vjs-error-display.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 14px !important;
  }
}
@media (min-width: 920px) {
  .vjs-error-display.vjs-modal-dialog {
    top: 120px !important;
    max-height: 200px !important;
  }
}

.person-card {
  display: flex;
  width: 160px;
}

.watch-icon {
  width: 38px;
  height: 38px;
}

/* Скрываем "глаз" (hide-when-remove-hover) ТОЛЬКО если есть кнопка удаления */
.watching-card:hover .film-card-remove-btn ~ .hide-when-remove-hover,
.horizontal-card:hover .film-card-remove-btn ~ .hide-when-remove-hover,
.vertical-card:hover .film-card-remove-btn ~ .hide-when-remove-hover {
  display: none;
}

.header-font {
  font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

.yo-display-none {
  display: none;
}

.yo-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Растягивает элементы по краям */
}

.yo-flex-left {
  align-content: center;
}

.yo-flex-right {
  align-content: center;
}

@media (max-width: 900px) {
  .yo-flex-right {
    flex-basis: 100%; /* On small screens takes full width */
    margin-left: 0; /* Reset the auto margin on small screens */
    padding-top: 25px;
  }
}
.yo-link {
  display: inline-block; /* или block, в зависимости от макета */
  text-decoration: none; /* убираем подчеркивание по умолчанию */
  cursor: pointer; /* меняем курсор на "указатель" */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* более плавная кривая перехода */
  padding: 2px 4px; /* небольшой отступ для лучшего взаимодействия */
  border-radius: 3px; /* скругленные углы */
  will-change: transform, filter; /* оптимизация для анимаций */
  backface-visibility: hidden; /* предотвращение мерцания в некоторых браузерах */
  filter: brightness(0.8) saturate(0.8); /* увеличение яркости и насыщенности */
}

.yo-link:hover {
  background-color: rgba(14, 14, 14, 0.1); /* полупрозрачный фон */
  transform: translateY(-2px) scale(1.02); /* подъем + небольшое увеличение */
  filter: brightness(1.1) saturate(1.1); /* увеличение яркости и насыщенности */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* мягкая тень для эффекта "поднятия" */
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3); /* легкое свечение текста */
}

.yo-link:active {
  transform: translateY(0) scale(0.98); /* небольшое сжатие при клике */
  filter: brightness(0.95); /* затемнение при клике */
  transition-duration: 0.1s; /* более быстрая анимация при клике */
}

.swal2-container {
  z-index: 99999 !important;
}

.inline-v {
  display: flex;
  flex-wrap: wrap; /* Перенос на новую строку */
  align-items: center;
  gap: 16px;
}

.inline-v-left {
  margin: 0;
  flex-grow: 1;
  min-width: min-content; /* Чтобы заголовок не сжимался слишком сильно */
}

.inline-v-right {
  flex-shrink: 0;
}

.no-wrap {
  white-space: nowrap;
}

.list-soon .badge--rating {
  display: none;
}

.video-js .vjs-poster {
  display: none !important;
}

.prices-items .button {
  font-family: "Roboto Flex", sans-serif !important;
}

.margin-bottom-sm {
  margin-bottom: 6px;
}
@media (min-width: 920px) {
  .margin-bottom-sm {
    margin-bottom: 8px;
  }
}

.swal2-container button {
  -webkit-appearance: none; /* Убирает стандартные стили в Safari */
  border: none; /* Убирает границу */
  outline: none; /* Убирает обводку при фокусе */
  box-shadow: none; /* Убирает тень, если она есть */
}

.swal2-container button:focus,
.swal2-container button:focus-visible {
  outline: none !important; /* Убирает обводку при фокусе */
  box-shadow: none !important; /* Убирает тень при фокусе */
}

.admin-button {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  box-shadow: none;
  text-shadow: none;
  padding: 12px 20px;
}
@media (min-width: 1920px) {
  .admin-button {
    backdrop-filter: blur(0.8333333333vw);
  }
}

.admin-button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.1);
}

.dictionary-item .checked {
  background-color: #FF8000;
}

.pageContent {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 920px) {
  .pageContent {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.vjs-text-track-display > div > div > div {
  color: #F2A130 !important;
  font-size: 0.8em !important;
}

.vjs-text-track-display > div > div > div b {
  color: #ffffff !important;
  font-size: 1.2em !important;
}

.vjs-time-tooltip {
  min-width: 60px;
  text-align: center;
  display: contents;
}

.time-end-modal__wrap {
  white-space: nowrap;
}

.video-2sub .vjs-progress-control .vjs-play-progress {
  height: 12px;
}

.small-alert {
  padding: 2px 12px;
  background-color: rgb(255, 0, 0);
  border-radius: 8px;
  display: inline-block;
}

.yo-center {
  text-align: center;
}

.ratings-and-logo-container {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.badge--high {
  background-color: #3bba6a !important;
}

.badge--middle {
  background-color: #ffb945 !important;
}

.badge--low {
  background-color: #f75656 !important;
}

.visible-hidden {
  visibility: hidden;
}

.secondary-text {
  color: #a1a1a1;
}

.bright-text {
  color: #ff8000;
  font-weight: bold;
  padding-right: 12px;
}

.hidden {
  display: none;
}

.footer__container a {
  color: rgba(255, 255, 255, 0.48);
  text-decoration: none;
}

.footer__container a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.clickable {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.clickable:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  transition: 0.2s ease;
}

.hero__slide-img, .movie-hero__img-bg {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.84) 80%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.86)));
}

.yo-loader {
  text-align: center;
}

.yo-loader img {
  margin-top: 32px;
  width: 90px;
}

.top-right-absolute {
  position: absolute;
  right: 20px;
  z-index: 999;
}

.slow-hidden {
  opacity: 0;
}

.wp_google_login {
  clear: both;
  margin: 0 auto 0;
}

.modal-close {
  top: 10px;
  right: 15px;
  font-size: 28px !important;
  cursor: pointer;
}

.is-ajax-search-details a, .is-ajax-search-result a {
  text-decoration: none !important;
  color: #0073aa;
}

.is-ajax-search-result {
  max-width: 430px !important; /* Adjust as needed */
}

.three-line-ellipsis {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.flex-parent {
  display: flex;
}

.animated-input .input-field {
  position: relative;
  background-color: transparent;
}
.animated-input .input-field input {
  transition: all 0.3s ease;
  height: 26px;
}
.animated-input .input-field label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  transition: all 0.3s ease;
  pointer-events: none;
  padding-left: 28px;
}
.animated-input .input-field input:focus + label,
.animated-input .input-field input:not(:placeholder-shown) + label {
  top: 14px;
  left: 0;
  font-size: 12px;
  color: #333;
}
.animated-input .input-field input:focus,
.animated-input .input-field input:not(:placeholder-shown) {
  margin-top: 10px;
  height: 26px;
}
@media (min-width: 1920px) {
  .animated-input {
    backdrop-filter: blur(0.8333333333vw);
  }
}

.banner {
  position: relative;
  display: flex;
  padding: 0;
  text-decoration: none;
}

.banner__image {
  width: 100%;
  height: auto;
}

#video-access-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.film-card-remove-btn {
  display: none;
}
.film-card-remove-btn .film-card-remove-icon {
  width: 38px;
  height: 38px;
}

.watching-card:hover .film-card-remove-btn, .horizontal-card:hover .film-card-remove-btn, .vertical-card:hover .film-card-remove-btn {
  display: flex;
}

@media (pointer: coarse) {
  .film-card-remove-btn {
    display: flex;
  }
}
.feedback-prob-description {
  margin-top: 16px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 5, 0.12);
  border-radius: 12px;
  resize: none;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
