@font-face {
    font-family: 'Involve';
    src: local('Involve'),
        url('../fonts/Involve-Regular.woff') format('woff'),
        url('../fonts/Involve-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF; /* Поддержка кириллицы и латиницы */
}

@font-face {
    font-family: 'Involve';
    src: local('Involve'),
        url('../fonts/Involve-Medium.woff') format('woff'),
        url('../fonts/Involve-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'Involve';
    src: local('Involve'),
        url('../fonts/Involve-Bold.woff') format('woff'),
        url('../fonts/Involve-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter'),
        url('../fonts/Inter_Regular.woff') format('woff'),
        url('../fonts/Inter_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
}

h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: left;
    line-height: 120% !important;
    margin-bottom: 32px !important;
}

#primary-menu{
    display: none;
}
.usluga__section{
    margin-top: 50px;
}

.mobile-menu-control-wrapper{
    display: none !important;
}
.categories-accordion-menu {
    margin-top: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
.category-name-link{
    padding: 20px 40px 20px 10px;
}
.category-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.category-accordion-item:last-child {
    border-bottom: none;
}

.category-header {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}

.category-header:hover {
    background: #e9ecef;
}

.category-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    flex-grow: 1;
}

.products-count {
    background: #007cba;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 15px;
}

.accordion-toggle {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    transition: transform 0.3s ease;
    min-width: 20px;
    text-align: center;
    right: 16px;
    position: absolute;
}

.category-header.active .accordion-toggle {
   transform: rotate(0deg);
    color: #000000;
}

.category-content {
    display: none;
    background: white;
    padding: 0;
}

.category-content.active {
    display: block;
}

.subcategories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subcategory-item {
    border-bottom: 1px solid #f0f0f0;
}

.subcategory-item:last-child {
    border-bottom: none;
}

.subcategory-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    text-decoration: none;
    color: #555;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.subcategory-link:hover {
    background: #f8f9fa;
    color: #007cba;
}

.subcategory-name {
    font-size: 16px;
    font-weight: 500;
}

.subcategory-count {
    background: #6c757d;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
}

/* Анимация для плавного раскрытия */
.category-content {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.products-list{
        margin: 0;
        padding: 20px 0;
         display: flex;
       flex-direction: column;
     

}
.product-link{
       padding: 10px 70px 10px 20px;
      
}

.btn__popup-tovar {
    margin-top: 46px;
    text-align: center;
}
.btn__popup-tovar .btn__popup {
    max-width: 288px;
    width: 100%;
}
.btn__popup {
    background: #55555e;
    color:#fff;
    font-weight: 600;
    border: none !important;
    letter-spacing: -0px;
    padding: 9px 25px !important;
    line-height: 150%;
}
.btn__popup:hover{
     background: #55555e;
     color:#fff;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

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

.popup__content {
    position: relative;
    background: white;
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 10px;
    z-index: 10000;
}

.popup__close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #000;
}
#tab-description h2{
    display: none;
}
.entry-summary .cart{
    display: none;
}
.entry-summary .product_meta{
     display: none;
}
.related.products{
    margin-top: 100px;
}
.slick-next,
.slick-prev {
    height: 40px;
    width: 25px;
    bottom: -40px;
    font-size: 0;
    padding: 3px;
    position: absolute;
    background: none;
    border: 1px solid #272727;
    cursor: pointer;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-next {
    right: 30% !important;
    background-image: url(/wp-content/uploads/2025/12/Vector-1.svg);
}
.slick-prev {
    left: 30% !important;
    background-image: url(/wp-content/uploads/2025/12/Vector-2.svg);
    z-index: 999999;
}
button:hover{
    background-color: transparent !important;
}
.slick-slide a{
    width: 100%;
}
.slick-slide img{
    width: 100%;
    height: 220px;
}

.slick-slide h3{
    padding: 15px 0;
}
.slid-content{
    padding-bottom: 80px !important;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    display: none;
}
/* Адаптивность */
@media (max-width: 768px) {
    .popup__content {
        margin: 20px;
        padding: 20px;
    }
        .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
    h2 {
    font-size: 28px;
    }
}

.popup__content h3{
    text-align: center;
}
.form__wrapper-input br{
    display: none;
}
.form__wrapper-input p{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7-list-item{
    margin-top: 20px;
}
.header__tel{
    text-align: center;
    display: block;
    font-size: 20px;
}
.footer__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__info span{
    font-weight: 600;
}
@media (max-width: 768px) {
    .has-inline-mobile-toggle .inside-header {
       align-items: center;
        justify-content: space-between;
        flex-wrap: inherit;
    }
    .site-logo img{
        width: 85px;
    }
        .has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
        flex-basis: auto;
    }
    .footer__info {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.footer__info p{
   font-size: 14px;
}
}