
/* стили для рекламных текстов на баннерах */

.aestheticsDiscountText1,
.aestheticsDiscountText2,
.aestheticsDiscountText3 {
  position: absolute;
  display: inline-block;
  line-height: 0.9;
}
#promo1 .aestheticsDiscountText1 {
    left: 0;
    top: 0;
    img {
        width: 25vw;
    }
  }
#promo1 .aestheticsDiscountText3 {
  left: 50%;
  transform: translateX(-30%);
  bottom: 4vw;
  font-family: 'Comforter';
    font-weight: 400;
    font-style: normal;
    font-size: 8vw;
    color: yellow;
}
#promo2 .aestheticsDiscountDecor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}
#promo2 .aestheticsDiscountText1 {
  left: 10vw;
  top: 5vw;
  font-family: '21 Cent Condensed';
    font-weight: normal;
    font-style: normal;
    font-size: 5vw;
    color:darkgoldenrod;
}
#promo2 .aestheticsDiscountText2 {
  left: 4vw;
  top: 16vw;
  font-family: '21 Cent Condensed';
    font-weight: normal;
    font-style: normal;
  font-size: 7vw;
  color: red;
}
#promo2 .aestheticsDiscountText3 {
  left: 5vw;
  bottom: 2vw;
  font-family: 'CMU Sans Serif Demi Condensed';
    font-weight: normal;
    font-style: normal;
  font-size: 4vw;
}

@media (min-width: 990px) {
    #promo2 .aestheticsDiscountText1 {
        left: 5vw;
        top: 5vw;
          font-size: 4vw;
      }
      #promo2 .aestheticsDiscountText2 {
        left: 4vw;
        top: 16vw;
        font-size: 6vw;
      }
      #promo2 .aestheticsDiscountText3 {
        left: 5vw;
        bottom: 2vw;
        font-size: 2vw;
      }
}
