.elementor-375 .elementor-element.elementor-element-5bda743{--display:flex;}/* Start custom CSS *//* Hero Section Styles */
.hero-selection {
    background: 
        linear-gradient(135deg, rgba(1, 63, 141, 0.9) 0%, rgba(0, 34, 102, 0.5) 100%),
        url('/wp-content/uploads/2025/11/bg_ceh.png') center/cover no-repeat fixed;
    color: white;
    padding: 100px 0;
    border-radius: 20px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.hero-description {
    font-size: 1.25rem;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.hero-button {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid white;
    padding: 15px 40px;
    font-size: 1.125rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}

.hero-button:hover {
    background: white;
    color: #013F8D;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Main Content Styles */
.equipment-selection {
    padding: 0 0 60px 0;
    background: #fff;
}

.selection-content {
    margin-top: 0;
}

/* Advantages Section */
.advantages-section {
    margin-bottom: 80px;
}

.advantages-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.advantages-section .section-header h2 {
    color: #013F8D;
    font-size: 2.25rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.advantages-section .section-subtitle {
    font-size: 1.25rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(1, 63, 141, 0.1);
}

.advantage-icon-wrapper {
    margin-bottom: 25px;
}

.advantage-icon {
    font-size: 3.5rem;
    background: linear-gradient(135deg, #013F8D, #026);
    border-radius: 16px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.advantage-content h3 {
    color: #013F8D;
    font-size: 1.375rem;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.advantage-content p {
    color: #333;
    line-height: 1.6;
    margin: 0;
    font-size: 1.125rem;
}

/* Process Section */
.process-section,
.results-section {
    margin-bottom: 80px;
}

.process-section h2,
.results-section h2 {
    color: #013F8D;
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
}

.process-steps {
    max-width: 800px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 25px;
}

.step-number {
    background: #E30613;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h3 {
    color: #013F8D;
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.step-content p {
    color: #333;
    line-height: 1.6;
    margin: 0;
    font-size: 1.125rem;
}

/* Results Section */
.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.result-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.checkmark {
    color: #013F8D;
    font-size: 1.5rem;
    font-weight: bold;
    flex-shrink: 0;
}

.result-text strong {
    color: #013F8D;
    display: block;
    margin-bottom: 5px;
    font-size: 1.125rem;
}

.result-text p {
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-size: 1.125rem;
}

/* CTA Section */
.cta-section {
    background: 
        linear-gradient(135deg, rgba(1, 63, 141, 0.9) 0%, rgba(0, 34, 102, 0.5) 100%),
        url('/wp-content/uploads/2025/11/bg_ceh.png') center/cover no-repeat fixed;
    color: white;
    padding: 60px 0;
    text-align: center;
    border-radius: 12px;
    position: relative;
}

.cta-content h2 {
    color: white;
    margin-bottom: 15px;
    font-size: 2rem;
    position: relative;
    z-index: 2;
}

.cta-content p {
    margin-bottom: 25px;
    font-size: 1.125rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.cta-button {
    background: white;
    color: #013F8D;
    border: none;
    padding: 15px 40px;
    font-size: 1.125rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.cta-button:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.cta-note {
    margin-top: 15px;
    font-size: 0.9rem;
    opacity: 0.8;
    position: relative;
    z-index: 2;
}

/* Адаптивность */
@media (max-width: 768px) {
    .hero-selection {
        padding: 60px 0;
        border-radius: 15px;
        margin-bottom: 40px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1.125rem;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .advantage-card {
        padding: 30px 20px;
    }
    
    .advantage-icon {
        font-size: 3rem;
        width: 70px;
        height: 70px;
    }
    
    .advantages-section .section-header h2 {
        font-size: 1.875rem;
    }
    
    .process-step {
        flex-direction: column;
        text-align: center;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-content {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .hero-selection {
        padding: 40px 0;
        border-radius: 10px;
    }
    
    .hero-content h1 {
        font-size: 1.75rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .advantages-section .section-header h2 {
        font-size: 1.625rem;
    }
    
    .advantages-section .section-subtitle {
        font-size: 1.125rem;
    }
    
    .hero-button,
    .cta-button {
        padding: 12px 30px;
        font-size: 1rem;
    }
}/* End custom CSS */