.pdf_pictures {
	position: relative;
	text-align: center;
}

.pdf_list_upload .link_pdf {
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid;
	text-transform: uppercase;
	margin-top: 24px;
}

.pdf_list_upload > li {
	padding: 15px;
}

.pdf_list_upload {
	margin: 0 -15px 0 !important;
	width: calc(100% + 30px) !important;
}

.pdf_list_upload .link_pdf:after {
	content: "";
	width: 24px;
	height: 4px;
	position: absolute;
	background-color: red;
	right: 0;
	bottom: 2px;
	background-color: #bfa27b;
	transition: color 0.3s, background-color 0.3s;
}

.pdf_list_upload .link_pdf:hover:after {
	background-color: #ebd2b1;
}

.block_title_pdf {
	position: relative;
	float: left;
	margin-bottom: 33px;
	padding: 0 15px;
}

.border_title {
	border-bottom: 1px solid;
	position: absolute;
	width: calc(100% - 30px);
	top: 57%;
}

.block_title_pdf {
	position: relative;
	float: left;
	width: 100%;
}

.block_title_pdf .text_title {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 32%;
	background: #fff;
	padding: 0 10px;
	text-align: center;
	font-size: 20px;
	font-family: romul;
}

.block_title_pdf .text_title h1 {
	font-size: 20px;
}

@media (max-width: 857px) {
	.block_title_pdf .text_title {
		width: 100%;
	}
}
