  .wp-video-section {
        padding-bottom: 50px;
    }
      .wp-page-h2 {
        font-size: 28px;
        font-weight: 400;
        text-transform: uppercase;
        color: rgb(43, 65, 157, 1);
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
    }

     .h2tu {
        margin-top: 30px;
    }

    .wp-default-text {
        font-size: 20px;
        line-height: 1.6;
        color: #2F3E46;
        text-align: left;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .wp-default-text:last-of-type {
        margin-bottom: 0;
    }

     .wp-default-text a {
        color: #2B419D;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 2px solid rgba(43, 65, 157, 0.2);
        transition: border-color 0.3s ease;
    }

    .wp-default-text a:hover {
        border-color: #2B419D;
    }

     .wp-video-container {
        position: relative;
        width: 100%;
        height: 550px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 40px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.12);
        background: #1a1a2e;
    }

    .wp-video-player {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

     .wp-video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        pointer-events: none;
        z-index: 1;
        transition: background 0.5s ease;
    }

 .wp-video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #ffffff;
    width: 90%;
    max-width: 800px;
    pointer-events: none;
     opacity: 0.6;
    transition: opacity 0.5s ease;
}

.wp-video-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

.wp-video-content p {
    font-size: 20px;
    line-height: 1.7;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

 .wp-video-container:hover .wp-video-content {
    opacity: 1;
}
     .wp-video-content .wp-animate-fade-up {
        opacity: 0;
        transform: translateY(30px);
        animation: wp-fadeInUp 0.8s ease forwards;
    }

    .wp-video-content .wp-delay-1 { animation-delay: 0.2s; }
    .wp-video-content .wp-delay-2 { animation-delay: 0.4s; }
    .wp-video-content .wp-delay-3 { animation-delay: 0.6s; }

    /* Для мобильных устройств */
    @media (max-width: 768px) {
        .wp-video-container {
            height: 350px;
            margin-bottom: 30px;
        }
        
        .wp-video-content h2 {
            font-size: 28px;
        }
        
        .wp-video-content p {
            font-size: 16px;
        }

        .wp-page-h2 {
            font-size: 28px;
        }

        .wp-default-text {
            font-size: 18px;
        }
    }

    @media (max-width: 480px) {
        .wp-video-container {
            height: 250px;
            margin-bottom: 20px;
            border-radius: 8px;
        }
        
        .wp-video-content h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        
        .wp-video-content p {
            font-size: 14px;
        }

        .wp-page-h2 {
            font-size: 24px;
        }

        .wp-page-h2::after {
            width: 40px;
            bottom: -8px;
        }

        .wp-default-text {
            font-size: 16px;
        }

        .h2tu {
            margin-top: 30px;
        }
    }

    @media (min-width: 1400px) {
        .wp-video-container {
            height: 420px;
        }
    }

     .wp-section-mt {
        overflow: hidden;
    }

    .wp-grid {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
        font-family: 'Jost Medium', 'Arial', sans-serif;
    }

     @keyframes wp-fadeInUp {
        from { opacity: 0; transform: translateY(50px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .wp-animate-fade-up {
        opacity: 0;
        transform: translateY(50px);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .wp-visible {
        opacity: 1 !important;
        transform: translateY(0) translateX(0) scale(1) !important;
    }

    .wp-delay-1 { transition-delay: 0.1s; }
    .wp-delay-2 { transition-delay: 0.2s; }
    .wp-delay-3 { transition-delay: 0.3s; }
	
	.wp-video-content h2.wp-animate-fade-up {
    opacity: 0.5;
    text-shadow: 0 2px 30px rgba(0,0,0,0.3);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-video-content h2.wp-animate-fade-up.wp-visible {
    opacity: 1;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
	
	 .wp-ordered-list {
    list-style: none;
    counter-reset: list-counter;
    padding: 0;
    margin: 30px 0 20px 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.wp-ordered-list li {
    font-family: 'Jost Light', 'Arial', sans-serif;
    position: relative;
    padding: 18px 20px 18px 70px;
    font-size: 20px;
    line-height: 1.6;
    color: #2F3E46;
    background: #f8faff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    counter-increment: list-counter;
}

.wp-ordered-list li::before {
    content: counter(list-counter);
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgb(43, 65, 157, 0.1);
    color: rgb(43, 65, 157, 1);;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wp-ordered-list li:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(43, 65, 157, 0.12);
}

 @media (max-width: 768px) {
    .wp-ordered-list li {
        padding: 16px 16px 16px 60px;
        font-size: 16px;
    }

    .wp-ordered-list li::before {
        width: 32px;
        height: 32px;
        font-size: 14px;
        left: 14px;
    }
}

@media (max-width: 480px) {
    .wp-ordered-list li {
        padding: 14px 14px 14px 50px;
        font-size: 15px;
        margin-bottom: 12px;
    }

    .wp-ordered-list li::before {
        width: 28px;
        height: 28px;
        font-size: 12px;
        left: 12px;
    }
}

/*--------------*/
 .breadcrumbs-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 4px;
    padding: 10px 0 8px 0;
    margin-bottom: 20px;
    font-size: 14px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.breadcrumbs-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    animation: breadcrumbFadeIn 0.3s ease forwards;
    opacity: 0;
}

.breadcrumb-item:nth-child(1) { animation-delay: 0.05s; }
.breadcrumb-item:nth-child(2) { animation-delay: 0.10s; }
.breadcrumb-item:nth-child(3) { animation-delay: 0.15s; }
.breadcrumb-item:nth-child(4) { animation-delay: 0.20s; }
 
@keyframes breadcrumbFadeIn {
    from {
        opacity: 0;
        transform: translateX(-6px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.breadcrumb-link {
    color: #a7a9be;
    text-decoration: none;
    padding: 4px 4px;
    border-radius: 6px;
    transition: all 0.25s ease;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.breadcrumb-link:hover {
    color: rgb(43, 65, 157, 1);
    background: #FFFFFF;
    text-decoration: none;
}

.breadcrumb-current {
    color: #ffffff;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(255, 137, 6, 0.12);
    font-size: 13px;
    letter-spacing: 0.2px;
}

.breadcrumb-separator {
    color: #2a2a4a;
    font-size: 14px;
    font-weight: 300;
    padding: 0 2px;
    user-select: none;
}

.breadcrumb-home-icon {
    font-size: 16px;
    line-height: 1;
    margin-right: 2px;
}

/* Индикатор глубины */
.breadcrumb-depth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 12px;
    padding: 3px 12px 3px 10px;
    background: rgba(255, 137, 6, 0.08);
    border-radius: 20px;
    font-size: 11px;
    color: #ff8906;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: 1px solid rgba(255, 137, 6, 0.15);
    white-space: nowrap;
}

.breadcrumb-depth span {
    font-size: 14px;
}

/* АДАПТИВНОСТЬ */
@media (max-width: 768px) {
    .breadcrumbs {
        font-size: 12px;
        padding: 8px 0 6px 0;
    }
    .breadcrumb-link,
    .breadcrumb-current {
        font-size: 11px;
        padding: 3px 6px;
    }
    .breadcrumb-separator {
        font-size: 12px;
        padding: 0 1px;
    }
    .breadcrumb-depth {
        font-size: 10px;
        padding: 2px 10px 2px 8px;
        margin-left: 8px;
    }
    .breadcrumb-home-icon {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .breadcrumbs {
        gap: 4px 2px;
        padding: 6px 0 4px 0;
    }
    .breadcrumb-link,
    .breadcrumb-current {
        font-size: 10px;
        padding: 2px 5px;
        border-radius: 4px;
    }
    .breadcrumb-separator {
        font-size: 10px;
        padding: 0 1px;
    }
    .breadcrumb-depth {
        font-size: 9px;
        padding: 2px 8px 2px 6px;
        margin-left: 6px;
    }
}