@charset "UTF-8";
/* Color */
/* Font-size */
/* Font-family */
.prm-body {
  /* Стили по умолчанию */
  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%;
}

body {
  margin: 0;
}

.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-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #1e1e1e;
  margin: 0 0 60px;
}
.prm-body .prm-header {
  padding-top: 48px;
}
.prm-body .prm-header__wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}
.prm-header__img {
  flex: 0 1 50%;
}
.prm-body .prm-header__info {
  flex: 0 1 45%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.prm-header__title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.prm-header__token {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  color: #1e1e1e;
}

.prm-body .prm-header__title h2 {
  font-weight: 500;
  font-size: 156px;
  line-height: 0.88553;
  text-transform: uppercase;
  color: #1e1e1e;
  margin: 0;
}
.prm-body .prm-header__title p {
  max-width: 410px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  color: #1e1e1e;
}
.prm-body .prm-header__title p:last-child {
  margin: 0;
}
.prm-body .prm-header__reg {
  border-radius: 20px;
  background: #fff;
  display: flex;
  gap: 12px;
}
.prm-body .prm-header__button a {
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.85);
  background: #e31235;
  padding: 20px 32px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.11111;
  color: #fff;
}

.prm-button__login a {
  background: #ededed;
  padding: 21px 32px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.11111;
  color: #1e1e1e;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 767.98px) {
  .prm-button__login a {
    max-width: 350px;
  }
}

.prm-body .prm-header__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 17px 20px;
}
.prm-body .prm-header__date p {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e;
  margin: 0;
}
.prm-body .prm-header__date p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #e21235;
}
.prm-body .prm-header__list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.prm-body .prm-header__list ul li {
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #1e1e1e;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 0 26px 0 rgba(255, 255, 255, 0.8);
  background: #f8f8fc;
  padding: 12px 16px;
  width: max-content;
}
.prm-body .prm-header__list ul li:nth-child(1) {
  flex: 0 1 243px;
}
.prm-body .prm-header__list ul li:nth-child(2) {
  flex: 0 1 182px;
}

.prm-body .prm-header__list ul li:nth-child(3) {
  flex: 0 1 338px;
}

.prm-advantages {
}
.prm-advantages__wrapper {
  display: flex;
  gap: 20px;
}
.prm-advantages__wrapper h2 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #1e1e1e;
}

.prm-advantages__wrapper p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  color: #1e1e1e;
}
.prm-advantages__items {
  flex: 0 1 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.prm-advantages__item {
  border-radius: 20px;
  padding: 20px;
  background: #f4f4f8;
}
.prm-advantages__item:nth-child(1) {
  flex: 100%;
}
.prm-advantages__item:nth-child(2) {
  flex: 0 1 48.344%;
}
.prm-advantages__item:nth-child(3) {
  flex: 0 1 48.344%;
}
.prm-advantages__cities {
  flex: 0 1 50%;
  border-radius: 20px;
  padding: 20px;
  background: #f4f4f8;
}

.prm-advantages__list {
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.prm-advantages__list li {
  flex: 0 1 170px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  color: #383838;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.prm-advantages__list li::before {
  content: "";
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2025/September/marketplace/assets/images/icons/lists-icon.svg") 0 0 no-repeat;
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.prm-advantages__button {
  background: #e31235;
  border-radius: 20px;
  max-width: 244px;
}
.prm-advantages__button a {
  display: block;
  padding: 20px 32px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.11111;
  color: #fff;
  align-self: flex-start;
  text-align: center;
}

.prm-body .prm-cats__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 20px;
  margin: 0 0 60px;
}
.prm-body .prm-cats__item {
  max-width: calc(33.333% - 20px);
  width: 100%;
  border-radius: 20px;
  background: #f4f4f8;
  padding: 20px;
  position: relative;
  height: 161px;
}
.prm-body .prm-cats__shield {
  position: absolute;
  top: -7px;
  left: 20px;
}
.prm-body .prm-cats__shield span {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background: #ffe100;
  border-radius: 12px;
  padding: 4px 8px;
}
.prm-body .prm-cats__info {
  max-width: 150px;
}
.prm-body .prm-cats__info h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  color: #383838;
  margin: 0 0 5px;
}
.prm-body .prm-cats__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1e1e1e;
  margin: 0;
}
.prm-body .prm-cats__info p span {
  color: #e21235;
}
.prm-body .prm-cats__img {
  position: absolute;
  right: 0;
  bottom: 12px;
}
.prm-body .prm-cats__button a {
  border-radius: 20px;
  padding: 20px 32px;
  background: #e31235;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 400px;
  transition: all ease 0.1s;
}
.prm-body .prm-cats__button a:hover {
  background: #e01e3e;
}
.prm-body .prm-cats__button a:active {
  background: #c10230;
}
.prm-body .prm-sale__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.prm-body .prm-sale__item {
  flex: 0 1 32.247%;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  position: relative;
  background: #f4f4f8;
}

