@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;
  /* /Стили по умолчанию */
  /* Стили мвидео */
  /* /Стили мвидео */
  /* Стили эльдорадо */
  /* /Стили эльдорадо */
  /* Сюда прописывать стили верстки */
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  background: #000000;
}
.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 ._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-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-content {
  position: relative;
  z-index: 2;
}
.prm-body .prm-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../assets/images/bg/bg1.png) center 20%/contain no-repeat, url(../assets/images/bg/bg2.png) center 50%/contain no-repeat, url(../assets/images/bg/bg3.png) center 95%/contain no-repeat, url(../assets/images/bg/bg4.png) bottom center/contain no-repeat;
}
.prm-body .prm-content__row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.prm-body .prm-content__col {
  max-width: calc(50% - 10px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prm-body .prm-content__video {
  position: relative;
  cursor: pointer;
}
.prm-body .prm-content__video.video-replaced::before {
  content: none;
}
.prm-body .prm-content__video:hover::before {
  transform: scale(1.02);
}
.prm-body .prm-content__video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../assets/images/icons/play.png) center no-repeat;
  transition: all ease 0.3s;
}
.prm-body .prm-content__video video {
  overflow: hidden;
  border-radius: 20px;
}
.prm-body .prm-content__video img {
  width: 100%;
}
.prm-body .prm-content__text h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  margin: 0 0 20px;
}
.prm-body .prm-content__text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  color: #fff;
  margin: 0 0 20px;
}
.prm-body .prm-content__text p small {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}
.prm-body .prm-content__text p:last-child {
  margin: 0;
}
.prm-body .prm-content__icon {
  width: 100%;
}
.prm-body .prm-content__icon img {
  margin: 0 auto;
}
.prm-body .prm-content__section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prm-body .prm-title h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 109%;
  text-align: center;
  color: #fff;
  margin: 0 0 40px;
}
.prm-body .prm-title h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #fff;
  margin: 0 0 40px;
}
.prm-body .prm-clean__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 48px;
}
.prm-body .prm-clean__item {
  max-width: 282px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.prm-body .prm-clean__title h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0 0 0 25%;
}
.prm-body .prm-clean__footnote p {
  text-align: center;
  margin: 0;
}
.prm-body .prm-clean__footnote p small {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
.prm-body .prm-acsses__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.prm-body .prm-acsses__item {
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prm-body .prm-acsses__img {
  display: flex;
  justify-content: center;
}
.prm-body .prm-acsses__info h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
}
.prm-body .prm-acsses__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin: 0;
}
.prm-body .prm-models {
  width: 100%;
  position: relative;
  z-index: 2;
}
.prm-body .prm-models::before {
  content: "";
  background: url(../assets/images/bg/bg5.png) center 30%/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.prm-body .prm-models__row {
  display: flex;
  flex-direction: row;
  gap: 150px;
  justify-content: center;
}
.prm-body .prm-models__col {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
.prm-body .prm-models__button a {
  border-radius: 4px;
  padding: 9px 24px;
  width: 164px;
  height: 40px;
  background: #f5f5f6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  transition: all ease 0.1s;
}
.prm-body .prm-models__button a:hover {
  transform: scale(1.02);
}

/* Laptops & Mobile */
@media (max-width: 1440px) {
  .prm-body .prm-content::before {
    background: url(../assets/images/bg/bg1.png) center 20%/contain no-repeat, url(../assets/images/bg/bg2.png) center 50%/contain no-repeat, url(../assets/images/bg/bg3.png) center 85%/contain no-repeat, url(../assets/images/bg/bg4.png) bottom center/contain no-repeat;
  }
}
@media (max-width: 760px) {
  .prm-body .prm-content::before {
    background: url(../assets/images/bg/m-bg1.png) center 15%/contain no-repeat, url(../assets/images/bg/m-bg2.png) center 40%/contain no-repeat, url(../assets/images/bg/m-bg3.png) center 75%/contain no-repeat, url(../assets/images/bg/bg4.png) bottom center/contain no-repeat;
  }
  .prm-body .prm-content__row {
    flex-direction: column;
    gap: 15px;
  }
  .prm-body .prm-content__col {
    max-width: 100%;
  }
  .prm-body .prm-content__order .prm-content__col:first-child {
    order: 2;
  }
  .prm-body .prm-content__order .prm-content__col:nth-child(2) {
    order: 1;
  }
  .prm-body .prm-content__text h3 {
    font-size: 19px;
    line-height: 127%;
  }
  .prm-body .prm-content__text p {
    font-size: 16px;
    line-height: 122%;
  }
  .prm-body .prm-content__text p small {
    font-size: 10px;
    line-height: 133%;
  }
  .prm-body .prm-content__video::before {
    background-size: 25%;
  }
  .prm-body .prm-title h2 {
    font-size: 24px;
    line-height: 129%;
    margin: 0 0 20px;
  }
  .prm-body .prm-title h3 {
    font-size: 19px;
    line-height: 127%;
    margin: 0 0 20px;
  }
  .prm-body .prm-clean__items {
    gap: 30px 10px;
    margin: 0 0 20px;
  }
  .prm-body .prm-clean__item {
    max-width: calc(50% - 5px);
    gap: 15px;
  }
  .prm-body .prm-clean__title {
    font-size: 16px;
    line-height: 122%;
  }
  .prm-body .prm-clean__footnote p small {
    font-size: 12px;
    line-height: 143%;
  }
  .prm-body .prm-acsses__items {
    gap: 15px;
  }
  .prm-body .prm-acsses__info h4 {
    font-size: 16px;
    line-height: 122%;
  }
  .prm-body .prm-acsses__info p {
    font-size: 12px;
    line-height: 143%;
  }
  .prm-body .prm-models__row {
    gap: 15px;
  }
  .prm-body .prm-models__col {
    max-width: calc(50% - 10px);
    flex-direction: column;
  }
  .prm-body .prm-models__col:first-child .prm-models__button {
    order: 2;
  }
  .prm-body .prm-models__col:first-child .prm-models__img {
    order: 1;
  }
  .prm-body .prm-models__button a {
    padding: 8px 15px;
    font-size: 14px;
    width: 100%;
    height: 35px;
  }
}/*# sourceMappingURL=all.css.map */