.elementor-kit-1398{--e-global-color-primary:#0F172A;--e-global-color-secondary:#1E293B;--e-global-color-text:#F8FAFC;--e-global-color-accent:#38BDF8;--e-global-color-fa8ba81:#20717A;--e-global-color-74c1442:#F75823;--e-global-color-c6922f0:#3C87A2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1398 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* Vector Postavki Custom Styles */
.vector-hero-section {
    background: linear-gradient(135deg, #111827 0%, #003366 100%);
    position: relative;
    overflow: hidden;
}

.vector-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.vector-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.vector-icon-circle {
    width: 60px;
    height: 60px;
    background: rgba(0,51,102,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vector-timeline-step {
    position: relative;
    margin-bottom: 40px;
}

.vector-timeline-step:not(:last-child):after {
    content: '';
    position: absolute;
    left: 50%;
    top: 80px;
    bottom: -40px;
    width: 2px;
    background: #e2e8f0;
    transform: translateX(-50%);
}

.vector-step-number {
    width: 60px;
    height: 60px;
    background: #003366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(0,51,102,0.3);
}

/* Адаптивность */
@media (max-width: 768px) {
    .vector-timeline-step:not(:last-child):after {
        display: none;
    }
    
    .vector-step-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-widget.animated {
    animation: fadeInUp 0.6s ease-out;
}/* End custom CSS */