.reviews-banner__wrapper {
    display: flex;
    height: 100vh;
    align-items: center;
}

.reviews-banner__wrapper__sharpness_background {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100vh;
    width: 100vw;
}
.reviews-banner__wrapper__sharpness_background img{
    width: 100vw;
}


.reviews-banner__wrapper__sharpness_background img{
    position: absolute;
    top: 0;
    object-fit: contain;
    height: 100vh;
}

.reviews-banner__wrapper__left-side {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.reviews-banner__wrapper__right-side {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_menu_reviews {
    position: absolute;
    top: 0;
    left: 0;
}

.reviews-banner__object__characters-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 700px;
}

.characters-containers__left-bottom_item {
    width: 350px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.characters-containers__left-bottom_item img {
    z-index: -2;
    width: 100%;
    animation-name: characters-containers__left-bottom_item_anim;
    animation-duration: 2s;
}
.review-hidden{
    display: none;
}
.pointer{
    cursor: pointer;
}

@keyframes characters-containers__left-bottom_item_anim {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.characters-containers__right-top_item {
    width: 350px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.characters-containers__right-top_item img {
    z-index: -2;
    width: 80%;
    animation-name: characters-containers__right-top_item_anim;
    animation-duration: 2s;
}

@keyframes characters-containers__right-top_item_anim {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reviews-banner-card {
    width: 350px;
    height: 450px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(131.59deg, #252525 2.06%, #131313 78.77%), #D9D9D9;
    animation-name: reviews-banner-card_anim;
    animation-duration: 2s;
}

@keyframes reviews-banner-card_anim {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reviews-banner-card .mini-k-image {
    position: absolute;
    top: 0;
    right: 0;
}

.reviews-banner-card .mini-o-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.reviews-banner-card__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 25px;
}

.content__stars {
    display: flex;
    width: 120px;
    justify-content: space-between;
    align-items: center;
}

.content__stars img {
    width: 20px;
    height: 20px;
}

.content__stars img:nth-child(1) {
    animation-name: start-1;
    animation-duration: 0.5s;
}

.content__stars img:nth-child(2) {
    animation-name: start-2;
    animation-duration: 0.8s;
}

.content__stars img:nth-child(3) {
    animation-name: start-3;
    animation-duration: 1.1s;
}

.content__stars img:nth-child(4) {
    animation-name: start-4;
    animation-duration: 1.4s;
}

.content__stars img:nth-child(5) {
    animation-name: start-5;
    animation-duration: 1.7s;
}



@keyframes start-1 {
    from {opacity: 0; transform: scale(0)}
    to {opacity: 1; transform: scale(1)}
}

@keyframes start-2 {
    from {opacity: 0; transform: scale(0)}
    to {opacity: 1; transform: scale(1)}
}

@keyframes start-3 {
    from {opacity: 0; transform: scale(0)}
    to {opacity: 1; transform: scale(1)}
}

@keyframes start-4 {
    from {opacity: 0; transform: scale(0)}
    to {opacity: 1; transform: scale(1)}
}

@keyframes start-5 {
    from {opacity: 0; transform: scale(0)}
    to {opacity: 1; transform: scale(1)}
}

.content__header div:nth-child(1) {
    transition: .2s;
    width: 116px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
    animation-name: header_first_anim;
    animation-duration: 1.6s;
}

.content__header div:nth-child(2) {
    transition: .2s;
    height: 10px;
    width: 150px;
    border-radius: 5px;
    background: #fff;
    animation-name: header_second_anim;
    animation-duration: 2s;
}

@keyframes header_first_anim {
    from {width: 10px;}
    to {width: 116px;}
}

@keyframes header_second_anim {
    from {width: 10px;}
    to {width: 150px;}
}

#bottom__container {
    display: flex;
    align-items: center;
}

#bottom__container div:nth-child(1) {
    width: 50px;
    height: 7px;
    border-radius: 10px;
    background: #575757;
    margin-bottom: 10px;
    animation-name: subheader-animation-first;
    animation-duration: 1.5s;
    margin-right: 5px;
}

@keyframes subheader-animation-first {
from {width: 10px;}
to {width: 50px;}
}

#bottom__container div:nth-child(2) {
    width: 76px;
    height: 7px;
    border-radius: 10px;
    background: #575757;
    margin-bottom: 10px;
    animation-name: subheader-animation-second;
    animation-duration: 1s;
}

@keyframes subheader-animation-second {
    from {width: 10px;}
    to {width: 76px;}
}

#subheader__container div {
    height: 7px;
    border-radius: 10px;
    background: #575757;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .reviews-banner__object__characters-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 400px;
        width: 500px;
    }

    .characters-containers__left-bottom_item {
        width: 250px;
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .characters-containers__right-top_item {
        width: 250px;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .reviews-banner-card {
        width: 250px;
        height: 320px;
        position: absolute;
        z-index: -1;
        background: linear-gradient(131.59deg, #252525 2.06%, #131313 78.77%), #D9D9D9;
        animation-name: reviews-banner-card_anim;
        animation-duration: 2s;
    }


    .content__header div:nth-child(1) {
        transition: .2s;
        width: 100px;
        height: 7px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 10px;
        animation-name: header_first_anim;
        animation-duration: 1.6s;
    }

    .content__header div:nth-child(2) {
        transition: .2s;
        height: 7px;
        width: 130px;
        border-radius: 5px;
        background: #fff;
        animation-name: header_second_anim;
        animation-duration: 2s;
    }

    @keyframes header_first_anim {
        from {width: 10px;}
        to {width: 100px;}
    }

    @keyframes header_second_anim {
        from {width: 10px;}
        to {width: 130px;}
    }

    #subheader__container div {
        height: 5px;
        border-radius: 4px;
        background: #575757;
        margin-bottom: 7px;
    }

    #bottom__container div:nth-child(1) {
        width: 40px;
        height: 5px;
        border-radius: 10px;
        background: #575757;
        margin-bottom: 10px;
        animation-name: subheader-animation-first;
        animation-duration: 1.5s;
        margin-right: 5px;
    }

    @keyframes subheader-animation-first {
        from {width: 10px;}
        to {width: 40px;}
    }

    #bottom__container div:nth-child(2) {
        width: 60px;
        height: 5px;
        border-radius: 10px;
        background: #575757;
        margin-bottom: 10px;
        animation-name: subheader-animation-second;
        animation-duration: 1s;
    }

    @keyframes subheader-animation-second {
        from {width: 10px;}
        to {width: 60px;}
    }

    .reviews-banner-card .mini-k-image {
        width: 80px;
    }

    .reviews-banner-card .mini-o-image {
        width: 100px;
    }
}

@media screen and (max-width: 950px) {
    .reviews-banner__wrapper {
        display: flex;
        height: 100vh;
        flex-direction: column;
        align-items: center;
    }

    .reviews-banner__wrapper__sharpness_background {
        position: absolute;
        top: 0;
        z-index: 0;
        height: 100vh;
        width: 100vw;
    }

    .reviews-banner__wrapper__sharpness_background img{
        position: absolute;
        top: 0;
        object-fit: contain;
        height: 100vh;
    }

    .reviews-banner__wrapper__left-side {
        order: 2;
        width: 100vw;
        height: 45vh;
        box-sizing: border-box;
        padding-left: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .reviews-banner__wrapper__right-side {
        order: -1;
        width: 100vw;
        height: 55vh;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}

@media screen and (max-width: 560px) {
    .reviews-banner-card__content {
        padding: 10px
    }

    .content__stars {
        width: 90px;
    }

    .content__stars img{
        width: 12px;
        height: 12px;
    }

    .reviews-banner__object__characters-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 300px;
        width: 300px;
    }

    .characters-containers__left-bottom_item {
        width: 150px;
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .characters-containers__right-top_item {
        width: 150px;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .reviews-banner-card {
        width: 150px;
        height: 200px;
        position: absolute;
        z-index: -1;
        background: linear-gradient(131.59deg, #252525 2.06%, #131313 78.77%), #D9D9D9;
        animation-name: reviews-banner-card_anim;
        animation-duration: 2s;
    }


    .content__header div:nth-child(1) {
        transition: .2s;
        width: 50px;
        height: 5px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 5px;
        animation-name: header_first_anim;
        animation-duration: 1.6s;
    }

    .content__header div:nth-child(2) {
        transition: .2s;
        height: 5px;
        width: 80px;
        border-radius: 5px;
        background: #fff;
        animation-name: header_second_anim;
        animation-duration: 2s;
    }

    @keyframes header_first_anim {
        from {width: 10px;}
        to {width: 50px;}
    }

    @keyframes header_second_anim {
        from {width: 10px;}
        to {width: 80px;}
    }

    #subheader__container div {
        height: 2px;
        border-radius: 4px;
        background: #575757;
        margin-bottom: 5px;
    }

    #bottom__container div:nth-child(1) {
        width: 30px;
        height: 2px;
        border-radius: 10px;
        background: #575757;
        margin-bottom: 5px;
        animation-name: subheader-animation-first;
        animation-duration: 1.5s;
        margin-right: 5px;
    }

    @keyframes subheader-animation-first {
        from {width: 10px;}
        to {width: 30px;}
    }

    #bottom__container div:nth-child(2) {
        width: 50px;
        height: 2px;
        border-radius: 10px;
        background: #575757;
        margin-bottom: 5px;
        animation-name: subheader-animation-second;
        animation-duration: 1s;
    }

    @keyframes subheader-animation-second {
        from {width: 10px;}
        to {width: 50px;}
    }

    .reviews-banner-card .mini-k-image {
        width: 30px;
    }

    .reviews-banner-card .mini-o-image {
        width: 60px;
    }

    .reviews-banner__wrapper {
        display: flex;
        height: 100vh;
        flex-direction: column;
        align-items: center;
    }

    .reviews-banner__wrapper__sharpness_background {
        position: absolute;
        top: 0;
        z-index: 0;
        height: 100vh;
        width: 100vw;
    }

    .reviews-banner__wrapper__sharpness_background img{
        position: absolute;
        top: 0;
        object-fit: contain;
        height: 100vh;
    }

    .reviews-banner__wrapper__left-side {
        order: 2;
        width: 100vw;
        height: 50vh;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .reviews-banner__wrapper__right-side {
        order: -1;
        width: 100vw;
        height: 50vh;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}

.reviews-list__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#reviews-list {
    margin-bottom: 100px;
}

.review-container {
    margin-top: 20px;
    position: relative;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: linear-gradient(131.59deg, #252525 2.06%, #131313 78.77%), #C4C4C4;
}

.mini-noize-backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.review-container__content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-container__stars {
    display: flex;
    width: 110px;
    justify-content: space-between;
    align-items: center;
}

.review-container__stars img{
    width: 18px;
    height: 18px;
}

.review-container__created-at {
    position: absolute;
    top: 25px;
    right: 25px;
}

.review-container__content__person {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.review-container__content__person h2 {
    margin: 0;
    margin-right: 10px;
}

.review-container__content__review-text {
    margin-top: 20px;
}


