

/* 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_2797.css?17831557674182*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2797 */

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

.pbr { --pbr-primary: #0284c7; --pbr-primary-dark: #0369a1; --pbr-primary-soft: #e0f2fe; --pbr-primary-light: #f0f9ff; --pbr-gray: #d1d5db; --pbr-gray-soft: #f3f4f6; --pbr-text: #111827; --pbr-muted: #4b5563; --pbr-border: #e5e7eb; --pbr-bg: #ffffff; --pbr-warn-bg: #fff7ed; --pbr-warn-border: #fdba74; --pbr-warn-text: #9a3412; --pbr-warn-accent: #f97316; --pbr-success-bg: #f0fdf4; --pbr-success-border: #bbf7d0; --pbr-success-text: #166534; --pbr-success-accent: #22c55e; --pbr-radius: 16px; --pbr-radius-sm: 12px; --pbr-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); max-width: 900px; margin: 0 auto; padding: 0 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 a { color: var(--pbr-primary-dark); text-decoration: none; border-bottom: 1px solid rgba(3, 105, 161, 0.3); transition: color 0.2s ease, border-color 0.2s ease; } .pbr a:hover { color: var(--pbr-primary); border-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, 42px); margin-bottom: 24px; margin-top: 24px; } .pbr h2 { font-size: clamp(22px, 3vw, 28px); margin-top: 48px; padding-bottom: 12px; border-bottom: 2px solid var(--pbr-gray-soft); } .pbr h3 { font-size: 20px; margin-top: 32px; } .pbr p { margin: 0 0 16px; } .pbr ul, .pbr ol { margin: 0 0 20px; padding-left: 24px; } .pbr li { margin: 8px 0; } .pbr strong { font-weight: bold; color: var(--pbr-text); } .pbr img { max-width: 100%; height: auto; display: block; border-radius: var(--pbr-radius-sm); margin: 32px 0; border: 1px solid var(--pbr-border); } .pbr-section { margin: 40px 0; } .pbr-hero { padding: 32px; border-radius: var(--pbr-radius); background: var(--pbr-warn-bg); border: 1px solid var(--pbr-warn-border); margin: 32px 0; } .pbr-hero h2 { color: var(--pbr-warn-text); border: none; padding: 0; margin-top: 0; margin-bottom: 16px; } .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 24px 0; } .card { background: var(--pbr-bg); border: 1px solid var(--pbr-border); border-radius: var(--pbr-radius-sm); padding: 24px; box-shadow: var(--pbr-shadow); } .card h3 { margin-top: 0; color: var(--pbr-primary-dark); } .pbr-callout { padding: 20px 24px; border-radius: var(--pbr-radius-sm); background: var(--pbr-primary-light); border-left: 6px solid var(--pbr-primary); margin: 24px 0; } .pbr-warning { padding: 20px 24px; border-radius: var(--pbr-radius-sm); background: var(--pbr-warn-bg); border-left: 6px solid var(--pbr-warn-accent); color: var(--pbr-text); margin: 24px 0; } .pbr-warning strong { color: var(--pbr-warn-text); } .pbr-success { padding: 20px 24px; border-radius: var(--pbr-radius-sm); background: var(--pbr-success-bg); border-left: 6px solid var(--pbr-success-accent); color: var(--pbr-text); margin: 24px 0; } .pbr-table-wrap { overflow-x: auto; margin: 32px 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-soft); color: var(--pbr-text); text-align: left; font-weight: bold; padding: 16px; border: 1px solid var(--pbr-border); } .pbr-table td { padding: 16px; border: 1px solid var(--pbr-border); vertical-align: top; } .pbr-table tr:nth-child(even) td { background: var(--pbr-gray-soft); } .pbr-table td:first-child { font-weight: bold; color: var(--pbr-text); background: var(--pbr-bg); width: 25%; } .pbr-source-list { font-size: 15px; color: var(--pbr-muted); } .pbr-source-list li { margin-bottom: 12px; word-break: break-word; } .pbr-final { padding: 24px; border-radius: var(--pbr-radius-sm); background: #1e293b; color: #f8fafc; margin: 40px 0; font-size: 15px; } .pbr-final strong { color: #ffffff; } @media (max-width: 768px) { .pbr-hero { padding: 20px; } .card { padding: 20px; } .pbr-callout, .pbr-warning, .pbr-success { padding: 16px 20px; } }

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