@charset "UTF-8";
/* === RESET (Modern Normalize + Custom Adjustments) === */
/* 1. Убираем все отступы, бордеры и дефолтные шрифты */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 2. Убираем дефолтные outline и обеспечиваем плавность фокуса */
/* 3. Базовые параметры документа */
html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0f0f0f;
  color: #fff;
}

/* 4. Убираем стандартные стили для типовых элементов */
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}

button {
  cursor: pointer;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* 5. Убираем лишние стили для форм */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

/* 6. Системная типографика */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

/* 7. Обнуляем iframe и embed */
iframe {
  border: 0;
}

/* 8. Scrollbar (кастом под MovieCrab) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #141414;
}

::-webkit-scrollbar-thumb {
  background: #a81e12;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff0000;
}

body {
  background-color: #0f0f0f;
  color: #ffffff;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

.swiper-button-next {
  transform: rotate(180deg);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #a81e12;
}


.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 12px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 8px;
  }
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
}

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

.btn--primary-light {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 20px;
  color: white;
  background-color: #a81e12;
  transition: all 0.3s ease;
  border-radius: 12px;
}
@media (max-width: 820px) {
  .btn--primary-light {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.btn--primary-light:hover {
  background-color: #ff0000;
  color: white;
}

.movies .movies-grid > #dle-content {
  display: contents;
}

.movies__pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.movies__pagination .pagination {
  width: auto;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 88px;
  height: 88px;
  border: none;
  border-radius: 12px;
  background: #a81e12;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease, bottom 0.4s ease;
  z-index: 1000;
}
@media (max-width: 820px) {
  .back-to-top {
    width: 40px;
    height: 40px;
  }
}
.back-to-top svg {
  width: 52px;
  height: 52px;
  transform: rotate(-90deg);
}
@media (max-width: 820px) {
  .back-to-top svg {
    width: 28px;
    height: 28px;
  }
}
.back-to-top:hover {
  background: #ff0000;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.anime-slide__title,
.movie-slide__title,
.serial-slide__title,
.movie-card__title,
.cartoon-slide__title,
.multserial-slide__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  min-height: 2.6em;
}

.btn {
  border-radius: 20px;
  font-weight: 500;
  padding: 20px;
  font-size: 16px;
  transition: background 0.2s ease, color 0.2s ease;
  line-height: normal;
}
@media (max-width: 820px) {
  .btn {
    padding: 14px 16px;
    font-size: 12px;
  }
}
.btn--primary {
  background: #a81e12;
  color: #ffffff;
  line-height: normal;
}
.btn--primary:hover {
  background: #ff0000;
}
.btn--light {
  background: #e1e1e1;
  color: #a81e12;
  line-height: normal;
}
.btn--light:hover {
  background: #fff;
}

html, body {
  font-style: normal; /* сброс */
  font-synthesis: none; /* запретить Safari самому придумывать italic/bold */
  -webkit-font-smoothing: antialiased; /* сглаживание (опционально) */
  text-rendering: optimizeLegibility; /* аккуратный рендеринг */
}

