.article .promo {
  padding-top: 0;
}

.article .promo__breadcrumb {
  padding-top: 9rem;
}

.article .breadcrumb__link,
.article .promo__breadcrumb .arrow {
  color: #fff;
}

.article-top {
  color: #fff;
  padding: 20rem;
  height: fit-content;
  min-height: 190rem;
  background: 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
}

.article-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
}

.article-wrapper {
  border-radius: 20rem;
  background-color: #fff;
  overflow: hidden;
}

.article-top__type {
  font-size: 18rem;
  font-weight: 700;
}

.article-top__title {
  font-size: 34rem;
  font-weight: 700;
  margin-top: 6rem;
  line-height: 1.1;
}

.article-top__subtitle {
  font-size: 18rem;
  margin-top: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-top__left {
  width: 100%;
  max-width: 840rem;
  position: relative;
  z-index: 2;
}

.article-top__sticker {
  width: 118rem;
  height: 118rem;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  border: 3rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4rem;
}

.article-top__sticker img {
  width: 94rem;
  flex-shrink: 0;
}

.article-block {
  font-size: 18rem;
  line-height: 1.2;
  display: flex;
}

.article-block:not(:first-child) {
  margin-top: 10rem;
}

.article-block sub {
  font-size: 50%;
  margin-left: .1em;
  vertical-align: super;
}

.article-block__right {
  width: 370rem;
  margin-left: 20rem;
  flex-shrink: 0;
}

.article-block__list {
  margin: 10rem 0;
  padding-left: 28rem;
}

.article-block__item {
  position: relative;
  list-style: disc;
}

.article-block__item:not(:last-child) {
  margin-bottom: 10rem;
}

.article-block__item b {
  font-weight: 700;
}

.article-block__text:not(:last-child) {
  margin-bottom: 10rem;
}

.article-block__text.--with-bg {
  padding: 15rem;
  border-radius: 20rem;
  background-color: #A4C6CD;
}

.article-block__text.--with-line {
  padding-left: 10rem;
  position: relative;
}

.article-block__text.--with-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 2rem;
  height: 100%;
  background-color: #A4C6CD;
  border-radius: 2rem;
}

.article-body {
  padding: 20rem 20rem 40rem;
}

.article-block__subtitle {
  font-weight: 700;
  margin-top: 20rem;
}

.article-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16rem;
  margin-top: 25rem;
}

.article-cards__item {
  padding: 20rem 15rem 12rem;
  background-color: #A4C6CD;
  border-radius: 20rem;
  position: relative;
}

.article-cards__item b {
  font-weight: 700;
}

.article-cards__text {
  margin-top: 4rem;
}

.article-cards__item svg {
  width: 54rem;
  height: 54rem;
  color: #ffffff33;
}

.article-cards__item svg.active {
  color: #fff;
}

.article-cards__item svg:not(:last-child) {
  margin-right: 10rem;
}

.article-cards__sticker {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background-color: #FDC23E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -15rem;
}

.article-list .article-block__list {
  margin-top: 10rem;
}

.article-list .article-block__item {
  margin: 0;
}

.article-list {
  padding-left: 60rem;
  margin-top: 10rem;
  margin-bottom: 20rem;
}

.article-list__item {
  position: relative;
}

.article-list__item:not(:last-child) {
  margin-bottom: 10rem;
}

.article-list__sticker {
  position: absolute;
  top: 0;
  left: -60rem;
  padding-left: 10rem;
  z-index: 1;
  font-size: 26rem;
  font-weight: 700;
}

.article-list__sticker::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #FDC23E;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  z-index: -1;
}

.article-block__title {
  font-size: 24rem;
  font-weight: 700;
  margin: 10rem 0;
}

.article-block__text b {
  font-weight: 700;
}

.article-block__img {
  width: 100%;
  height: 376rem;
}

.article-block__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-steps {
  margin-top: 20rem;
  margin-bottom: 10rem;
}

.article-steps__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-steps__item:not(:last-child) {
  margin-bottom: 20rem;
}

.article-steps__title {
  font-weight: 700;
}

.steps {
  margin-top: 10rem;
  padding-left: 28rem;
}

.steps__item {
  list-style-type: disc;
}

.steps__item:not(:last-child) {
  margin-bottom: 2rem;
}

.article-row {
  display: flex;
}

