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;
}
.main_section__clients__file{
	margin-top: 20px;
}
.file_feedback{
	display:flex;
	text-decoration: none;
	color: #414141;
	align-items: center;
	font-size: 20px;
}
.file_feedback .clients_mail_p {
	position: relative;
}
.file_feedback .clients_mail_p:before, .file_feedback .clients_mail_p:after {
	content: "";
	height: 2px;
	display: block;
	background: rgba(43, 43, 43, 0.1);
	width: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	transition: all 1s;
}
.file_feedback .clients_mail_p:before {
	background: #D91D5C;
	z-index: 2;
}
.file_feedback:hover .clients_mail_p:after {
	width: 100%;
}
.file_feedback:hover .clients_mail_p:before {
	width: 80%;
}
.file_feedback:hover {
	color: #414141;
}
.file_feedback:hover {
	color: #414141;
}
.mail_image{
	background-image:url("screpka.png");
	width: 70px;
	height: 69px;
	margin-right: 15px;
}
.clients_mail_p{
	margin-bottom: 0;
}