.ilart-promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  width: 100%;
  min-height: 190px;
  margin: 28px 0;
  padding: 20px 28px 20px 5%;
  box-sizing: border-box;
  border-bottom: 3px solid #ed1c2b;
  background: linear-gradient(
    78deg,
    #f8f9fb 0%,
    #f8f9fb 30%,
    #ed1c2b 30%,
    #ed1c2b 32%,
    #51545c 32%,
    #51545c 100%
  );
}

.ilart-promo .ilart-promo__product {
  display: block;
  flex: 0 0 24%;
  width: 24%;
  height: 170px;
  max-height: none;
  margin-right: 5%;
  object-fit: contain;
  transform: scale(1.15);
}

.ilart-promo .ilart-promo__content {
  flex: 1 1 240px;
  min-width: 0;
  font-family: Arial, sans-serif;
  color: #fff;
}

.ilart-promo .ilart-promo__title {
  margin: 0 0 8px;
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 1.15;
  font-weight: 700;
}

.ilart-promo .ilart-promo__text {
  margin: 0;
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: clamp(13px, 1.7vw, 17px);
  line-height: 1.35;
}

.ilart-promo a.ilart-promo__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-left: auto;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ed1c2b;
  color: #fff !important;
  font: 700 15px/1.2 Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

.ilart-promo a.ilart-promo__button:hover,
.ilart-promo a.ilart-promo__button:focus {
  background: #d41423;
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 700px) {
  .ilart-promo {
    display: block;
    min-height: 0;
    padding: 20px 18px 22px;
    border-left: 5px solid #ed1c2b;
    background: #858991;
    text-align: center;
  }

  .ilart-promo .ilart-promo__product {
    display: block;
    width: min(100%, 220px);
    height: 140px;
    max-height: none;
    margin: 0 auto 16px;
    object-fit: contain;
    transform: none;
  }

  .ilart-promo .ilart-promo__content {
    width: 100%;
  }

  .ilart-promo .ilart-promo__title {
    margin: 0 0 10px;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.2;
  }

  .ilart-promo .ilart-promo__text {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.4;
  }

  .ilart-promo a.ilart-promo__button {
    display: flex;
    width: fit-content;
    min-height: 44px;
    margin: 18px auto 0;
    font-size: 14px;
  }
}