.elementor-2 .elementor-element.elementor-element-97df9a0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-166c3cf{width:100%;max-width:100%;}.elementor-2 .elementor-element.elementor-element-667a80f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2 .elementor-element.elementor-element-dde7070{width:initial;max-width:initial;}.elementor-2 .elementor-element.elementor-element-e035ac1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2 .elementor-element.elementor-element-e035ac1:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-e035ac1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-2 .elementor-element.elementor-element-8f25473{width:initial;max-width:initial;}.elementor-2 .elementor-element.elementor-element-6966b60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2 .elementor-element.elementor-element-6966b60.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2 .elementor-element.elementor-element-5c4d907{width:initial;max-width:initial;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-667a80f{--content-width:1200px;}.elementor-2 .elementor-element.elementor-element-6966b60{--width:1200px;}}/* Start custom CSS for html, class: .elementor-element-166c3cf */.flower-slider {
    height: 75vh;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85); /* Затемнение для читаемости текста */
}

/* Контент внутри слайда */
.slide-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 600px;
    padding: 0 20px;
}

.slide-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: block;
}

.slide-title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -2px;
    line-height: 1;
}

.slide-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.slide-btn:hover {
    background: #4d5a3e; /* Ваш зеленый */
    color: #fff;
}

/* Стрелки */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    padding: 20px;
    opacity: 0.5;
    transition: 0.3s;
}

.slider-nav:hover { opacity: 1; }
.prev { left: 20px; }
.next { right: 20px; }

/* Точки */
.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.dot {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active { background: #fff; }

@media (max-width: 768px) {
    .flower-slider { height: 60vh; }
    .slide-title { font-size: 40px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-832deb9 *//* Стили для SEO блока */
.seo-content-block {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    line-height: 1.6;
    color: #333;
}

.seo-header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--dark);
}

.lead-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    max-width: 800px;
}

.seo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.seo-section h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--dark);
    border-bottom: 2px solid var(--accent);
    display: inline-block;
    padding-bottom: 5px;
}

.seo-list {
    list-style: none;
    padding: 0;
}

.seo-list li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.seo-list li::before {
    content: "•";
    color: var(--accent);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Облако тегов (цветов) */
.seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.seo-tags li {
    background: #f5f5f5;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 4px;
    color: #555;
}

/* Карточки преимуществ */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.benefit-card {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
}

.benefit-num {
    font-size: 24px;
    font-weight: 800;
    color: #eee;
    display: block;
    margin-bottom: 10px;
}

.full-width {
    grid-column: 1 / -1;
}

.seo-footer {
    margin-top: 50px;
    padding: 30px;
    background: #fdfdfd;
    border-left: 4px solid var(--green-main);
    font-style: italic;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .seo-grid {
        grid-template-columns: 1fr;
    }
    
    .seo-header h1 {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dde7070 */.flower-categories {
    font-family: sans-serif;
    padding: 20px 0;
    width: 100%;
}

.flower-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
    color: #1a1a1a;
    letter-spacing: -1px;
    text-align: center;
}

.flower-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.flower-item {
    flex: 1 1 calc(25% - 20px); /* 4 колонки */
    min-width: 250px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
}

@media (max-width: 1024px) {
    .flower-item { flex: 1 1 calc(33.333% - 20px); } /* 3 колонки на планшете */
}

@media (max-width: 768px) {
    .flower-item { flex: 1 1 calc(50% - 20px); } /* 2 колонки на мобильном */
}

.flower-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    transition: transform 0.5s ease;
    border: 1px solid #eee;
}

.flower-info {
    padding: 15px 5px;
}

.flower-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #4d5a3e; /* Хвойный зеленый */
    transition: color 0.3s ease;
}

/* Эффекты при наведении */
.flower-item:hover .flower-image {
    transform: scale(1.03); /* Легкое увеличение фото */
    box-shadow: 0 10px 20px rgba(77, 90, 62, 0.1);
}

.flower-item:hover .flower-title {
    color: #f68609; /* Оранжевый при наведении */
}

.flower-item:hover {
    opacity: 1; /* Убрал прозрачность, заменил на акцент цветом */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64d5e0b */.feature-icon svg {
    color: #4d5a3e; /* Ваш зеленый цвет */
    display: block;
    margin: 0 auto;
}

    .features-section {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-header {
    text-align: center;
    margin-bottom: 70px;
}

.features-subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4d5a3e; /* Ваш зеленый */
    font-weight: 600;
}

.features-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
    color: #1a1a1a;
    letter-spacing: -1px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.feature-card {
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Эффект при наведении — легкое выделение */
.feature-card:hover {
    background: #fcfcfc;
    border-color: #eee;
}

.feature-icon {
    color: #4d5a3e;
    margin-bottom: 25px;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    .features-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f25473 *//* Блок Цветоматов */
.flower-machine-section {
    padding: 80px 0;

}

.container-custom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.flower-machine-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.flower-machine-content .sub-title {
    color: var(--accent);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

.flower-machine-content h2 {
    font-size: 42px;
    line-height: 1.2;
    color: var(--dark);
    margin-bottom: 25px;
    font-weight: 600;
}

.flower-machine-content .description {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Список преимуществ */
.machine-features {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.machine-features li {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.machine-features .icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;

}

.machine-features strong {
    display: block;
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 4px;
}

.machine-features p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

/* Кнопка */
.button-primary {
    display: inline-block;
    background-color: #4d5a3e;
    color: #fff;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.button-primary:hover {
    background-color: #f28915;
    color: white;
    transform: translateY(-2px);
}

/* Изображение */
.flower-machine-image .image-wrapper {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.flower-machine-image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 30px 30px 0px -10px var(--green-main); /* Стильный декоративный элемент */
}

.status-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Адаптивность */
@media (max-width: 992px) {
    .flower-machine-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .flower-machine-content h2 {
        font-size: 32px;
    }

    .flower-machine-image {
        order: -1; /* Картинка сверху на мобильном */
    }
    
    .flower-machine-image img {
        box-shadow: 15px 15px 0px -5px var(--green-main);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c4d907 */.live-gallery {
    padding: 80px 0;
    background: #fff;
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.gallery-header {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

.gallery-desc {
    color: var(--gray);
    font-size: 15px;
    margin-top: 10px;
}

.gallery-desc a {
    color: #4d5a3e;
    text-decoration: underline;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(77, 90, 62, 0.4); /* Ваш зеленый с прозрачностью */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.gallery-overlay span {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9328a3e */.faq-section {
    padding: 60px 0;
    font-family: sans-serif;
    margin: 0 auto;
    max-width: 1200px;
}

.faq-title {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: left;
    color: #4d5a3e; /* Хвойный зеленый */
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #fdfdfd;
    border-radius: 12px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border: 1px solid #ececec;
}

.faq-item[open] {
    background: #fff;
    box-shadow: 0 10px 20px rgba(77, 90, 62, 0.08); /* Мягкая тень в тон бренда */
    border-color: #d1d4cd;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    list-style: none; /* Убираем стандартную стрелку в Chrome */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4d5a3e; /* Хвойный зеленый */
}

/* Кастомная стрелочка */
.faq-question::after {
    content: '+';
    font-size: 24px;
    color: #999;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item[open] .faq-question::after {
    transform: rotate(45deg);
    color: #f68609; /* Оранжевый акцент при открытии */
}

.faq-question::-webkit-details-marker {
    display: none; /* Убираем стрелку в Safari */
}

.faq-answer {
    margin-top: 15px;
    line-height: 1.6;
    color: #555;
    font-size: 16px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}/* End custom CSS */