.reviews__block {
    max-width: 768px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e3e3e8;

    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 rgb(0 0 0 / .05);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);

    overflow: hidden;

    padding: 48px;
    margin-left: auto;
    margin-right: auto;
}

.reviews__swiper-wrapper {
    margin-bottom: 24px;
}

.reviews-slide__decor {
    height: 32px;
    width: 32px;
    margin-bottom: 16px;
}

.reviews-slide__text {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-style: italic;
    margin-bottom: 24px;
}

.reviews-slide__author {
    margin-bottom: 30px;
}

.reviews-slide__author > p strong {
    color: #333333;
    font-weight: 700;
    line-height: 130%;
}

.reviews-slide__author > p {
    color: #666666;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 130%;
}

.reviews-slide__logo img {
    display: block;
    max-width: 175px;
    height: auto;
}

.reviews__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews__nav {
    background: #ffffff;
    border: 1px solid #e3e3e8;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.reviews__nav > svg {
    display: block;
}

.reviews__nav:hover {
    background: #ccccdb80;
}

.reviews__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: fit-content;
}
.reviews__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
    background: #666;
}
.reviews__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #ed731d;
}


.reviews__block-top{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 16px;
}
img.reviews__block-top__photo{
    object-fit: cover;
    border: 2px solid #ed731d4d;
    border-radius: 50%;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}
.reviews__block-top__info>p{
    margin-bottom: 0;
}
.reviews__block-top__info>p strong{
    font-weight: 700;
    color: #333333;
}
.reviews__block-top__info>p,
.reviews__block-top__info>p strong{
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 767.98px) {
    .reviews__block {
        padding: 32px;
        max-width: 100%;
    }

}