.article-top__readtime {
  display: flex;
  align-items: center;
  padding: 6rem 12rem 6rem 6rem;
  background-color: #FFFFFF3D;
  border-radius: 26rem;
  width: fit-content;
  font-size: 18rem;
  margin-bottom: 16rem;
}

.article-top__readtime img {
  width: 30rem;
  height: 30rem;
  margin-right: 8rem;
  flex-shrink: 0;
}

.article-top__content {
  width: 100%;
  max-width: 980rem;
}

.factors {
  padding: 20rem 24rem 26rem;
  background: linear-gradient(25.35deg, rgba(234, 252, 255, 0.5) 15.298%, rgba(70, 211, 230, 0) 67%), rgb(215, 214, 255);
  border-radius: 20rem;
}

.factors__title {
  font-size: 22rem;
  font-weight: 700;
  padding: 7rem;
  text-align: center;
  background-color: #fff;
  border-radius: 20rem;
}

.factors__subtitle {
  background: linear-gradient(54.03deg, rgb(56, 40, 154) -9.884%, rgb(222, 183, 214) 153.13%);
  font-size: 14rem;
  padding: 8rem 24rem;
  border-radius: 47rem;
  width: fit-content;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  min-height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 295rem;
  width: 100%;
}

.factors__subtitle-main {
  margin: 18rem auto 46rem;
  position: relative;
  z-index: 2;
}

.factors__subtitle-main::before,
.factors__subtitle-main::after {
  content: "";
  position: absolute;
  top: 14rem;
  left: -77rem;
  width: 90rem;
  height: 74rem;
  background-image: url(../img/probielle_article_3/arrow-left.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.factors__subtitle-main::after {
  right: -77rem;
  left: auto;
  background-image: url(../img/probielle_article_3/arrow-right.png);
}

.factors__block {
  background-color: #FFFFFF33;
  width: fit-content;
  border-radius: 20rem;
  max-width: 300rem;
  width: 100%;
}

.factors__list {
  padding: 18rem 10rem;
}

.list {
  display: flex;
  flex-direction: column;
}

.list__item {
  position: relative;
  padding-left: 12rem;

}

.factors__item {
  font-size: 14rem;
}

.list__item::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #38289A;
}

.factors__bottom {
  display: flex;
  justify-content: space-between;
}

.article-entry__block .list {
  margin-top: 6rem;
}

.article-entry__block .list__item {
  padding-left: 16rem;
}

.article-entry__block .list__item:not(:last-child) {
  margin-bottom: 12rem;
}

.article-entry__block .list__item::before {
  width: 9rem;
  height: 9rem;
  top: 10rem;
}

.factors--new {
  background: linear-gradient(90.32deg, rgba(70, 211, 230, 0.562) 0.717%, rgba(70, 211, 230, 0) 70%.294%), linear-gradient(90.46deg, rgba(222, 183, 214, 0) 30.737%, rgba(224, 145, 203, 0.658) 102.922%), rgb(48, 39, 165);
  padding: 30rem 30rem 22rem;

}

.factors--new .factors__title {
  padding: 21rem;
  border-radius: 84rem;
}

.factors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
  gap: 0 125rem;
  margin: 20rem auto 0;
  background-image: url(../img/probielle_article_3/asset.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 592rem;
}

.factors-grid__item {
  min-height: 108rem;
  padding: 30rem 12rem 0;
}

.factors-grid__item:nth-child(2n) {
  text-align: right;
}

.definition {
  padding: 26rem 15rem 15rem;
  background-color: #D7D6FF;
  border-radius: 20rem;
  margin-top: 15rem;
}

.definition__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16rem;
}

.definition__item {
  border-radius: 20rem;
  background-color: #2d1f6f14;
  font-size: 14rem;
  padding: 0 24rem 15rem 10rem;
}

.definition__tag {
  padding: 6rem 10rem;
  min-width: 131rem;
  width: fit-content;
  border-radius: 20rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: -11rem;
}

.definition__tag img {
  width: 23rem;
  height: auto;
  margin-right: 6rem;
  flex-shrink: 0;
}

.definition__text {
  margin-top: 14rem;
}

.benefits.--new {
  display: grid;
  grid-template-columns: 1fr 1fr 270rem;
  padding-right: 11rem;
}

.benefits.--new .benefits__text {
  margin-top: 12rem;
  font-weight: 500;
}

.benefits__count {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: linear-gradient(80.03deg, rgb(38, 23, 138) -10.889%, rgb(222, 183, 214) 118.064%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15rem;
  font-weight: 500;
}

.comps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15rem;
}

.comps__text {
  font-size: 16rem;
  margin-top: 12rem;
}

