.multirating-wrapper {
    overflow: hidden;
    position: relative;
    background: var(--fltx);
    border-radius: 10px;
    margin: 0 auto 40px;
    width: fit-content;
}
.animr{
    float: left;
    padding-right: 10px;
}
.multirating-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.multirating-items-wrapper {
	margin: 0 auto;
}
.multirating-items-wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.multirating-error {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.3);
	padding: 15px;
	width: 300px;
	max-width: 100%;
	cursor: pointer;
}
.multirating-error-text {
	padding: 11px 15px;
	background: #fff;
	border-radius: 0 1px 1px 0;
	border-left: 4px solid #f15941;
	font: normal 12px/18px Verdana;
	color: #333;
}

.multirating-item {
	position: relative;
	float: left;
	width: 230px;
	padding: 10px 10px 10px 70px;
	color: #303030;
	transition: .4s;
}
.multirating-item-rateval {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 0 -60px;
}
.multirating-item-rateval canvas {
	display: block;
}
.multirating-loading .multirating-items-wrapper {
	opacity: .7;
}
.multirating-loading .multirating-item-rateval:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5) url(loading.gif) no-repeat 50% 50%;
	border-radius: 50%;
}

.multirating-item-title {
	display: block;
	color:var(--tt-2);
	font: normal 16px/35px 'Trebuchet MS', Arial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.multirating-item-rating {
	width: 140px;
	height: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.multirating-item-rating li {
	position: relative;
	float: left;
	width: 14px;
	height: 11px;
	text-indent: -10000px;
	font-size: 0;
	cursor: pointer;
}
.multirating-rated .multirating-item-rating li {
	cursor: default;
}

.multirating-item-rating li:after {
	content: '';
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	background: #e0e0e0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	border-radius: 50%;
}
.multirating-item-rating li.multirating-rate-active:after {
	background: var(--bg1s);
}


div.multirating-itog {
  
    padding: 10px;
font-size: 14px;
    font: normal 18px/26px 'Trebuchet MS', Arial;
    color: rgb(199, 199, 199);
    text-align: center;
}
.multirating-itog-rateval {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 0 5px;
	background: var(--bg1s);
	color: #fff;
	font-weight: normal;

}
div.multirating-itog span {
	font-size: 18px;
    background: var(--bg1s);
    border-radius: 4px;
    padding: 4px 6px;
    color: white;
}
.multirating-itog-votes {font-size: 14px;}
@media screen and (max-width: 1360px) {
	div.multirating-items-wrapper {
		
	}
}
@media screen and (max-width: 630px) {
	div.multirating-items-wrapper {
	
	}
}