.v9-rating-block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.v9-rating-block__overall{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px;max-width:288px;width:100%;-ms-flex-negative:0;background:var(--contrast-bg);border-radius:8px;color:var(--contrast-color);flex-shrink:0}.v9-rating-block__overall,.v9-rating-block__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px}.v9-rating-block__rating{background:#fff;border-radius:50%;font-size:36px;font-weight:600;height:84px;line-height:120%;position:relative;width:84px}.v9-rating-block__descr,.v9-rating-block__text{font-size:16px;font-weight:400;line-height:150%}.v9-rating-block__stars-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2px;--percent:calc(20%*var(--rating, 5));background:-webkit-gradient(linear,left top,right top,from(var(--contrast-color)),to(var(--white)));background:linear-gradient(90deg,var(--contrast-color) var(--percent),var(--white) var(--percent));-webkit-background-clip:text;background-clip:text}.v9-rating-block__stars-list i{-webkit-text-fill-color:transparent;height:auto;width:24px}.v9-rating-block__stars-list i:before{font-size:24px;height:24px;width:24px}.v9-rating-block__count-review{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:500;line-height:150%}.v9-rating-block__numb{margin-right:4px}.v9-review-block{gap:16px;padding-bottom:8px}.v9-review-block,.v9-review-block__item{display:-webkit-box;display:-ms-flexbox;display:flex}.v9-review-block__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--card-bg);border:1px solid var(--line-secondary);border-radius:8px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.04),0 12px 20px 0 rgba(0,0,0,.06);box-shadow:0 4px 8px 0 rgba(0,0,0,.04),0 12px 20px 0 rgba(0,0,0,.06);color:var(--card-text);-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:16px;width:328px;-ms-flex-negative:0;flex-shrink:0}.v9-review-block__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin-bottom:8px}.v9-review-block__date{color:var(--card-text-secondary);font-size:12px;font-weight:400;line-height:150%}.v9-review-block__title{font-size:18px;font-weight:600;line-height:150%}.v9-review-block__desc{color:var(--card-text-secondary);font-size:16px;font-weight:400;line-height:150%;margin-bottom:16px}.v9-review-block__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v9-review-block__numb{color:var(--card-text);font-size:16px;font-weight:500;line-height:150%}.v9-review-block__stars-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;--percent:calc(20%*var(--rating, 5));background:-webkit-gradient(linear,left top,right top,from(var(--accent-lighten-1)),to(var(--grey-lighten-3)));background:linear-gradient(90deg,var(--accent-lighten-1) var(--percent),var(--grey-lighten-3) var(--percent));-webkit-background-clip:text;background-clip:text}.v9-review-block__stars-list i{-webkit-text-fill-color:transparent;height:auto;width:21px}.v9-review-block__stars-list i:before{font-size:21px;height:21px;width:21px}.v9-rating-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;counter-reset:section-counter var(--progress-items-count);-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:8px;width:100%}.v9-rating-progress,.v9-rating-progress__item{display:-webkit-box;display:-ms-flexbox;display:flex}.v9-rating-progress__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;counter-increment:section-counter -1;gap:16px}.v9-rating-progress__item:before{color:var(--text-main);content:counter(section-counter) "";font-size:16px;font-weight:600;line-height:150%}.v9-rating-progress__line{background-color:var(--line-secondary);border-radius:6px;height:8px;overflow:hidden;position:relative;width:100%}.v9-rating-progress__fill{background-color:var(--line-main);border-radius:6px;height:100%;left:0;position:absolute;top:0;width:var(--fill-width)}.v9-rating-progress__count-review{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;color:var(--text-secondary);font-size:12px;font-weight:400;justify-content:flex-end;line-height:150%;min-width:76px}.v9-rating-progress__numb{margin-right:4px}.v9-rating-review .container{gap:20px}.v9-rating-review .container,.v9-rating-review__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v9-rating-review__wrapper{gap:24px}.v9-rating-review__title{line-height:24px}.v9-rating-review .horizontal-wrapper::-webkit-scrollbar{background-color:var(--line-secondary);border-radius:6px;height:4px;width:4px}.v9-rating-review .horizontal-wrapper::-webkit-scrollbar-thumb{background-color:var(--line-main);border-radius:6px;cursor:pointer}@media (max-width:700px){.v9-rating-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.v9-rating-block__overall{max-width:none}.v9-rating-review__wrapper{gap:16px}}