/* === TT Norms Pro (Variable) === */
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro.woff2") format("woff2-variations"), url("../fonts/TTNormsPro.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-synthesis: none;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro.woff2") format("woff2-variations"), url("../fonts/TTNormsPro.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  font-synthesis: none;
}
/* === Глобальная типографика === */
body {
  font-family: "TT Norms Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "ital" 0, "slnt" 0;
  font-synthesis: none;
  color: #ffffff;
  background-color: #0f0f0f;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}

p {
  font-size: 16px;
  color: #7f7f7f;
}

/* === Дополнительно === */
strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

a {
  color: #a81e12;
  transition: color 0.3s ease;
}
a:hover {
  color: #ff0000;
}

.header {
  background: #141414;
  border-bottom: 1px solid rgba(15, 15, 15, 0.75);
  padding: 30px 30px;
  /* === Поиск десктоп === */
  /* === Контролы справа === */
  /* === Язык === */
  /* === Кнопки === */
}
.header__inner {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 500px) 1fr;
  align-items: center;
}
.header__logo {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  white-space: nowrap;
  margin-right: 15px;
}
.header__logo span {
  color: #a81e12;
  font-weight: 700;
  white-space: nowrap;
}
.header__search {
  justify-self: center;
  width: 100%;
  max-width: 540px;
  position: relative;
  border-radius: 20px;
  border: 2px solid transparent;
  background-image: linear-gradient(#141414, #141414), radial-gradient(76.68% 94.29% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.99) 0%, transparent 60%), radial-gradient(circle at top right, rgba(0, 0, 0, 0.95) 0%, transparent 60%);
  background-origin: border-box;
  background-clip: padding-box, border-box, border-box, border-box;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
}
.header__search input {
  width: 100%;
  background: #141414;
  border: 2px solid rgba(15, 15, 15, 0.75);
  border-radius: 18px;
  padding: 18px 20px;
  color: #ffffff;
  font-size: 16px;
}
.header__search button {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.header__search button svg path {
  transition: fill 0.2s ease;
}
.header__search:focus-within svg path {
  fill: #a81e12;
}
.header__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}
.header__lang {
  position: relative;
}
@media (max-width: 820px) {
  .header__lang {
    margin-right: 15px;
  }
}
.header__lang-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 15px;
  min-width: 78px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.header__lang-btn img {
  width: 17px;
  transition: transform 0.2s ease;
}
.header__lang-btn.active img {
  transform: rotate(180deg);
}
.header__lang-list {
  position: absolute;
  top: 120%;
  left: 0;
  background: #141414;
  border: 1px solid rgba(15, 15, 15, 0.75);
  border-radius: 6px;
  overflow: hidden;
  display: none;
  z-index: 20;
  min-width: 78px;
}
@media (max-width: 820px) {
  .header__lang-list {
    top: 240%;
    left: -24px;
  }
}
.header__lang-list li {
  padding: 6px 14px 6px 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.header__lang-list li:hover {
  background: rgba(168, 30, 18, 0.1);
  color: #ff0000;
}
.header__lang-list li.selected {
  color: #a81e12;
}
.header__lang-list.open {
  display: block;
  animation: fadeIn 0.2s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header .btn {
  border-radius: 20px;
  font-weight: 500;
  padding: 20px;
  font-size: 16px;
  transition: background 0.2s ease, color 0.2s ease;
}
.header .btn--primary {
  background: #a81e12;
  color: #ffffff;
}
.header .btn--primary:hover {
  background: #ff0000;
}
.header .btn--light {
  background: #e1e1e1;
  color: #a81e12;
}
.header .btn--light:hover {
  background: #fff;
}
.header .header__auth {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .header__auth--guest .btn {
  min-width: 110px;
  text-align: center;
}
@media (max-width: 820px) {
  .header .header__auth--guest .btn {
    min-width: auto;
  }
}
.header .header__auth--user .btn--profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #ffffff;
  border-radius: 20px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.2s ease;
  display: flex;
  gap: 8px;
}
.header .header__auth--user .btn--profile img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.header .header__auth--user .btn--profile:hover {
  color: #a81e12;
}
.header .header__auth--user .btn--profile:hover img {
  filter: brightness(1.15);
}
.header .hidden {
  display: none !important;
}

/* === Мобильный поиск === */
.header__search-toggle {
  display: none;
}

.header__search-mobile {
  display: none;
  justify-self: center;
  width: 100%;
  max-width: 540px;
  position: relative;
  border-radius: 20px;
  border: 2px solid transparent;
  background-image: linear-gradient(#141414, #141414), radial-gradient(76.68% 94.29% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.99) 0%, transparent 60%), radial-gradient(circle at top right, rgba(0, 0, 0, 0.95) 0%, transparent 60%);
  background-origin: border-box;
  background-clip: padding-box, border-box, border-box, border-box;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  /* изначально скрыт */
  display: none;
}
.header__search-mobile input {
  width: 100%;
  background: #141414;
  border: 2px solid rgba(15, 15, 15, 0.75);
  border-radius: 18px;
  padding: 16px 16px;
  color: #ffffff;
  font-size: 12px;
}
.header__search-mobile button {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.header__search-mobile button svg path {
  transition: fill 0.2s ease;
}
.header__search-mobile:focus-within svg path {
  fill: #a81e12;
}
.header__search-mobile.active {
  display: block;
  animation: slideDown 0.25s ease;
  transform: translateY(0);
  margin-top: 10px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 820px) {
  .header {
    padding: 16px;
    /* десктопный поиск прячем */
    /* иконка поиска */
    /* выпадающий поиск */
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    font-size: 22px;
    font-weight: normal;
  }
  .header__search {
    display: none;
  }
  .header__search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 15px;
  }
  .header__search-toggle svg {
    min-width: 22px;
    min-height: 22px;
  }
  .header__search-mobile {
    display: none;
  }
  .header__search-mobile.active {
    display: block;
    animation: slideDown 0.25s ease;
    transform: translateY(0);
  }
  .header__controls {
    gap: 8px;
  }
  .header__controls .btn {
    padding: 8px 12px;
    font-size: 14px;
  }
  .header__controls .btn.btn--light {
    display: none;
  }
  .header__lang-btn {
    font-size: 14px;
    min-width: auto;
  }
  .header .header__auth--guest .btn, .header .header__auth--user .btn--profile {
    font-size: 12px;
    padding: 14px 16px;
  }
  .header .header__auth--user .btn--profile img {
    width: 16px;
    height: 16px;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  background: #141414;
}
.footer__inner {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .footer__inner {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .footer__inner {
    padding: 30px 0px;
    gap: 24px;
  }
}
@media (max-width: 820px) {
  .footer__inner-logo {
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
  }
}
.footer__inner-logo span {
  color: #5f5f5f;
}
.footer__inner-logo span:nth-child(1) {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 820px) {
  .footer__inner-logo span:nth-child(1) {
    font-size: 22px;
  }
}
.footer__inner-logo span:nth-child(2) {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 820px) {
  .footer__inner-logo span:nth-child(2) {
    font-size: 22px;
  }
}
.footer__inner-urls {
  display: flex;
  gap: 55px;
  align-items: center;
}
@media (max-width: 480px) {
  .footer__inner-urls {
    gap: 15px;
  }
}
.footer__inner-urls-main {
  display: flex;
  gap: 30px;
}
@media (max-width: 820px) {
  .footer__inner-urls-main {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__inner-urls-main a {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 480px) {
  .footer__inner-urls-main a {
    font-size: 12px;
  }
}
.footer__inner-urls-divider {
  content: "";
  width: 3px;
  height: 31px;
  background: #5f5f5f;
  border-radius: 3px;
}
@media (max-width: 820px) {
  .footer__inner-urls-divider {
    height: 100%;
    width: 1px;
    border-radius: 1px;
  }
}
.footer__inner-urls-other {
  display: flex;
  gap: 30px;
}
@media (max-width: 820px) {
  .footer__inner-urls-other {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__inner-urls-other a {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 480px) {
  .footer__inner-urls-other a {
    font-size: 12px;
  }
}

.textarea-wrapper {
  position: relative;
  width: 81%;
  border-radius: 20px;
  isolation: isolate;
  background: transparent;
  max-height: 59px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), inset 0 18px 28px rgba(255, 255, 255, 0.03), inset 0 -18px 35px rgba(0, 0, 0, 0.35);
}
@media (max-width: 820px) {
  .textarea-wrapper {
    max-height: 49px;
    width: 100%;
    box-shadow: none;
  }
}
.textarea-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background-image: linear-gradient(transparent, transparent), radial-gradient(76.68% 94.29% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.99) 0%, transparent 60%), radial-gradient(circle at top right, rgba(0, 0, 0, 0.95) 0%, transparent 60%);
  background-origin: border-box;
  background-clip: padding-box, border-box, border-box, border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  pointer-events: none;
  z-index: 1;
}
.textarea-wrapper input,
.textarea-wrapper textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 20px;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  padding: 20px;
}
@media (max-width: 820px) {
  .textarea-wrapper input,
  .textarea-wrapper textarea {
    padding: 14px 15px;
    font-size: 20px;
    border-radius: 12px;
  }
}
.textarea-wrapper textarea {
  height: 59px;
  resize: none;
  overflow: hidden;
}
@media (max-width: 820px) {
  .textarea-wrapper textarea {
    padding: 16px;
    font-size: 12px;
    border-radius: 12px;
  }
}
.textarea-wrapper input {
  height: 59px;
}
@media (max-width: 820px) {
  .textarea-wrapper input {
    height: auto;
    font-size: 12px;
  }
}

.textarea-wrapper--comment {
  border-radius: 20px;
  max-height: none;
}
@media (max-width: 820px) {
  .textarea-wrapper--comment {
    border-radius: 20px;
    height: 49px;
  }
}
.textarea-wrapper--comment textarea {
  height: 59px;
  resize: none;
  overflow: hidden;
}
@media (max-width: 820px) {
  .textarea-wrapper--comment textarea {
    height: 49px;
  }
}

.textarea-wrapper--input {
  max-height: 59px;
}
.textarea-wrapper--input input {
  padding: 16px 20px;
}

.movie-card {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.8) 100%);
  background-image: url(../img/ui/bg-blur.png);
  background-repeat: no-repeat;
  background-position: 49% 66%;
  border-radius: 20px 20px 0 0;
}

.movie {
  margin-top: 230px;
}
@media (max-width: 820px) {
  .movie {
    margin-top: 120px;
  }
}
.movie .filter-categories {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  padding: 50px 0 40px 0;
}
@media (max-width: 820px) {
  .movie .filter-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 20px 20px;
    gap: 10px;
  }
  .movie .filter-categories::-webkit-scrollbar {
    display: none;
  }
}
.movie .filter-categories .filter-card {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  min-width: 240px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
@media (max-width: 820px) {
  .movie .filter-categories .filter-card {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 10px;
  }
}
.movie .filter-categories .filter-card__text {
  display: flex;
  flex-direction: column;
}
.movie .filter-categories .filter-card__text .filter-card__label {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
}
.movie .filter-categories .filter-card__text .filter-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.movie .filter-categories .filter-card__btn {
  background-color: #0f0f0f;
  border-radius: 12px;
  padding: 8px;
}
.movie .filter-categories .filter-card__btn svg {
  height: 24px;
  width: 24px;
}
.movie .filter-categories .filter-card__btn svg path {
  fill: #a81e12;
  transition: all 0.3s ease;
}
.movie .filter-categories .filter-card:hover .filter-card__btn svg path {
  fill: #ff0000;
}
.movie .filter-categories .filter-card.active {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.movie .filter-categories .filter-card.active .filter-card__btn {
  display: none;
}
.movie-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.movie-card__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 30px 0px 30px;
}
@media (max-width: 820px) {
  .movie-card__inner {
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
}
.movie-card__inner-mob {
  display: none;
}
@media (max-width: 820px) {
  .movie-card__inner-mob {
    display: block;
  }
}
.movie-card__inner-mob h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.movie-card__inner-mob h3 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.movie-card__inner-card {
  height: 100%;
  width: 33%;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 820px) {
  .movie-card__inner-card {
    width: 100%;
    padding: 10px;
  }
}
.movie-card__inner-card__img img {
  border-radius: 15px;
  max-height: 436px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.movie-card__inner-card__ratings {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.movie-card__inner-card__ratings-imdb {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  padding: 10px;
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-imdb {
    width: 100%;
  }
}
.movie-card__inner-card__ratings-imdb-header span {
  display: flex;
  gap: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7f7f7f;
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-imdb-header span {
    font-size: 10px;
  }
}
.movie-card__inner-card__ratings-imdb-header span a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #ffffff;
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-imdb-header span a {
    font-size: 10px;
  }
}
.movie-card__inner-card__ratings-imdb-header span a:hover {
  color: #ff0000;
}
.movie-card__inner-card__ratings-imdb-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.movie-card__inner-card__ratings-imdb-bottom span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7f7f7f;
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-imdb-bottom span {
    font-size: 10px;
  }
}
.movie-card__inner-card__ratings-imdb-bottom span:nth-child(1) {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-imdb-bottom span:nth-child(1) {
    font-size: 14px;
  }
}
.movie-card__inner-card__ratings-imdb-bottom span:nth-child(2) {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7f7f7f;
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-imdb-bottom span:nth-child(2) {
    font-size: 14px;
  }
}
.movie-card__inner-card__ratings-site {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-site {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-site {
    gap: 10px;
  }
}
.movie-card__inner-card__ratings-site-header {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7f7f7f;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-site-header {
    font-size: 10px;
  }
}
.movie-card__inner-card__ratings-site-bottom {
  display: flex;
  gap: 2px;
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-site-bottom {
    gap: 0;
  }
}
.movie-card__inner-card__ratings-site-bottom .star {
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-mask: url("../img/icons/star.svg") no-repeat center/contain;
  mask: url("../img/icons/star.svg") no-repeat center/contain;
  background-color: #7f7f7f;
  transition: background-color 0.25s ease;
}
@media (max-width: 820px) {
  .movie-card__inner-card__ratings-site-bottom .star {
    width: 30px;
    height: 29px;
  }
}
.movie-card__inner-card__ratings-site-bottom .star.filled {
  background-color: #a81e12;
}
.movie-card__inner-card__ratings-site-bottom .star.hover-fill {
  background-color: #ff0000;
}
.movie-card__inner-card__desc {
  display: flex;
  gap: 25px;
}
.movie-card__inner-card__desc .movie-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.movie-card__inner-card__desc .movie-info__row {
  display: grid;
  grid-template-columns: 62px auto;
  gap: 12px;
  align-items: baseline;
  font-size: 12px;
}
@media (max-width: 820px) {
  .movie-card__inner-card__desc .movie-info__row {
    grid-template-columns: 60px auto;
  }
}
.movie-card__inner-card__desc .movie-info__label {
  color: #7f7f7f;
  font-weight: 400;
}
@media (max-width: 820px) {
  .movie-card__inner-card__desc .movie-info__label {
    font-size: 10px;
  }
}
.movie-card__inner-card__desc .movie-info__value {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 820px) {
  .movie-card__inner-card__desc .movie-info__value {
    font-size: 10px;
  }
}
.movie-card__inner-card__extra {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.movie-card__inner-card__extra .movie-info__row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: baseline;
  font-size: 14px;
}
@media (max-width: 820px) {
  .movie-card__inner-card__extra .movie-info__row {
    font-size: 10px;
  }
}
.movie-card__inner-card__extra .movie-info__row--tags {
  align-items: center;
}
.movie-card__inner-card__extra .movie-info__label {
  color: #7f7f7f;
  font-weight: 400;
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 820px) {
  .movie-card__inner-card__extra .movie-info__label {
    font-size: 10px;
  }
}
.movie-card__inner-card__extra .movie-info__value {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.45;
  font-size: 12px;
}
@media (max-width: 820px) {
  .movie-card__inner-card__extra .movie-info__value {
    font-size: 10px;
  }
}
.movie-card__inner-card__extra .movie-info__value--bold {
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 820px) {
  .movie-card__inner-card__extra .movie-info__value--bold {
    font-size: 10px;
  }
}
.movie-card__inner-card__extra .movie-info__value--list {
  font-weight: 400;
  line-height: 1.6;
  font-size: 12px;
}
@media (max-width: 820px) {
  .movie-card__inner-card__extra .movie-info__value--list {
    font-size: 10px;
  }
}
.movie-card__inner-card__extra .movie-info__tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.movie-card__inner-card__extra .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.movie-card__inner-card__actions {
  display: flex;
  gap: 10px;
}
.movie-card__inner-card__actions .btn {
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 820px) {
  .movie-card__inner-card__actions .btn {
    padding: 14px 16px;
    font-size: 12px;
  }
}
.movie-card__inner-card__actions .btn--share {
  background: #e1e1e1;
  color: #a81e12;
}
.movie-card__inner-card__actions .btn--share:hover {
  background: #ff0000;
  color: #fff;
}
.movie-card__inner-card__actions .btn--favorite {
  background: #a81e12;
  color: #ffffff;
}
.movie-card__inner-card__actions .btn--favorite:hover {
  background: #ff0000;
  color: #fff;
}
.movie-card__inner-card__actions .btn--favorite.is-active {
  background: #ffffff;
  color: #a81e12;
}
.movie-card__inner-card__actions .btn--favorite.is-active:hover {
  background: #ff0000;
  color: #fff;
}
.movie-card__inner-player {
  width: 67%;
}
@media (max-width: 820px) {
  .movie-card__inner-player {
    width: 100%;
  }
}
.movie-card__inner-player__inner {
  display: flex;
  flex-direction: column;
}
.movie-card__inner-player__inner-title {
  padding-top: 20px;
}
@media (max-width: 820px) {
  .movie-card__inner-player__inner-title {
    display: none;
  }
}
.movie-card__inner-player__inner-title h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 10px;
}
.movie-card__inner-player__inner-title h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.movie-card__inner-player__inner-video {
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  /* Табы */
  /* Панели */
  /* Overlay Play */
  /* Активный плеер */
}
@media (max-width: 820px) {
  .movie-card__inner-player__inner-video {
    margin-top: 0px;
    border-radius: 12px;
  }
}
.movie-card__inner-player__inner-video .player-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #1a1a1a;
  padding: 10px 10px 0 10px;
}
@media (max-width: 820px) {
  .movie-card__inner-player__inner-video .player-tabs {
    gap: 5px;
    padding: 5px 5px 0 5px;
  }
}
.movie-card__inner-player__inner-video .player-tabs .player-tab {
  padding: 14px 16px;
  border-radius: 12px 12px 0 0;
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  color: #b5b5b5;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 820px) {
  .movie-card__inner-player__inner-video .player-tabs .player-tab {
    padding: 10px;
    font-size: 8px;
  }
}
.movie-card__inner-player__inner-video .player-tabs .player-tab:hover {
  color: #fff;
  background: #ff0000;
}
.movie-card__inner-player__inner-video .player-tabs .player-tab.is-active {
  background: #a81e12;
  color: #fff;
}
.movie-card__inner-player__inner-video .player-tabs .player-tab.is-active:hover {
  background: #ff0000;
}
.movie-card__inner-player__inner-video .player-tabs .player-tab:last-child {
  margin-left: auto;
  background: #000;
}
.movie-card__inner-player__inner-video .player-panels {
  position: relative;
  flex: 1;
  border-radius: 12px;
  min-height: 420px;
  background: #000;
}
.movie-card__inner-player__inner-video .player-panel {
  display: none;
  width: 100%;
  height: 100%;
}
.movie-card__inner-player__inner-video .player-panel.is-active {
  display: block;
}
.movie-card__inner-player__inner-video .player-panel iframe {
  width: 100%;
  height: 420px !important;
  border: 0;
  display: block;
}
@media (max-width: 820px) {
  .movie-card__inner-player__inner-video .player-panel iframe {
    height: 235px;
  }
}
.movie-card__inner-player__inner-video .player-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
.movie-card__inner-player__inner-video .player-overlay-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(transparent 60%, rgba(0, 0, 0, 0.45));
  cursor: pointer;
  transition: background 0.2s ease;
}
.movie-card__inner-player__inner-video .player-overlay-play::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #a81e12 url("../img/icons/play-btn.svg") no-repeat center/10px 20px;
  transition: background 0.2s ease, transform 0.2s ease;
}
@media (max-width: 820px) {
  .movie-card__inner-player__inner-video .player-overlay-play::before {
    height: 32px;
    width: 32px;
  }
}
.movie-card__inner-player__inner-video .player-overlay-play:hover::before {
  background-color: #ff0000;
  transform: scale(1.05);
}
.movie-card__inner-player__inner-video .player-frame.is-playing iframe {
  pointer-events: auto;
}
.movie-card__inner-player__inner-video .player-frame.is-playing .player-overlay-play {
  display: none;
}
.movie-card__inner-player__inner-description {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 820px) {
  .movie-card__inner-player__inner-description {
    margin-top: 15px;
  }
}
.movie-card__inner-player__inner-description::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: -66vw;
  left: 50%;
  background: rgba(15, 15, 15, 0.75);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  z-index: -1;
}
.movie-card__inner-player__inner-description p {
  position: relative;
  z-index: 2;
  padding: 30px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #7f7f7f;
  max-width: 100%;
}
@media (max-width: 820px) {
  .movie-card__inner-player__inner-description p {
    font-size: 10px;
  }
}

.movies .divider {
  margin: 0 0 30px 0;
}
.movies .divider:last-child {
  margin: 30px 0 0 0;
}

.comments {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.8) 100%);
  background-image: url(../img/ui/bg2.png);
  background-repeat: no-repeat;
  background-position: 49% 66%;
  border-radius: 20px 20px 0 0;
}
.comments__inner {
  padding: 0 30px 60px 30px;
}
@media (max-width: 820px) {
  .comments__inner {
    padding: 0 20px 20px 20px;
  }
}
.comments__inner h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 30px 0;
}
@media (max-width: 820px) {
  .comments__inner h2 {
    font-size: 18px;
  }
}
.comments__inner form {
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .comments__inner form {
    border-radius: 12px;
    padding: 10px;
    gap: 10px;
  }
}
.comments__inner form button {
  width: auto;
}
@media (max-width: 820px) {
  .comments__inner form button {
    width: auto;
  }
}
.comments__inner form button.send {
  width: 19%;
}
.comments__inner-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comments__inner-list .comment {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 820px) {
  .comments__inner-list .comment {
    gap: 15px;
  }
}
.comments__inner-list .comment__inner-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments__inner-list .comment__inner-items-left {
  width: 79%;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(174deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  display: flex;
  gap: 24px;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-left {
    width: 76%;
    padding: 10px;
    border-radius: 12px;
    gap: 10px;
  }
}
.comments__inner-list .comment__inner-items-left-img {
  width: 8%;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-left-img {
    width: 18%;
  }
}
.comments__inner-list .comment__inner-items-left-img img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-left-img img {
    width: 44px;
    height: 44px;
  }
}
.comments__inner-list .comment__inner-items-left-content {
  width: 92%;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-left-content {
    width: 82%;
  }
}
.comments__inner-list .comment__inner-items-left-content-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-left-content-header {
    padding-bottom: 6px;
  }
}
.comments__inner-list .comment__inner-items-left-content-header--name {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-left-content-header--name {
    font-size: 12px;
  }
}
.comments__inner-list .comment__inner-items-left-content-header--time {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7f7f7f;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-left-content-header--time {
    font-size: 8px;
  }
}
.comments__inner-list .comment__inner-items-left-content-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-left-content-text p {
    font-size: 10px;
  }
}
.comments__inner-list .comment__inner-items-right {
  width: 21%;
  padding: 20px;
  border-radius: 0px 20px 20px 0;
  background: linear-gradient(174deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  display: flex;
  align-items: center;
  margin-top: -20px;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-right {
    width: 24%;
    padding: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
  }
}
.comments__inner-list .comment__inner-items-right--sum {
  padding-right: 20px;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-right--sum {
    padding-right: 15px;
  }
}
.comments__inner-list .comment__inner-items-right--sum span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-right--sum span {
    font-size: 10px;
    font-weight: 400;
    padding-bottom: 5px;
  }
}
.comments__inner-list .comment__inner-items-right--likes {
  display: flex;
  gap: 5px;
}
.comments__inner-list .comment__inner-items-right--likes span {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
  -webkit-mask: no-repeat center/contain;
  mask: no-repeat center/contain;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-right--likes span {
    width: 18px;
    height: 18px;
  }
}
.comments__inner-list .comment__inner-items-right--likes .like {
  -webkit-mask-image: url("../img/icons/like.svg");
  mask-image: url("../img/icons/like.svg");
}
.comments__inner-list .comment__inner-items-right--likes .dislike {
  -webkit-mask-image: url("../img/icons/dislike.svg");
  mask-image: url("../img/icons/dislike.svg");
}
.comments__inner-list .comment__inner-items-right--likes span:hover {
  background-color: #ff0000;
}
.comments__inner-list .comment__inner-items-right--likes .like.active {
  -webkit-mask-image: url("../img/icons/like-with-fill.svg");
  mask-image: url("../img/icons/like-with-fill.svg");
  background-color: #a81e12;
}
.comments__inner-list .comment__inner-items-right--likes .dislike.active {
  -webkit-mask-image: url("../img/icons/like-with-fill.svg");
  mask-image: url("../img/icons/like-with-fill.svg");
  transform: rotate(180deg);
  background-color: #a81e12;
}
.comments__inner-list .comment__inner-items-right--complaint .complaint--btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 47px;
  color: #7f7f7f;
}
@media (max-width: 820px) {
  .comments__inner-list .comment__inner-items-right--complaint .complaint--btn {
    font-size: 12px;
    margin-left: 0;
  }
}
.comments__inner-list .comment__inner-items-right--complaint .complaint--btn:hover {
  color: #a81e12;
}
.comments__inner .more-comments {
  display: block; /* кнопка как блочный элемент */
  margin: 20px auto; /* автоматические отступы слева и справа */
}
@media (max-width: 820px) {
  .comments__inner .more-comments {
    font-size: 12px;
  }
}