.article-row__right {
  width: 370rem;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  padding-left: 14rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-row__right::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  width: 2rem;
  height: 90%;
  min-height: 140rem;
  transform: translateY(-50%);
  background-color: #A4C6CD;
}

.article-row__right-title {
  font-weight: 700;
  color: #A4C6CD;
}

.article-row__right-text {
  margin-top: 4rem;
  width: 100%;
  max-width: 275rem;

}

.article-row__right-img {
  margin-top: 12rem;
  color: #A4C6CD;
  width: 60rem;
}

.article-row__right-img svg {
  width: 100%;
  height: 100%;
}

.article-benefits {
  padding: 30rem 24rem 10rem 20rem;
  background-color: #FDC23E;
  border-radius: 20rem;
  width: 752rem;
  position: relative;
  margin-bottom: 10rem;
}

.article-benefits__top {
  display: flex;
  align-items: end;
}

.article-benefits__title {
  font-size: 24rem;
  font-weight: 700;
}

.article-benefits__list {
  display: flex;
  flex-direction: column;
  width: 341rem;
  margin-left: auto;
  margin-top: 20rem;
}

.article-benefits__item {
  padding: 15rem 7rem 15rem 15rem;
  border-radius: 20rem;
  background-color: #FFD984;
}

.article-benefits__item:not(:last-child) {
  margin-bottom: 10rem;
}

.article-benefits__item-title {
  font-size: 16rem;
  font-weight: 700;
}

.article-benefits__item-text {
  font-size: 14rem;
  margin-top: 4rem;
}

.article-benefits__img {
  width: 420rem;
  margin-left: -20rem;
  height: 460rem;
  position: absolute;
  top: 4rem;
  left: 30rem;
}

.article-benefits__img img {
  width: 100%;
  height: 100%;
}

.article-benefits__body {
  display: flex;
}

.article-benefits__footer {
  margin-top: 30rem;
  opacity: 0.25;
  font-size: 16rem;
  text-align: center;
}

.asset-ben-1 {
  position: absolute;
  top: 200rem;
  left: 374rem;
  width: 29rem;
}

.asset-ben-2 {
  position: absolute;
  top: 80rem;
  right: 12rem;
  width: 67rem;
}

.asset-ben-3 {
  position: absolute;
  top: 288rem;
  right: 8rem;
  width: 104rem;
}

.asset-ben-1 img,
.asset-ben-2 img,
.asset-ben-3 img {
  width: 100%;
  height: 100%;
}

.article-body .btn {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  display: inline-block;
  text-align: center;
}

.article-body .article-btn {
  padding: 13rem 6.5rem;
  background-color: #000;
  color: #fff;
  font-size: 16rem;
  font-weight: 700;
  border-radius: 120rem;
  min-width: 172rem;
  margin-top: 10rem;
}

.article-btn:hover {
  background-color: #656565;
  border-color: #656565;
}

.article-block__right-list {
  display: flex;
  flex-direction: column;
  margin-right: 25rem;
  margin-top: 28rem;
}

.article-block__right-item {
  font-size: 18rem;
}

.article-block__right-item:not(:last-child) {
  margin-bottom: 30rem;
}

.article-block__right-img {
  color: #A4C6CD;
  margin-top: 2rem;
}

.article-footnotes {
  margin-top: 20rem;
}

.article-footnotes__title {
  font-size: 24rem;
  font-weight: 700;
}

.article-footnotes__list {
  margin-top: 10rem;
}

.article-footnotes__item {
  font-size: 12rem;
  color: #333;
}

.article-footnotes__item:not(:last-child) {
  margin-bottom: 10rem;
}

.article-footnotes__item a {
  color: #333;
  text-decoration: underline;
}

.vitrum-sticker__title {
  font-size: 24rem;
  font-weight: 700;
}

