@charset "UTF-8";
@import "https://static.eldorado.ru/promo/default/css/fonts.css" all;
/* Fonts */
/* Обычный */
@font-face {
  font-family: "DIN Pro Medium";
  src: local("DIN Pro Medium"), url("../fonts/DIN Pro Medium.otf");
}
@font-face {
  font-family: "GraphikLCG-Regular";
  src: local("GraphikLCG-Regular"), url("../fonts/GraphikLCG-Regular.ttf");
}
/* Жирный */
@font-face {
  font-family: "GraphikLCG-Medium";
  src: local("GraphikLCG-Medium"), url("../fonts/GraphikLCG-Medium.ttf");
}
/* Для заголовков */
@font-face {
  font-family: "DIN 2014 Narrow Demi";
  src: local("DIN 2014 Narrow Demi"), url("../fonts/DIN 2014 Narrow Demi.ttf");
}
/* Color */
/* Font-size */
/* Font-family */
.prm-popup-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 999999999999;
}

.prm-popup-aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.prm-popup {
  width: 900px;
  max-width: calc(100% - 30px);
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.prm-popup-frame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.prm-popup-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block !important;
}

.prm-popup-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #BF0A34;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  position: absolute;
  transition: all ease-in-out 0.15s;
}

.prm-popup-close:hover {
  transform: rotate(90deg);
}

.prm-popup-close:before,
.prm-popup-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
}

.prm-popup-close:before {
  transform: rotate(45deg);
}

.prm-popup-close:after {
  transform: rotate(-45deg);
}

