.elementor-1879 .elementor-element.elementor-element-18c8cf4{--display:flex;}.elementor-1879 .elementor-element.elementor-element-2f8b8a6 .elementor-repeater-item-0ca0491 .swiper-slide-bg{background-color:#833ca3;background-image:url(https://test.artbud.kyiv.ua/wp-content/uploads/2025/07/bg-1.png);background-size:cover;}.elementor-1879 .elementor-element.elementor-element-2f8b8a6 .swiper-slide{transition-duration:calc(5000ms*1.2);height:496px;}.elementor-1879 .elementor-element.elementor-element-2f8b8a6{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1879 .elementor-element.elementor-element-2f8b8a6 .swiper-slide-contents{max-width:100%;}.elementor-1879 .elementor-element.elementor-element-2f8b8a6 .swiper-slide-inner{padding:196px 296px 0px 0px;text-align:center;}.elementor-1879 .elementor-element.elementor-element-2f8b8a6 .swiper-slide-inner .elementor-slide-heading:not(:last-child){margin-bottom:0px;}.elementor-1879 .elementor-element.elementor-element-2f8b8a6 .elementor-slide-button{color:#FFFFFF;}.elementor-1879 .elementor-element.elementor-element-84b6ebd{--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-1879 .elementor-element.elementor-element-daca334{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1879 .elementor-element.elementor-element-daca334.elementor-element{--align-self:center;--order:99999 /* order end hack */;}.elementor-1879 .elementor-element.elementor-element-16cfab8{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1879 .elementor-element.elementor-element-16cfab8.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-1879 .elementor-element.elementor-element-f5b6666{--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;}@media(min-width:768px){.elementor-1879 .elementor-element.elementor-element-16cfab8{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-daca334 *//* Parent Section */
.numbers-section {
    width: 100%;
    max-width: 2560px;
    height: auto; /* Изменено с фиксированной высоты для адаптации */
    background: #F5F5F5;
    margin: 0 auto;
    padding: 40px 0 20px; /* Добавлен отступ сверху, чтобы не задевать верхний блок */
    position: relative;
}

/* Inner Container */
.numbers-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px; /* Уменьшен gap для компактности */
    width: 90%; /* Адаптивная ширина */
    max-width: 1968px;
    height: auto; /* Адаптивная высота */
    margin: 0 auto;
    background: #F5F5F5;
    box-sizing: border-box;
    padding: 0 20px; /* Минимальный отступ от краев */
}

/* Statistic Block */
.number-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 12px; /* Уменьшен padding */
    gap: 12px; /* Уменьшен gap внутри блока */
    width: 220px; /* Уменьшена ширина */
    height: auto; /* Адаптивная высота */
    background: #F5F5F5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 0 auto;
    box-sizing: border-box;
}

.number-block:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Number Styling */
.number {
    width: 100%;
    max-width: 200px; /* Уменьшен максимум */
    height: auto; /* Адаптивная высота */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px; /* Уменьшен размер */
    line-height: 120%;
    text-align: center;
    color: #000000;
}

/* Description Styling */
.description {
    width: 100%;
    max-width: 200px; /* Уменьшен максимум */
    height: auto; /* Адаптивная высота */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px; /* Уменьшен размер */
    line-height: 120%;
    text-align: center;
    color: #000000;
}

/* Subtext Styling (hidden by default) */
.subtext {
    width: 100%;
    max-width: 200px;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px; /* Уменьшен размер */
    line-height: 120%;
    text-align: center;
    color: #505050;
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (min-width: 1650px) {
    .numbers-container {
        max-width: 1600px; /* Ограничение для больших экранов */
        gap: 30px;
    }
    .number-block {
        width: 350px;
        padding: 30px 15px;
    }
    .number {
        font-size: 48px;
    }
    .description {
        font-size: 24px;
    }
}

@media (max-width: 1470px) {
    .numbers-container {
        max-width: 1200px;
        gap: 15px;
        flex-wrap: wrap; /* Переход на 2 колонки при необходимости */
        justify-content: center;
    }
    .number-block {
        width: 200px;
        padding: 20px 10px;
    }
    .number {
        font-size: 32px;
    }
    .description {
        font-size: 16px;
    }
}

/* Ensure Open Sans is loaded */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16b4eff *//* Подключение шрифта Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/* ========================================================= */
/* Общие стили для всего body и обертки */
/* ========================================================= */
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.product-category-container {
    background: transparent;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

/* ========================================================= */
/* Заголовок секции */
/* ========================================================= */
.product-category-container .category-title {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.5;
    color: #88012A;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin: 5rem 1rem 4rem 1rem;
}

/* ========================================================= */
/* Сетка продуктов */
/* ========================================================= */
.product-category-container .products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-category-container .products-row {
    display: flex;
    justify-content: center; /* Центрируем элементы внутри ряда */
    flex-wrap: wrap;
    box-sizing: border-box;
}

/* Элемент продукта */
.product-category-container .product-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 3rem; /* Отступ между рядами */
}

/* ========================================================= */
/* Круг с изображением */
/* ========================================================= */
.product-category-container .product-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #E1E1E1;
    border: 10px solid #E0E0E0;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-category-container .product-item:hover .product-circle {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-category-container .product-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ========================================================= */
/* Текст категории */
/* ========================================================= */
.product-category-container .product-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #000000;
    margin-top: 1rem;
    max-width: 100%;
    word-wrap: break-word;
}

