

        .doctor-questions-work .text-inf-d {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .list-circle {
            width: 5px;
            height: 5px;
            background: #fe3f7a;
            display: flex;
            border-radius: 50%;
            padding-right: 5px;
        }

            

        #update_single_cat .col {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        #update_single_cat .col .wrap {
                        display: flex;
            height: 100%;
            flex-direction: column;
            justify-content: space-between;
             box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
             border-radius: 15px;
             padding: 10px;
        }
        
        
         #update_single_cat .col .wrap img {
            border-radius: 15px;
         }
         
          #update_single_cat .col .wrap .widget_user_category__title {
              font-size: 16px;
                line-height: 1.2em;
            margin-bottom: 20px;
          }
          
           #update_single_cat .col .wrap .widget_user_category__list {
               opacity: 0.5;
           }
           
           .widget_user_category__button  {
                height: 40px !important ;
           }
           
        
           
            #update_cat_single {
               display: flex;
                margin: auto;
                margin-top: 30px;
                justify-content: center;
                color: #293A5F !important;
                border: 1px solid #293b5f;
                background: white !important;
                    border-radius: 10px;
                height: 40px;
                align-items: center;
                font-weight: 500;
           }


        @font-face {
          font-family: 'Digiface';
          src: url('https://docma.ru/wp-content/themes/docma/sales-pages/fonts/Digiface.ttf') format('truetype');
          font-weight: normal;
          font-style: normal;
        }
        
        .reviews-count {
            position: relative;
            max-width: 500px;
            margin: 0 auto 30px auto;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            background: rgba(2, 181, 188, 0.01);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            border-radius: 20px;
                }
                
         .reviews-count a {
             color: #FE3F7A !important;
             text-decoration: underline;
         }    
         
         .reviews-count a:hover {
             cursor: pointer;
         }
        
        .reviews-count:before {
            content: '';
            position: absolute;
            top: 5px;
            right: 5px;
            width: 50px;
            height: 50px;
            border-top: 3px solid #02B5BC;
            border-right: 3px solid #02B5BC;
            border-radius: 0 15px 0 0;
        }
        
        .reviews-count:after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 5px;
            width: 50px;
            height: 50px;
            border-bottom: 3px solid #02B5BC;
            border-left: 3px solid #02B5BC;
            border-radius: 0 0 0 15px;
        }
        
        
        
        .avatar-zoom-image--wrapper {
            display: none;
            width: 100vw;
            height: 100vh;
                background: #000000ad;
        }
        
        .avatar-zoom-image--wrapper-active {
            display: flex;
        }
        
        
        
        .doctor-questions-work .head-ic-inf {
            font-size: 18px !important;
        }
        
        
            body:after {
                content: "";
                background: red;
                width: 100%;
                height: 100%;
            }
        
        
           .avatar-zoom-image { 
            width: 500px; 
            height: 500px;
            border-radius: 50px; 
            background-size: cover;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            overflow: hidden; 
            background-repeat: no-repeat; 
            background-position: center center; 
            background-size: 200% auto;   /* увеличиваем центр */
            position: fixed;
            top: 25%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;   
            background-size: cover;
            display: none;
        }
        
        .head-ic-inf {
            margin-bottom: 20px;
        }
        
        #inf-doc-card-sec .short-inf-d-block {
            align-items: center !important;
        }
        
    
        
        .avatar-zoom-image--active {
            display: flex;
        }
        
        .avatar-zoom-image img {
            position: absolute;
            width: 80px;
            right: 0;
        }
        
        .avatar-zoom-image img:hover {
            cursor: pointer;
        }
        
         
        #tabs-doc-sec .distance-priem {
            padding-top: 0;
        }
        
        
        .calend-days {
                display: flex;
                flex-wrap: wrap;
                gap: 5px 15px;
                justify-content: center;
        }
        
         .calend-days  .calend-day {
             font-weight: 600;
         }
        
        
        .doc-educ-list--btn, .doct-work-exp--btn {
            text-decoration: underline;
            color: #fe3f7a;
        }
        
        .about-doct-btn {
            margin-top: 30px;
            display: flex;
            text-decoration: underline;
            color: #fe3f7a;
        }
        
        .doc-educ-list--btn:hover, .about-doct-btn:hover, .doct-work-exp--btn:hover {
            cursor: pointer;
            color: #02B5BC;
        }
        
        #tabs-doc-sec .distance-priem .t-left-part-d-p-con .head-th {
            margin: 0 !important;
        }
        
        #tabs-doc-sec .doctor-blog {
            padding-bottom: 0;
        }
        
        .h-inf 
        
        #tabs-doc-sec .doctor-blog {
            padding-bottom: 0;
        }
        
        .usluga-con, .resp-con {
            position: relative;
            overflow: hidden;
        }
        
        .btm-part-u a, .attr__content, .price-u, .head-usluga {
            z-index: 2;
        }
        
        .usluga-con:after {
            bottom: 50%;
            content: "";
            height: 250px;
            width: 250px;
            background: rgba(2, 181, 188, 0.08);
            position: absolute;
            right: -20%;
            border-radius: 50%;
            }
            
            .resp-con:after {
                bottom: 50%;
            content: "";
            height: 250px;
            width: 250px;
            background: rgba(2, 181, 188, 0.08);
            position: absolute;
            right: -20%;
            border-radius: 50%;
            }
            
            
            
        
        .usluga-con a {
            max-width: 250px;
        }
     

