.doctor_item .top_group img {
    border-radius: 50%;
}

.map.pc {
    display: block;
    z-index: 8;
    position: relative;
    left: -100px;
}


.main_banner_pc,
.main_banner_mobile {
    max-width: 100%;
}

.cards_news .item img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.map.mobile,
.main_banner_mobile {
    display: none;
}

.contacts_block .about_block .left_text_block .tabs_block .list {
    background-color: transparent;

}

.contacts_block .about_block .left_text_block .tabs_block .on_map {
    background-color: transparent;
    color: #000;
}

.contacts_block .about_block .left_text_block .tabs_block a {
    border: 1px solid #ff6a6a;
    color: #000;
}

.contacts_block .about_block .left_text_block .tabs_block a.active {
    background-color: #ff6a6a;
    color: #fff;
}

.foot_link {}

.form-succes {
    min-height: 241px;
}

button.default {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    padding: 12px 40px;
    border: none;
    background-color: #ff6a6a;
    border-radius: 400px;
}

header .bottom_header .search_block input {
    min-width: 300px;
}

.menu_groups .about_block {
    gap: 20px;
}


@media only screen and (max-width : 1024px) {

    .home .about_block .group_paginations {
        right: auto;
        bottom: 3px;
        top: auto;
        width: 110px;
        height: 30px;
        border-radius: 15px;
        margin: 0 auto;
        left: 50%;
        margin-left: -65px;
        background: none;
    }

    .home .about_block .group_paginations .swiper_buttons .swiper-button-prev,
    .home .about_block .group_paginations .swiper_buttons .swiper-rtl .swiper-button-next {
        display: none;
    }

    .home .about_block .group_paginations .swiper_buttons .swiper-button-next,
    .home .about_block .group_paginations .swiper_buttons .swiper-rtl .swiper-button-prev {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background: #ff6a6a;
    }

    .home .about_block .mySwiper {
        width: 100%;
        height: 400px;
        position: relative;
    }


    .cards_block {
        padding: 30px 0 33px 0;
    }

    header .bottom_header .search_block input {
        min-width: 230px;
    }

    header .top_header .connecting_group .tel_number a {
        font-size: 20px;

    }

    header .top_header .connecting_group .tel_number span {
        font-size: 12px;

    }

    header .bottom_header .block_last .date a {
        max-width: 120px;
    }

    header .bottom_header .search_block {
        max-width: 300px;
    }

    header .bottom_header .menu ul li a {
        font-size: 12px;
    }

    .contacts_block .about_block .map iframe {

        max-width: 650px;
    }

    .cards_block .about_block a {
        width: 300px;
    }

    .cards_block .about_block {
        gap: 40px;
    }

    .connecting_apps {
        display: none;
    }

    .header_fixed .about_block .left_block .connect_group .tel_number {
        align-items: flex-start;
    }

    .header_fixed .about_block .left_block .connect_group .tel_number a {
        font-weight: 900;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0%;
        color: #292a2f;
    }

    .about_us .about_block {
        padding: 25px;
    }

    .about_us .about_block .left_text .card_text {
        max-width: 100%;
    }

    .about_us .about_block .left_text .card_text h2 {
        font-size: 40px;
    }

    .about_us .about_block .left_text .card_text p {
        font-size: 16px;
    }



    .about_us .about_block .left_text .mini_texts_group {
        margin-left: 30px;
    }

    .form_group .about_block .phone_img {
        width: 230px;
        right: -30px;
        top: 0px;
    }

}


