.reviews_list{
		margin-top: 30px;
	}
.reviews_item{
	padding-bottom: 10px;
	margin-bottom: 36px;
	border-bottom: 1px solid #D1D1D1;
}
.reviews_item:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.reviews_item_info {
    width: 340px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 33px;
}
.rev_img{
	width: 340px;
    height: 244px;
	text-align: center;
	border: 1px solid #E5E5E5;
	margin-bottom: 14px;
}
.reviews_item_info .rev_img img{
	max-height: 100%;
}
.reviews_item_info .reviews_item_name{
	position: absolute;
	top: 12px;
	left: 10px;
	
	font-family: Gilroy;
	font-weight: 800;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.06em;

	color: #FFFFFF;
	padding: 0 10px;
	background: #CE2A31;
	max-width: 200px;
}
.reviews_item_info .reviews_item_link{
	width: 340px;
}

.reviews_item_reviews .review_element{
	margin-bottom: 20px;
	font-family: Lato;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	
	display: flex;
}
.reviews_item_reviews .review_element .date{
	float: left;
	width: 85px;
	min-width: 85px;
	min-height: 1px;
}

.reviews_item_reviews .review_element .rev_name{
	padding-left: 36px;
	position: relative;
}
.reviews_item_reviews .review_element .rev_name:before{
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	
	background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.reviews_item_reviews .review_element .rev_name.text:before{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.15659 2.68682H2.59035C2.16857 2.68682 1.76405 2.85438 1.4658 3.15263C1.16755 3.45088 1 3.85539 1 4.27718V15.4096C1 15.8314 1.16755 16.2359 1.4658 16.5342C1.76405 16.8324 2.16857 17 2.59035 17H13.7228C14.1446 17 14.5491 16.8324 14.8474 16.5342C15.1456 16.2359 15.3132 15.8314 15.3132 15.4096V9.84341M14.1204 1.49406C14.4368 1.17772 14.8658 1 15.3132 1C15.7605 1 16.1896 1.17772 16.5059 1.49406C16.8223 1.8104 17 2.23945 17 2.68682C17 3.1342 16.8223 3.56325 16.5059 3.87959L8.95176 11.4338L5.77106 12.2289L6.56624 9.04824L14.1204 1.49406Z' stroke='%23CE2A31' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.reviews_item_reviews .review_element .rev_name.video:before{
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5813 3.42C20.4733 2.94541 20.2534 2.51057 19.9438 2.15941C19.6341 1.80824 19.2457 1.55318 18.8178 1.42C17.2542 1 11 1 11 1C11 1 4.74578 1 3.18222 1.46C2.75429 1.59318 2.36588 1.84824 2.05623 2.19941C1.74659 2.55057 1.52666 2.98541 1.41868 3.46C1.13253 5.20556 0.992553 6.97631 1.00052 8.75C0.99032 10.537 1.1303 12.3213 1.41868 14.08C1.53773 14.5398 1.76258 14.9581 2.0715 15.2945C2.38043 15.6308 2.76299 15.8738 3.18222 16C4.74578 16.46 11 16.46 11 16.46C11 16.46 17.2542 16.46 18.8178 16C19.2457 15.8668 19.6341 15.6118 19.9438 15.2606C20.2534 14.9094 20.4733 14.4746 20.5813 14C20.8653 12.2676 21.0052 10.5103 20.9995 8.75C21.0097 6.96295 20.8697 5.1787 20.5813 3.42Z' stroke='%23CE2A31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.95465 12.02L14.1817 8.75L8.95465 5.48V12.02Z' stroke='%23CE2A31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}


@media (min-width: 768px) {
	
	.reviews_item{
		display: flex;
		padding-bottom: 40px;
		margin-bottom: 42px;
	}
	.reviews_item_info{
		width: 400px;
		float: left;
		margin: 0;
		margin-right: 58px;
	}
	.rev_img{
		width: 400px;
		height: 268px;
	}
	.reviews_item_info .reviews_item_link{
		width: 400px;
		height: 40px;
		font-size: 16px;
		line-height: 20px;
	}
	.reviews_item_info .reviews_item_name{
		font-size: 16px;
		line-height: 20px;
		padding: 2px 10px;
	}
	.reviews_item_reviews .review_element{
		font-size: 16px;
		line-height: 19px;
	}
	.reviews_item_reviews .review_element .date{
		width: 110px;
		min-width: 110px;
	}
	.reviews_item_reviews .review_element .rev_name:before{
		width: 20px;
		height: 20px;
	}
}