.rating_count {
	display: inline-block;
  background: #f4f4f4;
  padding: 10px 30px;
}
.rating_count.read-only {
  background: none;
  padding: 0;
  display: flex;
  align-items: flex-end;
  column-gap: 8px;
}
.rating_count td {
	padding: 0 1px;
	border: 0;
}
.rating_count.read-only>span:first-of-type {
  line-height: 19px;
}
.rating_count table tr {
	display: flex;
  align-items: center;
}
.rating_count table {
  border: 0;
  border-collapse: collapse;
}
div.star-active
{
	cursor: pointer;
}

div.star-empty
{
  overflow: hidden;
  color: #aaa;
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.star-voted,
div.star-over {
  overflow: hidden;
  color: #FAB253;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.star-voted>span,
div.star-over>span,
div.star-empty>span {
  display: inline-block;
  margin: -1px;
}
.rating_count-active:hover .star-active.star-voted,
.rating_count-active:hover .star-active.star-empty {
	color: #aaa;
}
#voteBox {
    height:50px;
}
.star-empty::before {
  overflow: hidden;
  content: "★";
  position: absolute;
  z-index: 1;
  color: #FAB253;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
	top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  width: 0;
}
.rating_count-active:hover .star-active.star-empty::before {
	content: none;
}
.rating_count .vote-text {
  font-size: 12px;
}
.rating_count .vote-text span {
  display: inline-block;
  margin: 0 3px;
}
.reiting_wrapp {
  line-height: 22px;
  display: flex;
  align-items: center;
}
.reiting_botom_wrapp.loading {
  position: relative;
}
.reiting_botom_wrapp.loading::before {
  content: "";
  background: url(/bitrix/js/main/core/images/wait.gif) no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  background-color: #ffffff85;
  box-shadow: 0 0 10px 1px #aaa;
  border-radius: 100%;
}
.rating_count__title {

}