@charset "UTF-8";
/* Color */
/* Font-size */
/* Font-family */
.prm-body {
  /* Стили по умолчанию */
  position: relative;
  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 ._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-header__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.prm-body .prm-header__slider {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 10;
  width: auto;
  max-width: 765px;
  height: auto;
  min-height: 500px;
  z-index: 1;
}
.prm-body .prm-header__slider .prm-header__slide img {
  width: 100%;
  height: 100%;
}
.prm-body .prm-header__token {
  position: absolute;
  left: 7.4%;
  bottom: 8.5%;
  z-index: 2;
}
.prm-body .prm-header__token small {
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  color: #fff;
}
.prm-body .prm-description__wrapper p {
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #1e1e1e;
  margin: 0;
}
.prm-body .prm-description__wrapper p:last-child {
  margin: 0 0 15px;
}
.prm-body .prm-content {
  padding: 140px 0;
}
.prm-body .prm-content__wrapper {
  position: relative;
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
}
.prm-body .prm-content__buttons {
  max-width: 517px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.prm-body .prm-content__nav {
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 80px;
  padding: 80px;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2025/December/new-year-cyfra/assets/images/content/bg.webp) top center no-repeat;
  background-size: cover;
}
.prm-body .prm-content__btn {
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 10px 16px;
  background: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #383838;
  transition: all ease .3s;
  text-decoration: none;
}
.prm-body .prm-content__btn:hover {
  background: #5dacd0;
  color: #fff;
}
.prm-body .prm-content__image {
  position: absolute;
  top: -65%;
  right: 7%;
}
.prm-body .prm-gift-1,
.prm-body .prm-gift-2,
.prm-body .prm-gift-3,
.prm-body .prm-gift-4,
.prm-body .prm-gift-5,
.prm-body .prm-gift-6,
.prm-body .prm-gift-7,
.prm-body .prm-gift-8,
.prm-body .prm-gift-9,
.prm-body .prm-gift-10,
.prm-body .prm-gift-11,
.prm-body .prm-gift-12 {
  position: absolute;
  z-index: 999;
  opacity: 1;
  top: -150px;
}
.prm-body .prm-gift-1 img,
.prm-body .prm-gift-2 img,
.prm-body .prm-gift-3 img,
.prm-body .prm-gift-4 img,
.prm-body .prm-gift-5 img,
.prm-body .prm-gift-6 img,
.prm-body .prm-gift-7 img,
.prm-body .prm-gift-8 img,
.prm-body .prm-gift-9 img,
.prm-body .prm-gift-10 img,
.prm-body .prm-gift-11 img,
.prm-body .prm-gift-12 img {
  display: block;
  width: 100%;
  height: auto;
}
.prm-body .prm-gift-1 {
  left: 4%;
  width: 100px;
  animation: giftComplete1 7s ease-in-out forwards;
  animation-delay: 0.1s;
}
.prm-body .prm-gift-2 {
  left: 12%;
  width: 95px;
  animation: giftComplete2 7s ease-in-out forwards;
  animation-delay: 0.8s;
}
.prm-body .prm-gift-3 {
  left: 20%;
  width: 110px;
  animation: giftComplete3 7s ease-in-out forwards;
  animation-delay: 0.3s;
}
.prm-body .prm-gift-4 {
  left: 28%;
  width: 105px;
  animation: giftComplete4 7s ease-in-out forwards;
  animation-delay: 1.2s;
}
.prm-body .prm-gift-5 {
  left: 36%;
  width: 100px;
  animation: giftComplete5 7s ease-in-out forwards;
  animation-delay: 0.5s;
}
.prm-body .prm-gift-6 {
  left: 44%;
  width: 115px;
  animation: giftComplete6 7s ease-in-out forwards;
  animation-delay: 1.0s;
}
.prm-body .prm-gift-7 {
  left: 52%;
  width: 95px;
  animation: giftComplete7 7s ease-in-out forwards;
  animation-delay: 0.2s;
}
.prm-body .prm-gift-8 {
  left: 60%;
  width: 105px;
  animation: giftComplete8 7s ease-in-out forwards;
  animation-delay: 0.9s;
}
.prm-body .prm-gift-9 {
  left: 68%;
  width: 100px;
  animation: giftComplete9 7s ease-in-out forwards;
  animation-delay: 0.4s;
}
.prm-body .prm-gift-10 {
  left: 76%;
  width: 110px;
  animation: giftComplete10 7s ease-in-out forwards;
  animation-delay: 1.1s;
}
.prm-body .prm-gift-11 {
  left: 84%;
  width: 95px;
  animation: giftComplete11 7s ease-in-out forwards;
  animation-delay: 0.6s;
}
.prm-body .prm-gift-12 {
  left: 92%;
  width: 100px;
  animation: giftComplete12 7s ease-in-out forwards;
  animation-delay: 0.7s;
}
@keyframes giftComplete1 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(-10deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(10deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(10deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete2 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(15deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(-15deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(-15deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete3 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(-20deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(20deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(20deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete4 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(10deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(-10deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(-10deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete5 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(-15deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(15deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(15deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete6 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(15deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(-15deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(-15deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete7 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(-12deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(12deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(12deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete8 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(18deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(-18deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(-18deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete9 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(-8deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(8deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(8deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete10 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(22deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(-22deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(-22deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete11 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(-14deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(14deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(14deg);
    top: calc(100vh + 100px);
  }
}
@keyframes giftComplete12 {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(16deg);
    top: -150px;
  }
  80% {
    opacity: 1;
    transform: translateY(calc(100vh + 200px)) rotate(-16deg);
    top: 100vh;
  }
  100% {
    opacity: 0;
    transform: translateY(calc(100vh + 300px)) rotate(-16deg);
    top: calc(100vh + 100px);
  }
}
/* Laptops & Mobile */
@media (max-width: 767.98px) {
  .prm-body .prm-gift-1 {
    left: 2%;
    width: 70px;
    animation: giftCompleteMobile1 7s ease-in-out forwards;
    animation-delay: 0.1s;
  }
  .prm-body .prm-gift-2 {
    left: 10%;
    width: 65px;
    animation: giftCompleteMobile2 7s ease-in-out forwards;
    animation-delay: 0.8s;
  }
  .prm-body .prm-gift-3 {
    left: 18%;
    width: 75px;
    animation: giftCompleteMobile3 7s ease-in-out forwards;
    animation-delay: 0.3s;
  }
  .prm-body .prm-gift-4 {
    left: 26%;
    width: 70px;
    animation: giftCompleteMobile4 7s ease-in-out forwards;
    animation-delay: 1.2s;
  }
  .prm-body .prm-gift-5 {
    left: 34%;
    width: 65px;
    animation: giftCompleteMobile5 7s ease-in-out forwards;
    animation-delay: 0.5s;
  }
  .prm-body .prm-gift-6 {
    left: 42%;
    width: 75px;
    animation: giftCompleteMobile6 7s ease-in-out forwards;
    animation-delay: 1.0s;
  }
  .prm-body .prm-gift-7 {
    left: 50%;
    width: 70px;
    animation: giftCompleteMobile7 7s ease-in-out forwards;
    animation-delay: 0.2s;
  }
  .prm-body .prm-gift-8 {
    left: 58%;
    width: 65px;
    animation: giftCompleteMobile8 7s ease-in-out forwards;
    animation-delay: 0.9s;
  }
  .prm-body .prm-gift-9 {
    left: 66%;
    width: 75px;
    animation: giftCompleteMobile9 7s ease-in-out forwards;
    animation-delay: 0.4s;
  }
  .prm-body .prm-gift-10 {
    left: 74%;
    width: 70px;
    animation: giftCompleteMobile10 7s ease-in-out forwards;
    animation-delay: 1.1s;
  }
  .prm-body .prm-gift-11 {
    left: 82%;
    width: 65px;
    animation: giftCompleteMobile11 7s ease-in-out forwards;
    animation-delay: 0.6s;
  }
  .prm-body .prm-gift-12 {
    left: 90%;
    width: 70px;
    animation: giftCompleteMobile12 7s ease-in-out forwards;
    animation-delay: 0.7s;
  }
  .prm-body .prm-header__slider {
    top: auto;
    bottom: 3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 4.69vw;
    min-height: 300px;
  }
  .prm-body .prm-header__token {
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.13vw;
  }
  .prm-body .prm-header__token small {
    text-align: center;
    font-size: 3.13vw;
    display: inline-block;
  }
  .prm-body .prm-description__wrapper p {
    font-size: 5.63vw;
    line-height: 122%;
  }
  .prm-body .prm-content {
    padding: 0 0 9.38vw;
  }
  .prm-body .prm-content__nav {
    padding: 9.38vw 0;
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2025/December/new-year-cyfra/assets/images/content/m-bg.webp) top center no-repeat;
    background-size: cover;
  }
  .prm-body .prm-content__buttons {
    flex-direction: column;
    align-items: center;
    gap: 3.75vw;
  }
  .prm-body .prm-content__btn {
    max-width: max-content;
    font-size: 4.38vw;
    padding: 2.19vw 6.25vw;
  }
  .prm-body .prm-content__image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 93.75vw;
    top: -3.13vw;
  }
  @keyframes giftCompleteMobile1 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(-10deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(10deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(10deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile2 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(15deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(-15deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(-15deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile3 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(-20deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(20deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(20deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile4 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(10deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(-10deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(-10deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile5 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(-15deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(15deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(15deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile6 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(15deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(-15deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(-15deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile7 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(-12deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(12deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(12deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile8 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(18deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(-18deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(-18deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile9 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(-8deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(8deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(8deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile10 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(22deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(-22deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(-22deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile11 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(-14deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(14deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(14deg);
      top: calc(100vh + 100px);
    }
  }
  @keyframes giftCompleteMobile12 {
    0% {
      opacity: 1;
      transform: translateY(0) rotate(16deg);
      top: -150px;
    }
    80% {
      opacity: 1;
      transform: translateY(calc(100vh + 200px)) rotate(-16deg);
      top: 100vh;
    }
    100% {
      opacity: 0;
      transform: translateY(calc(100vh + 300px)) rotate(-16deg);
      top: calc(100vh + 100px);
    }
  }
}
