.info_block_three_colums{
	display: flex;
	padding: 0 0.5%;
}
.block{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 5px 0;
	width: 100%;
	height: 452px;
}
.info_block_three_colums .headline,
.inner_block{
	width: 88%;
	margin: 0 auto 10px;
}
.block.news .headline .caption{
	color: #00B3CE;
	border-bottom-color: #00B3CE;
}
.block.video .headline .caption{
	color: #DD5A4C;
	border-bottom-color: #DD5A4C;
}
.info_block_three_colums .headline .headline__link{
	width: 85px;
	align-self: flex-end;
	background: #F2F2F2;
}
.inner_block{
	position: relative;
}
.inner_block p{
	height: 75px;
	margin: 10px 0;
	line-height: 1.2em;
	color: #4A5255;
	font-size: 0.85em;
	overflow: hidden;
}
.title-area{
	display: flex;
	margin-bottom: 5px;
}
.title-area .img-holder{
	width: 100%;
	max-width: 97px;
	margin-right: 4%;
}
.title-area .title{
	padding-top: 3px;
	max-height: 50px;
	color: #00B3CE;
	line-height: 1.1em;
	overflow: hidden;
}
.title-area .title:hover{
	text-decoration: underline;
}
.news .readmore{
	color: #00B3CE;
}
.video-img{
	width: 88%;
	margin: 0 auto 15px;
	display: block;
	text-align: center;
	position: relative;
}
.video-img .icon-youtube-play{
	top: 35%;
}
.block.video .link{
	display: block;
	margin: 10px auto;
	color: #4A5255;
	font-size: 1.3em;
	line-height: 1.2em;
}
.youtube_button{
	text-align: center;
}
.see_all,
.reviews.block .btn{
	width: 95%;
	margin: 0 auto;
	height: 40px;
	background: #DD5A4C;
	color: #FFF;
	font-size: 1.2em;
	line-height: 40px;
	text-align: center;
	display: block;
	clear: both;
}
.inner_block .rating{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.info_block_three_colums time{
	font-weight: var(--main-regular-font);
	color: #93A3A9;
	font-size: 0.85em;
}
.block.reviews .readmore{
	float: right;
	font-weight: var(--main-regular-font);
	color: #93A3A9;
	font-size: 0.85em;
	line-height: 1.3em;
}
.reviews.block .btn{
	background: #09335B;
	font-weight: var(--main-regular-font);
	font-size: 1.2em;
	text-transform: uppercase;
}
.reviews.block .btn:hover{
	background: #0A3B6A;
}
.reviews.block .btn:active{
	background: #09335B;
}
.see_all:hover{
	background: #EA5F50;
}
.see_all:active{
	background: #D6574A;
}
@media (max-width: 1210px){
	.info_block_three_colums{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	.block{
		height: auto;
		margin: 10px 0;
	}
	.block::after{
		display: none;
	}
	.inner_block p{
		height: auto;
	}
}
@media screen and (max-width: 860px){
	.block.reviews{
		display: block;
		width: 98%;
		margin: 0 auto;
	}
	.block.reviews .haeding{
		width: 92%;
	}
	.block.reviews .inner_block{
		margin: 0 0 20px 4%;
		width: 44%;
		float: left;
	}
}
@media (max-width: 640px){
	.block.reviews .haeding{
		width: 96%;
	}
	.block.reviews .inner_block{
		float: none;
		width: 95%;
		margin: 0 auto 20px;
	}
}