@media (max-width: 999px) {

    .news .about_block .title_block {
        margin-bottom: 30px;
    }

    .about_us .about_block {
        padding: 0px;
    }

    header .bottom_header .search_block input {
        min-width: 250px;
    }

    .cards_block .about_block a {
        width: 100%;
        height: 100px;
        max-width: 100%;
        margin: 0 auto;
    }

    .cards_block {
        padding: 40px 0 40px 0;
    }


    .cards_block .about_block {
        display: grid;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .form-succes {
        min-height: auto;
    }

    .contacts_block .about_block.map {
        flex-direction: column;
        height: 490px;
    }

}

@media only screen and (max-width : 999px) {
    .map.pc {
        display: none;
    }

    .map.mobile {
        display: block;
        z-index: 8;
        position: relative;
        top: -50px;
    }

    .contacts_block .about_block .left_text_block {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 0px;
        background: #F2F4F6;
        background: linear-gradient(180deg, rgba(242, 244, 246, 1) 0%, rgba(242, 244, 246, 1) 80%, rgba(242, 244, 246, 0) 100%);
        text-align: center;
        width: 100%;
    }

    .contacts_block .about_block .left_text_block .locations {
        display: none;
    }

    .contacts_block .about_block .map iframe {
        max-width: 100%;
    }

    .contacts_block .about_block .left_text_block .tabs_block a {
        width: 150px;

    }

    .contacts_block .about_block .left_text_block .tabs_block {
        display: flex;
        margin-bottom: 40px;
        justify-content: center;
    }

    .contacts_block .about_block .left_text_block .locations .right_text_loc .emeil_connect {
        display: flex;
        align-items: center;
        gap: 2px;
        justify-content: center;
    }

    header .bottom_header .search_block {
        max-width: 100%;
    }
}


@media only screen and (max-width : 767px) {

    .map.pc,
    .main_banner_pc {
        display: none;
    }


    .map.mobile {
        display: block;
        z-index: 8;
        position: relative;
        top: -50px;
    }

    .main_banner_mobile {
        display: block;
    }

    .contacts_block .about_block .left_text_block .locations {
        display: none;
    }

    .contacts_block .about_block .left_text_block {
        width: 100%;
    }

    .news .about_block .cards_news .item {
        min-width: 300px;
    }

    .contacts_block .about_block .left_text_block {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 0px;
        background: #F2F4F6;
        background: linear-gradient(180deg, rgba(242, 244, 246, 1) 0%, rgba(242, 244, 246, 1) 80%, rgba(242, 244, 246, 0) 100%);

    }

}


.coockies_noties {
    box-shadow: 0px -6px 10px hsla(240, 7%, 46%, .2);
    padding: 30px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: none;
}

.coockies_noties.active {
    display: block;
}

.coockies_noties ._noties {
    font-size: 15px;
    font-weight: 500;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.coockies_noties ._noties span {
    color: #c4211d;
}

.topinfobar {
    background: rgb(255, 203, 189);
    background: linear-gradient(180deg, rgba(255, 203, 189, 1) 0%, rgba(248, 93, 88, 1) 100%);
    padding: 10px;
}

.topinfobar .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topinfobar .flex svg {
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .coockies_noties {
        bottom: 72px;
    }

    .coockies_noties ._noties {
        font-size: 14px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 768px) {
    .topinfobar {
        padding: 10px;
    }

    .topinfobar .flex {
        flex-direction: column;
    }

    .topinfobar .flex svg {
        margin-right: 0px;
        width: 40px;
    }

}

.complex_banner_wrap {
    margin-top: 30px;
}

.complex_banner_wrap img {
    max-width: 100%;
}

.clinic_doctors .about_block .group_doctors .doctor_item .top_group p:first-letter {
    text-transform: uppercase;
}

@media (max-width: 999px) {
    .contacts_block .about_block {
        flex-direction: column;
        height: auto;
    }

    .about_us .about_block .left_text .mini_texts_group {
        /* margin-left: 30px; */
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-left: 0px;
    }

    .doctor_item .top_group a {
        display: block;
        width: 100%;
        text-align: center;
    }

    header.header_main_hidden {
        overflow: unset;
    }

    header.header_main_hidden {
        top: 0px;
    }
}

@media only screen and (max-width : 768px) {

    .about_us .about_block {
        flex-direction: column;
        height: auto;
        max-width: 500px;
        margin: 0 auto;
        padding: 0;
    }

    .about_us .about_block .left_text {
        flex-direction: column;
        padding: 24px 30px 43px 30px;
    }

    .about_us .about_block .img_des {
        display: none;
    }

    .about_us .about_block .img_mob {
        display: block;
        width: 100%;
    }

    .about_us .about_block .left_text .card_text h3 {
        font-size: 20px;
        line-height: normal;
    }

    .about_us .about_block .left_text .card_text h2 {
        font-size: 50px;
        line-height: normal;
    }

    .about_us .about_block .left_text .card_text p {
        font-size: 16px;
    }

    .about_us .about_block .left_text .mini_texts_group {
        margin-left: 0;
        flex-wrap: wrap;
        margin-top: 30px;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .about_us .about_block .left_text .mini_texts_group .numbers_text {
        flex-direction: column;
        gap: 18px;
        width: 143px;
    }

    .about_us .about_block .left_text .mini_texts_group .numbers_text h4 {
        align-items: center;
    }

    .home .about_block .mySwiper {
        height: 340px;
        max-width: 600px;
        margin: 0 auto;
    }


    header .bottom_header .search_block input {
        min-width: 280px;
    }



    header .bottom_header .search_block {
        width: 100%;
        max-width: 100%;
    }

    .home .about_block .group_paginations {
        right: auto;
        bottom: 3px;
        top: auto;
        width: 110px;
        height: 30px;
        border-radius: 15px;
        margin: 0 auto;
        left: 50%;
        margin-left: -65px;
        background: none;
    }

    .home .about_block .group_paginations .swiper_buttons .swiper-button-prev,
    .home .about_block .group_paginations .swiper_buttons .swiper-rtl .swiper-button-next {
        display: none;
    }

    .home .about_block .group_paginations .swiper_buttons .swiper-button-next,
    .home .about_block .group_paginations .swiper_buttons .swiper-rtl .swiper-button-prev {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background: #ff6a6a;
    }
}


.search_block form {
    position: relative;
}

.find {
    position: absolute;
    display: none;
    background: #FFF;
    top: 45px;
    left: -30px;
    z-index: 99;
}

.founded_top {
    width: 320px;
    font-size: 13px;
    min-height: 32px;
    border: 1px solid #E0E4E8;
    border-radius: 12px;
    cursor: pointer;
    margin-top: -1px;
    padding-left: 6px;
    transition: .2s ease;
    /* padding: 5px; */
    line-height: 32px;
    margin-left: 5px;
}

.founded_top:hover {
    background: #F0F4F8;
    transition: .2s ease;
}

.search input:valid+.find {
    display: block;
}


@media only screen and (max-width: 760px) {
    .founded_top {
        width: 250px;
        font-size: 13px;
        min-height: 20px;
        border: 1px solid #E0E4E8;
        border-radius: 2px;
        cursor: pointer;
        margin-top: -1px;
        padding: 8px;
        transition: .2s ease;
        /* padding: 5px; */
        line-height: 16px;
        margin-left: 5px;
        display: block;
    }
}

@media (max-width: 999px) {
    .cards_block .about_block a.childs img {
        width: 70px;
    }
}

@media (max-width: 768px) {
    .about_us .about_block .left_text .mini_texts_group {
        /* margin-left: 30px; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0px;
    }

    .about_us .about_block {
        max-width: 100%;
    }

    .about_us .about_block .left_text .card_text {
        max-width: 300px;
    }
}

.eula {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    /* расстояние между чекбоксами */
}

.eula div {
    display: flex;
    align-items: flex-start;
    /* выравнивание по верхнему краю */
    gap: 8px;
    /* отступ между чекбоксом и текстом */
}

.eula input[type="checkbox"] {
    margin-top: 2px;
    /* выравнивание по вертикали, если нужно */
}

.eula label {
    font-size: 1rem;
    line-height: 1.4;
}

.eula a {
    display: inline;
    color: rgba(41, 42, 47, 0.5019607843);
    text-decoration: underline !important
}

.health_blog {
    padding-bottom: 60px;
}

.health_blog .about_block .title_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.health_blog .about_block .title_block h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #292a2f;
}

.health_blog .about_block .title_block a {
    padding: 17px 20px 17px 24px;
    background-color: #f2f4f6;
    border-radius: 400px;
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292a2f;
}

.health_blog .about_block .health_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

@media (max-width: 768px) {
    .health_blog .about_block .health_item {
        grid-template-columns: 1fr;
        /* 1 колонка на маленьких экранах */
    }
}

.health_blog .about_block .health_item .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 22px 24px 22px;
    background-color: #f2f4f6;
    border-radius: 40px;
    width: 100%;
    height: 550px;
}

.health_blog .about_block .health_item .item .top_group img {
    width: 100%;
}

.health_blog .about_block .health_item .item .top_group span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(41, 42, 47, 0.4);
    margin: 25px 0 7px 0;
    display: inline-block;
}

.health_blog .about_block .health_item .item .top_group h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #292a2f;
    margin-bottom: 7px;
}

.health_blog .about_block .health_item .item .top_group p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #292a2f;
}

