@media (max-width: 640px) {
    .cartilox__circle-info-text {
        max-height: initial;
        margin-top: 10px;
    }
    .transform-small {
        transform: translateY(-10px);
    }
}


.diet {
    color: #333333;
    padding-bottom: 150px;
}

.diet__wherebuy {
    margin-top: 65px;
}

.diet__title {
font-size: 42px;
letter-spacing: -0.03em;
text-transform: uppercase;
color: #D1232A;
line-height: 48px;
max-width: 820px;
    margin-bottom: 20px;
}

.diet__descr {
    font-size: 24px;
line-height: 24px;
    max-width: 1250px;
}

.diet__content {
    display: flex;
    justify-content: space-between;
        margin-top: 30px;
    margin-bottom: 55px;
}

.diet__figure {
    max-width: 310px;
    width: 100%;
    text-align: center;
}
.diet__figure span {
    display: block;
}

.diet__fig1 {
   font-size: 32px;
   line-height: 32px;
   text-transform: uppercase;
   color: #000000; 
    margin: 40px 0 20px 0;
}

.diet__fig2 {
  font-weight: 700;
font-size: 32px;
line-height: 34px;
color: #D1232A;   
}
.diet__fig3 {
font-weight: 350;
font-size: 14px;
line-height: 14px;
color: #000000;
    margin-top: 12px;
}

.diet__link small {
    font-size: 16px;
    line-height: 24px;
}

.diet__link small a {
  color: #333333;
}
.diet__link small a:hover {
 text-decoration: underline;
}

.faq {
    padding: 0 0 150px;
}


.faq__content ul, .faq__content li {
  list-style: initial;
}

.page-intro .header__logo:after {
  display: none;
}

.footer_newtext {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0;
}

.js-disclaimer.js-inactive {
    position: relative;
}
.disclaimer {
    position: fixed;
    min-height: 10vh;
    height: auto;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BDCDDC;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: rgba(189, 205, 220, 0.6);
}
.disclaimer__container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disclaimer__text {
    margin: 0;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 500;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
}

.privacy-page h3 {
    font-size: 22px; 
 }
 
 .privacy-page p {
    font-size: 18px;
     line-height: 120%;
 }
 
 .privacy-page ol {
     padding-left: 0;
        font-size: 18px;
     line-height: 120%;
 }
 .privacy-page li {
   margin-bottom: 24px;
 }
 
 ol:not([style]) li {
     counter-increment: ol-level-1;
 }
 
 ol:not([style]) li::before {
     content: counter(ol-level-1) ". ";
 }
 
 .privacy-section {
     padding: 20px 0;
 }

 .header__menu li:last-child a,
.header__menu li:last-child a:not([class]) {
    color: #fff;
    background: #F7A429;
    border-radius: 4px;
    padding: 17px 36px;
    transition: .3s;
    font-size: 20px;
}

.header__menu li:last-child a:hover,
.header__menu li:last-child a:not([class]):hover {
   background: #EA8C02;
}

.wherebuy__title {
    font-size: 48px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #D1232A;
    margin: 0;
}

.wherebuy__descr {
   font-weight: 350;
   font-size: 24px;
   line-height: 24px;
   color: #424242; 
    margin-top: 15px;
    max-width: 520px;
}

.wherebuy__pharms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
    padding-top: 15px;
}

.wherebuy__item {
    width: 23.9%;
    background: #fff;
    height: 104px;
    margin-bottom: 24px;
    border: 2px solid #fff;
}
.wherebuy__item:hover {
    border-color: #D1232A;
}
.wherebuy__item-hidden {
    opacity: 0;
    visibility: hidden;
}
.wherebuy__item a:not(.aptekaru-item__text a) {
    display: block;
    height: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}

.wherebuy__item img {
    max-width: 65%
}

.group-buttons [href="https://uteka.ru/product/kartiloks-373024/"],
.aside__cartilox-buttons [href="https://uteka.ru/product/kartiloks-373024/"] {
  display: none;
}


@media (max-width: 1023px) {
    .header__menu li:last-child a,
    .header__menu li:last-child a:not([class]) {
        color: #000;
        background: none;
        border-radius: 0;
        padding: 0;
        display: none;
    }
    .header__menu li:last-child a:hover,
    .header__menu li:last-child a:not([class]):hover {
        background: none;
        color: #AE1F25;
     }
     .wherebuy__item {
        width: 31%;
     }
     .wherebuy__item img {
        max-width: 80%;
     }
     #wherebuy, #faq {
        padding-top: 0;
        margin-top: 0;
     }
}

@media (max-width: 500px) {
  #wherebuy {
    margin-bottom: 100px;
  }
}


@media (max-width: 1600px) {
.disclaimer__text {
    line-height: 100%;
    font-size: 3em;
    padding: 10px;
}
}

@media (max-width: 640px) {
    .disclaimer__text {
        font-size: 1.5em;
    }
    .policy-long {
        width: 100% !important;
    }
    .privacy-section .title-page {
        font-size: 21px;
    }
    .privacy-page h3 {
        font-size: 18px;
    }
    .privacy-page p {
        font-size: 14px;
    }
    .privacy-page ol {
        font-size: 14px;
    }
}

.footer__menu ul li a,
.footer__menu ul li a:not([class]) {
    pointer-events: initial !important;
    color: #BDCDDC;
    font-size: 16px;
}
.footer__menu ul li a:hover,
.footer__menu ul li a:not([class]):hover {
    color: #748DA4;
}

.footer__menu ul li {
    margin-right: 25px;
}

@media (max-width: 540px) {
    .footer__menu .menu-list {
        margin-bottom: 30px;
    }
    .footer__menu ul li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}




.sustaines__title111 {
   position: static;
}



.how-use {
    padding: 150px 0;
}

.how-use__title {
   color: #d1232a;
    position: relative;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
}

.how-use__video {
    display: flex;  
}

.how-use__preview {
  position: relative;
  width: 100%;
  height: auto;
}
.how-use__pic {
  object-fit: cover;
  width: 100%;
}
.how-use__play {
       position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    cursor: pointer;
    transition: .3s;
}
.how-use__play:hover {
    transform:  translate(-50%, -50%) scale(1.05);
}

#wherebuy, #faq {
    padding-top: 170px;
    margin-top: -170px;
}


@media (max-width: 1340px) { 
.how-use__title {
  font-size: 42px;
}

}


@media (max-width: 1280px) {
  .how-use__video {
   flex-wrap: wrap; 
}   
.how-use__title {
    width: 100%;
    margin-bottom: 20px;
}

.diet__fig1, .diet__fig2 {
  font-size: 20px;
line-height: 20px;
}
.diet__fig1 {
  margin: 17px 0 5px 0;
}
.diet__fig3 {
  margin-top: 20px;
}

}



@media (max-width: 767px) {
    .diet__wherebuy {
        margin-top: 50px;
    }
  .sustaines__title {
    color: #000 !important;
  } 
  .how-use__title, .wherebuy__title {
    font-size: 28px;
}
.wherebuy__descr {
    font-size: 18px;
    line-height: 20px;
}
.how-use__video video, .how-use__preview {
    height: auto;
}
.how-use {
    padding: 60px 0;
}
.wherebuy__pharms {
    padding-top: 0;
    margin-bottom: 50px;
}
.wherebuy__item:hover {
    border-color: #fff;
}

.diet__content {
  flex-wrap: wrap;
}
.diet__figure {
  margin: 0 auto 32px auto;
}
.diet__img {
  width: 130px;
}
.diet__title {
  font-size: 20px;
line-height: 24px;
margin-top: 0;
}
.diet, .faq {
  padding-top: 0;
  padding-bottom: 50px;
}

.diet__descr {
  font-size: 18px;
line-height: 20px;
}
.diet__link small {
  font-size: 14px;
line-height: 14px;
}
.diet__link {
   margin-top: 55px;
}


}

@media (max-width: 640px) {
   .group-buttons--mob {
    position: relative;
}
}

@media (max-width: 550px) {
    .wherebuy__item {
        width: 48.5%;
        border-radius: 4px;
        height: 55px;
        margin-bottom: 10px;
    }
    .wherebuy__item img {
        max-width: 65%;
    }
}



.wherebuy-mobile {
    width: 82px;
    height: 28px;
   background: #F7A429;
   border-radius: 2px;
    font-size: 12px;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.videos-main {
    padding-top: 40px;
}

.videos-main__text {
    font-size: 24px;
    margin-bottom: 30px;
}

.videos-main__self {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
    scroll-margin: 156px;
}

.videos-main__disclaimer {
    background-color: rgba(189, 205, 220, 1);
    color: #fff;
    font-size: 18px;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.videos-main__disclaimer p {
    margin: 0;
}

.video-card {
    width: 411px;
    border-radius: 8px;
    margin-bottom: 25px;
        background: #fff;
}

.video-card__top {
    position: relative;
    height: 227px;
    display: block;
}

.video-card__top img {
  object-fit: cover;
    width: 100%;
    height: 100%;
        border-radius: 8px;
}

.video-card__top svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-card rect, .video-card path {
    transition: .3s;
}

.video-card:hover rect {
    fill: #F7A429;
}
.video-card:hover path {
    fill: #fff;
}

.video-card__content {
    min-height: 280px;
    background: #fff;
    padding: 30px 40px;
    border-radius: 0 0 8px 8px;
        display: flex;
    flex-direction: column;
}

.video-card__data {
    display: flex;
    font-size: 18px;
}

.video-card__data div {
     display: flex;
    margin-right: 20px;
    align-items: center;
    line-height: 1;
}

.video-card__data img {
    margin-right: 7px;
}
.video-card__title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 23px;
    margin-bottom: 33px;
    
}

.video-card__link {
    width: 228px;
    height: 48px;
    color: rgb(247, 164, 41); 
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    border: 2px solid rgb(247, 164, 41);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}





@media (max-width: 1530px) {
  .page-intro .header__logo {
    width: 280px;
  }
}

@media (max-width: 1435px) {
   .video-card {
   	width: 33%;
   }
}

@media (max-width: 1100px) {
   .video-card {
   	width: 49%;
   }
}

@media (max-width: 767px) {
  .videos-main__self {
    scroll-margin: 90px;
  }
  .video-card__top svg {
    width: 42px;
    height: 42px;
  }
  .videos-main__disclaimer {
    font-size: 12px;
    padding: 30px 20px;
    margin-bottom: 40px;
}
}

@media (max-width: 650px) {
   .video-card {
   	width: 100%;
   }
   .video-card__top img {
   	 object-position: top center;
   }
}

@media (max-width: 480px) {
   .videos-main {
   	padding-top: 30px;
   }
   .videos-main__text {
   	font-size: 14px;
   	margin-bottom: 20px;
   }
   .videos-main__self {
   	padding-top: 20px;
   	padding-bottom: 40px;
   }
   .video-card__content {
   	padding: 20px 25px 20px 25px;
   }
   .video-card__title {
   	font-size: 16px;
   	margin-top: 18px;
   	margin-bottom: 20px;
   }
   .video-card__link {
   	width: 165px;
   	height: 34px;
   	font-size: 14px;
   	border-width: 1px;
   }
   .video-card__data {
   	font-size: 14px;
   }
   .video-card__data img {
   		height: 11px;
   }
   .video-card__top {
   	height: 180px;
   }
   .video-card__content {
   	min-height: 180px;
   }
   .video-card {
   	margin-bottom: 10px;
   }
}



@media (max-width: 1023px) {
  .header__menu-togger {
    margin-left: 38px;
  }
  .wherebuy-mobile {
    display: flex;
  }
}

@media (max-width: 400px) {
  .header__menu-togger {
    margin-left: 20px;
  }
}


@media (min-width: 1444px) {
  .header__menu li {
  margin-left: 30px;
}
}


.header__menu a,
.header__menu a:not([class]) {
    font-size: 14px;
}

@media (max-width: 1443px) {
  .header__menu li {
  margin-left: 15px;
}
.header__menu a,
.header__menu a:not([class]) {
  font-size: 13px;
}
}

#bx-panel {
    display: none !important;
}

