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

.map.pc {
    display: block;
}

.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 {}

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;
}

@media (max-width: 999px) {
    .cards_block .about_block a {
        width: 170px;
        height: 100px;
        max-width: 350px;
        margin: 0 auto;
    }

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

}





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

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

    .map.mobile,
    .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;
    }

}


.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%;
}