@charset "UTF-8";
/* 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: 500px;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 30px);
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .prm-popup {
    width: 90%;
    max-width: 400px;
    max-height: calc(100vh - 20px);
  }
}
@media (max-width: 479.98px) {
  .prm-popup {
    width: calc(100% - 20px);
    max-width: 360px;
  }
}

.prm-popup-frame {
  position: relative;
  overflow: hidden;
  padding-top: 177.78%;
  border-radius: 16px;
  overflow: hidden;
}

.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 .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;
  /* /Стили по умолчанию */
  /* Стили мвидео */
  /* /Стили мвидео */
  /* Стили эльдорадо */
  /* Сюда прописывать стили верстки */
  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%;
  position: relative;
}
.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: 120px;
}
@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: 120px;
}
@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: 120px;
}
@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: 120px;
}
@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__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.prm-body .prm-header__wrapper img {
  width: 100%;
}
.prm-body .prm-description__wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.prm-body .prm-description__wrapper p {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #1e1e1e;
  margin: 0 0 15px;
}
.prm-body .prm-description__wrapper p:last-child {
  margin: 0;
}
.prm-body .prm-advantages__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.prm-body .prm-advantages__item {
  max-width: calc(33.333% - 14px);
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  padding: 20px;
  min-height: 320px;
  background: #f4f4f8;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prm-body .prm-advantages__content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #1e1e1e;
  margin: 0 0 8px;
}
.prm-body .prm-advantages__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #2e2e2e;
  margin: 0;
}
.prm-body .prm-instruction__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.prm-body .prm-instruction__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  max-width: calc(50% - 14px);
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  padding: 20px;
  background: #f4f4f8;
}
.prm-body .prm-instruction__item:first-child {
  max-width: 100%;
  width: 100%;
}
.prm-body .prm-instruction__content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #1e1e1e;
  margin: 0 0 8px;
}
.prm-body .prm-instruction__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #2e2e2e;
  margin: 0;
}
.prm-body .prm-program__tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin: 0 0 60px;
}
.prm-body .prm-program__nav {
  max-width: max-content;
  position: relative;
  display: inline-flex;
  background: #f4f4f8;
  border-radius: 40px;
  padding: 7px;
  border: 1px solid rgba(204, 204, 204, 0.4);
  overflow: hidden;
}
.prm-body .prm-program__nav a {
  padding: 10px 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e;
  transition: color 0.3s ease;
  z-index: 2;
  position: relative;
}
.prm-body .prm-program__nav a.prm-active {
  color: #fff;
}
.prm-body .prm-program__nav a:focus {
  outline: none;
}
.prm-body .prm-program__tab {
  display: none;
  width: 100%;
}
.prm-body .prm-program__tab.prm-active {
  display: block;
}
.prm-body .prm-program__shield {
  position: absolute;
  left: 10px;
  top: -20px;
  border-radius: 34px;
  padding: 8px 12px;
  background: #f00;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  color: #f4f4f8;
}
.prm-body .prm-program__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.prm-body .prm-program__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  padding: 20px;
  backdrop-filter: blur(60px);
  background: #f4f4f8;
  max-width: calc(25% - 14px);
  width: 100%;
  position: relative;
}
.prm-body .prm-program__title h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #1e1e1e;
  margin: 0 0 5px;
}
.prm-body .prm-program__title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  margin: 0;
  display: inline-flex;
  gap: 8px;
}
.prm-body .prm-program__list {
  flex-grow: 1;
}
.prm-body .prm-program__list h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #1e1e1e;
  margin: 0 0 8px;
}
.prm-body .prm-program__list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prm-body .prm-program__list ul li {
  list-style: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 10px 25px;
  max-width: max-content;
}
.prm-body .prm-program__price {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prm-body .prm-program__price p {
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  color: #1e1e1e;
  margin: 0;
}
.prm-body .prm-program__price p span {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #1e1e1e;
}
.prm-body .prm-program__footnotes {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.prm-body .prm-program__footnotes p {
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  color: #1e1e1e;
  margin: 0;
}
.prm-body .prm-program__footnotes p a {
  text-decoration: none;
  font-weight: 700;
  color: #f00;
}
.prm-body .prm-highlight {
  position: absolute;
  top: 4px;
  left: 0;
  height: calc(100% - 8px);
  background: #f00;
  border-radius: 40px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.prm-body .prm-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.prm-body .prm-products__items {
  position: relative;
}
.prm-body .prm-products__items::before, .prm-body .prm-products__items:after {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.prm-body .prm-products__items::before {
  left: 0;
}
.prm-body .prm-products__items::after {
  right: 0;
  transform: rotate(180deg);
}
.prm-body .prm-products__line {
  display: flex;
  justify-content: flex-start;
  animation-name: infiniteScroll;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 3640px;
}
.prm-body .prm-products__line img {
  display: block;
  width: 1820px;
}
.prm-body .prm-products__btn a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 22px 40px;
  background: #e21235;
  border-radius: 20px;
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  transition: opacity ease 0.1s;
  text-decoration: none;
}
.prm-body .prm-products__btn a img {
  display: block;
  width: 8px;
  transition: transform ease 0.1s;
}
.prm-body .prm-products__btn a:hover {
  opacity: 0.9;
}
.prm-body .prm-products__btn a:hover img {
  transform: translateX(5px);
}
.prm-body .prm-faq__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prm-body .prm-faq__row {
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
}
.prm-body .prm-faq__question {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #1e1e1e;
  position: relative;
  cursor: pointer;
  width: 100%;
  background: #f4f4f8;
  border-radius: 20px;
  padding: 20px;
}
.prm-body .prm-faq__question:after {
  content: '';
  width: 18px;
  height: 11px;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2025/December/bistroservice/assets/images/icons/arrow.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all ease .3s;
}
.prm-body .prm-faq__question.prm-active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.prm-body .prm-faq__answer {
  padding: 20px;
}
.prm-body .prm-faq__answer p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #2e2e2e;
  margin: 0 0 15px;
}
.prm-body .prm-faq__answer p:last-child {
  margin: 0;
}
.prm-body .prm-faq__answer ul {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.prm-body .prm-faq__answer ul:last-child {
  margin: 0;
}
.prm-body .prm-faq__answer ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #2e2e2e;
  margin: 0 0 8px;
  list-style: disc;
}
.prm-body .prm-faq__answer ul li:last-child {
  margin: 0;
}
.prm-body .prm-faq__answer ol {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.prm-body .prm-faq__answer ol:last-child {
  margin: 0;
}
.prm-body .prm-faq__answer ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #2e2e2e;
  margin: 0 0 8px;
  list-style: disc;
}
.prm-body .prm-faq__answer ol li:last-child {
  margin: 0;
}
.prm-body .prm-faq__answer h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #2e2e2e;
  margin: 0 0 20px;
}
.prm-body .prm-docs__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 88px;
}
.prm-body .prm-docs__item {
  max-width: calc(33.333% - 88px);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #000;
}
.prm-body .prm-docs__img {
  width: 80px;
}
.prm-body .prm-docs__img img {
  width: 100%;
}
.prm-body .prm-docs__title {
  width: 250px;
}
.prm-body .prm-phones__title h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #1e1e1e;
  margin: 0 0 7px;
}
.prm-body .prm-phones__title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #1e1e1e;
  margin: 0 0 20px;
}
.prm-body .prm-phones__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.prm-body .prm-phones__item {
  max-width: 438px;
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  padding: 16px 24px;
  background: #f4f4f8;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
.prm-body .prm-phones__link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #1e1e1e;
  margin: 0 0 7px;
  text-decoration: none;
}
.prm-body .prm-phones__link p {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #1e1e1e;
  opacity: 0.6;
  margin: 0;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Laptops & Mobile */
@media (max-width: 991px) {
  .prm-body .prm-products__line {
    width: 2400px;
  }
  .prm-body .prm-products__line img {
    width: 1200px;
  }
  .prm-body .prm-docs__title {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .prm-body .prm-title h2 {
    font-size: 22px;
    line-height: 127%;
    margin: 0 0 40px;
  }
  .prm-body .prm-description__wrapper h2 {
    margin: 0 0 15px;
  }
  .prm-body .prm-description__wrapper p {
    font-size: 18px;
    line-height: 122%;
  }
  .prm-body .prm-advantages ._container {
    padding: 0;
  }
  .prm-body .prm-advantages__items {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    padding: 0 20px;
  }
  .prm-body .prm-advantages__item {
    max-width: 304px;
    white-space: nowrap;
  }
  .prm-body .prm-advantages__content {
    width: 260px;
  }
  .prm-body .prm-advantages__content h3 {
    font-size: 18px;
    line-height: 122%;
  }
  .prm-body .prm-advantages__content p {
    font-size: 16px;
    line-height: 110%;
    white-space: normal;
  }
  .prm-body .prm-instruction__items {
    flex-direction: column;
  }
  .prm-body .prm-instruction__item {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .prm-body .prm-instruction__content h3 {
    font-size: 18px;
    line-height: 122%;
  }
  .prm-body .prm-instruction__content p {
    font-size: 16px;
    line-height: 110%;
  }
  .prm-body .prm-program ._container {
    padding: 0;
  }
  .prm-body .prm-program__tabs {
    gap: 20px;
    margin: 0 0 20px;
  }
  .prm-body .prm-program__nav {
    flex-direction: column;
    padding: 5px 15px;
    border-radius: 20px;
  }
  .prm-body .prm-program__nav a {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    padding: 7px 20px;
  }
  .prm-body .prm-program__items {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    padding: 10px 20px 0;
  }
  .prm-body .prm-program__item {
    max-width: 210px;
    width: 100%;
    gap: 30px;
    padding: 20px 15px;
    white-space: nowrap;
  }
  .prm-body .prm-program__title h3 {
    font-size: 22px;
    line-height: 127%;
  }
  .prm-body .prm-program__title p {
    font-size: 14px;
    line-height: 127%;
    gap: 3px;
    align-items: center;
  }
  .prm-body .prm-program__list {
    width: 180px;
  }
  .prm-body .prm-program__list h4 {
    font-size: 16px;
    line-height: 125%;
  }
  .prm-body .prm-program__list ul {
    gap: 5px;
  }
  .prm-body .prm-program__list ul li {
    max-width: max-content;
    font-size: 14px;
    line-height: 102%;
    padding: 7px 20px;
    white-space: normal;
  }
  .prm-body .prm-program__price {
    white-space: normal;
  }
  .prm-body .prm-program__price p {
    font-size: 16px;
    line-height: 125%;
  }
  .prm-body .prm-program__price p span {
    font-size: 22px;
    line-height: 127%;
  }
  .prm-body .prm-program__shield {
    top: -10px;
    font-size: 12px;
    line-height: 102%;
  }
  .prm-body .prm-program__footnotes {
    padding: 0 20px;
    gap: 7px;
    align-items: flex-start;
  }
  .prm-body .prm-program__footnotes p {
    font-size: 16px;
    line-height: 125%;
  }
  .prm-body .prm-highlight {
    top: 0;
    left: 5%;
  }
  .prm-body .prm-products__line {
    width: 1600px;
  }
  .prm-body .prm-products__line img {
    width: 800px;
  }
  .prm-body .prm-faq__row {
    border-radius: 14px;
  }
  .prm-body .prm-faq__question {
    padding: 14px 30px 14px;
    font-size: 22px;
    line-height: 127%;
    border-radius: 14px;
  }
  .prm-body .prm-faq__answer {
    padding: 14px;
  }
  .prm-body .prm-faq__answer p {
    font-size: 12px;
    line-height: 144%;
  }
  .prm-body .prm-faq__answer ul li, .prm-body .prm-faq__answer ol li {
    font-size: 12px;
    line-height: 144%;
  }
  .prm-body .prm-faq__answer h3 {
    font-size: 16px;
    line-height: 125%;
    margin: 0 0 15px;
  }
  .prm-body .prm-docs__items {
    flex-direction: column;
    gap: 20px;
  }
  .prm-body .prm-docs__item {
    max-width: 100%;
    gap: 14px;
  }
  .prm-body .prm-docs__img {
    width: 57px;
  }
  .prm-body .prm-docs__title {
    font-size: 16px;
    line-height: 125%;
  }
  .prm-body .prm-phones__title h2 {
    font-size: 22px;
    line-height: 127%;
  }
  .prm-body .prm-phones__title p {
    font-size: 14px;
    line-height: 102%;
  }
  .prm-body .prm-phones__items {
    flex-direction: column;
  }
  .prm-body .prm-phones__item {
    max-width: 100%;
  }
  .prm-body .prm-phones__link a {
    font-size: 14px;
    line-height: 143%;
  }
  .prm-body .prm-phones__link p {
    font-size: 14px;
    line-height: 143%;
  }
}
