/*ADD REVIEW*/
.addreview_bl{
	background-color: #FFF;
	padding: 30px;
}
	.addreview_bl h4{
		font-size: 16px;
		margin: 0 0 30px;
	}
		.addreview_bl h4 a{
			text-decoration: none;
			margin: 0 0 0 20px;
			font-weight: normal;
		}
.addreview_form input,
.addreview_form select,
.addreview_form textarea{
	padding: 10px 15px;
}
.addreview_form textarea{
	height: 200px;
}
.rat_bl{
	margin: 0 0 30px;
}
.flex_inline{
	display: inline-flex;
}
	.flex_inline b{
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
		color: #777;
		margin: 0 10px 0 0;
	}
.radio_bl{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
	.radio_bl span{
		display: inline-block;
		margin: 0 5px;
		/*background-color: #EEE;*/
		background-image: url(../img/star-empty.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
	}
		.radio_bl span.act_star{
			background-image: url(../img/star.svg);
		}