.reviews_new .catalog-review{
	background: #EDEEF8;
	border-radius: 5px;
	/*padding: 20px 10px 33px 20px;*/
	padding: 15px 10px 20px 15px;
	width: auto;
	margin-bottom: 20px;
	width: 100%;
}

.reviews_new .catalog-review__userpic-wrap {
	padding: 0 15px 0 0;
}

.reviews_new .catalog-review__userpic-wrap.catalog-review__col{padding-top: 0;}

.reviews_new .catalog-review__userpic {
	border-radius: 50%;
	overflow: hidden;
	width: auto;
	height: auto;
	/*width: 80px;
	height: 80px;*/
}
.reviews_new .catalog-review__userpic img {
	/*max-width: 80px;
	max-height: 80px;*/
}

.reviews_new .catalog-review__col{
	padding-top: 10px;
}

.reviews_new .catalog-review__name {
	color: #000;
	/*font-size: 24px;
	line-height: 33px;*/
	font-weight: 600;
}

.reviews_new .catalog-review__text {
	margin-top: 10px;
	/*font-size: 20px;
	line-height: 27px;*/
}


.catalog-review.answer {
    background: #eee;
}


.overlay_popup {
  display:none;
  position:fixed;
  z-index: 999;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background:#000;
  opacity:0.5;
}

.popup {
  display: none;
  position: relative;
  z-index: 1000;
  margin:0 25% 0 25%;
  width:50%;
}