

/* Start:/local/templates/altelect/components/bitrix/news.detail/altelect/style.css?17811017032830*/
.news-detail {
	word-wrap: break-word;
	max-width: 100%;
	margin-top: 24px;
}

.news-detail__image {
	margin-bottom: 24px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.news-detail__image img.detail_picture {
	max-width: 100%;
	max-height: 500px;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}

.news-detail__content {
	background: #fff;
	padding: 24px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news-detail__title {
	font-size: 28px;
	font-weight: 700;
	color: #1f2937;
	margin: 0 0 16px 0;
	line-height: 1.3;
	text-transform: uppercase;
}

.news-detail .news-date-time {
	font-size: 13px;
	color: var(--dark);
	font-weight: 600;
	margin: 0 0 20px 0;
	display: inline-block;
	padding: 4px 0;
}

.news-detail__preview {
	font-size: 18px;
	color: #4b5563;
	line-height: 1.6;
	margin: 0 0 24px 0;
	font-weight: 400;
}

.news-detail__text {
	font-size: 16px;
	color: #374151;
	line-height: 1.7;
	margin: 0;
}

.news-detail__text p {
	margin: 0 0 16px 0;
}

.news-detail__text p:last-child {
	margin-bottom: 0;
}

.news-detail__text img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 16px 0;
}

.news-detail__text h2,
.news-detail__text h3,
.news-detail__text h4 {
	margin: 24px 0 16px 0;
	color: #1f2937;
	font-weight: 600;
}

.news-detail__text h2 {
	font-size: 24px;
}

.news-detail__text h3 {
	font-size: 20px;
}

.news-detail__text h4 {
	font-size: 18px;
}

.news-detail__text ul,
.news-detail__text ol {
	margin: 16px 0;
	padding-left: 24px;
}

.news-detail__text li {
	margin: 8px 0;
}

.news-detail__text a {
	color: #0073e6;
	text-decoration: none;
	transition: color 0.2s ease;
}

.news-detail__text a:hover {
	color: #005bb5;
	text-decoration: underline;
}

.news-detail-share {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
}

.news-detail-back-wrapper {
	margin-top: 24px;
	margin-bottom: 24px;
}

.news-detail-back-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 42px;
	padding: 0 18px;
	border: none;
	background: var(--main-color);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.02s ease;
	border-radius: var(--radius);
}

.news-detail-back-button:hover {
	background: var(--main-color-hover);
	color: #fff;
	text-decoration: none;
}

.news-detail-back-button:active {
	transform: translateY(1px);
}

/* Адаптивность */
@media (max-width: 768px) {
	.news-detail__content {
		padding: 16px;
	}
	
	.news-detail__title {
		font-size: 22px;
	}
	
	.news-detail__preview {
		font-size: 16px;
	}
	
	.news-detail__text {
		font-size: 15px;
	}
	
	.news-detail__image {
		margin-bottom: 16px;
		border-radius: 6px;
	}
}

/* End */
/* /local/templates/altelect/components/bitrix/news.detail/altelect/style.css?17811017032830 */
