div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	/*background-image: url("https://newday-rehabs.ru/local/templates/newday-preserved/components/bitrix/iblock.vote/rejting/images/empty.gif");*/
	background-image: url("https://newday-rehabs.ru/local/templates/newday-preserved/components/bitrix/iblock.vote/rejting/images/star-stroke-black.svg");
	/*width:20px;*/
	/*height:17px;*/
	overflow:hidden;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: 1.6rem;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: 0 0;
}

div.star-voted
{
	/*background-image: url("https://newday-rehabs.ru/local/templates/newday-preserved/components/bitrix/iblock.vote/rejting/images/voted.gif");*/
	background-image: url("https://newday-rehabs.ru/local/templates/newday-preserved/components/bitrix/iblock.vote/rejting/images/star-fill-gold.svg");
	/*width:20px;*/
	/*height:17px;*/
	overflow:hidden;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: 1.6rem;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: 0 0;
}

div.star-over
{
	/*background-image: url("https://newday-rehabs.ru/local/templates/newday-preserved/components/bitrix/iblock.vote/rejting/images/over.gif");*/
    background-image: url("https://newday-rehabs.ru/local/templates/newday-preserved/components/bitrix/iblock.vote/rejting/images/star-fill-gold.svg");
	/*width:20px;*/
	/*height:17px;*/
	width: 2.5rem;
	height: 2.5rem;
	margin-left: 1.6rem;
	overflow:hidden;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 0 0;
}