/* ========================================================= */
/* Адаптивность для разных разрешений */
/* ========================================================= */

/* Для больших экранов (от 1920px) */
@media (min-width: 1920px) {
    .product-category-container {
        padding-left: 222px; /* Отступ от левого края */
        padding-right: 222px; /* Отступ от правого края */
    }
    .product-category-container .products-row {
        justify-content: space-between; /* Выравнивание элементов по краям ряда */
        gap: 80px; /* Отступ между элементами */
    }
    .product-category-container .product-item {
        width: 300px;
        flex-shrink: 0;
    }
}

/* Для экранов от 1440px до 1919px */
@media (min-width: 1440px) and (max-width: 1919px) {
    .product-category-container {
        padding: 0 100px;
    }
    .product-category-container .products-row {
        justify-content: space-between;
        gap: 50px;
    }
    .product-category-container .product-item {
        width: 250px;
    }
    .product-category-container .product-circle {
        width: 250px;
        height: 250px;
    }
    .product-category-container .product-text {
        font-size: 22px;
    }
}

/* Для планшетов (от 768px до 1439px) */
@media (min-width: 768px) and (max-width: 1439px) {
    .product-category-container .category-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .product-category-container .products-row {
        justify-content: center;
        gap: 40px;
    }
    .product-category-container .product-item {
        width: 200px;
        margin-bottom: 2rem;
    }
    .product-category-container .product-circle {
        width: 200px;
        height: 200px;
    }
    .product-category-container .product-text {
        font-size: 18px;
    }
}

