.toc-list {
    margin: 0;
    padding-left: 0px !important
}

.toc-link::before {
    background-color: none !important;
    content: "";
    /* display: none  !important; */
    /* height: inherit;
    left: 0; */
    margin-top: 0px !important;
    /* position: inherit  !important; */
    width: 0px !important;
}


.is-active-link::before {
    background-color: none !important;
}

:root {
    --page-max-width: 1200px;
    --page-min-width: 1200px;
    --root-padding: 15px;
}

.icon {
    display: inline-block
}

.icon--right {
    transform: rotate(-90deg);
}

.flex--equal-width {
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0
}

.space {
    display: block;
    flex: none;
    width: 16px;
    height: 16px;
}

.breadcrumb {
    color: var(--text-color);
    list-style-type: none;
    background: var(--background-color);
    font-size: 16px;
    padding: 0px;
    display: block;
}

.breadcrumb>* {
    /* opacity: .65; */
    transition: opacity .3s;
}

.breadcrumb .breadcrumb-item {
    display: inline
}

.breadcrumb__left {
    width: calc((var(--page-max-width) - var(--root-padding)*4)/12*2 + var(--root-padding)/2)
}

.pattern {
    background-image: radial-gradient(circle at 1px 1px, var(--line) 1px, transparent 0);
    background-size: 4px 4px;
    background-position: center left
}

.pattern--cubes {
    height: 24px;
    color: var(--line);
    background-image: radial-gradient(circle at 1px 1px, #1370b5 1px, transparent 0);
    background-size: 4px 4px;
    background-position: center left
}

.pattern--cubes-12 {
    height: 12px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}

.text-red {
    color: #db1e1ea8;
    font-weight: 600;
}

/* .cta {
            background: #27ae60;
            color: white;
            display: inline-block;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 10px;
        } */

.default-table tr td {
    vertical-align: top;
}

.doctors-carousel .owl-nav {
    display: none;
}

.team-section-two {
    padding: 0;
}

.flags {
    display: flex;
    justify-content: center;
    /* Центр по горизонтали */
    align-items: center;
    /* Центр по вертикали */
    gap: 0.5em;
    /* Расстояние между флагами */
}

/* .social-links {
        list-style: none;
        padding: 0;
        margin: 0.8em 0 0;
        display: flex;
        justify-content: center;
        gap: 0.6em;
    }

    .social-links li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2em;
        color: #555;
        text-decoration: none;
    }

    .social-links li a:hover {
        color: #000;
    } */

.doctor-info-list {
    position: inherit;
}

.doctor-info-list li {
    position: inherit;
    padding-left: 0px;
}

.doctor-info-list li strong {
    position: inherit;
}

.doctor-info-list li p {
    position: inherit;
}

.team-block {
    margin-bottom: 10px;
}

.docter-detail .designation {
    margin-bottom: 0px;
}

.mb-15 {
    margin-bottom: 15px;
}