.cave {
    overflow: hidden;
}

#review {
    position: relative;
}

.review {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.review::before {
    content: '';
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/green_smoke.png) bottom / cover no-repeat;
    pointer-events: none;
}

.review::after {
    content: '';
    position: absolute;
    bottom: -135px;
    left: -195px;
    width: 120%;
    height: 120%;
    background: url(../assets/big_frame.png) bottom / cover no-repeat;
    pointer-events: none;
    z-index: 1;
}

.review_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 55px 0 0;
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
}

.orc {
    max-width: 660px;
    height: 830px;
    padding-right: 80px;
    position: relative;
}

.orc::after {
    content: '';
    position: absolute;
    background: url(../assets/emblema.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    top: -50px;
    left: 50px;
    width: 80%;
    height: 70%;
    pointer-events: none;
    z-index: -1;
    will-change: transform;
    transform: translateY(var(--orc-shift, 0px));
}

.review_stata_dva {
    display: flex;
    padding: 28px;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    border-radius: 12px;
    border: 3px solid #15555f;
    background: linear-gradient(180deg, #00d9e905 0%, #00919b05 100%);
    box-shadow: 0 0 12px 0 #3596ac66 inset;
    width: 348px;
    height: fit-content;
    position: absolute;
    right: -425px;
    top: 140px;
    opacity: 0;
    transform: translateX(40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}

.dva_point {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.dva_point_up {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: normal;
}

.dva_point_bottom {
    position: relative;
    width: 100%;
}

.dva_point_line {
    width: 100%;
    height: 6px;
    border-radius: 100px;
    background: #1F303D;
}

.dva_point_current {
    border-radius: 100px;
    background: linear-gradient(180deg, #00D9E9 0%, #00919B 100%), #33FFA7;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.5s ease;
}

.dva_point_current.animate {
    transform: scaleX(1);
}

.current_line_1 {
    width: 70%;
}

.current_line_2 {
    width: 80%;
}

.current_line_3 {
    width: 100%;
}

.current_line_4 {
    width: 40%;
}

.current_line_5 {
    width: 100%;
}

.current_line_6 {
    width: 40%;
}

.review_stata_raz {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: fit-content;
    min-width: 189px;
    position: absolute;
    left: -275px;
    top: 157px;
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}

.raz_point {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.raz_point_name {
    font-family: 'Inter Medium';
    font-size: 16px;
    line-height: 100%;
}

.raz_point_what {
    color: #00D9E9;
    font-family: 'Inter Medium';
    font-size: 32px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 16px;
}

#review.show .review_stata_raz,
#review.show .review_stata_dva {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}

@media (max-width: 1600px) {
    .review_content {
        padding: 36px 0 0;
    }

    .orc {
        max-width: 620px;
        height: 760px;
        padding-right: 40px;
    }

    .review_stata_raz {
        left: -235px;
        top: 140px;
    }

    .review_stata_dva {
        width: 305px;
        right: -347px;
        top: 120px;
    }

    .review::after {
        bottom: -150px;
        left: -220px;
        width: 130%;
        height: 100%;
    }
}

@media (max-width: 1400px) {
    .review_content {
        padding: 62px 0 0;
    }

    .orc {
        max-width: 508px;
        height: 583px;
        padding-right: 70px;
    }

    .raz_point_name {
        font-size: 12px;
        line-height: 100%;
    }

    .raz_point_what {
        font-size: 24px;
        line-height: 120%;
        gap: 12px;
    }

    .raz_point_what svg {
        height: 28px;
    }

    .review_stata_raz {
        left: -166px;
        top: 140px;
        gap: 21px;
    }

    .review_stata_dva {
        width: 227px;
        right: -226px;
        top: 126px;
        padding: 24px;
        gap: 9px;
        border-radius: 12px;
        border: 2px solid #15555f;
    }

    .dva_point_current {
        height: 4.5px;
    }

    .dva_point_line {
        height: 4.5px;
    }

    .dva_point_up {
        font-size: 12px;
        line-height: normal;
    }

    .dva_point_up span:nth-child(2) {
        font-size: 9.75px;
        line-height: normal;
    }

    .raz_point_what img {
        width: 58px;
    }

    .review::before {
        bottom: 0;
    }

    .review::after {
        bottom: -80px;
        left: 50%;
        width: 130%;
        height: 100%;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 1000px) {

    .raz_point_what {
        font-size: 20px;
        line-height: 120%;
    }

    .review_stata_raz,
    .review_stata_dva {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        z-index: 2;
    }

    .orc {
        top: 53px;
        right: -112px;
        position: absolute;
        max-width: 334px;
        height: 440px;
        padding-right: 0;
        pointer-events: none;
    }

    .review_content {
        padding: 60px 24px 230px;
        flex-direction: column;
        max-width: 100%;
        gap: 64px;
    }

    .review_stata_raz {
        gap: 24px;
    }

    .review_stata_dva {
        width: 100%;
        border: 3px solid #15555f;
        padding: 21px;
        gap: 23px;
        background: #141C22;
        border-radius: 12px;
        box-shadow: 0 0 12px 0 rgba(53, 150, 172, 0.40) inset;
    }

    .dva_point_up {
        font-size: 16px;
        line-height: normal;
    }

    .dva_point_up span:nth-child(2) {
        font-size: 13px;
        line-height: normal;
    }

    .dva_point_line,
    .dva_point_current {
        height: 6px;
    }

    .orc::before {
        z-index: 1;
        bottom: 0;
        left: 0;
        content: '';
        position: absolute;
        pointer-events: none;
        width: 100%;
        height: 158px;
        background: linear-gradient(180deg, rgba(20, 28, 34, 0.00) 0%, #141C22 100%), linear-gradient(180deg, rgba(20, 28, 34, 0.00) 0%, #141C22 100%);
    }

    .review::before {
        display: none;
    }

    .review::after {
        bottom: -60px;
        width: 100%;
        height: 100%;
        transform: translate(-50%, 0);
    }
}