@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;
}
.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: 78px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 34px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 24px;
  }
}
.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: 78px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 34px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 24px;
  }
}
.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: 78px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 34px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 24px;
  }
}
.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: 78px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 34px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 24px;
  }
}
.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-header__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-steps__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}
.prm-body .prm-steps__items-4 .prm-steps__item {
  width: calc(25% - 10px);
}
.prm-body .prm-steps__items-3 .prm-steps__item {
  width: calc(33.333% - 10px);
}
.prm-body .prm-steps__item {
  border: 1px solid #e4eaee;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.02);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prm-body .prm-steps__num {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #1e1e1e;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prm-body .prm-steps__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #1e1e1e;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prm-body .prm-steps__text span {
  font-weight: 700;
  font-size: 16px;
  line-height: 138%;
  color: #1e1e1e;
}
.prm-body .prm-steps__line {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: flex-end;
}
.prm-body .prm-prizes__title h2 {
  margin: 0 0 16px !important;
}
.prm-body .prm-prizes__title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #383838;
  margin: 0 0 196px;
}
.prm-body .prm-prizes__inner {
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e4eaee;
  border-radius: 20px;
  padding: 56px 40px 40px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.02);
  background: #fff;
  position: relative;
}
.prm-body .prm-prizes__inner::before {
  content: '';
  width: 260px;
  height: 101px;
  position: absolute;
  left: -4%;
  top: -17%;
  background: url(../assets/images/prizes/icon.svg) top center no-repeat;
  background-size: cover;
}
.prm-body .prm-prizes__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin: 0 0 20px;
  max-width: 470px;
}
.prm-body .prm-prizes__text p:last-child {
  margin: 0;
}
.prm-body .prm-prizes__img {
  position: absolute;
  right: 57px;
  bottom: 0;
}
.prm-body .prm-draw__wrapper {
  background: url(../assets/images/draw/bg.webp) top center no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 20px;
}
.prm-body .prm-draw__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.prm-body .prm-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #262626;
  margin: 0 0 40px;
}

/* Laptops & Mobile */
@media (max-width: 767.98px) {
  .prm-body .prm-title h2 {
    font-size: 22px;
    line-height: 127%;
    margin: 0 0 24px;
  }
  .prm-body .prm-steps__items {
    flex-direction: column;
  }
  .prm-body .prm-steps__item {
    width: 100% !important;
  }
  .prm-body .prm-prizes__title p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 56px;
  }
  .prm-body .prm-prizes__inner {
    padding: 40px 16px 297px;
  }
  .prm-body .prm-prizes__inner::before {
    background: url(../assets/images/prizes/m-icon.svg) top center no-repeat;
    background-size: cover;
    left: 0;
    top: -10%;
  }
  .prm-body .prm-prizes__img {
    max-width: 160px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .prm-body .prm-draw__wrapper {
    padding: 24px 0 24px 16px;
  }
  .prm-body .prm-draw__items {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .prm-body .prm-draw__item {
    width: 202px;
    flex: 0 0 202px;
    white-space: nowrap;
  }
  .prm-body .prm-draw__item img {
    width: 100%;
    white-space: nowrap;
  }
}
