@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-body {
  /* Стили по умолчанию */
  margin: auto;
  overflow: hidden;
  /* /Стили по умолчанию */
  /* Стили мвидео */
  /* /Стили мвидео */
  /* Сюда прописывать стили верстки */
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  background: linear-gradient(180deg, #f6dfce 0%, #ffc7b8 46.15%, #a78c83 92.45%);
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.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 ._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 .prm-description__wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-description__wrapper p {
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #333;
  margin: 0 0 15px;
}
.prm-body .prm-description__wrapper p:last-child {
  margin: 0 auto;
}
.prm-body .prm-draw__line p {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #333;
  margin: 0;
}
.prm-body .prm-draw__banners {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 42px;
  margin: 0 0 48px;
}
.prm-body .prm-slider {
  position: relative;
}
.prm-body .prm-slider .slick-slide {
  outline: none;
}
.prm-body .prm-slider .slick-prev,
.prm-body .prm-slider .slick-next {
  border: 0;
  border-radius: 50%;
  height: 48px;
  position: absolute;
  top: 50%;
  -webkit-user-select: none;
  user-select: none;
  width: 48px;
  z-index: 2;
  text-indent: -9999px;
}
.prm-body .prm-slider .slick-prev:after,
.prm-body .prm-slider .slick-next:after {
  content: "";
  height: 48px;
  width: 48px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prm-body .prm-slider .slick-prev {
  top: 0;
  right: 80px;
}
.prm-body .prm-slider .slick-prev:after {
  background: url(//static.mvideo.ru/media/Static_Pages/base/custom-listing/img/icons/arrow-left.svg) 50% no-repeat;
}
.prm-body .prm-slider .slick-next {
  top: 0;
  right: 20px;
}
.prm-body .prm-slider .slick-next:after {
  background: url(//static.mvideo.ru/media/Static_Pages/base/custom-listing/img/icons/arrow-right.svg) 50% no-repeat;
}
.prm-body .prm-slider .slick-dots {
  display: none !important;
}
.prm-body .prm-slider .slick-list {
  height: auto !important;
}
.prm-body .prm-slider .prm-slide__first .prm-goods__inner {
  background: url(../assets/images/products/desktop/1.webp) top center no-repeat;
  background-size: cover;
}
.prm-body .prm-slider .prm-slide__two .prm-goods__inner {
  background: url(../assets/images/products/desktop/2.webp) top center no-repeat;
  background-size: cover;
}
.prm-body .prm-slider .prm-slide__three .prm-goods__inner {
  background: url(../assets/images/products/desktop/3.webp) top center no-repeat;
  background-size: cover;
}
.prm-body .prm-slider .prm-slide .prm-goods h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #483032;
  margin: 0 0 32px;
}
.prm-body .prm-slider .prm-slide .prm-goods__nav {
  display: flex;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.prm-body .prm-slider .prm-slide .prm-goods__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  background: rgba(253, 240, 232, 0.5);
  transition: all 0.3s;
}
.prm-body .prm-slider .prm-slide .prm-goods__nav a.active, .prm-body .prm-slider .prm-slide .prm-goods__nav a:hover {
  background: #333;
  color: #fff;
}
.prm-body .prm-slider .prm-slide .prm-goods__inner {
  display: none;
  opacity: 0;
}
.prm-body .prm-slider .prm-slide .prm-goods__inner.active {
  display: block;
  opacity: 1;
}
.prm-body .prm-slider .prm-slide .prm-goods__inner ._container {
  padding: 0 0 0 20px;
}
.prm-body .prm-goods__inner {
  padding: 500px 0 130px;
}

.prm-photo {
  background: url(../assets/images/photo/bg.webp) top center no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 30px;
}
.prm-photo__desc {
  margin: 0 0 70px;
}
.prm-photo__desc p {
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #fff;
  margin: 0 0 15px;
}
.prm-photo__desc p:last-child {
  margin: 0;
}
.prm-photo__wrapper {
  display: block;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.prm-photo__wrapper.is-dragging {
  cursor: grabbing;
}
.prm-photo__wrapper::-webkit-scrollbar {
  display: none;
}
.prm-photo__row {
  display: flex;
  gap: 90px;
  padding: 0 45px;
  width: max-content;
}
.prm-photo__row:first-child {
  padding: 0 45px 0 145px;
}
.prm-photo__row:nth-child(2) {
  position: relative;
  padding-top: 10px;
}
.prm-photo__row:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(91, 66, 58, 0) 0%, rgba(91, 66, 58, 0.1) 20%, rgba(91, 66, 58, 0.2) 30%, rgba(91, 66, 58, 0.3) 40%, rgba(91, 66, 58, 0.4) 48%, rgba(91, 66, 58, 0.7) 50.48%, rgba(91, 66, 58, 0.4) 52%, rgba(91, 66, 58, 0.3) 60%, rgba(91, 66, 58, 0.2) 70%, rgba(91, 66, 58, 0.1) 80%, rgba(91, 66, 58, 0) 100%);
  mix-blend-mode: hard-light;
}
.prm-photo__col {
  flex: 0 0 auto;
  display: flex;
  flex: 1;
}
.prm-photo__col a {
  display: block;
  cursor: pointer;
}
.prm-photo__col img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  pointer-events: auto;
}
.prm-photo__col img:hover {
  transform: scale(1.03);
}
.prm-photo__1 {
  align-items: flex-end;
}
.prm-photo__1 a {
  width: 283px;
}
.prm-photo__2 {
  align-items: flex-end;
}
.prm-photo__2 a {
  width: 126px;
}
.prm-photo__3 {
  align-items: flex-end;
}
.prm-photo__3 a {
  width: 497px;
}
.prm-photo__4 {
  align-items: flex-end;
}
.prm-photo__4 a {
  width: 336px;
}
.prm-photo__5 {
  align-items: flex-end;
}
.prm-photo__5 a {
  width: 229px;
}
.prm-photo__6 {
  align-items: flex-start;
}
.prm-photo__6 a {
  width: 161px;
}
.prm-photo__7 {
  align-items: flex-start;
}
.prm-photo__7 a {
  width: 528px;
}
.prm-photo__8 {
  align-items: flex-start;
}
.prm-photo__8 a {
  width: 363px;
}
.prm-photo__9 {
  align-items: flex-start;
}
.prm-photo__9 a {
  width: 228px;
}
.prm-photo__10 {
  align-items: flex-start;
}
.prm-photo__10 a {
  width: 543px;
}

.prm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.prm-modal.active {
  opacity: 1;
  pointer-events: auto;
  cursor: zoom-out;
}
.prm-modal__img {
  position: absolute;
  object-fit: contain;
  /* GPU-ускорение для плавности */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transition: top 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), left 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.prm-reserv__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.prm-reserv__btn {
  border: 0.78px solid #fff;
  border-radius: 22px;
  padding: 8px 21px;
  width: 241px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: rgba(253, 240, 232, 0.4);
  font-weight: 500;
  font-size: 18px;
  line-height: 143%;
  color: #fff;
  transition: all ease .1s;
}
.prm-reserv__btn:hover {
  transform: scale(1.02);
}
.prm-reserv__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  text-underline-position: under;
}
.prm-reserv__link:hover {
  text-decoration: none;
}

/* Laptops & Mobile */
@media (max-width: 767.98px) {
  .prm-body .prm-description__wrapper p {
    font-size: 14px;
    line-height: 143%;
  }
  .prm-body .prm-draw {
    display: flex;
    flex-direction: column;
  }
  .prm-body .prm-draw__banners {
    flex-direction: column;
    gap: 17px;
    margin: 0;
    order: 2;
  }
  .prm-body .prm-draw__line {
    order: 1;
    margin: 0 0 24px;
  }
  .prm-body .prm-draw__line p {
    font-size: 18px;
    line-height: 122%;
  }
  .prm-body .prm-slider {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .prm-body .prm-slider .prm-slide .prm-goods h2 {
    font-size: 22px;
    line-height: 127%;
    margin-bottom: 32px;
  }
  .prm-body .prm-slider .prm-slide .prm-goods__nav {
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    overflow: auto;
    margin: 0 -20px 24px;
    padding: 0 20px;
  }
  .prm-body .prm-slider .prm-slide .prm-goods__nav a {
    white-space: nowrap;
    font-size: 14px;
  }
  .prm-body .prm-slider .prm-slide__first .prm-goods__inner {
    background: url(../assets/images/products/mobile/1.webp) top center no-repeat;
    background-size: cover;
  }
  .prm-body .prm-slider .prm-slide__two .prm-goods__inner {
    background: url(../assets/images/products/mobile/2.webp) top center no-repeat;
    background-size: cover;
  }
  .prm-body .prm-slider .prm-slide__three .prm-goods__inner {
    background: url(../assets/images/products/mobile/3.webp) top center no-repeat;
    background-size: cover;
  }
  .prm-body .prm-goods__inner {
    padding: 166px 0 48px;
  }
  .prm-body .prm-photo__desc {
    margin: 0;
  }
  .prm-body .prm-photo__desc p {
    font-size: 20px;
  }
  .prm-body .prm-photo__1 a {
    width: 200px;
  }
  .prm-body .prm-photo__2 a {
    width: 89px;
  }
  .prm-body .prm-photo__3 a {
    width: 350px;
  }
  .prm-body .prm-photo__4 a {
    width: 237px;
  }
  .prm-body .prm-photo__5 a {
    width: 229px;
  }
  .prm-body .prm-photo__6 a {
    width: 161px;
  }
  .prm-body .prm-photo__7 a {
    width: 372px;
  }
  .prm-body .prm-photo__8 a {
    width: 256px;
  }
  .prm-body .prm-photo__9 a {
    width: 161px;
  }
  .prm-body .prm-photo__10 a {
    width: 383px;
  }
}