.health_blog .about_block .health_item .item a {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292a2f;
    padding: 12px;
    border: 1px solid #ec1213;
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    border-radius: 400px;
}

.health_blog .about_block .health_item .item a:hover {
    color: #ffffff;
    background-color: #ff6a6a;
    border: 1px solid #ff6a6a;
}

.breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    gap: 6px;
}

.breadcrumb a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292A2F;
}

.breadcrumb .arrow {
    color: rgba(41, 42, 47, 0.4);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.breadcrumb span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(41, 42, 47, 0.4);
}

/* Стили пагинации */
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292a2f;
    background-color: #f2f4f6;
    transition: 0.5s all ease;
    cursor: pointer;
}

.pagination ul li.page-item.active {
    background-color: #EC1213;
    color: #ffffff;
}

.pagination ul li.dots {
    background-color: transparent;
    cursor: default;
}

.pagination ul li.next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f2f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292a2f;
}

.pagination ul .page-item.active {
    background-color: #ec1213;
    /* Фон активной страницы */
    color: #ffffff;
    /* Цвет текста активной страницы */
}

.pagination {
    margin-top: 40px;
    /* Добавляет отступ сверху */
}

.pagination ul {
    display: flex;
    /* Отображение элементов в строку */
    align-items: center;
    /* Выравнивание по вертикали по центру */
    gap: 10px;
    /* Расстояние между элементами */
    list-style: none;
    /* Убирает маркеры списка */
    padding: 0;
    /* Сбрасывает внутренние отступы */
    margin: 0;
    /* Сбрасывает внешние отступы */
}

