@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
}

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

:focus,
:active {
  outline: none;
}

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

td {
  padding: 5px;
  outline: 1px solid black;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}

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

body._lock {
  overflow: hidden;
}

.m-wrapper {
  color: #333;
  font-size: 14px;
  background: #010101;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m-container {
  max-width: 1600px;
  width: 100%;
  padding: 0 42px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .m-container {
    max-width: 1280px;
    padding: 0 26px;
  }
}
@media (max-width: 1279.98px) {
  .m-container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  .m-container {
    max-width: none;
    padding: 0 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

.title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
  }
}

section._mb,
div._mb,
li._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
li._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
li._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
li._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

._op0 {
  opacity: 0;
}

._lc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}
._lc--1 {
  -webkit-line-clamp: 1;
}
._lc--2 {
  -webkit-line-clamp: 2;
}
._lc--3 {
  -webkit-line-clamp: 3;
}
._lc--4 {
  -webkit-line-clamp: 4;
}

.m-wrapper a.btn,
.m-wrapper button.btn {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (min-width: 992px) {
  .m-wrapper a.btn:hover,
  .m-wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .m-wrapper a.btn:focus,
  .m-wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.m-wrapper a.btn._fw,
.m-wrapper button.btn._fw {
  width: 100%;
}

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

.banner {
  max-width: 1920px;
  max-height: 800px;
  overflow: hidden;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner {
    max-height: 100%;
  }
}
.banner__images {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner__img-1 {
  position: absolute;
  bottom: 1%;
  right: 29%;
  left: 34%;
  max-width: 700px;
  z-index: 1;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .banner__img-1 {
    display: none;
  }
}
.banner__img-2 {
  position: absolute;
  bottom: 10%;
  right: 9%;
  left: 59%;
  max-width: 600px;
  z-index: -1;
  animation: rotate360 40s linear infinite;
}
@media (max-width: 767.98px) {
  .banner__img-2 {
    bottom: -14%;
    right: 0%;
    left: 0%;
    max-width: 100%;
  }
}
.banner__img-3 {
  position: absolute;
  bottom: 46.4%;
  right: 20%;
  left: 76.8%;
  max-width: 62px;
  z-index: 1;
}
@media (min-width: 1920px) {
  .banner__img-3 {
    right: 20%;
    left: 76.6%;
    bottom: 45.5%;
  }
}
@media (max-width: 767.98px) {
  .banner__img-3 {
    bottom: 6.5%;
    right: 31%;
    left: 55.5%;
    max-width: 62px;
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.banner__anchor {
  position: absolute;
  left: 7%;
  width: 20%;
  max-height: 80px;
  height: 100%;
  bottom: 25%;
  font-size: 0;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .banner__anchor {
    width: 40%;
    max-height: 200px;
    height: 100%;
    top: 64%;
    border-radius: 50%;
  }
}
@media (min-width: 767.98px) {
  .banner__anchor img {
    display: none;
  }
}

.quota {
  max-width: 1182px;
  margin-inline: auto;
}
.quota__desk {
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #fff;
  margin: 40px 0;
}
@media (max-width: 767.98px) {
  .quota__desk {
    font-size: 18px;
    line-height: 1.35;
    margin: 24px 0;
  }
}
.quota__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 16px 24px;
  display: block;
  max-width: 316px;
  margin-inline: auto;
}
.quota__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff0101;
  z-index: -1;
  display: inline-block;
  transform: skew(-15deg);
}
@media (max-width: 767.98px) {
  .quota__text {
    font-size: 18px;
    max-width: 256px;
  }
}

.m-subscription {
  display: block;
  padding: 64px 0px;
  background-color: #0c0c0c;
}
@media (max-width: 767.98px) {
  .m-subscription {
    padding: 16px 0;
  }
}
.m-subscription__items {
  max-width: 748px;
  margin-inline: auto;
  background: #1e1e1e;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 479.98px) {
  .m-subscription__items {
    flex-direction: column-reverse;
    align-items: center;
    padding: 16px;
  }
}
.m-subscription__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.m-subscription__title::after {
  content: "";
  width: 101px;
  height: 17px;
  background: url("../img/mv-logo.svg") 0 0/100% no-repeat;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .m-subscription__title::after {
    width: 87px;
  }
}
@media (max-width: 767.98px) {
  .m-subscription__title {
    font-size: 18px;
  }
}
.m-subscription__link {
  margin-top: 16px;
}
@media (max-width: 479.98px) {
  .m-subscription__link {
    width: 100%;
  }
}
.m-stream__item {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* Соотношение сторон 16:9 */
}

.m-stream__iframe {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  display: none; /* Скрыт по умолчанию */
}

.m-stream__preview-img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.m-stream__preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.m-stream__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 362px;
  width: 100%;
  max-height: 80px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  transition: transform 0.2s;
  font-weight: 500;
  font-size: 24px;
  line-height: 0.91667;
  color: #1e1e1e;
}

@media (max-width: 767.98px) {
  .m-stream__play-button {
    max-width: 228px;
    max-height: 64px;
    font-size: 18px;
    line-height: 1.22222;
  }
  .m-stream__container.m-container {
    padding: 0;
  }
}
.m-stream__play-button::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/play-icon.svg") 0 0/100% no-repeat;
}

.m-stream__play-button:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

/* Класс для скрытия превью */
.m-stream__preview-box.hidden {
  display: none;
}

/* Класс для показа iframe */
.m-stream__iframe.active {
  display: block;
}

.m-cards {
  /* ... ваши существующие стили ... */

  /* Анимации */
}

.m-cards {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  /* Карточка товара */
  /* Кликабельная overlay для состояния ready */
  /* Состояния карточки */
  /* Кнопки */
  /* Контент состояний */
  /* Модальное окно */
  /* Анимации */
  /* Раскрытый товар */
}
.m-cards__decor-img {
  position: absolute;
  top: 8%;
  right: 0%;
  left: 77%;
  max-width: 450px;
  width: 100%;
  max-height: 1216px;
}
@media (max-width: 1600px) {
  .m-cards__decor-img {
    max-width: 320px;
    left: 78%;
  }
}
@media (max-width: 991.98px) {
  .m-cards__decor-img {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .m-cards::before {
    content: "";
    position: absolute;
    top: -170px;
    left: 0%;
    width: 700px;
    height: 100%;
    background: url("../img/icons/card-decor-before.png") 0 0/100% no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .m-cards::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0%;
    width: 750px;
    height: 100%;
    background: url("../img/icons/card-decor-after.png") 0 0/100% no-repeat;
    background-size: contain;
    z-index: -1;
  }
}
.m-cards__m-title {
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .m-cards__m-title {
    margin-bottom: 32px;
  }
}
.m-cards__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
}
.m-cards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 236px));
  gap: 20px;
  max-width: 1260px;
}
@media (max-width: 991.98px) {
  .m-cards__grid {
    justify-content: center;
  }
}
@media (max-width: 479.98px) {
  .m-cards__grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 360px));
    max-width: 100%;
  }
}
.m-cards__item {
  position: relative;
  background: #1e1e1e;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  color: #333;
  overflow: hidden;
  cursor: default;
}
.m-cards__badge {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #1e1e1e;
  z-index: 1;
}
.m-cards__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff000;
  transform: skew(-15deg);
  z-index: -1;
}
.m-cards__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.m-cards__overlay--ready.state-active {
  display: block;
}
.m-cards__state {
  display: none;
  position: relative;
  z-index: 1;
}
.m-cards__state--active {
  display: block;
}
.m-cards__btn {
  display: block;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.m-cards__btn:disabled {
  background: #f1f2f6;
  color: #a4b0be;
  pointer-events: none;
}
.m-cards__btn:not(:disabled):not(.m-cards__btn--buy) {
  background: #313131;
  color: rgba(255, 255, 255, 0.6);
}
.m-cards__btn--buy {
  background: #fd0101;
  color: white;
  cursor: pointer;
}
.m-cards__btn--buy:hover {
  background: #d60000;
}
.m-cards__btn-date,
.m-cards__btn-text {
  /* Стили для текста внутри кнопок */
}
.m-cards__state-content img {
  margin-top: 24px;
}
.m-cards__text {
  font-size: 16px;
  line-height: 1.3125;
  text-align: center;
  margin: 16px 0 13px;
  color: #d9d9d9;
  min-height: 60px;
}
.m-cards__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin: 16px 0 8px;
}
.m-cards__price-current {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.m-cards__price-value {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33333;
  color: #fff;
}
.m-cards__discount {
  border-radius: 4px;
  padding: 4px;
  background: #585858;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.m-cards__modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}
.m-cards__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  max-width: 520px;
  max-height: 520px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1e1e1e;
}
.m-cards__modal-content::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url("/img/mdl-img.svg") center no-repeat;
  background-size: cover;
  animation: rotateBg 15s linear infinite;
  border-radius: 50%;
}
.m-cards__modal-header {
  /* Стили для заголовка модалки */
}
.m-cards__modal-close {
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.m-cards__modal-body {
  padding: 20px;
  text-align: center;
  position: relative;
  height: 100%;
}
.m-cards__modal-overlay {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.m-cards__modal-text {
  max-width: 280px;
  margin-inline: auto;
  font-size: 24px;
  line-height: 1.3125;
  text-align: center;
  color: #d9d9d9;
  pointer-events: none;
  transform: translateY(150px);
}
.m-cards__modal-img {
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 450px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.m-cards__reveal {
  position: absolute;
  top: 23%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.m-cards__reveal.visible {
  transform: scale(1);
  opacity: 1;
}
.m-cards__reveal-img {
  max-width: 286px;
  max-height: 286px;
  object-fit: contain;
  margin-bottom: 10px;
}
.m-cards__reveal-title {
  font-size: 24px;
  line-height: 1.3125;
  text-align: center;
  color: #d9d9d9;
}

/* Ключевые кадры анимации */
@keyframes rotateBg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Специфичные стили для состояний */
.state-ready .m-cards__btn-text {
  color: #fff;
}

/* Заменяем Lottie контейнер на вашу анимацию */
.m-cards__animation {
  position: relative;
  top: 35px;
  width: 345px;
  height: 360px;
  margin: 0 auto;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 400px) {
  .m-cards__animation {
    width: 280px;
    height: 300px;
  }
}

/* Убираем старые Lottie стили */
.m-cards__lottie {
  display: none; /* Скрываем Lottie контейнер */
}

/* Ваша анимация с адаптацией */
.animation__box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.animation__box.active {
  opacity: 1;
  pointer-events: all;
  animation: anim-box 1s 1 1.2s forwards;
}

@keyframes anim-box {
  0% {
    scale: 0.8;
  }
  100% {
    scale: 0;
    opacity: 0;
    display: none;
  }
}

.animation__img-1 {
  position: absolute;
  top: 10%;
  left: -1.2%;
  width: 100%;
  max-height: 151px;
  rotate: 351deg;
  z-index: 2;
  opacity: 0;
}
.animation__img-1.active {
  opacity: 1;
  animation: img-1 1.7s 1 forwards;
}

@keyframes img-1 {
  0% {
    scale: 0.8;
    top: 12%;
  }
  50% {
    rotate: 360deg;
    left: 0%;
  }
  100% {
    left: 0%;
    top: 4%;
    rotate: 360deg;
    scale: 0.9;
  }
}

.animation__img-2 {
  position: absolute;
  bottom: 10%;
  left: 0%;
  width: 100%;
  max-height: 197px;
  rotate: 3deg;
  z-index: 1;
  opacity: 0;
}

.animation__img-2.active {
  opacity: 1;
  animation: img-2 1.7s 1 forwards;
}

@keyframes img-2 {
  0% {
    scale: 0.8;
    bottom: 12%;
  }
  50% {
    rotate: 0deg;
  }
  100% {
    bottom: 4%;
    rotate: 0deg;
    scale: 0.9;
  }
}

@media (max-width: 400px) {
  .m-cards__animation {
    width: 280px;
    height: 300px;
  }

  @keyframes img-1 {
    0% {
      scale: 0.8;
      top: 14%;
    }
    50% {
      rotate: 360deg;
      left: 0%;
    }
    100% {
      left: 0%;
      top: 4%;
      rotate: 360deg;
      scale: 0.9;
    }
  }

  @keyframes img-2 {
    0% {
      scale: 0.8;
      bottom: 14%;
    }
    50% {
      rotate: 0deg;
    }
    100% {
      bottom: 4%;
      rotate: 0deg;
      scale: 0.9;
    }
  }
}

/* Адаптируем reveal блок */
.m-cards__reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
}

.m-cards__reveal.visible {
  transform: scale(1);
  opacity: 1;
}

.m-cards__reveal-img {
  max-width: 286px;
  max-height: 286px;
  object-fit: contain;
  margin-bottom: 10px;
}

.m-cards__reveal-title {
  font-size: 24px;
  line-height: 1.3125;
  text-align: center;
  color: #d9d9d9;
}

/* Стили для модального оверлея */
.m-cards__modal-overlay {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.m-cards__modal-overlay.hidden {
  opacity: 0;
}

.m-cards__modal-text {
  max-width: 280px;
  margin-inline: auto;
  font-size: 24px;
  line-height: 1.3125;
  text-align: center;
  color: #d9d9d9;
  pointer-events: none;
  transform: translateY(150px);
}

.m-cards__modal-img {
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 450px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

/* Ключевые кадры анимации */
@keyframes rotateBg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page {
  flex: 1 1 auto;
  z-index: 2;
}
