.prog_coupon {
  position: relative;
  max-width: 600px;
  padding: 5px 10px;
  margin: auto;
  text-align: center;
}

.prog_coupon__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prog_coupon::after {
  display: block;
  content: "";
  clear: both;
}

#content .prog_coupon__header_img,
.article__text .prog_coupon__header_img,
.prog_coupon__header_img {
  margin: 10px auto;
  max-width: 100px;
}

#content .prog_coupon__product_img,
.prog_coupon__product_img {
  margin: 10px auto;
  max-width: 350px;
  width: 100%;
  position: relative;
}

.prog_coupon__product_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 110px;
  height: 55px;
  background-image: url("../img/sale-percent.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (max-width: 767px) {
  .prog_coupon__product_img::after {
    display: none;
  }
}

.prog_coupon__product_picture {
  display: block;
  width: 100%;
}

#content .prog_coupon__post_img,
.prog_coupon__post_img {
  margin: 10px auto;
}

.prog_coupon__header_text {
  text-align: center;
  padding: 5px;
  color: #022756;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.prog_coupon__prices {
  text-align: center;
}

.prog_coupon__price_box {
  display: inline-block;
  max-width: 270px;
  width: 100%;
  padding: 20px 10px;
  background: url("../img/prog3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.prog_coupon__price {
  font-weight: bold;
  line-height: 1.4;
  font-size: 24px;
  white-space: nowrap;
}

.prog_coupon__price--old {
  text-decoration: line-through;
}

.prog_coupon__price--new {
  color: red;
}

.prog_coupon__price_text {
  font-size: 14px;
  font-style: italic;
}

@media screen and (min-width: 520px) {
  .prog_coupon__price_box {
    display: inline-block;
    width: initial;
    padding: 30px 60px;
    background: url("../img/prog3.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  #content .prog_coupon__header_img,
  .prog_coupon__header_img {
    margin: 0;
    flex: 0;
  }

  .prog_coupon__header_text {
    flex: 1;
  }

  .prog_coupon__prices {
    position: absolute;
    bottom: 10%;
  }

  #content .prog_coupon__post_img,
  .prog_coupon__post_img {
    margin: 20px 0;
  }

  #content .prog_coupon__product_img,
  .prog_coupon__product_img {
    float: right;
  }
}