div .list-n-d li::before {
    font-size: 30px;
    color: rgb(254, 63, 122);
    vertical-align: middle;
    align-items: flex-end;
    line-height: 30px;
    justify-content: center;
    font-family: Digiface, sans-serif !important;
    border-radius: 15px;
    background: rgba(254, 63, 123, 0.09);
    padding: 5px;
    border: none;
    margin: 0 10px 0 0 !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
}

#inf-doc-card-sec .row {
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
    background-image: url("http://docma.ru/wp-content/uploads/2026/01/i-1.jpg");
    background-size: cover;        /* можно: contain / auto */
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
}

#inf-doc-card-sec .row:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #02B5BC;


    /* Полупрозрачность картинки */
    opacity: 0.9;  
}

#inf-doc-card-sec .col-md-5 {
    width: 100%;
    max-width: 700px;
}

#inf-doc-card-sec .col-md-5 .photo-doc-con {
    margin: 30px 0 -50px 0;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#inf-doc-card-sec .photo-doc-con img {
    border-radius: 15px;
}

#inf-doc-card-sec .city__user {
    bottom: 5px;
    right: 10px;
}

#inf-doc-card-sec .name-doctor {
    text-align: center;
    margin-top: 30px;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

#inf-doc-card-sec .product-categories {
    margin-top: 20px;
}

#inf-doc-card-sec .product-categories p {
    text-align: center;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

#inf-doc-card-sec .product-categories span {
    color: white !important;
}

#inf-doc-card-sec .col-md-7 {
    width: 100%;
    text-align: center;
    margin: 80px 0 0 0;
}

#inf-doc-card-sec .col-md-7 .doc-appeal-btn {
    width: 100%;
}

.doct-image-wrapper {
    position: relative;
    margin: 0;
    width: 100% !important;
}

.doct-image-wrapper {
    cursor: zoom-in; 
}

.doct-image-wrapper .cart-buy-btn{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background: #fe3f7a;
        border: none;
    border-radius: 50%;
    top: 10px;
    right: 10px;
}

.doct-image-wrapper .cart-buy-btn:hover {
    background: #02B5BC;
    cursor: pointer;

}


#inf-doc-card-sec .txt-inf-doc-con {
    flex-direction: row;
    justify-content: center;
}

#inf-doc-card-sec .doct-work-inf {
    max-width: 700px;
    justify-content: center;
    border-radius: 25px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin: 50px auto 0 auto;
}

#inf-doc-card-sec .txt-inf-doc-con .icon-d-con {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
}

#inf-doc-card-sec .txt-inf-doc-con .icon-d-con.calend-d {
    margin: 0;
}

.head-ic-inf {
    justify-content: center;
}
 
 
.short-inf-d-block {
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    border-left: 1px solid #F2F2F2;
    padding-left: 15px;
} 

.calend-d--wrapper {
    width: 50%;
    margin-right: 15px;
}

.col-lg-5 {
    width: 100%;
}


.online-reception {
    display: flex;
    gap: 50px;
}

.online-reception .offset-lg-2 {
    margin: 0;
    width: 50%;
    
}

.online-reception .col-lg-5 {
    width: 50%;
}

.online-reception .short-inf-d-block {
    width: 100%;
}

.online-reception .doctor-questions-work {
    border: none;
}

#tabs-doc-sec .distance-priem .t-left-part-d-p-con .head-th, #tabs-doc-sec .short-d-h {
    text-align: center;
}


