* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif !important;
}

.prm-body {
  background-color: #EDEDED;
}
.prm-body ._container {
  max-width: 1280px;
  padding: 0 26px;
  margin: 0 auto;
  min-width: 0;
}
@media (max-width: 1280px) {
  .prm-body ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .prm-body ._container {
    max-width: none;
    padding: 0 20px;
  }
}
.prm-body p {
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.prm-body p + p {
  margin-top: 20px;
}
@media (max-width: 760px) {
  .prm-body p {
    font-size: 18px;
  }
}

.prm-image {
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 1920px;
}
.prm-image img {
  width: 100%;
}
.prm-image--custom {
  max-width: 555px;
}

.prm-body {
  position: relative;
}
.prm-body a:focus {
  outline: none;
}

.prm-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}
.prm-title--center {
  text-align: center;
}
@media (max-width: 760px) {
  .prm-title {
    font-size: 22px;
  }
}
.prm-title + .prm-description {
  margin-top: 20px;
}

.prm-subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.prm-subtitle + p {
  margin-top: 20px;
}
@media (max-width: 760px) {
  .prm-subtitle {
    font-size: 22px;
  }
}

.prm-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.prm-description--center {
  text-align: center;
  max-width: 812px;
  margin: 0 auto;
}

.prm-text p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.prm-text p + p {
  margin-top: 10px;
}

.prm-section {
  margin-top: 96px;
}
@media (max-width: 992px) {
  .prm-section {
    margin-top: 40px;
  }
}
.prm-section__header {
  margin-bottom: 48px;
}
@media (max-width: 760px) {
  .prm-section__header {
    margin-bottom: 24px;
  }
}
.prm-section__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.prm-section__main {
  flex: 1 0 auto;
}
.prm-section--end {
  padding-bottom: 80px;
}

.prm-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 760px) {
  .prm-list {
    font-size: 14px;
  }
}
.prm-list li {
  line-height: 1.2;
}
.prm-list li + li {
  margin-top: 15px;
}

.prm-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 999px) {
  .prm-columns--mrevers {
    flex-direction: column-reverse;
  }
}

.prm-col-4 {
  width: calc(33.3333333333% - 10px);
}

.prm-col-5 {
  width: calc(41.6666666667% - 10px);
}

.prm-col-6 {
  width: calc(50% - 10px);
}

.prm-col-7 {
  width: calc(58.3333333333% - 10px);
}

.prm-col-8 {
  width: calc(66.6666666667% - 10px);
}

.prm-col-12 {
  width: 100%;
}

@media (max-width: 999px) {
  .prm-col-6 {
    width: 100%;
  }
}
.prm-main {
  padding-top: 96px;
}
@media (max-width: 992px) {
  .prm-main {
    padding-top: 40px;
  }
}

.prm-logo {
  width: 200px;
  margin: 0 auto;
}

.prm-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.prm-cat__item {
  width: calc(16.6666666667% - 17px);
  text-decoration: none;
  text-align: center;
  color: #141414;
}

@media (max-width: 992px) {
  .prm-cat__item {
    width: calc(33.3333333333% - 14px);
  }
}
@media (max-width: 760px) {
  .prm-cat__item {
    width: calc(50% - 12px);
  }
}
.prm-cat__item-img {
  background-color: #fff;
  min-height: 226px;
  border-radius: 12px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .prm-cat__item-img {
    min-height: 280px;
  }
}
@media (max-width: 760px) {
  .prm-cat__item-img {
    min-height: 150px;
  }
}
.prm-cat__item-img--1 {
  background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/October/technika-dreame/images/cat/cat1.png");
}

.prm-cat__item-img--2 {
  background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/October/technika-dreame/images/cat/cat2.png");
  background-size: 100%;
}

@media (max-width: 760px) {
  .prm-cat__item-img--2 {
    background-size: 81%;
  }
}
.prm-cat__item-img--3 {
  background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/October/technika-dreame/images/cat/cat3.png");
  background-size: 62%;
}

@media (max-width: 760px) {
  .prm-cat__item-img--3 {
    background-size: 42%;
  }
}
.prm-cat__item-img--4 {
  background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/October/technika-dreame/images/cat/cat4.png");
  background-size: 100%;
}

@media (max-width: 760px) {
  .prm-cat__item-img--4 {
    background-size: 75%;
  }
}
.prm-cat__item-img--5 {
  background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/October/technika-dreame/images/cat/cat5.png");
  background-size: 100%;
}

