.doctors-item-container{    min-height: 140px;}
.menu_in_right{position:relative;}
h1{font-family: PF Bulletin Sans Pro;}
h2{
    font-family: PF Bulletin Sans Pro;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    color: #101010;
}
button.dis_search {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -16px;
    background: none;
    border: none;
}
.dis_search_form {
    position: absolute;
    right: 80px;
}
.in_dis_search_form input[type="text"] {
    height: 30px;
}
.dis_search_form {
    position: absolute;
    right: 80px;
    max-width: 0px;
    overflow: hidden;
    transition: all 0.3s linear; display:block;
}
.dis_search_form.active{    max-width: 240px;}
a.dis_search.open_search.active svg {
    display: none;
}
a.dis_search.open_search.active:before {
    content: "x";
    font-size: 27px;
    color: #000;
}
#myBtn {
    display: none; /* Скрыть кнопку по умолчанию */
    position: fixed; /* Фиксированное положение */
    top: 100px; /* Расположение от нижнего края */
    right: 30px; /* Расположение от правого края */
    z-index: 99; /* Убедитесь, что она находится над другими элементами */
    border: none; /* Убрать границу */
    outline: none; /* Убрать контур */
    background-color: #E10886; /* Цвет фона */
    color: white; /* Цвет текста */
    cursor: pointer; /* Добавить указатель при наведении */
    padding: 15px; /* Некоторый отступ */
    border-radius: 4px; /* Круглые углы */
    background-image: url("images/totop.svg");
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
}

#myBtn:hover {
    background-color: #555; /* Добавить темный оттенок при наведении */
}
@media (max-width: 768px) {
    #myBtn{
        width: 30px;
        height: 30px;
        top: 80px;
        right: 20px;
    }
}


.zh_detail_doctorpage, .zh_detail_doctorpage a:hover {
    transition: 0.3s;
}



