.neon-text {
    color: #FE3F7A;
    text-shadow: 0 0 5px #ff78a2, 0 0 5px #ff78a2, 0 0 5px #ff78a2, 0 0 10px #ff78a2, 0 0 20px #ff78a2;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        color: #FE3F7A;
        text-shadow: 0 0 2px #ff78a2, 0 0 5px #ff78a2, 0 0 10px #ff78a2, 0 0 20px #ff78a2, 0 0 40px #ff78a2;
    }
    100% {
        color: #02B5BC;
        text-shadow: 0 0 5px #54f9ff, 0 0 5px #54f9ff, 0 0 10px #54f9ff, 0 0 20px #54f9ff, 0 0 40px #54f9ff;
    }
}

.duty-author img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.duty-author h4 {
    margin-bottom: 20px;
}

.article--content blockquote {
        background: #f8f9fa;
    border-left: 4px solid #FE3F7A;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
    
}

.table-article-wrapper {
    margin-top: 20px;
    overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}

.article--content h4, .article--content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.article--content td {
    
    padding: 5px;
    line-height: 1.2em;
}

.article--content td {
    border: 1px solid #293A5F;
}



.article--content a {
    color: #fe3f7a !important;
    text-decoration: underline;
}

b, strong {
    font-weight: 600 !important;
}


 .adv-doc-banner--no-photo .adv-doc-banner--content a {
        color: white !important;
    }

.article--wrapper p, .article--interactions p, .article--wrapper span, .article--interactions span, .article--wrapper li, .article--interactions li, .article--wrapper div, .article--interactions div, .article--wrapper a, .article--interactions a, .article--wrapper strong, .article--interactions strong, .article--wrapper h1, .article--interactions h1, .article--wrapper h2, .article--interactions h2, .article--wrapper h3, .article--interactions h3, .article--wrapper h4, .article--interactions h4, .article--wrapper h5, .article--interactions h5, .article--wrapper h6, .article--interactions h6 {
    color: #293A5F;
}

.article--wrapper {
    max-width: 1296px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-direction: row;
    gap: 20px;
}



.article--content, .article--interactions {
   max-width: 1296px; 
    display: flex;
    
    flex-direction: column;
    align-content: center;
    
}

.article--interactions {
    width: 700px; 
    flex-direction: row;
    margin: 50px auto 100px auto;
    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
}

.article--interactions-wrapper {
    display: flex;
}


.article--content h2 {
        margin: 30px 0 5px 0;
}

