.documents-section {
	padding: 52px 0 48px;
	background-color: rgb(250, 250, 250);
}

.documents-section__inner {
	max-width: 839px;
	margin: 0 auto;
}

.documents-section__title {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.34;
	text-align: center;
	color: rgb(30, 38, 44);
	margin-bottom: 32px;
}

.documents-section__title_sm {
	font-size: 24px;
}

.documents-section__row {
	display: flex;
	margin: 0 -8px;
	flex-wrap: wrap;
}

.documents-section__row_indent {
	margin-bottom: 24px;
}

.documents-section__col {
	padding: 0 8px 24px;
	width: 50%;
}

.documents-section__colwidth {
	padding: 0 8px;
	width: 100%;
}

.documents-section__link {
	border-radius: 16px;
	background-color: rgb(255, 255, 255);
	height: 89px;
	padding: 0 0 0 24px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	transition: .4s;
}

.documents-section__link:hover {
	background: #ccc;
	text-decoration: none;
}

.documents-section__icon {
	flex-shrink: 0;
	width: 27px;
	height: 32px;
	background: url(../images/pdf.svg) no-repeat center;
	margin-right: 18px;
}

.documents-section__text {
	font-size: 18px;
	letter-spacing: 0.36px;
	text-align: left;
	color: rgb(31, 31, 31);
}

.documents-section__text span {
	color: rgb(144, 144, 144);
}

@media (max-width: 767px) {
	.documents-section {
		padding: 24px 16px 0;
	}

	.documents-section__title {
		font-size: 24px;
		padding: 0 24px;
		margin-bottom: 16px;
	}

	.documents-section__title_sm {
		font-size: 20px;
	}

	.documents-section__row {
		margin-bottom: 8px;
	}

	.documents-section__col {
		width: 100%;
		padding: 0 8px;
	}

	.documents-section__link {
		padding: 0 24px;
		margin-bottom: 8px;
	}

	.documents-section__colwidth .documents-section__text {
		font-size: 11px;
		line-height: 14px;
		display: block;
	}
}