/* =========================
   FILTER-POPULAR
   ========================= */
.filter-popular {
  margin-top: 230px;
  /* === ФИЛЬТРЫ === */
  /* === ПОПУЛЯРНОЕ === */
  /* === КАТЕГОРИИ === */
}
@media (max-width: 820px) {
  .filter-popular {
    margin-top: 120px;
  }
}
.filter-popular .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}
.filter-popular__bg {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.8) 100%);
  border-radius: 20px;
  padding: 50px 0px;
  background-image: url(../img/ui/bg-blur.png);
  background-repeat: no-repeat;
  background-position: 49% 16%;
}
.filter-popular__bg .horizontal-line {
  padding: 40px 0;
}
.filter-popular__inner {
  width: 100%;
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 820px) {
  .filter-popular__inner {
    flex-direction: column;
    gap: 10px;
  }
}
.filter-popular .filter-popular__filters {
  width: 60%;
  padding-left: 20px;
}
@media (max-width: 820px) {
  .filter-popular .filter-popular__filters {
    width: 100%;
    padding-right: 20px;
  }
}
.filter-popular .filter-popular__popular {
  width: 40%;
}
@media (max-width: 820px) {
  .filter-popular .filter-popular__popular {
    width: 100%;
  }
}
.filter-popular .popular-slider {
  cursor: pointer;
  width: 40%;
}
@media (max-width: 820px) {
  .filter-popular .popular-slider {
    width: 100%;
  }
}
.filter-popular .filter-form__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  overflow: visible;
}
@media (max-width: 820px) {
  .filter-popular .filter-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 16px;
  }
}
.filter-popular .filter-form-bottom {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
  gap: 96px;
  align-items: center;
}
@media (max-width: 820px) {
  .filter-popular .filter-form-bottom {
    gap: 10px;
  }
}
.filter-popular .filter-form-bottom p {
  width: 64%;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .filter-popular .filter-form-bottom p {
    width: 50%;
  }
}
.filter-popular .filter-form-bottom button {
  width: 36%;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  background: #a81e12;
  transition: all 0.3s ease;
}
.filter-popular .filter-form-bottom button:hover {
  background-color: #ff0000;
}
@media (max-width: 820px) {
  .filter-popular .filter-form-bottom button {
    width: 50%;
  }
}
@media (max-width: 820px) {
  .filter-popular .filter-form-bottom {
    margin-bottom: 20px;
  }
}
.filter-popular__popular {
  width: 40%;
  overflow: hidden;
  border-radius: 20px;
}
.filter-popular__popular .swiper-pagination {
  position: static;
  margin-top: 14px;
  text-align: left;
}
.filter-popular__popular .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: rgba(168, 30, 18, 0.35);
  opacity: 1;
  transition: width 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}
