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


.header-socials {
	display: flex;
	gap: 10px;
}

.header-socials .social-item__icon path {
	fill: white;
}

.footer-socials {
	margin-top: auto;
	display: flex;
	gap: 10px;
}

@media (max-width: 991px) {
	.footer-socials {
		margin-top: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
}

.footer-socials .search-content__icon,
.footer-socials .social-block__item {
	background-color: #ffffff;
	width: 32px;
	height: 32px;
	border-radius: 4px;
}

.footer-socials .search-content__icon svg {
	width: 20px;
	height: 20px;
}


.footer-socials .search-content__icon svg path,
.footer-socials .social-item__icon svg path{
	fill: #BFA775;
}

.footer-socials .social-item__icon {
	width: 20px;
	height: 20px;
}
