@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 .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;
  /* /Стили по умолчанию */
  /* Стили мвидео */
  /* /Стили мвидео */
  /* Стили эльдорадо */
  /* /Стили эльдорадо */
  /* Сюда прописывать стили верстки */
  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%;
}
.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: 96px;
}
@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: 96px;
}
@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: 96px;
}
@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: 96px;
}
@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 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 ._container {
  max-width: 1600px;
  width: 100%;
  padding: 0 42px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .prm-body ._container {
    max-width: 1280px;
    padding: 0 26px;
  }
}
@media (max-width: 1280px) {
  .prm-body ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991px) {
  .prm-body ._container {
    max-width: none;
    padding: 0 20px;
  }
}
.prm-body .prm-wrp {
  width: 1200px;
  margin: auto;
  height: 100%;
}
@media (max-width: 1240px) {
  .prm-body .prm-wrp {
    width: 940px;
  }
}
@media (max-width: 999px) {
  .prm-body .prm-wrp {
    width: 710px;
  }
}
@media (max-width: 760px) {
  .prm-body .prm-wrp {
    width: 100%;
    padding: 0 15px;
  }
}
.prm-body .prm-berry {
  position: absolute;
}
.prm-body .prm-berry-1 {
  top: 20%;
  left: 5%;
}
.prm-body .prm-berry-2 {
  top: -30%;
  right: -10%;
}
.prm-body .prm-berry-3 {
  bottom: -40%;
  left: -10%;
}
.prm-body .prm-berry-4 {
  top: -30%;
  right: -10%;
}
.prm-body .prm-berry-5 {
  bottom: -40%;
  left: -10%;
}
.prm-body .prm-berry-6 {
  top: -30%;
  right: -10%;
}
.prm-body .prm-berry-7 {
  bottom: -20%;
  left: -10%;
}
.prm-body .prm-header__wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-title h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 109%;
  text-align: center;
  color: #1e1e1e;
  margin: 0 0 40px;
}
.prm-body .prm-description {
  position: relative;
}
.prm-body .prm-description__wrapper {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-description__wrapper p {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #1e1e1e;
  margin: 0 0 15px;
}
.prm-body .prm-description__wrapper p:last-child {
  margin: 0;
}
.prm-body .prm-nav__items {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}
.prm-body .prm-nav__items a {
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #1e1e1e;
  border: 2px solid #1e1e1e;
  border-radius: 20px;
  padding: 5px 15px;
  text-align: center;
  transition: all ease .1s;
}
.prm-body .prm-nav__items a:hover {
  transform: scale(1.02);
}
.prm-body .prm-banner {
  position: relative;
}
.prm-body .prm-banner img {
  width: 100%;
}
.prm-body .prm-table__items {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 15px;
}
.prm-body .prm-table__items table {
  border-collapse: separate;
  border-spacing: 0;
  width: 250px;
}
.prm-body .prm-table__items table:first-child {
  width: 456px;
}
.prm-body .prm-table__items table:first-child tr td, .prm-body .prm-table__items table:first-child tr th {
  text-align: left;
}
.prm-body .prm-table__items table:first-child tr th {
  align-items: flex-start;
}
.prm-body .prm-table__items table tr th {
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: #1e1e1e;
  text-align: center;
  border-left: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  border-top: 2px solid #1e1e1e;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.prm-body .prm-table__items table tr th img {
  height: 115px;
}
.prm-body .prm-table__items table tr td {
  padding: 0 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #1e1e1e;
  border-top: 5px solid #fff;
  text-align: center;
  height: 62px;
}
.prm-body .prm-table__items table tr:nth-child(even) td {
  background: #f5f5f5;
}
.prm-body .prm-table__items table tr:nth-child(odd) td {
  background: #ededed;
}
.prm-body .prm-table__items table tr:last-child td {
  border-radius: 0 0 20px 20px;
}
.prm-body .prm-video__slider {
  margin: 0 -10px;
}
.prm-body .prm-video__slider .slick-dots {
  margin: 70px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.prm-body .prm-video__slider .slick-dots li {
  list-style: none;
}
.prm-body .prm-video__slider .slick-dots li.slick-active button {
  background: #f00;
}
.prm-body .prm-video__slider .slick-dots li button {
  text-indent: -9999px;
  border: none;
  width: 40px;
  height: 2px;
  background: #ededed;
  border-radius: 5px;
}
.prm-body .prm-video__slider .slick-arrow {
  display: block;
  width: 48px;
  height: 48px;
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 50%;
  font-size: 0;
  text-indent: -999999px;
  position: absolute;
  bottom: -5px;
}
.prm-body .prm-video__slider .slick-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2025/November/detskie-chasy-gamephone/assets/images/icons/arrow.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.prm-body .prm-video__slider .slick-arrow.slick-prev {
  left: 38%;
}
.prm-body .prm-video__slider .slick-arrow.slick-next {
  right: 38%;
}
.prm-body .prm-video__slider .slick-arrow.slick-next::after {
  transform: rotate(180deg);
}
.prm-body .prm-video__slider .slick-slide {
  margin: 0 10px;
  width: 364px !important;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(204, 204, 204, 0.2);
  border-radius: 20px;
  padding: 0px 0px 20px;
  background: #f5f5f5;
}
.prm-body .prm-video__frame img {
  width: 100%;
}
.prm-body .prm-video__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #1e1e1e;
}

/* Laptops & Mobile */
@media (max-width: 1439.98px) {
  .prm-body .prm-berry-1 {
    left: 0;
  }
  .prm-body .prm-nav__items {
    gap: 20px;
  }
  .prm-body .prm-nav__items a {
    font-size: 18px;
  }
  .prm-body .prm-table__items table tr td {
    font-size: 16px;
  }
  .prm-body .prm-video__slider .slick-slide {
    width: 292px !important;
  }
  .prm-body .prm-video__slider .slick-arrow.slick-prev {
    left: 35%;
  }
  .prm-body .prm-video__slider .slick-arrow.slick-next {
    right: 35%;
  }
}
@media (max-width: 1279.98px) {
  .prm-body .prm-table__items {
    margin: 0 -10px;
    display: block;
  }
  .prm-body .prm-table__items table {
    width: 150px !important;
    margin: 0 10px;
  }
  .prm-body .prm-table__items table:first-child {
    width: 300px !important;
    padding: 158px 0 0 0;
  }
  .prm-body .prm-table__items table tr td {
    font-size: 14px;
    padding: 0 10px;
  }
  .prm-body .prm-table__items .slick-dots {
    margin: 70px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }
  .prm-body .prm-table__items .slick-dots li {
    list-style: none;
  }
  .prm-body .prm-table__items .slick-dots li.slick-active button {
    background: #f00;
  }
  .prm-body .prm-table__items .slick-dots li button {
    text-indent: -9999px;
    border: none;
    width: 40px;
    height: 2px;
    background: #ededed;
    border-radius: 5px;
  }
}
@media (max-width: 767.98px) {
  .prm-body .prm-berry img {
    width: 50px;
  }
  .prm-body .prm-berry-1 {
    top: auto;
    bottom: -50vw;
  }
  .prm-body .prm-berry-2 {
    right: 0;
    top: auto;
    bottom: -15vw;
  }
  .prm-body .prm-berry-3 {
    left: 0;
    bottom: -10vw;
  }
  .prm-body .prm-berry-4 {
    right: auto;
    left: 0;
    top: -15vw;
  }
  .prm-body .prm-berry-5 {
    left: 0;
    bottom: -10vw;
  }
  .prm-body .prm-berry-6 {
    right: 0;
    top: -10vw;
  }
  .prm-body .prm-berry-7 {
    left: 0;
    bottom: -40vw;
  }
  .prm-body .prm-title h2 {
    font-size: 24px;
    line-height: 125%;
    margin: 0 0 15px;
  }
  .prm-body .prm-description__wrapper p {
    font-size: 22px;
    line-height: 127%;
  }
  .prm-body .prm-nav ._container {
    padding: 0;
  }
  .prm-body .prm-nav__items {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    padding: 0 20px;
    gap: 8px;
  }
  .prm-body .prm-nav__items a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 143%;
  }
  .prm-body .prm-table ._container {
    padding: 0;
  }
  .prm-body .prm-table__items {
    margin: 0 -5px;
    padding: 0 0 0 20px;
  }
  .prm-body .prm-table__items table {
    width: 120px !important;
    margin: 0 5px;
  }
  .prm-body .prm-table__items table:first-child {
    width: 215px !important;
    padding: 95px 0 0 0;
  }
  .prm-body .prm-table__items table tr th {
    font-size: 11px;
    padding: 10px 12px;
    gap: 7px;
  }
  .prm-body .prm-table__items table tr th img {
    height: 75px;
  }
  .prm-body .prm-table__items table tr td {
    font-size: 11px;
    height: 44px;
    border-top: 3.13px solid #fff;
  }
  .prm-body .prm-table__items .slick-dots {
    justify-content: flex-end;
    margin: 20px 0 0 0;
    padding: 0 20px 0 0;
  }
  .prm-body .prm-table__items .slick-dots li button {
    width: 20px;
  }
  .prm-body .prm-video__slider .slick-dots {
    margin: 20px 0 0 0;
  }
  .prm-body .prm-video__slider .slick-dots li button {
    width: 20px;
  }
  .prm-body .prm-video__slider .slick-slide {
    width: 90.8vw !important;
    margin: 0 3.13vw;
  }
}