.pagination ul .page-item {
    width: 48px;
    /* Ширина элемента страницы */
    height: 48px;
    /* Высота элемента страницы */
    border: 1px solid #FF6A6A;
    /* Граница цвета #FF6A6A */
    color: #FF6A6A;
    /* Цвет текста */
    display: flex;
    /* Отображение содержимого как flex */
    align-items: center;
    /* Выравнивание содержимого по вертикали по центру */
    justify-content: center;
    /* Выравнивание содержимого по горизонтали по центру */
    border-radius: 10px;
    /* Скругление углов */
    font-weight: 500;
    /* Жирность шрифта */
    font-size: 16px;
    /* Размер шрифта */
    line-height: 100%;
    /* Высота строки */
    letter-spacing: 0%;
    /* Интервал между буквами */
    text-align: center;
    /* Выравнивание текста по центру */
    vertical-align: middle;
    /* Выравнивание по вертикали */
    cursor: pointer;
    /* Курсор в виде указателя */
    transition: all 0.3s ease;
    /* Плавный переход для всех изменений */
}

.pagination ul .page-item.active {
    /* Стили для активной страницы (в файле не определены явно, применяется стиль .page-item) */
    /* background-color: #ec1213; color: #ffffff; - эти стили есть в другом файле */
}

.pagination ul .page-item:hover:not(.active) {
    background-color: rgba(255, 107, 107, 0.1);
    /* Фон при наведении, кроме активной */
}

.pagination ul .dots {
    font-weight: 500;
    /* Жирность шрифта */
    font-size: 16px;
    /* Размер шрифта */
    line-height: 100%;
    /* Высота строки */
    letter-spacing: 0%;
    /* Интервал между буквами */
    text-align: center;
    /* Выравнивание текста по центру */
    vertical-align: middle;
    /* Выравнивание по вертикали */
    color: #FF6A6A;
    /* Цвет текста */
    margin: 0 8px;
    /* Внешние отступы */
    cursor: default;
    /* Курсор в виде стрелки (не указателя) */
}

.pagination ul .next {
    color: #FF6A6A;
    /* Цвет текста */
    cursor: pointer;
    /* Курсор в виде указателя */
    font-size: 20px;
    /* Размер шрифта */
    display: flex;
    /* Отображение содержимого как flex */
    align-items: center;
    /* Выравнивание содержимого по вертикали по центру */
    justify-content: center;
    /* Выравнивание содержимого по горизонтали по центру */
    transition: color 0.3s ease;
    /* Плавный переход для изменения цвета */
    width: 48px;
    /* Ширина */
    height: 48px;
    /* Высота */
}


