.rating_top_write{
	margin:60px 0 10px;
}
.sg-rate-box {
	display: inline-block;
	position: relative;
	text-overflow: ellipsis;
	line-height: 1.5rem;
	min-height: 1.5rem;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 32px;
	overflow: visible;
}
.total_ratings {
	padding-left:3px;
	padding-top:3px;
}
.sg-rate-box--active .sg-rate-box__stars-container:hover~.sg-rate-box__counter .sg-rate-box__counter-item-dynamic:nth-child(2) {
	display: none
}
.sg-rate-box--active .sg-rate-box__stars-container:hover~.sg-rate-box__counter .sg-rate-box__counter-item-dynamic:nth-child(4) {
	display: block
}
.sg-rate-box--active .sg-rate-box__star {
	cursor: pointer
}
.sg-rate-box--active .sg-rate-box__stars-container:hover .sg-rate-box__filled-stars {
	display: none
}
.sg-rate-box--active .sg-rate-box__background-stars .sg-rate-box__star:hover~.sg-rate-box__star {
	fill: #edf0f1
}
.sg-rate-box--active .sg-rate-box__background-stars:active .sg-rate-box__star:hover~.sg-rate-box__star {
	fill: #edf0f1
}
.sg-rate-box--active .sg-rate-box__background-stars:hover .sg-rate-box__star {
	fill: #fbbe2e;
	/*-webkit-transition: fill .1s ease-in;
	transition: fill .1s ease-in*/
}
.sg-rate-box--active .sg-rate-box__background-stars:active:hover .sg-rate-box__star {
	fill: #fedd8e;
	-webkit-transition: none;
	transition: none
}
.sg-rate-box__stars-container {
	margin-right: 5px;
	position: relative
}
.sg-rate-box__background-stars {
	fill: #edf0f1
}
.sg-rate-box__background-stars, .sg-rate-box__filled-stars {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.sg-rate-box__filled-stars {
	fill: #fbbe2e;
	position: absolute;
	left: 0;
	overflow: hidden
}
.sg-rate-box__star {
	width:25px;
	height:25px;
	padding: 0 1px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.sg-rate-box__counter {
	font-size:.75rem;
	min-height:.75rem;
	line-height:.875rem;
	line-height: 1!important;
	overflow: visible;
	font-weight: 700;
	color: #687b8c;
	margin: 0 0 0 6px;
	position: relative
}
.sg-rate-box__counter-item-static {
	visibility: hidden;
	height: 0
}
.sg-rate-box__counter-item-dynamic {
	position: absolute;
	left: 0
}
.sg-rate-box__counter-item-dynamic:nth-child(4) {
	display: none
}
.sg-rate-box__rate {
font-size:.75rem;
min-height:.75rem;
line-height:.875rem;
	line-height: 1!important;
	overflow: visible;
	font-weight: 700;
	color: #687b8c;
	margin: 0 6px 0 0
}
.sg-rate-box--large .sg-rate-box__star {
	height: 32px;
	width: 32px
}
.sg-rate-box--large .sg-rate-box__counter, .sg-rate-box--large .sg-rate-box__rate {
font-size:.875rem;
min-height:.875rem;
	line-height: 1rem;
	line-height: 1!important;
	overflow: visible
}