.prm-sale__item--relative {
  position: relative;
}

.prm-sale__icon-of {
  position: absolute;
  top: -10px;
  left: 44px;
  margin: 0;
  padding: 0;
}

.prm-body .prm-sale__item:first-child {
  background: #e21235;
}

.prm-body .prm-sale__item:first-child .prm-sale__info h2,
.prm-body .prm-sale__item:first-child .prm-sale__info p {
  color: #fff;
}
/* .prm-body .prm-sale__item:first-child .prm-sale__info span {
  color: #ffc4ce;
} */

/* .prm-body .prm-sale__item:last-child .prm-sale__info h2 {
  color: #e21235;
}
.prm-body .prm-sale__item:last-child .prm-sale__info p {
  color: #383838;
}
.prm-body .prm-sale__item:last-child .prm-sale__info span {
  color: #707070;
} */
.prm-body .prm-sale__img {
  max-width: 84px;
  width: 100%;
}
.prm-body .prm-sale__info {
  max-width: 408px;
  width: 100%;
}
.prm-body .prm-sale__info h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #1e1e1e;
  margin: 0 0 10px;
}
.prm-body .prm-sale__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #383838;
  margin: 0 0 10px;
}
.prm-body .prm-sale__info p:last-child {
  margin: 0;
}
.prm-body .prm-sale__info p span {
  font-size: 14px;
  line-height: 171%;
}
.prm-body .prm-sale__shield {
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  display: inline-block;
}
.prm-body .prm-sale__shield p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: #383838 !important;
  text-align: center;
  margin: 0;
}
.prm-body .prm-steps__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}
.prm-body .prm-steps__item {
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prm-steps__decor {
  display: none;
}

@media (min-width: 767.98px) {
  .prm-steps__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 2px dashed #cfcfe2;
    width: 65%;
    z-index: -1;
  }

  .prm-steps__decor {
    margin: 0;
    padding: 0;
    align-self: center;
    position: relative;
    z-index: 1;
  }

  .prm-steps__decor::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    border-left: 2px dashed #cfcfe2;
    height: 100%;
    z-index: -1;
  }

  .prm-steps__decor {
    display: block;
  }
}

.prm-body .prm-steps__info {
  background: #f4f4f8;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #ededed;
  height: 100%;
  width: 100%;
}
.prm-body .prm-steps__info h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #1e1e1e;
  margin: 0 0 10px;
}
.prm-body .prm-steps__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
  margin: 0;
}
.prm-body .prm-steps__img {
  max-width: 112px;
  width: 100%;
}
.prm-body .prm-steps__button a {
  padding: 28px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #ffe100;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  max-width: 275px;
  color: #1e1e1e;
  border-radius: 20px;
}

.prm-logistics__items {
  display: flex;
  /* width: 100%; */
  /* flex-direction: row; */
  justify-content: center;
  gap: 20px;
}
.prm-logistics__item {
  /* max-width: calc(33.333% - 10px); */
  flex: 0 1 24%;
  width: 100%;
  border-radius: 20px;
  padding: 96px 20px 20px;
  background: #f4f4f8;
  position: relative;
}
.prm-logistics__img {
  max-width: 200px;
  margin-inline: auto;
  position: absolute;
  left: 10px;
  top: -80px;
}

.prm-logistics__img img {
  width: 100%;
}

.prm-logistics__shield {
  position: absolute;
  top: 15px;
  right: 15px;
}
.prm-logistics__shield span {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #c4c4cf;
}
.prm-logistics__info h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #383838;
  margin: 0 0 15px;
}
.prm-logistics__info ul {
  padding: 0;
  margin: 0;
}
.prm-logistics__info ul li {
  list-style: none;
  margin-bottom: 12px;
}
.prm-logistics__info ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #383838;
  margin: 0;
}