.comps__card {
  background: linear-gradient(25.35deg, rgba(234, 252, 255, 0.5) 15.923%, rgba(70, 211, 230, 0) 78.351%), rgb(215, 214, 255);
  padding: 20rem 15rem;
  border-radius: 20rem;
  position: relative;
  overflow: visible;
}

.comps__card:first-child::before {
  content: "";
  position: absolute;
  top: -8rem;
  left: 0;
  width: 210rem;
  height: 250rem;
  background-image: url(../img/probielle_article_3/asset-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.comps__card:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -26rem;
  left: -11rem;
  width: 266rem;
  height: 249rem;
  background-image: url(../img/probielle_article_3/asset-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.comps__card:last-child::before {
  content: "";
  position: absolute;
  top: -29rem;
  right: 5rem;
  width: 98rem;
  height: 140rem;
  background-image: url(../img/probielle_article_3/asset-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.article-entry__block.--new {
  display: flex;
  flex-direction: row;
  line-height: 1.2;
  padding: 33rem 52rem 33rem 16rem;
  align-items: center;
}

.article-entry__block.--new .article-block__img {
  width: 245rem;
  height: auto;
  flex-shrink: 0;
  margin-left: 12rem;
}

.article-entry__block.--new .article-block__img img {
  width: 100%;
  object-fit: contain;
}

.lacto {
  padding: 168rem 16rem 158rem 13rem;
  border-radius: 20rem;
  
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.lacto::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.32deg, rgba(70, 211, 230, 0.562) 0.717%, rgba(70, 211, 230, 0) 70%.294%), linear-gradient(90.46deg, rgba(222, 183, 214, 0) 30.737%, rgba(224, 145, 203, 0.658) 102.922%), rgb(48, 39, 165);
  top: 0;
  left: 0;
  border-radius: 20rem;
  z-index: -1;
}
.lacto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/probielle_article_3/active.png);
  background-size: 717rem 403rem;
  background-repeat: no-repeat;
  background-position: center 20rem;
}

.lacto__list {
  padding: 12rem 15rem;
  border-radius: 20rem;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14rem;
  color: #fff;
  max-width: 251rem;
  width: 100%;
  height: fit-content;
}

.lacto__item {
  padding-left: 9rem;
  position: relative;
}

.lacto__item::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
}

.lacto__item:not(:last-child) {
  margin-bottom: 12rem;
}

.lacto__text {
  position: absolute !important;
}

.lacto__text {
  width: 273rem;
  top: 35rem;
  left: 86rem;
  color: #fff;
  font-size: 16rem;
}

.lacto__text:last-child {
  width: 245rem;
  top: auto;
  left: auto;
  bottom: 44rem;
  right: 94rem;
  text-align: right;
}

.lacto__text span {
  display: block;
}


.age-table {
  padding: 13rem 15rem;
  border-radius: 20rem;
  background: linear-gradient(23.32deg, rgb(70, 211, 230) -7.629%, rgba(70, 211, 230, 0) 52.532%), linear-gradient(157.46deg, rgba(222, 183, 214, 0) 42.303%, rgb(224, 145, 203) 95.637%), rgb(48, 39, 165);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.age-table__text {
  padding: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 14rem;
  background-color: #FFFFFF33;
  color: #fff;
  border-bottom: 1rem solid #FFFFFF21;
}

.age-table__text.--spec {
  width: calc(100% - 6rem);
  font-weight: 700;
}

.age-table__text.--head {
  font-weight: 700;
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #000;
  border: none;
}

.age-table__text.--head:first-child {
  border-radius: 20rem;
}

.age-table__text.--head::before {
  border-radius: 20rem 20rem 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF33;
}

.age-table__text.--head:nth-child(2) {
  border-radius: 20rem 0 0 20rem;
}

.age-table__text.--head:nth-child(4) {
  border-radius: 0 20rem 20rem 0;
}

.age-table__text:nth-child(13) {
  border-radius: 0 0 20rem 20rem;
}

.age-table__text:nth-child(14) {
  border-radius: 0 0 0 20rem;
}

.age-table__text:last-child {
  border-radius: 0 0 20rem;
}

.branded_probielle.--new .prob-sticker {
  margin-top: 750rem;
}

.branded_probielle.--new .prob-sticker__title {
  font-size: 36rem;
  margin-bottom: 10rem;
}

.branded_probielle.--new .stats__text .colored {
  background: linear-gradient(90.4deg, #38289A 0.89%, #DEB7D6 404.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.prob-sticker.--new {}

.prob-sticker.--new:first-child {
  margin-top: 400rem;
}

.prob-sticker.--new.second {
  margin-top: 18rem;
}
.prob-sticker.--new.pills {
  margin-top: 664rem;
}

.prob-sticker.--new .prob-sticker__title {
  font-size: 20rem;
}

.prob-sticker.--new .prob-sticker__img {
  width: 86rem;
  margin-left: -12rem;
  margin-top: -15rem;
}

.prob-sticker.--new .prob-sticker__img img {
  width: 100%;
}

.prob-sticker.--new {}

.prob-sticker.--new:last-child .prob-sticker__img {
  width: 118rem;
  margin-top: -27rem;
}

.branded_probielle.--new .article-top__content {
  padding: 0;
}
.prob-sticker__title {
  font-size: 36rem;
}
.prob-sticker.--second {
  margin-top: 775rem;
}
.factors-img {
  width: 100%;
}
.article-block__right .stats__list.desktop.circle-38-wrap {
  margin-top: 220rem;
}

@media screen and (max-width: 767px) {
  .age-table {
    display: flex;
    border-radius: 10rem;
    padding: 0;
    width: 100%;
  }

  .age-table__text {
    display: none;
  }

  .age-table__img img {
    width: 100%;
  }

  .factors {
    border-radius: 10rem;
    padding: 15rem 18rem 0;
  }

  .factors__title {
    font-size: 16rem;
  }

  .factors__subtitle {
    font-size: 8rem;
    min-height: 24rem;
  }

  .factors__subtitle-main {
    font-size: 10rem;
    min-height: 30rem;
    width: fit-content;
    padding-left: 10rem;
    padding-right: 10rem;
    margin-bottom: 0;
  }

  .factors__subtitle-main::before {
    width: 34rem;
    height: 28rem;
    left: -40rem;
    top: 4rem;
  }

  .factors__subtitle-main::after {
    width: 34rem;
    height: 28rem;
    right: -40rem;
    top: 4rem;
  }

  .factors__bottom {
    flex-direction: column;
    margin-top: 10rem;
  }

  .factors__subtitle br {
    display: none;
  }

  .factors__item {
    font-size: 8rem;
  }

  .factors__item:not(:last-child) {
    margin-bottom: 6rem;
  }

  .factors__item:before {
    width: 5rem;
    height: 5rem;
    top: 2rem;
  }

  .factors__list:not(:last-child) {
    margin-bottom: 10rem;
  }

  .factors--new .factors__title {
    font-size: 10rem;
    padding: 8rem;
  }

  .factors-grid {
    width: 282rem;
    background-image: url(../img/probielle_article_3/asset-8.png);
    padding: 0;
    gap: 4rem;
    background-position: top;
    padding-bottom: 10rem;
  }

  .factors-grid__item {
    font-size: 8rem;
    min-height: 50rem;
    padding: 13rem 0 8rem 0;
  }

  .factors-grid__item:nth-child(2n) {
    padding: 17rem 8px 0 8rem;
  }

  .definition {
    padding: 30rem 18rem;
  }

  .definition__list {
    display: flex;
    flex-direction: column;
  }

  .definition__text {
    font-size: 14rem;
  }

  .article-entry__block.--new {
    padding: 20rem 18rem;
  }

  .benefits.--new {
    display: flex;
    flex-direction: column;
    gap: 20rem;
    font-size: 18rem;
  }

  .comps {
    display: flex;
    flex-direction: column;
  }

  .comps__card {
    min-height: 187rem;
  }

  .comps__card:first-child::before {
    background-image: url(../img/probielle_article_3/asset-9.png);
    width: 288rem;
    background-size: contain;
    top: 0;
  }

  .comps__card:nth-child(2)::before {
    background-image: url(../img/probielle_article_3/asset-10.png);
    width: 304rem;
    background-size: contain;
    top: 0;
    left: 0;
  }

  .comps__card:last-child::before {
    background-image: url(../img/probielle_article_3/asset-11.png);
    width: 118rem;
    background-size: contain;
    top: 0;
  }

  .comps__card {
    min-height: 187rem;
  }

  .comps__card {
    min-height: 187rem;
  }

  .article-entry__block.--new {
    flex-direction: column;
  }

  .article-entry__block.--new .article-block__img {
    margin-top: 24rem;
    margin-left: 0;
  }

  .lacto-mobile img {
    width: 100%;
  }
  .article-top::before {
    background-color: #0000008c;
  }
}

.article-entry__block.--new.--benefits {
  padding: 14rem 26rem 14rem 15rem;
}

.article-block__text a {
  color: inherit;
  text-decoration: underline;
}

.article-top__sticker {
  position: absolute;
  top: 10rem;
  right: 10rem;
}
