

/* Start:/local/templates/doctor/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?17821268042868*/
.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;
	}
}



/* End */


/* Start:/upload/article_assets/iblock_2/element_2665.css?17825535514223*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2665 */

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

.article-container { font-family: Arial, Helvetica, sans-serif; line-height: 1.6; max-width: 900px; margin: 0 auto; padding: 24px 20px; color: #1f2937; background-color: #ffffff; } .article-container *, .article-container *::before, .article-container *::after { box-sizing: border-box; } .article-container h1, .article-container h2, .article-container h3 { color: #111827; margin-top: 1.5em; margin-bottom: 0.8em; font-weight: bold; line-height: 1.3; } .article-container h1 { font-size: clamp(28px, 4vw, 40px); margin-top: 0; } .article-container h2 { font-size: clamp(22px, 3vw, 28px); border-bottom: 2px solid #e5e7eb; padding-bottom: 12px; } .article-container h3 { font-size: 20px; } .article-container p { margin: 0 0 16px; } .article-container ul, .article-container ol { margin: 0 0 20px; padding-left: 24px; } .article-container li { margin-bottom: 8px; } .article-container a { color: #059669; text-decoration: none; border-bottom: 1px solid rgba(5, 150, 105, 0.3); transition: all 0.2s ease; } .article-container a:hover { color: #047857; border-color: #047857; } .article-container strong { font-weight: bold; color: #111827; } .article-section { margin-bottom: 48px; } .kicker { display: inline-block; padding: 6px 14px; border-radius: 9999px; background-color: #ecfdf5; color: #047857; font-size: 14px; font-weight: bold; margin-bottom: 20px; } .hero-subtitle { font-size: 18px; color: #4b5563; margin-bottom: 32px; } .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 24px 0; } .card { background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); display: flex; flex-direction: column; } .card h3 { margin-top: 0; color: #047857; } .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 16px; } .tag { display: inline-flex; padding: 6px 12px; border-radius: 9999px; background-color: #f3f4f6; color: #374151; font-size: 13px; font-weight: bold; } .table-responsive { overflow-x: auto; margin: 24px 0; border-radius: 12px; border: 1px solid #e5e7eb; } .article-table { width: 100%; border-collapse: collapse; min-width: 650px; background-color: #ffffff; } .article-table th, .article-table td { padding: 16px; border: 1px solid #e5e7eb; vertical-align: top; } .article-table th { background-color: #047857; color: #ffffff; text-align: left; font-weight: bold; } .article-table tr:nth-child(even) td { background-color: #f9fafb; } .article-table td:first-child { font-weight: bold; color: #1f2937; background-color: #f3f4f6; } .alert { padding: 24px; border-radius: 12px; margin: 32px 0; } .alert-title { display: block; font-weight: bold; margin-bottom: 8px; font-size: 18px; text-transform: uppercase; letter-spacing: 0.05em; } .alert-insight { background-color: #f0fdf4; border-left: 6px solid #22c55e; } .alert-insight .alert-title { color: #166534; } .alert-expert { background-color: #eff6ff; border-left: 6px solid #3b82f6; } .alert-expert .alert-title { color: #1e40af; } .alert-important { background-color: #fdf2f8; border-left: 6px solid #ec4899; } .alert-important .alert-title { color: #9d174d; } .alert-warning { background-color: #fffbeb; border-left: 6px solid #f59e0b; } .alert-warning .alert-title { color: #b45309; } .alert-warning p { color: #78350f; } .alert-final { background: linear-gradient(135deg, #059669 0%, #047857 100%); color: #ffffff; border-radius: 20px; padding: 40px; box-shadow: 0 10px 25px rgba(4, 120, 87, 0.2); } .alert-final h2 { color: #ffffff; border-bottom: none; margin-top: 0; padding-bottom: 0; } .alert-final p { color: rgba(255, 255, 255, 0.95); font-size: 18px; } .toc { background-color: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px; padding: 32px; margin: 40px 0; } .toc h2 { margin-top: 0; border-bottom: none; font-size: 22px; } .toc ol { margin: 0; columns: 2; column-gap: 40px; } .toc li { break-inside: avoid; margin-bottom: 12px; } @media (max-width: 768px) { .article-container { padding: 16px; } .cards-grid { grid-template-columns: 1fr; } .toc ol { columns: 1; } .alert-final { padding: 24px; } }

/* End */
/* /local/templates/doctor/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?17821268042868 */
/* /upload/article_assets/iblock_2/element_2665.css?17825535514223 */