@media (max-width: 760px) {
  .prm-cat__item-img--5 {
    background-size: 89%;
  }
}
.prm-cat__item-img--6 {
  background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/October/technika-dreame/images/cat/cat6.png");
  background-size: 55%;
}

@media (max-width: 760px) {
  .prm-cat__item-img--6 {
    background-size: 38%;
  }
}
.prm-cat__item-title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 760px) {
  .prm-cat__item-title {
    font-size: 14px;
  }
}
.prm-slider {
  position: relative;
}
.prm-slider__arr {
  width: 40px;
  height: 41px;
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
  box-shadow: 0px 1px 20px rgba(4, 6, 28, 0.1);
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.prm-slider__arr-right {
  right: -20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='20' cy='20.1877' r='20' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2929 25.4806L22.5858 20.1877L17.2929 14.8949C16.9024 14.5043 16.9024 13.8712 17.2929 13.4806C17.6834 13.0901 18.3166 13.0901 18.7071 13.4806L24.7071 19.4806C25.0976 19.8712 25.0976 20.5043 24.7071 20.8948L18.7071 26.8949C18.3166 27.2854 17.6834 27.2854 17.2929 26.8949C16.9024 26.5043 16.9024 25.8712 17.2929 25.4806Z' fill='%23BD0F2C'/%3e%3c/svg%3e ");
}
.prm-slider__arr-left {
  left: -20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0.187744)' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7071 25.4806L17.4142 20.1877L22.7071 14.8949C23.0976 14.5043 23.0976 13.8712 22.7071 13.4806C22.3166 13.0901 21.6834 13.0901 21.2929 13.4806L15.2929 19.4806C14.9024 19.8712 14.9024 20.5043 15.2929 20.8948L21.2929 26.8949C21.6834 27.2854 22.3166 27.2854 22.7071 26.8949C23.0976 26.5043 23.0976 25.8712 22.7071 25.4806Z' fill='%23BD0F2C'/%3e%3c/svg%3e ");
}
@media (max-width: 760px) {
  .prm-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .prm-slider .slick-dots li {
    list-style: none;
  }
  .prm-slider .slick-dots button {
    background: #969696;
    border: none;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
  }
  .prm-slider .slick-dots .slick-active button {
    background: #000000;
  }
}

.prm-slide {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  height: 523px;
}
@media (max-width: 760px) {
  .prm-slide {
    flex-direction: column;
    justify-content: center;
    height: 394px;
  }
}
.prm-slide__content {
  width: 40%;
  text-align: center;
}
@media (max-width: 760px) {
  .prm-slide__content {
    width: 100%;
  }
}
.prm-slide__title--cistom, .prm-slide__text--custom {
  color: #fff;
}
.prm-slide__text {
  margin-top: 20px;
}
.prm-slide__btn {
  margin-top: 40px;
}
@media (max-width: 760px) {
  .prm-slide__btn {
    margin-top: 20px;
  }
}
.prm-slide__images {
  width: 60%;
}
@media (max-width: 760px) {
  .prm-slide__images {
    width: 100%;
  }
}

.prm-btn {
  display: inline-block;
  text-decoration: none;
  background-color: #e21235;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 50px;
  font-weight: bold;
  transition: all 0.2s;
}
.prm-btn:hover {
  text-decoration: none;
  background-color: #bd0f2c;
  color: #ffffff;
}

.prm-slide--1 {
  background: url("../images/b1.png") no-repeat 0 0/cover;
}
@media (max-width: 760px) {
  .prm-slide--1 {
    background: url("../images/m-b1.png") no-repeat 0 0/cover;
  }
}

.prm-slide--2 {
  background: url("../images/b2.png") no-repeat 0 0/cover;
}
@media (max-width: 760px) {
  .prm-slide--2 {
    background: url("../images/m-b2.png") no-repeat 0 0/cover;
  }
}

@media (max-width: 760px) {
  .prm-slide--custom {
    justify-content: flex-start;
  }
  .prm-slide--custom .prm-slide__content {
    padding-top: 20px;
  }
}

.prm-video__play {
  width: 100%;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.prm-video__play:hover:before {
  transform: scale(1.1);
}

.prm-video__play:before {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  transition: all 0.2s ease;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='32.4168' cy='32.4168' r='31.5828' fill='white'/%3e%3cpath d='M49.4238 32.4157L24.522 46.7928L24.522 18.0386L49.4238 32.4157Z' fill='%23E31235'/%3e%3c/svg%3e ");
}

.prm-video__play iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border: none;
}/*# sourceMappingURL=style.css.map */