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;
}
.sale__block {
	margin-bottom: 20px;
}
.saleBlock__date {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 155.02%;
	color: #7C7C7C;
}

.saleBlock__name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 155.02%;
    text-transform: uppercase;
    color: #000000;
}

.saleBlock__text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 155.02%;
	color: #000000;
}

.saleBlock__more {
	width: 204px;
	height: 55px;
	background: #2E4F9E;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 155.02%;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}