.elementor-kit-7{--e-global-color-primary:#933DFC;--e-global-color-secondary:#20033C;--e-global-color-text:#20033C;--e-global-color-accent:#FF2EDE;--e-global-color-c788782:#F5B760;--e-global-color-cd0e597:#2D3250;--e-global-color-2354b98:#424669;--e-global-color-7accd8f:#676F9D;--e-global-color-05911b0:#3A56E6;--e-global-color-a842d41:#F0F0F0;--e-global-typography-primary-font-family:"Euclid Circular A Regular";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Euclid Circular A Regular";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Euclid Circular A Regular";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Euclid Circular A Regular";--e-global-typography-accent-font-weight:500;color:#20033C;font-family:"Euclid Circular A Regular", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#20033C;font-family:"Euclid Circular A Regular", Sans-serif;color:#FFFFFF;border-radius:50px 50px 50px 50px;padding:15px 25px 15px 25px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#883FFF;color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#20033C;font-family:"Euclid Circular A Regular", Sans-serif;}.elementor-kit-7 h1{color:#20033C;font-family:"Euclid Circular A Regular", Sans-serif;}.elementor-kit-7 h2{color:#20033C;font-family:"Euclid Circular A Regular", Sans-serif;}.elementor-kit-7 h3{color:#20033C;font-family:"Euclid Circular A Regular", Sans-serif;}.elementor-kit-7 h4{color:#20033C;font-family:"Euclid Circular A Regular", Sans-serif;}.elementor-kit-7 h5{color:#20033C;font-family:"Euclid Circular A Regular", Sans-serif;}.elementor-kit-7 h6{color:#20033C;font-family:"Euclid Circular A Regular", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.elementor-lightbox{background-color:#000000FA;--lightbox-ui-color:var( --e-global-color-c788782 );--lightbox-header-icons-size:0px;}@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 */.glassellect {

    background-color: rgba(236, 234, 234, 0.75) !important;
    /* box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, 0.15); */
    backdrop-filter: blur(5px) !important;
    border-radius: 14px !important;
}

.blur-reveal {
    filter: blur(7px) !important;
    opacity: 0.2 !important;
    transition: filter 1s ease-out, opacity 1s ease-out !important;
}

.blur-reveal.active {
    filter: blur(0) !important;
    opacity: 1 !important;
}

.etheme-image-comparison {
    border-radius: 35px !important;
}

.glass-refraction {
    position: relative;
    border-radius: 50px;

    /* более стабильный нейтральный tint */
    background: rgba(240, 240, 240, 0.48);

    /* убираем brightness(1.15) — именно он даёт белый всплеск */
    backdrop-filter: blur(6px) saturate(110%);
    -webkit-backdrop-filter: blur(6px) saturate(110%);

    overflow: hidden;
}

/* внутренняя мягкая подсветка */
.glass-refraction::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    /* делаем подсветку менее белой */
    box-shadow:
        inset 0 0 18px rgba(255,255,255,0.12),
        inset 0 0 36px rgba(255,255,255,0.08),
        inset 0 0 3px  rgba(255,255,255,0.25);

    pointer-events: none;
}

/* Внешняя “ореольная” кайма */
.glass-refraction::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;

    background: radial-gradient(
        circle at top left,
        rgba(255,255,255,0.38),
        rgba(255,255,255,0.0) 60%
    );

    filter: blur(18px);
    opacity: 0.38;
    pointer-events: none;
}

/* Основной стиль стекла */
.et-mobile-panel-wrapper {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-radius: 50px !important;
    margin-bottom: 22px !important;
    width: 90% !important;
    box-shadow: none !important;

    /* стекло */
    background: rgba(240, 240, 240, 0.52) !important;
    backdrop-filter: blur(6px) saturate(110%) !important;
    -webkit-backdrop-filter: blur(6px) saturate(110%) !important;
    overflow: hidden !important;
    z-index: 999999 !important;
}

/* внутренняя подсветка */
.et-mobile-panel-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow:
        inset 0 0 18px rgba(255,255,255,0.12),
        inset 0 0 36px rgba(255,255,255,0.08),
        inset 0 0 3px rgba(255,255,255,0.25);
}

/* внешняя кайма */
.et-mobile-panel-wrapper::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;

    background: radial-gradient(
        circle at top left,
        rgba(255,255,255,0.38),
        rgba(255,255,255,0) 60%
    );

    filter: blur(18px);
    opacity: 0.38;
    pointer-events: none;
}

/* Обёртка — обычная, НЕ размытая */
.glass-refraction-fix {
    position: relative;
    border-radius: 50px;
    overflow: visible !important; /* важно */
}

/* Псевдоэлемент — делает размытое стекло */
.glass-refraction-fix::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    backdrop-filter: blur(6px) saturate(110%);
    -webkit-backdrop-filter: blur(6px) saturate(110%);

    background: rgba(240,240,240,0.52);

    /* подсветка по краям */
    box-shadow:
        inset 0 0 18px rgba(255,255,255,0.12),
        inset 0 0 36px rgba(255,255,255,0.08),
        inset 0 0 3px rgba(255,255,255,0.25);

    z-index: 0; /* стекло под контентом */
    pointer-events: none;
}

/* Контент внутри — над стеклом */
.glass-refraction-fix > * {
    position: relative;
    z-index: 2;
}

.et-mobile-panel-wrapper, .et_b_mobile-panel {
    z-index: 1 !important;
}/* End custom CSS */