@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;
}
.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: 64px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mb,
  .prm-body div._mb {
    margin-bottom: 40px;
  }
}
@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: 64px;
}
@media (max-width: 1439.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 64px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._mt,
  .prm-body div._mt {
    margin-top: 40px;
  }
}
@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: 64px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 64px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pt,
  .prm-body div._pt {
    padding-top: 40px;
  }
}
@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: 64px;
}
@media (max-width: 1439.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 40px;
  }
}
@media (max-width: 359.98px) {
  .prm-body section._pb,
  .prm-body div._pb {
    padding-bottom: 24px;
  }
}
.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 a {
  outline: none;
}
.prm-body .prm-header__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.prm-body .prm-header__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 106px;
}
.prm-body .prm-header__text h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 101%;
  color: #1e1e1e;
  margin: 0 0 16px;
}
.prm-body .prm-header__text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #1e1e1e;
  margin: 0 0 40px;
}
.prm-body .prm-header__text a {
  border-radius: 10px;
  padding: 19px 29px;
  width: 244px;
  height: 60px;
  background: #f00;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.prm-body .prm-header__text a::after {
  content: "";
  width: 12px;
  height: 19px;
  background: url(../assets/images/icons/arrow.svg) top center no-repeat;
  background-size: contain;
}
.prm-body .prm-header__title {
  max-width: 500px;
}
.prm-body .prm-steps__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}
.prm-body .prm-steps__item {
  border-radius: 20px;
  padding: 20px;
  background: #1e1e1e;
  width: calc(25% - 10px);
  height: 173px;
}
.prm-body .prm-steps__text {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.prm-body .prm-steps__text span {
  display: inline-flex;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px 7px;
  background: #f00;
  width: -moz-max-content;
  width: max-content;
}
.prm-body .prm-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #333;
  margin: 0 0 24px;
}
.prm-body .prm-operators__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-operators__item {
  border-radius: 8px;
  padding: 10px 15px;
  background: #f00;
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  color: #fff;
}
.prm-body .prm-description__wrapper {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-description__wrapper--full {
  max-width: 100%;
}
.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;
}
.prm-body .prm-links__inner {
  border-radius: 20px;
  padding: 20px;
  background: #1e1e1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.prm-body .prm-links__inner a {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.prm-body .prm-links__inner a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../assets/images/icons/arrow-link.svg) top center no-repeat;
  background-size: contain;
}
.prm-body .prm-content__text ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.prm-body .prm-content__text ul:last-child {
  margin: 0;
}
.prm-body .prm-content__text ul li {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #333;
  margin: 0 0 20px;
}
.prm-body .prm-content__text ul li:last-child {
  margin: 0;
}
.prm-body .prm-content__text p {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #333;
  margin: 0 0 20px;
}
.prm-body .prm-content__text p:last-child {
  margin: 0;
}
.prm-body .prm-form__inner {
  border-radius: 20px;
  padding: 40px;
  background: #1e1e1e;
}
.prm-body .prm-form__title {
  text-align: center;
}
.prm-body .prm-form__title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  margin: 0 0 5px;
}
.prm-body .prm-form__title a {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: inline-flex;
  margin: 0 0 32px;
}
.prm-body .prm-form__title p {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  margin: 0 0 32px;
}
.prm-body .prm-form__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 383px;
  width: 100%;
  margin: 0 auto 32px;
}
.prm-body .prm-form__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  border-radius: 8px;
  padding: 10px 20px;
  background: #000;
  font-weight: 400;
  font-size: 22px;
  line-height: 182%;
  color: #fff;
}
.prm-body .prm-form__btn {
  display: flex;
  justify-content: center;
  margin: 0 0 32px;
}
.prm-body .prm-form__btn a {
  border-radius: 8px;
  padding: 16px 24px;
  width: 199px;
  height: 50px;
  background: #f00;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.prm-body .prm-form__btn a::after {
  content: "";
  width: 9px;
  height: 15px;
  background: url(../assets/images/icons/arrow.svg) top center no-repeat;
  background-size: contain;
}
.prm-body .prm-form__footnotes {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #9790a3;
}

/* Laptops & Mobile */
@media (max-width: 767.98px) {
  .prm-body .prm-title h2 {
    font-size: 22px;
    line-height: 127%;
    margin: 0 0 20px;
  }
  .prm-body .prm-header {
    margin: 0 0 40px;
  }
  .prm-body .prm-header__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    padding: 30px 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .prm-body .prm-header__text h2 {
    font-size: 30px;
    line-height: 101%;
    margin: 0 0 16px;
  }
  .prm-body .prm-header__text p {
    font-size: 18px;
    line-height: 110%;
  }
  .prm-body .prm-header__text a {
    border-radius: 8px;
    padding: 16px 24px;
    width: 199px;
    height: 50px;
    font-size: 16px;
    gap: 12px;
  }
  .prm-body .prm-header__text a:after {
    width: 9px;
    height: 15px;
  }
  .prm-body .prm-header__title {
    max-width: 65%;
  }
  .prm-body .prm-steps__items {
    flex-direction: column;
  }
  .prm-body .prm-steps__item {
    width: 100% !important;
  }
  .prm-body .prm-operators__items {
    gap: 8px;
  }
  .prm-body .prm-operators__item {
    font-size: 14px;
  }
  .prm-body .prm-description__text p {
    font-size: 14px;
    line-height: 114%;
  }
  .prm-body .prm-links__inner {
    margin: 0 -20px;
    border-radius: inherit;
  }
  .prm-body .prm-links__inner a {
    flex-direction: column;
    gap: 17px;
    font-size: 18px;
    line-height: 156%;
  }
  .prm-body .prm-links__inner a::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../assets/images/icons/arrow-link.svg) top center no-repeat;
    background-size: contain;
  }
  .prm-body .prm-links__inner a::after {
    content: none;
  }
  .prm-body .prm-content__text ul li {
    font-size: 14px;
    line-height: 129%;
    margin: 0 0 16px;
  }
  .prm-body .prm-content__text p {
    font-size: 14px;
    line-height: 129%;
    margin: 0 0 16px;
  }
  .prm-body .prm-form__inner {
    margin: 0 -20px;
    padding: 32px 16px 16px;
  }
  .prm-body .prm-form__title h2 {
    font-size: 22px;
    line-height: 109%;
  }
  .prm-body .prm-form__title a {
    font-size: 22px;
    line-height: 109%;
  }
  .prm-body .prm-form__title p {
    font-size: 22px;
    line-height: 182%;
  }
  .prm-body .prm-form__items {
    max-width: 270px;
    gap: 12px;
  }
  .prm-body .prm-form__item {
    gap: 12px;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 114%;
  }
  .prm-body .prm-form__footnotes {
    font-size: 14px;
    line-height: 171%;
  }
}