.zh_detail_doctorpage_banner {
    min-height: 480px;
    grid-template-columns: 950px 1fr;
    grid-gap: 20px;
    display: grid;
    margin-bottom: 40px;
}
.zh_detail_doctorpage_banner_left {
    padding: 56px 0 48px 0;
}
.zh_detail_doctorpage_banner_left h1 {
    font-size: 36px;
    line-height: 72px;
    margin: 0 0 46px 0;
}
.zh_detail_doctorpage_banner_back {
    position: absolute;
    z-index: -1;
}
.zh_detail_doctorpage_banner_back:before {
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    transform: skew(-15deg);
    width: 200px;
    background-color: #fdecf6;
    left: -60px;
    top: 0;
}
.zh_detail_doctorpage_anons {
    margin-bottom: 46px;
}
.zh_detail_doctorpage_anons ul {

}
.zh_detail_doctorpage_anons ul li {
    position: relative;
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 24px;
    margin-left: 22px;
}
.zh_detail_doctorpage_anons ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #e40f7c;
    position: absolute;
    top: 6px;
    left: -22px;
}
.zh_pinktext {
    color: #e40f7c;
}
.zh_graytext {
    color: #8D8E8D;
}
.zh_detail_doctorpage_btns {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 36px;
}
.zh_detail_doctorpage_btns a {
    width: 343px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E10886;
    background-color: #E10886;
    border-radius: 4px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: white;
}
.zh_detail_doctorpage_btns a.zh_detail_doctorpage_btn_schedule {
    color: #E10886;
    background-color: white;
}
.zh_detail_doctorpage_btns a.zh_detail_doctorpage_btn_order:hover {
    color: #E10886;
    background-color: white;
}
.zh_detail_doctorpage_btns a.zh_detail_doctorpage_btn_schedule:hover {
    color: white;    
    background-color: #E10886;
}
.zh_detail_doctorpage_tabs {
    margin-bottom: 100px;
}
.zh_detail_doctorpage_tabs ul {
    display: flex;
    grid-gap: 32px;
}
.zh_detail_doctorpage_tabs ul li a {
    display: flex;
    align-items: center;
    padding: 12px 40px;
    justify-content: center;
    border-radius: 4px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    border: 1px solid #E10886;
    color: #E10886;
    background-color: white;
}
.zh_detail_doctorpage_tabs ul li a:hover {
    color: white;    
    background-color: #E10886;    
}
.zh_detail_doctorpage_content h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
}
.zh_detail_doctorpage_content p {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
}
.zh_detail_doctorpage_content > div {
    margin-bottom: 100px;
}
.zh_detail_doctorpage_text h3 {
    font-family: PF Bulletin Sans Pro;
    color: #E10886;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}
.zh_detail_doctorpage_text ul {
    margin-bottom: 32px;
}
.zh_detail_doctorpage_text ul li {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 16px;
    margin-bottom: 16px;
}
.zh_detail_doctorpage_text ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    top: calc(50% - 4px);
    left: -16px;
    background-color: #E10886;
}
.zh_detail_doctorpage_text table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px 12px;
    font-family: PF Bulletin Sans Pro;
}
.zh_detail_doctorpage_text thead tr {
    border-radius: 4px;
}
.zh_detail_doctorpage_text thead tr th {
    background-color: #E10886;
    color: white;
    padding: 12px 32px;
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    font-weight: 400;
}
.zh_detail_doctorpage_text thead tr th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.zh_detail_doctorpage_text thead tr th:last-child {
    text-align: center;
    width: 220px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.zh_detail_doctorpage_text tbody tr {

}
.zh_detail_doctorpage_text tbody tr td {
    font-size: 24px;
    padding: 16px 40px;
    line-height: 28px;
    text-align: left;
    font-weight: 400;
}
.zh_detail_doctorpage_text tbody tr:nth-child(2n+1) td {
    background-color: #FEF5FA;
}
.zh_detail_doctorpage_text tbody tr td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.zh_detail_doctorpage_text tbody tr td:last-child {
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.mobile-only {
    display: none !important;
}
.zh_detail_doctorpage_slide {
    padding: 28px 32px;
    box-shadow: 0px 0px 1px 0px #0000001A;

box-shadow: 0px 2px 4px 0px #0000000D;

box-shadow: 0px 4px 8px 0px #0000000D;
    margin: 2px 0;
}
.zh_detail_doctorpage_reviews {
    position: relative;
    margin-bottom: 40px;
}
.zh_detail_doctorpage_reviews_name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}
.zh_detail_doctorpage_reviews_text {
    font-size: 20px;
    line-height: 24px;
}
.zh_detail_doctorpage_reviews_navigations {
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
}
.zh_detail_doctorpage_reviews_navigations > div {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    z-index: 10;
}
.zh_detail_doctorpage_reviews_navigations img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.zh_detail_doctorpage_reviews-prev {
    left: -35px;
}
.zh_detail_doctorpage_reviews-next {
    right: -35px;
}
.zh_detail_doctorpage_reviews-prev img {
    transform: rotate(180deg);
}
.zh_detail_doctorpage_reviews_slider-wrapper {

}
.zh_detail_doctorpage_reviews_slider {
      overflow: initial;
}
.zh_detail_doctorpage_reviews_slider:before {
    content: "";
    width: 1000px;
    height: 120%;
    top: -10%;
    position: absolute;
    left: -1010px;
    background-color: white;
        z-index: 10;
}
.zh_detail_doctorpage_reviews_slider:after {
    content: "";
    width: 1000px;
        z-index: 10;
    height: 120%;
    top: -10%;
    position: absolute;
    right: -1010px;
    background-color: white;
}
.zh_detail_doctorpage_reviews_btns {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 36px;
}
.zh_detail_doctorpage_reviews_btns a {
    width: 217px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E10886;
    background-color: #E10886;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: white;
}
.zh_detail_doctorpage_reviews_btns a.zh_detail_doctorpage_reviews_btn_all {
    color: #E10886;
    background-color: white;
}
.zh_detail_doctorpage_reviews_btns a.zh_detail_doctorpage_reviews_btn_add:hover {
    color: #E10886;
    background-color: white;
}
.zh_detail_doctorpage_reviews_btns a.zh_detail_doctorpage_reviews_btn_all:hover {
    color: white;    
    background-color: #E10886;
}
.zh_detail_doctorpage_reviews-pagination {
    display: none !important;
}
.zh_detail_doctorpage_back {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    top: 0;
    left: 0;
    z-index: 10000;
}
.d-none {
    display: none !important;
}
.zh_detail_doctorpage_reviews_formhead {
    color: #E10886;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-bottom: 28px;
}
.zh_detail_doctorpage_reviews_add_left_right {
    display: grid;
    grid-template-columns: minmax(200px, 506px) 1fr;
    grid-gap: 20px;
    margin-bottom: 4px;
}
.zh_detail_doctorpage_reviews_add_group {
    margin-bottom: 20px;
}
.zh_detail_doctorpage_reviews_add_group input {
    width: 100%;
    border-radius: 4px;
    padding: 0px 16px;
    height: 48px;
}
.zh_detail_doctorpage_reviews_add_group textarea {
    border-radius: 4px;
    width: 100%;
    height: calc(100% - 20px);
}
.h100p {
    height: 100%;
}
.zh_detail_doctorpage_reviews_addblock {
    background: white;
    border-radius: 8px;
    z-index: 10000;
    padding: 40px 90px;
    width: 100%;
    max-width: 1480px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.zh_detail_doctorpage_reviews_add_group p a {
    text-decoration: underline;
}
.zh_detail_doctorpage_reviews_add_group p, .zh_detail_doctorpage_reviews_add_group p a {
    color: #8D8E8D;
}
.zh_detail_doctorpage_reviews_add_submit {
    width: 251px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #E10886;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #E10886;
}
.zh_detail_doctorpage_reviews_add_submit:hover {
     background-color: white;
}
.zh_detail_doctorpage_reviews_weekdays {
    max-height: 500px; 
    overflow-y: auto;
    scroll-behavior: smooth;
    background-color: #f1f8f9;
    max-width: 400px;
    width: 100%;
    position: fixed;
    top: 50%;
    border-radius: 8px;
    padding: 20px 0;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
}
.zh_detail_doctorpage_close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.zh_detail_doctorpage_reviews_add_group input.error, .zh_detail_doctorpage_reviews_add_group textarea.error {
    background: rgb(225 8 134 / 10%);
}
.zh_detail_doctorpage_banner_right {
    position: relative;
}
.zh_detail_doctorpage_banner_back {
    bottom: 0;
}
.zh_detail_doctorpage_banner_imgdoctor {
    bottom: 0;
    position: absolute;
}
@media (max-width: 1600px) {
    .zh_detail_doctorpage_banner {
        min-height: auto;
        grid-template-columns: 2fr 1fr;
    }
    .zh_detail_doctorpage_btns, .zh_detail_doctorpage_reviews_btns {
        flex-wrap: wrap;
    }
}
@media (max-width: 1000px) {
    .zh_detail_doctorpage_btns a.zh_detail_doctorpage_btn_order:hover {
        border: 1px solid #E10886;
        background-color: #E10886;
        color: white;
    }
    .zh_detail_doctorpage_banner_imgdoctor {
        position: relative;
    }
    .zh_detail_doctorpage_reviews_addblock {
        padding: 40px 20px;
        width: 100%;
        max-width: 500px;
    }
    .zh_detail_doctorpage_reviews_add_group textarea {
        height: 120px;
        padding: 12px 12px;
    }
    .zh_detail_doctorpage_reviews_formhead {
        color: #E10886;
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        text-align: left;
        margin-bottom: 28px;
    }
    .zh_detail_doctorpage_reviews_add_group p, .zh_detail_doctorpage_reviews_add_group p a {
        font-size: 14px;
        line-height: 19px;
    }
    .zh_detail_doctorpage_reviews_add_group input {
        height: 43px;
    }
    .zh_detail_doctorpage_reviews_add_group {
        margin-bottom: 16px;
    }
    .zh_detail_doctorpage_reviews_addblock .zh_detail_doctorpage_close {
        right: 26px;
        top: 42px;
    }
    .zh_detail_doctorpage_reviews_add_submit {
        width: 100%;
    }
    .zh_detail_doctorpage_reviews_add_left_right {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin-bottom: 0px;
    }
    .zh_detail_doctorpage_reviews_weekdays {
        max-height: 300px; 
        overflow-y: auto;
        scroll-behavior: smooth;
        background-color: #f1f8f9;
        max-width: 400px;
        width: 90%;
        position: fixed;
        top: 50%;
        border-radius: 8px;
        padding: 20px 0;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
    }
    .zh_detail_doctorpage_reviews_btns {
        grid-gap: 20px;
    }
    .zh_detail_doctorpage_reviews .swiper-pagination-bullet {
        margin: 0 6px !important;
    }
    .zh_detail_doctorpage_slide {
                padding: 24px 24px;
         /*     max-width: 100%;*/
    }
    .zh_detail_doctorpage_reviews-pagination {
        text-align: center;
        position: absolute;
        display: block !important;
        bottom: -19px;
        transform: translate(-50%, 0px);
        left: 50%;
        z-index: 10;
    }
    .zh_detail_doctorpage_reviews_navigations > div {
        width: 20px;
        height: 20px;
    }
    .zh_detail_doctorpage_reviews-next {
        right: 0;  
    }
    .zh_detail_doctorpage_reviews-prev {
        left: 0;
    }
    .zh_detail_doctorpage_reviews_navigations {
        position: relative;
        height: 22px;
        top: 20px;
    }
    .mobile-only {
        display: block !important;
    }
    .zh_detail_doctorpage_banner {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .zh_detail_doctorpage_banner_left h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .zh_detail_doctorpage_anons ul li {
        margin-bottom: 8px;
    }
    .zh_detail_doctorpage_btns {
        grid-gap: 20px;
    }
    .zh_detail_doctorpage_btns a, .zh_detail_doctorpage_reviews_btns a {
        width: 100%;
    }
    .zh_detail_doctorpage_reviews_btns a {
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
    }
    .zh_detail_doctorpage_btns a {
        font-size: 20px;
        line-height: 24px;
        height: 44px;
    }
    .zh_detail_doctorpage_text tbody tr td:first-child, .zh_detail_doctorpage_anons ul li, .zh_detail_doctorpage_tabs ul li a, .zh_detail_doctorpage_content p, .zh_detail_doctorpage_text h3, .zh_detail_doctorpage_text ul li, .zh_detail_doctorpage_text thead tr th {
        font-size: 16px;
        line-height: 19px; 
    }
    .zh_detail_doctorpage_text tbody tr td:first-child {
        padding: 16px 12px;
    }
    .zh_detail_doctorpage_text tbody tr td strong {
        font-family: PF Bulletin Sans Pro;
        display: inline-block;
        margin-top: 10px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
    }
    .zh_detail_doctorpage_banner_right {
        text-align: center;
        position: relative;
    }
    .zh_detail_doctorpage_text thead tr th {
        padding: 12px 12px;
    }
    .zh_detail_doctorpage_text h3 {
        font-weight: 500;
    }
    .zh_detail_doctorpage_banner_back {
        position: absolute;
        z-index: -1;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .zh_detail_doctorpage_text table {
        border-spacing: 0px 8px;
    }
    .zh_detail_doctorpage_content h2 {
        font-size: 20px;
        line-height: 24px;     
    }
    .zh_detail_doctorpage_content h2 {
        margin-bottom: 12px;
        font-weight: 500;
    }
    .display-only {
        display: none !important;
    }
    .zh_detail_doctorpage_banner_left {
        padding: 16px 0 0 0;
    }
    .zh_detail_doctorpage_anons {
        margin-bottom: 0px;
    }
    .zh_detail_doctorpage_banner_imgdoctor {
        width: 100%;
        max-width: 300px;
    }
    .zh_detail_doctorpage_tabs ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 16px;
    }
    .zh_detail_doctorpage_tabs ul li a {
        height: 100%;
        text-align: center;
        padding: 12px 26px;
    }
    .zh_detail_doctorpage_tabs, .zh_detail_doctorpage_content > div {
        margin-bottom: 40px;
    }
    #price_doctor table thead tr th:last-child {
        display: none;
    }
    #price_doctor table tbody tr td:last-child {
        display: none;
    }
}