.elementor-432 .elementor-element.elementor-element-ebb9118{--display:flex;}/* Start custom CSS *//* Operator Training as Service */
.operator-training-service {
    padding: 0;
    background: #fff;
}

/* Full Hero Section */
.service-hero-full {
    background: 
        linear-gradient(135deg, rgba(1, 63, 141, 0.95) 0%, rgba(0, 34, 102, 0.5) 100%),
        url('/wp-content/uploads/2025/11/bg_obuchenie.png') center/cover fixed no-repeat;
    color: white;
    padding: 100px 40px;
    border-radius: 0;
    margin: 0;
    text-align: center;
    border-radius: 30px;
}

.service-hero-content-full {
    max-width: 1000px;
    margin: 0 auto;
}

.service-hero-content-full h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.service-subtitle {
    font-size: 1.5rem;
    opacity: 0.9;
    margin-bottom: 60px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.service-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.service-feature-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 25px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.service-feature-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.service-feature-card h3 {
    font-size: 1.375rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: white !important;
}

.service-feature-card p {
    opacity: 0.9;
    line-height: 1.5;
    margin: 0;
    font-size: 1rem;
}

.hero-actions-full {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.service-button-full {
    background: #E30613;
    color: white;
    border: none;
    padding: 20px 50px;
    font-size: 1.375rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(227, 6, 19, 0.3);
}

.service-button-full:hover {
    background: #c10511;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(227, 6, 19, 0.4);
}

.hero-note {
    opacity: 0.8;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Service Advantages */
.service-advantages {
    padding: 80px 20px;
    background: #fff;
}

.service-advantages h2 {
    color: #013F8D;
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 700;
}

.advantages-subtitle {
    color: #666;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 60px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.advantage-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.advantage-number {
    background: #E30613;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
    flex-shrink: 0;
}

.advantage-content h3 {
    color: #013F8D;
    font-size: 1.375rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.advantage-content p {
    color: #333;
    line-height: 1.6;
    margin: 0;
    font-size: 1.125rem;
}

/* Training Program */
.training-program {
    padding: 80px 40px;
    background: linear-gradient(135deg, #f8fafc 0%, #e9ecef 100%);
    border-radius: 0;
    max-width: 100%;
    margin: 0;
}

.program-header {
    text-align: center;
    margin-bottom: 60px;
}

.program-header h2 {
    color: #013F8D;
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.program-header p {
    color: #666;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0;
}

.program-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.program-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.step-visual {
    flex-shrink: 0;
}

.step-icon {
    font-size: 2.5rem;
    width: 70px;
    height: 70px;
    background: #013F8D;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-content h3 {
    color: #013F8D;
    font-size: 1.375rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.step-content p {
    color: #333;
    line-height: 1.6;
    margin: 0;
    font-size: 1.125rem;
}

/* Service Packages */
.service-packages {
    padding: 80px 20px;
    background: #fff;
}

.service-packages h2 {
    color: #013F8D;
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 700;
}

.packages-subtitle {
    color: #666;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 60px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.package-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #f0f0f0;
    text-align: center;
    transition: all 0.3s ease;
}

.package-card.featured {
    border-color: #E30613;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(227, 6, 19, 0.15);
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.package-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.package-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.package-header h3 {
    color: #013F8D;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
}

.package-features li {
    color: #333;
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    font-size: 1.125rem;
}

.package-features li::before {
    content: '✓';
    color: #E30613;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.package-note {
    color: #666;
    font-size: 0.875rem;
    font-style: italic;
}

.package-button {
    background: #013F8D;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 1.125rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.package-button:hover {
    background: #026;
    transform: translateY(-2px);
}

/* Service Process */
.service-process {
    padding: 80px 20px;
    background: #fff;
}

.service-process h2 {
    color: #013F8D;
    text-align: center;
    margin-bottom: 60px;
    font-size: 2.5rem;
    font-weight: 700;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-item {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.process-number {
    background: #E30613;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 auto 20px auto;
}

.process-content h3 {
    color: #013F8D;
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.process-content p {
    color: #333;
    line-height: 1.5;
    margin: 0;
    font-size: 1rem;
}

/* Service CTA */
.service-cta {
    background: 
        linear-gradient(135deg, rgba(1, 63, 141, 0.95) 0%, rgba(0, 34, 102, 0.5) 100%),
        url('/wp-content/uploads/2025/11/bg_obuchenie.png') center/cover fixed no-repeat;
    color: white;
    padding: 80px 40px;
    border-radius: 0;
    margin: 0;
    text-align: center;
    border-radius: 30px;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-description {
    font-size: 1.375rem;
    opacity: 0.9;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 500;
}

.cta-features {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.125rem;
}

.feature-check {
    color: #E30613;
    font-weight: bold;
    font-size: 1.2rem;
}

.cta-button {
    background: #E30613;
    color: white;
    border: none;
    padding: 18px 50px;
    font-size: 1.25rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(227, 6, 19, 0.3);
    margin-bottom: 15px;
}

.cta-button:hover {
    background: #c10511;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(227, 6, 19, 0.4);
}

.cta-note {
    font-size: 0.875rem;
    opacity: 0.8;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .service-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    .program-steps {
        grid-template-columns: 1fr;
    }
    
    .packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .package-card.featured {
        grid-column: 1 / -1;
        transform: scale(1);
    }
    
    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-hero-full {
        padding: 60px 20px;
    }
    
    .service-hero-content-full h1 {
        font-size: 2.2rem;
    }
    
    .service-subtitle {
        font-size: 1.25rem;
    }
    
    .service-features-grid {
        grid-template-columns: 1fr;
    }
    
    .service-advantages,
    .training-program,
    .service-packages,
    .service-process,
    .service-cta {
        padding: 60px 20px;
    }
    
    .service-advantages h2,
    .program-header h2,
    .service-packages h2,
    .service-process h2 {
        font-size: 2rem;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .cta-description {
        font-size: 1.25rem;
    }
    
    .service-button-full,
    .cta-button {
        padding: 15px 40px;
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .service-hero-full {
        padding: 40px 15px;
    }
    
    .service-hero-content-full h1 {
        font-size: 1.8rem;
    }
    
    .service-subtitle {
        font-size: 1.125rem;
    }
    
    .service-advantages,
    .training-program,
    .service-packages,
    .service-process,
    .service-cta {
        padding: 40px 15px;
    }
    
    .service-advantages h2,
    .program-header h2,
    .service-packages h2,
    .service-process h2 {
        font-size: 1.75rem;
    }
    
    .advantage-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .program-step {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .package-card {
        padding: 30px 20px;
    }
    
    .cta-content h2 {
        font-size: 1.75rem;
    }
    
    .cta-description {
        font-size: 1.125rem;
    }
}/* End custom CSS */