:root {
    --review-padding: 0 50px;
    --review-width: 100%
}


.block__review {
    background-color: #eafae3;
    width: var(--review-width);
    padding: var(--review-padding);
    display: flex;
    justify-content: space-between;
}

.customer__reviews {
    display: flex;
    width: 40%;
    padding: 50px 0;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.why__info {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;

}

.reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    background: #fff;
    flex-direction: column;
    border-radius: 10px;
    margin: 0 0 50px;
}

.reviews span {
    font-size: 102px;
    color: #3d4151;
    line-height: 1;
}

.starrating > label::before {
    content: "\f005";
    margin: 2px;
    font-size: 14px;
    font-family: FontAwesome, serif;
}

.reviews__img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.reviews__img img {
    width: 15%;
    height: auto;
    border-radius: 1rem;
}

.review__customer__block {
    padding: 50px 0;
    width: 60%;
    justify-content: center;
}

.reviews__massage {
    padding: 20px 20px 10px;
    background: #fff;
    margin: 0 0 20px;
    border-radius: 16px;
}

.starsIn .starrating > label::before {
    font-size: 14px;
}


.who__review span {
    font-size: 16px;
    font-weight: bold;
}

.bought__text{
    padding: 10px 0;
}
.img__for_review img{
    width:12%;
    height: auto;
    border-radius: 15px;
}
.setUp__whoReview{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.setUp__whoReview img{
    width: 20px;
    height: 15px;
}
.advice__review {
    width: 80%;
    margin: 0 auto;
}
.advice__review img {
    max-width: 100%;
    border-radius: 10px;
}
.block__withText h1 {
    text-align: center;
}
.block__withText span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.container{
    flex-direction: column;
}
.slider-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.advice__review {
    width: 80%;
    margin: 0 auto;
}

.slider-button {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
}
.starsInside .starrating > label::before{
    font-size: 50px;
}
.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}

.slider-container {
    position: relative;
    background-color: #fff;
    height: auto;

}

.slider-container {

}
.slick-slide {
    padding: 10px;
    text-decoration: none;
    color: inherit;
    outline: none;
}

.slick-slide .price{
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    display: flex;
    justify-content: start;
}

.slick-slide .span {
    text-align: left;
    margin: 0 0 10px;
    color: #444;
    display: block;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.slick-slide a:hover {
    box-shadow: 0 4px 20px rgba(77, 54, 116, .15);
    transition: all .3s ease-out;
}

.slick-slide .product-item-pi a {
    border: black;
}

.slick-slide .product-item-pi a {
    display: block;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    transition: all .3s ease-out;
    color: inherit;
    text-decoration: none;
}

.slick-slide a:hover {
    box-shadow: 0 4px 20px rgba(77,54,116,.15);
}


.block__withText span{
    font-size: 24px;
    text-align: center;
}

@media (max-width: 770px) {
    .product__img img {
        width: 11%;
    }
    .slick-list {
        height: auto;
    }
    .block__review{
        display: block;
    }
    .customer__reviews, .review__customer__block {
        width: 100%;
    }
    .reviews__img{

        justify-content: space-between;
        margin: 0 auto 20px;
        max-height: calc(100vw - 10px);
        overflow: hidden;

    }
    .reviews__img img {
        width: 30%;
    }
}

