.c-rating{display: flex;list-style: none;margin: 0;padding: 0;line-height: 24px;}
.c-rating__item {flex: 0 0 24px;height: 24px;background: url("starz.svg") 0 0;cursor: pointer;}
.c-rating__reset {flex: 0 0 15px;height: 24px;background-color: transparent;cursor: pointer;margin-left: -15px;box-sizing: border-box;}
.c-rating__label {flex: 0 0 200px;height: 24px;background-color: transparent;box-sizing: border-box;margin-left: 2em;}
.c-rating__item:hover, .c-rating__item.is-active { background-position: -24px 0;}
