.elementor-kit-131{--e-global-color-primary:#E22026;--e-global-color-secondary:#191919;--e-global-color-text:#000000;--e-global-color-accent:#E22026;--e-global-color-b765d1d:#131313;--e-global-typography-primary-font-family:"PT Sans Narrow";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"PT Sans Narrow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"PT Sans Narrow";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"PT Sans Narrow";--e-global-typography-accent-font-weight:500;--e-global-typography-f513bc2-font-family:"PT Sans Narrow";--e-global-typography-f513bc2-font-size:50px;--e-global-typography-f513bc2-font-weight:500;--e-global-typography-f513bc2-font-style:normal;--e-global-typography-f513bc2-line-height:1.2rem;color:var( --e-global-color-secondary );font-size:18px;}.elementor-kit-131 e-page-transition{background-color:#FFBC7D;}.elementor-kit-131 a{color:var( --e-global-color-primary );}.elementor-kit-131 h1{font-family:"PT Sans Narrow", Sans-serif;font-size:3.5rem;font-weight:600;}.elementor-kit-131 h2{color:var( --e-global-color-secondary );font-family:"PT Sans Narrow", Sans-serif;font-size:50px;line-height:1.2em;}.elementor-kit-131 h3{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1230px;}.e-con{--container-max-width:1230px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-131{font-size:16px;}.elementor-kit-131 h1{font-size:40px;}.elementor-kit-131 h2{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Консервативные hover-эффекты */
.advantage-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.advantage-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #cbd5e0;
}

.value-item {
    transition: transform 0.2s ease;
    position: relative;
}

.value-item:hover {
    transform: translateX(5px);
}

.value-item::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #3182ce;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.value-item:hover::before {
    opacity: 1;
}/* End custom CSS */