.articles-banner__container.articles-banner__container-gym {
    min-height: 570px;
    padding-bottom: 55px;
}

.articles-banner__container-gym .articles-page__title {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1320px) and (min-width: 1023px) {
    .articles-banner__bg.articles-banner__bg-gym img {
        object-position: initial;
   }
}


@media (max-width: 1270px) and (min-width: 1024px) {
    .header__logo img {
      max-width: 100%;
    }
    .page-intro .header__logo {
      max-width: 230px;
    }
    .header.fixed .header__logo {
        width: 110px;
    }
}

.header__menu li:last-child a,
.header__menu li:last-child a:not([class]) {
  padding: 10px 21px;
}

@media (max-width: 767px) {
    .articles-banner__container-gym .articles-banner__link {
        margin-top: initial;
    }
    .articles-banner__container.articles-banner__container-gym {
        min-height: 432px;
    }
}



/* Common Styles */
:root {
    --color-foreground-title: rgb(0, 0, 0);
    --color-foreground-title-semitransparent: rgba(51, 51, 51, 0.5);
    --color-foreground-title-additional: rgb(209, 35, 42);
    --color-foreground-secondary: rgb(51, 51, 51);
    --color-button-background: rgb(247, 164, 41);
    --color-button-text: rgb(255, 255, 255);
    --color-button-text-semitransparent: rgba(255, 255, 255, 0.5);
    --color-background-card: rgb(255, 255, 255);
    --color-border: rgb(217, 217, 217);
    --color-table-background: rgb(250, 250, 250);
    --color-table-head: rgb(243, 243, 243);
    --color-button-link: rgb(92, 92, 92);
}

.container--narrow {
    padding: 0 90px 0 92px;
}

@media (max-width: 1023px) {
    .container--narrow {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .container--narrow {
        padding: 0 8px;
    }
}

.button--outline {
    background-color: transparent;
    color: var(--color-button-background);
}

.button--outline:hover {
    background-color: var(--color-button-background);
    border-color: #EA8C02;
    color: var(--color-button-text);
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 18px 0;
}

.breadcrumbs--offset {
    padding-top: 58px;
}

@media (max-width: 1023px) {
    .breadcrumbs--offset {
        padding-top: 18px;
    }
}

.breadcrumbs a,
.breadcrumbs__delimiter {
    font-size: 16px;
    line-height: 1.25;
    transition: 0.3s ease-in-out;
    color: var(--color-foreground-title);
}

@media (max-width: 767px) {
    .breadcrumbs a,
    .breadcrumbs__delimiter {
        font-size: 12px;
        line-height: 1.6;
    }
}

.breadcrumbs a:hover {
    color: #AE1F25;
}

.breadcrumbs__delimiter {
    padding: 0 8px;
}

.breadcrumbs span {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color-foreground-title);
}

@media (max-width: 767px) {
    .breadcrumbs span {
        font-size: 12px;
        line-height: 2;
    }
}

/* About */
.page-about {
    overflow: unset;
}

.hero {
    position: relative;
    padding-top: 62px;
}

@media (max-width: 767px) {
    .hero {
        padding-top: 2px;
    }
}

.hero__container {
    position: unset;
}

.hero__content {
    position: relative;
    z-index: 2;
}

.hero__title {
    font-size: 64px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-foreground-title);
    margin: 0;
}

@media (max-width: 767px) {
    .hero__title {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.72px;
    }
}

.hero__button {
    margin-top: 44px;
}

@media (max-width: 767px) {
    .hero__button {
        margin-top: 24px;
    }
}

.hero__bg {
    position: absolute;
    inset: 0;
}

.hero__bg img {
    object-fit: contain;
    object-position: right;
    position: absolute;
}

.hero__bg picture:first-child img {
    top: 30px;
    right: 30%;
}

@media (max-width: 1023px) {
    .hero__bg picture:first-child img {
        width: 300px;
        height: auto;
        top: 300px;
        right: 35%;
    }
}

@media (max-width: 767px) {
    .hero__bg picture:first-child img {
        width: 245px;
        height: 217px;
        top: 107px;
        right: 78px;
    }
}

.hero__bg picture:nth-child(2) img {
    top: -80px;
    right: 0;
}

@media (max-width: 1023px) {
    .hero__bg picture:nth-child(2) img {
        width: 429px;
        height: auto;
        top: 120px;
    }
}

@media (max-width: 767px) {
    .hero__bg picture:nth-child(2) img {
        height: 475px;
        top: 13px;
    }
}

.article {
    padding-top: 65px;
}

@media (max-width: 767px) {
    .article {
        padding-top: 42px;
    }
}

.article__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-foreground-secondary);
    padding-left: 26px;
    margin: 0;
}

@media (max-width: 1279px) {
    .article__title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .article__title {
        font-size: 20px;
        padding-left: 0;
    }
}

.article__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 36px;
}

@media (max-width: 767px) {
    .article__wrapper {
        flex-direction: column;
        gap: 8px;
        margin-top: 37px;
    }
}

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: sticky;
    top: 166px;
    z-index: 10;
    min-width: 345px;
    max-width: 345px;
}

@media (max-width: 1530px) {
    .sidebar {
        top: 90px;
    }
}

@media (max-width: 1279px) {
    .sidebar {
        min-width: 200px;
        max-width: 200px;
    }
}

@media (max-width: 1023px) {
    .sidebar {
        top: 70px;
    }
}

@media (max-width: 767px) {
    .sidebar {
        gap: 36px;
        min-width: 100%;
        max-width: 100%;
        top: 60px;
    }
}

.sidebar__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    padding: 32px 24px 32px 36px;
    background-color: var(--color-background-card);
    border-radius: 25px;
}

@media (max-width: 1279px) {
    .sidebar__wrapper {
        padding: 20px 10px 20px 24px;
    }
}

@media (max-width: 767px) {
    .sidebar__wrapper {
        width: calc(100% + 8px);
        order: 1;
        flex-direction: row;
        padding: 8px;
        background-color: var(--color-button-background);
        border-radius: 8px;
        margin-left: -8px;
        overflow-x: auto;
    }
}

.sidebar__wrapper a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.18px;
    color: #000;
    position: relative;
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    .sidebar__wrapper a {
        font-size: 12px;
        letter-spacing: -0.12px;
        color: #000;
        white-space: nowrap;
    }
}

.sidebar__wrapper a:hover,
.sidebar__wrapper a.active {
    color: var(--color-foreground-title);
}

@media (max-width: 767px) {
    .sidebar__wrapper a:hover,
    .sidebar__wrapper a.active {
        color: var(--color-button-text);
    }
}

.sidebar__wrapper a.active::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23F7A429' stroke-width='2'/%3E%3C/svg%3E");
    width: 7px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: -13px;
}

@media (max-width: 767px) {
    .sidebar__wrapper a.active::before {
        display: none;
    }
}

.sidebar__button {
    margin-left: 10px;
}

@media (max-width: 1279px) {
    .sidebar__button {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar__button {
        display: none;
        min-width: 216px;
        margin-left: 0;
    }
}

.sidebar__button--mobile {
    display: none;
}

@media (max-width: 767px) {
    .sidebar__button--mobile {
        display: inline-flex;
        margin-top: 14px;
    }
}

.sidebar__button--end {
    margin-top: 16px !important;
}

.article__main {
    width: calc(100% - 345px - 24px);
}

@media (max-width: 1279px) {
    .article__main {
        width: calc(100% - 200px - 24px);
    }
}

@media (max-width: 1279px) {
    .article__main {
        width: 100%;
    }
}

.article__block {
    padding: 0 44px 0 38px;
    background-color: var(--color-background-card);
    border-radius: 25px;
    scroll-margin: 156px;
}

@media (max-width: 1530px) {
    .article__block {
        scroll-margin: 80px;
    }
}

@media (max-width: 767px) {
    .article__block {
        padding: 0 22px 0 13px;
        border-radius: 12px;
        scroll-margin: 90px;
    }
}

.article__block + .article__block {
    margin-top: 24px;
}

.article__subtitle {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    color: var(--color-foreground-secondary);
    transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .article__subtitle {
        font-size: 20px;
        line-height: 1;
    }
}

.article__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    padding: 32px 0;
}

