

/* Start:/local/templates/gkump/components/bitrix/news/page-news/bitrix/news.detail/.default/style.css?17823804845245*/
.news-detail {
	padding: 40px 0 60px;
}

.news-detail__cover {
	width: 100%;
	max-height: 480px;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 36px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-detail__cover-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.nd-card {
	border: 1px solid #d8e8d8;
	border-radius: 10px;
	padding: 28px 32px;
	margin-bottom: 36px;
	background: #f8fdf8;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: flex-end;
}

.nd-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1 1 320px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.nd-card__item {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.nd-card__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #005824;
	font-family: Arial, Helvetica, sans-serif;
}

.nd-card__value {
	font-size: 15px;
	color: #1a1a1a;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.45;
}

.nd-card__action {
	flex: 0 0 auto;
	align-self: flex-end;
}

.nd-card__btn {
	display: inline-block;
	background: #f5a623;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 13px 28px;
	border-radius: 6px;
	cursor: pointer;
	border: none;
	transition: background 0.18s ease;
	white-space: nowrap;
	text-decoration: none;
}

.nd-card__btn:hover {
	background: #d4891a;
	color: #fff;
}

.nd-richtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #1a1a1a;
	margin-bottom: 36px;
}

.nd-richtext h1,
.nd-richtext h2,
.nd-richtext h3,
.nd-richtext h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005824;
	margin: 28px 0 12px;
	line-height: 1.3;
}

.nd-richtext h1 { font-size: 26px; }
.nd-richtext h2 { font-size: 22px; }
.nd-richtext h3 { font-size: 18px; }
.nd-richtext h4 { font-size: 16px; }

.nd-richtext p {
	margin: 0 0 16px;
}

.nd-richtext a {
	color: #005824;
	text-decoration: underline;
	transition: color 0.15s;
}

.nd-richtext a:hover {
	color: #007f35;
}

.nd-richtext ul,
.nd-richtext ol {
	padding-left: 22px;
	margin: 0 0 16px;
}

.nd-richtext li {
	margin-bottom: 6px;
}

.nd-richtext table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px;
	font-size: 14px;
}

.nd-richtext th,
.nd-richtext td {
	border: 1px solid #d0d0d0;
	padding: 9px 14px;
	text-align: left;
	vertical-align: top;
}

.nd-richtext th {
	background: #005824;
	color: #fff;
	font-weight: 700;
}

.nd-richtext tr:nth-child(even) td {
	background: #f8fdf8;
}

.nd-richtext img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	display: block;
	margin: 16px 0;
}

.nd-richtext b,
.nd-richtext strong {
	font-weight: 700;
}

.nd-richtext blockquote {
	border-left: 3px solid #005824;
	margin: 20px 0;
	padding: 10px 20px;
	color: #444;
	background: #f8fdf8;
	border-radius: 0 6px 6px 0;
	font-style: italic;
}

.nd-files {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 36px;
}

.nd-files__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 2px solid #005824;
	color: #005824;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 11px 22px;
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.18s, color 0.18s;
}

.nd-files__link:hover {
	background: #005824;
	color: #fff;
}

.nd-files__link::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 20px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 20'%3E%3Cpath d='M9 13l-4-4h2.5V4h3v5H13L9 13zM2 17h14v-2H2v2z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 20'%3E%3Cpath d='M9 13l-4-4h2.5V4h3v5H13L9 13zM2 17h14v-2H2v2z'/%3E%3C/svg%3E") center/contain no-repeat;
	flex-shrink: 0;
}

.nd-btn {
	display: inline-block;
	background: #005824;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 32px;
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.18s;
	margin-top: 8px;
}

.nd-btn:hover {
	background: #007f35;
	color: #fff;
}

@media (max-width: 768px) {
	.news-detail {
		padding: 24px 0 40px;
	}

	.news-detail__cover {
		max-height: 260px;
		margin-bottom: 24px;
		border-radius: 6px;
	}

	.nd-card {
		padding: 20px 18px;
		gap: 20px;
		margin-bottom: 24px;
	}

	.nd-card__list {
		flex: 1 1 100%;
	}

	.nd-card__action {
		width: 100%;
	}

	.nd-card__btn {
		width: 100%;
		text-align: center;
	}

	.nd-richtext {
		font-size: 14px;
	}

	.nd-richtext h1 { font-size: 20px; }
	.nd-richtext h2 { font-size: 18px; }
	.nd-richtext h3 { font-size: 16px; }

	.nd-richtext table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.nd-files {
		flex-direction: column;
	}

	.nd-files__link {
		width: 100%;
		justify-content: center;
	}

	.nd-btn {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.nd-card {
		padding: 16px 14px;
	}

	.nd-card__label {
		font-size: 10px;
	}

	.nd-card__value {
		font-size: 14px;
	}
}
/* End */
/* /local/templates/gkump/components/bitrix/news/page-news/bitrix/news.detail/.default/style.css?17823804845245 */
