.instructions__fone-1 {
  background-size: 496rem 452rem;
  background-position: 794rem 69rem;
}

.instructions__fone-1 .recommendations {
  background-image: none;
}
.instructions__fone-1 .recommendations .promo__sticker-7{
  top: 31rem;
  right: 235rem;
}
.instructions__fone-1 .recommendations .promo__sticker-6{
  top: 82rem;
  right: 534rem;
}

.instructions-section {
  margin-top: 20rem;
}
.instructions-section sub{
  font-size: .6em;
  vertical-align: super;
}

.instructions__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}

.instructions-product {
  padding: 40rem 20rem;
  border-radius: 20rem;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}

.instructions-product__title {
  font-size: 32rem;
  font-weight: 700;
}

.instructions-product__descr {
  font-size: 16rem;
  margin-top: 10rem;
  margin-bottom: 20rem;
  line-height: 1.25;
}

.instructions-product__left {
  max-width: 332rem;
}

.instructions-product__buttons {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 10rem;
}

.instructions-product__btn {
  width: fit-content;
  min-width: 226rem;
  padding: 13rem 33rem;
  outline: none;
  border: none;
  background-color: #fff;
  border: 2rem solid #000;
  border-radius: 120rem;
  cursor: pointer;
  font-size: 16rem;
  font-weight: 700;
  transition: background-color ease-in .24s, color ease-in .24s, border-color ease-in .24s;
  display: inline-block;
  text-align: center;
  color: #000;
}

.instructions-product__btn.--with-bg {
  background-color: #000;
  color: #fff;
}
.instructions-product__btn:hover {
  background-color: #000;
  color: #fff;
}
.instructions-product__btn.--with-bg:hover {
  background-color: #656565;
  border-color:  #656565;
}

.instructions-product__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20rem;
  width: 196rem;
}

.instructions-product__img img {
  width: 100%;
}

@media (min-width: 768px) {
  .instructions-product.product_probielle-baby .instructions-product__img {
    transform: none;
    right: 0;
    top: 14%;
    width: 210rem;
  }
  .instructions-product.product_probielle-bio .instructions-product__img {
    transform: none;
    right: 0;
    top: 24%;
    width: 216rem;
  }
}

@media (max-width: 767px) {
  .instructions__list {
    display: flex;
    flex-direction: column;
  }
  .instructions__fone-1 .recommendations .promo__sticker-7{
    top: 193rem;
    right: 25rem;
  }
  .instructions__fone-1 .recommendations .promo__sticker-6{
    top: 213rem;
    right: auto;
    left: 20rem;
  }
  .instructions__fone-1 .recommendations .promo__top-heading--recommendations{
   font-size: 50rem;
   margin-top: 10rem;
  }
  .instructions-section {
    margin-top: 153rem;
  }
  .instructions-product__img {
    position: static;
    transform: none;
    margin: 20rem auto 0;
    width: 100%;
  }
  .instructions-product__btn {
    width: 100%;
  }
  .instructions-product__buttons {
    margin-top: 20rem;
  }
  .instructions__fone-1 {
    background-position: 24rem 4rem;
    background-size: 527rem 489rem;
    background-image: url(../img/instructions/instructions-bg-mobile-1.png);
  }
  .instructions-product__title {
    font-size: 24rem;
    max-width: 80%;
  }
  .instructions-product__descr {
    margin-top: 5rem;
    margin-bottom: 0;
  }
  .instructions-product.product_vitrum-kids-pills .instructions-product__img {
    position: relative;
    top: auto;
    right: -16rem;
  }
  .instructions-product.product_vitrum-junior-pills .instructions-product__img {
    position: relative;
    top: auto;
    right: -10rem;
  }
}