.filter-popular__popular .swiper-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 6px;
  background: #a81e12;
}
.filter-popular .popular-slider {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  position: relative;
}
.filter-popular .popular-slider .swiper-pagination {
  position: static;
  margin-top: 14px;
  text-align: left;
}
.filter-popular .popular-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background: rgba(168, 30, 18, 0.35) !important;
  transition: width 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}
.filter-popular .popular-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 6px;
  background: #a81e12 !important;
}
.filter-popular .popular-slider .swiper-pagination {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  pointer-events: auto;
}
@media (max-width: 820px) {
  .filter-popular .popular-slider .swiper-pagination {
    padding: 40px;
    bottom: -30px;
    left: -20px;
  }
}
.filter-popular .popular-slider .popular-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(168, 30, 18, 0.35);
  opacity: 1;
  transition: width 0.25s, border-radius 0.25s, background 0.25s;
}
@media (max-width: 820px) {
  .filter-popular .popular-slider .popular-bullet {
    width: 6px;
    height: 6px;
  }
}
.filter-popular .popular-slider .popular-bullet--active {
  width: 40px;
  height: 10px;
  border-radius: 6px;
  background: #a81e12;
}
@media (max-width: 820px) {
  .filter-popular .popular-slider .popular-bullet--active {
    width: 24px;
    height: 6px;
  }
}
.filter-popular .popular-slide {
  position: relative;
  border-radius: 20px 0 0 20px;
  padding: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #000;
  isolation: isolate;
  display: flex;
  height: 259px;
}
@media (max-width: 820px) {
  .filter-popular .popular-slide {
    height: 198px;
  }
}
.filter-popular .popular-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  background-image: var(--bg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
}
@media (max-width: 820px) {
  .filter-popular .popular-slide::before {
    background-position: -20% 0%;
    background-size: auto;
  }
}
.filter-popular .popular-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(51, 12, 11) 0%, rgb(51, 12, 11) 20%, rgb(51, 12, 11) 30%, rgba(51, 12, 11, 0.99) 40%, rgba(51, 12, 11, 0.99) 55%, rgba(51, 12, 11, 0.75) 75%, rgba(51, 12, 11, 0.75) 100%);
}
.filter-popular .popular-slide__content {
  position: relative;
  z-index: 2;
  width: 60%;
}
.filter-popular .popular-slide__content h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 820px) {
  .filter-popular .popular-slide__content h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.filter-popular .popular-slide__content span {
  font-size: 12px;
  color: #7f7f7f;
  text-transform: capitalize;
}
@media (max-width: 820px) {
  .filter-popular .popular-slide__content span {
    font-size: 8px;
  }
}
.filter-popular .popular-slide__content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 820px) {
  .filter-popular .popular-slide__content h4 {
    font-size: 20px;
  }
}
.filter-popular .popular-slide__content p {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 820px) {
  .filter-popular .popular-slide__content p {
    font-size: 8px;
  }
}
.filter-popular .popular-slide__play {
  position: absolute;
  top: 40%;
  left: 85%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background-color: #a81e12;
  color: #fff;
  z-index: 3;
  box-shadow: 0 10px 24px rgba(168, 30, 18, 0.35);
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.filter-popular .popular-slide__play:hover {
  background-color: #ff0000;
}
.filter-popular .popular-slide__play:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.filter-popular .filter-categories {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 820px) {
  .filter-popular .filter-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
  }
  .filter-popular .filter-categories::-webkit-scrollbar {
    display: none;
  }
}
.filter-popular .filter-categories .filter-card {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  min-width: 240px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
@media (max-width: 820px) {
  .filter-popular .filter-categories .filter-card {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 10px;
  }
}
.filter-popular .filter-categories .filter-card__text {
  display: flex;
  flex-direction: column;
}
.filter-popular .filter-categories .filter-card__text .filter-card__label {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
}
.filter-popular .filter-categories .filter-card__text .filter-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.filter-popular .filter-categories .filter-card__btn {
  background-color: #0f0f0f;
  border-radius: 12px;
  padding: 8px;
}
.filter-popular .filter-categories .filter-card__btn svg {
  height: 24px;
  width: 24px;
}
.filter-popular .filter-categories .filter-card__btn svg path {
  fill: #a81e12;
  transition: all 0.3s ease;
}
.filter-popular .filter-categories .filter-card:hover .filter-card__btn svg path {
  fill: #ff0000;
}
.filter-popular .filter-categories .filter-card.active {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.filter-popular .filter-categories .filter-card.active .filter-card__btn {
  display: none;
}

/* =========================
   CUSTOM SELECT
   ========================= */
.custom-select {
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  isolation: isolate;
  /* === стеклянная рамка селекта === */
  /* === триггер === */
  /* === триггер === */
  /* === выпадающий список === */
}
.custom-select::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  z-index: 2;
  pointer-events: none;
}
@supports not ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .custom-select::before {
    mask: none;
    -webkit-mask: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  }
}
.custom-select__trigger {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 18px;
  cursor: pointer;
  color: #e1e1e1;
  font-size: 16px;
  overflow: hidden;
  min-height: 80px;
  /* 🔹 базовый фон — полупрозрачный */
  background: rgba(20, 20, 20, 0.15);
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  /* === активное состояние (открыт/в фокусе) === */
  /* ✅ градиентная рамка */
}
@media (max-width: 820px) {
  .custom-select__trigger {
    min-height: 52px;
  }
}
@media (max-width: 820px) {
  .custom-select__trigger {
    padding: 10px 10px 10px 15px;
  }
}
.custom-select.open .custom-select__trigger, .custom-select__trigger:focus-within {
  background: linear-gradient(84deg, rgba(255, 255, 255, 0.01) -4.15%, rgba(255, 255, 255, 0.04) 105.3%), linear-gradient(84deg, rgba(255, 255, 255, 0.01) -4.15%, rgba(255, 255, 255, 0.04) 105.3%), rgba(20, 20, 20, 0.95);
}
.custom-select__trigger .custom-select__input {
  flex: 1 1 auto;
  min-width: 0;
  background: transparent;
  border: none;
  color: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  cursor: text;
}
.custom-select__trigger .custom-select__input::-moz-placeholder {
  color: rgba(225, 225, 225, 0.6);
}
.custom-select__trigger .custom-select__input::placeholder {
  color: rgba(225, 225, 225, 0.6);
}
.custom-select__trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: radial-gradient(76.68% 94.29% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.custom-select__trigger .arrow {
  /* не даём флексу сжимать кнопку */
  flex: 0 0 40px;
  /* квадратная кнопка */
  width: 40px;
  height: 40px;
  /* центрируем иконку */
  display: flex;
  align-items: center;
  justify-content: center;
  /* визуал */
  background-color: #a81e12;
  border-radius: 10px;
  box-shadow: 0 3.5px 5.5px rgba(0, 0, 0, 0.02);
  margin-left: 12px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
  /* убираем padding — он тут не нужен */
  padding: 0;
  /* сама иконка */
}
.custom-select__trigger .arrow svg {
  width: 20px;
  height: 20px;
  display: block;
  flex: none;
}
@media (max-width: 820px) {
  .custom-select__trigger .arrow {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .custom-select__trigger .arrow svg {
    width: 16px;
    height: 16px;
  }
}
.custom-select__trigger::after {
  content: none;
}
.custom-select.open .arrow {
  transform: rotate(-180deg);
}
.custom-select__options {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  /* ключевой момент — уходит под trigger */
  margin-top: -12px;
  background: linear-gradient(84deg, rgba(255, 255, 255, 0.01) -4.15%, rgba(255, 255, 255, 0.04) 105.3%), linear-gradient(84deg, rgba(255, 255, 255, 0.01) -4.15%, rgba(255, 255, 255, 0.04) 105.3%), rgba(20, 20, 20, 0.95);
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  border: none;
  max-height: 220px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: all 0.2s ease;
  z-index: 1;
  /* === внутренняя рамка у дропа === */
  /* === пункт списка === */
}
@media (max-width: 820px) {
  .custom-select__options {
    top: 13px;
  }
}
.custom-select__options .custom-select__inner {
  position: relative;
  border-radius: 20px;
}
.custom-select__options .custom-select__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.custom-select__options .custom-select__option {
  position: relative;
  z-index: 2;
  padding: 12px 40px 12px 20px;
  cursor: pointer;
  color: #e1e1e1;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* градиентная линия снизу */
}
.custom-select__options .custom-select__option .checkmark {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.custom-select__options .custom-select__option .checkmark svg {
  width: 14px;
  height: 12px;
}
.custom-select__options .custom-select__option.selected .checkmark {
  display: inline-flex;
}
.custom-select__options .custom-select__option.selected {
  color: #a81e12;
}
.custom-select__options .custom-select__option::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
.custom-select__options .custom-select__option:hover {
  background: rgba(168, 30, 18, 0.15);
}
.custom-select__options .custom-select__option.first-visible {
  padding-top: 58px;
}
.custom-select__options .custom-select__option.first-visible.selected .checkmark {
  top: 75%;
  transform: translateY(-50%);
}
.custom-select__options .custom-select__option:last-child::after {
  display: none;
}
.custom-select.open .custom-select__options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.serials .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}
.serials__bg {
  position: relative;
  padding: 30px;
  padding-top: 35px;
  border-radius: 20px 20px 20px 0;
  padding-bottom: 30px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
}
.serials__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.serials__header .section-title {
  font-size: 24px;
  font-weight: 700;
}
.serials .serial-slide {
  height: auto;
  border-radius: 20px;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
@media (max-width: 820px) {
  .serials .serial-slide {
    height: auto;
  }
}
.serials .serial-slide__poster {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 0.6875;
  width: 100%;
}
.serials .serial-slide__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
  transition: transform 0.3s ease;
}
.serials .serial-slide__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.serials .serial-slide__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("../img/icons/play-btn.svg") no-repeat center/contain;
  background-color: #a81e12;
  background-size: 24px 24px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.serials .serial-slide__poster .serial-slide__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a81e12;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .serials .serial-slide__poster .serial-slide__badge {
    padding: 10px;
    font-size: 8px;
  }
}
.serials .serial-slide__poster .serial-slide__badge-imdb {
  font-weight: 700;
}
@media (max-width: 820px) {
  .serials .serial-slide__poster .serial-slide__badge-imdb {
    font-size: 8px;
  }
}
.serials .serial-slide__content {
  margin-top: 10px;
}
.serials .serial-slide__content .serial-slide__meta {
  font-size: 12px;
  color: #7f7f7f;
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .serials .serial-slide__content .serial-slide__meta {
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
  }
}
.serials .serial-slide__content .serial-slide__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s ease;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 820px) {
  .serials .serial-slide__content .serial-slide__title {
    font-size: 14px;
  }
}
.serials .serial-slide:hover {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.serials .serial-slide:hover .serial-slide__poster::after {
  opacity: 1;
}
.serials .serial-slide:hover .serial-slide__poster::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.serials .serial-slide:hover .serial-slide__poster img {
  transform: scale(1.05);
}
.serials__nav {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 820px) {
  .serials__nav {
    justify-content: center;
  }
}
.serials__nav .swiper-button-prev,
.serials__nav .swiper-button-next {
  position: static;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 3.5px 5.5px rgba(0, 0, 0, 0.02);
  background: #a81e12;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.serials__nav .swiper-button-prev:hover,
.serials__nav .swiper-button-next:hover {
  background: #ff0000;
}
.serials__nav .swiper-button-prev::after,
.serials__nav .swiper-button-next::after {
  font-size: 16px;
}
.serials__nav .swiper-button-prev svg {
  transform: scaleX(-1);
}
.serials__nav .swiper-button-next svg {
  transform: scaleX(1);
}

.upcoming .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.upcoming__bg {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 30px;
  border-radius: 20px 20px 20px 0px;
  background: url("../img/ui/soon.png") right -160px top/cover no-repeat;
}
.upcoming__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  background: radial-gradient(76.68% 94.29% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 49.52%, rgba(255, 255, 255, 0) 99.04%);
}
.upcoming__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  background: linear-gradient(180deg, rgba(52, 9, 9, 0.75) 0%, rgba(69, 32, 32, 0.75) 100%);
}
.upcoming__bg .container,
.upcoming__bg .section-title,
.upcoming__bg .upcoming-slider {
  position: relative;
  z-index: 1;
}
.upcoming__bg .swiper-wrapper {
  display: flex;
}
.upcoming__bg h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.upcoming__bg .upcoming-slide {
  width: 413px !important;
  height: 296px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  max-height: 296px;
  transition: background 0.2s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (max-width: 820px) {
  .upcoming__bg .upcoming-slide {
    flex: 0 0 100%;
    height: 296px;
    max-width: 100%;
  }
}
.upcoming__bg .upcoming-slide__poster {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.upcoming__bg .upcoming-slide__poster img {
  display: block;
  max-height: 276px;
  max-width: 187px;
  transition: transform 0.2s ease;
}
.upcoming__bg .upcoming-slide__poster::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.upcoming__bg .upcoming-slide__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("../img/icons/play-btn.svg") no-repeat center/contain;
  background-color: #a81e12;
  background-size: 24px 24px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.upcoming__bg .upcoming-slide__poster .upcoming-slide__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #a81e12;
  padding: 10px;
  border-radius: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.upcoming__bg .upcoming-slide__poster .upcoming-slide__badge-imdb {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.upcoming__bg .upcoming-slide__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.upcoming__bg .upcoming-slide__content .upcoming-slide__meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #7f7f7f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 4px;
}
.upcoming__bg .upcoming-slide__content .upcoming-slide__title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.upcoming__bg .upcoming-slide__content .upcoming-slide__desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.upcoming__bg .upcoming-slide:hover {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.upcoming__bg .upcoming-slide:hover .upcoming-slide__poster img {
  transform: scale(1.05);
}
.upcoming__bg .upcoming-slide:hover .upcoming-slide__poster::after {
  opacity: 1;
}
.upcoming__bg .upcoming-slide:hover .upcoming-slide__poster::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.upcoming .upcoming-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.upcoming .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.upcoming .swiper-pagination::before {
  display: none;
  content: "";
  width: 92px;
  height: 4px;
  border-radius: 4px;
  background: rgba(168, 30, 18, 0.35);
  margin-right: 12px;
}
.upcoming .upcoming-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transition: width 0.25s, border-radius 0.25s, background 0.25s;
}
.upcoming .upcoming-bullet--active {
  width: 40px;
  height: 10px;
  border-radius: 6px;
  background: #fff;
}

.movies {
  margin-top: 230px;
}
@media (max-width: 820px) {
  .movies {
    margin-top: 120px;
  }
}
.movies .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.8) 100%);
  background-image: url(../img/ui/bg-blur.png);
  background-repeat: no-repeat;
  background-position: 49% 66%;
}
.movies__bg {
  position: relative;
  padding: 30px;
  padding-top: 35px;
  border-radius: 20px 20px 20px 0;
  padding-bottom: 30px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
}
.movies__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.movies__header .section-title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 820px) {
  .movies__header .section-title {
    font-size: 18px;
  }
}
.movies .movie-slide {
  height: auto;
  border-radius: 20px;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
@media (max-width: 820px) {
  .movies .movie-slide {
    height: auto;
  }
}
.movies .movie-slide__poster {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 0.6875;
  width: 100%;
}
.movies .movie-slide__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
  transition: transform 0.3s ease;
}
.movies .movie-slide__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.movies .movie-slide__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("../img/icons/play-btn.svg") no-repeat center/contain;
  background-color: #a81e12;
  background-size: 24px 24px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.movies .movie-slide__poster .movie-slide__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a81e12;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .movies .movie-slide__poster .movie-slide__badge {
    padding: 10px;
    font-size: 8px;
  }
}
.movies .movie-slide__poster .movie-slide__badge-imdb {
  font-weight: 700;
}
@media (max-width: 820px) {
  .movies .movie-slide__poster .movie-slide__badge-imdb {
    font-size: 8px;
  }
}
.movies .movie-slide__content {
  margin-top: 10px;
}
.movies .movie-slide__content .movie-slide__meta {
  font-size: 12px;
  color: #7f7f7f;
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .movies .movie-slide__content .movie-slide__meta {
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
  }
}
.movies .movie-slide__content .movie-slide__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s ease;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 820px) {
  .movies .movie-slide__content .movie-slide__title {
    font-size: 14px;
  }
}
.movies .movie-slide:hover {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.movies .movie-slide:hover .movie-slide__poster::after {
  opacity: 1;
}
.movies .movie-slide:hover .movie-slide__poster::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.movies .movie-slide:hover .movie-slide__poster img {
  transform: scale(1.05);
}
.movies__nav {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 820px) {
  .movies__nav {
    justify-content: center;
  }
}
.movies__nav .swiper-button-prev,
.movies__nav .swiper-button-next {
  position: static;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 3.5px 5.5px rgba(0, 0, 0, 0.02);
  background: #a81e12;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.movies__nav .swiper-button-prev:hover,
.movies__nav .swiper-button-next:hover {
  background: #ff0000;
}
.movies__nav .swiper-button-prev::after,
.movies__nav .swiper-button-next::after {
  font-size: 16px;
}
.movies__nav .swiper-button-prev svg {
  transform: scaleX(-1);
}
.movies__nav .swiper-button-next svg {
  transform: scaleX(1);
}

.textarea-wrapper--modal {
  width: 100%;
  max-height: none;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.is-open {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal__dialog {
  position: relative;
  width: min(600px, 100%);
  border-radius: 24px;
  background: linear-gradient(127deg, rgb(52, 9, 9) 28.26%, rgb(69, 32, 32) 91.2%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  z-index: 1200;
  transform: translateY(20px) scale(0.96);
  opacity: 0;
  transition: transform 0.35s 0.3s ease, opacity 0.35s ease;
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(174deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
}
@media (max-width: 820px) {
  .modal__header {
    padding: 15px;
  }
}
.modal__tabs {
  display: flex;
  align-items: center;
  gap: 18px;
}
.modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 820px) {
  .modal__title {
    font-size: 20px;
  }
}
.modal__description {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 820px) {
  .modal__description {
    font-size: 14px;
  }
}
.modal__tab {
  border: none;
  background: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (max-width: 820px) {
  .modal__tab {
    font-size: 14px;
  }
}
.modal__tab.is-active {
  color: #a81e12;
}
.modal__tab:hover {
  color: #ffffff;
}
.modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  background: linear-gradient(174deg, rgba(128, 27, 27, 0.9) 28.26%, rgba(156, 35, 35, 0.9) 91.2%);
  color: #ffffff;
  transition: background-color 0.3s ease;
}
@media (max-width: 820px) {
  .modal__close {
    height: 32px;
    width: 32px;
  }
}
.modal__close:hover {
  background-color: #ff0000;
}
.modal__body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 820px) {
  .modal__body {
    padding: 24px 20px 28px;
    gap: 20px;
  }
}
.modal__content {
  display: none;
}
.modal__content.is-active {
  display: block;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 820px) {
  .modal__form {
    gap: 16px;
  }
}
.modal__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal__field-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}
.modal__field-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.modal__field-meta .modal__error {
  margin: 0;
  text-align: right;
}
@media (max-width: 820px) {
  .modal__field-meta .modal__error {
    text-align: left;
  }
}
.modal__label {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.modal .textarea-wrapper--with-toggle input {
  padding-right: 64px;
}
.modal .textarea-wrapper--with-toggle .modal-input__toggle {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 20px;
  background: none;
  color: rgba(255, 255, 255, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  transition: color 0.2s ease;
  z-index: 2;
}
.modal .textarea-wrapper--with-toggle .modal-input__toggle:hover {
  color: rgba(255, 255, 255, 0.85);
}
.modal .textarea-wrapper--with-toggle .modal-input__toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}
.modal .textarea-wrapper--with-toggle .modal-input__toggle.is-active {
  color: rgba(255, 255, 255, 0.9);
}
.modal .modal-input__icon {
  width: 22px;
  height: 22px;
  display: block;
}
.modal .modal-input__icon--hide {
  display: none;
}
.modal .modal-input__toggle.is-active .modal-input__icon--show {
  display: none;
}
.modal .modal-input__toggle.is-active .modal-input__icon--hide {
  display: block;
}
.modal__link {
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.modal__link:hover {
  color: #ffffff;
}
.modal__link--back {
  align-self: center;
}
.modal__error {
  display: none;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #ff0000;
}
.modal__error.is-visible {
  display: inline-flex;
  align-items: center;
}
.modal__submit {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 96px;
  color: white;
  background-color: #a81e12;
  transition: all 0.3s ease;
  border-radius: 20px;
  max-width: 240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  .modal__submit {
    padding: 14px 52px;
    font-size: 12px;
  }
}
.modal__submit:hover {
  background-color: #ff0000;
  color: white;
}
.modal__submit:disabled {
  opacity: 0.5;
  pointer-events: none;
  background: #0f0f0f;
}
.modal__subtitle {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.modal__subtitle--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.modal.is-open .modal__overlay {
  opacity: 1;
}
.modal.is-open .modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal__actions {
  display: flex;
  gap: 20px;
  margin: 0 20px;
}
.modal__actions button {
  flex: 1;
}

body.modal-open {
  overflow: hidden;
}

.cartoons .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  background-image: url(../img/ui/bg-blur.png);
  background-repeat: no-repeat;
  background-position: 66% 49%;
}
.cartoons__bg {
  position: relative;
  padding: 30px;
  padding-top: 35px;
  border-radius: 20px 20px 20px 0;
  padding-bottom: 30px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
}
.cartoons__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.cartoons__header .section-title {
  font-size: 24px;
  font-weight: 700;
}
.cartoons .cartoon-slide {
  height: auto;
  border-radius: 20px;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
@media (max-width: 820px) {
  .cartoons .cartoon-slide {
    height: auto;
  }
}
.cartoons .cartoon-slide__poster {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 0.6875;
  width: 100%;
}
.cartoons .cartoon-slide__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
  transition: transform 0.3s ease;
}
.cartoons .cartoon-slide__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cartoons .cartoon-slide__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("../img/icons/play-btn.svg") no-repeat center/contain;
  background-color: #a81e12;
  background-size: 24px 24px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.cartoons .cartoon-slide__poster .cartoon-slide__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a81e12;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .cartoons .cartoon-slide__poster .cartoon-slide__badge {
    padding: 10px;
    font-size: 8px;
  }
}
.cartoons .cartoon-slide__poster .cartoon-slide__badge-imdb {
  font-weight: 700;
}
@media (max-width: 820px) {
  .cartoons .cartoon-slide__poster .cartoon-slide__badge-imdb {
    font-size: 8px;
  }
}
.cartoons .cartoon-slide__content {
  margin-top: 10px;
}
.cartoons .cartoon-slide__content .cartoon-slide__meta {
  font-size: 12px;
  color: #7f7f7f;
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .cartoons .cartoon-slide__content .cartoon-slide__meta {
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
  }
}
.cartoons .cartoon-slide__content .cartoon-slide__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s ease;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 820px) {
  .cartoons .cartoon-slide__content .cartoon-slide__title {
    font-size: 14px;
  }
}
.cartoons .cartoon-slide:hover {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.cartoons .cartoon-slide:hover .cartoon-slide__poster::after {
  opacity: 1;
}
.cartoons .cartoon-slide:hover .cartoon-slide__poster::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.cartoons .cartoon-slide:hover .cartoon-slide__poster img {
  transform: scale(1.05);
}
.cartoons__nav {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 820px) {
  .cartoons__nav {
    justify-content: center;
  }
}
.cartoons__nav .swiper-button-prev,
.cartoons__nav .swiper-button-next {
  position: static;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 3.5px 5.5px rgba(0, 0, 0, 0.02);
  background: #a81e12;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.cartoons__nav .swiper-button-prev:hover,
.cartoons__nav .swiper-button-next:hover {
  background: #ff0000;
}
.cartoons__nav .swiper-button-prev::after,
.cartoons__nav .swiper-button-next::after {
  font-size: 16px;
}
.cartoons__nav .swiper-button-prev svg {
  transform: scaleX(-1);
}
.cartoons__nav .swiper-button-next svg {
  transform: scaleX(1);
}

.multserials .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}
.multserials__bg {
  position: relative;
  padding: 30px;
  padding-top: 35px;
  border-radius: 20px 20px 20px 0;
  padding-bottom: 30px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
}
.multserials__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.multserials__header .section-title {
  font-size: 24px;
  font-weight: 700;
}
.multserials .multserial-slide {
  height: auto;
  border-radius: 20px;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
@media (max-width: 820px) {
  .multserials .multserial-slide {
    height: auto;
  }
}
.multserials .multserial-slide__poster {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 0.6875;
  width: 100%;
}
.multserials .multserial-slide__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
  transition: transform 0.3s ease;
}
.multserials .multserial-slide__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.multserials .multserial-slide__poster::before {
  z-index: 5;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("../img/icons/play-btn.svg") no-repeat center/contain;
  background-color: #a81e12;
  background-size: 24px 24px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.multserials .multserial-slide__poster .multserial-slide__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a81e12;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .multserials .multserial-slide__poster .multserial-slide__badge {
    padding: 10px;
    font-size: 8px;
  }
}
.multserials .multserial-slide__poster .multserial-slide__badge-imdb {
  font-weight: 700;
}
@media (max-width: 820px) {
  .multserials .multserial-slide__poster .multserial-slide__badge-imdb {
    font-size: 8px;
  }
}
.multserials .multserial-slide__content {
  margin-top: 10px;
}
.multserials .multserial-slide__content .multserial-slide__meta {
  font-size: 12px;
  color: #7f7f7f;
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .multserials .multserial-slide__content .multserial-slide__meta {
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
  }
}
.multserials .multserial-slide__content .multserial-slide__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s ease;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 820px) {
  .multserials .multserial-slide__content .multserial-slide__title {
    font-size: 14px;
  }
}
.multserials .multserial-slide:hover {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.multserials .multserial-slide:hover .multserial-slide__poster::after {
  opacity: 1;
}
.multserials .multserial-slide:hover .multserial-slide__poster::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.multserials .multserial-slide:hover .multserial-slide__poster img {
  transform: scale(1.05);
}
.multserials__nav {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 820px) {
  .multserials__nav {
    justify-content: center;
  }
}
.multserials__nav .swiper-button-prev,
.multserials__nav .swiper-button-next {
  position: static;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 3.5px 5.5px rgba(0, 0, 0, 0.02);
  background: #a81e12;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.multserials__nav .swiper-button-prev:hover,
.multserials__nav .swiper-button-next:hover {
  background: #ff0000;
}
.multserials__nav .swiper-button-prev::after,
.multserials__nav .swiper-button-next::after {
  font-size: 16px;
}
.multserials__nav .swiper-button-prev svg {
  transform: scaleX(-1);
}
.multserials__nav .swiper-button-next svg {
  transform: scaleX(1);
}

.anime .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  background-image: url(../img/ui/bg-blur.png);
  background-repeat: no-repeat;
  background-position: 46% 49%;
}
.anime__bg {
  position: relative;
  padding: 30px 30px 0 30px;
  border-radius: 20px 20px 20px 0;
  padding-bottom: 60px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
}
.anime__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.anime__header .section-title {
  font-size: 24px;
  font-weight: 700;
}
.anime .anime-slide {
  height: auto;
  border-radius: 20px;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
@media (max-width: 820px) {
  .anime .anime-slide {
    height: auto;
  }
}
.anime .anime-slide__poster {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 0.6875;
  width: 100%;
}
.anime .anime-slide__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
  transition: transform 0.3s ease;
}
.anime .anime-slide__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.anime .anime-slide__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("../img/icons/play-btn.svg") no-repeat center/contain;
  background-color: #a81e12;
  background-size: 24px 24px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.anime .anime-slide__poster .anime-slide__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a81e12;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .anime .anime-slide__poster .anime-slide__badge {
    padding: 10px;
    font-size: 8px;
  }
}
.anime .anime-slide__poster .anime-slide__badge-imdb {
  font-weight: 700;
}
@media (max-width: 820px) {
  .anime .anime-slide__poster .anime-slide__badge-imdb {
    font-size: 8px;
  }
}
.anime .anime-slide__content {
  margin-top: 10px;
}
.anime .anime-slide__content .anime-slide__meta {
  font-size: 12px;
  color: #7f7f7f;
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .anime .anime-slide__content .anime-slide__meta {
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
  }
}
.anime .anime-slide__content .anime-slide__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s ease;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 820px) {
  .anime .anime-slide__content .anime-slide__title {
    font-size: 14px;
  }
}
.anime .anime-slide:hover {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.anime .anime-slide:hover .anime-slide__poster::after {
  opacity: 1;
}
.anime .anime-slide:hover .anime-slide__poster::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.anime .anime-slide:hover .anime-slide__poster img {
  transform: scale(1.05);
}
.anime__nav {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-bottom: 40px;
}
@media (max-width: 820px) {
  .anime__nav {
    justify-content: center;
  }
}
.anime__nav .swiper-button-prev,
.anime__nav .swiper-button-next {
  position: static;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 3.5px 5.5px rgba(0, 0, 0, 0.02);
  background: #a81e12;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.anime__nav .swiper-button-prev:hover,
.anime__nav .swiper-button-next:hover {
  background: #ff0000;
}
.anime__nav .swiper-button-prev::after,
.anime__nav .swiper-button-next::after {
  font-size: 16px;
}
.anime__nav .swiper-button-prev svg {
  transform: scaleX(-1);
}
.anime__nav .swiper-button-next svg {
  transform: scaleX(1);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  /* стрелки */
  /* иконка внутри стрелки */
  /* кнопки страниц */
}
@media (max-width: 820px) {
  .pagination {
    margin-top: 24px;
    gap: 12px;
  }
}
.pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #a81e12;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  padding: 8px;
}
@media (max-width: 820px) {
  .pagination__arrow {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
.pagination__arrow:hover:not(:disabled) {
  background: rgba(168, 30, 18, 0.65);
  color: #fff;
}
.pagination__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background-color: #0f0f0f;
}
.pagination__icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 820px) {
  .pagination__icon {
    width: 12px;
    height: 12px;
  }
}
.pagination__icon--left {
  transform: rotate(180deg);
}
.pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #0f0f0f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 820px) {
  .pagination__page {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.pagination__page.is-active {
  background: #a81e12;
  box-shadow: 0 12px 24px rgba(168, 30, 18, 0.35);
}
.pagination__page:hover:not(.is-active) {
  background: rgba(168, 30, 18, 0.35);
}

.movies .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.8) 100%);
  background-image: url(../img/ui/bg-blur.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.movies__bg {
  position: relative;
  padding: 30px;
  padding-top: 35px;
  border-radius: 20px 20px 20px 0;
  padding-bottom: 30px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
}
.movies__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.movies__header .section-title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 820px) {
  .movies__header .section-title {
    font-size: 18px;
  }
}
.movies .movies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
@media (max-width: 820px) {
  .movies .movies-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.movies .movie-card {
  border-radius: 20px;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
@media (max-width: 820px) {
  .movies .movie-card {
    height: auto;
  }
}
.movies .movie-card__poster {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 220/320;
  width: 100%;
}
.movies .movie-card__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
  transition: transform 0.3s ease;
}
.movies .movie-card__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.movies .movie-card__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("../img/icons/play-btn.svg") no-repeat center/contain;
  background-color: #a81e12;
  background-size: 24px 24px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.movies .movie-card__poster .movie-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a81e12;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .movies .movie-card__poster .movie-card__badge {
    padding: 10px;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.movies .movie-card__poster .movie-card__badge-imdb {
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 820px) {
  .movies .movie-card__poster .movie-card__badge-imdb {
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.movies .movie-card__content {
  margin-top: 10px;
}
.movies .movie-card__content .movie-card__meta {
  font-size: 12px;
  color: #7f7f7f;
  display: block;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 820px) {
  .movies .movie-card__content .movie-card__meta {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.movies .movie-card__content .movie-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s ease;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .movies .movie-card__content .movie-card__title {
    font-size: 14px;
  }
}
.movies .movie-card:hover {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.movies .movie-card:hover .movie-card__poster img {
  transform: scale(1.05);
}
.movies .movie-card:hover .movie-card__poster::after {
  opacity: 1;
}
.movies .movie-card:hover .movie-card__poster::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.movies__nav {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 820px) {
  .movies__nav {
    justify-content: center;
  }
}
.movies__nav .swiper-button-prev,
.movies__nav .swiper-button-next {
  position: static;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 3.5px 5.5px rgba(0, 0, 0, 0.02);
  background: #a81e12;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.movies__nav .swiper-button-prev:hover,
.movies__nav .swiper-button-next:hover {
  background: #ff0000;
}
.movies__nav .swiper-button-prev::after,
.movies__nav .swiper-button-next::after {
  font-size: 16px;
}
.movies__nav .swiper-button-prev svg {
  transform: scaleX(-1);
}
.movies__nav .swiper-button-next svg {
  transform: scaleX(1);
}

.profile-page {
  background: #0f0f0f;
}
.profile-page h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 820px) {
  .profile-page h3 {
    font-size: 14px;
  }
}
.profile-page .section-title {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 40px;
}
@media (max-width: 820px) {
  .profile-page .section-title {
    font-size: 26px;
  }
}
.profile-page .pagination {
  padding-bottom: 40px;
}
.profile-page__main {
  padding-top: 230px;
}
.profile-page__surface {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.8) 100%);
  background-image: url(../img/ui/bg-blur.png);
  background-repeat: repeat-y;
  background-size: 100% 110vh;
  background-position: top center;
  backdrop-filter: blur(135px);
  -webkit-backdrop-filter: blur(135px);
}
.profile-page .profile {
  margin-top: 0;
}
.profile-page .filter-popular {
  margin-top: 0;
}
.profile-page .filter-popular__bg {
  background: transparent;
  border-radius: 0;
  padding: 50px 0;
}
.profile-page .movies .outer-container,
.profile-page .filter-popular > .outer-container {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.profile-page .movies__bg {
  background: transparent;
  border-radius: 0;
}

.profile {
  margin-top: 230px;
  color: #ffffff;
}
.profile__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .profile__title {
    font-size: 26px;
  }
}

.profile-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 30px 40px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media (max-width: 820px) {
  .profile-inner {
    padding: 30px 10px;
  }
}
.profile-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(100% 100% at 10% 5%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%), radial-gradient(110% 110% at 90% 10%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 65%);
  opacity: 0.6;
  pointer-events: none;
}
.profile-inner__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  z-index: 1;
  margin-bottom: 20px;
}
.profile-inner__avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 0 0 clamp(160px, 22vw, 220px);
}
@media (max-width: 820px) {
  .profile-inner__avatar {
    flex-direction: column;
    align-items: center;
    flex: 1 1 100%;
  }
}
.profile-inner__avatar-trigger {
  display: block;
  width: clamp(160px, 20vw, 210px);
  height: clamp(160px, 20vw, 210px);
  padding: 0;
  border: none;
  border-radius: 52px;
  background: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 22px 48px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.profile-inner__avatar-preview {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(90% 90% at 50% 10%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%), radial-gradient(110% 110% at 60% 100%, rgba(168, 30, 18, 0.5) 0%, rgba(27, 10, 10, 0.75) 60%, rgba(12, 12, 12, 0.8) 100%);
}
.profile-inner__avatar-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.profile-inner__avatar-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 1;
}
.profile-inner__avatar-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 3;
  opacity: 0;
}
.profile-inner__avatar-placeholder[hidden] {
  display: none;
}
.profile-inner__avatar-placeholder img {
  width: 53px;
  height: 53px;
}
.profile-inner__avatar-placeholder span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.profile-inner__avatar-trigger:hover .profile-inner__avatar-preview::before, .profile-inner__avatar-trigger:focus-visible .profile-inner__avatar-preview::before {
  opacity: 1;
}
.profile-inner__avatar-placeholder:hover {
  opacity: 1;
}
.profile-inner__fields {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
  flex: 1 1;
}
.profile-inner__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile-inner__group-header {
  display: flex;
}
.profile-inner__forgot {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
  align-self: flex-end;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.profile-inner__forgot:hover, .profile-inner__forgot:focus-visible {
  color: #ffffff;
}
.profile-inner__row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 32px);
}
.profile-inner__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 min(320px, 100%);
}
.profile-inner__field h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 820px) {
  .profile-inner__field h3 {
    font-size: 14px;
  }
}
.profile-inner__label-line, .profile-inner__field-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.profile-inner__group-error {
  min-height: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #ff0000;
  text-align: right;
}
.profile-inner__label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
}
.profile-inner__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), inset 0 18px 28px rgba(255, 255, 255, 0.05), inset 0 -18px 35px rgba(0, 0, 0, 0.45);
  transition: box-shadow 0.2s ease;
  width: 100%;
}
.profile-inner__input-wrapper:focus-within {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), inset 0 22px 34px rgba(255, 255, 255, 0.08), inset 0 -20px 35px rgba(0, 0, 0, 0.4);
}
.profile-inner__input-wrapper--error {
  box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.9), inset 0 18px 28px rgba(255, 0, 0, 0.18), inset 0 -18px 35px rgba(0, 0, 0, 0.35);
}
.profile-inner__input-wrapper input {
  flex: 1 1 auto;
  padding: 18px 54px 18px 22px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}
