
.review {
    width: 100%;
    padding: 60px 0px
}
.keys__subtitle {
    display: flex;
    align-items: center;
}

.keys__subtitle h2 {
    margin: 0;
}

.lightning {
    width: 36px;
    height: 36px;
    align-self: center;
}

.review__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.splide__pagination {
    display: none !important;
}

.review__body-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.review__avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #4A5FE6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}


.review__body-title img {
    width: 30px;
    height: 30px
}

.review__body-title span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2c2c2c
}

.review__body-span {
    font-size: 56px;
    font-weight: 600;
    line-height: 58.8px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000
}

.review__body-span span {
    color: #4A5FE6;
}

.review__body .splide {
    margin: 20px 90px 0;
}

.review__body .splide .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review-slider .splide__list {
    max-width: 1240px;
}

.review__body .splide .splide__arrow {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid #2c2c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.review__body .splide .splide__arrow svg {
    fill: none;
    width: 20px;
    height: 15px
}

.review__body .splide .splide__arrow:hover {
    opacity: 1
}

.review__body .splide .splide__arrow--next {
    right: -90px
}

.review__body .splide .splide__arrow--prev {
    left: -90px
}

.review__body-slide {
     max-width: 540px !important;
    border: 1px solid var(--grey-40, rgba(179, 179, 179, 0.4));
    background: rgba(255, 255, 255, .9);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    /* margin-right: 20px !important; */
    padding: 24px 24px 48px;
}

.review__body-slide-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.review__body-slide-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.review__body-slide-top-info img {
    width: 86px;
    height: 86px;
    border-radius: 50px;
}

.review__custom-arrows {
    /*display: flex;*/
    gap: 45px;
    display: none;
}

.review__header-wrapper__block {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.review__body-slide-top-info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.review__body-slide-top-info-text span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2c2c2c
}

.review__body-slide-top-info-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c;
    margin: 0;
}

.review__body-slide-top-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.review__body-slide-top-rating span {
    font-size: 20px;
    font-weight: 600;
    line-height: 27.98px;
    text-align: center;
    color: #2c2c2c
}

.review__body-slide-top-rating-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.review__body-slide-top-rating-items img {
    width: 11px;
    height: 11px
}

.review__body-slide-bot {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c
}

@media (max-width: 1440px) {
    .review {
        width: 100%;
        padding: 60px 0px
    }

    .review__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .review__body-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px
    }

    .review__body-title img {
        width: 30px;
        height: 30px
    }

    .review__body-title span {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #2c2c2c
    }

    .review__body-span {
        font-size: 56px;
        font-weight: 600;
        line-height: 58.8px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #000
    }

    .review__body .splide {
        margin: 20px 90px 0;
    }

    .review__body .splide .splide__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .review__body .splide .splide__arrow {
        width: 60px;
        height: 60px;
        background: rgba(0, 0, 0, 0);
        border-radius: 50%;
        border: 2px solid #2c2c2c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: .5;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .review__body .splide .splide__arrow svg {
        fill: none;
        width: 20px;
        height: 15px
    }

    .review__body .splide .splide__arrow:hover {
        opacity: 1
    }

    .review__body .splide .splide__arrow--next {
        right: -90px
    }

    .review__body .splide .splide__arrow--prev {
        left: -90px
    }

    .review__body-slide {
        /* width: 540px !important; */
        border: 1px solid var(--grey-40, rgba(179, 179, 179, 0.4));
        background: rgba(255, 255, 255, .2);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 50px;
        /* margin-right: 20px !important; */
        padding: 24px 24px 48px;
    }

    .review__body-slide-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .review__body-slide-top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px
    }

    .review__body-slide-top-info img {
        width: 86px;
        height: 86px
    }

    .review__body-slide-top-info-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }

    .review__body-slide-top-info-text span {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #2c2c2c
    }

    .review__body-slide-top-info-text p {
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c
    }

    .review__body-slide-top-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px
    }

    .review__body-slide-top-rating span {
        font-size: 20px;
        font-weight: 600;
        line-height: 27.98px;
        text-align: center;
        color: #2c2c2c
    }

    .review__body-slide-top-rating-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px
    }

    .review__body-slide-top-rating-items img {
        width: 11px;
        height: 11px
    }

    .review__body-slide-bot {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c
    }
}


@media (max-width: 640px) {
    .review {
        width: 100%;
        padding: 60px 0px
    }

    .review__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .review__body-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px
    }

    .keys__subtitle h2 {
        font-size: 22px;
    }

    .review__body-title img {
        width: 15px;
        height: 15px
    }

    .review__body-title span {
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        text-align: left;
        color: #2c2c2c
    }

    .review__body-span {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #000
    }

    .review__body .splide {
        width: 100%;
        margin: 20px 90px 0;
    }

    .review__body .splide .splide__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: none;
    }

    .review__body .splide .splide__arrow {
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0);
        border-radius: 50%;
        border: 2px solid #2c2c2c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: .5;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .review__body .splide .splide__arrow svg {
        fill: none;
        width: 20px;
        height: 15px
    }

    .review__body .splide .splide__arrow:hover {
        opacity: 1
    }

    .review__body .splide .splide__arrow--next {
        right: -40px
    }

    .review__body .splide .splide__arrow--prev {
        left: -40px
    }

    .review__body-slide {
        border: 1px solid var(--grey-40, rgba(179, 179, 179, 0.4));
        background: rgba(255, 255, 255, 1);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 36px 24px;
    }

    .review__body-slide-top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        display: flex;
        width: 100%
    }

    .review__body-slide-top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
        flex-direction: column;
    }

    .review__body-slide-top-info img {
        width: 48px;
        height: 48px
    }

    .review__body-slide-top-info-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
        align-items: center;
    }

    .review__body-slide-top-info-text span {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        text-align: center;
        color: #2c2c2c
    }

    .review__body-slide-top-info-text p {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c
    }

    .review__body-slide-top-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px
    }

    .review__body-slide-top-rating span {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        text-align: center;
        color: #2c2c2c
    }

    .review__body-slide-top-rating-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px
    }

    .review__body-slide-top-rating-items img {
        width: 11px;
        height: 11px
    }

    .review__body-slide-bot {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #2c2c2c
    }
}