.elementor-4591 .elementor-element.elementor-element-ec1805a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4591 .elementor-element.elementor-element-ec1805a:not(.elementor-motion-effects-element-type-background), .elementor-4591 .elementor-element.elementor-element-ec1805a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#060607;}.elementor-4591 .elementor-element.elementor-element-c92c90e{margin:-9px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c92c90e */.gp-footer {
    width: 100%;
    background: transparent;
    color: #cfcfe3;
    padding: 80px 0 30px;
    position: relative;
}

/* top neon line */
.gp-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(123, 92, 255, 0.9), transparent);
}

.gp-footer-inner {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

/* GRID */
.gp-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 2fr;
    gap: 60px;
}

/* headings */
.gp-footer h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: .5px;
}

/* logo */
.gp-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.gp-footer-logo img {
    height: 34px;
    width: auto;
}

/* description */
.gp-footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #9b9bb3;
    max-width: 260px;
    margin-bottom: 22px;
}

/* social */
.gp-footer-social {
    display: flex;
    gap: 12px;
}

.gp-footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f0f14;
    border-radius: 10px;
    color: #9b9bb3;
    transition: .25s;
    text-decoration: none;
}

.gp-footer-social a:hover {
    background: #7b5cff;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(123, 92, 255, .45);
}

/* lists */
.gp-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gp-footer ul li {
    margin-bottom: 12px;
    line-height: 1.45;
}

.gp-footer ul a {
    display: block;
    text-decoration: none;
    color: #9b9bb3;
    font-size: 14px;
    transition: .25s;
}

.gp-footer ul a:hover {
    color: #fff;
}

/* --- СТИЛИ ДЛЯ ФОРМЫ MAILPOET (GHOST PRODUCTION PRO) --- */
.gp-subscribe {
    margin-bottom: 20px;
}

/* Обнуляем внутренние отступы MailPoet для выравнивания по левому краю */
.gp-subscribe .mailpoet_form,
.gp-subscribe form {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.gp-subscribe .mailpoet_paragraph {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
}

.gp-subscribe .mailpoet_paragraph:first-child {
    flex: 1;
}

.gp-subscribe input.mailpoet_text {
    background: #0f0f14 !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    color: #fff !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
}

.gp-subscribe input.mailpoet_submit {
    background: #7b5cff !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: 0.25s !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    font-family: inherit;
}

.gp-subscribe input.mailpoet_submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(123, 92, 255, 0.35) !important;
}

.gp-subscribe .mailpoet_message {
    margin-top: 10px;
    font-size: 13px;
    color: #8a8aa3;
}
/* -------------------------------------------------------- */

/* payments */
.gp-payments {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.gp-payments span {
    background: #0f0f14;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    color: #b9b9d6;
}

.gp-payments-title {
    font-size: 12px;
    color: #8a8aa3;
    margin-top: 14px;
    margin-bottom: 10px;
    letter-spacing: .3px;
}

/* bottom */
.gp-footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: #8a8aa3;
}

.gp-footer-legal a {
    color: #9b9bb3;
    text-decoration: none;
    margin-left: 15px;
    transition: .25s;
}

.gp-footer-legal a:hover {
    color: #fff;
}

/* tablet */
@media (max-width: 900px) {
    .gp-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

/* mobile */
@media (max-width: 600px) {
    .gp-footer-grid {
        grid-template-columns: 1fr;
    }
    .gp-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ec1805a */.footer-glow{
position:relative;
overflow:hidden;
}

.footer-glow:before{

content:"";

position:absolute;

left:50%;
top:-200px;

transform:translateX(-50%);

width:1200px;
height:480px;

background:radial-gradient(
ellipse at center,
rgba(83,72,228,0.28),
transparent 70%
);

filter:blur(90px);

pointer-events:none;

z-index:0;

}/* End custom CSS */
/* Start custom CSS */.elementor-4591 .elementor-widget-heading sup{
    top:-12px;
    letter-spacing:-0.1px;
    text-transform:uppercase;
    text-decoration:underline;
}/* End custom CSS */