/*!
Theme Name: luchshieveterinarymoskvy
Theme URI: http://underscores.me/
Author: luchshieveterinarymoskvy
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trustrate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* ОБЩИЕ СТИЛИ */

:root {
    --dark-text: #2E2E2E;
    --accent-green: #74C005;
    --accent-gradient: linear-gradient(90deg, #54BC24 0%, #94BC24 100%);

}

*{
    box-sizing: border-box;
    position: relative;
}

body{
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
    font-family: 'Nunito';
    font-size: 16px;
}

.container{
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

.wrapper{
    display: flex;
    gap: 20px;
}

h2{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

h4{
    margin: 0;
}

a{
    color: inherit;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

a:hover{
    opacity: .8;
}

p{
    margin: 0;
}

img{
    display: block;
}

.btn{
    padding: 10px 14px;
    background: var(--accent-gradient);
    color: #fff;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
}

#add-review{
    cursor: pointer;
}



input, textarea, select ,button{
    font-family: 'Nunito';
}

button{
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: none;
    font-size: inherit;
}

button:hover{
    opacity: .8;
}

.text-small{
    font-size: 14px;
}

section{
    margin: 20px 0;
}

table{
    border-collapse: collapse;
    margin: 20px 0;
}

table tr, table td{
    border: 1px solid #000;
    padding: 10px;
}


/* ШАПКА */

.header{
    padding: 24px 0;
    background-color: #FAF9FE;
}

.header .wrapper{
    align-items: center;
    justify-content: space-between;
}

.header .logo-box{
    display: flex;
    gap: 70px;
}

.header .search-box{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .search-box .asl_w_container{
    z-index: 0;
}

.header .search-box .probox{
    padding: 0!important;
    height: auto!important;
    border: none!important;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent!important;
    border-radius: 0!important;
}

.header .search-box .probox .proinput{
    margin: 0;
    width: 227px;
    padding: 0!important;
}

.header .search-box .probox .proinput input{
    width: 100%;
    height: 42px;
    border-radius: 5px!important;
    padding: 10px!important;
    background-color: #fff!important;
    box-sizing: border-box;
    border: 1px solid #dedede!important;
}

.header .search-box .probox .proinput input.autocomplete{
    margin-top: -42px !important;
}

.header .search-box .probox button{
    width: auto!important;
    padding: 10px 14px!important;
    height: 42px!important;
    box-sizing: border-box;
    background: var(--accent-gradient)!important;
    border-radius: 5px!important;
    border: none!important;
    box-shadow: none!important;
    color: #fff!important;
}

.header .search-box .probox button::before{
    content: 'Найти';
}

.header .search-box .probox button .innericon{
    display: none!important;
}

.header .search-box .probox .proinput form input:last-child{
    display: none!important;
}

div.asl_r .results .item .asl_image{
    border-radius: 5px;
}

.header .search-box .probox .proclose,
.header .search-box .probox .proloading{
    position: absolute;
    right: 100px;
}


.header .search-box input{
    width: 227px;
    height: 42px;
    border-radius: 5px;
    border: none;
    padding: 10px;
}

.header .search-box button{
    height: 42px;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    background-color: var(--accent-green);
}

.header .add-box a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-text);
}

.header .burger{
    display: none;
}

.header .mobile-menu{
    display: none;
}


/* ГЛАВНАЯ */

.section-tagline .wrapper{
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    user-select: none;
    scrollbar-height: none;
}

.section-tagline .wrapper a{
    -webkit-user-drag: none; /* Блокируем drag браузера */
    user-select: none; /* Запрещаем выделение текста */
    display: inline-block; /* Для корректного позиционирования */
	padding: 10px 15px;
}

.section-tagline .wrapper.grabbing {
    cursor: grabbing;
}

.section-tagline .wrapper::-webkit-scrollbar {
    display: none;
}

.section-tagline ul{
    display: flex;
    list-style: none;
    gap: 14px;
    padding-left: 0;
    margin: 0;
}

.section-tagline ul li{
    background-color: #fff;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    font-weight: 600;
    color: #046E5A;
}

.section-tagline ul li:hover{
       background-color: #90bc2524;
}

.section-tagline ul li.current{
    background: var(--accent-gradient);
    color: #fff;
    font-weight: 600;
}

.section-company .wrapper{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
}

.section-company .company-slider{
    width: 100%;
}

.company-slider .swiper-slide{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.company-slider .swiper-slide .image img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.company-slider .swiper-slide .name{
    font-weight: 700;
    padding-right: 60px;
}

.company-slider .swiper-slide .info{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.company-slider .swiper-slide .rating{
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}

.company-slider .swiper-slide .num{
    font-size: 14px;
}

.section-home-rewiews{
    margin: 40px 0;
}

.section-home-rewiews .wrapper{
    gap: 20px;
}

.section-home-rewiews .wrapper .col-left{
    width: 100%;
}

.section-home-rewiews .filter-box{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.filter-box .title{
    font-size: 14px;
    font-weight: 700;
}

.filter-box select{
    padding: 7px 10px;
    border-radius: 5px;
    border-color: #ddd;
}

.section-home-rewiews .filter-box .btn{
    display: none;
}

.filter-box .filter-tabs{
    padding-right: 20px;
    border-right: 1px solid #dedede;
}

.filter-box .filter-tabs button{
    padding: 8px 10px;
    background: #F0F0F0;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
}

.filter-box .filter-tabs button.active{
    background: var(--accent-green);
    color: #fff;
}

.reviews-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews-box .item{
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviews-box .item .review-head{
    display: flex;
    gap: 20px;
}



.reviews-box .item .review-head .title{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviews-box .item .review-head h3{
    margin: 0;
    font-size: 20px;
}

.reviews-box .item .review-head .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.reviews-box .item .review-meta{
    font-size: 12px;
}

.reviews-box .item .review-meta span{
    margin-right: 5px;
}

.reviews-box .item .review-meta span + span::before{
    content: '•';
    margin-right: 5px;
}

.reviews-box .item .review-title{
    font-weight: 600;
}

.reviews-box .item .review-text{
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
    word-break: normal;
}

.reviews-box .item .review-advantages{
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
}

.reviews-box .item .review-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.reviews-box .item .review-footer .read-more{
    font-weight: 600;
    color: var(--accent-green);
}

.reviews-box .item .controls{
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.reviews-box .item .controls .likes,
.reviews-box .item .controls .dislikes,
.reviews-box .item .controls .comments{
    display: flex;
    gap: 5px;
}

.reviews-box .item .controls .comments::after{
    content: 'Комментариев';
}

.reviews-box .item .controls .likes a,
.reviews-box .item .controls .dislikes a{
    display: flex;
    align-items: center;
    gap: 3px;
}

.section-home-rewiews .col-right{
    width: 420px;
    min-width: 420px;
}

.section-home-rewiews .col-right .widget{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 53px;
}

.section-home-rewiews .col-right .widget .info-box,
.section-reviews .col-right .widget .info-box{
    background-color: #1E5140;
    padding: 20px 60px 20px 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-weight: 600;
}

.section-home-rewiews .col-right .widget .info-box img,
.section-reviews .col-right .widget .info-box img{
    margin-bottom: 20px;
}

.section-home-rewiews .col-right .widget .info-box .num,
.section-reviews .col-right .widget .info-box .num{
    font-size: 20px;
    color: var(--accent-green);
    font-weight: 700;
    margin-top: 10px;
}

.section-home-rewiews .col-right .widget .btn img{
    filter: brightness(100);
}

.section-home-rewiews .col-right .widget .services-taxonomy-list,
.section-home-rewiews .col-right .widget .locations-taxonomy-list{
    width: 100%;
    background-color: #F0F0F0;
    padding: 20px;
    border-radius: 10px;
}

.col-right .widget .widget-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.col-right .widget .widget-links{
    display: flex;
}

.col-right .widget .widget-links a {
    width: 60px;
    padding: 5px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    background-color: #bde3bd;
}

.col-right .widget .widget-links a:first-child{
    margin-right: -3px;
}

.col-right .widget .widget-links a:last-child{
border-radius: 0 5px 5px 0;
}

.col-right .widget .widget-links a.active{
    background-color: var(--accent-green);
    z-index: 1;
	border-radius: 5px;
}

.col-right .widget .widget-links a.active img{
    filter: brightness(100);
}

.col-right .widget .widget-links img{
    width: 22px;
}

.breadcrumbs{
    font-size: 14px;
    word-break: break-all;
}

.breadcrumbs a{
    font-weight: 600;
}

.breadcrumbs a + span::before,
.breadcrumbs a + a::before{
    content: '/';
    margin-left: 4px;
    margin-right: 7px;
}


.spec-about .wrapper{
    gap: 20px;
}

@media (max-width: 768px) {
    .spec-about .wrapper{
        flex-wrap: wrap;
    }}

.spec-about .wrapper .col-main{
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.spec-about .wrapper .col-services{
    width: 420px;
    min-width: 420px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}


@media (max-width: 768px) {
    .spec-about .wrapper .col-services{
        width: 100%;
        min-width: inherit;
    }}



.spec-about b, .spec-about strong{
    margin-top: 10px;
    display: inline-block;
}

.spec-about ul{
    padding-left: 20px;
    margin: 0;
}

.company-hero .wrapper{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
}

.company-hero .main-info{
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.company-hero .main-info .logo{
    height: 100%;
    display: block;
}

.company-hero .specialization{
    font-size: 14px;
    max-width: 100%;
}

.company-hero .main-info .logo img{
    width: 260px;
    max-height: 200px;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    background-color: #F0F0F0;
    padding: 10px;
}

.company-hero .main-info .content{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.company-hero .main-info .content h1{
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.company-hero .main-info .title{
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
}

.company-hero .main-info .content .reviews{
    display: flex;
    align-items: center;
    gap: 7px;
}

.company-hero .main-info .content .rating{
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 800;
}

.company-hero .main-info .content .specializations-list ul{
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.company-hero .main-info .content .specializations-list ul li{
    font-size: 14px;
    padding: 5px 10px;
    background-color: #bde3bd;
    border-radius: 5px;
}

.company-hero .rating-box{
    padding: 20px;
    background-color: #1E5140;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 60px;
    color: #fff;
}

.company-hero .rating-box .total{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.company-hero .rating-box .total .avverage{
    font-size: 64px;
    line-height: 60px;
    font-weight: 600;
}

.company-hero .rating-box .stars-avv{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.company-hero .rating-box .stars-avv .stars-line{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.company-hero .rating-box .stars-avv .progress {
    width: 115px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
}

.company-hero .rating-box .stars-avv .progress::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    width: var(--progress, 0%);
}

.company-hero .rating-box .stars-avv .stars .star.empty{
    display: none;
}

.company-hero .rating-box .stars-avv .stars .star{
    font-size: 24px;
}

.company-hero .clinic-info{
    display: flex;
    align-items: center;
    font-size: 16px;
    flex-direction: column;
    gap: 5px;
}

.company-hero .clinic-info .title{
    font-size: 16px;
}

.company-hero .clinic-info img{
    background-color: #F0F0F0;
    padding: 10px;
    width: 120px;
    border-radius: 5px;
}

.company-info .wrapper{
    gap: 20px;
}

.company-info .col-main{

    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.company-info .col-services{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 420px;
    min-width: 420px;
}

@media (max-width: 991px) {
    .company-info .col-services{
        min-width: 100%;
    }}

.company-info .website {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.company-info .website span{
    color: #2E8B57;
    font-weight: 700;
    font-size: 16px;
}

.company-info .services .title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.company-info .info-list li:first-child{
    padding-left: 0;
}

.company-info .info-list li:last-child{
    padding-right: 0;
}

.company-info .info-list li + li{
    border-left: 1px solid #dedede;
}

.company-info .info-list li span{
    color: var(--accent-green);
    display: flex;
    gap: 5px;
    font-size: 16px;
}

.company-info .row{
    display: flex;
    gap: 20px;
}

.company-info .row .col{
    width: 50%;
}

.company-info .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.company-info ul:not(.info-list){
    padding-left: 20px;
   
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 10px;
    margin: 12px;
}



.company-info ul:not(.info-list) li::marker{
    color: var(--accent-green);
}

.section-map .wrapper {
    flex-direction: column;
    height: 400px;
}

.section-map iframe{
    width: 100%;
    border: none;
    border-radius: 10px;
}

.company-advantages .wrapper{
    padding: 20px;
    background-color: #1E5140;
    border-radius: 10px;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.company-advantages ul{
    line-height: 34px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.company-advantages ul li{
    display: flex;
    align-items: center;
    gap: 10px;
}

.company-advantages ul li::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/08/white-check.svg);
    display: inline-block;
}

.section-reviews{
    margin: 40px 0;
}

.section-reviews .wrapper{
    gap: 20px;
}

.section-reviews .col-left{
    width: 100%;
}

.section-reviews .col-right{
    width: 420px;
    min-width: 420px;
}

.section-reviews .col-right .widget{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 53px;
}

.section-reviews .col-right .widget .btn img{
    filter: brightness(100);
}

.section-reviews .filter-box{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.section-reviews  .filter-box select{
    padding: 7px 10px;
    border-radius: 5px;
    border-color: #ddd;
}

.section-reviews .filter-box .btn{
    display: none;
}

.section-reviews .reviews-box .item{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.section-reviews .reviews-box .item .review-author{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100px;
    min-width: 100px;
}

.section-reviews .reviews-box .item .review-author .avatar img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.section-reviews .reviews-box .item .review-author .name{
    font-weight: 600;
}

.section-reviews .reviews-box .item .review-author .country{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.section-reviews .reviews-box .item .review-author .country img{
    width: 18px;
    margin-top: 1px;
    border-radius: 4px;
}

.section-reviews .reviews-box .item .review-main{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.section-reviews .reviews-box .item .review-main .review-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-reviews .reviews-box .item .review-main .rewiew-banner-header a{
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-reviews .reviews-box .item .review-main .rewiew-banner-header a img{
    height: 70px;
    max-width: 150px;
    border-radius: 10px;
    object-fit: contain;
    background-color: #eee;
    padding: 5px;
}

.section-reviews .reviews-box .item .review-main .rewiew-banner-header a span{
    font-size: 16px;
    font-weight: 700;
    max-width: 220px;
}

.section-reviews .reviews-box .item .review-main .review-head{
    display: flex;
    align-items: center;
}

.section-reviews .reviews-box .item .review-main .review-head .date{
    font-size: 14px;
}



.section-reviews .reviews-box .item .review-main .review-content{
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section-reviews .reviews-box .item  .review-advantages{
    font-size: 14px;
}

.section-reviews .reviews-box .item .review-footer{
    margin-top: 0;
}

.section-reviews .reviews-box .item .review-footer .read-more{
   color: #71bb23;
    font-size: 16px;
}

.section-reviews .reviews-box .item .review-footer .read-more::after{
    content: '>';
    margin-left: 3px;
}

.section-reviews .reviews-box .item .review-attachments{
    margin-top: 15px;
}

.section-reviews .reviews-box .item .review-attachments .attachments-title{
    font-size: 14px;
    font-weight: 700;
}

.section-reviews .reviews-box .item .review-attachments .attachments-gallery{
    display: flex;
    gap: 10px;
    width: fit-content;
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.section-reviews .reviews-box .item .review-attachments .attachment-item img{
    width: 45px;
    height: 45px;
}

.section-reviews .col-right .related{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-reviews .col-right .related .title{
    font-size: 20px;
    font-weight: 600;
}

.section-reviews .col-right .related .item{
    display: flex;
    gap: 16px;
}

.section-reviews .col-right .related .item .logo img {
    width: 90px;
    height: 90px;
    border-radius: 4px;
}

.section-reviews .col-right .related .item .content{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section-reviews .col-right .related .item .content .name{
    font-size: 16px;
    font-weight: 600;
}


.section-review{
    margin: 40px 0;
}

.section-review .wrapper{
    gap: 20px;
}

.section-review .col-left{
    width: 100%;
}


.section-review .review-box{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.section-review .review-box .item{
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.section-review .review-box .item .review-author{
    width: 217px;
    min-width: 217px;
    background-color: #EFEFEF;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-review .review-box .item .review-author .author-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.section-review .review-box .item .review-author .avatar img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.section-review .review-box .item .review-author .name{
    font-weight: 600;   
}

.section-review .review-box .item .review-author .country{
    display: flex;
    gap: 5px;
}

.section-review .review-box .item .review-author .country img{
    width: 18px;
    border-radius: 4px;
    margin-top: 1px;
}

.section-review .review-box .item .review-author .count-box{
    padding: 10px;
    background-color: #FFFFFFA3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: 10px;
}

.section-review .review-box .item .review-author .count-box span{
    font-size: 14px;
}

.section-review .review-box .item .review-author .count-box .num{
    font-size: 20px;
    font-weight: 700;
}

.section-review .review-box .item .review-author .count-box .reputation .num{
    color: var(--accent-green);
}

.section-review .review-box .item .review-main{
    width: 100%;
}

.section-review .review-box .item .review-head{
    display: flex;
    justify-content: space-between;
}

.section-review .review-box .item .review-head .meta{
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-review .review-box .item .review-head .meta .rating{
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.section-review .review-box .item .review-head .meta .date{
    font-size: 14px;
}

.section-review .review-box .item .review-head .controls{
    display: flex;
    gap: 10px;
}

.section-review .review-box .item .controls .likes,
.section-review .review-box .item .controls .dislikes,
.section-review .review-box .item .controls .comments{
    display: flex;
    gap: 5px;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
}

.section-review .review-box .item .controls .likes a,
.section-review .review-box .item .controls .dislikes a{
    display: flex;
    align-items: center;
    gap: 3px;
}

.locations-taxonomy-list .location-header {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    color: #a5a5a5;
}

.section-review .review-box .item .review-content{
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}

.section-review .review-box .item .review-content .review-title{
    font-weight: 600;
    
}

.section-review .review-box .item .review-content .review-title h1{
    font-size: 16px;
    margin-top: 0;
}

.section-review .review-box .item .review-content .review-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    word-break: normal;
}

.section-review .review-box .item .review-content .review-advantages{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    font-size: 14px;
}

.section-review .review-box .item .review-content .review-attachments{
    margin-top: 25px;
}

.section-review .review-box .item .review-attachments .attachments-title {
    font-size: 16px;
    font-weight: 700;
}

.section-review .review-box .item .review-attachments .attachments-gallery {
    display: flex;
    gap: 10px;
    width: fit-content;
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.section-review .review-box .item .review-attachments .attachment-item img {
    width: 90px;
    height: 90px;
}

.section-review .review-box .item .review-footer{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}





.section-review .col-right{
    width: 420px;
    min-width: 420px;
}

.section-review .col-right .widget{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 0px;
}

.section-review .col-right .related{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-review .col-right .related .title{
    font-size: 20px;
    font-weight: 600;
}

.section-review .col-right .related .item{
    display: flex;
    gap: 16px;
}

.section-review .col-right .related .item .content{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section-review .col-right .related .item .content .name{
    font-size: 16px;
    font-weight: 600;
}

.section-review .comments-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
}

.section-review .comments-box .heading{
    font-size: 24px;
    font-weight: 700;
    display: flex;
    gap: 20px;
}

.section-review .comments-box .heading .total{
    padding: 2px 20px;
    border-radius: 20px;
    background-color: var(--accent-green);
    color: #fff;
}

.section-review .comments{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-review .comments-box .item{
    display: flex;
    gap: 30px;
}

.section-review .comments-box .item .avatar img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.section-review .comments-box .item .content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-review .comments-box .item .content .meta{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section-review .comments-box .item .content .meta .name{
    font-weight: 600;
}

.section-review .comments-box .item .content .meta .date{
    font-size: 14px;
}

.section-review .comments-box .item .content .text{
    font-size: 14px;
}

.section-review .comments-box .item .content .text p{
    word-break: break-all;
}

.section-review .comments-box .item .content .reply{
    font-size: 14px;
    color: #5D5491;
    text-decoration: underline;
}


.section-review .comments-box .comment{
    display: flex;
    gap: 15px;
    margin-left: 120px;
    padding-left: 20px;
    border-left: 1px solid #dedede;
}

.section-review .comments-box .comment .avatar img{
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.section-review .comments-box .comment .content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-review .comments-box .comment .content .meta{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section-review .comments-box .comment .content .meta .name{
    font-weight: 600;
}

.section-review .comments-box .comment .content .meta .date{
    font-size: 14px;
}

.section-review .comments-box .comment .content .text{
    font-size: 14px;
}

.section-review .comments-box .comment .content .text p{
    word-break: break-all;
}

.add-comment-box{
    margin: 40px 0 40px 0;
}

.add-comment-box form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.add-comment-box form .form-group{
    width: 100%;
}

.add-comment-box form textarea{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 10px;
}


.footer{
    padding: 40px 0;
    background-color: #FAF9FE;
    color: #2E2E2E;
}

.footer .wrapper{
    justify-content: space-between;
}

.footer .logo{
    margin-right: 150px;    
}

.footer .footer-menu{
    flex: 1;
}

.footer .footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    line-height: 1.6em;
}

.footer .footer-menu ul li + li{
    margin-top: 5px;
}

.footer .footer-ratings{
    flex: 1;
}

.footer .footer-ratings .title{
    margin-top: 10px;
}


.footer .footer-ratings ul{
    margin: 0;
    margin-top: 5px;
    padding: 0;
    margin-left: 20px;
}

.footer .footer-ratings ul li + li{
    margin-top: 5px;
}

.footer .footer-ratings ul li .company{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer .footer-ratings ul li .company .rating-value{
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-text);
}

.footer .footer-ratings ul li::marker{
    color: var(--accent-green);
}

.footer .footer-ratings ul li b{
    color: var(--accent-green);
    margin-left: 5px;
}

.footer .footer-ratings .rating{
    display: inline-block;
    margin-left: 10px;
}

.footer .copyright {
    border-top: 1px solid #dedede;
    padding-top: 30px;
    margin-top: 30px;
    font-size: 14px;
}

.review-form-popup{
    position: fixed;
    width: 100%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 10;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 20px;
    display: none;
}



.review-form-popup .wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-form-popup h3{
    margin: 0;
    font-size: 24px;
    margin-bottom: 20px;
}

.review-form-popup form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.review-form-popup form label{
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 18px;
    font-weight: 600;
}

.review-form-popup form input,
.review-form-popup form textarea,
.review-form-popup form select{
    padding: 11px;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.review-form-popup .company-select-container label{
    margin-bottom: 5px;
}

.review-form-popup .review-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    padding: 5px 10px;
    line-height: 1;
    transition: color 0.3s;
    z-index: 1;
}

.review-form-popup  .review-popup-close:hover {
    color: #333;
}



body.popup-overlay::before{
    content: '';
    background-color: #E9E9E9D4;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.stars{
    display: flex;
    gap: 3px;
    margin-top: -2px;
}

.stars .star {
    color: #ccc;
    font-size: 18px;
    line-height: 16px;
}
.stars  .star.full {
    color: #ffc107;
}
.stars  .star.half {
    position: relative;
}
.stars  .star.half:after {
    content: '★';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: #ffc107;
}











/* Стили попапа */
.auth-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.auth-popup__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.auth-popup__content {
    position: relative;
    max-width: 400px;
    margin: 50px auto;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.auth-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Стили табов */
.auth-tabs__nav {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.auth-tabs__btn {
    padding: 10px 20px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.auth-tabs__btn.active {
    color: #0073aa;
}

.auth-tabs__btn.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0073aa;
}

.auth-tab {
    display: none;
}

.auth-tab.active {
    display: block;
}

/* Стили форм */
.auth-form .form-group {
    margin-bottom: 15px;
}

.auth-form input,
.auth-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.auth-form__message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
    font-size: 14px;
}

#resendConfirmation{
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-top: 20px;
    display: block;
    font-weight: 600;
    margin-left: 5px;
}

.auth-form__message.success {
    background: #d4edda;
    color: #155724;
    display: block;
}

.auth-form__message.error {
    background: #f8d7da;
    color: #721c24;
    display: block;
}

.auth-section {
    height: 42px;
    width: 55px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    background: var(--accent-gradient);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
}

.user-greeting {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.user-greeting img{
    width: 18px;
    filter: brightness(100);
}

.logout-link {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
}

.logout-link:hover {
    color: #d54e21;
}

.section-lk{
    margin: 50px 0;
}

.section-lk .wrapper{
    gap: 20px;
    align-items: flex-start;
}

.section-lk .col-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 420px;
    min-width: 420px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}

.section-lk .col-left .user-heading{
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-lk .col-left .user-heading .avatar img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.section-lk .col-left .user-heading .info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

.section-lk .col-left .user-heading .info .name{
    font-weight: 600;
    font-size: 16px;
}

.section-lk .col-left .user-heading .info .country{
    display: flex;
    gap: 5px;
    align-items: center;
}

.section-lk .col-left .user-heading .info .country img{
    width: 18px;
    margin-top: 1px;
    border-radius: 4px;
}

.section-lk .col-left .user-reviews-comments{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-lk .col-left .user-reviews{
    padding: 7px 23px;
    border-radius: 5px;
    background-color: #E1E3E2;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: all .2s ease-in-out;
}

.section-lk .col-left .user-reviews:hover{
    opacity: .8;
}

.section-lk .col-left .user-reviews .num{
    font-size: 24px;
    font-weight: 600;
}

.section-lk .col-left .user-comments{
    padding: 7px 23px;
    border-radius: 5px;
    background-color: #E1E3E2;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: all .2s ease-in-out;
}

.section-lk .col-left .active-tab{
    background-color: #2E8B57;
    color: #fff;
}

.section-lk .col-left .user-comments:hover{
    opacity: .8;
}

.section-lk .col-left .user-comments .num{
    font-size: 24px;
    font-weight: 600;
}

.section-lk .col-left .user-reputation{
    padding-left: 20px;
    border-left: 2px solid #dedede;
    font-size: 14px;
}

.section-lk .col-left .user-reputation .reputation .num{
    color: #2E8B57;
    font-size: 20px;
    font-weight: 600;
}

.section-lk .col-right{
    width: 100%;
}

.section-lk .col-right .lk-box{
    display: flex;
    gap: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}

.section-lk .col-right .lk-box .lk-controls{
    width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 2px solid #dedede;
    margin-left: -30px;
}

.section-lk .col-right .lk-form{
    width: 100%;
}

.section-lk .col-right .lk-box .avatar img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.section-lk .col-right .lk-box .lk-controls .lk-tabs-nav{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.section-lk .col-right .lk-box .lk-controls .lk-tabs-nav li{
    display: flex;
    gap: 5px;
    padding: 5px 25px;
    cursor: pointer;
}

.section-lk .col-right .lk-box .lk-controls .lk-tabs-nav li.active{
    background-color: #dedede;
}

.section-lk .col-right .lk-box .lk-controls .lk-tabs-nav li img{
    width: 16px;
}

.section-lk .col-right .lk-box .lk-controls .logout{
    display: flex;
    gap: 5px;
    margin-top: 60px;
}

.section-lk .col-right .lk-box .lk-form .tab-content{
    display: none;
}

.section-lk .col-right .lk-box .lk-form .tab-content.active{
    display: flex;
}

.section-lk .col-right .lk-box .lk-form form{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 10px;
}

.section-lk .col-right .lk-box .lk-form form .input-group{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.section-lk .col-right .lk-box .lk-form form input,
.section-lk .col-right .lk-box .lk-form form textarea,
.section-lk .col-right .lk-box .lk-form form select{
    width: 100%;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.section-lk .col-right .lk-box .lk-form form .form-message{
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #bde3bd;
}

.section-lk .col-right .lk-box .lk-form form .form-message:empty{
    background-color: transparent;
}

.section-lk .section-reviews .wrapper{
    flex-direction: column;
}

.section-lk #reviews-tab{
    width: 100%;
}

.section-lk .section-reviews .filter-box{
    margin: 0;
    margin-bottom: 40px;
    width: 100%;
}

.section-lk .section-reviews .reviews-box{
    width: 100%;
}

/* Стили для табов контента */
.section-lk .section-reviews .tab-content {
    display: none;
}

.section-lk .section-reviews .tab-content.active {
    display: block;
}

/* Стили для комментариев */
.section-lk .section-reviews .comment-item {
    padding: 15px;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.section-lk .section-reviews .comment-meta {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.section-lk .section-reviews .comment-content {
    line-height: 1.6;
    font-size: 14px;
}

.section-lk .section-reviews .comment-content p{
    word-break: break-all;
}

.section-lk .section-reviews .comment-meta a{
    text-decoration: underline;
}

.section-lk  .section-reviews #comments-tab{
    width: 100%;
}

.default-page .main-content{
    margin-bottom: 40px;
}

.default-page .main-content .wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.default-page .main-content p + h4{
    margin-top: 20px;
    margin-bottom: 10px;
}

.default-page .main-content ul li::marker{
    color: var(--accent-green);
}

.default-page .main-content ul li + li{
    margin-bottom: 10px;
}

.default-page .section-heading h1{
    margin: 0;
}

.section-404 .wrapper{
    gap: 120px;
    align-items: center;
}

.section-404 .col-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.section-404 h1{
    font-size: 128px;
    font-weight: 600;
    color: var(--accent-green);
    margin: 0;
    line-height: 1em;
}

.section-404 .title{
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2em;
}

.section-404 p{
    font-size: 24px;
    font-weight: 600;
}

.section-contacts-info .wrapper{
    display: flex;
    background-color: #F9FAFC;
    padding: 30px 20px;
    border-radius: 10px;
    align-items: center;
}

.section-contacts-info .heading{
    width: 300px;
    min-width: 300px;
    font-size: 24px;
    font-weight: 600;
}

.section-contacts-info .contacts-box{
    display: flex;
    gap: 80px;
}

.section-contacts-info .contacts-box .item{
    display: flex;
    gap: 20px;
}

.section-contacts-info .contacts-box .item .text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-contacts-info .contacts-box .item .text .title{
    font-size: 20px;
    font-weight: 600;
    color: var(--accent-green);
}

.section-contact-form{
    margin-bottom: 60px;
}

.section-contact-form .wrapper{
    display: flex;
    background-color: #F9FAFC;
    padding: 30px 20px;
    border-radius: 10px;
}

.section-contact-form .heading{
    width: 300px;
    min-width: 300px;
    font-size: 24px;
    font-weight: 600;
}

.section-contact-form .wpcf7{
    width: 100%;
}

.section-contact-form .wpcf7 form{
    width: 100%;
}

.section-contact-form .wpcf7 form > p{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.section-contact-form .wpcf7 form .wpcf7-form-control-wrap{
    width: 100%;
    display: block;
}

.section-contact-form .wpcf7 form br{
    display: none;
}

.section-contact-form .wpcf7 form  input:not(.wpcf7-submit),
.section-contact-form .wpcf7 form  textarea{
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
}

.section-contact-form .wpcf7 form input.wpcf7-submit{
    height: 42px;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    background-color: var(--accent-green);
    color: #fff;
    display: flex;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.section-contact-form .wpcf7 form input.wpcf7-submit:hover{
    opacity: .8;
}

.filter-box .filter-toggle{
    cursor: pointer;
}

.filter-box .filter-popup{
    display: none;
    position: absolute;
    top: -100px;
    z-index: 10;
    background-color: #fff;
    width: 250px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.filter-popup.active {
    display: block;
}

.filter-box .filter-popup .title{
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.filter-box .filter-popup .field-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.section-author{
    margin: 50px 0;
}

.section-author .wrapper{
    align-items: flex-start;
}


.section-author .col-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 420px;
    min-width: 420px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}

.section-author .col-left .user-heading{
    display: flex;
    align-items: center;
    gap: 40px;
}

.section-author .col-left .user-heading .avatar img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.section-author .col-left .user-heading .info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

.section-author .col-left .user-heading .info .name{
    font-weight: 600;
    font-size: 16px;
}

.section-author .col-left .user-heading .info .country{
    display: flex;
    gap: 5px;
}

.section-author .col-left .user-heading .info .country img{
    width: 18px;
    border-radius: 4px;
    margin-top: 1px;
}

.section-author .col-left .user-reviews-comments{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-author .col-left .user-reviews{
    padding: 7px 23px;
    border-radius: 5px;
    background-color: #E1E3E2;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.section-author .col-left .user-reviews:hover{
    opacity: .8;
}

.section-author .col-left .user-reviews .num{
    font-size: 24px;
    font-weight: 600;
}

.section-author .col-left .user-comments{
    padding: 7px 23px;
    border-radius: 5px;
    background-color: #E1E3E2;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.section-author .col-left .active-tab{
    background-color: #2E8B57;
    color: #fff;
}

.section-author .col-left .user-comments:hover{
    opacity: .8;
}

.section-author .col-left .user-comments .num{
    font-size: 24px;
    font-weight: 600;
}

.section-author .col-left .user-reputation{
    padding-left: 20px;
    border-left: 2px solid #dedede;
    font-size: 14px;
}

.section-author .col-left .user-reputation .reputation .num{
    color: #2E8B57;
    font-size: 20px;
    font-weight: 600;
}

.section-author .col-right{
    width: 100%;
}

.section-author .section-reviews {
    margin: 0;
}

.section-author .section-reviews .wrapper{
    flex-direction: column;
}

.section-author .filter-box{
    margin: 0;
    margin-bottom: 40px;
    width: 100%;
}

.section-author  .reviews-box{
    width: 100%;
}

.section-author .section-reviews #comments-tab{
    width: 100%;
}

/* Стили для переключения отзывов/комментариев */
.section-author .section-reviews .user-reviews-comments {
    display: flex;
    margin-bottom: 20px;
}

.section-author .section-reviews .user-reviews, .user-comments {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.section-author .section-reviews .user-reviews.active-tab, .user-comments.active-tab {
    border-bottom-color: #0073aa;
    color: #0073aa;
    font-weight: bold;
}

.section-author .section-reviews .user-reviews .num, .user-comments .num {
    margin-left: 5px;
    font-weight: bold;
}

/* Стили для табов контента */
.section-author .section-reviews .tab-content {
    display: none;
    width: 100%;
}


.section-author .section-reviews .tab-content.active {
    display: block;
}

/* Стили для комментариев */
.section-author .section-reviews .comment-item {
    padding: 15px;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.section-author .section-reviews .comment-meta {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.section-author .section-reviews .comment-content {
    line-height: 1.6;
    font-size: 14px;
}

.section-author .section-reviews .comment-content p{
    word-break: break-all;
}

.section-author .section-reviews .comment-meta a{
    text-decoration: underline;
}

.confirmation-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.confirmation-popup__content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
}

.confirmation-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.confirmation-message {
    text-align: center;
    padding: 20px;
}

.confirmation-message h3{
    margin-top: 0;
}

.confirmation-popup.show {
    display: flex;
}

.complaint-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.complaint-popup__content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 1000px;
    width: 90%;
    position: relative;
}

.complaint-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.complaint-popup h3 {
    margin-bottom: 20px;
    margin-top: 0;
}

.complaint-options label {
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
}

.complaint-options label:hover {
    background: #f9f9f9;
}

.complaint-other {
    margin-top: 20px;
}

.complaint-other textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.complaint-popup button[type="submit"] {
    margin-top: 20px;
    width: 100%;
}

.company-doctors .wrapper {
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    gap: 0;
}

.company-doctors h2{
    font-weight: 700;
    margin-bottom: 20px;
}

.company-doctors .doctors-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 50px;
}

.company-doctors .doctors-list .doctor-item{
    width: calc(20% - 16px);
}

.company-doctors .doctors-list .doctor-item .rating{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}

.company-doctors .doctors-list .doctor-item .reviews{
    font-size: 14px;
    margin-top: 3px;
}

.company-doctors .doctors-list .doctor-item .title {
    font-weight: 700;
    margin: 10px 0;
    padding-right: 60px;
    font-size: 18px;
}

.company-doctors .doctors-list .doctor-item .doctor-photo img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.company-doctors .doctors-list .doctor-item .doctor-specialties ul{
    padding-left: 0;
    margin: 0;
    margin-top: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.company-doctors .doctors-list .doctor-item .doctor-specialties ul li{
    font-size: 12px;
    padding: 3px 6px;
    background-color: #bde3bd;
    border-radius: 5px;
}


.descr-term h2{
    margin: 20px 0 10px 0;
}

.search-result-section .page-header span{
    font-size: 1.2em;
}

.search-result-section .wrapper{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.search-result-section .wrapper article {
    width: calc(25% - 25px);
    background: #faf9fe;
    padding: 12px;
    border-radius: 5px;
}

.search-result-section  article .post-thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: scale-down;
    object-position: top;
    border-radius: 10px;
}

.search-result-section  article .entry-title{
    font-size: 18px;
    padding-right: 80px;
    margin: 10px 0;
}

.section-clinic-contacts .wrapper{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    gap: 20px;
}

.section-company-locations .wrapper{
    padding: 20px;
    border-radius: 10px;
    background-color: #bde3bd;
}

.section-company-locations .locations-taxonomy-list{
    width: 100%;
}

.section-company-locations .locations-taxonomy-list ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.section-company-locations .locations-taxonomy-list .location-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.section-company-locations .locations-taxonomy-list .location-children-list{
    padding-left: 0;
    margin: 0;
    line-height: normal;
}

.section-company-locations .locations-taxonomy-list .toggle-children{
    display: none;
}

.section-company-locations .locations-taxonomy-list .location-item + .location-item{
    border: none;
}

.section-company-locations .locations-taxonomy-list .location-item a{
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
}

.section-company-locations .locations-taxonomy-list .location-item a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2E8B57;
}

.section-company-tabs {
    margin-bottom: 20px;
}

.section-company-tabs .tabs-nav {
    display: flex;
    gap: 10px;
}

.section-company-tabs .tab-btn {
    padding: 10px 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #046e5a;
    font-weight: 600;
}

.tab-btn.active {
    background: var(--accent-gradient);
    color: white;
}

.tab-btn:hover {
    background-color: #90bc2524;
}


@media(max-width:1024px){

    .container{
        padding: 0 30px;
    }
    
    .header .logo-box{
        gap: 20px;
        align-items: center;
    }

    .header .logo-box img{
        width: 140px;
    }

    .header .search-box .probox .proinput{
        width: 190px;
    }

    .header .add-box a{
        font-size: 0;
    }

    .section-home-rewiews .filter-box .btn{
        display: flex;
    }

    .section-home-rewiews .col-right{
     
    }

    .footer{
        padding: 30px 0;
    }

    .footer .logo{
        margin-right: 30px;
    }

    .footer .logo img{
        width: 120px;
    }

    .footer .footer-menu ul{
        margin-top: 0;
        font-size: 14px;
    }

    .footer .footer-ratings .title{
        margin-top: 0;
        font-size: 14px;
    }

    .footer .footer-ratings ul li .company{
        font-size: 14px;
    }

    .footer .copyright{
        font-size: 12px;
        padding-top: 30px;
        margin-top: 30px;
    }

    .company-hero .wrapper{
        flex-direction: column;
    }

    .company-hero .rating-box{
        justify-content: space-between;
    }

    .company-info .info-list{
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 20px;
    }

    .company-info .info-list li{
        width: 25%;
        padding: 0 20px;
        font-size: 16px;
    }

    .company-info .info-list li:nth-child(5n){
        padding-left: 0;
        border-left: none;
    }

    .company-info .row{
        flex-direction: column;
    }

    .company-info .row .col{
        width: 100%;
    }

    .section-reviews .filter-box .btn{
        display: flex;
    }

    .section-reviews .col-right{
        display: none;
    }

    .review-form-popup{
        width: calc(100% - 60px);
    }

    .section-review .col-right{
        display: none;
    }

    .section-review .review-box .item .review-author{
        width: 190px;
        min-width: 190px;
    }

    .section-review .review-box .item .review-content .review-advantages{
        font-size: 14px;
    }

    .section-lk .wrapper{
        flex-direction: column;
    }

    .section-lk .col-left{
        width: 100%;
    }

    .section-contacts-info .wrapper{
        align-items: flex-start;
        flex-direction: column;
    }

    .section-contacts-info .contacts-box{
        gap: 20px;
    }

    .section-contacts-info .contacts-box .item{
        gap: 10px;
        
        align-items: flex-start;
    }

    .section-contacts-info .contacts-box .item img{
        width: 60px;
    }

    .section-contacts-info .contacts-box .item .text .title{
        font-size: 18px;
    }

    .section-contact-form .wrapper{
        flex-direction: column;
    }

    .section-404 .wrapper{
        flex-direction: column-reverse;
        gap: 0px;
    }

    .section-404 .col-content{
        gap: 20px;
    }
    
}

@media(max-width:767px){

    .container{
        padding: 0 18px;
    }

    .header{
        padding: 15px 0;
    }

    .header .search-box{
        display: none;
    }

    .header .add-box{
        display: none;
    }

    .header .auth-section{
        display: none;
    }

    .header .logo-box img{
        width: 110px;
        position: relative;
        top: -7px;
    }

    .header .burger{
        display: block;
width: 28px;
        height: 28px;
        background-image: url(/wp-content/uploads/2025/08/burger.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .header .burger.open{
        background-image: url(./assets/img/close.svg);
        background-size: auto;
    }

    .header .mobile-menu{
        display: none;
        position: absolute;
        top: 56px;
        left: -18px;
        flex-direction: column;
        background-color: #faf9fe;
        width: calc(100% + 36px);
        z-index: 2;
        padding: 20px;
        gap: 10px;
        height: 100vh;
    }

    .header .mobile-menu.open{
        display: flex;
    }

    .header .mobile-menu .search-box{
        display: flex;
        margin-bottom: 0px;
    }

    .header .mobile-menu .add-box{
        display: block;
    }

    .header .mobile-menu .add-box a{
        font-size: 20px;
        background-color: var(--accent-green);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        font-size: 16px;
        border-radius: 5px;
        color: #fff;
    }

    .header .mobile-menu .add-box a img{
        width: 20px;
        
    }

    .header .mobile-menu .auth-section{
        display: flex;
        justify-content: center;
    }

    .header .mobile-menu .search-box .probox .proinput input{
        border: 1px solid #dedede!important;
    }

    .header .mobile-menu .search-box .probox{
        flex-direction: column;
        align-items: stretch;
    }

    .header .mobile-menu .search-box .probox .proinput{
        width: 100%;
    }

    .header .search-box .probox .proclose, .header .search-box .probox .proloading{
        right: 10px;
        top: 6px;
    }

    .section-home-rewiews .filter-box{
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 20px;
    }

    .section-home-rewiews .filter-box .btn{
        width: 100%;
    }

    .reviews-box .item .review-footer{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .reviews-box .item .controls{
        align-self: end;
    }

    .reviews-box .item .controls > span{
        display: none;
    }

    .reviews-box .item .review-footer .read-more{
        font-size: 14px;
    }

    .footer .wrapper{
        flex-direction: column;
    }

    .footer .logo img{
        width: 170px;
    }

    .stars .star{
        font-size: 16px;
    }

    .footer .footer-ratings{
        margin-top: 20px;
    }

    .company-hero .main-info{
        flex-direction: column;
        gap: 10px;
    }

    .company-hero .main-info .logo img{
        width: 100%;
       
        object-fit: cover;
    }

    .company-hero .main-info .content{
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
    }

    .company-hero .main-info .content h1{
        width: 100%;
        font-size: 26px;
        line-height: 1.2em;
        margin: 10px 0;
    }

    .company-hero .main-info .content .btn{
        width: 100%;
    }

    .company-hero .wrapper{
        padding: 10px;
    }

    .company-hero .rating-box{
        flex-direction: column;
        gap: 40px;
    }

    .company-hero .rating-box .total{
        align-items: center;
    }

    .company-info .info-list{
        flex-direction: column;
    }

    .company-info .info-list li{
        width: 100%;
        padding: 0;
        border: none;
        gap: 5px    ;
    }

    .company-info .info-list li + li{
        border: none;
    }

    .company-info .info-list li span{
        font-size: 14px;
    }

    .company-info ul:not(.info-list){
        flex-direction: column;
    }

    .company-info ul:not(.info-list) li{
        width: 100%;
    }

    .section-reviews .filter-box{
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 20px;
    }

    .section-reviews .filter-box .btn{
        width: 100%;
    }

    .section-reviews .reviews-box .item{
        flex-direction: column;
    }

    .section-reviews .reviews-box .item .review-author{
        width: 100%;
        align-items: flex-start;
    }

    .section-reviews .reviews-box .item .review-author .name{
        position: absolute;
        left: 130px;
    }

    .section-reviews .reviews-box .item .review-author .country{
        position: absolute;
        left: 130px;
        top: 30px;
    }

    .section-reviews .reviews-box .item .review-main .review-head{
        position: absolute;
        top: -70px;
        left: 130px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .section-reviews .reviews-box .item .review-main .review-content{
        padding: 10px;
    }

    .reviews-box .item .controls .comments::after{
        content: none;
    }

    .section-reviews .reviews-box .item .review-footer{
        flex-direction: row;
    }

    .section-review .review-box .item{
        flex-direction: column;
    }

    .section-review .review-box{
        padding: 10px;
    }

    .section-review .review-box .item .review-author{
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        gap: 40px;
    }

    .section-review .review-box .item .review-author .avatar img{
        width: 85px;
        height: 85px;
    }

    .section-review .review-box .item .review-author .count-box{
        margin-top: 0;
    }

    

    .section-review .review-box .item .review-head{
        flex-direction: column;
        row-gap: 10px;
    }

    .section-review .review-box .item .review-content{
        gap: 10px;
    }

    .section-review .comments-box .heading .total{
        height: 20px;
        height: max-content;
    }

    .review-form-popup{
        width: calc(100% - 20px);
        padding: 10px;
    }

    .review-form-popup form{
        gap: 10px;
    }

    .review-form-popup form input,
    .review-form-popup form textarea, 
    .review-form-popup form select{
        padding: 6px 10px;
    }

    .review-form-popup form textarea{
        height: 100px;
        max-height: 300px;
    }

    .review-form-popup form label{
        font-size: 14px;
    }

    .review-form-popup h3{
        margin-bottom: 0px;
    }

    .section-contacts-info .contacts-box{
        flex-direction: column;
    }

    .section-404 .col-content{
        align-items: stretch;
    }

    .section-404 .wrapper .col-img img{
        width: 100%;
    }

    .section-lk{
        margin: 20px 0;
    }

    .section-lk .col-left{
        min-width: 0;
        padding: 20px;
    }

    .section-lk .col-right .lk-box{
        flex-direction: column;
        padding: 20px;
        gap: 40px;
    }

    .section-lk .col-left .user-heading .avatar img{
        width: 100px;
        height: 100px;
    }

    .section-lk .col-left .user-heading{
        gap: 20px;
    }

    .section-lk .col-right .lk-box .lk-controls{
        border-right: none;
        margin-left: 0;
        width: 100%;
    }

    .section-lk .col-right .lk-box .avatar img{
        width: 100px;
        height: 100px;
    }

    .section-lk .col-right .lk-box .lk-controls .logout{
        margin-top: 20px;
    }

    .section-author{
        margin: 20px 0;
    }

    .section-author .wrapper{
        flex-direction: column;
    }

    .section-author .col-left{
        width: 100%;
        min-width: 0;
        padding: 20px;
    }

    .section-author .col-left .user-heading{
        gap: 20px;
    }

    .section-author .col-left .user-heading .avatar img {
        width: 100px;
        height: 100px;
    }

    .filter-box .filter-popup{
        right: -50px;
    }

    .company-doctors .doctors-list .doctor-item{
        width: calc(50% - 10px);
    }

    .company-doctors .doctors-list .doctor-item .doctor-photo img{
        height: 125px;
    }

    .company-doctors .doctors-list .doctor-item .title{
        font-size: 14px;
        padding-right: 0px;
    }

    .company-doctors .doctors-list .doctor-item .reviews{
        font-size: 12px;
    }

    .search-result-section .wrapper{
        gap: 15px;
        row-gap: 30px;
    }

    .search-result-section .wrapper article{
        width: calc(50% - 10px);
    }

    .search-result-section article .post-thumbnail img{
        height: 50px;
    }

    .search-result-section article .entry-title{
        font-size: 16px;
        padding-right: 0;
    }

    .search-result-section article .entry-summary{
        font-size: 12px;
        word-break: break-word;
    }

    .company-hero .main-info .content .specializations-list ul li{
        font-size: 12px;
        padding: 5px 6px;
    }

    .company-hero .specialization{
        font-size: 14px;
        max-width: 100%;
    }

    .section-company-locations .locations-taxonomy-list ul{
        gap: 5px;
    }
    
    .section-company-locations .locations-taxonomy-list .location-item{
        gap: 5px;
        flex-wrap: wrap;
    }
    .section-company-locations .locations-taxonomy-list .location-item a{
        padding: 4px 8px;
        background-color: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 600;
        font-size: 12px;
    }

}


.review-head .image {
	border-radius: 5px;
	overflow: hidden;
}

blockquote {
    background-color: #faf9fe;
    margin: 14px 0;
    padding: 20px;
    border-radius: 10px;
}

.related .logo img {
    width: 180px;
    height: 60px;
    object-fit: contain;
}

.section-company .wrapper h1 {
	margin: 0;
}

h2.cont-p {
    font-size: 16px;
    font-weight: 400;
	margin: .5rem 0;
}

.auth-section a {
	color: #fff;
}

.phone-link {
    background: var(--accent-gradient);
    color: #fff;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 5px;
    position: relative;
    text-wrap: nowrap;
}


@media (max-width: 768px) {
.phone-link {
    background: inherit;
    color: #2e8b57;
    padding: 5px 5px 5px 0;
}}



.phone-link:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/08/proicons_call-2-1.svg);
    background-size: contain;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
.phone-link:before {
   display: none;
}}



@media (max-width: 390px) {
.phone-link {

    }}



    @media (max-width: 390px) {
.header .wrapper{
gap: 14px;
    }}


    .wrap-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}
.p-head {
    text-align: end;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
}

@media (max-width: 768px) {
.p-head {
    display: none;
    }}


.p-head:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/08/geo.svg);
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}


.company-advantages p {
    font-size: 16px;
}

.home-content h4 {
    margin-top: 10px;
}

a.swiper-slide.swiper-slide-active {
    width: 256px!important;
}

.title-name_expert {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}


.wrap-mail a {
    font-weight: 800;
}



@media (max-width: 768px) {
   .header {
padding: 10px 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
}}



@media (max-width: 768px) {
main.site-main {
    margin-top: 95px;
}}



@media (max-width: 768px) {
.super_head {
    font-size: 14px;
    display: flex;
    justify-content: end;
    position: relative;
}}




@media (min-width: 768px) {
.super_head {
    display: none;
}}

.element-header {
    display: flex;
    gap: 10px;
}


@media (max-width: 1200px) {
	.add-box {
		display: none;
		
	}}



@media (max-width: 991px) {
	.review-head .image img {
    display: block;
    width: 100%;
    max-width: 130px;
	}}




 @media (max-width: 600px) {

    table {
    width: 600px;
	}}



.markdown-table-wrapper {
    max-width: 900px;
    overflow: auto;
}




/* Базовая стилизация таблиц */
.table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.table th,
.table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table tbody tr {
    transition: background-color 0.2s ease;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

.table tbody tr:last-child td {
    border-bottom: none;
}

/* Полосатые строки */
.table-striped tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.table-striped tbody tr:hover {
    background-color: #f1f3f5;
}

/* Сжатая версия */
.table-compact th,
.table-compact td {
    padding: 8px 12px;
    font-size: 0.875rem;
}




.wrpap-comp .image {
    width: 100%;
    background: #ac9d9d21;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    height: 160px;
    align-items: center;
}


/*  news   */

.wrpap-comp .company-slider .swiper-slide .image img {
    width: 85%;
    max-height: 140px;
    object-fit: scale-down;
    border-radius: 5px;
    height: auto;
}


.wrpap-comp .image {
width: 100%;
background: #ac9d9d21;
display: flex;
justify-content: center;
border-radius: 5px;
}


.doctors-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
margin-bottom: 30px;
}

.hidden-doctor {
display: none;
}

.show-more-container {
text-align: center;
margin-top: 20px;
}

.show-more-btn {
background-color: #1E5140;
color: white;
border: none;
padding: 12px 24px;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s;
}

.show-more-btn:hover {
background: var(--accent-gradient);
opacity: 1;
}




.nav-catt {
display: none;
}


@media (max-width: 991px) {
.slice{
display: none;
}}



@media (max-width: 991px) {
.nav-catt {
display: flex;
gap: 0;
font-size: 14px;
position: relative;
color: #1e5140;
font-weight: 600;
justify-content: space-between;
}}


@media (max-width: 991px) {
.nav-catt a {
max-width: 50%;
width: 100%;
display: flex;
justify-content: center;
color: #fff;
padding: 1px 0;

}}




@media (max-width: 991px) {
.header {
    padding-bottom: 0;
}}


.container.nav-wrap-catt {
    margin-top: 5px;
    position: relative;
    top: -3px;
}


a.vet-cat {
    background: #33412a00;
    border-radius: 2px 0 0 2px;
    border: 1px solid #bde3bd;
    color: #000;
}
a.clinic-cat {
    border-radius: 0 2px 2px 0;
    color: #000000;
    border: 1px solid #bde3bd;
    background: #bde3bd;
}

@media (max-width: 375px) {
    .header .logo-box img{
        width: 100px;
    }}



    .spec-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }



    .company-hero .wrapper {
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        justify-content: space-between;
    }





        .spec-wrapper {
            display: flex;
            gap: 50px;
        }


        @media (max-width: 768px) {
            .spec-wrapper {
                flex-wrap: wrap;
                gap: 30px;
            }}
    

.spec-wrap p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}


.spec-wrapper
.company-hero .clinic-info img {
    width: 110px;

}

.company-contact .wrapper {
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}


  @media (max-width: 991px) {
    .company-info .wrapper,
     .section-home-rewiews .wrapper{
        flex-wrap: wrap;
    
    }}


  @media (max-width: 768px) {
   .section-home-rewiews .col-right{
        flex-wrap: wrap;
    width: 100%;
    min-width: inherit;
    }}



      @media (max-width: 768px) {
 .col-right .widget .widget-head{
 flex-wrap: wrap;
    gap: 20px;
    }}



    .services {
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
    }



    .company-contact .website,
    .company-contact .services
     {
        padding: 0;
    }

    div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image {

        object-fit: contain !important;
    }


.company-advantages
    strong {
        color: #74c005;
    }




.col-right .related .item {
    display: flex;
    gap: 16px;
}


.col-right .related .title{
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

.col-right .related .item .content .name {
    font-size: 14px;
    font-weight: 700;
    max-width: 200px;
}

.col-right .related .item .content {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.col-right .related .item .content .reviews{
    font-size: 12px;
}





.col-right .related {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }



.col-right .related .item .logo img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    background-color: #F0F0F0;
    padding: 10px;
}





li.service-child-item {
    text-decoration: underline;
    color: #a5a5a5;
}

li.location-child-item {
    text-decoration: underline;
    color: #a5a5a5;
}


.locations-taxonomy-list .toggle-children {
    cursor: pointer;
    background-color: #ffa15e !important;

}


.location-children-list {
    display: flex !important;
}


.widget-links {
    display: flex;
    border-radius: 6px;
	 position: relative;
}

@media (max-width: 991px) {
    .widget-links {
        display: none;
    }}

.widget-links a {

}


a.btn-main {
    padding: 8px 10px;
    background: #f0f0f0;
    border-radius: 8px 0 0 8px;
}

a.btn-clinic {
    padding: 8px 10px;
    background: var(--accent-gradient);
    border-radius: 0 8px 8px 0;
}


.widget-links a {
    position: relative;
}

.widget-links .tooltip {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

.widget-links .tooltip::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #333;
}

.widget-links a:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.widget-links img {
    display: block;
}

@media (max-width: 991px) {
		.auth-section {

    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    background: #bde3bd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 10px 14px;
    font-size: 16px;
    color: #111;
			width: 100%;
	}}