.file-item {
	display: block;
	position: relative;
}

.file-item:hover .file-item__title {
	color: #7aa9ff;
	text-decoration: underline;
}

.file-item.file-item_icon_pdf {
	padding-left: 40px;
}

.file-item.file-item_icon_pdf:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 21px;
	height: 26px;
	background: 0 0 no-repeat url("images/pdf.png");
}

.file-item__title {
	margin-top: -5px;
	color: #193d80;
	transition: color .2s ease-in-out;
}

.file-item__size {
	color: #9fafcc;
}