@media (max-width: 767px) {
    .article__toggle {
        padding: 22px 0;
    }
}

.article__toggle:hover .article__subtitle {
    color: #AE1F25;
}

.article__toggle.closed .article__toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.article__toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: relative;
}

@media (max-width: 767px) {
    .article__toggle-icon {
        width: 24px;
        height: 24px;
    }
}

.article__toggle-icon::before,
.article__toggle-icon::after {
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 10px;
    background-color: var(--color-button-background);
}

@media (max-width: 767px) {
    .article__toggle-icon::before,
    .article__toggle-icon::after {
        width: 24px;
        height: 2px;
    }
}

.article__toggle-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}

.article__toggle-content {
    padding-bottom: 66px;
}

@media (max-width: 767px) {
    .article__toggle-content {
        padding-top: 16px;
        padding-bottom: 35px;
    }
}

.article__toggle-content p,
.article__toggle-content ul li {
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-foreground-secondary);
}

@media (max-width: 767px) {
    .article__toggle-content p,
    .article__toggle-content ul li {
        font-size: 14px;
        line-height: 1.14;
    }
}

.article__toggle-content p {
    margin: 0;
}

.article__toggle-content p + p {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .article__toggle-content p + p {
        margin-top: 12px;
    }
}

.article__toggle-content p + .article__table--icons {
    margin-top: 25px;
}

.article__toggle-content ul {
    margin-top: 8px;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .article__toggle-content ul {
        margin-top: 0;
        padding-left: 6px;
    }
}

.article__toggle-content ul li {
    display: flex;
    position: relative;
    padding-left: 14px;
}

.article__toggle-content ul li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--color-foreground-secondary);
    position: absolute;
    top: 8px;
    left: 2px;
}

.article__table-wrapper {
    padding: 27px 30px 27px 18px;
    background-color: var(--color-table-background);
    border-radius: 8px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .article__table-wrapper {
        padding: 43px 8px 21px;
        background-color: transparent;
        border-radius: 12px;
        margin-bottom: 0;
    }
}

.article__table-wrapper + .article__annotation {
    margin-top: -13px;
}

@media (max-width: 767px) {
    .article__table-wrapper + .article__annotation {
        margin-top: 7px;
    }

    .article__table-wrapper--scrolled {
        overflow-x: auto;
    }

    .article__table-wrapper--scrolled .article__table {
        min-width: 423px;
    }
}

.article__table {
    width: 100%;
    border-collapse: collapse;
}

.article__table tr + tr {
    border-top: 1px solid var(--color-border);
}

.article__table td {
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-foreground-secondary);
}

@media (max-width: 767px) {
    .article__table td {
        font-size: 14px;
        line-height: 1.14;
    }
}

.article__table td.center {
    font-size: 18px;
    text-align: center;
}

@media (max-width: 767px) {
    .article__table td.center {
        text-align: left;
    }

    .article__table--simple tr {
        display: block;
    }

    .article__table--simple tr + tr {
        margin-top: 14px;
        padding-top: 16px;
    }
}

.article__table--simple td {
    padding: 34px 0;
}

@media (max-width: 767px) {
    .article__table--simple td {
        display: block;
        padding: 3px 0;
    }
}

.article__table--simple td:first-child {
    width: 35%;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .article__table--simple td:first-child {
        width: 100%;
        font-size: 16px;
    }
}

.article__table--simple td:nth-child(2) {
    width: 65%;
}

@media (max-width: 767px) {
    .article__table--simple td:nth-child(2) {
        width: 100%;
    }
}

.article__table--bg tr + tr {
    border-top: 0;
    border-bottom: 1px solid var(--color-border);
}

.article__table--bg th {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
    padding-bottom: 6px;
}

@media (max-width: 767px) {
    .article__table--bg th {
        font-size: 14px;
        line-height: 1.14;
    }
}

.article__table--bg td {
    padding: 13px 0;
}

@media (max-width: 767px) {
    .article__table--bg td {
        padding: 12.5px 0;
    }
}

.article__table--col-2 td:first-child {
    width: 80%;
}

.article__table--col-2 td:nth-child(2) {
    width: 20%;
    text-align: right;
}

.article__table--colored-head tr:nth-child(2) {
    background-color: var(--color-table-head);
}

.article__table--colored-head td {
    padding: 13px 18px;
}

@media (max-width: 767px) {
    .article__table--colored-head td {
        padding: 9px 13px;
    }
}

.article__table--icons td:first-child {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.article__table--icons td:first-child img {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    object-fit: contain;
}

.article__table--icons td:first-child span {
    display: block;
}

.article__table--last-child-offset tr:last-child td {
    padding-bottom: 0;
}

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

@media (max-width: 767px) {
    .article__annotation {
        flex-direction: column;
    }
}

.article__annotation-item {
    font-size: 12px;
    line-height: 1.15;
    color: var(--color-foreground-secondary);
}

@media (max-width: 767px) {
    .article__annotation-item {
        font-size: 10px;
        line-height: 1.2;
    }
}

.article__annotation-item:nth-child(2n) {
    width: calc(43% - 23px);
}

@media (max-width: 767px) {
    .article__annotation-item:nth-child(2n) {
        width: 100%;
    }
}

.article__annotation-item:nth-child(2n + 1) {
    width: calc(57% - 23px);
    margin-right: 46px;
    padding-right: 46px;
    border-right: 1px solid var(--color-border);
}

@media (max-width: 767px) {
    .article__annotation-item:nth-child(2n + 1) {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 16px;
        border-right: 0;
    }
}

.article__recommendations {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .article__recommendations {
        justify-content: center;
        gap: 8px 13px;
    }
}

.article__recommendations img {
    width: 158px;
    height: 158px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .article__recommendations img {
        width: 80px;
        height: 80px;
    }

    .article__recommendations picture:first-child {
        width: 100%;
        text-align: center;
    }
}

.article__recommendations picture:first-child img {
    width: 257px;
    height: 257px;
}

@media (max-width: 767px) {
    .article__recommendations picture:first-child img {
        width: 135px;
        height: auto;
    }
}

.article__recommendations picture:not(:first-child) img {
    margin-right: 16px;
}

@media (max-width: 767px) {
    .article__recommendations picture:not(:first-child) img {
        margin-right: 0;
    }
}

.article__note {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--color-foreground-title);
    padding: 30px 0;
}

@media (max-width: 767px) {
    .article__note {
        font-size: 16px;
        line-height: 1.1;
        padding: 25px 10px;
    }
}

/* Articles */
.articles-page {
    padding-bottom: 78px;
}

.articles-page__title {
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    color: var(--color-foreground-title);
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .articles-page__title {
        font-size: 24px;
        letter-spacing: -0.72px;
    }
}

.articles-page__text {
    max-width: 1029px;
    font-size: 24px;
    line-height: 1;
    color: var(--color-foreground-secondary);
    margin-top: 18px;
}

@media (max-width: 767px) {
    .articles-page__text {
        font-size: 16px;
        line-height: 1.12;
    }
}

.articles-page__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 8px;
    margin-top: 35px;
}

@media (max-width: 1279px) {
    .articles-page__wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .articles-page__wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }
}

.articles-page--inner {
    padding-top: 48px;
}

@media (max-width: 767px) {
    .articles-page--inner {
        padding-top: 10px;
    }
}

.articles-page--inner .articles-page__wrapper {
    gap: 56px 8px;
}

@media (max-width: 1279px) {
    .articles-page--inner .articles-page__wrapper {
        gap: 8px;
    }
}

.articles-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 32px;
}

.articles-card > a {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.articles-card > a:hover ~ .articles-card__content .articles-card__link {
    color: var(--color-button-background);
}

.articles-card__bg {
    position: absolute;
    inset: 0;
}

.articles-card__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.articles-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-width: 245px;
    min-height: 192px;
}

@media (max-width: 767px) {
    .articles-card__content {
        min-height: 250px;
    }
}

@media (max-width: 575px) {
    .articles-card__content {
        min-height: 113px;
    }
}

.articles-card__title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-foreground-title);
}

@media (max-width: 767px) {
    .articles-card__title {
        font-size: 16px;
    }
}

.articles-card__link {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.18px;
    color: var(--color-button-link);
    margin-top: 18px;
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    .articles-card__link {
        font-size: 14px;
        letter-spacing: -0.14px;
        margin-top: 15px;
    }
}

/* Articles inner */
.articles-banner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .articles-banner .articles-page__title {
        font-size: 32px;
        line-height: 1;
        margin-top: 11px;
    }
}

.articles-banner .articles-page__text {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .articles-banner .articles-page__text {
        width: 59%;
        font-size: 14px;
    }
}

.articles-banner__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 543px;
    padding-bottom: 105px;
}

@media (max-width: 767px) {
    .articles-banner__container {
        min-height: 332px;
        padding-bottom: 64px;
    }
}

.articles-banner__bg {
    position: absolute;
    inset: 0;
}

.articles-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.articles-banner__link {
    margin-top: auto;
}

.post-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--color-background-card);
    position: relative;
}

