.elementor-1514 .elementor-element.elementor-element-b7700de{--display:flex;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-1514 .elementor-element.elementor-element-b7700de{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-1514 .elementor-element.elementor-element-b7700de{--content-width:1320px;}}/* Start custom CSS for html, class: .elementor-element-0fee4ed */.chiru-about-wrapper {
        --chiru-bg: #f4f5f7;
        --chiru-accent: #e2281f;
        --chiru-text-main: #333333;
        --chiru-text-light: #666666;
        --chiru-white: #ffffff;
        
        font-family: inherit; /* Наследуем шрифт темы */
        background-color: var(--chiru-bg);
        color: var(--chiru-text-main);
        line-height: 1.6;
        width: 100%;
        overflow: hidden; /* Защита от горизонтального скролла */
    }

    /* Сброс отступов внутри обертки, чтобы тема не мешала */
    .chiru-about-wrapper h2, 
    .chiru-about-wrapper h3, 
    .chiru-about-wrapper p {
        margin-top: 0;
    }

    /* Заголовки */
    .chiru-section-title {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        font-weight: 700;
        color: var(--chiru-text-main);
    }
    
    .chiru-section-title::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background-color: var(--chiru-accent);
        margin: 15px auto 0;
    }

    /* Hero Блок */
    .chiru-hero {
        background-color: var(--chiru-white);
        padding: 80px 0;
        text-align: center;
    }

    .chiru-hero-title {
        font-size: 3rem;
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    
    .chiru-hero-title span {
        color: var(--chiru-accent);
    }

    .chiru-hero-desc {
        font-size: 1.2rem;
        color: var(--chiru-text-light);
        max-width: 700px;
        margin: 0 auto 35px;
    }

    /* Уникальная кнопка */
    .chiru-btn-action {
        display: inline-block;
        background-color: var(--chiru-accent);
        color: var(--chiru-white) !important;
        padding: 16px 36px;
        text-decoration: none !important;
        font-weight: 600;
        border-radius: 6px;
        transition: transform 0.2s ease, background 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .chiru-btn-action:hover {
        background-color: #c41e16;
        transform: translateY(-2px);
    }

    /* Секция Владельца */
    .chiru-founder-section {
        padding: 80px 0;
    }

    .chiru-founder-grid {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: 50px;
        align-items: center;
        background-color: var(--chiru-white);
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }

    .chiru-founder-img-box {
        width: 100%;
        height: 400px;
        background-color: #e0e0e0;
        border-radius: 8px;
        position: relative;
        overflow: hidden;
    }

    /* Псевдо-элемент для имитации фото, если картинки нет */
    .chiru-founder-img-box::before {
        content: 'Фото Владельца';
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #999;
        font-weight: 600;
    }

    .chiru-founder-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .chiru-founder-content h3 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 20px;
        color: var(--chiru-text-main);
    }

    .chiru-quote-box {
        font-style: italic;
        font-size: 1.1rem;
        border-left: 4px solid var(--chiru-accent);
        padding-left: 20px;
        margin: 25px 0;
        color: #444;
        background: #fdfdfd;
        padding: 15px 20px;
        border-radius: 0 8px 8px 0;
    }

    /* Секция Истории */
    .chiru-history-section {
        padding: 60px 0 100px;
    }

    .chiru-timeline {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
        gap: 20px;
    }

    .chiru-timeline-item {
        padding: 25px;
        background: var(--chiru-white);
        border-radius: 8px;
        margin-bottom: 25px
        position: relative;
        box-shadow: 0 2px 10px rgba(0,0,0,0.03);
        transition: all 0.3s;
        border-bottom: 3px solid transparent;
    }
    
    .chiru-timeline-item:hover {
        transform: translateY(-7px);
        border-bottom: 3px solid var(--chiru-accent);
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }

    .chiru-year-badge {
        font-weight: 800;
        font-size: 1.5rem;
        color: var(--chiru-accent);
        display: block;
        margin-bottom: 10px;
    }

    .chiru-timeline-title {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    /* Секция Преимуществ */
    .chiru-features-section {
        padding-bottom: 80px;
    }

    .chiru-features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }

    .chiru-feature-card {
        background: var(--chiru-white);
        padding: 35px;
        border-radius: 10px;
        text-align: center;
        transition: all 0.3s;
        border-bottom: 3px solid transparent;
    }

    .chiru-feature-card:hover {
        transform: translateY(-7px);
        border-bottom: 3px solid var(--chiru-accent);
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }

    .chiru-feature-icon {
        font-size: 3rem;
        color: var(--chiru-accent);
        margin-bottom: 20px;
        display: block;
    }

    /* Адаптивность для мобильных */
    @media (max-width: 768px) {
        .chiru-founder-grid {
            grid-template-columns: 1fr;
        }
        .chiru-founder-img-box {
            height: 300px;
        }
        .chiru-hero-title {
            font-size: 2rem;
        }
        .chiru-section-title {
            font-size: 2rem;
        }
        .chiru-timeline {
            grid-template-columns: repeat(1, 1fr);
        }
    }
    
    /* --- Стили для секции Мерча --- */
    .chiru-merch-section {
 /* Белый фон, чтобы выделить фото */
    }

    .chiru-merch-desc {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 50px;
        color: var(--chiru-text-light);
    }

    .chiru-merch-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 колонки */
        gap: 30px;
    }

    .chiru-merch-item {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        /* Делаем карточки квадратными */
        aspect-ratio: 1 / 1; 
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .chiru-merch-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    /* Эффект при наведении: затемнение и зум */
    .chiru-merch-item:hover .chiru-merch-img {
        transform: scale(1.1);
    }

    .chiru-merch-overlay {
        position: absolute;
        top: 0; 
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); /* Полупрозрачный черный */
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .chiru-merch-item:hover .chiru-merch-overlay {
        opacity: 1;
    }

    .chiru-merch-name {
        color: #fff;
        font-weight: 700;
        font-size: 1.5rem;
        transform: translateY(20px);
        transition: transform 0.3s ease;
    }

    .chiru-merch-item:hover .chiru-merch-name {
        transform: translateY(0);
    }

    /* Адаптив для мерча */
    @media (max-width: 992px) {
        .chiru-merch-grid {
            grid-template-columns: repeat(2, 1fr); /* 2 колонки на планшете */
        }
    }

    @media (max-width: 576px) {
        .chiru-merch-grid {
            gap: 15px; /* Меньше отступы на телефоне */
        }
        .chiru-merch-name {
            font-size: 1.1rem;
        }
    }/* End custom CSS */