.elementor-kit-4{--e-global-color-primary:#F8EFEB;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1E1E1E;--e-global-color-accent:#600D29;--e-global-color-a07d659:#262629E8;--e-global-color-1d02ae6:#69656c;--e-global-color-1e8f21a:#2c272a;--e-global-color-6f49a5f:#c2a39d;--e-global-color-dd9c65d:#e2d6d0;--e-global-color-6ca5cd9:#000000;--e-global-color-413da8f:#000000;--e-global-color-e585c84:#EDCFBF;--e-global-color-7def82f:#F2E8C9;--e-global-color-717072f:#BFB7A8;--e-global-color-325f0e7:#A64029;--e-global-color-cc71af1:#592816;--e-global-color-d31d305:#3E5D65;--e-global-color-b9165b4:#F69815;--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:200;--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:var( --e-global-color-primary );}.elementor-kit-4 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);}@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 */.golden-text {
    background: linear-gradient(45deg, #d4af37, #ffd700, #ffec8b, #b8860b);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldShine 3s infinite linear;
}

@keyframes goldShine {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.golden-text {
    color: #ffd700;
    text-shadow: 0 0 5px #ffdd44, 0 0 10px #ffcc00, 0 0 15px #ffbb00;
}


.golden-button {
    background: linear-gradient(45deg, #d4af37, #ffd700, #ffec8b, #b8860b);
    color: black; /* Цвет текста */
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.golden-button:hover {
    background: linear-gradient(45deg, #ffec8b, #ffd700, #d4af37, #b8860b);
    color: white; /* Меняет цвет текста при наведении */
}
.gold-background {
    background: linear-gradient(45deg, #FFD700, #B8860B);
}/* End custom CSS */