.elementor-kit-9{--e-global-color-primary:#E75B12;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#24292F;--e-global-color-accent:#FF7831;--e-global-color-fad1f96:#F9FAFA;--e-global-color-05b784c:#973F11;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Oswald";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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 */#btn-glass {
    position: relative;
    overflow: hidden;
}

/* Создаем белый луч с размытыми краями */
#btn-glass::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%; /* Можно увеличить, если надо шире */
    height: 300%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, 
                                       rgba(255, 255, 255, 0.8) 50%, 
                                       rgba(255, 255, 255, 0) 100%);
    animation: shine 5s linear infinite;
    transform: rotate(45deg) translateY(-50%);
    filter: blur(10px); /* Размытие для мягких краёв */
}

/* Анимация движения луча */
@keyframes shine {
    0% { left: -100%; }
    25% { left: 100%; } /* Луч проходит за 40% от общего времени */
    100% { left: 100%; } /* Задержка на оставшиеся 60% */
}

.ak-cl {
    color: var( --e-global-color-primary );
}/* End custom CSS */