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;
}


.card .card__bg-image {
/*	position: relative;*/
	height: 200px;
	z-index: 0;
	filter: brightness(40%);
    background: #808080;
}

.card__content hr {
	border: 1px solid #E5172D;
	width: 100%;
	margin-bottom: 30px;
}

.card__content .dop-block {
	height: 100px;
}

.card .card__body {
	opacity: 1;
	padding-top: 30px;
}
.card__header {
	/*	margin-top: 20px;*/
	z-index: 1;
	height: 200px;
	margin-bottom: 0!important;
	display: flex;
	align-items: center;
}

.card:focus-within .card__title, .card:hover .card__title {
	color: white!important;
}

.card:focus-within .card__content, .card:hover .card__content {
    /*background-color: #fff;
    border-color: rgba(228, 23, 46, 0.4);*/
    background: white!important;
    border-color: white!important;
}

.card:focus-within .card__logo, .card:hover .card__logo {
	opacity: 1!important;
}

.card:focus-within .card__logo--hovered, .card:hover .card__logo--hovered {
	opacity: 0!important;
}

.card__content {
	background-color: #fff;
	padding: 0 47px!important;
}

.card .button {
	background: white;
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
}