.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#101010;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.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){--kit-widget-spacing: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% */
}

.pls-gr .elementor-icon-list-text {
    padding-left: 8px !important;
}

.pls-gr .elementor-icon-list-icon svg{
    margin: 0 !important;
}

.pls-gr .elementor-icon-list-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;


}

/* Пульсирующая анимация */
.pls-gr .elementor-icon-list-icon::before, 
.pls-gr .elementor-icon-list-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #31B939; /* Цвет волны (можно менять) */
    opacity: 0;
    animation: pulse-animation 3s infinite;
}

/* Вторая волна с задержкой */
.pls-gr .elementor-icon-list-icon::after {
    animation-delay: 1s;
}

/* Анимация пульсации */
@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(2.5); /* Насколько расширяются волны */
        opacity: 0;
    }
}

.ak-cl {
    color: var( --e-global-color-primary );
}

.bl-blur {
    backdrop-filter: blur(1px);
}

.nr-bl .elementor-cta__content {
        background-image: linear-gradient(180deg, #0000001c 40%, #000000);
}/* End custom CSS */