.prm-logistics__bg-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #1e1e1e;
  border-radius: 4px;
  padding: 2px 4px;
  background: #e6e6f3;
}

.prm-logistics__info ul li span {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #707070;
}
.prm-logistics__info ul li:last-child {
  margin: 0;
}

.prm-faq__wrapper--width {
  max-width: 100% !important;
}

.prm-faq__wrapper--width .prm-faq__question {
  padding: 20px;
}

.prm-faq__wrapper {
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
}
.prm-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prm-faq__element--active .prm-faq__answer {
  padding: 12px 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  height: auto;
}
.prm-faq__element--active .prm-faq__question::after {
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2025/September/marketplace/assets/images/icons/cross-red.svg) center center no-repeat;
  transform: rotate(-45deg);
}
.prm-faq__question {
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  color: #383838;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.prm-faq__question::after {
  content: "";
  min-width: 16px;
  height: 16px;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2025/September/marketplace/assets/images/icons/cross.svg) center center no-repeat;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.prm-faq__answer {
  height: 0;
  padding: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.prm-faq__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.prm-faq__item {
  flex: 0 1 275px;
  list-style: none !important;
}

.prm-faq__item a {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #e21235;
}

.prm-faq__item a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2025/September/marketplace/assets/images/icons/list-icon1.svg") 0 0 no-repeat;
  background-size: cover;
}

.prm-faq__answer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #383838;
  margin: 0 0 10px;
}
.prm-faq__answer p a {
  color: #e21235;
  text-decoration: underline;
}
.prm-faq__answer p:last-child {
  margin: 0;
}
.prm-faq__answer ul {
  padding: 0 0 0 20px;
  margin: 0 0 30px;
}
.prm-faq__answer ul:last-child {
  margin: 0;
}
.prm-faq__answer ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #383838;
  margin: 0 0 5px;
}
.prm-faq__answer ul li:last-child {
  margin: 0;
}
.prm-faq__answer table {
  border-collapse: separate;
  border-spacing: 0;
}
.prm-faq__answer table tr:first-child {
  background: #f4f4f8;
}
.prm-faq__answer table tr:first-child th:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.prm-faq__answer table tr:first-child th:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.prm-faq__answer table tr:nth-child(odd) {
  background: #f4f4f8;
}
.prm-faq__answer table tr:nth-child(odd) td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.prm-faq__answer table tr:nth-child(odd) td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.prm-faq__answer table tr td,
.prm-faq__answer table tr th {
  padding: 25px 15px;
  height: 96px;
  border-right: 1px dashed #cfcfe2;
}
.prm-faq__answer table tr td:first-child,
.prm-faq__answer table tr th:first-child {
  text-align: left;
}
.prm-faq__answer table tr td:last-child,
.prm-faq__answer table tr th:last-child {
  border: none;
}
.prm-faq__answer table tr th {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #383838;
}
.prm-faq__answer table tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #383838;
  text-align: center;
}
.prm-faq__answer table tr td span {
  display: block;
  padding: 4px 0;
}
.prm-faq__answer table tr td span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  color: #383838;
}

