.mm-promo-cent {
  display: flex;
  gap: 34px;
  color: #ffffff;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  text-align: center;
}

.mm-promo-cent img {
  width: 100%;
  height: auto;
}

.mm-promo-right {
  display: flex;
  gap: 36px;
  padding-top: 120px;
  padding-bottom: 75px;
}

.mm-promo-right div:nth-child(1) {
  max-width: 385px;
}

.mm-promo-right div:nth-child(1) h2 {
  padding-top: 24px;
}

.mm-promo-right div:nth-child(1) p {
  padding-top: 40px;
}

.mm-promo-right div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 92px;
  background-image: url(/tpl/include/aktsii/vodyanoe-ohlazhdenie-msi-v-podarok/img/blk3.webp);
  min-height: 448px;
  color: #ffffff;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}

.mm-promo-right div:nth-child(2) p {
  max-width: 250px;
}

.mm-promo-con .ng-vc-leftCon h2 {
  padding-top: 60px;
}

.mm-promo-con .ng-vc-centralImg {
  margin-top: 45px;
  margin-left: 80px;
}

.mm-promo-left {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.mm-promo-left div:nth-child(1) {
  max-width: 421px;
}

.mm-promo-left img {
  max-width: clamp(410px, 56.88vw, 810px);
  width: 100%;
}

@media (max-width: 1110px) {
  .mm-promo-con .ng-vc-navCard {
    text-align: center;
  }

  .mm-promo-right {
    flex-direction: column;
    padding-top: 60px;
  }

  .mm-promo-right div:nth-child(1) {
    max-width: 100%;
  }

  .mm-promo-right div:nth-child(2) {
    flex-direction: column;
    gap: 32px;
    padding: 15px;
  }

  .mm-promo-left {
    padding-top: 84px;
  }
}