

/* 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_2182.css?17793239944016*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2182 */

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

.pbr { --pbr-text: #1f2937; --pbr-muted: #4b5563; --pbr-bg: #ffffff; --pbr-border: #e5e7eb; --pbr-primary: #15803d; --pbr-primary-light: #dcfce7; --pbr-insight-bg: #f0fdf4; --pbr-insight-border: #bbf7d0; --pbr-warn-bg: #fffbeb; --pbr-warn-border: #fde68a; --pbr-danger-bg: #fef2f2; --pbr-danger-border: #fecaca; --pbr-expert-bg: #f0f9ff; --pbr-expert-border: #bae6fd; --pbr-final-bg: #1e293b; --pbr-final-text: #f8fafc; --pbr-radius: 16px; --pbr-radius-sm: 12px; 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 h1, .pbr h2, .pbr h3 { color: #111827; line-height: 1.3; margin: 0 0 16px; } .pbr h1 { font-size: clamp(28px, 4vw, 36px); font-weight: 800; margin: 32px 0 24px; letter-spacing: -0.02em; } .pbr h2 { font-size: clamp(22px, 3vw, 28px); font-weight: 700; margin: 48px 0 24px; padding-bottom: 12px; border-bottom: 2px solid var(--pbr-border); } .pbr h3 { font-size: 20px; font-weight: 700; margin: 32px 0 16px; } .pbr p { margin: 0 0 16px 0; } .pbr ul, .pbr ol { margin: 0 0 20px 0; padding-left: 24px; } .pbr li { margin-bottom: 10px; } .pbr a { color: var(--pbr-primary); text-decoration: none; border-bottom: 1px solid rgba(21, 128, 61, 0.3); transition: color 0.2s, border-color 0.2s; } .pbr a:hover { color: #166534; border-color: #166534; } .pbr img { display: block; max-width: 100%; height: auto; border-radius: var(--pbr-radius-sm); margin: 32px auto; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); } /* !<KA;>2K5 1;>:8 */ .pbr-callout, .pbr-warning, .pbr-danger, .pbr-expert { padding: 24px; border-radius: var(--pbr-radius-sm); margin: 32px 0; border-left: 6px solid; } .pbr-callout { background: var(--pbr-insight-bg); border-color: var(--pbr-primary); } .pbr-warning { background: var(--pbr-warn-bg); border-color: #f59e0b; } .pbr-danger { background: var(--pbr-danger-bg); border-color: #ef4444; } .pbr-expert { background: var(--pbr-expert-bg); border-color: #3b82f6; } /* !5B:8 :0@B>G5: */ .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 28px 0; } .card { background: #ffffff; border: 1px solid var(--pbr-border); border-radius: var(--pbr-radius-sm); padding: 24px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); display: flex; flex-direction: column; } .card h3 { color: var(--pbr-primary); margin-top: 0; } /* "01;8FK */ .pbr-table-wrap { overflow-x: auto; margin: 32px 0; border-radius: var(--pbr-radius-sm); border: 1px solid var(--pbr-border); background: #ffffff; } .pbr-table { width: 100%; border-collapse: collapse; min-width: 700px; text-align: left; } .pbr-table th { background: var(--pbr-primary); color: #ffffff; font-weight: 700; 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: #f9fafb; } .pbr-table td:first-child { font-weight: 700; color: #111827; background: #f3f4f6; width: 25%; } /* $8=0;L=K9 1;>: */ .pbr-final { background: var(--pbr-final-bg); color: var(--pbr-final-text); padding: 40px; border-radius: var(--pbr-radius); margin: 48px 0; } .pbr-final h2, .pbr-final h3 { color: #ffffff; } .pbr-final h2 { border-bottom-color: rgba(255, 255, 255, 0.1); margin-top: 0; } .pbr-final h3 { margin-top: 40px; color: #93c5fd; } .pbr-final .card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); color: var(--pbr-final-text); box-shadow: none; } /* !?8A>: 8AB>G=8:>2 */ .pbr-sources { margin-top: 64px; border-top: 1px solid var(--pbr-border); padding-top: 32px; font-size: 15px; } .pbr-sources ol { color: var(--pbr-muted); } .pbr-sources a { word-break: break-word; } @media (max-width: 768px) { .cards-grid { grid-template-columns: 1fr; } .pbr-final { padding: 32px 20px; } }

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