div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.preview-text span{
	color: #ec1c24;
}
.author_review{
	font-size: 16px;
    font-weight: 700;
    color: #383838;
}
.preview-text-item{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}
.list-reviews li{
	padding: 30px 40px 40px 70px;
    position: relative;
    text-align: left;
    border: 1px solid #f0f0f0;
    margin-bottom: 0;
	height: 100%;
    min-height: 100%;
	width: 100%;
}
.author_review{
	margin-bottom: 20px;
}
.list-reviews{
	list-style-type: none;
}
.list-reviews li {
	list-style-type: none;
	display: inline-block;
  }
ul.list-reviews li::before {
   content: "";
}
.right_block ul li{
	margin: 0 0 30px !important;
}
.preview-text-item-photo{
	display: flex;
	flex-direction: column;
}
.preview-text-item-photo img{
	max-width: 250px;
    max-height: 250px;
	margin-top: 10px;
}
.preview-text-item:last-child{
	margin-bottom: 0 !important;
}
.popup-gni-container{
	z-index: 3000;
    opacity: 1;
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: toggle_opacity 200ms;
    align-items: center;
    justify-content: center;
	min-width: 420px;
    max-width: 520px;
    max-height: 100%;
	background: #fff;
	margin: 0 auto;
	height: 100vh;
	padding: 29px 35px 6px;
	overflow-y: scroll;
}
.display-none{
	display: none
}
.add_review{
	margin-bottom: 30px;
}
.jqmClose:hover{
	cursor: pointer;
}

.z-index0{
    z-index: 0 !important;
}
.popup-succes{
	height: 200px;
	top: 30vh;
	overflow: auto;
}
.form_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid red;
}
.form_result{
	font-size: 16px;
}
.close-popup{
	cursor: pointer;
}