* {
  box-sizing: border-box;
}

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

._container {
  max-width: 1600px;
  width: 100%;
  padding: 0 42px;
  margin: 0 auto;
}
@media (max-width: 1599.98px) {
  ._container {
    max-width: 1280px;
    padding: 0 26px;
  }
}
@media (max-width: 1279.98px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0 20px;
  }
}

.prm-image {
  font-size: 0;
  line-height: 0;
}
.prm-image img {
  width: 100%;
}

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

.prm-content {
  overflow: hidden;
}

.prm-info {
  padding: 20px 0 0;
}
.prm-info__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.prm-info__img {
  width: calc(50% - 10px);
}
@media (max-width: 991.98px) {
  .prm-info__img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.prm-info__content {
  width: calc(50% - 10px);
}
@media (max-width: 991.98px) {
  .prm-info__content {
    width: 100%;
  }
}
.prm-info__content p {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
@media (max-width: 1279.98px) {
  .prm-info__content p {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .prm-info__content p {
    font-size: 22px;
  }
}
.prm-info__content p span {
  font-weight: 700;
}
.prm-info__content p + p {
  margin-top: 10px;
}

.prm-items {
  background-color: #F4F4F4;
  padding: 96px 0 90px;
}
@media (max-width: 991.98px) {
  .prm-items {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}
.prm-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.prm-items__sign {
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.2;
  max-width: 592px;
}
.prm-items__sign a {
  color: #FF0000;
}

.prm-item {
  width: calc(25% - 20px);
}
@media (max-width: 991.98px) {
  .prm-item {
    width: calc(50% - 10px);
  }
}
.prm-item__img {
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 1279.98px) {
  .prm-item__img {
    width: 180px;
  }
}
@media (max-width: 991.98px) {
  .prm-item__img {
    height: 180px;
  }
  .prm-item__img img {
    height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 760px) {
  .prm-item__img {
    width: 100px;
    height: 100px;
  }
  .prm-item__img img {
    height: 100px;
  }
}
.prm-item__text {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1279.98px) {
  .prm-item__text {
    font-size: 16px;
  }
}
.prm-item__text span {
  font-weight: 700;
  display: block;
}

.prm-contact {
  margin-top: 96px;
  padding-bottom: 40px;
}
@media (max-width: 760px) {
  .prm-contact {
    margin-top: 40px;
  }
}
.prm-contact__block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  background: #C90000 url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/April/business-gift-cards/images/bg1.webp") no-repeat top center/cover;
  text-align: center;
  color: #fff;
  position: relative;
}
.prm-contact__block:before {
  content: "";
  width: 337px;
  height: 337px;
  display: block;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/April/business-gift-cards/images/img2.webp") no-repeat center/contain;
  position: absolute;
  left: -26%;
  top: -50%;
}
@media (max-width: 991.98px) {
  .prm-contact__block:before {
    width: 200px;
    height: 200px;
    left: 0;
    top: -45%;
  }
}
@media (max-width: 760px) {
  .prm-contact__block:before {
    width: 132px;
    height: 132px;
  }
}
.prm-contact__block:after {
  content: "";
  width: 274px;
  height: 274px;
  display: block;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/April/business-gift-cards/images/img3.webp") no-repeat center/contain;
  position: absolute;
  right: -24%;
  bottom: -15%;
}
@media (max-width: 991.98px) {
  .prm-contact__block:after {
    display: none;
  }
}
.prm-contact__text {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 760px) {
  .prm-contact__text {
    font-size: 22px;
  }
}
.prm-contact__email {
  margin-top: 40px;
  display: block;
  color: #fff;
  font-size: 22px;
}

.prm-fon {
  position: absolute;
}
.prm-fon__1 {
  left: -37%;
  top: 37%;
  width: 552px;
  height: 552px;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/April/business-gift-cards/images/ball1.webp") no-repeat center/contain;
  filter: blur(10px);
}
.prm-fon__2 {
  right: -37%;
  top: 37%;
  width: 697px;
  height: 1076px;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2024/April/business-gift-cards/images/ball3.webp") no-repeat center/contain;
  filter: blur(10px);
}/*# sourceMappingURL=style.css.map */