#white {
    width: 100%;
    max-width: 1467px;
    margin: 0 auto;
    height: 100%;
    min-height: 765px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background-color: white;
}

@media (max-width: 950px) {
    #white {
        align-items: flex-start;
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 726px) {
    #white {
        align-items: flex-start;
        gap: 30px;
    }
}

@media (max-width: 550px) {
    #white {
        min-height: unset;
    }
}

.sider {
    width: 100%;
    max-width: 1467px;
    margin: 0 auto;
    height: 100%;
    min-height: 765px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-color: black;
}

@media (max-width: 950px) {
    .sider {
        align-items: flex-start;
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 726px) {
    .sider {
        align-items: flex-start;
        gap: 30px;
    }
}

@media (max-width: 550px) {
    .sider {
        min-height: unset;
    }
}

.background {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    height: 62vh;
    min-height: 800px;
    width: auto;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s, z-index .3s;
}

@media (max-width:1269px) {
    .background {
        min-height: 406px;
        height: 50.7vw;
    }
}

@media (max-width: 550px) {
    .background {
        position: relative;
        /* height: 23vh; */
        min-height: unset;
    }
}

.current {
    transition: opacity .5s, z-index .5s;
    opacity: 1;
}

.background video,
.background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

#white .nav_block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding-bottom: 6px;
    position: relative;
    justify-content: center;
    gap: 40px;
    z-index: 3;
    padding-top: 10px;
    max-width: fit-content;
    margin: 0px auto;
    padding-bottom: unset;
}

@media (max-width: 726px) {
    #white .nav_block {
        flex-direction: column;
        left: -11.2432%;
        position: relative;
        border-left: 2px solid #717171;
        border-bottom: unset;
        /* border-color: hsla(0, 0%, 100%, .1); */
        padding-left: 22px;
        margin: unset;
    }
}

#white .info_block h2 {
    color: #8c8c8c;
    line-height: 26px;
    font-size: 19px;
    font-family: "Gotham", Sans-serif;
    font-weight: 400;
    transition: color .3s ease-in;
    cursor: pointer;
    margin: unset;
    padding: 0px 32px;
    padding-bottom: 16px;
    line-height: 27px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 600px) {
    #white .info_block h2 {
        padding: unset;
        font-size: 16px;
        white-space: normal;
    }
}

#white .top_line {
    position: absolute;
    top: 51px;
    left: 0;
    height: 4px;
    background-color: #1047ea;
    transform: translateX(0);
    transition: transform .45s ease, width .45s ease;
    /* will-change: transform, width;
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 2px !important;
    background-color: #1047ea;
    will-change: transform, width;
    pointer-events: none;
    transition: transform .45s ease, width .45s ease, top .3s ease, height .3s ease;*/
}

@media (max-width: 726px) {
    #white .top_line {
        /* top: 0px;
        left: -24px;
        height: 40px;
        width: 2px !important;
        transition: top .3s ease, height .3s ease; */

        position: absolute;
        left: -2px !important;
        width: 2px;
        background-color: #1047ea;
        /* или нужный цвет */
        transform: none !important;
    }
}

.active_h2_white {
    color: #111111 !important;
}

.active_h2 {
    color: #8c8c8c !important;
}


.top_line {
    /* position: absolute;
    top: 42px; */
    /* оставляем вашу вертикальную позицию */
    /* left: 0; */
    /* базовая точка для transform */
    /* height: 2px;
    background-color: #dbad76;
    transform: translateX(0);
    transition: transform .45s ease, width .45s ease; */
    /* плавный переход */
    /* will-change: transform, width;
    pointer-events: none; */

    position: absolute;
    left: 0;
    background-color: #dbad76;
    /* или #dbad76, выбери один цвет */
    will-change: transform, width;
    pointer-events: none;
    transition: transform .45s ease, width .45s ease, top .3s ease, height .3s ease;
}

@media (max-width: 726px) {
    .top_line {
        left: -2px;
        /* где тебе нужно */
        width: 2px !important;
        transform: none;
        /* на мобиле не используем translateX */
    }
}

