.prm-body ._container {
  max-width: 1280px;
  padding: 0 26px;
  margin: 0 auto;
}
@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 16px;
  }
}

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

.prm-polygon {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: url("../images/scena.png") no-repeat 50% 130%/1620px;
}
@media (max-width: 999px) {
  .prm-polygon {
    background-size: 997px;
    background-position: 50% 100%;
  }
}
@media (max-width: 760px) {
  .prm-polygon {
    background-size: 597px;
  }
}
.prm-polygon:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 94px;
  background: url("../images/gazon-do.png") repeat-x 0 100%/600px;
  left: -800px;
  z-index: 1;
  animation: pokos 10s linear infinite;
}
@media (max-width: 999px) {
  .prm-polygon:before {
    background-size: 400px;
    animation: t-pokos 10s linear infinite;
    left: -560px;
  }
}
@media (max-width: 999px) {
  .prm-polygon:before {
    animation: m-pokos 10s linear infinite;
    left: -360px;
  }
}
.prm-polygon:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 94px;
  background: url("../images/gazon-posle.png") repeat-x 100% 100%/600px;
}
@media (max-width: 999px) {
  .prm-polygon:after {
    background-size: 400px;
  }
}
@media (max-width: 760px) {
  .prm-polygon:after {
    background-size: 400px;
  }
}
@media (max-width: 999px) {
  .prm-polygon {
    height: 220px;
  }
}
@media (max-width: 760px) {
  .prm-polygon {
    height: 170px;
  }
}
.prm-polygon__bg img {
  width: 100%;
}
.prm-polygon__auto {
  width: 480px;
  position: absolute;
  bottom: 4%;
  right: 0;
  animation: moveAuto 10s linear infinite;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 999px) {
  .prm-polygon__auto {
    width: 300px;
    animation: t-moveAuto 10s linear infinite;
  }
}
@media (max-width: 760px) {
  .prm-polygon__auto {
    width: 200px;
    animation: m-moveAuto 10s linear infinite;
  }
}
.prm-polygon__auto img {
  width: 100%;
}

@keyframes pokos {
  0% {
    width: calc(100vw + 800px);
  }
  100% {
    width: 0;
  }
}
@keyframes t-pokos {
  0% {
    width: calc(100vw + 560px);
  }
  100% {
    width: 0;
  }
}
@keyframes m-pokos {
  0% {
    width: calc(100vw + 360px);
  }
  100% {
    width: 0;
  }
}
@keyframes moveAuto {
  0% {
    right: -480px;
    bottom: 4%;
  }
  20% {
    bottom: 2%;
  }
  40% {
    bottom: 5%;
  }
  60% {
    bottom: 3%;
  }
  80% {
    bottom: 5%;
  }
  100% {
    right: calc(100vw + 480px);
    bottom: 2%;
  }
}
@keyframes t-moveAuto {
  0% {
    right: -300px;
    bottom: 4%;
  }
  100% {
    right: calc(100vw + 300px);
    bottom: 2%;
  }
}
@keyframes m-moveAuto {
  0% {
    right: -200px;
    bottom: 4%;
  }
  100% {
    right: calc(100vw + 200px);
    bottom: 2%;
  }
}
.prm-blog__slider {
  position: relative;
}
.prm-blog__slider .slick-list {
  margin: 0 -10px;
}
.prm-blog__slider .slick-slide {
  padding: 0 10px;
}
.prm-blog__item-image {
  border-radius: 16px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.prm-blog__item-title {
  font-weight: 500;
  margin-top: 24px;
}
.prm-blog__item-text {
  margin-top: 10px;
}
.prm-blog__item-btn {
  color: #E31235;
  font-weight: 500;
  margin-top: 12px;
  display: block;
  text-decoration: underline;
}
.prm-blog__item-btn:hover {
  text-decoration: none;
}

.prm-slider__slider-nav {
  position: absolute;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  top: 30%;
  border: 0;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  padding: 0;
}

.prm-slider__slider-nav::after,
.prm-slider__slider-nav::after {
  content: "";
  height: 48px;
  width: 48px;
  display: block;
}

.prm-slider__slider-left {
  box-shadow: -5px 5px 10px rgba(4, 6, 28, 0.1);
  left: -25px;
}
@media (max-width: 760px) {
  .prm-slider__slider-left {
    left: 0px;
  }
}

.prm-slider__slider-left::after {
  background: url("//static.mvideo.ru/media/Static_Pages/base/custom-listing/img/icons/arrow-left.svg") center no-repeat;
}

.prm-slider__slider-right {
  box-shadow: 5px 5px 10px rgba(4, 6, 28, 0.1);
  right: -25px;
}
@media (max-width: 760px) {
  .prm-slider__slider-right {
    right: 0px;
  }
}

.prm-slider__slider-right::after {
  background: url("//static.mvideo.ru/media/Static_Pages/base/custom-listing/img/icons/arrow-right.svg") center no-repeat;
}

.prm-section {
  margin: 96px 0 0;
}
@media (max-width: 992px) {
  .prm-section {
    margin: 90px 0 0;
  }
}
@media (max-width: 760px) {
  .prm-section {
    margin: 60px 0 0;
  }
}
.prm-section__header {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .prm-section__header {
    margin-bottom: 20px;
  }
}

.prm-title {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .prm-title {
    font-size: 24px;
    text-align: center;
  }
}

.prm-brand {
  overflow: auto;
}
.prm-brand__wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .prm-brand__wrap {
    width: 1080px;
  }
}
.prm-brand__item {
  width: calc(20% - 16px);
}
.prm-brand__item img {
  width: 100%;
}

.prm-banners .prm-slider__slider-nav {
  top: 40%;
}
.prm-banners__wrap {
  position: relative;
}
.prm-banners__wrap .slick-list {
  margin: 0 -10px;
}
.prm-banners__wrap .slick-slide {
  padding: 0 10px;
}
.prm-banners__slide {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.prm-banners__slide img {
  width: 100%;
  border-radius: 8px;
}/*# sourceMappingURL=style.css.map */