.el-reviews__title{
	font-weight: 700;
	font-size: 18px;
	line-height: 1em;
	margin-top: 30px;
}

.el-reviews__common{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 30px;
	position: relative;
	cursor: pointer;
}

.el-reviews__rate{
	display: flex;
	align-items: center;
}

.el-reviews__star{
	margin: 5px 1.5px;
}

.el-reviews__star:first-child{
	margin-left: 0;
}

.el-reviews__star svg{
	width: 15px;
	height: 15px;
	fill: #bbbbbb;
	display: block;
}

.el-reviews__star_active svg{
	fill: #e7f449;
}

.el-reviews__rate-label{
	position: relative;
	margin: 5px 0 5px 20px;
	color: #bbbbbb;
	padding-right: 25px;
}
.el-reviews__rate-label span.eye-icon {
	position: absolute;
	top:2px;
	right: 0;
}
.el-reviews__button-add{
	margin-left: 40px;
}

.review-item{
	position: relative;
	display: flex;
	padding: 50px 0;
}

.review-item:after{
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	display: block;
	background-color: #c4c4c4;
	position: absolute;
	left: -20px;
	top: 0;
}

.review-item__author{
	font-weight: 700;
	font-size: 16px;
	margin-top: 0;
}

.review-item__date{
	font-size: 16px;
	color: #bbbbbb;
}

.review-item__block{
	margin-bottom: 20px;
}

.review-item__title{
	margin: 0 0 15px 0;
	font-weight: 700;
	font-size: 16px;
}

.review-item__text{
	margin: 0;
}

.review-item__left{
	width: 20%;
	padding-right: 30px;
}

.review-item__right{
	width: 80%;
}

.review-item__footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.review-item__footer p{
	margin: 0 20px 0 0;
}

.review-item__yes{
	color: #76de6d;
	text-decoration: none;
	margin-right: 20px;
}

.review-item__yes span{
	color: #414141;
}

.review-item__no{
	color: #f64646;
	text-decoration: none;
	margin-right: 20px;
}

.review-item__no span{
	color: #414141;
}

.review-item__yes:hover,
.review-item__no:hover{
	text-decoration: none;
}

@media screen and (max-width: 500px){
	.review-item{
		flex-direction: column;
	}

	.review-item__left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.el-reviews__common{
		align-items: flex-start;
		flex-direction: column;
		cursor: pointer;
	}

	.catalog-element .el-reviews__common{
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
	}

	.el-reviews__button-add{
		margin-left: 0;
		margin-top: 20px;
	}
}
