.ezsd-reviews-section {
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    background: #F1F5FF;
    justify-items:center;
}

.ezsd-reviews-stats {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.ezsd-reviews-stat {
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    padding: 10px 15px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    width: 300px;
}

.ezsd-reviews-stat-title {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 6px;
    text-align: left;
    display: flex;
}

.ezsd-reviews-icon {
    font-size: 21px;
    margin-left: 6px;
    margin-right:8px;
    margin-top: -2px;

}
.ezsd-reviews-icon img{
    width: 20px;


}

.ezsd-reviews-stat-count {
    font-size: 14px;
    color: #8c8b8b;
    text-align: left;
    font-weight: 500;
}

.ezsd-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(500px,1fr));
    gap: 32px 40px;
}

.ezsd-reviews-card {
    display: flex;
    gap: 18px;
    padding: 22px;
    background: #fafafa;
    border-radius: 14px;
    transition: box-shadow .3s;
}

.ezsd-reviews-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,.09);
}

.ezsd-reviews-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #e0e0e0;
}

.ezsd-reviews-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ezsd-reviews-name {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.ezsd-reviews-badge {
    font-size: 13px;
    color: #777;
    margin: 4px 0 7px;
}

.ezsd-reviews-rating {
    color: #ffb400;
    font-size: 19px;
    margin-bottom: 9px;
}

.ezsd-reviews-date {
    font-size: 14px;
    color: #999;
    margin-left: 12px;
}

.ezsd-reviews-text {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
}

@media (max-width: 860px) {
    .ezsd-reviews-grid {
        grid-template-columns:1fr;
    }
}
.proc-ot {
    color: #00A85D;
}

.otziv-cont {
    max-width: 1200px;

}