#long {
    overflow: hidden;
}

.long_head {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.long_title {
    text-transform: uppercase;
    max-width: 740px;
    text-align: center;
    margin: 0 auto;
}

.long_title span {
    color: var(--red-70);
}

body.dark .long_title span {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

.long_content {
    padding-bottom: 90px;
}

.long_content_head {
    padding: 64px 84px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.long_content_head::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-image: url(../assets/long.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

body.dark .long_content_head::before {
    opacity: 0.1;
}

.long_content_title {
    text-transform: uppercase;
    text-shadow: 0px 4px 4px #00000059;
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.long_content_title span {
    color: var(--red-70);
}

body.dark .long_content_title span {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

.long_row {
    display: flex;
    gap: 40px;
    width: fit-content;
    margin: 45px auto 112px;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    padding: 5px;
}

.row_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md);
    z-index: 1;
    padding-top: 32px;
}

.row_text {
    max-width: 424px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
}

.row_text .likeh3 {
    text-transform: uppercase;
    color: var(--red-70);
}

body.dark .row_text .likeh3 {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

.row_button {
    width: 308px;
    height: 52px;
}

.row_video {
    max-width: 720px;
    position: relative;
}

.angle {
    position: absolute;
}

.angle_white {
    display: block;
}

.angle_dark {
    display: none;
}

body.dark .angle_white {
    display: none;
}

body.dark .angle_dark {
    display: block;
}

.angle_lt {
    top: -100px;
    left: -160px;
}

.angle_rt {
    top: -100px;
    right: -151px;
}

.angle_rb {
    bottom: -99px;
    right: -151px;
}

.angle_lb {
    bottom: -99px;
    left: -160px;
}

@media (max-width: 1440px) {
    .long_row {
        margin: 45px auto 63px;
    }

    .long_content {
        padding-bottom: 170px;
    }

    .long_content_head {
        background-size: cover;
    }
}

@media (max-width: 1220px) {

    .long_content_head::before {
        background-size: cover;
    }

    .table_pattern {
        display: none;
    }

    .long_row {
        flex-direction: column-reverse;
        padding: 7px 32px 12px;
        margin: 35px auto 24px;
    }

    .row_video {
        height: 324px;
    }

    .long_row_center {
        flex-direction: column;
    }

    .row_text {
        max-width: 720px;
    }

    .angle_lt {
        top: -108px;
        left: -160px;
    }

    .angle_rt {
        top: -108px;
        right: -151px;
    }

    .angle_rb {
        bottom: -87px;
        right: -151px;
    }

    .angle_lb {
        bottom: -87px;
        left: -160px;
    }

    .row_video video {
        height: 324px;
        object-fit: cover;
        object-position: right;
    }
}

@media (max-width: 900px) {
    .long_head {
        padding: 80px 25px;
    }

    .long_content_head {
        padding: 36px 32px 5px;
    }
}

@media (max-width: 599px) {

    .long_content {
        padding: 40px 0 128px;
    }

    .long_head {
        padding: 62px 16px;
        gap: 24px;
    }

    .long_content {
        padding: 40px 0;
    }

    .long_content_head {
        padding: 36px 16px 5px;
    }

    .row_text .likeh3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -0.01em;
        text-align: center;
    }

    .long_row {
        padding: 7px 16px 12px;
        margin: 35px auto 24px;
    }

    .row_text {
        gap: 8px;
    }

    .row_block {
        gap: 24px;
    }

    .row_video {
        height: fit-content;
    }

    .angle_lt {
        top: -70px;
        left: -103px;
    }

    .angle_rt {
        top: -70px;
        right: -101px;
    }

    .angle_rb {
        bottom: -65px;
        right: -101px;
    }

    .angle_lb {
        bottom: -65px;
        left: -103px;
    }

    .row_button {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 490px) {
    .row_video video {
        height: 250px;
    }
}

@media (max-width: 416px) {
    .row_video video {
        height: 190px;
    }
}