@media (max-width: 820px) {
  .profile-inner__input-wrapper input {
    font-size: 12px;
  }
}
.profile-inner__input-wrapper input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.profile-inner__input-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.profile-inner__toggle {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, opacity 0.2s ease;
  opacity: 0.75;
  z-index: 3;
}
.profile-inner__toggle::before {
  content: "";
  width: 24px;
  height: 24px;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24' stroke='%23E1E1E1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12s3.5-6 9.5-6 9.5 6 9.5 6-3.5 6-9.5 6-9.5-6-9.5-6Z'/%3E%3Ccircle cx='12' cy='12' r='3.5'/%3E%3C/svg%3E");
}
.profile-inner__toggle::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: rgba(225, 225, 225, 0.7);
  transform: rotate(42deg);
  transition: opacity 0.2s ease;
}
.profile-inner__toggle.is-visible::after {
  opacity: 0;
}
.profile-inner__toggle:hover, .profile-inner__toggle:focus-visible {
  opacity: 1;
}
.profile-inner__submit {
  align-self: center;
  padding: 20px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
}
@media (max-width: 820px) {
  .profile-inner__submit {
    font-size: 14px;
  }
}
.profile-inner__submit:disabled {
  background: #0f0f0f;
  color: #5f5f5f;
  box-shadow: none;
  cursor: not-allowed;
}
.profile-inner input[aria-invalid=true] {
  color: #ff0000;
}
.profile-inner input[aria-invalid=true]::-moz-placeholder {
  color: rgba(255, 0, 0, 0.8);
}
.profile-inner input[aria-invalid=true]::placeholder {
  color: rgba(255, 0, 0, 0.8);
}

