*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #212529;
	background-color: #fff;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.ff-roboto {
    font-family: "Roboto", sans-serif;
}

.ff-lato {
    font-family: "Lato", sans-serif;
}

.ff-opensans {
    font-family: "Open Sans", sans-serif;
}

.ff-nunito {
    font-family: "Nunito", sans-serif;
}



/* container */

.container {
    max-width: 1190px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    position: relative;
}




/* btn */

.btn {
    color: #000;
    background-color: #2BDC46;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    padding: 16px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .10);
    text-decoration: none;
    border-radius: 15px;
    transition: box-shadow .3s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #2BDC46;
    box-shadow: 0 0 0 4px rgba(43,220,70, .2);
    text-decoration: none;
}

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

@media (max-width: 576px) {
    .btn {
        font-size: 18px;
        line-height: 1.555;
    }
}







/* header */

.header {
    text-align: center;
}

.header__advertorial {
    font-family: Helvetica, serif;
    color: #fff;
    background-color: #3B3939;
    font-size: 14px;
    line-height: 1rem;
}

.header__health-insight-journal {
    font-size: 22px;
    line-height: 1.14;
    background-color: #FFE694;
    min-height: 54px;
    color: #071518;
    border: 1px solid #5B828D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__health-insight-journal strong {
    font-weight: 900;
}

@media (max-width: 767px) {
    .header__health-insight-journal {
        font-size: 19px;
        line-height: 1.3;
        min-height: 48px;
    }
}




/* doctor */

.doctor,
.doctor__content {
    display: flex;
    align-items: center;
}

.doctor {
    column-gap: .75rem;
}

.doctor__content {
    column-gap: .5rem;
}