.article--content h3 {
    margin: 20px 0 5px 0;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.article--content h2 span, .article--content h3 span {
    font-weight: 600 !important;
}




@media (max-width: 1400px) {
    
    .three-doctors-bl     {
        flex-direction: column
    }
    
    
    .article--wrapper, .article--content, .article--interactions {
        max-width: 1140px;
    }
    
    .article--interactions {
        width: 1140px;
    }
    
    
}

@media (max-width: 1200px) {
    .article--wrapper, .article--content, .article--interactions {
        max-width: 960px;
    }
    
    .article--interactions {
        width: 960px;
    }
}


@media (max-width: 992px) {
    .article--wrapper, .article--content, .article--interactions {
        max-width: 720px;
    }
    
    .article--interactions {
        width: 720px;
    }
    
}









.article--header {
    position: relative;
    height: 400px;
    width: 100%;
    border-radius: 25px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}


  .article--header::after {
            content: "";
            position: absolute;
            top: 0; left: 0;
            width: 100%; 
            height: 100%;
            background-color: rgba(255, 255, 255, 0.85);
            border-radius: 25px;
        }
        
        .article--header h1 {
            position: relative;
            z-index: 2;
            
        }
        
   .article--bread-crumbs {
        position: relative;
        z-index: 2;
        display: flex;
         gap: 10px;
    flex-wrap: wrap;
    }
    
    .article--bread-crumbs a {
        font-size: 16px;
    }
    
    .article--bread-crumbs p {
        margin: 0 10px;
    }
    
    .article--views, .article--time {
        position: relative;
    z-index: 2;
    display: flex;
    gap: 5px;
    opacity: 0.3;
    align-items: center;
    height: 20px;
    }
    
    .article--views img, .article--time img  {
        width: 20px;
    }
    
    .article--views p, .article--time p {
        font-size: 16px;
        font-weight: 600;
    }
    
    .single-post--ava {
        display: none;
    }
    
    .article--author-wrapper {
        position: relative;
        z-index: 9999;
    }
    
    .article--author-ava img {
        width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
    }
    
    .article--author-link {
        z-index: 999;
        position: relative;
        display: flex;
    gap: 10px;
    }
    
    .article--info {
        display: flex;
    justify-content: space-between;
    }
    
    .article--add {
        display: flex;
    gap: 30px;
    align-items: flex-end;
    margin-bottom: -15px;
    }
    
    
    
    
    .article--author {
        position: relative;
        z-index: 9;
        margin-bottom: -15px;
        background: white;
    padding: 10px 20px;
    margin-bottom: -25px;
    margin-right: -25px;
    border-radius: 15px 0 0 0;
    -webkit-box-shadow: -10px -10px 8px -11px rgba(34, 60, 80, 0.2);
-moz-box-shadow: -10px -10px 8px -11px rgba(34, 60, 80, 0.2);
box-shadow: -10px -10px 8px -11px rgba(34, 60, 80, 0.2);
    }
    
    .article--author:before {
        position: absolute;
    bottom: 5px;
    left: -15px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(http://docma.ru/wp-content/uploads/2025/10/angle.png);
    background-size: cover;
    }
    
     .article--author:after {
        position: absolute;
    top: -15px;
    right: 5px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(http://docma.ru/wp-content/uploads/2025/10/angle.png);
    background-size: cover;
    }
    
    .article--author-link div {
        display: flex;
    flex-direction: column;
    justify-content: center;
    }
    
    
     .article--author .author-name, .article--author .date-post, .article--author  {
        line-height: 1.2em;
        }
    
    .article--menu li {
        list-style: none;
        line-height: 1.1em;
    }
    
    #article--menu {
        z-index: 999;
    }
    
       @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;
        }
        
        .article--menu li a {
            display: flex;
            align-items: center;
            gap: 10px;
        }
    
    .article--menu li a span {
            color: #fe3f7a;
        font-family: 'Digiface', sans-serif !important;
         vertical-align: middle;
        display: flex;
        border-radius: 15px;
        background: #fe3f7b17;
        padding: 5px;
        align-items: flex-end;
        line-height: 16px;
        justify-content: center;

    }
    
    .article--menu li a p {
            text-decoration: underline;
    }
    
    .article--menu {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .article--menu-wrapper {
            width: 400px;
    }
    
    .article--menu-wrapper h5 {
        margin-bottom: 20px;
        color: #293A5F;
    }
    
    .article--menu-wrapper div { 
    position: fixed;
    padding: 10px;
    border-radius: 15px;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background: white;
    }
    
    .article--date {
        font-size: 12px;
    }

    .article--menu-wrapper-m {
        display: none;
    }
    
    .article--menu-wrapper-pc {
        display: flex;
    }
    
    .article--content ol li {
        list-style: auto;
            margin-left: 30px;
            list-style: auto;
    }    
    
    .article--content ul li {
        list-style: disc !important;
        margin-left: 30px;
            list-style: auto;
    }
    
    .article--content ol, .article--content ul {
        margin: 5px 0 10px 0;
        display: flex;
    flex-direction: column;
    gap: 5px;
    }
    


    .article--content p {
        margin: 5px 0;
    }
    
    .article--content b {
        font-weight: 500;
    }
    
    .article--content h2 span, .article--content h2, .article--content h2 b {
            font-weight: 600 !important;
        }

    .arrow-l, .arrow-r {
            width: 50px;
            display: none;
            position: absolute;
        }



    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     @media (max-width: 1400px) {
         
         .article--menu-wrapper-m {
            display: flex;
            margin: 50px 0;
            width: 100%;
        }
        
        .article--menu-wrapper-m div {
            position: relative;
            width: 100%;
        }
    
    .article--menu-wrapper-pc  {
        display: none;
    }
         
     }     
    
    
    @media (max-width: 767px) {
        
        
            .article--menu li a span, .article--menu li a p {
            font-size: 16px;

    }
        
        
        
        .article--content h4, .article--content h5 {
    font-size: 16px;
}

            .article--content td {
                padding: 5px;
            }


        .article--content td, .article--content td span {
                    font-size: 12px;
                    
        }
       
        
 
        
        .three-doctors--wrapper h3 {
            font-size: 18px !important;
        }
        
        .article--content ol li, .article--content ul li {
                margin-left: 20px;
        }
        
        
        .article--content h2 span, .article--content h2, .article--content h2 b {
            font-size: 18px !important;
            font-weight: 600 !important;
        }
        
            .article--content h3 span {
            font-size: 16px;
        }
        
        .article--content p, .article--content span, .article--content li {
            font-size: 16px;
            line-height: 1.2em;
        }

        
            .article--wrapper {
                padding: 0 10px;
            }

        
        .article--menu-wrapper div {

            margin-right: 1px;
        }
        
        
        .article--menu-wrapper h5 {
            font-size: 18px;
        }
        
        .article--menu li a {
            font-size: 14px;
        }
        
        
        .article--views, .article--time {
            opacity: 0.5;
        }
        
        .article--bread-crumbs a, .article--bread-crumbs p {
            font-size: 14px;
             line-height: 1.2em;
        }
        
        .article--header {
            height: 500px;
            border-radius: 15px;
            padding: 10px;
        }
        
        .article--header:after {
            border-radius: 15px;
            padding: 10px;
        }
        
        .article--bread-crumbs p {
            margin: 0;
        }
        
        .article--bread-crumbs {
            gap: 5px;
        }
        
        
        .article--add {
            position: absolute;
            bottom: 75px;
        }
        
        
        .article--info {
            justify-content: flex-end;
        }
        
        .article--author .author-name, .article--author .date-post, .article--author  {
            font-size: 14px;
        line-height: 1.2em;
        }
        
        .article--author:before {
            bottom: 15px;
             left: -15px;
        }
        
        .article--author:after {
            top: -15px;
            right: 15px;
        }
        
        
        
    }
    
    
    


.three-doctors-item span {
    font-size: 14px !important;
}

.three-doctors-bl--top .three-doctors-item h5 {
    margin-top: 10px !important;
    text-transform: uppercase;
}

.three-doctors-item p {
    font-size: 14px !important;
    margin-top: 30px;
    margin: 0 !important;
    text-align: center;
}


.three-doctors-item .mrb {
    width: 100% !important;
}

.three-doctors-item h5 {
   font-size: 14px !important; 
   line-height: 1.2em;
    text-align: center;
    margin-top: 15px !important;
    color: #293A5F !important;
}



.three-doctors--wrapper {
    margin: 50px 0 !important;
}


.three-doctors--wrapper h3 {
    margin-bottom: 20px !important;
    display: flex;
    text-align: center;
    justify-content: center;
}


.three-doctors-item .doc-av {
    border-radius: 50% !important;
    width: 140px;
    height: 140px;
    object-fit: cover;
    
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}



    
    .three-doctors-bl--top {
    margin-top: 130px;
}

.three-doctors-bl--top .three-doctors-item--btn {
    margin-top: 50px;
}



.content-post-con ul, .content-post-con ol {
    margin-bottom: 10px;
}


.three-doctors-item strong {
    display: flex;
    margin-top: 30px;
    font-size: 16px;
    justify-content: center;
}


.three-doctors-bl {
    display: flex;
    align-items: stretch;
    gap: 30px;
    justify-content: center;
    flex-wrap: nowrap !important;
}


.three-doctors-item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 260px;
    justify-content: space-between;
}



.three-doctors-bl a {
        border-radius: 30px 30px 30px 30px;
    background-color: #ff6999;
    color: white !important;
    width: 100%;
}


.three-doctors-item--btn {
    font-size: 18px !important;
    gap: 20px;
    display: inline-flex;
    justify-content: space-between;
    background-color: #ff6999;
    color: white !important;
    padding: 5px 5px 5px 20px;
    align-items: center;
    border-radius: 30px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.three-doctors-item--btn img {
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    
}


@media (max-width: 1200px) {
    .three-doctors-bl {
        flex-wrap: wrap !important;
        gap: 0;
    }
}

.three-doctors-item--btn {
    background-color: #ff6999;
    color: white !important;
    padding: 5px 5px 5px 20px;
    align-items: center;
    border-radius: 30px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.three-doctors-item--btn img {
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    
}


@media (max-width: 1200px) {
    .three-doctors-bl {
        flex-wrap: wrap !important;
    }
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    @media (max-width: 1400px) {
        
        .three-doctors--wrapper h3 {
            margin-bottom: 10px !important;
        }
        
        
  .three-doctors-bl {
    position: relative;
    overflow: hidden;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
}
    
  }
  .three-doctors-item {
    display: none;
    width: 100%;
    max-width: 290px;
    margin: 0 0 20px 0;
  }
  .three-doctors-item.active {
    display: flex;
  }
  .arrow-l, .arrow-r {
    position: absolute;
    top: 50%;
    
    cursor: pointer;
    z-index: 10;
    display: flex;
  }
  .arrow-l {
    left: -10px;
  }
  .arrow-r {
    right: -10px;
    transform: rotate(180deg);
  }
  
  @media (min-width: 1400px) {
      .three-doctors-item {
              display: flex;
              
      }
      
      .arrow-l, .arrow-r {
          display: none;
      }
      
  }  

    
    .adv-doc-banner--wrapper  {
        background-color: #6fc9c9;
        border-radius: 10px;
        max-width: 900px;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        align-items: center;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        height: 350px;

    }

        .adv-doc-banner--wrapper::after {
            position: absolute;
            width: 700px;
            height: 700px;
            background-color: #82d0d2;
            content: "";
            top: -150%;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 0;
            border-radius: 50%;
        }

          .adv-doc-banner--wrapper::before {
            position: absolute;
            width: 600px;
            height: 600px;
            background-color: #95d7d6 ;
            content: "";
            top: -140%;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 1;
            border-radius: 50%;
        }
        
        
        .adv-doc-banner--wrapper--short  {
                height: 400px;
            }
            
        .adv-doc-banner--wrapper--short	.adv-doc-banner--content h3, .adv-doc-banner--wrapper--short	.adv-doc-banner--content h5 {
                width: 55%;
                line-height: 1em;
        }
        
        

        .adv-doc-banner--content {
                z-index: 5;
                max-width: 70%;
        }

    .adv-doc-banner--content h3 {
        color: white !important;
        font-size: 24px !important;
        margin: 0 0 30px 0;
        z-index: 5;
        
    }

    .adv-doc-banner--content h5 {
        font-size: 18px !important;
        color: white !important;
        margin: 0 0 10px 0 !important;
        font-weight: 400 !important;
        z-index: 5;
    }

    .adv-doc-banner--content p {
        font-size: 26px !important;
        color: white !important;
        font-weight: 600;
        margin: 0;
        z-index: 5;
    }

    .adv-doc-banner--btn {
            gap: 20px;
         display: inline-flex;
        justify-content: space-between;
        background-color: #ff6999;
        color: white !important;
        font-size: 18px;
        padding: 5px 5px 5px 20px;
        align-items: center;
        border-radius: 30px !important;
        text-decoration: none !important;
        margin-top: 50px;
        font-weight: 400 !important;
    }

    .adv-doc-banner--btn:hover {
            background-color: #eb3e75;
    }

    .adv-doc-banner--btn img {
        max-width: 40px;
        padding: 10px;
        background-color: white;
        border-radius: 30px !important;
        z-index: 5;
    }
    
    .adv-doc-banner--btn-small {
            margin-top: 10px;	
            font-size: 16px;
            
    }
    
    .adv-doc-banner--btn-small img {
            max-width: 25px;
            padding: 0;
    }

    .adv-doc-banner--photo img {
        z-index: 5;
        object-fit: cover;
         padding: 10px;
        background-color: #b9e5e6;
        border-radius: 50% !important;
        width: 250px !important;
        height: 250px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        
    }

    .adv-doc-banner--photo {
        position: absolute;
        right: -30px;
        border: 3px solid white;
        padding: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        z-index: 5;

    }

    @media (max-width: 991px) {
        
            .adv-doc-banner--wrapper--short	.adv-doc-banner--content h3, .adv-doc-banner--wrapper--short	.adv-doc-banner--content h5 {
                width: 100%;
        }
        
        .adv-doc-banner--photo img {
            max-width: none !important;
        }
        
            
           .adv-doc-banner--content h3 {
            font-size: 28px !important;
           }

           .adv-doc-banner--content h5 {
            font-size: 22px !important;
           }

           .adv-doc-banner--content p {
            font-size: 22px !important;
           }

           .adv-doc-banner--btn {
            font-size: 22px !important;
            margin-top: 30px;
            padding: 5px 5px 5px 30px;
           }

           .adv-doc-banner--wrapper::after {
            width: 400px;
            height: 400px;
            top: -150px;
           }


           .adv-doc-banner--wrapper::before {
            width: 350px;
            height: 350px;
            top: -150px;
           }

        .adv-doc-banner--wrapper {
            flex-direction: column-reverse;
            align-items: center;
            height: auto;
            max-width: 400px;
        }

        .adv-doc-banner--content {
                margin: auto;
                max-width: 100%;
        }

        .adv-doc-banner--photo  {
            position: unset;
            max-width: 280px;
            max-height: 280px;
            margin: auto;
        }
    }

    @media (max-width: 500px) {
        
        
           .adv-doc-banner--content h3 {
            font-size: 18px !important;
            margin: 10px 0 30px 0 !important;
           }

           .adv-doc-banner--content h5 {
            font-size: 16px !important;
           }

           .adv-doc-banner--content p {
            font-size: 16px !important;
           }

           .adv-doc-banner--btn {
            font-size: 16px !important;
           }
        
        
            .adv-doc-banner--wrapper {
                padding: 10px;
            }

            .adv-doc-banner--photo img {
                width: 200px;
                height: 200px;
            }

           .adv-doc-banner--photo {
            padding: 10px;
           }

           .adv-doc-banner--content {
            margin-top: 40px;
            width: 100%;
           }


   .adv-doc-banner--wrapper::after {
            width: 350px;
            height: 350px;
            top: -140px;
           }


           .adv-doc-banner--wrapper::before {
            width: 250px;
            height: 250px;
            top: -110px;
           }


    }
    
    
    
    
        .adv-doc-banner--no-photo .adv-doc-banner--content {
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .adv-doc-banner--no-photo .adv-doc-banner--btn {
        display: flex;
        gap: 20px;
    }

     .adv-doc-banner--no-photo {
        height: auto;
        padding: 20px;
     }

    .adv-doc-banner--no-photo .adv-doc-banner--content h3 {
        text-align: center;
    }

    .adv-doc-banner--no-photo .adv-doc-banner--content h5 {
        text-align: center;
    }

    @media (max-width: 767px) {
         .adv-doc-banner--no-photo .adv-doc-banner--content a {
        font-size: 14px;
        line-height: 1.1em;
        color: white !important;
    }
    }    
    
    
    #rating-num {
        opacity: 0.05;
    color: #02B5BC !important;
    z-index: -1;
    font-size: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 600;
    transform: translate(-50%, -50%);
    }
    
    .article--rating {
        padding-right: 10%;
    }
    
    .rmp-rating-widget {
        position: relative;
    }
    
    .rmp-rating-widget .rmp-icon--full-highlight, .rmp-rating-widget .rmp-icon--full-highlight, .rmp-rating-widget .rmp-icon--half-highlight {
        color: #FE3F7A !important;
        
    }
    
    .rmp-rating-widget .rmp-icon--half-highlight {
    background: linear-gradient(90deg, #FE3F7A 50%, #ccc 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rmp-rating-widget__msg {
    display: none;
}

.article--share ul {
    display: flex;
    gap: 10px;
}

.rmp-heading--title {
    font-weight: 500;
}

.article--share h5 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
}

.article--share {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    border-left: 1px solid #F2F2F2;
}

#share-telegram, #share-vk, #share-whatsapp, #copy-url {
    background-color: #6fc9c9;
    padding: 2px;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#share-telegram a, #share-vk a, #share-whatsapp a, #copy-url a {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rmp-widgets-container {
    margin: 0 !important;
}
    
    
    @media (max-width: 768px) {
    .article--wrapper, .article--content, .article--interactions {
        max-width: 540px;
    }
    
    .article--interactions {
       display: flex;
    flex-direction: column; 
    gap: 0;
    width: 100%;
    }
    
    .article--rating {
        padding: 0;
        border: none;
        padding-bottom: 30px;
    }
    
    .article--share {
        padding: 0;
        border: none;
        border-top: 1px solid #F2F2F2;
        padding-top: 30px;
    }
  
    
}


    
    
    
    
    
    
    
    
    
    
    
    
/* Общие стили для стрелок */
.arrow-d {
  position: absolute;
    width: 50px;
    height: 50px;
  cursor: pointer;
  z-index: 999;
}

.arrow-left {
 top: 50%;
    left: -30px;
    
}


.arrow-right {
    top: 50%;
  right: -30px;
  transform: rotate(180deg);
}



.container {
    position: relative;
}

#update_cat_single {
    display: none;
}

#update_single_cat {
    display: flex;
    align-items: stretch;
}

.update_single_cat .col .wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
    
    
.widget_user_category__title {
        font-size: 16px;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-weight: 500;
}    

.widget_user_category__list li {
    color: #828282 !important;
    font-size: 14px;
    line-height: 1.1em;
}

.widget_user_category img {
    border-radius: 10px;
    height: 140px;
}


.main-btn .main-btn {
    height: 40px;
    line-height: 40px;
}


@media (max-width: 992px) {
    
    #update_single_cat .col:nth-child(4), #update_single_cat .col:nth-child(3) {
        display: none;
    }
    
    #update_single_cat {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.arrow-right {
    right: 10%;
}

