

/* Start:/local/templates/truewater.v2/components/bitrix/news/info/bitrix/news.detail/.default/style.css?17821089475212*/
/* Стили для детальной страницы статьи */
.article-detail {
	max-width: 1340px;
	margin: 0 auto;
	font-family: 'Gilroy', sans-serif;
	padding-top: 0px;
	padding-bottom: 40px;
}

/* Заголовок */
.article-header {
	margin-bottom: 40px;
	border-bottom: 1px solid #E8F0FE;
	padding-bottom: 20px;
}

.article-breadcrumbs {
	font-size: 14px;
	color: #6B7280;
	margin-bottom: 20px;
}

	.article-breadcrumbs a {
		color: #1F5CA8;
		text-decoration: none;
		transition: color 0.3s ease;
	}

		.article-breadcrumbs a:hover {
			color: #0A3D7A;
		}

.article-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #1A3D66;
	margin: 0 0 24px 0;
	letter-spacing: -0.5px;
}

/* Мета-информация */
.article-meta {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	align-items: center;
}

.article-meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: #6B7280;
}

.article-meta-icon {
	font-size: 16px;
	opacity: 0.8;
}

.article-date,
.article-views,
.article-reading-time {
	font-weight: 500;
}

/* Основное изображение */
.article-main-image {
	margin: 0 0 30px 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(31, 92, 168, 0.1);
}

.article-detail-picture {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.article-image-caption {
	text-align: center;
	font-size: 14px;
	color: #6B7280;
	font-style: italic;
	margin-top: 10px;
	padding: 0 20px;
}

/* Превью текст */
.article-preview {
	background: #F8FAFF;
	border-left: 4px solid #1F5CA8;
	padding: 20px 24px;
	margin: 0 0 30px 0;
	border-radius: 0 8px 8px 0;
}

.article-lead {
	font-size: 18px;
	line-height: 1.6;
	color: #1A3D66;
	margin: 0;
	font-weight: 500;
}

/* Основной контент */
.article-content {
	font-size: 17px;
	line-height: 1.7;
	color: #333333;
	margin-bottom: 40px;
}

	.article-content h2,
	.article-content h3,
	.article-content h4 {
		color: #1A3D66;
		margin-top: 32px;
		margin-bottom: 16px;
		font-weight: 600;
	}

	.article-content h2 {
		font-size: 28px;
	}

	.article-content h3 {
		font-size: 24px;
	}

	.article-content h4 {
		font-size: 20px;
	}

	.article-content p {
		margin-bottom: 20px;
	}

	.article-content ul,
	.article-content ol {
		margin: 20px 0;
		padding-left: 24px;
	}

	.article-content li {
		margin-bottom: 8px;
	}

	.article-content blockquote {
		border-left: 3px solid #1F5CA8;
		padding-left: 20px;
		margin: 20px 0;
		font-style: italic;
		color: #4B5563;
		background: #F8FAFF;
		padding: 20px;
		border-radius: 0 8px 8px 0;
	}

	.article-content img {
		max-width: 100%;
		height: auto;
		border-radius: 8px;
		margin: 20px 0;
	}

	.article-content table {
		width: 100%;
		border-collapse: collapse;
		margin: 20px 0;
	}

		.article-content table th,
		.article-content table td {
			border: 1px solid #E8F0FE;
			padding: 12px;
			text-align: left;
		}

		.article-content table th {
			background: #F8FAFF;
			font-weight: 600;
			color: #1A3D66;
		}

/* Дополнительные свойства */
.article-properties {
	background: #F8FAFF;
	border-radius: 12px;
	padding: 24px;
	margin: 40px 0;
	border: 1px solid #E8F0FE;
}

.article-properties-title {
	font-size: 20px;
	font-weight: 600;
	color: #1A3D66;
	margin: 0 0 20px 0;
}

.article-properties-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 16px;
}

.article-property {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.article-property-name {
	font-size: 14px;
	color: #6B7280;
	font-weight: 500;
}

.article-property-value {
	font-size: 16px;
	color: #1A3D66;
	font-weight: 500;
}

/* Шеринг */
.article-share {
	background: #F8FAFF;
	border-radius: 12px;
	padding: 24px;
	margin: 40px 0;
	text-align: center;
	border: 1px solid #E8F0FE;
}

.article-share-title {
	font-size: 18px;
	font-weight: 600;
	color: #1A3D66;
	margin-bottom: 16px;
}

/* Навигация */
.article-navigation {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #E8F0FE;
}

.article-back-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #1F5CA8;
	text-decoration: none;
	padding: 12px 24px;
	border: 2px solid #1F5CA8;
	border-radius: 8px;
	transition: all 0.3s ease;
	background: rgba(31, 92, 168, 0.05);
}

	.article-back-link:hover {
		background: #1F5CA8;
		color: #FFFFFF;
		gap: 14px;
	}

.article-back-icon {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.article-back-link:hover .article-back-icon {
	transform: translateX(-4px);
}

/* Адаптивность */
@media (max-width: 768px) {
	.article-detail {
		padding: 20px 15px;
	}

	.article-title {
		font-size: 28px;
	}

	.article-meta {
		gap: 16px;
	}

	.article-meta-item {
		font-size: 14px;
	}

	.article-lead {
		font-size: 16px;
	}

	.article-content {
		font-size: 16px;
	}

		.article-content h2 {
			font-size: 24px;
		}

		.article-content h3 {
			font-size: 20px;
		}

		.article-content h4 {
			font-size: 18px;
		}

	.article-properties-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.article-title {
		font-size: 24px;
	}

	.article-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.article-back-link {
		width: 100%;
		justify-content: center;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.info/info_detail/style.css?1722496497160*/
.item_title {
    color: #333;
    font-family: Gilroy;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 44.8px */
}
/* End */
/* /local/templates/truewater.v2/components/bitrix/news/info/bitrix/news.detail/.default/style.css?17821089475212 */
/* /local/templates/.default/components/bitrix/catalog.section.info/info_detail/style.css?1722496497160 */