#inf-doc-card-sec .txt-inf-doc-con .icon-d-con.calend-d, .list-n-d li, .btn-show-more, #inf-doc-card-sec .txt-inf-doc-con .icon-d-con.calend-d, .head-ic-inf , .short-inf-d-block .text-inf-d, #tabs-doc-sec .distance-priem .t-right-part-d-p-con .short-inf-d-block .text-inf-d, #tabs-doc-sec .inf-about-doc .response-row .col-resp .resp-con .author-resp .inf-author .a-name  {
    font-size: 16px !important;
    line-height: 1.2em;
}


.h-inf, .head-main, .current-work-place h5,  #tabs-doc-sec .doctor-blog .elem-news .text-inf-news-con .up-inf-news .name-news  {
    font-size: 18px !important;
}

#tabs-doc-sec .inf-about-doc .col-inf-ab-d .inf-con {
        padding: 0 10px;
        padding-bottom: 20px;
}

#tabs-doc-sec .inf-about-doc .head-th {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-align: center;
    margin-bottom: 0;
}

#tabs-doc-sec .inf-about-doc .response-row {
    margin-top: 20px;
}


#tabs-doc-sec .distance-priem .row-how-it-works .photo-how-it-works-con img {
    width: 70%;
}

#tabs-doc-sec .distance-priem .row-how-it-works {
    padding-top: 40px;
}

.head-main {
        font-weight: 600;
}

#tabs-doc-sec .inf-about-doc .response-row .col-resp .resp-con {
    margin-bottom: 0;
}

#tabs-doc-sec .inf-about-doc .response-row .col-resp .resp-con .author-resp .inf-author .a-name {
    font-weight: 500;
}

.doct-reviews--wrapper {
    margin-top: 50px;
}

.doct-reviews--wrapper #response_ar {
        gap: 20px;
        lign-items: stretch;
        justify-content: space-evenly;
}

.doct-reviews--wrapper #response_ar .col-resp {
    height: auto;
}

.doct-reviews--wrapper #response_ar .col-resp .resp-con {
    height: 100%;
}

.doct-reviews--wrapper .col-resp {
        width: 30%;
        height: 100%;
}

#tabs-doc-sec .short-d-h {
        margin: 0;
}

.remote-reception {
    position: relative;
    margin: 0 auto 40px auto;
    max-width: 700px;
    padding: 20px;
    border-radius: 25px;
    background: rgba(2, 181, 188, 0.02);
}

.remote-reception:before {
        content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-top: 3px solid #02B5BC;
    border-right: 3px solid #02B5BC;
    border-radius: 0 15px 0 0;
}

.remote-reception:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    border-bottom: 3px solid #02B5BC;
    border-left: 3px solid #02B5BC;
    border-radius: 0 0 0 15px;
}

.btn-show-more {
        text-decoration: underline !important;
}


.remote-reception .head-th {
    text-align: center;
}


.hidden-doc-ind-record {
    width: 90%;
    text-align: center;
    margin: 30px auto 80px auto !important;
    border: 2px solid #fe3f7a;
    border-radius: 15px;
    padding: 30px 10px;
    color: #fe3f7a !important;
    text-transform: uppercase;
    justify-content: center
}

.hidden-doc-ind-record .t-left-part-d-p-con h3 {
    padding: 30px 10px;
    color: #fe3f7a !important;
}

.card-doc-s {
    margin-top: 0px !important;
}

.woocommerce {
    margin-top: 0 !important;
}

.woocommerce .single-product {
    margin-top: 0 !important;
}

.card-doc-s .photo-doc-con {
    max-width: 600px;
    margin: 0 auto;
}

.card-doc-s .col-md-5 {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.card-doc-s .photo-doc-con img {
    width: 500px !important;
}

.card-doc-s .txt-inf-doc-con {
    flex-direction: column !important;
}

.card-doc-s .txt-inf-doc-con {
    flex-direction: column;
}

.card-doc-s .txt-inf-doc-con h3,  .card-doc-s .txt-inf-doc-con p {
    color: white !important;
}

.card-doc-s h3 {
    text-align: center;
    margin-top: 30px;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}


.card-doc-s .loc-d {
    margin: 0 !important;
    font-size: 16px !important;
}

.txt-inf-doc-con .days-work:last-of-type {

}


.days-w--doct-card {
        max-width: 400px;
    border: 2px solid white;
    border-radius: 15px;
    margin: 0 auto 30px auto;
    padding: 15px;
}

.card-doc-s .days-work {
    font-size: 16px !important;
}

.doc-quickly {
    display: flex;
    gap: 10px;
    border-radius: 10px;
    padding: 3px 10px;
    /* padding: 5px; */
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.7);
    align-items: center;
}