/* Laptops & Mobile */
@media (max-width: 1279.98px) {
  .prm-advantages__item {
    flex: 0 1 100% !important;
  }
  .prm-body .prm-header__info {
    gap: 24px;
    left: 40px;
  }
  .prm-body .prm-header__reg {
    flex-direction: column;
  }
  .prm-body .prm-header__title h2 {
    font-size: 120px;
  }
  .prm-body .prm-header__title p {
    font-size: 24px;
  }
  .prm-body .prm-header__date {
    padding: 8px 15px;
  }
  .prm-body .prm-header__date p {
    font-size: 14px;
  }
  .prm-body .prm-header__date p span {
    font-size: 12px;
  }
  .prm-body .prm-header__list {
    font-size: 14px;
  }

  .prm-body .prm-cats__item {
    max-width: calc(50% - 20px);
  }
  .prm-body .prm-sale__item {
    flex-direction: column;
  }
  .prm-body .prm-sale__item:first-child::before {
    background-size: 210%;
  }
}
@media (max-width: 991.98px) {
  .prm-body .prm-header__wrapper {
    flex-direction: column;
  }

  .prm-logistics__items {
    flex-wrap: wrap;
    row-gap: 75px;
  }

  .prm-logistics__item {
    flex: 0 1 48%;
  }
  .prm-body .prm-header__info {
    gap: 40px;
  }
  .prm-body .prm-header__title h2 {
    font-size: 100px;
    line-height: 110%;
    margin: 0 0 10px;
  }
}
@media (max-width: 767.98px) {
  .prm-sale__icon-of {
    position: absolute;
    top: -10px;
    left: 25px;
  }
  .prm-body .prm-sale__items {
    flex-wrap: wrap;
  }
  .prm-body .prm-sale__item {
    flex: 0 1 100%;
  }
  .prm-body .prm-sale__shield {
    display: block;
  }
  .prm-advantages__wrapper {
    flex-direction: column;
  }
  .prm-advantages__button {
    max-width: 100%;
  }
  .prm-body .prm-header__list ul li {
    white-space: nowrap;
  }
  .prm-body .prm-header__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .prm-body .prm-header__title h2 {
    font-size: 80px;
    line-height: 1;
    margin: 0;
  }
  .prm-body .prm-header {
    padding-top: 32px;
  }
  .prm-body .prm-header__info {
    width: 100%;
    top: 40px;
    left: 0;
    transform: none;
  }
  .prm-body .prm-header__reg {
    flex-direction: column;
  }
  .prm-body .prm-header__button {
    width: 100%;
  }
  .prm-body .prm-header__button a {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 18px;
  }
  .prm-button__login a {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  .prm-body .prm-header__date {
    padding: 8px 0;
  }
  .prm-body .prm-header__date p {
    font-size: 20px;
  }
  .prm-body .prm-header__date p span {
    font-size: 16px;
  }

  .prm-body .prm-cats__items {
    gap: 16px;
    margin: 0 0 32px;
  }
  .prm-body .prm-cats__item {
    max-width: 100%;
    height: 140px;
  }
  .prm-body .prm-cats__info {
    max-width: 170px;
  }
  .prm-body .prm-cats__info h3 {
    font-size: 20px;
    line-height: 110%;
  }
  .prm-body .prm-cats__info p {
    font-size: 16px;
    line-height: 150%;
  }
  .prm-body .prm-cats__img {
    max-width: 137px;
    bottom: 13%;
  }
  .prm-body .prm-cats__button a {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 20px;
    padding: 20px 32px;
  }
  .prm-body .prm-sale__item {
    max-width: 100%;
    padding: 20px;
    gap: 20px;
  }
  .prm-body .prm-sale__item:first-child::before {
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2025/September/marketplace/assets/images/sale/bg.webp) left 12% center no-repeat;
    background-size: 270%;
  }
  .prm-body .prm-sale__shield {
    padding: 5px 12px;
  }
  .prm-body .prm-sale__shield p {
    font-size: 14px;
    line-height: 100%;
  }
  .prm-body .prm-sale__shield p span {
    font-size: 12px;
    line-height: 100%;
  }
  .prm-body .prm-steps__items {
    flex-direction: column;
    margin: 0 0 32px;
  }
  .prm-body .prm-steps__item {
    width: 100%;
  }
  .prm-body .prm-steps__button a {
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
  }
  .prm-body .prm-logistics__items {
    flex-wrap: wrap;
    gap: 58px;
  }
  .prm-body .prm-logistics__item {
    flex: 100%;
  }
  .prm-body .prm-logistics__item:nth-child(3) .prm-logistics__img {
    left: 10px;
  }
  .prm-body .prm-logistics__item:nth-child(4) .prm-logistics__img {
    left: 10px;
  }

  .prm-body .prm-logistics__img {
    left: -20px;
  }
  .prm-body .prm-faq__question {
    font-size: 18px;
    line-height: 110%;
  }
  .prm-body .prm-faq__question::after {
    right: 0;
  }
  .prm-body .prm-faq__answer p {
    font-size: 16px;
    line-height: 150%;
  }
  .prm-body .prm-faq__answer ul li {
    font-size: 16px;
    line-height: 150%;
  }
  .prm-body .prm-faq__table {
    overflow-x: auto;
    margin-right: -20px;
    padding-right: 20px;
  }
}

.prm-header--banner {
  max-width: 1440px !important;
  margin-inline: auto;
  padding: 40px 0;
}
