/* Fix CSS - пользовательские исправления стилей */
/* Здесь можно добавлять любые исправления стилей */
#fix_about_box p {
    padding-bottom: 20px;
}

/* Скрыть звезды рейтинга и количество отзывов */
.star-rating {
    display: none !important;
}
.item-bottom .star-rating + span,
.star-rating + span {
    display: none !important;
}

/* Фикс футера - все 4 блока в ряд */
#footer-jws .vc_row .container {
    max-width: 1170px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
}



#footer-jws .wpb_column.vc_col-lg-4 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

#footer-jws .wpb_column.vc_col-lg-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

#footer-jws .wpb_column {
    float: none !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

/* Отступы футера */
#footer-jws .vc_column-inner {
    padding: 0 !important;
    width: 100% !important;
}

#gt_float_wrapper {
    top: 27px!important;
}

.wpb_text_column ul {
    list-style: disc !important;
    padding-left: 20px !important;
}

#footer-jws ul{
    list-style: none!important;
    padding-left: 0px !important;
}

input[name="user_checkbox"] {
    height: 20px!important;
    width: auto;
}

label:has(input[name="user_checkbox"]) {
    display: flex;
    gap: 10px;
}

.wpcf7-list-item-label a {
    color: #41ca56;
    text-decoration: underline!important;
}

/* Мобильная версия */
@media (max-width: 768px) {
    #footer-jws .vc_row .container {
        flex-direction: column !important;
    }
    
    #footer-jws .wpb_column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }
    
    #footer-jws .wpb_column:last-child {
        margin-bottom: 0 !important;
    }

    #footer-jws .wpb_column.vc_col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #footer-jws .wpb_column.vc_col-lg-2 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #footer-jws .vc_column-inner {
    text-align: center;
    }


    body .icon_footer {
        text-align: center!important;
    }

    #gt_float_wrapper {
        top: 115px!important;
    }
}

.icon_footer {
    text-align: left;
}

/* Стили футера вместо inline стилей */
.footer-main-row {
    padding-top: 100px !important;
}

.footer-about-column {
    margin-bottom: 60px !important;
}

.footer-heading {
 
    font-family: Raleway !important;
    font-weight: 600 !important;
    font-style: normal !important;
    margin-bottom: 40px !important;
}



.footer-text-block {
    margin-bottom: 47px !important;
}

.footer-nav-column {
    margin-bottom: 30px !important;
    padding-bottom: 50px !important;
}

.footer-separator {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.footer-sep-line {
    border-color: #d7d7d7 !important;
}

.footer-bottom-row {
    padding-top: 10px !important;
    padding-bottom: 50px !important;
    background-color: #f6f6f6 !important;
} 

#footer-jws {
    background: #f6f6f6;
}

.top_bar {
    display: none;
}

#request_btn {
    color: white!important;
}

#slider-1-slide-1-layer-5:hover #request_btn {
    color: black!important;
}

#contact_form1 {
    scroll-margin-top: 200px;
    margin-top: 90px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    margin-top: -20px;
    margin-bottom: 0;
}

.info_inner_slider img {
    border-radius: 500px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 6px;
    background: white;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle  {
    box-shadow: none!important;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {

    background: #ffffff!important;
    padding: 10px!important; 
}

.kitgreen-info-box.top_icon .box-icon-wrapper .info-box-icon img {
    margin-bottom: 25px;
}

.tb-products-grid article .product-thumb img {
 
    height: 200px;
    object-fit: cover;
}

.jws-icon-cart {
    display: none;
}

.search-form {
    display: none;
}

/* .wpb-content-wrapper {
    background: #fdfaf6;
} */

.menu_nav {
    background: #fdfaf6;
}

/* .vc_row {
    background: #fdfaf6;
} */

.tb-products-grid article {
    background: white;
}

#footer-jws {
    background: #fdfaf6;
}

.footer-bottom-row {
    background: #fdfaf6!important;
}


.title-bar-header {
    background-color: #f8eee2!important;
    border-bottom: 1px solid #ddd6cd;
}

.vc_custom_1754322289151 {
    background-color: #f8eee2!important;
}

/* Галерея сетка с фиксированными размерами */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.gallery-item {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-icon {
    width: 100%;
    height: 190px;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-icon img:hover {
    transform: scale(1.05);
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 8px;
    margin: 0;
    font-size: 12px;
    text-align: center;
}

/* Адаптивность */
@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery {
        grid-template-columns: 1fr;
    }
    
    .gallery-icon {
        height: 200px;
    }
}


.wpb_wrapper p {
    padding-bottom: 20px;
}

#about_text {
    color: black;
    font-size: 16px;
    padding-bottom: 30px;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(250 162 58 / 86%);
    color: #000000;
    padding: 8px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.simple-translate-panel  {
    display: none;
}

.logo_text {
    font-size: 45px;
}

.vc_custom_1756395042008 {
    min-height: 500px;
}

#gallery-2 .gallery-icon {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 8px;
}

/* Адаптивность для секции ECOVISTA */
.vc_custom_1519354686152 {
    padding-left: 160px !important;
    padding-right: 80px !important;
}

.text_big {
    font-size: 29px !important;
    line-height: 40px !important;
}

#about_left {
    padding-left: 160px;
    padding-top: 80px;
    padding-right: 50px;
    padding-bottom: 80px;

}

/* Мобильная версия для ECOVISTA секции */
@media (max-width: 768px) {

    .admin-bar #jws_header.jws-header-v1 {
        padding: 0px!important;
    }

    #about_left {
        padding-left: 20px;
        padding-top: 40px;
        padding-right: 50px;
        padding-bottom: 80px;
    
    }
}

@media (max-width: 480px) {
    .vc_custom_1519354686152 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .text_big {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

/* Скрыть title-bar-header только на главной странице */
.home .title-bar-header {
    display: none !important;
}