.show_img_star_rating{
	width:14px;
}
.show_img_star_rating{
	width:20px;
}

.rating_stars{
	margin:3px;
}
.review{
	display: block;
	background-color: #fff;
	padding: 15px;

	position: relative;
	border-right: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}

.note_review{
	resize: none;
	width: 100%;
	height: auto;

	border-radius: 4px;
	padding: 10px;
	border: 1px solid #ADADAD;
}
.note_review_answer{
	resize: none;
	width: 100%;
	height: 42px;
	margin-top: 5px;

	border-radius: 4px;
	padding: 4px 0px 0px 6px;
	border: 1px solid #ADADAD;
}
.note_review_answer_form textarea{
	border: #ccc 1px solid;
	outline: none;
	padding: 10px;
	font-size: 14px;
	width: 300px;
	height: 50px;
	display: block;
}

.delete_review_btn{
	position:absolute;
	right:15px;
	cursor:pointer;
}
@media screen and (max-width: 365px){
	.delete_review_btn{
	    float: right;
	    margin-bottom: 10px;
	    position: static;
	}
}
.reviewItem{
	position: relative;
	background:#fff;
}
.reviewItemBody{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.reviewItemBodyInfo{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-left: 10px;
}
.reviewInfoItem,
.reviewInfoItem a,
.reviewItemBodyTxt{
	font-size: 14px;
	line-height: 20px;
}
.reviewInfoItem__date{
	color: #7f7c7a;
	font-size: 12px;
	margin-bottom: 10px;
}
.reviewInfoItem{
	color: #7f7c7a;
}
.reviews {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.reviews .pageBlock{
	margin-bottom: 0px;
	border-radius:0px;
}
.reviews .pageBlock:last-of-type{
	border-radius:0px 0px 3px 3px;
}
.addReviewBlock{
	padding-left: 125px;
	margin-bottom: 10px;
}
.addReviewBlock h5{
	display: inline-block;
	margin-left: -125px;
	float: left;
}
.ratingReview{
	padding-top: 10px;
}

#filePreload{
	margin-left: -6px;
}

.reviewInput{
	width: 100%;

    margin-top: 10px;
    height: 30px;
    padding-left: 6px;
	border: 1px solid #ADADAD;
	border-radius: 8px;
	margin-bottom: 10px;
}

.fakeReviewFolder{
	display: block;
	padding-left: 59px !important;
}
.reviewItemSvg.uristItemInnerStar{
	fill:#b7b4b1;
	height: 20px;
    width: 20px;
    float: left;
}
.reviewItemSvg.uristItemInnerStarAct{
	fill:#ffa101;
}
.rating {
  margin-top: -12px;
}
.anthToReview{
	background-color: #e9f6fd;
    border-left: 3px solid #84beeb;
    padding: 10px 15px;
	margin-top: 10px;
	margin-left: 50px;
	position: relative;
}
.reviewCommentSvg{
	margin-left: -60px;
    position: absolute;
    left: 0px;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 20px;
    fill: #b7b4b1;
}
.anthToReviewTxt{
	font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}
@media (max-width: 480px){
	.addReviewBlock h5 {
		display: block;
		margin-left: 0;
		float:none;
	}
	.addReviewBlock{
		padding-left: 0;
	}
	.rating > label:before{
		line-height: 50px;
	}
	.ratingReview{
		padding-top: 10px;
	}
	.reviews_anketa_header__cal{
		margin-bottom: 10px;
	}
}
.reviews_anketa_header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 16px;
	flex-wrap:wrap;
}
.reviews_anketa_header__cal{
	display: inline-block;
	position: relative;
	top: -1px;
	width: auto;
	min-width: 130px;
	margin-right: 20px;
}
.reviews_anketa_header__cal svg {
	position: relative;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.reviews_anketa_header__cal input {
	border-radius: 4px;
	cursor: pointer;
	border: 1px #d2d2d2 solid;
	font-size: 15px;
	text-align: center;
	width: auto;
	max-width: 120px;
	display: block;
	float: left;
	outline: none;
	padding: 4px 5px;

}
.reviews_anketa_header__check {
	display: inline-block;
	width: auto;
	position: relative;
	/*top: -8px;*/
}
.reviews_anketa_header__check label {
	font-size: 16px;
}
.load_reviews_user_more {
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500
}

.reviewsHeader2{
	font-size: 24px;

}
.reviewsHeader2wrapper{
	padding: 15px;
	background: #fff;
}
.add_review{
	text-align: right;
	margin-top: 8px;
}




.reviews-description p {
	font-size:15px;
	margin-bottom:15px;
}

.urist_anketa__body_name_link{
	color: #2483d3;

}
.urist_anketa__body_name_link:hover{
	color:#e29716;
}

