

/* Start:/local/templates/truewater.v2/components/bitrix/news/info/bitrix/news.detail/.default/style.css?178903285515408*/
/* Стили для детальной страницы статьи */
.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;
	}
}
.page-catalog__content {
	border-bottom: 2px solid #eceff2;
}

/* ==========================================================================
   TRUEWATER Article Accordion (.acc_title + .acc_content)
   Direct heading clicks without inner button elements
   ========================================================================== */
.acc_item {
	margin-top: 14px;
}

/* H2 Accordion Title */
h2.acc_title {
	margin: 16px 0 0 0;
	padding: 18px 22px;
	border: 1px solid #d5e4eb;
	border-radius: 10px;
	background: #ffffff;
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-family: inherit;
	color: #17313f;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 600;
	outline-offset: -2px;
	box-sizing: border-box;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

h2.acc_title:focus-visible {
	outline: 2px solid #1188c9;
}

h2.acc_title:hover,
h2.acc_title.is-open {
	border-color: #77badb;
}

h2.acc_title.is-open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #eef8fd;
	color: #0874b2;
}

/* H2 Icon via ::after */
h2.acc_title::after {
	content: "+";
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #72b8da;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #1188c9;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	background: #ffffff;
	margin-left: auto;
	transition: all 0.2s ease;
}

h2.acc_title:hover::after,
h2.acc_title.is-open::after {
	content: "−";
	border-color: #1188c9;
	background: #1188c9;
	color: #ffffff;
}

/* Content Container */
.acc_content {
	border: 1px solid #77badb;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 24px;
	background: #ffffff;
	font-size: 16px;
	line-height: 1.65;
	color: #2c3e50;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 0;
	opacity: 0;
	transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1),
	            padding-top 0.28s cubic-bezier(0.4, 0, 0.2, 1),
	            padding-bottom 0.28s cubic-bezier(0.4, 0, 0.2, 1),
	            margin-bottom 0.28s cubic-bezier(0.4, 0, 0.2, 1),
	            opacity 0.22s ease;
}

.acc_content.is-open {
	padding-top: 22px;
	padding-bottom: 22px;
	margin-bottom: 16px;
	opacity: 1;
	overflow: visible;
}

.acc_content[hidden] {
	display: none !important;
}

.acc_content p {
	margin: 0 0 14px 0;
}

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

.acc_content ul,
.acc_content ol {
	margin: 8px 0 16px 22px;
	padding: 0;
}

.acc_content li {
	margin: 6px 0;
}

.acc_content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.acc_content table {
	max-width: 100%;
	overflow-x: auto;
	display: block;
	border-collapse: collapse;
	margin: 16px 0;
}

/* Nested H3 / H4 Sub-Accordions */
h3.acc_title,
h4.acc_title {
	margin: 12px 0 0 0;
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 600;
	color: #1a3d66;
	min-height: 46px;
	border: 1px solid #e0ecf3;
	border-radius: 8px;
	background: #f8fbfe;
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	outline-offset: -2px;
	box-sizing: border-box;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

h3.acc_title:focus-visible,
h4.acc_title:focus-visible {
	outline: 2px solid #1188c9;
}

h3.acc_title:hover,
h3.acc_title.is-open,
h4.acc_title:hover,
h4.acc_title.is-open {
	border-color: #9ecde3;
}

h3.acc_title.is-open,
h4.acc_title.is-open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #eaf4fb;
	color: #0874b2;
}

/* H3/H4 Icon via ::after */
h3.acc_title::after,
h4.acc_title::after {
	content: "+";
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #9ecde3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #1188c9;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	background: #ffffff;
	margin-left: auto;
	transition: all 0.2s ease;
}

h3.acc_title:hover::after,
h3.acc_title.is-open::after,
h4.acc_title:hover::after,
h4.acc_title.is-open::after {
	content: "−";
	border-color: #1188c9;
	background: #1188c9;
	color: #ffffff;
}

h3.acc_title + .acc_content,
h4.acc_title + .acc_content {
	border: 1px solid #9ecde3;
	border-top: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 0 18px;
	background: #ffffff;
	margin-bottom: 0;
	opacity: 0;
	transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1),
	            padding-top 0.28s cubic-bezier(0.4, 0, 0.2, 1),
	            padding-bottom 0.28s cubic-bezier(0.4, 0, 0.2, 1),
	            margin-bottom 0.28s cubic-bezier(0.4, 0, 0.2, 1),
	            opacity 0.22s ease;
}