.upcoming-slide {
  width: 413px !important;
  height: 296px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  max-height: 296px;
  transition: background 0.2s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (max-width: 820px) {
  .upcoming-slide {
    flex: 0 0 100%;
    height: 296px;
    max-width: 100%;
  }
}
.upcoming-slide__poster {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.upcoming-slide__poster img {
  display: block;
  max-height: 276px;
  max-width: 187px;
  transition: transform 0.2s ease;
}
.upcoming-slide__poster::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.upcoming-slide__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("../img/icons/play-btn.svg") no-repeat center/contain;
  background-color: #a81e12;
  background-size: 24px 24px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.upcoming-slide__poster .upcoming-slide__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #a81e12;
  padding: 10px;
  border-radius: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.upcoming-slide__poster .upcoming-slide__badge-imdb {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.upcoming-slide__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.upcoming-slide__content .upcoming-slide__meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #7f7f7f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 4px;
}
.upcoming-slide__content .upcoming-slide__title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.upcoming-slide__content .upcoming-slide__desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.upcoming-slide:hover {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.upcoming-slide:hover .upcoming-slide__poster img {
  transform: scale(1.05);
}
.upcoming-slide:hover .upcoming-slide__poster span {
  z-index: 2;
  color: white;
}
.upcoming-slide:hover .upcoming-slide__poster::after {
  opacity: 1;
}
.upcoming-slide:hover .upcoming-slide__poster::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.upcoming-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
}
@media (max-width: 820px) {
  .upcoming-slider {
    padding: 50px 10px;
  }
}

.search-page {
  padding-bottom: 120px;
}
@media (max-width: 820px) {
  .search-page {
    padding-bottom: 60px;
  }
}

.search-results .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.85) 100%);
  background-image: url(../img/ui/bg-blur.png);
  background-repeat: no-repeat;
  background-position: 49% 28%;
}
.search-results__bg {
  position: relative;
  padding: 32px;
  border-radius: 20px 20px 20px 0;
  background: linear-gradient(178deg, rgba(52, 9, 9, 0.78) 0%, rgba(69, 32, 32, 0.78) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
@media (max-width: 820px) {
  .search-results__bg {
    padding: 20px;
  }
}
.search-results__header {
  display: flex;
  justify-content: space-between; /* элементы «разъезжаются» по ширине */
  align-items: flex-start; /* ВСЕГДА прижаты к верху */
  gap: 23px;
  margin-bottom: 31px;
}
@media (max-width: 820px) {
  .search-results__header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: "first third" "second second";
  }
  .search-results__header > *:nth-child(1) {
    grid-area: first;
  }
  .search-results__header > *:nth-child(2) {
    grid-area: second;
  }
  .search-results__header > *:nth-child(3) {
    grid-area: third;
  }
}
.search-results__title {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .search-results__title {
    font-size: 18px;
    margin-top: 10px;
  }
}
.search-results__reset {
  min-width: 171px;
  text-align: center;
  background: #e1e1e1;
  color: #a81e12;
  border-radius: 20px;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 16px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.search-results__reset:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@media (max-width: 820px) {
  .search-results__reset {
    width: 100%;
  }
}
.search-results__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 820px) {
  .search-results__tags {
    margin-bottom: 20px;
    gap: 8px;
  }
}
.search-results .search-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px 10px 15px;
  border-radius: 12px;
  border: none;
  background: #a81e12;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 14px 26px rgba(168, 30, 18, 0.28);
}
.search-results .search-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(168, 30, 18, 0.35);
}
.search-results .search-tag__label {
  pointer-events: none;
}
.search-results .search-tag__remove {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.search-results .search-tag__remove svg {
  display: block;
}
.search-results .search-tag:hover .search-results .search-tag__remove {
  background: rgba(255, 255, 255, 0.32);
}
@media (max-width: 820px) {
  .search-results .search-tag {
    font-size: 12px;
    padding: 10px 20px;
  }
}
.search-results__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1600px) {
  .search-results__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .search-results__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .search-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .search-results__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.search-results .search-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: linear-gradient(127deg, rgba(52, 9, 9, 0.75) 28.26%, rgba(69, 32, 32, 0.75) 91.2%);
  padding: 16px;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border 0.2s ease;
}
.search-results .search-card__poster {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 220/320;
  width: 100%;
}
.search-results .search-card__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
  transition: transform 0.3s ease;
}
.search-results .search-card__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-results .search-card__poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("../img/icons/play-btn.svg") no-repeat center/contain;
  background-size: 24px 24px;
  background-color: #a81e12;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.search-results .search-card__poster .search-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a81e12;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .search-results .search-card__poster .search-card__badge {
    padding: 10px;
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
  }
}
.search-results .search-card__poster .search-card__badge-imdb {
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
}
@media (max-width: 820px) {
  .search-results .search-card__poster .search-card__badge-imdb {
    font-size: 8px;
    font-weight: 700;
  }
}
.search-results .search-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.search-results .search-card__meta {
  font-size: 12px;
  color: #7f7f7f;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-results .search-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .search-results .search-card__title {
    font-size: 14px;
  }
}
.search-results .search-card:hover .search-card__poster img {
  transform: scale(1.04);
}
.search-results .search-card:hover .search-card__poster::after {
  opacity: 1;
}
.search-results .search-card:hover .search-card__poster::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.search-results__divider {
  margin: 34px 0 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 820px) {
  .search-results__divider {
    margin: 24px 0 22px;
  }
}
.search-results__pagination {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 820px) {
  .search-results__pagination {
    margin-top: 24px;
    gap: 12px;
  }
}
.search-results .search-pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #0f0f0f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  padding: 8px;
}
@media (max-width: 820px) {
  .search-results .search-pagination__arrow {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
.search-results .search-pagination__arrow img {
  width: 20px;
  height: 20px;
}
@media (max-width: 820px) {
  .search-results .search-pagination__arrow img {
    width: 12px;
    height: 12px;
  }
}
.search-results .search-pagination__arrow .left-btn {
  transform: rotate(180deg);
}
.search-results .search-pagination__arrow:hover:not(:disabled) {
  background: rgba(168, 30, 18, 0.65);
  color: #ffffff;
}
.search-results .search-pagination__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.search-results .search-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #0f0f0f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  padding: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 820px) {
  .search-results .search-pagination__page {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.search-results .search-pagination__page.is-active {
  background: #a81e12;
  box-shadow: 0 12px 24px rgba(168, 30, 18, 0.35);
}
.search-results .search-pagination__page:hover:not(.is-active) {
  background: rgba(168, 30, 18, 0.35);
}
@media (max-width: 820px) {
  .search-results .search-pagination__page {
    min-width: 32px;
    height: 32px;
  }
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
}

.advertisers {
  width: 100%;
}
.advertisers__inner {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.8) 100%);
  background-image: url(../img/ui/bg-blur.png);
  background-repeat: no-repeat;
  background-position: center 30%;
  border-radius: 20px 20px 0 0;
  padding: 50px 30px;
  margin-top: 230px;
}
@media (max-width: 820px) {
  .advertisers__inner {
    padding: 20px;
  }
}
@media (max-width: 820px) {
  .advertisers__inner {
    margin-top: 120px;
  }
}
.advertisers__inner .advertisers__inner-title {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .advertisers__inner .advertisers__inner-title {
    width: 50%;
    font-size: 26px;
  }
}
.advertisers__inner-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 820px) {
  .advertisers__inner-content {
    flex-direction: column-reverse;
  }
}
.advertisers__inner-content-text-inner {
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
}
@media (max-width: 820px) {
  .advertisers__inner-content-text-inner {
    padding: 15px;
  }
}
.advertisers__inner-content-text-inner p,
.advertisers__inner-content-text-inner ul,
.advertisers__inner-content-text-inner li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7f7f7f;
}
@media (max-width: 820px) {
  .advertisers__inner-content-text-inner p,
  .advertisers__inner-content-text-inner ul,
  .advertisers__inner-content-text-inner li {
    font-size: 10px;
  }
}
.advertisers__inner-content-text-inner li {
  list-style-type: disc;
  margin-left: 20px;
}
@media (max-width: 820px) {
  .advertisers__inner-content-text-inner li {
    font-size: 10px;
  }
}
.advertisers__inner-content-text-inner h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
}
@media (max-width: 820px) {
  .advertisers__inner-content-text-inner h4 {
    font-size: 10px;
  }
}
.advertisers__inner-content .divider--vertical {
  flex: 0 0 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 999px;
  min-height: 85dvh;
}
@media (max-width: 820px) {
  .advertisers__inner-content .divider--vertical {
    display: none;
  }
}
.advertisers__inner-content .divider.second {
  display: none !important;
}
@media (max-width: 820px) {
  .advertisers__inner-content .divider.second {
    display: block !important;
    margin-top: 20px;
  }
}
.advertisers__inner-content .filter-categories {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 820px) {
  .advertisers__inner-content .filter-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
    gap: 10px;
  }
  .advertisers__inner-content .filter-categories::-webkit-scrollbar {
    display: none;
  }
}
.advertisers__inner-content .filter-categories .filter-card {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  min-width: 240px;
  background: linear-gradient(170deg, rgba(52, 9, 9, 0.75) -9.36%, rgba(69, 32, 32, 0.75) 141.04%);
  padding: 20px;
}
@media (max-width: 820px) {
  .advertisers__inner-content .filter-categories .filter-card {
    padding: 10px;
    min-width: 176px;
    border-radius: 12px;
  }
}
@media (max-width: 820px) {
  .advertisers__inner-content .filter-categories .filter-card {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.advertisers__inner-content .filter-categories .filter-card__text {
  display: flex;
  flex-direction: column;
}
.advertisers__inner-content .filter-categories .filter-card__text .filter-card__label {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .advertisers__inner-content .filter-categories .filter-card__text .filter-card__label {
    font-size: 8px;
  }
}
.advertisers__inner-content .filter-categories .filter-card__text .filter-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 820px) {
  .advertisers__inner-content .filter-categories .filter-card__text .filter-card__title {
    font-size: 12px;
  }
}
.advertisers__inner-content .filter-categories .filter-card__btn {
  background-color: #0f0f0f;
  border-radius: 12px;
  padding: 8px;
}
@media (max-width: 820px) {
  .advertisers__inner-content .filter-categories .filter-card__btn {
    padding: 6px;
  }
}
.advertisers__inner-content .filter-categories .filter-card__btn svg {
  height: 24px;
  width: 24px;
}
@media (max-width: 820px) {
  .advertisers__inner-content .filter-categories .filter-card__btn svg {
    width: 20px;
    height: 20px;
  }
}
.advertisers__inner-content .filter-categories .filter-card__btn svg path {
  fill: #a81e12;
  transition: all 0.3s ease;
}
.advertisers__inner-content .filter-categories .filter-card:hover .filter-card__btn svg path {
  fill: #ff0000;
}
.advertisers__inner-content .filter-categories .filter-card.active {
  background: linear-gradient(127deg, rgba(88, 19, 19, 0.75) 28.26%, rgba(128, 27, 27, 0.75) 91.2%);
}
.advertisers__inner-content .filter-categories .filter-card.active .filter-card__btn {
  display: none;
}

.fourofour {
  padding: 230px 0 0 0;
  background: radial-gradient(120% 120% at -10% 50%, rgba(168, 30, 18, 0.18) 0%, rgba(15, 15, 15, 0) 60%), radial-gradient(140% 140% at 110% 50%, rgba(168, 30, 18, 0.14) 0%, rgba(15, 15, 15, 0) 50%);
}
@media (max-width: 820px) {
  .fourofour {
    padding: 120px 0 0 0;
  }
}
@media (max-width: 820px) {
  .fourofour {
    padding: clamp(90px, 16vh, 140px) 0;
  }
}
.fourofour .outer-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.fourofour__card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-height: 532px;
  background-image: radial-gradient(120% 120% at 50% 120%, rgba(168, 30, 18, 0.58) 0%, rgba(168, 30, 18, 0.15) 45%, rgba(168, 30, 18, 0) 70%), radial-gradient(80% 120% at 8% 50%, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 60%), radial-gradient(80% 120% at 92% 50%, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(180deg, rgba(4, 4, 4, 0.78) 0%, rgba(4, 4, 4, 0.45) 48%, rgba(4, 4, 4, 0.85) 100%), url("../img/ui/soon.png");
  background-size: cover, cover, cover, cover, contain;
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  .fourofour__card {
    background-size: cover;
  }
}

.fourofour__code {
  font-size: 144px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}/*# sourceMappingURL=style.css.map */