.health_blog {
    padding-bottom: 60px;
}

.health_blog .about_block .title_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.health_blog .about_block .title_block h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #292a2f;
}

.health_blog .about_block .title_block a {
    padding: 17px 20px 17px 24px;
    background-color: #f2f4f6;
    border-radius: 400px;
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292a2f;
}

.health_blog .about_block .health_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
}

.health_blog .about_block .health_item .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 22px 24px 22px;
    background-color: #f2f4f6;
    border-radius: 40px;
    width: 100%;
    height: 550px;
}

.health_blog .about_block .health_item .item .top_group img {
    width: 100%;
}

.health_blog .about_block .health_item .item .top_group span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(41, 42, 47, 0.4);
    margin: 25px 0 7px 0;
    display: inline-block;
}

.health_blog .about_block .health_item .item .top_group h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #292a2f;
    margin-bottom: 7px;
}

.health_blog .about_block .health_item .item .top_group p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #292a2f;
}

.health_blog .about_block .health_item .item a {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292a2f;
    padding: 12px;
    border: 1px solid #ec1213;
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    border-radius: 400px;
}

.health_blog .about_block .health_item .item a:hover {
    color: #ffffff;
    background-color: #ff6a6a;
    border: 1px solid #ff6a6a;
}

.health_page_block {
    padding-bottom: 42px;
}

.health_page_block .about_block .title_block {
    margin-bottom: 32px;
}

.health_page_block .about_block .health_item {
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 40px;
}

.health_page_block .about_block .health_item .item {
    max-width: 385px;
}

.healthy_eating_prevention {
    padding-bottom: 73px;
}

.healthy_eating_prevention .about_block .title_block {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 36px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #292A2F;
}

.healthy_eating_prevention .about_block .block_descriptions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 35px 10px 9px;
    background-color: #F2F4F6;
    border-radius: 40px;
    width: 100%;
}

.healthy_eating_prevention .about_block .block_descriptions .desc_group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.healthy_eating_prevention .about_block .block_descriptions .desc_group span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #292A2F;
}

.healthy_eating_prevention .about_block .block_descriptions .desc_group a {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
    text-decoration: underline !important;
    color: #292A2F;
}

.healthy_eating_prevention .about_block .block_descriptions .profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.healthy_eating_prevention .about_block .block_descriptions .profile h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #292A2F;
}

.healthy_eating_prevention .about_block .block_descriptions .profile h3 span {
    font-weight: 700;
}

.healthy_eating_prevention .about_block .img_main {
    width: 100%;
    margin: 20px 0;
    border-radius: 24px;
}

.healthy_eating_prevention .about_block .content {
    padding: 32px 40px;
    background-color: #F2F4F6;
    border-radius: 40px;
    margin-bottom: 30px;
}

.healthy_eating_prevention .about_block .content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #292A2F;
    margin-bottom: 30px;
}

.healthy_eating_prevention .about_block .content ul {
    padding-left: 20px;
}

.healthy_eating_prevention .about_block .content ul li {
    list-style: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #292A2F;
}

.healthy_eating_prevention .about_block .content ul li a {
    color: #292A2F;
}

.healthy_eating_prevention .about_block h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #292A2F;
    margin-bottom: 25px;
}

.healthy_eating_prevention .about_block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #292A2F;
    margin-bottom: 20px;
}

.healthy_eating_prevention .about_block p span {
    font-weight: 700;
}

.healthy_eating_prevention .about_block p.text_fifth {
    margin-bottom: 30px;
}

.healthy_eating_prevention .about_block p.text_mini {
    margin-bottom: 0;
}

.healthy_eating_prevention .about_block p.text_sixth {
    margin-bottom: 30px;
}

.healthy_eating_prevention .about_block .text_group_ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 30px;
}

.healthy_eating_prevention .about_block .text_group_ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #292A2F;
}

.healthy_eating_prevention .about_block .text_group_last {
    padding: 43px 71px 40px 40px;
    background-color: #F2F4F6;
    border-radius: 40px;
    display: flex;
    align-items: flex-start;
    gap: 42px;
    margin: 30px 0;
}

