.m-rate__rates { display: inline-flex; flex-wrap: wrap; vertical-align: bottom;}.m-rate__rate-wrapper { display: flex; justify-content: center; align-items: center; border-radius: 50%;}.m-rate__rate-item { -webkit-tap-highlight-color: transparent; position: relative; display: flex; align-items: center;}.m-rate__rate { color: #dbdbdf; cursor: pointer; transition: color 0.25s, opacity 0.25s; font-size: inherit;}.m-rate--normal-rate { width: 26px; height: 26px; font-size: 26px;}.m-rate--normal-half-rate { width: 13px; height: 26px; font-size: 26px;}.m-rate--small-rate { width: 22px; height: 22px; font-size: 22px;}.m-rate--small-half-rate { width: 11px; height: 22px; font-size: 22px;}.m-rate--mini-rate { width: 18px; height: 18px; font-size: 18px;}.m-rate--mini-half-rate { width: 9px; height: 18px; font-size: 18px;}.m-rate--active { color: #f7ce55;}.m-rate--half { overflow: hidden;}.m-rate--disabled { opacity: 0.6; cursor: not-allowed;}.m-rate--left-rate { position: absolute; left: 0;}.m-rate--right-rate { position: absolute; right: 0;}.m-rate--error { color: #fb6340;}