.prm-body {
  /* Стили по умолчанию */
  margin: auto;
  overflow: hidden;
}
.prm-body * {
  box-sizing: border-box;
}
.prm-body img {
  display: block;
  width: auto;
  max-width: 100%;
}
.prm-body section._mb,
.prm-body div._mb {
  margin-bottom: 90px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 40px;
  }
}
.prm-body section._mt,
.prm-body div._mt {
  margin-top: 90px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 40px;
  }
}
.prm-body section._pt,
.prm-body div._pt {
  padding-top: 90px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 40px;
  }
}
.prm-body section._pb,
.prm-body div._pb {
  padding-bottom: 90px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 40px;
  }
}
.prm-body {
  /* /Стили по умолчанию */
  /* Стили мвидео */
}
.prm-body ._container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 26px;
}
@media (max-width: 1279.98px) {
  .prm-body ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  .prm-body ._container {
    max-width: none;
    padding: 0 20px;
  }
}
.prm-body a.btn,
.prm-body button.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .prm-body a.btn,
  .prm-body button.btn {
    display: flex;
    width: 30%;
    margin: 0 auto;
  }
}
@media (max-width: 479.98px) {
  .prm-body a.btn,
  .prm-body button.btn {
    width: 40%;
  }
}
@media (min-width: 991.98px) {
  .prm-body a.btn:hover,
  .prm-body button.btn:hover {
    background-color: #bd0f2c;
  }
  .prm-body a.btn:focus,
  .prm-body button.btn:focus {
    background-color: #9c0c24;
  }
}
.prm-body a.btn._fw,
.prm-body button.btn._fw {
  width: 100%;
}
.prm-body {
  /* /Стили мвидео */
  /* Сюда прописывать стили верстки */
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.prm-body .prm-description__wrapper {
  max-width: 1125px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-description__wrapper h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #262626;
  margin: 0 0 8px;
}
.prm-body .prm-description__wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #383838;
  margin: 0 0 8px;
}
.prm-body .prm-description__wrapper p:last-child {
  margin: 0;
}
.prm-body .prm-streams__tabs {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.prm-body .prm-streams__nav {
  border-radius: 16px;
  padding: 12px;
  background: #f4f4f8;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 292px;
  height: -moz-max-content;
  height: max-content;
}
.prm-body .prm-streams__nav a {
  border-radius: 12px;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #383838;
  outline: none;
  display: flex;
  align-items: center;
}
.prm-body .prm-streams__nav a.active {
  background: #e7e7f0;
}
.prm-body .prm-streams__nav a:first-child {
  flex-direction: row;
  justify-content: space-between;
}
.prm-body .prm-streams__num {
  border-radius: 24px;
  padding: 2px 6px;
  width: 24px;
  height: 24px;
  background: #f00;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}
.prm-body .prm-streams__content {
  flex: 1;
  min-width: 0;
  width: auto;
}
.prm-body .prm-streams__slider .slick-list {
  overflow: visible;
  clip-path: inset(0 -100vw 0 0);
  -webkit-clip-path: inset(0 -100vw 0 0);
}
.prm-body .prm-streams__slider .slick-slide {
  width: auto;
}
.prm-body .prm-streams__online-item, .prm-body .prm-streams__soon-item {
  border-radius: 16px;
  padding: 16px;
  width: 919px !important;
  height: 516px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px;
}
.prm-body .prm-streams__online-item::after, .prm-body .prm-streams__soon-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.prm-body .prm-streams__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.prm-body .prm-streams__img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prm-body .prm-streams__data, .prm-body .prm-streams__live, .prm-body .prm-streams__title {
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
}
.prm-body .prm-streams__data {
  border-radius: 8px;
  padding: 2px 6px;
  background: #1e1e1e;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
.prm-body .prm-streams__live {
  border-radius: 8px;
  padding: 2px 6px;
  background: #f00;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
.prm-body .prm-streams__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.prm-body .prm-streams__slider {
  margin: 0 -10px;
}
.prm-body .prm-streams__off {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.prm-body .prm-streams__off-img {
  margin-bottom: 24px;
}
.prm-body .prm-streams__off-text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #262626;
  margin: 0 0 8px;
}
.prm-body .prm-streams__off-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #383838;
  margin: 0 0 24px;
}
.prm-body .prm-streams__off-text a {
  border-radius: 12px;
  padding: 16px 24px;
  width: 212px;
  height: 56px;
  background: #f00;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #fff;
  transition: all ease 0.1s;
  text-decoration: none;
  margin: 24px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prm-body .prm-streams__off-text a:hover {
  transform: scale(1.02);
}
.prm-body .prm-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #262626;
  margin: 0 0 24px;
}
.prm-body .prm-completed__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.prm-body .prm-completed__item {
  border-radius: 16px;
  padding: 16px;
  width: 188px;
  height: 312px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.prm-body .prm-completed__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.prm-body .prm-completed__item--enter {
  opacity: 0;
  transform: translateY(10px);
}
.prm-body .prm-completed__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.prm-body .prm-completed__img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prm-body .prm-completed__data, .prm-body .prm-completed__title {
  z-index: 2;
}
.prm-body .prm-completed__data {
  border-radius: 8px;
  padding: 2px 6px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #1e1e1e;
  width: -moz-max-content;
  width: max-content;
}
.prm-body .prm-completed__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}
.prm-body .prm-more {
  margin: 24px auto;
  display: flex;
  justify-content: center;
}
.prm-body .prm-more.is-hidden {
  display: none;
}
.prm-body .prm-more a {
  width: 168px;
  height: 56px;
  border-radius: 12px;
  padding: 12px 24px;
  text-decoration: none;
  background: #F4F4F8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #1E1E1E;
}
.prm-body .prm-more a:focus {
  outline: none;
}

/* Laptops & Mobile */
@media (max-width: 767.98px) {
  .prm-body .prm-description__wrapper h3 {
    font-size: 18px;
  }
  .prm-body .prm-description__wrapper p {
    font-size: 14px;
  }
  .prm-body .prm-streams__tabs {
    flex-direction: column;
  }
  .prm-body .prm-streams__nav {
    width: 100%;
    flex-direction: row;
    padding: 4px;
  }
  .prm-body .prm-streams__nav a {
    padding: 8px 12px;
    font-size: 14px;
    width: 50%;
    justify-content: center;
  }
  .prm-body .prm-streams__online-item, .prm-body .prm-streams__soon-item {
    padding: 8px;
    width: 160px !important;
    height: 266px;
    margin: 0 4px;
  }
  .prm-body .prm-streams__data, .prm-body .prm-streams__live {
    font-size: 11px;
  }
  .prm-body .prm-streams__title {
    font-size: 12px;
  }
  .prm-body .prm-streams__slider {
    margin: 0 -4px;
  }
  .prm-body .prm-streams__content {
    width: 100%;
  }
  .prm-body .prm-streams__off {
    padding: 24px 0;
  }
  .prm-body .prm-streams__off-img {
    max-width: 48px;
    margin-bottom: 16px;
  }
  .prm-body .prm-streams__off-text h2 {
    font-size: 22px;
  }
  .prm-body .prm-streams__off-text p {
    font-size: 14px;
    margin: 0 0 16px;
  }
  .prm-body .prm-streams__off-text a {
    padding: 12px 20px;
    width: 186px;
    height: 48px;
    font-size: 16px;
  }
  .prm-body .prm-title h2 {
    font-size: 22px;
    line-height: 127%;
    margin: 0 0 16px;
  }
  .prm-body .prm-completed__items {
    gap: 8px;
  }
  .prm-body .prm-completed__item {
    width: 160px;
    height: 266px;
    padding: 8px;
  }
  .prm-body .prm-completed__data {
    font-size: 11px;
  }
  .prm-body .prm-completed__title {
    font-size: 12px;
  }
  .prm-body .prm-more a {
    width: 100%;
  }
}