

/* Start:/local/templates/belfanmain/components/HB/form.all_result/new_design/style.css?17563892561874*/
.reviews__list{
	display:flex;
	gap:20px;
	align-items: stretch;
    flex-wrap: wrap;
	justify-content: space-between;
}
.review{
	display:flex;
	flex-direction: column;
	gap:40px;
	background: #E5E5E5;
	padding: 60px 40px 60px 40px !important;
	width: calc(50% - 10px) !important;
}
.review hr{
	border: 1px solid #CACACE;
	margin: 0;
}
.review__text{
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 28.8px !important;
	color: #0A0A0A !important;
    background-color: #E5E5E5 !important;
    padding: 0 !important;
}
.review__bottom{
	/* display: flex;
	align-items: center;
	gap:32px;
	margin-top:80px; */
    padding: 0 !important;
    background-color: #E5E5E5 !important;
    /* display: block !important; */
}
.review-meta{
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
	color: #0A0A0A;
}
.oso:hover{
    color: #4B919B !important;
	background: #fff !important;
}
.btn-dir{
    color: #4B919B !important;
	background: #fff !important;
}
.btn-dir:hover{
    background: #4B919B !important;
	color: #fff !important;
}
input[type=file]~label{
    border-radius: 0 !important;
}
/* .review__like{
    color: #4B919B !important;
    background: #fff !important; 
    border: 1px solid #4B919B !important;
    width: fit-content;
    transition: .3s;
    display: inline-block;
	padding: 5px;
	margin-top: 20px;
}
.review__like.active:before {
	background: #fff !important;
}
.review__like:hover{
    background: #4B919B !important;
	color: #fff !important;
}
.review__like.active:hover:before {
	background: #4B919B !important;
}
.likes{
    color: #4B919B;
    margin-left: 10px;
} */
@media (max-width: 768px) {
	.review{
		width: 100% !important;
		gap: 20px;
		padding: 30px !important;
	}
	.review__bottom{
		height: auto !important;
	}
}
/* End */
/* /local/templates/belfanmain/components/HB/form.all_result/new_design/style.css?17563892561874 */
