

/* 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_2668.css?17825555814137*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2668 */

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

.pbr { --pbr-primary: #3b82f6; --pbr-primary-dark: #1d4ed8; --pbr-primary-soft: #eff6ff; --pbr-gray: #d1d5db; --pbr-gray-soft: #f9fafb; --pbr-text: #1f2937; --pbr-muted: #4b5563; --pbr-border: #e5e7eb; --pbr-bg: #ffffff; --pbr-warn-bg: #fef2f2; --pbr-warn-border: #fecaca; --pbr-warn-text: #991b1b; --pbr-insight-bg: #f0fdf4; --pbr-insight-border: #bbf7d0; --pbr-insight-text: #166534; --pbr-radius: 16px; --pbr-radius-sm: 12px; --pbr-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); max-width: 900px; margin: 0 auto; padding: 24px 16px; color: var(--pbr-text); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.6; background: var(--pbr-bg); } .pbr * { box-sizing: border-box; } .pbr-meta { font-size: 14px; color: var(--pbr-muted); background: var(--pbr-gray-soft); padding: 12px 16px; border-radius: var(--pbr-radius-sm); border: 1px solid var(--pbr-border); margin-bottom: 24px; } .pbr a { color: var(--pbr-primary-dark); text-decoration: none; border-bottom: 1px solid rgba(29, 78, 216, 0.3); transition: all 0.2s ease; } .pbr a:hover { color: var(--pbr-primary); border-bottom-color: var(--pbr-primary); } .pbr h1, .pbr h2, .pbr h3 { color: var(--pbr-text); line-height: 1.3; margin: 0 0 16px; font-weight: bold; } .pbr h1 { font-size: clamp(28px, 4vw, 36px); margin-bottom: 24px; } .pbr h2 { font-size: clamp(22px, 3vw, 26px); margin-top: 40px; padding-bottom: 8px; border-bottom: 2px solid var(--pbr-primary-soft); } .pbr h3 { font-size: 20px; margin-top: 28px; } .pbr p { margin: 0 0 18px; } .pbr ul, .pbr ol { margin: 0 0 20px; padding-left: 24px; } .pbr li { margin: 8px 0; } .pbr img { display: block; max-width: 100%; height: auto; border-radius: var(--pbr-radius); margin: 32px auto; box-shadow: var(--pbr-shadow); } .pbr-section { margin: 40px 0; } /* "01;8FK */ .pbr-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: var(--pbr-radius-sm); border: 1px solid var(--pbr-border); background: var(--pbr-bg); } .pbr-table { width: 100%; border-collapse: collapse; min-width: 600px; } .pbr-table th { background: var(--pbr-primary); color: #ffffff; text-align: left; font-weight: bold; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.2); } .pbr-table td { padding: 16px; border: 1px solid var(--pbr-border); vertical-align: top; } .pbr-table tr:nth-child(even) td { background: var(--pbr-primary-soft); } .pbr-table td:first-child { font-weight: bold; background: var(--pbr-gray-soft); } /* !5B:8 8 :0@B>G:8 */ .cards-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 24px 0; } .card { background: var(--pbr-bg); border: 1px solid var(--pbr-border); border-radius: var(--pbr-radius); padding: 24px; box-shadow: var(--pbr-shadow); display: flex; flex-direction: column; } .card h3 { margin-top: 0; color: var(--pbr-primary-dark); } /* !<KA;>2K5 1;>:8 */ .pbr-warning { padding: 24px; border-radius: var(--pbr-radius); background: var(--pbr-warn-bg); border: 1px solid var(--pbr-warn-border); color: var(--pbr-warn-text); margin: 28px 0; } .pbr-warning h2 { color: var(--pbr-warn-text); margin-top: 0; border-bottom: none; } .pbr-insight { padding: 24px; border-radius: var(--pbr-radius); background: var(--pbr-insight-bg); border-left: 6px solid #22c55e; color: var(--pbr-insight-text); margin: 28px 0; } .pbr-callout { padding: 24px; border-radius: var(--pbr-radius); background: var(--pbr-primary-soft); border-left: 6px solid var(--pbr-primary); margin: 28px 0; } .pbr-final { padding: 32px; border-radius: var(--pbr-radius); background: linear-gradient(135deg, var(--pbr-primary) 0%, var(--pbr-primary-dark) 100%); color: #ffffff; margin: 48px 0; box-shadow: var(--pbr-shadow); } .pbr-final h2 { color: #ffffff; margin-top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .pbr-final p, .pbr-final li { color: rgba(255, 255, 255, 0.95); } .pbr-source-list { font-size: 14px; color: var(--pbr-muted); } .pbr-source-list li { margin-bottom: 12px; } @media (max-width: 768px) { .cards-grid { grid-template-columns: 1fr; } }

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