.btn {
  font-family: "Gotham Pro", Arial, sans-serif;

}

.header__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.header__link:not(:last-child) {
  margin-right: 38rem;
}

.header__link.--current {
  opacity: 0.4;
}

.header__btn-link {
  font-size: 14rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-radius: 40rem;
  height: fit-content;
  color: #fff;
  position: relative;
  white-space: nowrap;
}

.header__btn-link:not(:last-child) {
  margin-right: 38rem;
}

.header__btn-link span {
  font-size: 9rem;
  vertical-align: super;
  margin-left: -4rem;
}

.header__btn-icon {
  width: 34rem;
  height: 34rem;
  border: 3rem solid #fff;
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__btn-icon img {
  width: 100%;
  position: relative;
  bottom: 1rem;
}

.header__btn-link.--purple, .header__btn-link.--purple .header__btn-icon {
  background: linear-gradient(60deg, #38289A 0%, #38289A 0%, #DEB7D6 130%);
}

.header__btn-link.--orange, .header__btn-link.--orange .header__btn-icon {
  background: linear-gradient(54deg, #F05330 0%, #F6C213 100%);
}

.header__btn-link.--yellow, .header__btn-link.--yellow .header__btn-icon{
  background: linear-gradient(180deg, #F1B908 0%, #FAE70B 100%);
}

.header__btn-link.--blue, .header__btn-link.--blue .header__btn-icon {
  background: linear-gradient(180deg, #0C9FC1 0%, #11708D 100%);
}

/*.header__btn-link.--blue:hover {
  background: linear-gradient(180deg, #0C9FC1 0%, #11708D 100%);
  cursor: default;
}*/

.sticker {
  position: absolute;
  top: -9rem;
  right: -16rem;
  display: flex;
  align-items: center;
  background-color: #D50058;
  border-radius: 54rem;
  padding: 0 5rem;
  font-size: 8rem;
  font-weight: 700;
  height: 16rem;
  padding-bottom: 1rem;
}

.sticker svg {
  width: 9rem;
  height: 9rem;
  margin-right: 6rem;
  margin-top: 2rem;
}
.sticker span {
  margin-top: 1rem;
}

.header__btn-text {
  margin: 0 11rem 0 4rem;
}

@media (max-width: 767px) {
  .header__nav {
    display: flex;
  }

  .header__btn-link.--current {
    .header__btn-text {
      display: block;
    }
  }

  .header__btn-link:not(:last-child) {
    margin-right: 6rem;
  }

  .header__btn-text {
    display: none;
  }

  .sticker {
    display: none;
  }

  .header__link {
    display: none;
  }

  .burger-menu__trigger {
    background-color: #131313;
  }

  .burger-menu__close {
    background-color: #131313;
  }

  .header__btn-icon {
    width: 40rem;
    height: 40rem;
  }
}

.banner {
  padding: 50rem 27rem 6rem 30rem;
  color: #fff;
  border-radius: 43rem;
  background: linear-gradient(23deg, #46D3E6 0%, rgba(70, 211, 230, 0.00) 100%), linear-gradient(158deg, rgba(222, 183, 214, 0.00) 0%, #E091CB 100%), #3027A5;
  position: relative;
}

.banner__title {
  font-size: 56rem;
  line-height: 1;
}

.btn-primary {
  padding: 20rem 42rem;
  border-radius: 120rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20rem;
  min-width: 244rem;
  background: none;
  background-color: #131313;
}

.banner__btn {
  margin-top: 10rem;
}

.banner__bottom-text {
  display: block;
  width: 100%;
  margin-top: 12rem;
}

.banner__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner__wrapper {
  position: relative;
  z-index: 2;
}

.banner__asset-2 {
  position: absolute;
  top: 28rem;
  right: 26rem;
  width: 157rem;
}

.promo__top-wrap {
  position: relative;
}

.banner .sticker {
  right: auto;
  left: 30rem;
  font-size: 16rem;
  padding: 5rem 15rem;
  height: fit-content;
  top: -11rem;
}

.banner .sticker svg {
  width: 15rem;
  height: 15rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .banner {
    padding: 50rem 9rem 20rem;
    height: 658rem;
    border-radius: 25rem;
  }

  .banner__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .banner__title {
    font-size: 40rem;
  }

  .banner__btn {
    margin-top: 28rem;
  }

  .banner__bottom-text {
    /*opacity: 0.4;
    font-size: 18rem;
    text-align: center;
    margin-top: auto;*/
  }

  .banner__asset-2 {
    width: 111rem;
    top: 27rem;
    right: 17rem;
  }

  .banner .sticker {
    font-size: 14rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .banner .sticker svg {
    width: 12rem;
    height: 13rem;
    margin-top: 2rem;
  }

  .promo__top-text {
    width: 130rem;
    font-weight: 400;
    font-size: 14rem;
    line-height: 1.12;
    color: #131313;
    position: absolute;
    top: 0;
    right: 0;
  }

  .promo__top-heading {
    font-size: 87rem;
  }

  .promo__top {
    margin-top: 30rem;
  }

  .promo {
    padding-top: 0;
  }

  .index__fone {
    background-image: none;
  }

  .promo__sticker {
    display: none;
  }

  .promo-img {
    width: 390rem;
    margin-left: -30rem;
  }

  .promo-img img {
    width: 100%;
  }

  .banner .sticker {
    display: flex;
    left: 12rem;
  }
}

.actual__top-img {
  display: none;
}

.actual__top {
  padding-top: 0;
}

.actual {
  margin-top: 60rem;
}

.actual__top-heading {
  font-family: "Gotham Pro", Arial, sans-serif;
  font-weight: 700;
  font-size: 40rem;
  line-height: 1.2;
}

.cardVideo__top-img {
  width: 13rem;
  height: 16rem;
}

.cardAudio__top-img {
  width: 13rem;
  height: 16rem;
}

.cardArticle {
  width: 376rem;
  background-color: #FFFFFF;
  border-radius: 20rem;
}

@media screen and (max-width: 767px) {
  .cardArticle {
    width: 310rem;
  }
}

@media print and (max-width: 67px) {
  .cardArticle {
    width: 310rem;
  }
}

.cardArticle__top {
  height: 160rem;
  padding: 18rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 20rem 20rem 0 0;
  background-image: url("../img/card-fone-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cardArticle__top {
    height: 141rem;
  }
}

@media print and (max-width: 67px) {
  .cardArticle__top {
    height: 141rem;
  }
}

.cardArticle__top-block {
  padding: 5rem 8rem;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 26rem;
}

.cardArticle__top-img {
  margin-right: 4rem;
  width: 10rem;
  height: 12rem;
}

.cardArticle__top-text {
  font-weight: 400;
  font-size: 13rem;
  line-height: 12rem;
  color: #FFFFFF;
}

.cardArticle__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15rem 20rem 30rem;
  border-radius: 0 0 20rem 20rem;
}

@media screen and (max-width: 767px) {
  .cardArticle__bottom {
    padding: 18rem 17rem 16rem;
  }
}

@media print and (max-width: 67px) {
  .cardArticle__bottom {
    padding: 18rem 17rem 16rem;
  }
}

.cardArticle__bottom-headline {
  font-weight: 700;
  font-size: 10rem;
  line-height: 10rem;
  text-transform: uppercase;
  color: #E2001A;
}

.cardArticle__bottom-heading {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 18rem;
  line-height: 24rem;
  color: #313131;
}

@media screen and (max-width: 767px) {
  .cardArticle__bottom-heading {
    font-size: 22rem;
    line-height: 26rem;
  }
}

@media print and (max-width: 67px) {
  .cardArticle__bottom-heading {
    font-size: 22rem;
    line-height: 26rem;
  }
}

.cardArticle__bottom-block {
  margin-top: 11rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cardArticle__bottom-block {
    margin-top: 13rem;
  }
}

@media print and (max-width: 67px) {
  .cardArticle__bottom-block {
    margin-top: 13rem;
  }
}

.cardArticle__bottom-img {
  border-radius: 50%;
  width: 45rem;
  height: 45rem;
}

@media screen and (max-width: 767px) {
  .cardArticle__bottom-img {
    width: 55rem;
    height: 55rem;
  }
}

@media print and (max-width: 67px) {
  .cardArticle__bottom-img {
    width: 55rem;
    height: 55rem;
  }
}

.cardArticle__bottom-text {
  margin-left: 15rem;
  font-weight: 400;
  font-size: 16rem;
  line-height: 24rem;
  color: #A3A3A3;
}

@media screen and (max-width: 767px) {
  .cardArticle__bottom-text {
    font-size: 19rem;
    line-height: 21rem;
  }
}

@media print and (max-width: 67px) {
  .cardArticle__bottom-text {
    font-size: 19rem;
    line-height: 21rem;
  }
}

@media(min-width: 768px) {

  .cardArticle__top,
  .cardAudio__top {
    height: 147rem;
  }

  .cardArticle__bottom-text,
  .cardAudio__bottom-text {
    font-size: 15rem;
    line-height: 1.1;
    margin-left: 8rem;
  }

  .cardArticle {
    position: relative;
    height: 100%;
  }
}

.cardArticle__top,
.cardVideo__top,
.cardAudio__top {
  position: relative;
  overflow: hidden;
}

.cardArticle__top::before,
.cardVideo__top::before,
.cardAudio__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #702B15;
  opacity: 0.4;

}

.cardArticle__top::after,
.cardVideo__top::after,
.cardAudio__top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80rem;
  height: 80rem;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100%;
}

.cardArticle__top::after {
  background-image: url(../img/article.svg);
}

.cardVideo__top::after {
  background-image: url(../img/video.svg);
}

.cardAudio__top::after {
  background-image: url(../img/audio.svg);
}

.cardAudio__bottom-headline {
  color: #E8742F;
}

.cardArticle__bottom-headline {
  color: #3027A5;
}

.cardArticle__top-block,
.cardVideo__top-block,
.cardAudio__top-block {
  z-index: 2;
}

.useful__top-img {
  display: none;
}

.useful__top-heading {
  font-family: "Gotham Pro", Arial, sans-serif;
  font-weight: 700;
  font-size: 40rem;
  line-height: 1.2;
}

.useful__card-img {
  top: 50%;
  transform: translateY(-50%);
}

.useful__card-headline {
  font-size: 16rem;
  color: #131313;
  margin-top: 2rem;
}

.useful__card {
  padding: 36rem 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.useful__card-img--2 {
  bottom: 0;
  right: 43rem;
  top: auto;
  width: 378rem;
}

.actual__btn {
  margin-top: 20rem;
}

.useful__top {
  padding-top: 0;
}

.useful {
  margin-top: 60rem;
}

.promo__tabs {
  margin-top: 30rem;
}

.table__gender svg:hover,
.table__gender svg.active {
  color: #131313;
}

.calculator .promo {
  padding-top: 50rem;
}

.calculator .promo__plan-heading--small,
.index_container .promo__plan-heading--small {
  font-size: 18rem;
}

.calc2_disclaimer {
  font-weight: 400;
  font-style: normal;
  bottom: 26rem;
  line-height: 1.2;
}

.calc2_disclaimer span {
  margin-right: 6rem;
}

.info {
  max-width: 1304rem;
}

.info__text {
  font-family: "Gotham Pro", Arial, sans-serif;
  font-size: 36rem;
  letter-spacing: -0.5rem;
}

.individually .promo, .weight .promo {
  padding-top: 52rem;
}

@media (max-width: 767px) {
  .info__text {
    font-size: 20rem;
  }

  .info {
    margin-top: 50rem;
  }

  .promo__tab-img {
    display: none;
  }

  .promo__tab-title {
    max-width: 280rem;
  }

  .promo__tab-title {
    font-size: 22rem;
    line-height: 1.16;
  }

  .promo__plan-btn {
    margin-top: 30rem;
  }

  .calculator .promo {
    padding-top: 0;
  }

  .calc2_disclaimer {
    align-items: flex-start;
    margin-top: 30rem;
  }

  .index_container .promo__tabs, .index_container .promo__plan.mobile_active {
    display: flex;
  }

  .calculator .promo__plan--weight .table__gender {
    margin-top: 16rem;
    margin-bottom: 24rem;
  }

  .calc2_disclaimer span {
    display: block;
  }

  .promo__tab, .promo__plan, .index_container .promo__plan, .calculator .promo__plan {
    padding: 40rem 12rem 12rem;
    border-radius: 20rem;
  }

  .promo__tab-tag {
    padding: 9rem 10rem;
    font-size: 19rem;
    left: 12rem;
  }

  .calculator .promo__plan-block {
    margin-top: 16rem;
  }

  .calculator .promo__plan-heading--small,
  .index_container .promo__plan-heading--small {
    font-size: 22rem;
    line-height: 1.16;
  }

  .select2 {
    width: fit-content !important;
  }

  .select2-selection {
    padding-right: 46rem;
    min-width: 132rem;
  }

  .promo__plan {
    margin-top: 30rem;
  }

  .promo__plan .promo__plan-blockHeading,
  .promo__plan-block {
    margin-top: 0;
  }

  .calculator_container.--promo__plan--vaccination {
    display: flex;
    flex-direction: column-reverse;
  }

  .calculator_container.--promo__plan--vaccination .promo__tabs, .calculator_container.--promo__plan--vaccination .promo__plan.promo__plan--vaccination {
    margin-top: 0;
  }

  .calculator_container.--promo__plan--weight .promo__plan, .index_container .calculator_container.--promo__plan--weight .promo__plan {
    margin-top: 32rem;
  }

  .--promo__plan--vaccination .promo__tab.promo__tab--vaccination, .--promo__plan--weight .promo__tab.promo__tab--weight {
    display: none;
  }

  .calculator .promo__top-heading--calculator {
    font-size: 44rem;
  }

  .promo__plan-item--calculator {
    margin-top: 4rem;
  }

  .promo__plan-block {
    margin-top: 30rem;
  }

  .table__gender {
    margin-bottom: 0;
  }

  .table__gender .inner {
    margin: 0;
    margin-top: 10rem;
    justify-content: start;
  }

  .table__gender svg:first-child {
    margin-right: 15rem;
  }

  .promo__plan promo__plan--weight {
    margin-top: 20rem;
  }

  .actual__showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20rem;
  }

  .actual {
    margin-top: 50rem;
  }

  .actual__top-heading {
    font-size: 32rem;
  }

  .actual__bottom {
    margin-top: 20rem;
  }

  .cardVideo__bottom-heading,
  .cardArticle__bottom-heading,
  .cardAudio__bottom-heading {
    font-size: 18rem;
    line-height: 1.2;
  }

  .cardVideo__bottom-text,
  .cardAudio__bottom-text,
  .cardArticle__bottom-text {
    font-size: 16rem;
    margin-left: 9rem;
    margin-bottom: 0 !important;
  }

  .cardVideo__bottom-img,
  .cardArticle__bottom-img,
  .cardAudio__bottom-img {
    width: 45rem;
    height: 45rem;
  }

  .cardVideo__bottom,
  .cardArticle__bottom,
  .cardAudio__bottom {
    padding: 12rem 12rem 20rem;
  }

  .cardVideo__bottom-block,
  .cardArticle__bottom-block,
  .cardAudio__bottom-block {
    margin-top: 5rem;
  }

  .cardVideo,
  .cardAudio,
  .cardArticle {
    width: 100%;
  }

  .actual__btn {
    width: 100%;
    margin-top: 20rem;
  }

  .container {
    max-width: 342rem;
  }

  .useful__card {
    width: 100%;
    padding: 30rem 12rem 20rem;
  }

  .useful {
    margin-top: 50rem;
  }

  .useful__top-heading {
    font-size: 32rem;
  }

  .useful__card-heading {
    font-size: 22rem;
  }

  .useful__bottom {
    margin-top: 20rem;
  }

  .useful__card-img {
    width: 148rem;
    height: 128rem;
    top: -50rem;
    transform: none;
  }

  .useful__card-btn {
    margin-top: 30rem;
    width: 100%;
  }

  .useful__card.--2 {
    padding-bottom: 350rem;
    overflow: hidden;
  }

  .useful__card-img--2 {
    right: 18rem;
    width: 480rem;
    bottom: -20rem;
  }

  .useful__card-headline {
    margin-top: 10rem;
  }

  .calculator_banner_mobile {
    margin-top: 0;
  }

  .container.mobile {
    margin-top: 50rem;
  }
}

.cardVideo,
.cardAudio,
.cardArticle {
  position: relative;
  height: 100%;
}

.cardVideo::before,
.cardAudio::before,
.cardArticle::before {
  position: absolute;
  top: 12rem;
  left: 12rem;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  border: 3rem solid #fff;
  z-index: 2;
  background: no-repeat;
  background-size: 100%;
}

.calculator .promo__sticker {
  display: none;
}

.promo__top-heading {
  font-size: 96rem;
  line-height: 1;
}

.promo__breadcrumb .breadcrumb {
  margin-top: 0;
}

.breadcrumb {}

.breadcrumb__link {
  color: #000;
}



.calculator .banner {
  margin-top: 72rem;
}

.calculator .promo__plan {
  margin-top: -30rem;
}

@media (max-width: 767px) {
  .promo__top-heading {
    font-size: 50rem;
  }

  .calculator__fone {
    background-size: 441rem 412rem;
    background-position: -46rem 140rem;
  }

  .calculator .promo__tabs {
    margin-top: 170rem;
  }

  .calculator .promo__plan {
    /*padding: 0;
    border-radius: 0;*/
    margin-top: 30rem;
  }

  /*.promo__plan-heading--small.for_calc2,
  .table__gender,
  .form2 {
    display: flex;
  }*/

}

.index__fone {
  background-size: 890rem auto;
  background-position: -10rem 0;
}

.index_container .promo {
  margin-top: 110 rem;
  padding-top: 0;
}

.index_container .promo__top-heading {
  font-size: 160rem;
}

.index_container .promo__sticker-2 {
  top: 0;
}

.index_container .promo__sticker-3 {
  top: 248rem;
  left: 596rem;
}

.index_container .promo__sticker-1 {
  top: 168rem;
  left: 150rem;
  right: auto;
  display: block !important;
  width: fit-content;
  height: fit-content;
  font-size: 20rem;
  padding: 10rem;
  background-color: #4698F8;
  transform: rotate(340deg);
}

.promo__top-heading--VideoAudio {
  font-size: 96rem;
}

.VideoAudio .promo__plan-img--VideoAudio {
  display: none;
}

.VideoAudio .promo__plan,
.valuable .promo__plan {
  margin-top: 5rem !important;
  width: 574rem;
  padding: 0 !important;
}

.VideoAudio .promo__plan-item,
.valuable .promo__plan-item {
  height: 68rem;
}

.promo__plan-search {
  width: 48rem;
  height: 48rem;
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color ease-in .24s;
}

.promo__plan-search svg {
  width: 23rem;
  height: 21rem;
}

.VideoAudio {
  margin-top: 12rem;
}

.VideoAudio__fone {
  /*background-size: 370rem ;
  background-position: 850rem 90rem !important;*/
  padding-top: 74rem;
}

.VideoAudio .promo__sticker-4 {
  top: 62rem;
  left: auto;
  right: 507rem;
}

.VideoAudio .promo__sticker-5 {
  top: 112rem;
  left: auto;
  right: 154rem;
}

.header__block.container {
  padding-top: 22rem;
  padding-bottom: 18rem;
  background-color: rgba(0, 0, 0, 0.10);
}

.VideoAudio .promo__sticker-2 {
  display: none;
}

.VideoAudio .promo__img-1 {
  width: 73rem;
  height: auto;
  top: 20rem;
  right: 222rem;
}

.VideoAudio .promo__img-2 {
  width: 80rem;
  height: auto;
  top: 139rem;
  right: 485rem;
}

.VideoAudio .VideoAudio__nav {
  margin-top: 0;
}

.VideoAudio .VideoAudio__store {
  margin-top: 30rem;
}

.VideoAudio .banner {
  margin-top: 68rem;
}

.recommend {
  margin-top: 60rem;
}

.recommend__title {
  font-size: 40rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20rem;
}

.valuable .promo__top {
  margin-top: 0;
}

.promo__plan-block--valuable {
  display: flex;
}

.VideoAudio__nav-btn,
.VideoAudio__nav-btn.active {
  background-color: #000;
}

.VideoAudio .VideoAudio__showcase {
  margin-top: 12rem;
}

.recommend__buttons {
  display: flex;
  margin-top: 20rem;
}

.btn-bordered {
  background-color: transparent;
  border: 2rem solid #000;
  color: #000;
}

.recommend__btn:not(:last-child) {
  margin-right: 20rem;
}

.recommend .cardArticle__bottom-block,
.recommend .cardAudio__bottom-block,
.recommend .cardVideo__bottom-block {
  display: none;
}

@media (max-width: 767px) {

  .VideoAudio .promo__plan,
  .valuable .promo__plan {
    width: 100%;
    margin-top: 242rem !important;
  }

  .promo__plan-input::placeholder {
    font-size: 12rem;
  }

  .VideoAudio .promo__top-heading--VideoAudio {
    font-size: 50rem;
  }

  .VideoAudio .promo__top {
    margin-top: 0;
  }

  .VideoAudio__fone {
    background-position: 40rem 190rem;
    background-size: 308rem;
  }

  .VideoAudio .promo__img-1 {
    width: 70rem;
    height: 70rem;
    right: 30rem;
    top: 114rem;
  }

  .VideoAudio .promo__sticker-5 {
    top: 241rem;
    right: 34rem;
    font-size: 18rem;
    padding: 14rem 10rem;
  }

  .VideoAudio .promo__sticker-4 {
    left: 15rem;
    top: 178rem;
    width: fit-content;
    font-size: 18rem;
    padding: 14rem 10rem;
  }

  .VideoAudio__nav-btn {
    width: fit-content;
    height: fit-content;
    padding: 12rem 29rem;
    font-size: 14rem;
    margin: 0;
    margin-bottom: 5rem;
  }

  .VideoAudio__nav-btn:last-child {
    margin-bottom: 5rem;
  }

  .VideoAudio__nav-btn:not(:last-child) {
    margin-right: 7rem;
  }

  .VideoAudio__nav {
    flex-wrap: wrap;
  }

  .VideoAudio__showcase .cardVideo,
  .VideoAudio__showcase .cardAudio,
  .VideoAudio__showcase .cardArticle {
    width: 100%;
    margin-right: 0;
  }

  .index_container .promo__top-heading {
    font-size: 92rem;
    line-height: 0.9;
  }

  .index_container .promo {
    margin-top: 0;
  }

  .index_container .banner {
    margin-top: 0;
  }

  .calculator__fone {
    background-size: 100%;
    background-position: center 135rem;
  }

  .calculator__fone .promo__top {
    margin-bottom: 170rem;
  }

  .calculator__fone .promo__breadcrumb {
    margin-top: 10rem;
  }

  .recommend__buttons {
    flex-direction: column;
  }

  .recommend__btn {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .recommend__btn:not(:last-child) {
    margin-bottom: 10rem;
  }

  .cardArticle__bottom,
  .cardAudio__bottom,
  .cardVideo__bottom {}

  .index__fone .promo__sticker-1 {
    display: none !important;
  }

  .promo__tab--vaccination .table__gender {
    display: none;
  }
}

.cardArticle__bottom,
.cardAudio__bottom,
.cardVideo__bottom {
  min-height: 164rem;
  height: fit-content;
}

.show_list {
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
  padding: 0;
  border-radius: 0;
}

.recommendations__block {
  margin-top: 28rem;
}

.recommendations__accordion-item {
  margin: 0;
  padding: 20rem;
  background-color: #fff;
  border-radius: 20rem;
  border: none;
}

.recommendations__accordion-heading {
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.3;
}

.recommendations__accordion-btn {
  padding: 0;
  width: 52rem;
  height: 52rem;
  min-width: unset;
}

.recommendations__accordion-btn img {
  width: 9rem;
}

.new-page .promo {
  padding-top: 36rem;
}

.new-page .promo__sticker-7 {
  background-color: #4698F8;
  padding: 14rem 20rem;
  top: 31rem;
  right: 210rem;
}

.new-page .promo__sticker-6 {
  top: 120rem;
  right: 456rem;
  left: auto;
  transform: rotate(18deg);
}

.new-page .promo__sticker-2 {
  display: none;
}

.recommendations {
  background-image: url(../img/new.png);
  background-size: 366rem;
  background-position: 888rem -35rem;
}

.new-page .banner {
  margin-top: 68rem;
}

@media (max-width: 767px) {
  .show_list {
    grid-template-columns: 1fr;
    gap: 10rem;
  }

  .recommendations__accordion-item {
    flex-direction: row;
    padding: 12rem;
    align-items: center;
  }

  .recommendations__accordion-btn {
    margin: 0;
    width: 40rem;
    height: 40rem;
    align-self: flex-start;
  }

  .recommendations__accordion-btn img {
    width: 7rem;
  }

  .recommendations__accordion-heading {
    font-size: 18rem;
  }

  .recommendations__accordion-heading {
    align-self: auto;
  }

  .new-page .banner {
    margin-top: 62rem;
  }

  .recommend__title {
    font-size: 32rem;
  }

  main.valuable {
    padding-top: 0;
  }

  .header__block.container {
    padding-top: 8rem;
    padding-bottom: 8rem;
    height: 62rem;
  }

  .burger-menu__trigger {
    top: 8rem;
  }

  .new-page {
    padding-top: 0;
  }

  .new-page .promo__top {
    margin-top: 24rem;
  }

  .new-page .promo__top-heading {
    font-size: 50rem;
    line-height: 0.9;
  }

  .recommendations {
    background-size: 224rem;
    background-position: center 125rem;
  }

  .recommendations__block {
    margin-top: 172rem;
  }

  .new-page .promo__sticker-7 {
    padding: 10rem 20rem;
    width: fit-content;
    font-size: 18rem;
    top: 238rem;
    left: auto;
    right: 18rem;
  }

  .new-page .promo__sticker-6 {
    padding: 10rem;
    width: fit-content;
    font-size: 18rem;
    top: 194rem;
    left: 6rem;
    right: 18rem;
    transform: rotate(-14deg);
  }
}

/*.valuable .promo__breadcrumb {
  top: 0;
}*/

body {
  padding-top: 74rem;
}

.VideoAudio {
  margin-top: 0;
}


.promo__breadcrumb {
  top: 10rem;
  position: static;
  margin-bottom: 16rem;
}

/*main.valuable .promo__breadcrumb {
  top: 9rem;
}*/

.VideoAudio__showcase {
  margin-top: 12rem;
}

.VideoAudio__nav-btn {
  width: fit-content;
  min-width: 104rem;
  padding: 12rem;
  margin-bottom: 8rem;
  white-space: nowrap;
  font-size: 14rem;
  height: 46rem;
}

.VideoAudio__nav-btn:not(:last-child) {
  margin-right: 8rem;
}

.VideoAudio__nav {
  flex-wrap: wrap;
}

main.valuable .promo__plan {
  display: block;
}

main.valuable .promo__plan .promo__plan-item {
  width: 100%;
}

/*.valuable {
  background-image: url(../img/new-1.png);
  background-size: 740rem 370rem;
  background-position: 100% -45rem;
}*/

.valuable .promo__sticker-7 {
  display: none;
}

.valuable .promo__sticker-2 {
  display: block;
  right: 128rem;
  top: 132rem;
  font-size: 14rem;
  padding: 4rem 15rem;
}

.valuable .promo__sticker-6 {
  display: block;
  top: 147rem;
  right: 386rem;
  left: auto;
}

@media (max-width: 767px) {
  .valuable .promo__top {
    margin-top: 24rem;
  }

  .valuable {
    background-size: 574rem 284rem;
    background-position: -84rem 120rem;
  }

  .valuable .promo__plan {
    margin-top: 160rem !important;
  }

  .valuable .promo__sticker-2 {
    top: 241rem;
    padding: 9rem 16rem;
    right: 8rem;
    transform: rotate(10deg);
  }

  .valuable .promo__sticker-6 {
    top: 241rem;
    padding: 8rem 12rem;
    font-size: 18rem;
    left: 14rem;
    right: auto;
    transform: rotate(-12deg);

  }

  .header__block.container {
    background-color: transparent;
  }

  body {
    padding-top: 0;
  }
}
