.main-news__item{
	position: relative;
	width: 212px;
	height: 126px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	transition: all .5s;
}

.main-news__item a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.main-news__item_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1B469A;
	border: 1px solid #A6A6A6;
	mix-blend-mode: multiply;
	opacity: 0.6;
}

.main-news__item:hover{
	filter: drop-shadow(0px 4px 24px rgba(27, 70, 154, 0.4));
	transition: all .5s;
}

.main-news__item:active .main-news__item_overlay{
	opacity: 0.8;
}

.main-news__item_title{
	position: absolute;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	z-index: 2;
	left: 20px;
	bottom: 20px;
	max-width: 155px;
}

.main-news__slide-inner{
	display: flex;
	justify-content: space-between;
	padding: 0 0 48px;
}