.post-card > a {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.post-card > a:hover ~ .post-card__content .post-card__link {
    background-color: var(--color-button-background);
    color: var(--color-button-text);
}

.post-card__bg {
    height: 0;
    padding-top: 55%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.post-card__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.post-card__content {
    padding: 32px 26px 51px;
}

@media (max-width: 767px) {
    .post-card__content {
        padding: 21px 26px 36px;
    }
}

.post-card__top,
.post-card__group,
.post-card__read-time,
.post-card__views {
    display: flex;
    align-items: center;
}

.post-card__read-time,
.post-card__views {
    gap: 8px;
}

@media (max-width: 767px) {
    .post-card__read-time,
    .post-card__views {
        gap: 4px;
    }

    .post-card__read-time img,
    .post-card__views img,
    .post-card__likes img {
        width: 14px;
    }
}

.post-card__top {
    justify-content: space-between;
    gap: 15px 30px;
    font-size: 18px;
    line-height: 1;
    color: var(--color-foreground-secondary);
}

.article-single-video .post-card__top {
      gap: 15px 25px;
}

@media (max-width: 767px) {
    .post-card__top {
        font-size: 14px;
    }
}

.post-card__group {
    gap: 60px;
}

.post-card__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.24px;
    color: var(--color-foreground-secondary);
    margin-top: 25px;
}

.article-single-video .article-single__image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.article-single-video .article-single__image {
    cursor: pointer;
}

.article-single-video .article-single__image:hover rect {
  fill: #F7A429;
}

.article-single-video .article-single__image:hover path {
   fill: #fff;
}

@media (max-width: 767px) {
    .post-card__title {
        font-size: 16px;
        letter-spacing: -0.16px;
        margin-top: 16px;
    }
}

.post-card__link {
    min-width: 146px;
    padding: 10px 42px;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .post-card__link {
        font-size: 14px;
        max-width: 108px;
        padding: 3px 15px;
        margin-top: 22px;
    }
}

.articles-page__show-more {
    min-width: 207px;
    margin-top: 48px;
    border-radius: 8px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .articles-page__show-more {
        margin-top: 20px;
    }
}

/* Article single */
.article-single .article__wrapper {
    margin-top: 0;
}

@media (max-width: 767px) {
    .article-single .article__wrapper {
        margin-top: 27px;
    }
}

.article-single--pb {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .article-single--pb {
        padding-top: 20px;
        padding-bottom: 35px;
    }
}

.article-single .sidebar__button {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.16px;
    color: var(--color-button-background);
    transition: 0.3s ease;
}

.article-single-video.article-single .sidebar__button {
  margin: 40px 0 0 0;
}

@media (max-width: 767px) {
    .article-single .sidebar__button {
        font-size: 14px;
        margin-top: 0;
    }
}

.article-single .sidebar__button:hover {
    color: #EA8C02;
}

.article-single .sidebar__wrapper {
    background-color: var(--color-background-card);
}

.article-single .sidebar__wrapper a {
    color: #000;
}

.article-single .sidebar__wrapper a.active,
.article-single .sidebar__wrapper a:hover {
    color: rgb(64, 55, 54);
}

.article-single__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 113px;
}

@media (max-width: 1279px) {
    .article-single__container {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .article-single__container {
        flex-direction: column;
        justify-content: flex-start;
        gap: 113px;
    }
}

.article-single__content {
    min-width: 516px;
    max-width: 516px;
}

@media (max-width: 1024px) {
    .article-single__content {
        min-width: 440px;
        max-width: 440px;
    }
}


@media (max-width: 767px) {
    .article-single__content {
        min-width: auto;
        max-width: 100%;
    }
}

.article-single__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-foreground-title);
    margin: 0;
    text-transform: uppercase;
}

.article-single-video .article-single__title {
  font-size: 42px;
}

.article-single-video .article-single__container {
  gap: 60px;
}

@media (max-width: 767px) {
    .article-single__title, .article-single-video .article-single__title  {
        font-size: 32px;
        line-height: 1;
    }
}

.article-single__post-info {
    background-color: transparent;
    border-radius: 0;
    margin-top: 16px;
}

.article-single__post-info .post-card__top {
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .article-single__post-info .post-card__top {
        font-size: 14px;
    }

    .post-card__date {
        display: none;
    }
}

.article-single__text {
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-foreground-secondary);
    margin-top: 17px;
}

@media (max-width: 767px) {
    .article-single__text {
        font-size: 14px;
        line-height: 1.14;
    }
}

.article-single__link {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .article-single__link {
        margin-top: 18px;
    }
}

.article-single__image {
    display: block;
    width: 100%;
    margin-top: 58px;
    height: 0;
    padding-top: 31.4%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.article-single__image--mobile {
    display: none;
}

@media (max-width: 767px) {
    .article-single__image {
        display: none;
    }

    .article-single__image--mobile {
        display: block;
        padding-top: 62%;
        margin-top: 13px;
    }
}

.article-single__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.article-single__block-wrapper {
    padding: 61px 44px 46px 38px;
    background-color: var(--color-background-card);
    border-radius: 25px;
    scroll-margin: 156px;
}

@media (max-width: 1530px) {
    .article-single__block-wrapper {
        scroll-margin: 80px;
    }
}

@media (max-width: 767px) {
    .article-single__block-wrapper {
        padding: 30px 22px 30px 13px;
        border-radius: 12px;
        scroll-margin: 90px;
    }
}

.article-single__block-wrapper--author {
    padding: 40px;
}

@media (max-width: 767px) {
    .article-single__block-wrapper--author {
        margin-top: -16px !important;
        padding: 30px 22px 30px 13px;
    }
}

.article-single__block-wrapper + .article-single__block-wrapper {
    margin-top: 14px;
}

@media (max-width: 767px) {
    .article-single__block-wrapper + .article-single__block-wrapper {
        margin-top: 0;
    }
}

.article-single__block {
    scroll-margin: 156px;
}

@media (max-width: 1530px) {
    .article-single__block {
        scroll-margin: 80px;
    }
}

@media (max-width: 767px) {
    .article-single__block {
        scroll-margin: 90px;
    }
}
.article-single__block a {
    color: #D1232A;
    text-decoration: underline;
}

.article-single__block a:hover {
    text-decoration: none;
}

.article-single__block p {
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-foreground-secondary);
    margin: 0 0 8px;
}

.article-single__block p + ul {
    margin-top: -8px;
}

.article-single__block .article-single__title-small {
    margin-top: 24px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .article-single__block .article-single__title-small {
        margin-top: 16px;
    }
}

.article-single__block ul {
    padding-left: 10px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .article-single__block ul {
        padding-left: 6px;
    }
}

.article-single__block ul li {
    position: relative;
    padding-left: 14px;
    color: var(--color-foreground-secondary);
}

.article-single__block ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color-foreground-secondary);
    position: absolute;
    top: 8px;
    left: 2px;
}

.article-single__subtitle {
    font-size: 24px;
    line-height: 1.16;
    font-weight: 700;
    color: var(--color-foreground-secondary);
    margin-top: 40px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .article-single__subtitle {
        line-height: 1;
        margin-top: 32px;
        margin-bottom: 16px;
    }
}

.article-single__title-main {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color-foreground-secondary);
    margin: 0;
}


@media (max-width: 767px) {
    .article-single__title-main {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 16px;
    }
}

.author {
    display: flex;
    gap: 17px;
}

@media (max-width: 1023px) {
    .author {
        flex-direction: column;
    }
}

.author__image {
    min-width: 142px;
    max-width: 142px;
    height: 142px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--color-button-background);
}

@media (max-width: 1023px) {
    .author__image {
        min-width: 95px;
        max-width: 95px;
        height: 95px;
    }
}

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

.author__position {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-foreground-secondary);
}

.article-single__space {
    font-style: italic;
    padding-left: 2rem;
}

.article-single__flex {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1023px) {
    .author__position {
        display: none;
    }

    .article-single__flex {
    flex-wrap: wrap;
}
.article-single__flex img {
    margin: 20px auto 0 auto;
}
}
.article-single__underline {
    text-decoration: underline;
    color: #EA8C02;
}

.article-single__underpic {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.author__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
    margin-top: 24px;
}

@media (max-width: 1023px) {
    .author__grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
    }
}

.author__item span:first-child {
    display: block;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 700;
    color: var(--color-foreground-secondary);
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .author__item span:first-child {
        font-size: 18px;
        line-height: 1.55;
        margin-bottom: 0;
    }
}

.author__item span:last-child {
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-foreground-secondary);
}

@media (max-width: 767px) {
    .author__item span:last-child {
        font-size: 14px;
        line-height: 1.42;
    }
}

.author__item span.red {
    color: #D1232A;
}

.related-articles {
    padding-bottom: 140px;
}

@media (max-width: 767px) {
    .related-articles {
        padding-bottom: 100px;
    }
}

.related-articles__title,
.sources__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-foreground-title);
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .related-articles__title,
    .sources__title {
        font-size: 32px;
    }
}

.related-articles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 8px;
    margin-top: 62px;
}

@media (max-width: 1279px) {
    .related-articles__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .related-articles__grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }
}

.sources {
    padding-bottom: 80px;
}

.sources ol {
    margin: 34px 0 0;
    padding: 0;
}

.sources ol li {
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-foreground-secondary);
    word-break: break-word;
}

@media (max-width: 767px) {
    .sources ol li {
        font-size: 12px;
        line-height: 1;
    }
}

.sources ol li::before {
    padding-right: 8px;
}

.sources ol li a {
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-foreground-secondary);
    text-decoration: underline;
    word-break: break-word;
}

@media (max-width: 767px) {
    .sources ol li a {
        font-size: 12px;
        line-height: 1;
    }
}

.sources ol li a:hover {
    text-decoration: none;
}

.practice {
    border-radius: 24px;
    background-color: var(--color-background-card);
    padding: 97px 0;
    margin-bottom: 150px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .practice {
        padding: 35px 0 97px;
    }
}

.practice__title {
    font-size: 48px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #D1232A;
    margin: 0;
}

@media (max-width: 767px) {
    .practice__title {
        font-size: 28px;
    }
}

.practice__button {
    margin-top: 43px;
}

.practice__bg {
    position: absolute;
    inset: 0;
}

.practice__bg img {
    object-fit: contain;
    object-position: right bottom;
    position: absolute;
}

.practice__bg picture:first-child img {
    width: 400px;
    top: 207px;
    right: 37%;
}

@media (max-width: 1400px) {
    .practice__bg picture:first-child img {
        display: none;
    }
}

@media (max-width: 1023px) {
    .practice__bg picture:first-child img {
        width: 300px;
        height: auto;
        top: 300px;
        right: 35%;
    }
}

@media (max-width: 767px) {
    .practice__bg picture:first-child img {
        width: 245px;
        height: 217px;
        top: 107px;
        right: 78px;
    }
}

.practice__bg picture:nth-child(2) img {
    width: 600px;
    bottom: 0;
    right: 0;
}

