

/* Start:/local/templates/doctor/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?17828957803018*/
.share__bottom-rating {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.share__bottom-rating-stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.share__bottom-rating-star {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 1;
	color: #d9d9d9;
	cursor: pointer;
	transition: color .2s ease;
}

.share__bottom-rating-star.is-active {
	color: #f5b301;
}

.share__bottom-rating-info {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #787070;
}

.share__bottom-rating-value {
	font-weight: 700;
	color: #323232;
}

.needed__buttons {
	display: none!important;
	overflow-x: scroll;
}

.needed--articles {
	display: none!important;
}

@media (max-width: 1100px) {
	.needed--articles {
		display: flex!important;
	}
	.needed__buttons {
		display: flex!important;
	}
}

@media (max-width: 1410px) {
	.needed__buttons {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto;
		justify-content: flex-start !important;
		gap: 8px;
		width: 100%;
		padding-bottom: 6px; 
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.needed__buttons::-webkit-scrollbar {
		display: none;
	}
	.needed__buttons-btn {
		flex: 0 0 auto !important;
		width: 200px !important;
		display: block !important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
		line-height: 1.4;
	}
}

.breed-related {
	margin: 32px 0 28px;
}

.breed-related__title {
	margin-bottom: 14px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
	color: #202020;
}

.breed-related__scroll {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 12px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	text-overflow: ellipsis;
	text-align: center;
}

.breed-related__scroll::-webkit-scrollbar {
	height: 6px;
}

.breed-related__scroll::-webkit-scrollbar-track {
	background: #eef3e7;
	border-radius: 999px;
}

.breed-related__scroll::-webkit-scrollbar-thumb {
	background: #6c9b3c;
	border-radius: 999px;
}

.breed-related__item {
	flex: 0 0 auto;
	min-width: 220px;
	max-width: 100%;
	padding: 14px 18px;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid #e1ecd6;
	color: #202020;
	font-size: 15px;
	line-height: normal;
	text-decoration: none;
	scroll-snap-align: start;
	transition: border-color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.breed-related__item:hover {
	border-color: #6c9b3c;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.breed-related {
		margin: 24px 0;
	}

	.breed-related__title {
		font-size: 18px;
	}

	.breed-related__item {
		min-width: 180px;
		max-width: 240px;
		padding: 12px 14px;
		font-size: 14px;
	}
}

.statiDetail .wrapperMain {
	max-width: 70%!important;
}

@media (max-width: 1100px) {
	.statiDetail .wrapperMain {
		max-width: 100%!important;
	}
}





/* End */


/* Start:/upload/article_assets/iblock_2/element_2318.css?17799725304322*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2318 */

/* ===== STYLE BLOCK ===== */

.article-container { --pbr-primary: #5f9430; --pbr-primary-dark: #4a7524; --pbr-primary-soft: #edfbd9; --pbr-text: #1f2937; --pbr-text-light: #4b5563; --pbr-border: #e5e7eb; --pbr-bg: #ffffff; --pbr-bg-alt: #f9fafb; --pbr-warn: #fffbeb; --pbr-warn-border: #fef3c7; --pbr-warn-text: #92400e; --pbr-danger: #fef2f2; --pbr-danger-border: #fecaca; --pbr-danger-text: #991b1b; --pbr-radius: 16px; max-width: 900px; margin: 0 auto; padding: 32px 16px; font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.6; color: var(--pbr-text); background: var(--pbr-bg); } .article-container * { box-sizing: border-box; } .article-container h1, .article-container h2, .article-container h3, .article-container h4 { color: var(--pbr-text); line-height: 1.3; margin-top: 2em; margin-bottom: 0.75em; font-weight: bold; } .article-container h1 { font-size: clamp(28px, 4vw, 42px); margin-top: 0; margin-bottom: 24px; line-height: 1.2; } .article-container h2 { font-size: clamp(24px, 3vw, 32px); border-bottom: 2px solid var(--pbr-primary-soft); padding-bottom: 8px; } .article-container h3 { font-size: clamp(20px, 2.5vw, 24px); } .article-container p { margin: 0 0 16px; color: var(--pbr-text-light); } .article-container strong { color: var(--pbr-text); font-weight: bold; } .article-container a { color: var(--pbr-primary-dark); text-decoration: underline; text-decoration-color: rgba(95, 148, 48, 0.4); text-underline-offset: 4px; transition: all 0.2s ease; } .article-container a:hover { color: var(--pbr-primary); text-decoration-color: var(--pbr-primary); } .article-container ul, .article-container ol { margin: 0 0 24px; padding-left: 24px; color: var(--pbr-text-light); } .article-container li { margin-bottom: 8px; } .article-container img { display: block; width: 100%; height: auto; border-radius: var(--pbr-radius); margin: 32px 0; object-fit: cover; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } /* Semantic Callout Blocks */ .callout { padding: 20px 24px; border-radius: var(--pbr-radius); margin: 28px 0; font-size: 16px; } .callout-info { background: var(--pbr-primary-soft); border-left: 6px solid var(--pbr-primary); } .callout-warning { background: var(--pbr-warn); border: 1px solid var(--pbr-warn-border); border-left: 6px solid #f59e0b; color: var(--pbr-warn-text); } .callout-danger { background: var(--pbr-danger); border: 1px solid var(--pbr-danger-border); border-left: 6px solid #ef4444; color: var(--pbr-danger-text); } .callout strong { color: inherit; display: block; margin-bottom: 6px; font-size: 17px; } /* Cards Grid */ .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 28px 0; } .card { background: var(--pbr-bg-alt); border: 1px solid var(--pbr-border); border-radius: var(--pbr-radius); padding: 24px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); display: flex; flex-direction: column; } .card h3, .card h4 { margin-top: 0; font-size: 19px; color: var(--pbr-primary-dark); } .card p:last-child, .card ul:last-child { margin-bottom: 0; } /* Table Styles */ .table-wrapper { overflow-x: auto; margin: 32px 0; border-radius: var(--pbr-radius); border: 1px solid var(--pbr-border); background: var(--pbr-bg); } .styled-table { width: 100%; border-collapse: collapse; min-width: 650px; text-align: left; } .styled-table th { background: var(--pbr-primary); color: #ffffff; font-weight: bold; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.2); } .styled-table td { padding: 16px; border: 1px solid var(--pbr-border); vertical-align: top; color: var(--pbr-text-light); } .styled-table tr:nth-child(even) td { background: var(--pbr-bg-alt); } .styled-table td:first-child { font-weight: bold; color: var(--pbr-text); } /* Specific Sections */ .source-list { font-size: 14px; word-break: break-word; } .final-verdict { background: linear-gradient(135deg, var(--pbr-primary-soft) 0%, #ffffff 100%); border: 2px solid var(--pbr-primary); padding: 32px; border-radius: var(--pbr-radius); margin-top: 48px; } .final-verdict h2 { margin-top: 0; border: none; padding: 0; } @media (max-width: 768px) { .article-container { padding: 20px 16px; } .cards-grid { grid-template-columns: 1fr; } .callout { padding: 16px 20px; } .card { padding: 20px; } }

/* End */
/* /local/templates/doctor/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?17828957803018 */
/* /upload/article_assets/iblock_2/element_2318.css?17799725304322 */
