.elementor-323 .elementor-element.elementor-element-14f87ad:not(.elementor-motion-effects-element-type-background), .elementor-323 .elementor-element.elementor-element-14f87ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-323 .elementor-element.elementor-element-14f87ad > .elementor-background-overlay{background-image:url("https://xn--b1amqlmy.xn--p1ai/wp-content/uploads/2026/01/play-with-small-colorful-balls.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0.1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-323 .elementor-element.elementor-element-14f87ad{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:110px 0px 110px 0px;}.elementor-323 .elementor-element.elementor-element-e2aa630{text-align:center;}.elementor-323 .elementor-element.elementor-element-e2aa630 .elementor-heading-title{color:var( --e-global-color-9155f0a );}.elementor-323 .elementor-element.elementor-element-c7b601f{--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;}/* Start custom CSS for html, class: .elementor-element-09442f8 *//* Контейнер и герой-блок */
.sovyh-osobennosti {
    padding: 100px 0;
    background: #fff;
    font-family: 'Inter', sans-serif; /* Или основной шрифт вашего сайта */
}

.osobennosti-hero {
    margin-bottom: 80px;
}

.osobennosti-hero__title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.osobennosti-hero__line {
    width: 60px;
    height: 4px;
    background: #1D4ED8;
}

/* Сетка особенностей */
.osobennosti-grid {
    display: flex;
    flex-direction: column;
}

.osobennosti-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 60px 0;
    border-top: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.osobennosti-item:last-child {
    border-bottom: 1px solid #e5e7eb;
}

.osobennosti-item:hover {
    background: #fcfcfc;
}

/* Мета-информация (номер и категория) */
.osobennosti-item__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.osobennosti-item__number {
    font-size: 14px;
    font-weight: 700;
    color: #1D4ED8;
    letter-spacing: 2px;
}

.osobennosti-item__category {
    font-size: 12px;
    text-transform: uppercase;
    color: #9ca3af;
    letter-spacing: 1px;
}

/* Контентная часть */
.osobennosti-item__title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.osobennosti-item__text {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    max-width: 800px;
}

/* Блок студий */
.osobennosti-extra {
    margin-top: 100px;
    padding: 60px;
    background: #1a1a1a;
    color: #fff;
    border-radius: 4px;
}

.osobennosti-extra__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.osobennosti-extra__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.extra-box {
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
}

.extra-box:hover {
    border-color: #1D4ED8;
    background: rgba(29, 78, 216, 0.1);
}

/* Адаптивность */
@media (max-width: 768px) {
    .osobennosti-item {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 40px 0;
    }
    .osobennosti-hero__title {
        font-size: 28px;
    }
}/* End custom CSS */