.arrow-left {
    left: 10%;
}

.widget-user-category-title span {
    font-size: 16px !important;
}

    
    
}


@media (max-width: 767px) {
    
     #update_single_cat .col:nth-child(2) {
        display: none;
    }
    
    .arrow-right {
    right: -10px;
}

.arrow-left {
    left: -10px;
}

.article--interactions  {
    margin: 50px auto 50px auto;
}

.widget_user_category img {
    height: 160px;
}

.widget_user_category__button {
        margin-top: 50px;
}
    
    
}   


    .duty-photo-b--content a {
    
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow-x: hidden; 
    display: inline-flex;
    background: #02B5BC;
    padding: 10px 25px;
    margin-top: 30px;
    border-radius: 15px;
    color: white !important;
    text-decoration: none;
}

.duty-photo-b--content a:hover {
    background: #079e71;
}

.duty-photo-b--content a .flare-an {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-25deg); 
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 2s infinite linear; 
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}


.duty-photo-b {
    position: relative;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    max-width: 620px;
    align-items: center;
    margin: 30px auto;
    padding: 20px;
    border-radius: 25px;
    background: rgba(2, 181, 188, 0.01);
    font-family: 'Montserrat', sans-serif !important;
    gap: 10px;
    border: 1px solid #effaf0;
    overflow: hidden;
}

