.elementor-1726 .elementor-element.elementor-element-0da374a{--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-1726 .elementor-element.elementor-element-0da374a:not(.elementor-motion-effects-element-type-background), .elementor-1726 .elementor-element.elementor-element-0da374a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #61CE70 0%, #1E3A22 100%);}.elementor-1726 .elementor-element.elementor-element-7ba0325{--display:flex;}.elementor-1726 .elementor-element.elementor-element-98bc12f{--display:flex;--border-radius:15px 15px 15px 15px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-1726 .elementor-element.elementor-element-98bc12f:not(.elementor-motion-effects-element-type-background), .elementor-1726 .elementor-element.elementor-element-98bc12f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1726 .elementor-element.elementor-element-92bd6e1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1726 .elementor-element.elementor-element-9d934db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1726 .elementor-element.elementor-element-d89ecb9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1726 .elementor-element.elementor-element-55ade88{--divider-border-style:solid;--divider-color:#DDDDDF;--divider-border-width:1px;margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 25px) 0px;}.elementor-1726 .elementor-element.elementor-element-55ade88 .elementor-divider-separator{width:100%;}.elementor-1726 .elementor-element.elementor-element-55ade88 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-1726 .elementor-element.elementor-element-727b900{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1726 .elementor-element.elementor-element-9d934db{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-8a9b990 *//* ---------- Базовые стили ---------- */

.avenom-landing {
    max-width: 880px;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    box-sizing: border-box;
}

h1, h2 {
    margin-bottom: 15px;
    color: #1b6f3a;
    word-break: break-word;
}

p {
    margin-bottom: 15px;
}

/* ---------- HERO БЛОК ---------- */

.hero {
    background: #e7f4e9;
    border-left: 6px solid #1b6f3a;
    padding: 35px 40px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.hero-content ul {
    margin: 15px 0 20px;
    padding-left: 18px;
}

.hero-content ul li {
    margin-bottom: 6px;
}

.hero-btn {
    display: inline-block;
    background: #1b6f3a;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
}

/* ---------- Блоки ---------- */

.block {
    margin-bottom: 45px;
    box-sizing: border-box;
}

.checklist li {
    margin-bottom: 8px;
    list-style: none;
    padding-left: 22px;
    position: relative;
}

.checklist li::before {
    content: "✔";
    color: #1b6f3a;
    position: absolute;
    left: 0;
    top: 0;
}

.plus-list li {
    margin-bottom: 10px;
}

.dot-list li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
}

.risk-list li {
    margin-bottom: 10px;
}

.highlight-box {
    background: #e8f8ed;
    border: 1px solid #1b6f3a;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.footer-cta {
    margin: 60px 0;
    text-align: center;
}

.footer-cta .hero-btn {
    margin-top: 15px;
}

/* ---------- АДАПТИВ ---------- */

@media (max-width: 768px) {

    .avenom-landing {
        padding: 15px;
    }

    .hero {
        padding: 25px 20px;
        border-left-width: 4px;
    }

    h1 {
        font-size: 26px;
        line-height: 1.25;
    }

    h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    p, li {
        font-size: 15px;
        line-height: 1.55;
    }

    .highlight-box {
        padding: 15px;
    }

    .hero-content ul {
        padding-left: 16px;
    }

    .checklist li,
    .dot-list li,
    .risk-list li {
        padding-left: 20px;
    }
}

@media (max-width: 480px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    .hero {
        padding: 20px 15px;
    }

    .avenom-landing {
        padding: 10px;
    }

    .hero-btn {
        width: 100%;
        text-align: center;
        padding: 14px;
        font-size: 16px;
    }

    .highlight-box {
        padding: 12px;
    }

    p, li {
        font-size: 14px;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9d934db */.avenom-landing {
    max-width: 880px;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
}

h1, h2 {
    margin-bottom: 15px;
    color: #1b6f3a;
}

p {
    margin-bottom: 15px;
}

.hero {
    background: #e7f4e9;
    border-left: 6px solid #1b6f3a;
    padding: 35px 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.hero-content ul {
    margin: 15px 0 20px;
    padding-left: 18px;
}

.hero-content ul li {
    margin-bottom: 6px;
}

.hero-btn {
    display: inline-block;
    background: #1b6f3a;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
}

.block {
    margin-bottom: 45px;
}

.checklist li {
    margin-bottom: 8px;
    list-style: none;
    padding-left: 22px;
    position: relative;
}

.checklist li::before {
    content: "✔";
    color: #1b6f3a;
    position: absolute;
    left: 0;
    top: 0;
}

.plus-list li {
    margin-bottom: 10px;
}

.dot-list li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
}

.risk-list li {
    margin-bottom: 10px;
}

.highlight-box {
    background: #e8f8ed;
    border: 1px solid #1b6f3a;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.small-btn {
    display: inline-block;
    margin-top: 10px;
    background: #1b6f3a;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
}

.footer-cta {
    margin: 60px 0;
    text-align: center;
}

.footer-cta .hero-btn {
    margin-top: 15px;
}/* End custom CSS */