.elementor-422 .elementor-element.elementor-element-26e3300{--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;}.elementor-422 .elementor-element.elementor-element-d1193a9{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-422 .elementor-element.elementor-element-26e3300{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-d1193a9 */.about-page {
    padding-bottom: 100px;
    color: var(--dark);
    line-height: 1.6;
}

.about-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
}

/* Секция Заголовок */
.about-header {

    text-align: center;
}

.about-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4d5a3e; /* Ваш зеленый */
    font-weight: 600;
}

.about-title {
    font-size: 52px;
    font-weight: 700;
    margin: 20px 0 50px;
    line-height: 1.1;
    letter-spacing: -2px;
}

.about-hero-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: sepia(0.1) contrast(1.05);
}

/* Секция Манифест */
.about-manifesto {
    padding: 100px 0;
    border-bottom: 1px solid #eee;
}

.manifesto-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}

.manifesto-left h2 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.manifesto-right p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #444;
}

/* Секция Принципы */
.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 100px 0;
}

.value-card {
    position: relative;
}

.value-num {
    font-size: 12px;
    font-weight: 700;
    color: #4d5a3e;
    display: block;
    margin-bottom: 15px;
}

.value-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.value-card p {
    font-size: 15px;
    color: var(--gray);
}

/* Адаптивность */
@media (max-width: 768px) {
    .about-title { font-size: 36px; }
    .about-hero-image img { height: 300px; }
    .manifesto-grid { grid-template-columns: 1fr; }
    .about-values { grid-template-columns: 1fr; gap: 60px; }
    .manifesto-right p { font-size: 18px; }
}/* End custom CSS */