.nav_block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .1);
    padding-bottom: 6px;
    position: relative;
    justify-content: center;
    gap: 40px;
    z-index: 3;
    padding-top: 10px;
}

@media (max-width: 726px) {
    .nav_block {
        flex-direction: column;
        left: unset !important;
        position: relative;
        border-left: 2px solid rgba(0, 0, 0, .1);
        border-bottom: unset;
        border-color: hsla(0, 0%, 100%, .1);
        padding-left: 22px;
        margin: unset;
    }
}


.info_block h2 {
    color: #8c8c8c;
    line-height: 26px;
    font-size: 18px;
    font-family: "SFProDisplay-Bold", Sans-serif;
    font-weight: 500;
    transition: color .3s ease-in;
    cursor: pointer;
}

.text_block {
    display: flex;
    position: relative;
    width: 100%;
    max-width: unset;
    justify-content: center;
}

@media (max-width: 550px) {
    .text_block {
        height: 100%;
        min-height: 80px;
    }
}

.text {
    color: #111111;
    line-height: 1.5;
    text-align: center;
    font-family: "Gotham", Sans-serif;
    font-size: 19px;
    opacity: 0;
    visibility: hidden;
    transition: .2s display, .6s opacity, .6s visibility;
    position: relative;
    top: 0%;
    font-weight: 400;
    display: none;
    line-height: 24px;
    letter-spacing: 1px;
}

@media (max-width: 726px) {
    .text {
        text-align: left;
        font-size: 18px;
    }
}

#white .text {
    color: #111111;
}

.text_active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.container_content {
    width: 100%;
    /* max-width: 1215px; */
    min-width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

@media (max-width: 726px) {
    .container_content {
        width: 100%;
        flex-direction: column-reverse;
        gap: 40px;
        padding-bottom: 50px;
        align-items: flex-start;
        padding-bottom: 20px;
    }
}

/* vertical_sider */
.vertical_sider {
    width: 100%;
    max-width: 1467px;
    margin: 0 auto;
    height: 100%;
    min-height: 832px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: black;
}

@media (max-width: 950px) {
    .vertical_sider {
        align-items: flex-start;
        flex-direction: column;
        gap: 50px;
        padding-bottom: unset;
        background-color: unset;
        min-height: unset;
    }
}

/* @media (max-width: 550px) {
    .vertical_sider {
        min-height: unset;
    }
} */

.video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5, z-index .5s;
}

@media (max-width: 950px) {
    .video-background {
        position: relative;
        height: 50vh;
    }
}

@media (max-width: 550px) {
    .video-background {
        position: relative;
        height: 50vw;
    }
}

.current {
    transition: opacity .5s, z-index .5s;
    opacity: 1;
}

.video-background video,
.video-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
}

.nav_block_slider {
    width: 348px;
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 2px solid rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .1);
    padding-left: 22px;
    left: 6.7568%;
    position: relative;
    justify-content: center;
    gap: 40px;
    z-index: 3;
}

@media (max-width: 950px) {
    .nav_block_slider {
        border-color: rgba(0, 0, 0, .1) !important
    }
}

@media (max-width: 550px) {
    .nav_block_slider {
        margin-bottom: 55px;
        padding-right: 3px;
        width: fit-content;
    }
}

.info h2 {
    color: #8c8c8c;
    line-height: 26px;
    font-size: 18px;
    font-family: "SFProDisplay-Bold", Sans-serif;
    font-weight: 500;
    transition: color .15s ease-in;
    cursor: pointer;
}

.info p {
    color: #bababa;
    line-height: 21px;
    padding-top: 4px;
    font-family: "SFProDisplay-Bold", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    transition: height .15s linear, padding-top .15s linear;
    height: 0;
    padding-top: 0;
    opacity: 1;
    cursor: pointer;
}

.top {
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    transition: top .3s ease, height .3s ease;
    height: 93px !important;
    background-color: #dbad76;
}

.active_h2 {
    color: white !important;
}

/* 
 */

.active_p {
    height: 63px !important;
    padding-top: 4px !important;
}