h3.acc_title + .acc_content.is-open,
h4.acc_title + .acc_content.is-open {
	padding-top: 16px;
	padding-bottom: 18px;
	margin-bottom: 12px;
	opacity: 1;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
	h2.acc_title {
		padding: 14px 16px;
		font-size: 17px;
		min-height: 48px;
		gap: 12px;
	}

	.acc_content {
		padding-left: 16px;
		padding-right: 16px;
	}

	.acc_content.is-open {
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 15px;
	}

	h3.acc_title,
	h4.acc_title {
		padding: 11px 13px;
		font-size: 15px;
	}

	h3.acc_title + .acc_content,
	h4.acc_title + .acc_content {
		padding-left: 14px;
		padding-right: 14px;
	}

	h3.acc_title + .acc_content.is-open,
	h4.acc_title + .acc_content.is-open {
		padding-top: 13px;
		padding-bottom: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	h2.acc_title,
	h2.acc_title::after,
	h3.acc_title,
	h3.acc_title::after,
	.acc_content {
		transition: none !important;
	}
}
/* ==========================================================================
   Блок голосования со звездами (iblock.vote)
   ========================================================================== */
.iblock-vote {
    max-width: 1340px;
    margin: 20px auto 28px auto;
    box-sizing: border-box;
}

.article-detail .iblock-vote {
    margin: 16px 0 24px 0;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1380px) {
    .iblock-vote {
        padding-left: 20px;
        padding-right: 20px;
    }
    .article-detail .iblock-vote {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .iblock-vote {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .article-detail .iblock-vote {
        padding-left: 0;
        padding-right: 0;
        margin-top: 14px;
        margin-bottom: 20px;
    }
}

.vote-card {
    background: #f1f6fc;
    border: 1px solid #dce8f6;
    border-radius: 20px;
    padding: 24px 28px;
    box-sizing: border-box;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a2b49;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.vote-card:hover {
    border-color: #c9ddf2;
}

/* Строка 1: Рейтинг и просмотры */
.vote-card__header {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 14px;
    line-height: 1.2;
}

.vote-score-val {
    font-size: 24px;
    font-weight: 700;
    color: #1a2b49;
    letter-spacing: -0.3px;
}

.vote-score-max {
    font-size: 15px;
    font-weight: 500;
    color: #62758d;
    margin-left: 6px;
}

.vote-bullet {
    color: #94a3b8;
    margin: 0 10px;
    font-size: 14px;
    user-select: none;
}

.vote-views {
    font-size: 15px;
    font-weight: 500;
    color: #62758d;
}

/* Строка 2: Призыв к действию и звезды */
.vote-card__body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    min-height: 32px;
}

.vote-label {
    font-size: 15px;
    font-weight: 500;
    color: #475569;
    line-height: 1.4;
}

.vote-card--voted .vote-label {
    color: #1F5CA8;
    font-weight: 600;
}

.vote-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    user-select: none;
}

/* Звезды */
.vote-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: 1;
    color: #d8e2ec;
    transition: transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.15s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.vote-star svg {
    width: 26px;
    height: 26px;
    display: block;
    fill: currentColor;
    transition: transform 0.18s ease;
}

.vote-star.star-voted {
    color: #f59e0b;
}

.vote-star.star-empty {
    color: #d8e2ec;
}

/* При наведении */
.vote-star.is-hover,
.vote-star.star-over {
    color: #f59e0b !important;
    transform: scale(1.18);
}

.vote-star:active {
    transform: scale(0.92);
}

.vote-card--readonly .vote-star,
.vote-card--voted .vote-star {
    cursor: default;
    pointer-events: none;
}

.vote-card--loading .vote-stars {
    opacity: 0.5;
    pointer-events: none;
}

/* Индикатор загрузки / статус */
.vote-wait {
    font-size: 14px;
    color: #1F5CA8;
    font-weight: 500;
    animation: voteFadeIn 0.2s ease;
}

@keyframes voteFadeIn {
    from { opacity: 0; transform: translateY(-2px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Адаптивность для мобильных */
@media (max-width: 540px) {
    .vote-card {
        padding: 18px 20px;
        border-radius: 16px;
    }
    
    .vote-card__header {
        margin-bottom: 12px;
    }

    .vote-score-val {
        font-size: 22px;
    }

    .vote-score-max,
    .vote-views,
    .vote-label {
        font-size: 14px;
    }

    .vote-card__body {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .vote-star svg {
        width: 24px;
        height: 24px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.info/info_detail/style.css?1783615850160*/
.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?178903285515408 */
/* /local/templates/.default/components/bitrix/catalog.section.info/info_detail/style.css?1783615850160 */
