div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.home-slider__arrows {
	display: flex;
	margin: 0 0 35px;
	align-items: center;
}
.promo-slider__arrows {
	display: flex;
	margin: 5px 0;
	align-items: center;
	justify-content: center;
	color: rgb(44, 78, 158);
}
.home-slider__arrows .swiper-pagination-fraction, .promo-slider__arrows .swiper-pagination-fraction {
	width: unset;
}
.home-slider__counter, .promo-slider__counter {
	display: inline-block;
	margin: 0 18px;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Exo 2',sans-serif;
}
.home-prev, .promo-prev {
	background-position: 0 0;
}
.home-next, .promo-next {
	background-position: 100% 0;
}
.promo-arrow {
	display: inline-block;
	width: 42px;
	height: 13px;
	cursor: pointer;
	outline: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/images/home-nav__black.svg);
	filter: invert(24%) sepia(71%) saturate(1143%) hue-rotate(195deg) brightness(97%) contrast(89%);
}
.home-arrow{
	display: inline-block;
	width: 42px;
	height: 13px;
	cursor: pointer;
	outline: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/images/home-nav__black.svg);
	filter: invert(35%) sepia(34%) saturate(5738%) hue-rotate(335deg) brightness(103%) contrast(91%);
}

