.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image:
        /* Левый градиент */
        linear-gradient(90deg, rgba(184, 134, 11, 0.15) 0%, transparent 30%),
        /* Правый градиент */
        linear-gradient(270deg, rgba(255, 215, 0, 0.15) 0%, transparent 30%),
        /* Центральный мягкий радиальный акцент */
        radial-gradient(ellipse at 50% 50%, rgba(184, 134, 11, 0.08) 0%, transparent 70%),
        /* Дополнительные акценты для глубины */
        radial-gradient(circle at 20% 20%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(184, 134, 11, 0.1) 0%, transparent 50%);
    background-size:
        100% 100%, /* Линейные градиенты на всю ширину */
        100% 100%,
        800px 800px, /* Центральный радиальный */
        400px 400px, /* Акценты */
        400px 400px;
    background-position:
        0% 0%, /* Левый */
        100% 0%, /* Правый */
        50% 50%, /* Центральный */
        20% 20%, /* Левый верхний акцент */
        80% 80%; /* Правый нижний акцент */
    background-repeat: no-repeat;
    filter: blur(100px);
    opacity: 0.85;
    /* Мягкая анимация для эффекта "живого" фона */
    animation: gradientPulse 15s ease-in-out infinite;
}

/* Анимация для глубины */
@keyframes gradientPulse {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.05); opacity: 0.9; }
}

/* Планшеты */
@media (max-width: 1024px) {
    body::after {
        background-size:
            100% 100%,
            100% 100%,
            600px 600px,
            300px 300px,
            300px 300px;
        filter: blur(80px);
        opacity: 0.8;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    body::after {
        background-size:
            100% 100%,
            100% 100%,
            400px 400px,
            200px 200px,
            200px 200px;
        filter: blur(60px);
        opacity: 0.75;
    }
}

/* Очень маленькие экраны */
@media (max-width: 480px) {
    body::after {
        background-size:
            100% 100%,
            100% 100%,
            300px 300px,
            150px 150px,
            150px 150px;
        filter: blur(50px);
        opacity: 0.7;
    }
}/* End custom CSS */