.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-af9c3c1:#DDDDDD;--e-global-color-3d75c1c:#F1F3F4;--e-global-color-74d92dc:#F9FAFF;--e-global-color-c7f16a9:#FD6058;--e-global-color-e2864d0:#FF6A00;--e-global-color-14e1fa0:#E44C1D;--e-global-color-7d4be12:#D32F2F;--e-global-color-9a6c259:#3FD53A;--e-global-color-4236813:#28333C;--e-global-color-0f13ee3:#535354;--e-global-color-56e0cd7:#0EA5DA;--e-global-color-8b6ab9e:#A4BA08;--e-global-color-3386fd6:#F47A1F;--e-global-color-2ec54fe:#D96512;--e-global-color-d37c265:#FFF3E8;--e-global-color-b947866:#1F2F4A;--e-global-color-a37f662:#2F4C7A;--e-global-color-57c5156:#2BB673;--e-global-color-a5b059d:#E53935;--e-global-color-1d2790e:#FFFFFF;--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;--e-global-typography-e3e6877-font-family:"Montserrat";--e-global-typography-e3e6877-font-size:48px;--e-global-typography-e3e6877-font-weight:800;--e-global-typography-192cf10-font-family:"Montserrat";--e-global-typography-192cf10-font-size:36px;--e-global-typography-192cf10-font-weight:500;--e-global-typography-ae6bf4f-font-family:"Montserrat";--e-global-typography-ae6bf4f-font-size:28px;--e-global-typography-ae6bf4f-font-weight:500;--e-global-typography-3a71cec-font-family:"Montserrat";--e-global-typography-3a71cec-font-size:22px;--e-global-typography-3a71cec-font-weight:600;--e-global-typography-1d2230e-font-family:"Montserrat";--e-global-typography-1d2230e-font-size:17px;--e-global-typography-1d2230e-font-weight:600;--e-global-typography-31c5ced-font-family:"Montserrat";--e-global-typography-31c5ced-font-size:15px;--e-global-typography-31c5ced-font-weight:600;--e-global-typography-44a073e-font-family:"Montserrat";--e-global-typography-44a073e-font-size:17px;--e-global-typography-44a073e-font-weight:500;--e-global-typography-5cb58e4-font-family:"Montserrat";--e-global-typography-5cb58e4-font-size:17px;--e-global-typography-5cb58e4-font-weight:400;--e-global-typography-26333e5-font-family:"Montserrat";--e-global-typography-26333e5-font-size:17px;--e-global-typography-26333e5-font-weight:600;--e-global-typography-88658f0-font-family:"Montserrat";--e-global-typography-88658f0-font-size:15px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* =========================
   Блестящая кнопка Elementor
   Класс кнопки: shiny-button
   ========================= */

/* Базовый стиль — оставляем свой дизайн кнопки */
.shiny-button {
    position: relative; /* нужно для псевдоэлемента */
    overflow: hidden;   /* скрываем лишнее */
    z-index: 1;
}

/* Псевдоэлемент для блестящей полоски */
.shiny-button::before {
    content: '';
    position: absolute;
    top: -50%;             /* поднимаем вверх для диагонали */
    left: -75%;            /* старт слева за пределами кнопки */
    width: 3%;             /* ширина полоски — регулируется */
    height: 250%;           /* длина полоски — регулируется */
    background: rgba(255,255,255,1); /* яркость блеска */
    transform: rotate(25deg); /* угол движения полоски */
    filter: blur(5px);      /* размытие для мягкого сияния */
    animation: shine 1s linear infinite; /* бесконечное движение */
    pointer-events: none;   /* не мешает клику по кнопке */
    z-index: 2;             /* поверх кнопки */
}

/* Анимация движения полоски слева направо */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}


/* Стиль карточки

.promo-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(7, 32, 16, 0.96) 0%, rgba(6, 24, 14, 0.92) 100%);
    border-radius: 28px;
    padding: 28px 28px 26px 28px;
    min-height: 180px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    backdrop-filter: blur(6px);
}

.promo-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 4px;
    border-radius: 0 6px 6px 0;
    background: #ff8c1a;
}

.promo-card .promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid rgba(255, 140, 26, 0.45);
    border-radius: 999px;
    background: rgba(255, 140, 26, 0.10);
    color: #ff9a1f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.promo-card .promo-title {
    margin: 0 0 18px 0;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 800;
    color: #ffffff;
}

.promo-card .promo-title span {
    color: #ff8c1a;
}

.promo-card .promo-subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    color: rgba(255,255,255,0.72);
}

.promo-card .promo-button {
    display: inline-block;
    margin-top: 22px;
    padding: 14px 20px;
    background: #ff8c1a;
    border-radius: 999px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(255, 140, 26, 0.28);
}

.promo-card .promo-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.promo-card .promo-icon-wrap img,
.promo-card .promo-icon-wrap svg {
    max-width: 34px;
    max-height: 34px;
}/* End custom CSS */