.vitrum-sticker__age {
  font-size: 40rem;
  border-radius: 50%;
  width: 114rem;
  height: 114rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FFDCDC;
  padding-left: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.vitrum-sticker__age .small {
  font-size: 18rem;
  margin-top: -11rem;
  align-self: start;
  margin-left: 16rem;
}

.vitrum-sticker__asset-1 {
  position: absolute;
  width: 40rem;
  height: 49rem;
  bottom: -10rem;
  right: 0;
  transform: rotate(45deg);
}

.vitrum-sticker__asset-1 img,
.vitrum-sticker__asset-2 img,
.vitrum-sticker__asset-3 img {
  width: 100%;
  height: 100%;
}

.vitrum-sticker__asset-2 {
  position: absolute;
  width: 39rem;
  height: 48rem;
  top: 0;
  right: -30rem;
  transform: rotate(10deg);
}

.vitrum-sticker__asset-3 {
  position: absolute;
  width: 39rem;
  height: 48rem;
  bottom: -20rem;
  left: 10rem;
  transform: rotate(-50deg);
}

.vitrum-sticker:last-child .vitrum-sticker__age {
  background-color: #EFE6F4;
}

.vitrum-sticker {
  margin-bottom: 52rem;
  margin-left: 30rem;
}

.progress-bar {
  width: 89rem;
  height: 89rem;
  border-radius: 50%;
  background:
    radial-gradient(closest-side, #e7e7e7 75%, transparent 80% 100%),
    conic-gradient(#A4C6CD 50%, transparent 0);
  position: absolute;
  top: 0;
  left: 0;
}

.progress {
  width: 89rem;
  height: 89rem;
  border-radius: 50%;
  background-color: #e7e7e7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  margin-right: 10rem;
}

.progress__title {
  font-size: 20rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.progress__text {
  font-size: 13rem;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
}

.progress-bar-2 {
  width: 89rem;
  height: 89rem;
  border-radius: 50%;
  background:
    radial-gradient(closest-side, #e7e7e7 75%, transparent 80% 100%),
    conic-gradient(#FDC23E 45%, transparent 0);
  position: absolute;
  top: 0;
  left: 0;
}

.stats__title {
  font-weight: 700;
}

.stats__list {
  margin-top: 15rem;
  margin-right: 20rem;
}

.stats__item {
  display: flex;
  align-items: center;
}

.stats__item:not(:last-child) {
  margin-bottom: 15rem;
}

.transcript {
  margin-top: 40rem;
}

.transcript__letter {
  font-size: 70rem;
  font-weight: 700;
  color: #A4C6CD;
  line-height: 1;
  margin-right: 9rem;
  width: 56rem;
}

.transcript__right {
  margin-bottom: 6rem;
}

.transcript__row {
  display: flex;
  align-items: end;
}

.transcript__row:not(:last-child) {
  margin-bottom: 20rem;
}

.transcript__top {
  color: #A4C6CD;
  font-weight: 700;
}

.transcript__bottom {
  color: #828282;
  font-weight: 700;
}

.article-top__content {
  color: #fff;
  position: relative;
  width: 840rem;
}

.article-wrapper {
  position: relative;

}

.article-top__sticker {
  flex-shrink: 0;
}

.article-benefits__icon {
  width: 258rem;
  height: 34rem;
}

.article-benefits__icon svg {
  width: 100%;
  height: 100%;
}

.article-page .recommend {
  margin-top: 30rem;
}

.article-page .recommend__buttons {
  margin-top: 30rem;
  white-space: nowrap;
}

.article-block__title {
  max-width: 740rem;
}

@media (max-width: 767px) {
  .article-top .article-top__content {
    padding-top: 16rem;
  }
  .article-top__subtitle {
    color: #000;
  }

  .article-block {
    flex-direction: column;
  }

  .article-top__sticker {
    width: 40rem;
    height: 40rem;
    flex-shrink: 0;
    /*margin-right: auto;
    margin-left: 0;*/
  }

  .article-top__sticker img {
    width: 34rem;
  }

  .article-top {
    padding: 12rem;
  }

  .article-body {
    padding: 25rem 12rem;
  }

  .article-top__type {
    font-size: 12rem;
  }

  .article-top__title {
    font-size: 20rem;
    line-height: 1.2;
    margin-top: 8rem;
  }

  .article-top__content {
    width: 100%;
  }

  .article-top__title {
    -webkit-line-clamp: unset;
  }

  .article-top__subtitle {
    -webkit-line-clamp: unset;
    font-weight: 700;
    font-size: 18rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .article-block__text {
    font-size: 16rem;
  }

  .stats__text {
    font-size: 14rem;
    line-height: 1.2;
  }

  .stats__text b {
    font-weight: 700;
  }

  .stats__list {
    margin-right: 0;
    margin-bottom: 10rem;
  }

  .stats__item {
    align-items: start;
  }

  .stats__item:not(:last-child) {
    margin-bottom: 10rem;
  }

  .article-block__text.--with-bg {
    padding: 30rem 12rem;
    width: calc(100% + 24rem);
    transform: translateX(-12rem);
  }

  .article-block__subtitle {
    margin-top: 50rem;
  }

  .article-cards {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }

  .article-cards__sticker {
    position: static;
    margin-bottom: 6rem;
  }

  .article-list {
    padding-left: 0;
  }

  .article-list__sticker {
    left: 0;
    top: 0;
  }

  .article-list__item {
    padding-top: 34rem;
    font-size: 16rem;
  }

  .article-list__item:not(:last-child) {
    margin-bottom: 20rem;
  }

  .transcript {
    display: none;
  }

  .article-block__title {
    font-size: 18rem;
  }

  .article-block__img {
    height: 159rem;
  }

  .article-steps__title {
    display: none;
  }

  .article-row {
    flex-direction: column-reverse;
  }

  .article-row__right {
    padding-left: 0;
    width: 100%;
    padding-bottom: 17rem;
  }

  .article-row__right::before {
    height: 2rem;
    width: 100%;
    min-height: unset;
    bottom: 0;
    left: 0;
    top: unset;
  }

  .article-row__right-text {
    margin-top: 2rem;
    font-weight: 700;
    font-size: 16rem;
    max-width: 250rem;
  }

  .article-row__right-img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
    transform: translateY(-55%);
  }

  .steps__item {
    font-size: 16rem;
  }

  .steps__item:not(:last-child) {
    margin-bottom: 0;
  }

  .article-benefits__list {
    width: 100%;
  }

  .article-benefits__img {
    position: static;
    width: 315rem;
    height: 324rem;
    margin-top: -60rem;
    transform: translateX(40rem);
  }

  .article-benefits__body {
    flex-direction: column;
  }

  .article-benefits {
    width: calc(100% + 24rem);
    transform: translateX(-12rem);
    padding: 24rem 15rem 12rem;
  }

  .article-benefits__top {
    flex-direction: column;
    align-items: center;
  }

  .article-benefits__icon {
    width: 318rem;
    height: 42rem;
  }

  .article-wrapper {
    box-shadow: 0rem 4rem 4rem 0rem rgba(0, 0, 0, 0.25);
  }

  .article-page .header__block.container {
    background-color: transparent;
  }

  .article-benefits__title {
    font-size: 20rem;
  }

  .article-benefits__list {
    margin-top: -20rem;
  }

  .article-benefits__item-title {
    font-size: 18rem;
  }

  .article-benefits__item-text {
    font-size: 16rem;
  }

  .article-benefits__item {
    padding: 7rem;
    border-radius: 9rem;
  }

  .article-benefits__item:not(:last-child) {
    margin-bottom: 5rem;
  }

  .article-benefits__footer {
    font-size: 18rem;
    text-align: left;
    margin-top: 18rem;
  }

  .asset-ben-1 {
    top: 402rem;
    left: 4rem;
    width: 24rem;
  }

  .asset-ben-2 {
    top: 328rem;
    width: 50rem;
    right: 6rem;
  }

  .asset-ben-3 {
    top: 536rem;
    right: 0;
    width: 100rem;
  }

  .article-footnotes__title {
    font-size: 18rem;
  }

  .article-footnotes__list {
    margin-top: 12rem;
  }

  .article-footnotes__item {
    font-size: 10rem;
  }

  .article-page .recommend__buttons {
    margin-top: 20rem;
  }
}


.article-page .recommend .cardArticle__bottom-block, .article-page .recommend .cardAudio__bottom-block, .article-page .recommend .cardVideo__bottom-block {
  display: flex;
}

.article-page .recommend__title {
  margin-bottom: 26rem;
}

.info__text {
  width: 1319rem;
  opacity: 1;
}
.info__text img{
  width: 100%;
}
.article-benefits__footer {
  width: 467rem;
  height: 16rem;
  margin: 16rem auto 0;
}

.article-benefits__footer svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .article-page .recommend__title {
    margin-bottom: 20rem;
  }
  
  .info__text {
    width: 342rem;
  }
  .info__text img{
    width: 100%;
  }
  .article-top {
    min-height: 140rem;
  }
  .article-cards {
    width: calc(100% + 24rem);
    transform: translateX(-12rem);
  }
  .article-benefits {
    margin-top: 16rem;
  }

  .article-benefits__footer {
    width: 316rem;
    height: auto;
  }

}

.recommend .cardArticle__bottom-block, .recommend .cardAudio__bottom-block, .recommend .cardVideo__bottom-block {
  display: flex;
}