.doc-quickly img {
    max-width: 30px;
}

.about-doc--heading {
    margin-top: 90px;
}    


@media (max-width: 991px) {
    
      .doc-quickly {
          gap: 5px;
          left: 3px;
          bottom: 3px;
          padding: 3px 5px;
      }
      
      #inf-doc-card-sec .city__user {
          right: 3px;
          bottom: 3px;
          padding: 3px 6px;
          margin: 0;
      }
    
    
    .doc-quickly span {
   font-size: 12px !important;
}

.doc-quickly img {
        max-width: 20px !important;
}
    
    
    .doct-reviews--wrapper .col-resp {
        width: 100%;
    }
    
    .online-reception {
        flex-direction: column;
    }
    
    .online-reception .col-lg-5 {
        width: 100%;
    }
    
    #inf-doc-card-sec .txt-inf-doc-con .icon-d-con.calend-d, #inf-doc-card-sec .txt-inf-doc-con .icon-d-con.calend-d, .head-ic-inf , #tabs-doc-sec .distance-priem .t-right-part-d-p-con .short-inf-d-block .text-inf-d, #tabs-doc-sec .inf-about-doc .response-row .col-resp .resp-con .author-resp .inf-author .a-name  {
    font-size: 14px !important;
}

.breadcump_d-sec {
    padding: 0;
}

 
 
    
}


@media (max-width: 767px) {
    
    
  
.about-doc--heading {
    margin-top: 40px;
}    
 
    

    
    
    
    .card-doc-s {
        margin-bottom: 0 !important;
    }
    
    .card-doc-s .loc-d {
    margin-bottom: 10px !important;
    text-align: left;
    font-size: 16px !important;
}
    
    
            .reviews-count {
                padding: 10px;
                gap: 10px;
                margin: 0 auto 20px auto;
            }
            
            #inf-doc-card-sec .col-md-7 {
        margin: 70px 0 0 0;
}
    
    
    .hidden-doc-ind-record {

    margin: 20px auto 50px auto !important;

}

