#reviews_content {
    display: block;
}
.reviews-block-container {
    margin: 0px 0px 30px 0px;
}
.reviews-post-table {
    font-size: 12px;
    /*border-bottom: 1px solid #f0f0f0;*/
    width: 100%;
    margin: 0px 0px 13px;
    border: 3px solid #f5f5f5;
}
.reviews-block-inner .reviews-post-table thead td {
    padding-top: 17px;
}
.reviews-block-inner .reviews-post-table td {
    /*background: #f5f5f5;*/
    background: #ffffff;
    padding: 0px 25px;
}
.reviews-post-table thead td {
    color: #222;
    font-size: 14px;
}
.reviews-post-table thead td .message-post-date {
    line-height: 14px;
    padding-left: 11px;
    font-size: 13px;
    color: #777777;
    margin-left: 0px;
    display: inline-block;
}

.reviews-block-inner .reviews-post-table .reviews-text {
    margin-bottom: 9px;
}
.reviews-post-table .reviews-text {
    margin: 9px 0px 14px;
    color: #555;
    font-size: 14px;
}
#reviews_content p {
    margin: 20px 0px 20px;
}

/*reviews*/
.reviews-head{
    margin-bottom: 25px;
}
.reviews-head__title{
    font-size: 17px;
    margin-bottom: 25px;
}
.reviews-head__inner{
    display: flex;
}
.reviews-circle{
    position: relative;
    width: 220px;
    height: 220px;
    margin-right: 20px
}
.reviews-circle__text{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reviews-circle__number{
    font-size: 40px;
    margin-bottom: 15px;
}
.reviews-circle__qnt{
    font-size: 15px;
}

.reviews-rating__item{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.reviews-rating__item:last-child{
    margin-bottom: 0;
}
.reviews-stars{
    display: flex;
    padding: 0;
    margin-right: 10px;
}
.reviews-stars__item  {
    height: 16px;
}
.reviews-stars__item svg {
    width: 17px;
    height: 16px;
}
.reviews-stars__item svg path {
    fill: #afafaf;
    stroke: #afafaf;
}
.reviews-stars__item[data-state=selected] svg path {
    fill: #00ccff;
    stroke: #00ccff;
}
.reviews-rating__text{
    font-weight: 700;
}
.review-rating{
    display: flex;
    align-items: center;
    height: 35px;
    width: max-content;

    background: #f5f5f5;
    border-radius: 100px;
    padding: 0 15px;

}