.duty-photo-b:after {
    content: "";
    height: 350px;
    width: 350px;
    background: rgba(2, 181, 188, 0.08);
    position: absolute;
    right: -20%;
    border-radius: 50%;   

}

.duty-photo-b img {
    width: 200px;
    max-width: none;
    z-index: 5;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
}

.duty-photo-b--content {
    z-index: 5;
}

.duty-photo-b--content h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.duty-photo-b--content p {
    font-size: 16px;
    line-height: 1.2em;
}

@media (max-width: 1024px) {
    
    .duty-photo-b--content h4 {
        text-align: center;
    }

    .duty-photo-b {
        margin-top: 110px;
        overflow: visible;
    }

.duty-photo-b {
    flex-direction: column;
    max-width: 320px;
    padding: 10px;
}

.duty-photo-b:after {
    display: none;
}

.duty-photo-b--content h5 {
    font-size: 18px;
    text-align: center;
}

.duty-photo-b--content p {
    text-align: center;
}

.duty-photo-b--content a {
    font-size: 14px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}

.duty-photo-b img {
    margin-top: -100px;
}

.duty-photo-b--content {
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.duty-photo-b--content::after, .duty-photo-b--content::before {
    content: "";
    display: flex;
    background: rgba(2, 181, 188, 0.1);
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: -1;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.duty-photo-b--content::before {
    right: 30px !important;
    background: rgba(2, 181, 188, 0.2);
    top: -30px;
     bottom: 30%;
     width: 20px;
    height: 20px;
    top: auto;
    left: auto;
}

}


        .more-theme-posts {
            display: flex;
            gap: 20px;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
            align-items: stretch;

        }

        .more-theme-post {
            display: flex;
            flex-direction: column;
            box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
            padding: 15px 10px;
            border-radius: 15px;
            align-items: center;
            width: 33%;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
            
        }
        
        .more-theme-posts--wrapper {
            margin-bottom: 100px;
        }
        
        .more-theme-post:after {
            content: "";
            height: 350px;
            width: 350px;
            background: rgba(2, 181, 188, 0.06);
            position: absolute;
            right: 70%;
            top: -70%;
            z-index: 5;
            border-radius: 50%;
                }
        
        .more-theme-post .main-btn {
            width: 100%;
            margin-top: 40px;
        }

        .more-theme-post--img  {
            position: relative;
            
        }

        .more-theme-post--img img {
            border-radius: 50%;
        }

              .more-theme-post--img a {
            position: absolute;
            background-color: #02B5BC;
            border-radius: 50%;
            display: flex;
            width: 50px;
            height: 50px;
            border: 5px solid white;
            top: 10px;
            right: -30px;
        }
        
        .more-theme-post h5 {
            margin-top: 20px;
            text-align: center;
            font-size: 16px;
        }

   

        .more-theme-post--img a img {
            position: absolute;
            border-radius: 0;
            width: auto;
            height: auto;
            top: 50%;
            transform: translate(-50%, -50%);   
            left: 50%;
            width: 30px;

        }
        
        .more-theme-posts--wrapper h2 {
            text-align: center;
            margin-bottom: 20px;
        }
        
        @media (max-width: 1024px) {
            
               .more-theme-posts--wrapper {
            margin-bottom: 80px;
        }
            
            .more-theme-post {
            width: 100%;
        }
            
             .more-theme-posts {
            flex-wrap: wrap;
        }
        
          .more-theme-posts--wrapper h2 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 16px !important;
        }
        
        .more-theme-post h5 {
            font-size: 16px !important;
        }
        
        
        
        
        }
    