.doctor-detail > .row {
    display: flex;
    align-items: normal;
    gap: 25px;
}

._select-specialist {
    margin-bottom: 20px;
    width: 265px;
}

.content-oline-note {
    background: #fff;
    z-index: 10;
}

.content-oline-note .buttons-row {
    gap: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.content-oline-note._position-absolute {
    position: sticky;
    box-shadow: 0px 0px 18px #e3e3e3;
    left: 0px;
    border-radius: 0px 0px 10px 10px;
}

.online-note-slot-by-clinics {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    border-radius: 0.75rem;
    cursor: pointer;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.online-note-slot-by-clinics:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.online-note-slot-by-clinics .__name {
}

.online-note-slot-by-clinics .__week {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

.online-note-slot-by-clinics.active {
    border: 1px solid var(--primary);
    box-shadow: inset 0 0 0 1px var(--primary);
    background: var(--brand-gradient);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow:
        0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored:
        0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.online-note-slot-by-clinics.active:hover {
    color: #fff !important;
    --tw-shadow:
        0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored:
        0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    opacity: 0.9;
}

.doctor-detail-card {
    position: static;
    min-width: 316px;
}

.doctor-detail-card-avatar {
    width: 100%;
    margin-bottom: 1rem;
}

.doctor-detail-card-avatar ._picture {
    width: 100%;
}

.doctor-detail-card-avatar ._picture ._source {
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
}

.doctor-detail-info {
    padding: 0 0px 20px 0px;
}

.doctor-detail-info ._name {
}

.doctor-detail-info ._year {
    font-size: 15px;
    padding-bottom: 20px;
}

.doctor-description,
.clinic-description {
    padding-bottom: 10px;
}

.doctor-description p,
.clinic-description p {
    word-wrap: break-word;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

.phone-view-title {
    padding-bottom: 7px;
    font-weight: normal;
}

.doctor-note-detail-clinics {
    -ms-flex-pack: justify;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 0 2px;
    padding: 24px;
    border-radius: 15px;
    flex-wrap: wrap;
    box-shadow:
        0 2px 24px rgba(26, 61, 107, 0.08),
        0 0 2px rgba(38, 54, 75, 0.08);
    margin-bottom: 20px;
}

.doctor-note-detail-clinics:last-child {
    margin-bottom: 0px;
}

.doctor-note-detail-clinics ._block {
    padding-top: 0px;
    flex: 1;
    padding-right: 24px;
}

.doctor-note-detail-clinics ._block > ._name {
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    color: var(--dark-color);
}

.doctor-note-detail-clinics ._block > ._address {
    padding-bottom: 17px;
    color: #6b6b6b;
    font-size: 15px;
}

.doctor-note-detail-clinics ._block > .doctor-info-clinic {
    margin: 0px 0px 15px !important;
}

.doctor-info-clinic._active {
    display: block;
}

.doctor-info-clinic ._data ul {
    display: flex;
    overflow: auto;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.doctor-info-clinic._detail ._data ul {
    flex-direction: inherit !important;
    flex-flow: row wrap;
    gap: 15px !important;
}

.doctor-info-clinic._detail ._data ul li {
    background: #f0f4f7;
    padding: 4px 7px;
    border-radius: 10px;
}

.doctor-info-clinic ._data ul li ._link {
    display: flex;
}

.doctor-info-clinic ._data ul li ._link-name {
    display: flex;
    align-items: center;
    gap: 2px;
}

.doctor-info-clinic ._data ul li ._link-name ._link-name-color {
    display: block;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: red;
}

.doctor-info-clinic ._data ul li ._link-name ._link-name-name {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}

.doctor-info-clinic ._data ul li ._link-desc {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 0 10px;
    background-color: transparent;
    color: #828ea5;
}

.doctor-info-clinic._detail ._data ul li ._link-desc {
    margin: 0 0 0 2px;
}

.doctor-info-clinic ._data ul li ._link-desc ._link-desc-img {
    display: inline-block;
    width: 23px;
    height: 12px;
}

.doctor-info-clinic ._data ul li ._link-desc ._link-desc-walking {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #828ea5;
}

.doctor-note-detail-prices {
    display: flex;
    flex-flow: row wrap;
    gap: 15px !important;
}

.doctor-note-detail-clinics ._note-block {
    min-width: 365px;
    max-width: 365px;
    position: relative;
    width: 100%;
}

.doctor-detail-ymap {
    padding-top: 25px;
}

.cmt-map > div {
    height: 161px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.reviews-panel-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 18px;
    gap: 13px;
}

.reviews-panel-top > ._count {
}

.reviews-panel-center {
    display: flex;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0ms;
    gap: 15px;
}

.reviews-panel-center > div {
    cursor: pointer;
}
.not-time-note-online {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.block-brick {
    margin: 0px;
    padding: 0px;
}
.doctor-detail-about-content > div:last-child {
    margin-bottom: 0px;
}
.detail-card .doctor-note-detail-clinics {
    border-radius: 0px;
    padding: 4px 0px 23px 0px;
    margin: 14px 0;
    border-bottom: 1px solid rgb(241 245 249 / 1);
    box-shadow: none;
}

.doctor-detail-about {
    margin-bottom: 25px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.doctor-detail-about .block-brick {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.doctor-detail-about .h2-m {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.doctor-detail-course .block-brick > li {
    border: 1px solid rgb(254 243 199 / var(--tw-border-opacity, 1));
    background-color: rgb(255 251 235 / 0.6);
    padding: 0.75rem;
    border-radius: 0.75rem;
}
.doctor-detail-course .block-brick ._number {
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
}
.doctor-detail-experience .block-brick li ._number,
.doctor-detail-education .block-brick li ._number {
    font-weight: 600;
    color: rgb(148 163 184);
}
.doctor-detail-experience .block-brick li ._title,
.doctor-detail-education .block-brick li ._title {
    font-weight: 600;
    color: rgb(30 41 59);
}
.doctor-detail-experience .block-brick li ._subtitle,
.doctor-detail-education .block-brick li ._subtitle {
    color: rgb(100 116 139);
}
.doctor-detail-about li {
    color: var(--text-medium);
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border-light);
    display: flex;
    gap: 10px;
}

.doctor-detail-specialization .description-about-detail > ul,
.doctor-detail-specialization .description-about-detail > div > ul {
    margin: 0px;
    padding: 0px;
}

.doctor-detail-specialization .description-about-detail > ul > li {
    flex-flow: row wrap;
}

.doctor-detail-specialization .description-about-detail > ul > li ul {
    width: 100%;
    margin-left: 20px;
}

.doctor-detail-about > div > ul {
    margin: 0px;
    padding: 0px;
}

.doctor-detail-about li::before {
}

.description-about-detail > b {
    padding-bottom: 10px;
    display: block;
}

.doctors-nearest .h2-m {
    padding-bottom: 30px;
}

.nearest-doctor {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.nearest-doctor > ._main {
    background: #fff;
    border-radius: 10px;
    padding: 1.3rem;
    border: 1px solid rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.nearest-doctor > ._main > ._name {
    padding: 10px 0px;
    display: block;
}

.doctor-info-phone {
    padding-top: 20px;
}

.doctor-info-clinic {
    margin: 23px 0px 0px;
    display: none;
}

.nearest-doctor > ._main > ._content ._reviews > ._opinion-count {
    cursor: pointer;
    font-weight: bold;
    color: var(--primary);
}

.nearest-doctor > ._main > ._station {
    display: block;
}

.doctor-info-clinic ._data ul {
    display: flex;
    overflow: auto;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.doctor-info-clinic ._data ul li ._link {
    display: flex;
}

.doctor-info-clinic ._data ul li ._link-name {
    display: flex;
    align-items: center;
    gap: 2px;
}

.doctor-info-clinic ._data ul li ._link-name ._link-name-color {
    display: block;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: red;
}

.doctor-info-clinic ._data ul li ._link-name ._link-name-name {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}

.doctor-info-clinic ._data ul li ._link-desc {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 0 10px;
    background-color: transparent;
    color: #828ea5;
}

.doctor-info-clinic ._data ul li ._link-desc ._link-desc-img {
    display: inline-block;
    width: 23px;
    height: 12px;
}

.doctor-info-clinic ._data ul li ._link-desc ._link-desc-walking {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #828ea5;
}

.nearest-doctor > ._main > ._content > ._picture {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.nearest-doctor > ._main > ._content > ._picture > div {
    position: relative;
    z-index: 0;
    display: flex;
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border-radius: var(--agwdj7z-2);
}

.nearest-doctor > ._main > ._content > ._picture > div > ._img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.nearest-doctor > ._main > ._content > ._price {
    margin-bottom: 5px;
}

.doctors-nearest ._header {
    width: 1024px;
}

._mini .line-stars-body {
    width: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nearest-doctor > ._main > ._content > ._reviews {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.component-clinic-mini-price-content ._price-item > ._price ._price-ruble {
    padding-left: 5px;
}

.reviews-panel-no {
    display: flex;
    align-items: center;
    gap: 10px;
}

.doctor-rating-reviews {
    flex-direction: column;
    display: flex;
    gap: 8px;
}

.doctor-rating-reviews ._select-setting {
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-rating-reviews ._select-setting a {
    display: flex;
    align-items: center;
    color: var(--text-muted) !important;
    font-weight: bold;
}

.doctor-note-detail-clinics .online-note-time {
    width: 68px;
}

.doctor-reviews-detail {
    padding-top: 40px;
}

.component-clinic-price-content.detail ._name-price {
    display: none !important;
}
.main-load-online-note > div:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.nearest-doctor .doctor-info-clinic {
    margin: 10px 0px 0px;
}
.nearest-doctor .doctor-info-clinic ._link-name-name {
    font-size: 0.875rem;
}

.nearest-doctor > ._main:hover {
    --tw-shadow:
        0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored:
        0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-color: rgb(6 182 212 / 0.4);
}
._no-active-info {
    border: 1px solid rgb(254 243 199);
}

._no-active-info .__text {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#similar-doctors {
    padding-bottom: 1rem;
}

#similar-doctors._active {
    padding-bottom: 0px !important;
}
.buttons-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
._add-review-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-width: 1px;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
    border-radius: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    cursor: pointer;
    outline: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
    width: 145px;
}
._add-review-btn:hover {
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1)) !important;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
    border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.buttons-content ._sort {
    min-width: 158px;
}
.reviews-panel-top ._name_why {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
    display: flex;
    align-items: center;
    gap: 4px;
}
.reviews-panel-top ._name_why span {
    cursor: pointer;
}
@media (max-width: 1023px) {
    .doctors-nearest ._header {
        width: 765px;
    }
}
@media (max-width: 1023px) {
    .doctor-note-detail-clinics ._block {
        flex: 1 100%;
        order: 2;
        padding-right: 0px;
    }

    .doctor-note-detail-clinics ._note-block {
        flex: 1 100%;
        min-width: 100%;
        max-width: 100%;
        order: 1;
        padding-bottom: 25px;
        box-sizing: border-box;
    }

    .doctor-note-detail-clinics ._note-block .online-note-name-clinic {
        display: block !important;
        font-weight: 600;
        font-size: 18px;
        color: var(--dark-color);
        padding-bottom: 15px;
    }

    .doctor-note-detail-clinics > ._block > ._name {
        display: none;
    }

    .doctor-note-detail-clinics ._block > .doctor-info-clinic {
        margin: 0px 0px 20px !important;
    }
}

@media screen and (max-width: 965px) {
    .content-oline-note {
        top: 65px;
    }
}

@media screen and (max-width: 900px) {
    .buttons-content {
        flex-flow: row wrap;
        gap: 20px;
        justify-content: end;
    }
}

@media screen and (max-width: 879px) {
    .doctor-detail > .row {
        flex-direction: column;
        padding: 0px 0px;
        gap: 0px;
    }

    .doctor-detail-card {
        width: 100%;
        min-width: 100%;
    }

    .doctor-detail-info {
        width: 100%;
        box-sizing: border-box;
    }

    .doctor-rating-reviews {
        padding-bottom: 20px;
    }

    .doctor-qualifications {
        justify-content: left !important;
    }

    .doctor-contact {
        justify-content: left !important;
    }

    .doctor-detail-info {
        padding: 0 0px 0px 0px !important;
    }

    .doctor-info-clinic._detail .metro-list {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }

    .doctors-nearest ._header {
        width: 500px;
    }
}
@media (max-width: 768px) {
    ._add-review {
        position: relative;
        min-width: 55px;
        min-height: 20px;
    }

    ._add-review-btn {
        --tw-shadow:
            0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored:
            0 4px 6px -1px var(--tw-shadow-color),
            0 2px 4px -2px var(--tw-shadow-color);
        box-shadow:
            var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        transition-duration: 200ms;
        font-weight: 600;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        background: var(--brand-gradient);
        border-radius: 1rem;
        justify-content: space-between;
        align-items: center;
        display: flex;
        padding-left: 1rem;
        padding-right: 1rem;
        margin: auto;
        text-indent: -9999px;
        width: auto;
        position: absolute;
        top: -26px;
        left: 26px;
    }

    ._add-review-btn-icon {
        display: block !important;
    }
}
@media (max-width: 640px) {
    .doctors-nearest ._header {
        width: 405px;
    }
    ._no-active-info {
        flex-flow: row wrap;
        justify-content: center;
    }

    ._no-active-info .__text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 520px) {
    .reviews-panel-top > ._count {
        padding-bottom: 10px;
    }

    .doctor-detail-about .row > .ml-11 {
        margin-left: 0px !important;
    }

    .doctors-nearest ._header {
        width: 100%;
        margin-bottom: 3.5rem;
    }

    .doctors-nearest .items-nearest .owl-carousel-nav {
        top: -6% !important;
    }

    .doctor-detail-about li {
        flex-flow: row wrap;
    }
}

@media (max-width: 480px) {
    .doctor-note-detail-clinics {
        box-shadow: none !important;
    }

    .doctor-reviews-detail .review {
        border-left: none;
        border-right: none;
    }

    .doctor-detail-about {
        border-left: none;
        border-right: none;
    }

    .doctors-nearest {
        border-left: none;
        border-right: none;
    }
}

@media (max-width: 420px) {
    .component-clinic-price-content.detail {
        width: 100%;
    }

    .doctor-detail-info ._name {
        font-size: 22px;
    }
}

@media (max-width: 350px) {
    ._select-specialist {
        width: auto;
    }
}