.healthy_eating_prevention .about_block .text_group_last h5 {
    font-weight: 500;
    font-style: Italic;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #292A2F;
}

.healthy_eating_prevention .about_block .did_you_like {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 35px;
}

.healthy_eating_prevention .about_block .did_you_like span {
    font-weight: 500;
    font-style: Italic;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(41, 42, 47, 0.4);
}

.healthy_eating_prevention .about_block .did_you_like h6 {
    font-weight: 500;
    font-style: Italic;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #292A2F;
}

.cards_health_last {
    padding-bottom: 70px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    gap: 6px;
}

.breadcrumb a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #292A2F;
}

.breadcrumb .arrow {
    color: rgba(41, 42, 47, 0.4);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.breadcrumb span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(41, 42, 47, 0.4);
}

.pagination {
    margin-top: 40px;
}

.pagination ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul .page-item {
    width: 48px;
    height: 48px;
    border: 1px solid #FF6A6A;
    color: #FF6A6A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination ul .page-item.active {
    background-color: #F2F4F6;
    color: #292A2F;
    border: none;
}

.pagination ul .page-item:hover:not(.active) {
    background-color: rgba(255, 107, 107, 0.1);
}

.pagination ul .dots {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FF6A6A;
    margin: 0 8px;
    cursor: default;
}

.pagination ul .next {
    color: #FF6A6A;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    width: 48px;
    height: 48px;
}


@media (max-width: 999px) {

    .health_blog .about_block .title_block h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
    }

    .health_blog .about_block .health_item {
        overflow-x: scroll;
        overflow-y: clip;
        justify-content: center;
    }

    .health_blog .about_block .health_item .item {
        width: 285px;
    }

    .health_page_block .about_block .health_item .item {
        min-width: 285px;
    }

    .health_blog .about_block .title_block a {
        width: 206px;
    }

    .news_page_group {
        padding-top: 160px;
    }

    .breadcrumb {
        margin-bottom: 29px;
    }

    .news_page_group .about_block .title_block {
        margin-bottom: 39px;
    }

    .news .about_block .cards_main {
        display: none;
    }

    .news_page_group .about_block .cards_news {
        justify-content: center;
        row-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .news .about_block .cards_news .item .bottom_description .top_text h3 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0%;
        margin-bottom: 20px;
    }

    .news_page_group .about_block .cards_news .item {
        height: 400px;
    }

    .news_page_group .about_block .cards_news .item .bottom_description {
        height: 180px;
    }

    .health_page_block {
        padding-top: 160px;
    }

    .healthy_eating_prevention {
        padding-top: 160px;
        padding-bottom: 0;
    }

    .healthy_eating_prevention .about_block .title_block {
        margin-bottom: 21px;
        font-size: 32px;
        line-height: 100%;
    }

    .healthy_eating_prevention .about_block .block_descriptions {
        flex-wrap: wrap;
        row-gap: 11px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        padding: 17px 20px 16px 310521px;
    }

    .healthy_eating_prevention .about_block .block_descriptions .desc_group {
        gap: 10px;
        width: 180px;
    }

    .healthy_eating_prevention .about_block .block_descriptions .desc_group img {
        width: 24px;
        height: 24px;
    }

    .healthy_eating_prevention .about_block .block_descriptions .profile {
        width: 100%;
    }

    .healthy_eating_prevention .about_block .block_descriptions .desc_group span br {
        display: none;
    }

    .healthy_eating_prevention .about_block .block_descriptions .desc_group span .label {
        display: none;
    }

    .healthy_eating_prevention .about_block .content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .healthy_eating_prevention .about_block .img_main {
        margin-bottom: -10px;
    }

    .healthy_eating_prevention .about_block .text_group_last {
        flex-direction: column;
        gap: 39px;
    }

    .healthy_eating_prevention .about_block .text_group_last {
        padding: 46px 30px 47px 30px;
    }

    .cards_health_last {
        padding-top: 48px;
    }

    .cards_health_last .about_block .health_item {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

.healthy_eating_prevention .profile img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.health_blog .health_item img {
    border-radius: 16px;
}

.did_you_like button {
    border: none;
    background: none;
}

.did_you_like img {
    opacity: 0.5;
}

.did_you_like.active img {
    opacity: 1;
}