body {
	background: #e0e0e06b;
}

.paginator {
	display: flex;
	margin: 20px 0 50px;
	justify-content: center;
	align-items: center;
}

.doc-empty {
	margin: 40px 0 100px;
}

main .container {
	max-width: 1024px;
}

.title	{
	margin: 40px 0 60px;
	font-size: 3em;
}

.icon-download {
	float: left;
	width: 40px;
	min-width: 40px;
	height: 40px;
	min-height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	background: #145196 url(../img/download_white.png) no-repeat 50% 50%;
}

.doc-wrapper .doc, .doc-wrapper a.doc:focus {
	color: #222328;
}

.doc-wrapper .doc {
	font-size: 24px;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.doc-wrapper {
	margin-bottom: 25px;
	line-height: 2;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/*.doc-wrapper:last-of-type {
	border: none;
}*/

.doc-wrapper p, .category{
	padding-left: 50px;
}

.title-doc {
	display: flex;
	align-items: center;
}
.category, .date {
	font-size: 14px;
	color: #a29f9f;

}
.date {
	margin-left: 20px;
}

@media (max-width: 480px) {
	.title-doc {
		display: block
	}

	.date {
		padding-left: 30px
	}
}