@media (max-width: 1023px) {
    .practice__bg picture:nth-child(2) img {
        width: 429px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .practice__bg picture:nth-child(2) img {
        width: 150px;
        height: 475px;
    }
}

.disc-cookie {
	position: fixed;
	bottom: 10vh;
	left: 0;
	right: 0;
	width: auto;
	background: #F5F3F4;
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 12px 8%;
	z-index: 99;
  }
  .disc-cookie__mtext {
	color: #110F14;
	font-size: 16px;
  }
  .disc-cookie__mtext a {
	text-decoration: underline;
	 color: #110F14;
  }
  
  .disc-cookie__link {
	font-size: 12px;
	color: #828282;
	text-decoration: underline;
	margin-top: 10px;
  }

  .disc-cookie__link a {
    color: #110F14;
    text-decoration: underline;
  }
  
  .disc-cookie__agree {
	width: 180px;
	min-width: 180px;
	height: 50px;
	font-size: 14px;
	border-radius: 6px;
	transition: .3s;
	margin-left: 10px;
	font-family: Circe;
	cursor: pointer;
	border: 0;
    color: #FFF;
    background: #F7A429;
    transition: .3s;
  }
  .disc-cookie__agree:hover {
	background-color: #EA8C02;
}
  
  .disc-cookie.discCookieDown {
	bottom: 0;
  }

  @media (max-width: 1227px) {
    .disc-cookie {
        bottom: 116px;  
    }
  }

  @media (max-width: 782px) {
    .disc-cookie {
        bottom: 160px;  
    }
  }


  
  @media (max-width: 650px) {
	.disc-cookie {
		padding: 15px 15px 10px 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
  
	.disc-cookie__agree {
	  width: 293px;
	  min-width: 293px;
	  height: 34px;
	  margin-left: 0;
	}
	.disc-cookie__mtext {
		font-size: 12px;
	}
	.disc-cookie__link {
	  margin: 15px 0 10px 0;
	}
  }

  @media (max-width: 640px) {
    .disc-cookie {
        bottom: 80px;  
    }
  }
  @media (max-width: 392px) {
    .disc-cookie {
        bottom: 90px;  
    }
  }

  .sv-action {
    margin: 40px 0 60px 0;
}
.sv-action-article {
  margin-top: 0;
}
.sv-action__flex {
    display: flex;
    justify-content: space-between;
}

.sv-action__flex-item {
     width: 49%;
    min-height: 114px;
    border-radius: 12px;
}

.sv-action__like {
    background: rgb(247, 164, 41);
    display: flex;
    padding: 30px 60px 27px 30px;
    justify-content: space-between;
}
.sv-action__texts span {
    display: block;
    color: #fff;
}
.sv-action__texts span:nth-child(1) {
    font-size: 32px;
    font-weight: 700;
}
.sv-action__texts span:nth-child(2) {
    font-size: 16px;
    margin-top: 10px;
}

.sv-action__socseti {
  background: rgb(189, 205, 220);
    padding: 35px 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sv-action__likeit button {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto 10px auto;
}
.sv-action__likeit button img {
    width: 100%;
    height: 100%;
}

.sv-action__likesnum {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.related-articles__title + .videos-main__self {
  margin-top: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.related-articles.videos-main {
  padding-bottom: 60px;
}

@media (max-width: 1350px) {
  .sv-action__like {
    padding-right: 30px;
  }
  .sv-action__socseti {
    padding: 35px 90px;
  }
}

@media (max-width: 1023px) {
  .sv-action__flex {
    flex-wrap: wrap;
  }

  .sv-action__flex-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .article-single-video .post-card__group {
    gap: 35px;
}
.article-single-video.article-single .sidebar__button {
  margin: 30px 0 0 0;
}
.sv-action__like {
  padding: 20px 25px 20px 20px;
}
.sv-action__texts span:nth-child(1) {
  font-size: 24px;
}
.sv-action__texts span:nth-child(2) {
  font-size: 14px;
}
.sv-action__flex-item {
  min-height: initial;
}
.sv-action__likeit button {
  width: 65px;
  height: 65px;
}
.sv-action__likesnum {
  font-size: 14px;
}
.sv-action__soclink img:not(.treug) {
  width: 50px;
  height: 50px;
}
.sv-action__socseti {
  padding: 20px 40px;
}
.sv-action__texts {
   max-width: 50%;
}
.sv-action {
  margin: 35px 0 0 0;
}
    .sv-action-article {
  margin-bottom: 40px;
  margin-top: 0;
}
.sv-action img {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.related-articles__title + .videos-main__self {
  margin-top: 10px;
}
.article-single-video .article-single__image svg {
  width: 42px;
  height: 42px;
}
} 

/* body.bluring *:not(.video-popup, .video-popup *) {
    filter: blur(2px);
} */

/* .video-popup {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 239, 243, 0.8);
    display: none;
    justify-content: center;
    padding-top: 100px;
} */


/* iframe.video-popup__content,
.video-popup iframe, .video-popup .video-popup__close + div {
      width: 53%;
        height: 580px;
    border-radius: 10px;
    padding-top: 0 !important;
}
.video-popup__close {
    position: absolute;
    cursor: pointer;
      top: 100px;
    right: 20vw;
} */

/* @media (max-width: 1400px) {
    iframe.video-popup__content,
    .video-popup iframe, .video-popup .video-popup__close + div {
        height: 40vw;
        padding-top: 0 !important;
}
.video-popup__close {
  right: 17.5vw;
}
} */

/* @media (max-width: 767px) {

  .video-popup__close {
    width: 33px;
    height: 33px;
      right: 5%;
    top: 60px;
  }
  iframe.video-popup__content,
  .video-popup iframe, .video-popup .video-popup__close + div {
        height: 60vw;
        width: 90%;
        padding-top: 0 !important;
}
} */

.sv-action__likeit.vs-likeit-active .super-liked {
 display: block;
}
.sv-action__likeit.vs-likeit-active .not-liked {
 display: none;
}

.sv-action__likeit.vs-likeit:not(.vs-likeit-active) .super-liked {
 display: none;
}

.sv-action__message {
    position: absolute;
    color: rgb(189, 205, 220);
    background: #fff;
    width: 117px;
    height: 21px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    top: calc(100% + 5px);
    left: 50%;
    transform: translatex(-50%);
    display: none;
}

.sv-action__message img {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translatex(-50%);
}

.sv-action__soclink {
    position: relative;
}

.sv-action__soclink-done {
  display: none;
}

.trackerBtn {
    height: initial;
    display: block;
    margin: 20px auto 0 0;
}

@media (max-width: 767px) {
  .trackerBtn {
    max-width: initial;
    margin: 0;
  }
}

.video-clicka {
  cursor: pointer;
}

/* iframe.video-popup__content {
  display: none;
}

iframe.video-popup__content.isPlaying {
  display: block;
} */


.mainpage-links .articles-banner {
    min-height: 400px;
}

.mainpage-links__title {
    position: absolute;
    font-size: 42px;
    margin: 0;
    top: 55px;
    left: 55px;
}

.mainpage-links__execises {
    position: absolute;
    left: 55px;
    top: 250px;
}
.mainpage-links {
    margin-bottom: 140px;
}

@media (max-width: 1340px) {
    .instruction-btn.mainpage-links__execises {
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .mainpage-links__title {
        font-size: 33px;
    }
}

@media (max-width: 540px) {
    .instruction-btn.mainpage-links__execises {
        max-width: 128px;
        height: 44px;
        font-size: 14px;
        text-transform: capitalize;
        left: 15px;
        top: 135px;
    }
    .mainpage-links__title {
        left: 15px;
        top: 20px;
        font-size: 24px;
    }
    .mainpage-links__execises span {
      display: none;
    }
    .mainpage-links .articles-banner {
        min-height: 383px;
    }
    .mainpage-links {
        margin-bottom: 40px;
    }
}

.mainpage-links__heads .mainpage-links__title {
    position: static;
}

.mainpage-links__heads {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.mainpage-links__articles-mob {
    display: none;
}

@media (max-width: 1279px) {
    .mainpage-links .post-card:nth-child(3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .mainpage-links .post-card:not(.post-card-mainmob) {
        display: none;
    }
    .mainpage-links__articles-mob {
        display: block;
        margin-top: 20px;
    }
    .mainpage-links__articles-desk {
        display: none;
    }
    .mainpage-links__heads .mainpage-links__title {
        font-size: 32px;
    }
    .mainpage-links__heads {
        margin-top: 50px;
    }
}

.slider__item-info .slider__item-info__title {
  font-weight: bold;
  font-size: 64px;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
}

.slider__item-info .slider__item-info__title span {
  color: #D1232A
}

@media (max-width:1480px) {

  .slider__item-info .slider__item-info__title {
    font-size: 57px;
  }

}

@media (max-width:1400px) {
  .slider__item-info .slider__item-info__title {
    font-size: 48px;
    margin-bottom: 22px;
  }
}

@media (max-width:1170px) {
  .slider__item-info .slider__item-info__title {
    font-size: 40px;
  }
}

@media (max-width:1023px) {
  .slider__item-info .slider__item-info__title span {
    display: block;
  }

  .slider__item-info .slider__item-info__title {
    font-size: 35px;
  }
}

@media (max-width:540px) {
  .slider__item-info .slider__item-info__title {
    font-size: 28px;
    margin-bottom: 18px;
  }
}

.trans-marker li {
    list-style: circle;
    padding-left: 0 !important;
}

.trans-marker {
   padding-left: 20px !important;
   margin-top: 5px;
}

.trans-marker li:before {
    display: none !important;
    padding-left: 10px !important;
}

.footer_newtext-new {
    margin-bottom: 20px;
    margin-top: -20px;
    font-size: 13px;
}

.footer_newtext-new a {
    color: inherit;
    text-decoration: underline;
}

.page404 {
    padding-top: 35px;
    color: #333333;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}
.page404 h1 {
  position: absolute;
  left: -8000px;
}
.page404__title {
    font-size: 254px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}

.page404__descr-bold {
    font-size: 36px;
    font-weight: 700;
}
.page404__descr {
    font-size: 18px;
    max-width: 400px;
    margin: 15px 0 25px 0;
}

.page404__link {
    width: 274px;
    height: 56px;
    background-color: #D1232A;
    border: 0;
}
.page404__self {
    padding-left: 15%;
}

.page404__pic {
    position: absolute;
    right: 15%;
    top: 15px;
}

@media (max-width: 1600px) {
  .page404__self {
    padding-left: 10%;
}
.page404__pic {
  right: 0;
}
}

@media (max-width: 1250px) {
    .page404__self {
    padding-left: 0;
}
}
@media (max-width: 1100px) {
    .page404__pic {
    transform: translateX(50%);
}
}

@media (max-width: 767px) {
  .page404__title {
    font-size: 114px;
  }
  .page404__descr-bold {
    font-size: 20px;
  }

  .page404__descr {
    font-size: 12px;
        max-width: 194px;
    margin: 15px 0 20px 0;
  }
  .page404__link {
     width: 161px;
     height: 44px;
     font-size: 14px;
     padding-left: 15px;
     padding-right: 15px;
  }
  .page404__pic {
    transform: translateX(54%);
    width: 372px;
    top: 0;
}
}

.sitemap__title {
    font-size: 64px;
    line-height: 64px;
    margin: 15px 0 50px 0;
}

.sitemap__list {
    margin-bottom: 40px;
}

.sitemap__title2 a {
    color: #333333;
    font-size: 32px;
    margin-bottom: 20px;

}

.sitemap__title2 {
    margin: 0;
}

.sitemap__list a {
  color: #333333;
  text-decoration: underline;
    font-size: 18px;
}

.sitemap__list a:hover {
    text-decoration: none;
}

.sitemap__list-li {
    position: relative;
    margin-bottom: 20px;
}
.sitemap__list-li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #F7A429;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.sitemap__list-li {
  padding-left: 20px;
}

.sitemap__list-li2 {
    margin-top: 7px;
}

.sitemap__list-li2 a {
    color: rgba(51, 51, 51, 0.5);
    font-size: 14px;
}
.sitemap {
    padding-bottom: 20px
}

@media (max-width: 767px) {
  .sitemap__title {
    font-size: 24px;
    line-height: 1;
    margin: 0
}

.sitemap__title2 a {
    font-size: 18px;
    line-height: 30px;
}

.sitemap__list {
    margin-bottom: 25px;
}
}


.aptekaru-item {
    position: relative;
}

.aptekaru-item__icon {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}

.aptekaru-item__text {
    position: absolute;
    background: #EDEDED;
    border-radius: 12px;
    width: 260px;
    font-size: 10px;
    padding: 15px 25px 15px 15px;
    z-index: 99;
    color: #686868;
    line-height: 1.25;
    left: 0;
    top: 5px;
    display: none;
}

.aptekaru-item__text a {
    color: #686868;
    text-decoration: underline;
}

.aptekaru-item__text-cross {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: 5px;
}


.quest {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 999999999;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 50px;
    justify-content: center;
    overflow: auto;
    
}
.quest__content {
    width: 1060px;
    padding: 67px 0 92px 113px;
    background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
        height: fit-content;
        position: relative;
}

.quest__item-ul {
    display: flex;
    list-style: none;
}
.quest__item {
    margin-top: 35px;
    color: #333333;
}
.quest__item label {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.quest__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #D1232A;
    text-transform: uppercase;
    max-width: 550px;
}
.quest__item-title {
    font-weight: 600;
font-size: 24px;
    margin-bottom: 17px;
    max-width: 590px;
}

.quest__item-li [type="radio"] {
    display: none;
}

.quest__item-li [type="radio"] {
    display: none;
}
.quest__item-li [type="radio"]:checked + .radio-fake {
    border-color: #DE0000;
}
.quest__item-li [type="radio"]:checked + .radio-fake:after {
    width: 14px;
    height: 14px;
    background-color: #DE0000;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.quest__item-li [type="radio"]#q1-1:checked + .radio-fake {
    border-color: #7BB500;
}

.quest__item-li [type="radio"]#q1-1:checked + .radio-fake:after {
    background-color: #7BB500;
}
.quest__item-li [type="radio"]#q2-3:checked + .radio-fake {
    border-color: #7BB500;
}

.quest__item-li [type="radio"]#q2-3:checked + .radio-fake:after {
    background-color: #7BB500;
}

.radio-fake {
    width: 32px;
    height: 32px;
    background: #F9F9F9;
    border: 2px solid #EBEBEB;
    border-radius: 50%;
    margin-right: 12px;
    transition: .3s;
    position: relative;
}

.quest__item-ul-title {
    font-size: 16px;
}
.quest__finish {
    width: 170px;
    height: 56px;
    cursor: pointer;
    background: #F7A429;
border-radius: 4px;
    outline: none;
    border: 0;
    color: #fff;
    font-family: 'Circe';
font-weight: 600;
font-size: 20px;
    transition: .3s;
       margin-top: 52px;
}

.quest__finish:not(.quest__finish-inactive):hover {
    background-color: #EA8C02;
 
}

.quest__points {
    position: absolute;
    right: 0;
    display: none;
    flex-direction: column;
    top: 50%;
    transform: translatey(-50%);
    right: 32px;
}
.quest__points1 {
   height: 29px;
    width: 8px;
    border-radius: 39px;
    background: rgba(0,0,0,0.5);
}
.quest__points2 {
   height: 80px;
    width: 8px;
    border-radius: 39px;
    background: #FF5032;
    margin-top: 22px;
}
    

.quest__close {
    position: absolute;
    top: 23px;
    right: 23px;
    cursor: pointer;
}

.quest__finish-inactive {
  background: #808080 !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.quest__cond {
    font-size: 16px;
    line-height: 16px;
    color: #DE0000;
    margin-top: 15px;
    transition: .3s;
}

.quest2 {
    display: none;
}

.quest__about {
    font-weight: 600;
font-size: 24px;
line-height: 34px;
color: #333333;
    margin-top: 24px;
    max-width: 700px;
    margin-bottom: 50px;
}

.quest__confirm {
    font-weight: 600;
font-size: 24px;
line-height: 29px;
color: #E2241D;
}

.quest__final {
    display: flex;
    align-items: center;
    margin-top: 23px;
}

.quest__confirm2 {
    font-size: 14px;
line-height: 16px;
max-width: 490px;
color: #333333;
}
.quest__confirm2 a {
    text-decoration: underline;
    color: #333333;
}
#btn-final {
    margin-top: 0;
    margin-right: 33px;
}

.quest2 .quest__points2 {
    margin-top: 0;
    margin-bottom: 22px;
}

@media (max-width: 1550px) {
    .quest {
      padding-top: 10px;
    }
    .quest__content {
       padding-top: 10px;
       padding-bottom: 10px;
    }
}

@media (max-width: 1100px) {
    .quest__content {
        width: 95%;
    }
}

@media (max-width: 900px) {
    .quest__content {
       padding: 63px 25px 47px 25px;
       box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
     }
     .quest__title {
        font-size: 18px;
        line-height: 18px;
     }
     .quest__item {
        margin-top: 23px;
     }
     .quest__item-title {
       font-size: 14px;
        line-height: 17px;
        margin-bottom: 14px;
     }
     .quest__item-ul-title {
        font-size: 14px;
     }
     .radio-fake {
        width: 26px;
        height: 26px;
        margin-right: 12px;
        border-width: 1px;
     }
     .quest__item-li [type="radio"]:checked + .radio-fake:after {
        width: 12px;
        height: 12px;
     }
     .quest__item-ul {
        flex-wrap: wrap;
     }
     .quest__item-li {
        width: 100%;
        margin-bottom: 14px;
     }
     .quest__finish {
        width: 112px;
        height: 34px;
        border-radius: 24px;
        font-size: 14px;
        margin-top: 25px;
     }
     .quest__cond {
        font-size: 14px;
        line-height: 14px;
     }
     .quest__close {
        width: 17px;
        height: 17px;
        top: 20px;
        right: 20px;
     }
     .quest__points {
        right: initial;
        left: 25px;
        top: 25px;
        flex-direction: row;
     }

     .quest__points2 {
        width: 80px;
        height: 4px;
        margin-top: 0;
        margin-left: 22px;
     }
     .quest__points1 {
        width: 30px;
        height: 4px;
     }
     .quest {
        padding-top: 46px;
        overflow: auto;
     }
     .quest2 .quest__points2 {
       margin-bottom: 0;
       margin-left: 0;
       margin-right: 22px;
     }
     .quest__about {
        margin-top: 12px;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 30px;
     }
     .quest__confirm {
        font-size: 16px;
line-height: 16px;
     }
     .quest__final {
        margin-top: 18px;
        flex-wrap: wrap;
     }
     #btn-final {
        margin-right: 0;
        margin-bottom: 14px;
     }
     .quest__confirm2 {
        font-size: 12px;
    line-height: 14px;
    }

}

.articles-banner-kinezio .articles-page__title span {
    color: #F7A429;
}

.articles-banner__diskl {
   font-size: 28px;
    color: rgba(51, 51, 51, 0.5);
    text-transform: uppercase;
    margin-top: 45px;
}

.articles-banner-kinezio .articles-banner__container.articles-banner__container-gym {
    padding-bottom: 20px;
}

.video-card__discl {
    color: #F3EDED;
    font-size: 8px;
    text-transform: uppercase;
    position: absolute;
    bottom: 12px;
    text-align: center;
    width: 100%;
    padding: 0 5px;
}

.article-single__disclam {
    position: absolute;
    color: #D9D9D9;
    font-size: 16px;
    text-transform: uppercase;
    bottom: 13px;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .articles-banner__diskl {
        font-size: 20px;
    }
    .article-single__disclam {
        font-size: 12px;
    }
}

.mob-more-link {
    display: none;
}

@media (max-width: 500px) {
    .disclaimer {
        bottom: 85px;

        z-index: 98;
    }

    .mob-more-link {
        display: block;
    }

    .header__menu li:last-child a,
    .header__menu li:last-child a:not([class]) {
        display: block;

        padding: unset;

        background: url('../img/home.svg') no-repeat top center;
    }

    .header__menu li.mob-more-link.is-current:last-child a:hover {
        background: url('../img/home-red.svg') no-repeat top center;
        color: unset;
    }

    .header__menu li.mob-more-link:last-child a:hover {
        background: url('../img/home.svg') no-repeat top center;
    }

    .header__navfix-bg,
    .header__menu .famob,
    .header__menu .dietmob,
    .header__menu .pecislistsmob,
    .header__menu .herebuymob,
    .header__menu .faqmob {
        display: none;
    }

    #menu_toggler {
        display: none;
    }

    .header__navfix {
        opacity: 1;
        visibility: visible;
        z-index: 100;

        bottom: 0;
        left: 0;
        top: unset;

        height: 85px;
    }

    .header__navfix-box {
        position: relative;
        padding: unset;

        background: #FEEDD5;

        border-radius: 8px 8px 0 0;
    }

    .header__menu {
        padding: 10px;

        height: 100%;
    }

    .header__menu ul {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .header__menu li {
        margin: unset;

        background-size: 100%;
    }

    .header__menu .menu__item a:not(.mob-more-drop a),
    .header__menu .menu__item a:not(.mob-more-drop a):not([class]) {
        color: #000000;
        font-size: 12px;
        font-weight: 400;
        background-repeat: no-repeat;
        background-position: top center;
        padding-top: 4.8rem;
        max-width: 6rem;
        min-width: 3rem;
        text-align: center;

        background-size: 1.9rem;
        padding-top: 2.8rem;
    }

    .header__menu .mob-more-link .mob-more-drop {
        display: none;
    } 

    .header__menu .menu-main a,
    .header__menu .menu-main a:not([class]) {
        background-image: url('../img/home-burger.svg');
    }

    .header__menu .menu-main a.selected {
        background-image: url('../img/home-burger-red.svg');
    }

    .header__menu .boutmob a,
    .header__menu .boutmob a:not([class]) {
        background-image: url('../img/gym.svg');
    }

    .header__menu .boutmob  a.selected  {
        background-image: url('../img/gym-red.svg');
    }

    .header__menu .xercisemob a,
    .header__menu .xercisemob a:not([class]) {
        background-image: url('../img/about-pro.svg');
    }

    .header__menu .xercisemob a.selected {
        background-image: url('../img/about-pro-red.svg');
    }

    .header__menu .rticlesmob a,
    .header__menu .rticlesmob a:not([class]) {
        background-image: url('../img/article-line.svg');
    }

    .header__menu .rticlesmob a.selected {
        background-image: url('../img/article-line-red.svg');
    }

    .header__menu .is-current .mob-more-drop {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        gap: 13px;
        align-items: center;
        flex-wrap: wrap;

        padding: 1rem;

        background-color: white;
        border-radius: 16px;

        position: fixed;
        bottom: 85px;
        right: 30px;

        z-index: 200;
    }

    .header__menu .is-current .mob-more-drop .menu__item {
        background: unset;
    }

    .header__menu .is-current .mob-more-drop .menu__item.boutmob-more,
    .header__menu .is-current .mob-more-drop .menu__item.xercisemob-more,
    .header__menu .is-current .mob-more-drop .menu__item.rticlesmob-more {
        display: none;
    }

    .header__menu .is-current .mob-more-drop .menu__item a,
    .header__menu .is-current .mob-more-drop .menu__item a:not([class]) {
        font-size: 18px;
        font-weight: 400;
    }

    .header__menu .is-current .mob-more-drop .menu__item a,
    .header__menu .is-current .mob-more-drop .menu__item a:not([class]),
    .header__menu li.mob-more-link.is-current .mob-more-drop li a:hover {
        background: unset;
    }
}

.footer__menu .menu-list .mob-more-link,
.footer__menu .menu-list .menu-main {
    display: none;
}

.over12,
.ttgraf-popup {
  display: none;
}

.section-banners {
    margin-top: 75px;
    margin-bottom: -60px;
    padding-top: 30px;
}
.section-banners__img {
    max-width: 100%;
}
.section-banners__banner {
    position: relative;
    width: fit-content;
    margin: auto;
}
.section-banners__link {
    position: absolute;
        bottom: 20%;
    left: 8%;
    background: #D53030;
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 700;
    width: 277px;
    height: 55px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    line-height: 1.1;
}
.section-banners__link:hover {
    opacity: .8;
}

@media (max-width: 1279px) {
  
  .section-banners__link {
            font-size: 2vw;
        width: 18vw;
        height: 4vw;
  }

  .section-banners {
    margin-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
.section-banners__link {
                font-size: 4.5vw;
        width: 41vw;
        height: 10.5vw;
        bottom: 8vw;
        left: 7vw;
    }
  
  .section-banners {
    margin-top: 20px;
    margin-bottom: -50px;
  }
  .section-banners__banner {
    margin-top: 1rem;
  }
}


.menu__item.herebuymob a {
    background-color: #F7A429;
    width: 135px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
}

@media (min-width: 1024px) {
 .menu__item.menu-main {
    display: none;
 }   
}

.li-hide {
    display: none;
}

.li-shower {
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
}
.li-shower img {
    margin-left: 5px;
    transition: .2s;
}
.li-shower.active img {
    transform: rotate(180deg);
}
.li-shower:before {
    display: none;
}
.li-shower .li-shower__hide {
    display: none;
}
.li-shower.active .li-shower__show {
    display: none;
}
.li-shower.active .li-shower__hide {
    display: inline;
}
.li-shower span {
    font-size: 1.2em;
}

#diet {
  margin-top: 80px;
}

.sv-action__banner {
    border-radius: 20px;
    position: relative;
    margin: 25px 0;
}
.sv-action__banner img {
    border-radius: 20px;
    width: 100%;
}

.sv-action__banner .button {
    position: absolute;
        left: 25.5%;
    bottom: 34%;
    background: #D53030;
    border: 0;
    color: #fff;
    width: 15%;
    height: 17%;
    font-size: 18px;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: initial;
}
.sv-action__banner .button:hover {
   transform: translateY(-2px);
}

@media (max-width: 1350px) {
   .sv-action__banner .button {
    font-size: 12px;
}
}

@media (max-width: 767px) {
   #diet {
  margin-top: 40px;
}
.sv-action__banner {
    margin: 30px 0;
}
   .sv-action__banner .button {
    font-size: 2vw;
}
}

.header__menu .menu__item.ietmob:hover .menu__item-dropper {
   display: block;
}

.menu__item.ietmob {
    padding-bottom: 26px;
    top: 13px;
}

.menu__item-dropper {
    position: absolute;
    top: calc(100%);
    backdrop-filter: blur(4px);
    background: rgba(247, 164, 41, 0.8);
    width: 242px;
    height: 100px;
    border-radius: 10px;
    padding-top: 23px;
    padding-left: 20px;
    display: none;
}
.menu__item-dropper a {
     color: #333333;
    font-weight: 400;
    font-size: 14px;
}
.menu__item-dropper a:first-child {
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .menu__item-dropper {
     position: static;
     height: initial;
     width: initial;
     background-color: transparent;
     backdrop-filter: blur(0);
     display: block;
     padding-top: 20px;
  }
  .menu__item-dropper a {
    justify-content: flex-start !important;
}
}

.menu__item.herebuymob + li, .menu__item.herebuymob + li + li {
   display: none; 
}


@media (max-width: 500px) {
   
  .menu__item.rticlesmob + .menu__item.ietmob {
  	display: none;
  }

  .mob-more-drop .menu__item.rticlesmob-more + .menu__item.ietmob-more {
  	display: none;
  }

 .mob-more-drop .menu__item.pecislistsmob-more {
    order: 5;
  }
  .mob-more-drop .menu__item.herebuymob-more {
    order: 7;
  }

  .mob-more-drop .herebuymob-more + .ietmob-more {
  	order: 1;
  }

}



.mark-year {
    display: flex;
    align-items: center;
}

@media (min-width: 2000px) {
	img.mark-year__img {
    width: 65px !important;
}
}

.mark-year__img {
    width: 65px;
}

.slider__item-info .group-buttons {
    position: relative;
    display: flex;
}

@media (min-width: 1024px) {
  .slider__item-info .group-buttons a.instruction-btn {
    max-width: 235px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}

}


.mark-year__text {
      font-size: 18px;
    color: #748DA4;
    line-height: 1.5;
    margin-bottom: 10px;
}
.mark-year__text span {
    text-wrap: nowrap;
}

.mark-year__texts {
  margin-left: 35px
}
a.mark-year__link {
    font-size: 18px;
    color: #F7A429;
    text-decoration: underline;
}

.slider__item-info-box .slider__item-text {
      margin-bottom: 30px;
}

@media (max-width: 1480px) {
  img.mark-year__img {
    width: 65px;
    height: initial;
}
.slider__item-info .group-buttons {
  flex-wrap: wrap;
}


.mark-year {
  width: 100%;
  margin-top: 30px;
}

}

@media (max-width: 1023px) {
    img.mark-year__img {
        min-height: initial;
    }
}
@media (max-width: 767px) {
  .mark-year__text, a.mark-year__link {
      font-size: 14px;
}
img.mark-year__img {
  width: 60px;
}
.mark-year__texts {
  margin-left: 20px;
}

}


.article-author {
    background: #ffffff;
    border-radius: 10px;
    padding: 45px 35px;
}

.article-author__title {
     font-size: 32px;
    text-transform: initial;
    margin-top: 0;
}


.article-author * {
  color: #333333;
}

.article-author__flex {
    display: flex;
}

.article-author__img {
    width: 132px;
    min-width: 132px;
    height: 132px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 40px;
}
.article-author__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-author__link {
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    margin-top: 20px;
    font-size: 24px;
}

.article-author__link:hover {
    text-decoration: none;
}

.article-author__name {
     font-size: 32px;
}
 .article-author__about {
        font-size: 24px;
         margin-top: 20px;
    }

.article-author-section {
   margin-bottom: 80px;
}

@media (max-width: 767px) {
    .article-author__flex {
        flex-wrap: wrap;
    }

    .article-author {
      padding: 25px 15px;
    }

    .article-author__title {
       font-size: 24px;
       line-height: 1.3;
    }
    .article-author__about {
        font-size: 14px;
         margin-top: 15px;
    }

    .article-author__link {
        font-size: 14px;
        margin-top: 15px;
    }
    .article-author__img {
        margin-right: 0;
    }
    .article-author__info {
       margin-top: 15px;
    }
    .article-author__name {
        font-size: 24px;
        line-height: 1.3;
    }

}

.authors__descr {
    color: #181717;
    font-size: 24px;
    margin-top: 30px;
}

.authors__container {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}
.authors__card {
    width: 23.5%;
    border-radius: 10px;
    background: #fff;
    padding: 35px 20px;
    margin-bottom: 20px;
     margin-right: 1.5%;
    text-align: center;
    color: #333333;
    transition: .2s;
}
.authors__card:hover {
   transform: translateY(-10px);
}

.authors__card:nth-child(4n) {
    margin-right: 0;
}
.authors__card-img {
    width: 205px;
    height: 205px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.authors__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.authors__card-title {
    font-size: 32px;
    margin: 25px 0;
}
.authors__card-descr {
    font-size: 24px;
}

@media (max-width: 1280px) {
  .authors__card-img {
    width: 205px;
    height: 205px;
  } 
   .authors__card {
    width: 49%;
    margin-right: 0;
   }
   .authors__container {
      justify-content: space-between;
   }
}

@media (max-width: 767px) {
   .authors__card {
    width: 100%;
    margin-bottom: 20px;
   }
   .authors__card-title {
    font-size: 18px;
}
   .authors__card-descr {
    font-size: 14px;
}
.authors__container {
  margin-bottom: 100px;
}

.authors h1.hero__title {
   font-size: 28px;
   line-height: 1.3;
}
.authors__descr {
  font-size: 14px;
}

}

.author .article-author__name {
   font-size: 64px;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    line-height: 1;
}

.author .article-author__img {
    width: 205px;
    height: 205px;
    min-width: 205px;
}

.author__h2 {
    color: #181717;
    font-size: 42px;
    margin-top: 40px;
    margin-bottom: 20px;
}

ul.author__list {
    font-size: 24px;
    line-height: 1.4;
    padding-left: 35px
}
ul.author__list li {
     list-style-type: initial;
}
.authors.author {
    margin-bottom: 80px;
    margin-top: 40px;
}

@media (max-width: 1023px) {
  .author  .article-author__name {
     font-size: 24px;
  }
}
@media (max-width: 767px) {
  .author  .article-author__name {
     font-size: 24px;
     margin: 20px 0;
  }
  .author__h2 {
    font-size: 18px;
        margin-top: 30px;
  }
  ul.author__list {
    font-size: 14px;
    padding-left: 20px;
  }
  .authors.author {
    margin-bottom: 120px;
    margin-top: 20px;
}
}

.button-expert {
   display: flex;
   justify-content: center;
}


.wrapper-mod {
    overflow: initial;
}

@media (max-width: 767px) {
     .wrapper-mod {
    overflow: hidden;
}
}

.article-single__block h2,
.article-single__block h3 {
  margin-top: -180px;
  padding-top: 180px;
}

@media (max-width: 1530px) {
  .article-single__block h2,
.article-single__block h3 {
  margin-top: -100px;
  padding-top: 100px;
}
}

.article-heads__list a.active {
    font-weight: 700;
}

.article-heads__list li:not(.article-heads__in li) {
   margin-bottom: 15px;
}

.article-heads__in {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 23px;
}

.article-heads__list .article-heads__in a {
    color: #9F9B9A;
}

.article-heads__list .article-heads__in a.active {
    color: #9F9B9A;
}

.article-heads__in li {
    color: #9F9B9A;
}

.article-heads__in li {
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
}
.article-heads__in li:before {
    position: absolute;
    content: "•";
    left: -10px;
    top: 0;
}

.tags-wrapper {
    margin: 30px 0 50px 0;
}

.tags-wrapper__self {
    display: flex;
    flex-wrap: wrap;
}

.tags-item__tag {
    font-size: 20px;
    color: #F7A429;
    border-radius: 90px;
    border: 2px solid #F7A429;
    padding: 11px 39px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: .3s;
}

.tags-item__tag:hover, .tags-item__tag.active {
    background: #F7A429;
    color: #fff;
}

@media (max-width: 767px) {
  .tags-item__tag {
    font-size: 14px;
    padding: 14px 8px;
  }
  .tags-wrapper {
    margin: 20px 0 40px 0;
}

}


.js-disclaimer__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

@media (max-width: 767px) {
  .js-disclaimer__close {
    top: 5px;
    right: 15px;
}
}

.js-disclaimer-hide {
  opacity: 0;
  z-index: -100;
}

.js-inactive .js-disclaimer__close {
  display: none;
}

.js-inactive.js-disclaimer {
   opacity: 1;
  z-index: 100;
}


.post-card__title {
    display: block;
}

.video-card__title {
  color: #000000;
}

@media (min-width: 1281px) {
 .first-screen__slider .cartilox__img-box {
    right: 365px;
}  
}




.first-screen__slider .cartilox__img-box-r {
      position: absolute;
    right: -5px;
    bottom: 72px;
    width: 350px;
    
}

@media (max-width: 1280px) {
     .first-screen__slider .cartilox__img-box-r {
        bottom: 280px;
 }
}

@media (max-width: 1023px) {
     .first-screen__slider .cartilox__img-box-r {
               bottom: initial;
        top: 102px;
        z-index: 10;
        right: initial;
        left: 20px;
 }
}


@media (max-width: 540px) {
    .first-screen__slider .cartilox__img-box-r {
               right: 15px;
        bottom: initial;
        z-index: 3;
        width: 75px;
        top: 42vw;
        left: initial;
}
.first-screen__slider .cartilox__img-box {
    margin-right: 115px;
}

.slider__item-info {
    position: relative;
    padding-top: 75px;
}

.slider__item-re {
    position: absolute;
    font-size: 10px;
    box-shadow: 0px 4px 25px 0px #0000001A;
    border-radius: 12px;
    padding: 10px;
    width: 240px;
    right: 10px;
    top: 0;
}

}

.cartilox__img-box-r {
    display: none;
}

.first-screen__slider .cartilox__img-box-r {
    display: block;
}

.reserd {
    margin-bottom: 140px;
    margin-top: 140px;
}

.reserd__title {
    position: static;
    margin-bottom: 20px;
}

.reserd__self {
    width: 100%;
}

.reserd__mobtext {
    display: none;
}

@media (max-width: 767px) {
    .reserd {
    margin-bottom: 40px;
    margin-top: 40px;
}
.reserd__mobtext {
    display: block;
    opacity: .5;
    font-size: 16px;
}
.reserd__title {
    font-size: 32px;
}
}


.articles-page__card .post-card__link {
    display: none;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.pagination__item {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    transition: .2s;
}

.pagination__item img {
    transition: .2s;
}

.pagination__item span {
     color: #333333;
     opacity: .5;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    transition: .2s;
}
.pagination__item._active, .pagination__item:hover {
    background: #F7A429;
    color: #fff;
}
.pagination__item._active span, .pagination__item:hover span {
    color: #fff;
    opacity: 1;
}
.pagination__item._active img, .pagination__item:hover img {
    filter: brightness(0) invert(1)
}

.pagination__right {
    transform: scale(-1);
}

@media (max-width: 767px) {
    .pagination {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .pagination__item {
    width: 36px;
    height: 42px;
    margin: 0 2px;
}

.pagination__item span {
    font-size: 16px;
}

.pagination__transp img {
    width: 8px;
}

.pagination__transp img.pagination__dots {
    width: 14px;
}

}

.js-disclaimer__close {
    display: none !important;
}

.section-banners .slick-arrow {
    font-size: 0;
    width: 14px;
    height: 28px;
    background-image: url(/local/templates/cartilox/img/icons/arr-accii.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.section-banners .slick-prev {
    left: -15px;
} 
.section-banners .slick-next {
    right: -15px;
    transform: translateY(-50%) scale(-1);
} 

.section-banners__img {
    width: 100%;
}

@media (max-width: 1023px) {
   .section-banners .slick-slide img {
        min-height: initial;
    }
}

@media (max-width: 767px) {
    .section-banners .slick-arrow {
        display: none !important;
    }
}

.article__note {
    font-weight: 400;
    padding: 0;
}

.slick-slider-banners .slick-dots {
    display: none !important;
}

@media (max-width: 767px) {
    .slick-slider-banners .slick-dots li:before {
    display: none;
}

.slick-slider-banners .slick-dots li {
    padding: 0;
}

.slick-slider-banners .slick-dots {
     border: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
}

.slick-slider-banners .slick-dots li button {
   opacity: 0;
}

.slick-slider-banners .slick-dots li {
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid#F7A429;
    transition: .2s;
    margin: 0 5px;
}

.slick-slider-banners .slick-dots li.slick-active {
    background: #F7A429;
}
}

/* стили исключительно для нового дизайна */

.header ul li::before {
    content: none;
}

.footer ul li::before {
    content: none;
}

.header__menu ul li,
.footer__menu ul li {
  padding-left: 0;
}

.footer__right a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.footer .menu-list .menu__item {
    top: 0;
}

.footer__dop-links a, .footer__dop-links a:not([class]) {
    display: inline-block;
}

.disc-cookie__link a {
    text-underline-position: auto;
}

.disclaimer--main-page {
    bottom: 0;
}

@media (min-width: 1024px) {
    .page-intro .header__logo {
        max-width: 180px;
    }

    .intro {
        margin-top: 3rem;
    }

    .page-intro .header {
        top: 10px;
    }

    .page-intro .header.fixed {
        top: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .page-intro .header__logo {
        max-width: 160px;
        margin-left: -12px;
    }

    .header__menu li {
        margin-left: 10px;
    }

    .header__menu a, .header__menu a:not([class]) {
        font-size: 12px;
    }
}

@media (min-width: 1024px) and (max-width: 1360px) {
    .menu__item.herebuymob a {
        font-size: 16px;
        width: 108px;
    }
}

@media (min-width: 1200px) {
    .page-intro .header__logo {
        max-width: 220px;
    }

    .intro {
        margin-top: 0;
    }
}

@media (min-width: 1366px) {
    .page-intro .header__logo {
        max-width: 260px;
    }
}

@media (min-width: 1440px) {
    .page-intro .header__logo {
        margin-left: 22px;
    }
}

@media (min-width: 1531px) {
    .header__wrap {
        height: 140px;
    }

    .page-intro .header {
        top: 0;
    }

    .intro {
        margin-top: 3rem;
    }
}
