

/* Start:/local/templates/lombard/components/bitrix/news.detail/news/style.css?17842278481747*/
.news-article {
	max-width: 42rem;
	margin-inline: auto;
}

.news-article__head {
	margin-bottom: 28px;
}

.news-article__date {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 14px;
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--color-text-muted, #5f6b7a);
}

.news-article__date svg {
	width: 16px;
	height: 16px;
	color: var(--color-primary, #0071bc);
	opacity: 0.8;
}

.news-article__title {
	margin: 0;
	font-family: var(--font-heading, "Manrope", sans-serif);
	font-size: clamp(1.75rem, 1.35rem + 1.6vw, 2.375rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-wrap: balance;
	color: var(--color-text, #1b1f24);
}

.news-article__figure {
	margin: 0 0 28px;
	overflow: hidden;
	border-radius: 18px;
	background: #eaf3fb;
}

.news-article__figure img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 460px;
	object-fit: cover;
}

.news-article__body {
	color: var(--color-text, #1b1f24);
}

.news-article__foot {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid var(--color-border, #e4e7ec);
}

.news-article__back {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 18px;
	border: 1px solid var(--color-border, #e4e7ec);
	border-radius: 12px;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color-text, #1b1f24);
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.news-article__back:hover {
	color: var(--color-primary, #0071bc);
	border-color: rgba(0, 113, 188, 0.45);
	background: var(--color-surface-2, #f9fafb);
}

.news-article__back svg {
	width: 16px;
	height: 16px;
	transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-article__back:hover svg {
	transform: translateX(-4px);
}

/* End */
/* /local/templates/lombard/components/bitrix/news.detail/news/style.css?17842278481747 */