/* Для мобильных устройств (менее 768px) */
@media (max-width: 767px) {
    .product-category-container .products-grid {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .product-category-container .product-item {
        width: 150px;
        margin-bottom: 1.5rem;
    }
    .product-category-container .product-circle {
        width: 150px;
        height: 150px;
    }
    .product-category-container .product-text {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-16cfab8 *//*
 * Универсальный CSS-код для Elementor, создающий адаптивный "шахматный" макет.
 *
 * Инструкции:
 * 1. Вставьте этот код в раздел "Custom CSS" для контейнера, в котором находятся
 * ваши карточки товаров.
 * 2. Убедитесь, что все карточки имеют одинаковый класс, например, `.product-card`.
 * 3. Этот код использует CSS Grid, что обеспечивает стабильность и адаптивность.
 */

/*
 * Блок с заголовком
 * Примените этот класс к заголовку, если он находится в отдельном блоке.
 */
.product-category-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: clamp(36px, 3.5vw, 60px);
    line-height: 150%;
    color: #88012A;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    margin-bottom: 60px;
    text-align: center;
}

/*
 * Контейнер для карточек.
 * ПРИМЕЧАНИЕ: Если Elementor автоматически добавляет flexbox-контейнер,
 * возможно, вам нужно будет применить эти стили к дочернему элементу.
 * Попробуйте применить к классу обертки или секции Elementor.
 */
.products-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 40px; /* Отступы между рядами и колонками */
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/*
 * Класс для каждой карточки продукта
 */
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #000000;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/*
 * Создаем "шахматный" порядок, смещая четные элементы вниз.
 * Вы можете изменить :nth-child(2n) на другой селектор, если ваша
 * структура отличается.
 */
.products-grid-wrapper .product-card:nth-child(2n) {
    transform: translateY(40px);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-circle {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}

.product-circle img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.product-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 140%;
    color: #000000;
    text-align: center;
    max-width: 100%;
}

/* --- АДАПТИВНОСТЬ: ПЕРЕКЛЮЧЕНИЕ НА МЕНЬШИЕ ЭКРАНЫ --- */

@media (max-width: 1440px) {
    .products-grid-wrapper {
        grid-template-columns: repeat(3, 1fr); /* 3 колонки на экранах поменьше */
        gap: 60px 30px;
    }
    .products-grid-wrapper .product-card:nth-child(2n) {
        transform: translateY(0);
    }
    .products-grid-wrapper .product-card:nth-child(3n+2) { /* Смещаем 2, 5, 8 и т.д. */
        transform: translateY(30px);
    }
}

@media (max-width: 768px) {
    .products-grid-wrapper {
        grid-template-columns: 1fr; /* Одна колонка на мобильных */
        gap: 40px;
    }
    .products-grid-wrapper .product-card:nth-child(2n),
    .products-grid-wrapper .product-card:nth-child(3n+2) {
        transform: translateY(0); /* Убираем смещение на мобильных */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2db8209 *//* Подключение шрифта Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/* Базовый сброс и переменные для адаптивности */
:root {
    /* Базовый размер шрифта для rem */
    font-size: 16px;
}

/* ========================================================= */
/* Секция 'О нас' - Общий контейнер */
/* ========================================================= */
.about-us-container {
    background: #88012A;
    color: #F0EEEE;
    padding: 4rem 1rem; /* Скорректированные отступы */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* ========================================================= */
/* Внутренний контейнер для контента (левая и правая колонки) */
/* ========================================================= */
.about-us-container .inner-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    max-width: 1200px; /* Уменьшаем максимальную ширину для компактности */
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ========================================================= */
/* Левая колонка с текстом и кнопкой */
/* ========================================================= */
.about-us-container .text-left {
    flex: 1 1 50%;
    min-width: 300px;
    max-width: 900px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Заголовок "Про Компанію" */
.about-us-container .about-us-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.25rem; /* 20px */
    line-height: 1.5;
    text-transform: capitalize;
    color: #D8D7D7;
    margin: 0 0 0.5rem 0;
}

/* Основной заголовок секции */
.about-us-container .h2-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.5rem; /* 40px */
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 0.75rem 0;
}

/* Подзаголовок */
.about-us-container .subline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.25rem; /* 20px */
    line-height: 1.6;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

/* Контейнер для списка */
.about-us-container .feature-list {
    margin-bottom: 2rem;
    padding-left: 0;
    list-style: none;
}

/* Элемент списка */
.about-us-container .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

/* SVG иконка */
.about-us-container .checkmark-circle-outline {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
}

/* Текст элемента списка */
.about-us-container .feature-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.25rem; /* 20px */
    line-height: 1.4;
    color: #F0EEEE;
    margin: 0;
}

/* ========================================================= */
/* Кнопка "fit content" */
/* ========================================================= */
.about-us-container .btn-basic-rounded {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7em 2em;
    background: #FFFFFF;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
    white-space: nowrap;
    width: fit-content;
}

.about-us-container .btn-basic-rounded:hover {
    background: #e6e6e6;
}

/* Текст кнопки */
.about-us-container .btn-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem; /* 16px */
    line-height: 1;
    color: #222222;
}

/* ========================================================= */
/* Правая колонка с изображением */
/* ========================================================= */
.about-us-container .image-container {
    position: relative;
    flex: 1 1 35%;
    min-width: 300px;
    max-width: 861px;
    box-sizing: border-box;
    padding-bottom: 45%;
    height: 0;
}

/* Белый фон под изображением */
.about-us-container .image-container .image-bg {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    z-index: 1;
}

/* Изображение */
.about-us-container .about-us-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
}
        
/* ========================================================= */
/* Адаптивность для мобильных устройств */
/* ========================================================= */
@media (max-width: 1024px) {
    .about-us-container {
        padding: 4rem 0;
    }
    .about-us-container .inner-content-wrapper {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }
    .about-us-container .text-left {
        text-align: center;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .about-us-container .text-left .feature-list {
        text-align: left;
    }
    .about-us-container .text-left .btn-basic-rounded {
        margin: 0 auto;
    }
    .about-us-container .image-container {
        flex: 1 1 100%;
        max-width: 100%;
        padding-bottom: 80%;
    }
    .about-us-container .h2-title {
        font-size: 2rem;
    }
    .about-us-container .subline,
    .about-us-container .feature-text {
        font-size: 1rem;
    }
}/* End custom CSS */