

/* Start:/bitrix/templates/teamb_topprom/components/bitrix/news.list/docs_page/style.css?17817832452809*/
.docs-page {
	width: 100%;
}

.docs-page__section {
	margin-bottom: 45px;
}

.docs-page__section:last-child {
	margin-bottom: 0;
}

.docs-page__section-title {
	margin-bottom: 12px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
	color: #003e59;
}

.docs-page__section-description {
	max-width: 900px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

.docs-page__section-description p {
	margin: 0 0 14px;
}

.docs-page__section-description p:last-child {
	margin-bottom: 0;
}

.docs-page__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.docs-page__item {
	display: grid;
	grid-template-columns: 60px 1fr 48px;
	align-items: center;
	gap: 18px;
	min-height: 82px;
	padding: 18px 22px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.docs-page__item:last-child {
	border-bottom: none;
}

.docs-page__item:hover {
	background: #f7f9fb;
}

.docs-page__icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #f0f3f6;
	color: #e53935;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.docs-page__content {
	min-width: 0;
}

.docs-page__name {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #222;
	text-decoration: none;
}

.docs-page__name:hover {
	color: #003e59;
	text-decoration: underline;
}

.docs-page__size {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.3;
	color: #888;
}

.docs-page__download {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	border-radius: 50%;
	color: #b8b8b8;
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease;
}

.docs-page__download:hover {
	color: #003e59;
	background: rgba(0, 62, 89, 0.08);
}

.docs-page__download svg {
	display: block;
	width: 14px;
	height: 18px;
}

@media(max-width: 767px) {
	.docs-page__section {
		margin-bottom: 35px;
	}

	.docs-page__section-title {
		font-size: 24px;
	}

	.docs-page__item {
		grid-template-columns: 48px 1fr;
		gap: 14px;
		padding: 16px;
	}

	.docs-page__download {
		grid-column: 2;
		width: auto;
		height: auto;
		justify-content: flex-start;
		margin-left: 0;
		margin-top: 8px;
		border-radius: 0;
		font-size: 13px;
	}

	.docs-page__download::after {
		content: "Скачать";
		margin-left: 8px;
		font-size: 13px;
		font-weight: 600;
	}

	.docs-page__icon {
		width: 42px;
		height: 42px;
	}
}
/* End */
/* /bitrix/templates/teamb_topprom/components/bitrix/news.list/docs_page/style.css?17817832452809 */