.hidden-doc-ind-record .t-left-part-d-p-con h3 {
    padding: 10px;
    color: #fe3f7a !important;
}
    
    
    
     .head-ic-inf {
            margin-bottom: 10px;
        }
    
    .avatar-zoom-image {
        width: calc(100% - 10px);
        height: 400px;
        border-radius: 15px;
    }
    
    
    .remote-reception {
        margin: 30px auto 10px auto
    }
    
    .doctor-questions-work .head-ic-inf {
        margin: 10px 0 10px 0;
        font-size: 16px !important;
    }
    
    .t-right-part-d-p-con {
        margin-top: 10px;
    }
    
    
    .head-usluga {
        max-width: 80%;
    }
    
    
    .price-u {
       margin: 5px;
    padding: 5px;
    background: white;
    font-weight: 700;
    top: 0;
    right: 0;
    z-index: 3;
    position: absolute;
    border: 2px solid red;
    border: 2px solid #fe3f7a;
    border-radius: 15px;
    color: #fe3f7a !important;
    line-height: 1em;
    }
    
    
   #tabs-doc-sec .distance-priem .t-left-part-d-p-con .usluga-con .btm-part-u .main-btn {
        min-width: 100%;
        padding: 15px;
    }
    
    
    #tabs-doc-sec {
        margin-top: 15px;
    }
    
    
    #inf-doc-card-sec .product-categories {
        
        margin-top: 10px;
    }
    
    #clock-img {
                height: 25px;
    }
    
    
    #inf-doc-card-sec .doct-work-inf {
        margin: 20px auto 0 auto;
        padding: 10px;
    }
    
    
    .doc-appeal-btn {
        height: 50px;
        line-height: 50px;
    }
    
    
    #inf-doc-card-sec {
        margin-top: 10px;
    }
    
    
    #inf-doc-card-sec .col-md-5 .photo-doc-con {
        margin: 5px 0 -50px 0;
    }
    
    #inf-doc-card-sec .product-categories p {
        line-height: 1.2em;
        margin-top: 1px;
    }
    
    
    #inf-doc-card-sec .name-doctor {
        
        margin-top: 10px;
    }
    
    
    
    .doct-work-exp--btn, .doc-educ-list--btn {
        margin-bottom: 5px;
    display: flex;

    }
    
    
    
    .remote-reception:before, .remote-reception:after {
        width: 50px;
        height: 30px;
    }
    
    
    #tabs-doc-sec .distance-priem .row-how-it-works .photo-how-it-works-con img {
        width: 100%;
    }
    
    
    .usluga-con:after, .resp-con:after {
        height: 150px;
        width: 150px;
        right: -25%;
    }
    
    
    .head-btn  {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    }
    
    #tabs-doc-sec .doctor-blog {
        padding-bottom: 0;
    }
    
    #tabs-doc-sec .doctor-blog .elem-news .text-inf-news-con .read-news-btn {
        width: 100%;
        max-width: 100%;
    }
    
    
    .elem-news .col-lg-8, .elem-news .col-lg-4 {
        padding: 0;
    }
    
    .h-inf, .head-main, .current-work-place h5, #tabs-doc-sec .doctor-blog .elem-news .text-inf-news-con .up-inf-news .name-news,  #tabs-doc-sec .distance-priem .t-right-part-d-p-con .short-inf-d-block .head-ic-inf {
    font-size: 16px !important;
}
    
    
    #tabs-doc-sec .inf-about-doc .response-row .col-resp .resp-con {
        padding: 15px;
    }
    
    
    .doc-about-text, .row-how-it-works, .current-work-place {
        padding-top: 20px !important;
    }
   
    
   .woocommerce #tabs-doc-sec .distance-priem .t-left-part-d-p-con .usluga-con .head-usluga, .widget-user-category-title span {
        font-size: 18px !important;
    }
    
    .online-reception {
        gap: 20px;
        display: flex;
    flex-direction: column-reverse;
    }
    
    
    .online-reception .doctor-questions-work {
    padding: 0 !important;
}
    
 
    
    #tabs-doc-sec .inf-about-doc .col-inf-ab-d .inf-con, #tabs-doc-sec .inf-about-doc {
        padding: 0;
    }
    
    .inf-text {
    line-height: 1.2em;
}
   
    
    #tabs-doc-sec .distance-priem .row-how-it-works .photo-how-it-works-con img {
        width: 100%;
    }
    
    #tabs-doc-sec .distance-priem .row-how-it-works {
        padding: 0;
        
    }
    

     #inf-doc-card-sec, .con-bread, #response_ar   {
    padding-right: calc(1.5rem * 0.5) !important;
    padding-left: calc(1.5rem * 0.5) !important;
    padding-top: 0;
    padding-bottom: 0;   
    }
    
    .calend-d--wrapper, .short-inf-d-block {
        width: 100%;
        padding-left: 0;
    }
   
   
   .calend-d--wrapper {
       padding-bottom: 10px;
       margin-right: 0;
   }
   
   #inf-doc-card-sec .txt-inf-doc-con {
           flex-direction: column !important;
   }
    



#inf-doc-card-sec .name-doctor, .head-th, .head-usluga, .head-ic-inf {
    font-size: 18px !important;
}

.head-ic-inf img {
    height: 35px;
}

.attr__content {
    line-height: 1.2em;
}

#tabs-doc-sec .distance-priem .t-left-part-d-p-con .usluga-con .head-usluga, #tabs-doc-sec .distance-priem .t-right-part-d-p-con .short-inf-d-block .text-inf-d, #tabs-doc-sec .inf-about-doc .response-row .col-resp .resp-con .resp-text, .attr__content, .price-u, .btm-part-u a, #inf-doc-card-sec .txt-inf-doc-con .icon-d-con.calend-d, .days-work, .head-ic-inf, .doct-work-inf .text-inf-d, .text-inf-d, .list-h-w li, #tabs-doc-sec .inf-about-doc .response-row .col-resp .resp-con .author-resp .inf-author .a-name {
        font-size: 16px !important;
}

#tabs-doc-sec .distance-priem .t-left-part-d-p-con .usluga-con {
    padding: 3px 10px 10px 10px;
}

.product-categories p  {
    font-size: 14px !important;
}


.#inf-doc-card-sec .doct-work-inf {
    flex-direction: column;
    gap: 30px;
}

.short-inf-d-block {
    border: none;
    border-top: 1px solid #F2F2F2;
    padding-top: 10px;
    
}

#tabs-doc-sec .distance-priem {
    padding-top: 0;
}

.remote-reception #appeal {
    line-height: 1.2em;
}

.calend-d--wrapper .days-work {
    line-height: 1.2em;
    
}


#tabs-doc-sec .inf-about-doc .col-inf-ab-d .inf-con .h-inf {
    margin-bottom: 5px;
}

#tabs-doc-sec .doctor-blog {
    padding-top: 30px;
}







}