.doctor__photo {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.doctor__photo-img {
    display: block;
    border-radius: 50%;
}

.doctor__content {
    font-size: 18px;
}

.doctor__name {
    font-weight: 700;
}

.doctor__published {
    color: #575757;
}

.doctor__published span {
    white-space: nowrap;
}

.doctor__greentick {
    position: relative; 
    top: -1px;
}

@media (max-width: 991px) {
    .doctor__content {
        font-size: 16px;
        flex-wrap: wrap;
    }

    .doctor__published {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .doctor__content {
        display: flex;
        align-items: center;
        column-gap: 4px; /* минимальный зазор между галочкой и именем */
        position: relative;
        flex-wrap: wrap;
    }

    .doctor__greentick {
        position: relative;
        top: 0; 
        left: 0;
        margin: 0;
    }

    .doctor__name {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 470px) {
    .doctor__content {
        font-size: 3.3vw;
    }
}




/* main */

.main__container {
    padding-top: 44px;
    padding-bottom: 24px;
}

.main__label {
    display: inline-flex;
    color: #424242;
    font-size: 15px;
    line-height: 1.0;
    font-family: Roboto, sans-serif;
    padding-bottom: 5px;
    border-style: solid;
    border-color: #85D3E8;
    border-top-width: 0;
    border-bottom-width: 3px;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 14px;
}

.main__title {
    font-size: 39px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 21px;
}

.headline {
  font-size: 22px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 1.3;
  position: relative;
  top: -5px;
}

.highlight {
  background-color: rgb(255, 193, 7);
  padding: 2px 4px;
}

.main__doctor {
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .main__container {
        padding-top: 13px;
        padding-bottom: 24px;
    }

    .main__label {
        font-size: 14px;
        line-height: 1.375;
        padding-bottom: 3px;
        margin-bottom: 16px;
    }

    .main__title {
        font-size: 25px;
        margin-bottom: 21px;
    }
    
    .headline {
        font-size: 17px;
        margin-bottom: 7px;
    }
}



.rating{
  display:inline-flex;          /* выравниваем текст со звёздами */
  align-items:center;
  gap:6px;
  margin-top: 7px;   /* пространство сверху  */
  margin-bottom: 7px;
}
.rating img{height:20px;}        /* cайт задаёт только высоту */
.rating-count{
  font-weight:600;
  font-size:16px;
  color:#006B7A;                /* тёмно-бирюзовый, как в макете */
}

@media (max-width: 767px) {
  .rating {
    gap: 6px;                 /* чуть плотнее, чтобы не разъезжалось */
    margin-top: 0px;   /* пространство сверху  */
  margin-bottom: 0px;          /* можно и меньше, если нужно */
  }

  /* Font Awesome / SVG */
  .rating i {
    font-size: 16px;          /* звёзды меньше */
  }

  /* PNG-картинка */
  .rating img {
    height: 18px;
  }

  .rating-count {
    font-size: 14px;          /* текст пропорционально меньше */
  }
}




/* content */

.content__container {
    display: flex;
    padding-bottom: 60px;
    padding-bottom: 12rem;
}

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




/* article */

.article {
    width: 100%;
    padding-right: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 1.6;
}

.article__title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: .9em;
}

.article__pict {
    text-align: center;
    margin-bottom: 30px;
}

.article__pict--1 img {
    max-width: 50%;
}

.article__pict--8 img {
    max-width: 60%;
}

.article__pict--9 img {
    max-width: 350px;
}

.article p {
    margin-top: 0;
    margin-bottom: 1.6em;
}

.article__link {
    color: #212529;
    text-decoration: none;
}

.article__link:hover,
.article__link:focus,
.article__link:active {
    color: #212529;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .article {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .article {
        font-size: 17px;
        line-height: 1.5;
    }

    .article__title {
        font-size: 22px;
    }

    .article__pict {
        margin-bottom: 20px;
    }

    .article__btn {
        margin-bottom: 1.6em;
    }
}





/* sidebar */

.sidebar {
    width: 328px;
    min-width: 328px;
}

@media (max-width: 991px) {
    .sidebar {
        width: 100%;
        margin-top: 30px;
    }
}





/* about */

.about {
    padding: 20px;
    background-color: #F7F8F8;
    border-radius: 5px;
    margin-bottom: 20px;
}

.about__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.about__pict {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
}

.about__img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.about__desc p {
    font-size: 17px;
    line-height: 1.588;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 0;
    margin-bottom: 0;
}




/* results */

.results {
    padding: 20px;
    background-color: #F7F8F8;
    border-radius: 5px;
    margin-bottom: 20px;
}

.results__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.results__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.results__item {
    width: 100%;
}

.results__pict {
    line-height: 0;
    margin-bottom: 20px;
}

.results__img {
    border-radius: 5px;
}

.results__content {
    font-size: 17px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.results__paragraph,
.results__name {
    margin-top: 0;
    margin-bottom: 0;
}

.results__paragraph + .results__name {
    margin-top: 10px;
}


@media (min-width: 992px) {
    .results {
        display: none;
    }
}





/* offer */

.offer {
    padding: 20px;
    background-color: #F7F8F8;
    border-radius: 5px;
}


.offer__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.offer__pict {
    text-align: center;
    line-height: 0;
    margin-bottom: 15px;
}

.offer__lead {
    font-size: 18px;
    line-height: 1.555;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 0;
    margin-bottom: 30px;
}

.offer__btn {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.offer__paysistem {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .offer {
        opacity: 0;
        transform: scale(0);
        transition: opacity .3s ease, transform .3s ease;
        will-change: opacity, transform;
    }

    .offer--sticky {
        position: sticky; top: 20px; left: 0;
        opacity: 1;
        transform: scale(1);
    }
}






/* footer */

.footer {
    font-size: 14px;
    font-size: .813rem;
    text-align: center;
    color: rgb(161, 167, 178);
    color: #ACB0B9;
    /*border-top: 1px solid rgb(99, 106, 123);*/
}

.footer__container {
    /*max-width: 55.875rem;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer__paragraph {
    margin-top: 0;
}

.footer__link {
    color: rgb(161, 167, 178);
}

.footer__link:hover,
.footer__link:focus,
.footer__link:active {
    text-decoration: none;
}





/* text */

.text,
.text__subtitle {
    font-size: 14px;
    line-height: 1.6;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.text__container {
    max-width: 860px;
    padding: 40px 15px;
}

.text__subtitle {
    font-weight: 700;
    margin-top: 1.5rem;
}

.text__list {
    padding-left: 0;
    list-style-position: inside;
}

.text__link {
    color: #212529;
    text-underline-offset: 3px;
}

.text__link:hover,
.text__link:focus,
.text__link:active {
    text-decoration: none;
}

.text__pl-20 {
    padding-left: 20px;
}

.text__uppecase {
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .text__title {
        text-wrap: balance;
    }
}




/* ====  БЛОК «SINTOMAS»  =================================== */
.symptoms{
    list-style: none;           /* убираем маркеры браузера      */
    margin: 24px 0;             /* внешние отступы               */
    padding: 24px 32px;         /* внутренние отступы            */
    background: #d9f1f8;        /* ГОЛУБОЙ, как у конкурента     */
    border-radius: 4px;
    font-weight: 700;           /* делаем текст жирнее            */
    font-size: 20px;            /* (подберите при желании)        */
    line-height: 1.45;
}

/* каждая строка списка */
.symptoms li{
    position: relative;         /* для псевдо-иконки              */
    padding-left: 34px;         /* место под стрелку              */
    margin-bottom: 12px;
}

/* последнему элементу отступ вниз не нужен */
.symptoms li:last-child{margin-bottom:0;}

/* зелёная стрелка слева */
.symptoms li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;                   /* подстройте, чтобы по центру    */
    width: 24px;                /* ≈ реальная ширина narrow.png   */
    height: 24px;               /* ≈ реальная высота  narrow.png  */
    background: url("/img/article/narrow.png") no-repeat center/contain;
}

@media (max-width: 767px) {
    .symptoms {
        font-size: 16px; 
        margin: 14px 0;             /* внешние отступы               */
    padding: 14px 22px;         /* внутренние отступы            */
    background: #d9f1f8;        /* ГОЛУБОЙ, как у конкурента     */
    border-radius: 2px;
        }
}

.symptoms li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;                   /* подстройте, чтобы по центру    */
    width: 18px;                /* ≈ реальная ширина narrow.png   */
    height: 18px;               /* ≈ реальная высота  narrow.png  */
    background: url("/img/article/narrow.png") no-repeat center/contain;
}