.elementor-1541 .elementor-element.elementor-element-e1fa993{--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:-42px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1541 .elementor-element.elementor-element-bc98263{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:1;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1541 .elementor-element.elementor-element-bc98263:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-bc98263 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://xn----itbwgih.xn--p1ai/wp-content/uploads/2025/06/25916-1-scaled.jpg");}.elementor-1541 .elementor-element.elementor-element-bc98263::before, .elementor-1541 .elementor-element.elementor-element-bc98263 > .elementor-background-video-container::before, .elementor-1541 .elementor-element.elementor-element-bc98263 > .e-con-inner > .elementor-background-video-container::before, .elementor-1541 .elementor-element.elementor-element-bc98263 > .elementor-background-slideshow::before, .elementor-1541 .elementor-element.elementor-element-bc98263 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1541 .elementor-element.elementor-element-bc98263 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#3BBB6F;--background-overlay:'';}.elementor-1541 .elementor-element.elementor-element-1caafb6{--display:flex;--margin-top:-18px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1541 .elementor-element.elementor-element-6920a24{--display:flex;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1541 .elementor-element.elementor-element-086dab5{font-family:"Montserrat", Sans-serif;font-weight:600;color:#000000;}.elementor-1541 .elementor-element.elementor-element-086dab5 a{color:#000000;}.elementor-1541 .elementor-element.elementor-element-a327d64{--display:flex;}@media(max-width:767px){.elementor-1541 .elementor-element.elementor-element-1caafb6{--margin-top:-12px;--margin-bottom:-19px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1541 .elementor-element.elementor-element-7b14003 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-7b14003{z-index:1;}}@media(min-width:768px){.elementor-1541 .elementor-element.elementor-element-bc98263{--content-width:1400px;}.elementor-1541 .elementor-element.elementor-element-6920a24{--content-width:1367px;}}@media(min-width:1025px){.elementor-1541 .elementor-element.elementor-element-bc98263:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-bc98263 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for container, class: .elementor-element-a327d64 *//* Стили из примера */
.insurance-article {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}
.insurance-article h1 {
    color: #2a2a2a;
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 20px;
}
.insurance-article h2 {
    color: #3BBB6F;
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #3BBB6F;
    padding-bottom: 10px;
}
.insurance-article h3 {
    color: #2a2a2a;
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
}
.highlight-box {
    background: #f0f9f4;
    border-left: 4px solid #3BBB6F;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
}
.warning-box {
    background: #fff5f5;
    border-left: 4px solid #e74c3c;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
}
.stat-number {
    color: #3BBB6F;
    font-size: 2.5em;
    font-weight: bold;
    display: block;
}
.cta-button {
    background: #3BBB6F;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    transition: all 0.3s;
}
.cta-button:hover {
    background: #2fa55f;
    transform: translateY(-2px);
}
.scheme-list {
    background: #fafafa;
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
}
.scheme-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.scheme-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3BBB6F;
}
.tip-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
}
/* Мобильная адаптация */
@media (max-width: 768px) {
    .insurance-article {
        padding: 15px;
    }
    
    .insurance-article h1 {
        font-size: 1.8em;
        margin-bottom: 15px;
    }
    
    .insurance-article h2 {
        font-size: 1.4em;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .stat-number {
        font-size: 2em;
    }
    
    .highlight-box,
    .warning-box,
    .scheme-list {
        padding: 15px;
        margin: 20px 0;
    }
}/* End custom CSS */