.elementor-kit-14{--e-global-color-primary:#C8AA61;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1C2448;--e-global-color-accent:#000000;--e-global-color-ab690b6:#F8F8FC;--e-global-color-50bf384:#B09D6E;--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;}.elementor-kit-14 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 */body {
    font-family: "Montserrat";
}

#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(20px);
}

.elementor-widget-text-editor ::marker {
    color: var( --e-global-color-primary );
}

.elementor-widget-text-editor dd, dl, dt, li, ol, ul {
    margin-block-start: 5px;
}


/* Обертка */
.tab-pr {
    width: 100%;
    overflow-x: auto;
    margin: 40px 0;
}

.tab-pr p {
    margin: 0;
    padding: 10px;
}

/* Таблица */
.tab-pr table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    min-width: 900px; /* для корректного скролла на мобиле */
}

/* Ячейки */
.tab-pr td {
    padding: 14px 18px;
    border: 1px solid #e6e9ee;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle; /* вертикальное выравнивание */
}

/* Первый столбец (параметры) */
.tab-pr td:first-child {
    font-weight: 600;
    background: #f7f9fc;
    color: #1f2a37;
    width: 260px;
}

/* Верхняя строка (заголовки спецификаций) */
.tab-pr tr:first-child td {
    background: #1f2a37;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

/* Числовые значения */
.tab-pr td:not(:first-child) {
    text-align: center;
    color: #2c3e50;
}

/* Hover-эффект */
.tab-pr tr:hover td {
    background: #f1f5f9;
    transition: background 0.2s ease;
}

/* Чередование строк */
.tab-pr tr:nth-child(even):not(:first-child) td {
    background: #fbfdff;
}

/* Адаптив */
@media (max-width: 1024px) {
    .tab-pr td {
        padding: 12px 14px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .tab-pr table {
        font-size: 12px;
        min-width: 700px;
    }

    .tab-pr td:first-child {
        width: 200px;
    }
}/* End custom CSS */