.bdr .news-list {
	list-style: none;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding-left: 0;
	margin: 0 0 0 -30px;
}
.bdr .news-list__item  {
	padding-left: 30px;
	margin-bottom: 0;
	width: 50% ;
}
.bdr .news-list h5 {
	margin-top: 0;
	color: #333;
}
.bdr .sct-news .news-list h4 a {
	border: none;
}
.bdr .sct-news .news-list h4 a:hover {
	color: #EC3137;
}
.bdr .news-list__date {
	margin-bottom: 24px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.6);;
}
.bdr .sct-news .news-list__lnk-more {
	display: inline-block;
	margin-top: 24px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.12em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);;
	color: rgba(255, 255, 255, 0.6);;
}
.bdr .sct-news .news-list__lnk-more:hover {
	border-color: #EC3137;
	color: #EC3137;
}
.bdr .news-list-all {
	margin-top: 40px;
	text-align: center;
}



@media screen and (max-width: 639px) {
	.bdr .news-list {
		display: block;
		margin-left: 0;
	}
	.bdr .news-list__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		min-width: auto;
		max-width: none;
		padding-left: 0;
		margin-top: 
	}
	.bdr .news-list__item + .news-list__item {
		margin-top: 40px;
	}
}