
@media (min-width: 768px) {
   .c-reviews__wrap { flex-direction: column; align-items: center; position: fixed; left: 0; background-color: #fff; padding: 16px; z-index: 5; transform: translateX(-100%); transition: transform 0.2s linear 0s; display: none; }
   .c-reviews__wrap::after {width: 25px;position: absolute;right: -25px;height: calc(100% + 2px);writing-mode: tb-rl;text-align: center;top: -1px;color: #fff;line-height: 25px;text-transform: uppercase;letter-spacing: 0.4px;border-radius: 0 5px 5px 0;}
   .c-reviews__wrap:hover { transform: translateX(0%); }
   .c-active .c-reviews__wrap { display: flex; }
   .c-reviews { margin-top: 20px; margin-bottom: 30px; display: flex; align-items: center; position: relative; }
   .c-reviews__title { font-weight: bold; font-size: 24px; color: #666; }
   .c-reviews__text { font-size: 18px; line-height: 1.4; font-style: italic; text-align: center; }
   .c-reviews .rate-average { top: 12px !important; left: 0; }
   .c-reviews .rate-average { font-size: 26px !important; position: absolute; top: 14px; width: 68px; text-align: center; line-height: 1; }
   .c-reviews .rate-star-wrap { display: flex; flex-direction: column; flex-grow: 1; height: 100%; }
   .c-reviews .rate-average-inner::before { content: ""; display: flex; height: 68px; width: 68px; -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 68 68' enable-background='new 0 0 68 68' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='34.3,49.3 37.4,50.8 36.9,47.4 39.3,44.9 35.9,44.3 34.3,41.2 32.7,44.3 29.3,44.9 31.7,47.4 31.2,50.8 '/%3E%3C/g%3E%3Cg%3E%3Cpolygon points='22.3,55.2 25.4,56.7 24.9,53.3 27.3,50.8 23.9,50.2 22.3,47.2 20.7,50.2 17.3,50.8 19.7,53.3 19.2,56.7 '/%3E%3C/g%3E%3Cg%3E%3Cpolygon points='46.3,55.2 49.4,56.7 48.9,53.3 51.3,50.8 47.9,50.2 46.3,47.2 44.7,50.2 41.3,50.8 43.7,53.3 43.2,56.7 '/%3E%3C/g%3E%3C/g%3E%3Cpath d='M34,68C15.3,68,0,52.7,0,34S15.3,0,34,0s34,15.2,34,34S52.7,68,34,68z M34,3C16.9,3,3,16.9,3,34c0,17.1,13.9,31,31,31 c17.1,0,31-13.9,31-31C65,16.9,51.1,3,34,3z'/%3E%3C/svg%3E%0A"); }
}