

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

/* End */


/* Start:/upload/article_assets/iblock_2/element_2489.css?17802416933819*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2489 */

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

.pbr { --pbr-primary: #2c5282; --pbr-primary-light: #ebf8ff; --pbr-accent: #3182ce; --pbr-text: #2d3748; --pbr-muted: #718096; --pbr-border: #e2e8f0; --pbr-bg: #ffffff; --pbr-warn: #fffaf0; --pbr-warn-border: #fbd38d; --pbr-warn-text: #975a16; --pbr-expert: #f0fff4; --pbr-expert-border: #9ae6b4; --pbr-expert-text: #22543d; --pbr-insight: #f7fafc; --pbr-insight-border: #cbd5e0; --pbr-radius: 16px; --pbr-radius-sm: 8px; --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: 20px 16px; color: var(--pbr-text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; background: var(--pbr-bg); } .pbr * { box-sizing: border-box; } .pbr img { max-width: 100%; height: auto; border-radius: var(--pbr-radius); margin: 24px 0; display: block; box-shadow: var(--pbr-shadow); } .pbr a { color: var(--pbr-accent); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; } .pbr a:hover { border-bottom-color: var(--pbr-accent); } .pbr h1, .pbr h2, .pbr h3 { color: #1a202c; line-height: 1.3; margin: 0 0 16px; font-weight: 700; } .pbr h1 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 24px; color: var(--pbr-primary); } .pbr h2 { font-size: clamp(22px, 3vw, 28px); margin-top: 48px; padding-bottom: 8px; border-bottom: 2px solid var(--pbr-primary-light); } .pbr h3 { font-size: 19px; margin-top: 32px; } .pbr p { margin: 0 0 16px; } .pbr strong { font-weight: 700; color: #1a202c; } .pbr ul, .pbr ol { margin: 0 0 20px; padding-left: 24px; } .pbr li { margin: 8px 0; } .pbr-hero { background: linear-gradient(135deg, #f7fafc 0%, #ebf8ff 100%); padding: 32px; border-radius: var(--pbr-radius); margin-bottom: 40px; border: 1px solid var(--pbr-border); } .pbr-subtitle { font-size: 18px; color: var(--pbr-text); } .pbr-callout { padding: 20px 24px; border-radius: var(--pbr-radius-sm); margin: 24px 0; border-left: 4px solid; } .pbr-insight { background: var(--pbr-insight); border-color: var(--pbr-primary); } .pbr-warning { background: var(--pbr-warn); border-color: #dd6b20; color: var(--pbr-warn-text); } .pbr-expert { background: var(--pbr-expert); border-color: #38a169; color: var(--pbr-expert-text); } .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 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); } .card h3 { margin-top: 0; color: var(--pbr-primary); } .pbr-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: var(--pbr-radius-sm); border: 1px solid var(--pbr-border); } .pbr-table { width: 100%; border-collapse: collapse; min-width: 600px; text-align: left; } .pbr-table th { background: var(--pbr-primary); color: #ffffff; font-weight: 700; padding: 14px 16px; border: 1px solid var(--pbr-primary); } .pbr-table td { padding: 14px 16px; border: 1px solid var(--pbr-border); vertical-align: top; } .pbr-table tr:nth-child(even) td { background: var(--pbr-insight); } .pbr-checklist { background: var(--pbr-primary-light); padding: 24px; border-radius: var(--pbr-radius); border: 1px solid var(--pbr-border); } .pbr-checklist ul { list-style: none; padding-left: 0; } .pbr-checklist li { position: relative; padding-left: 32px; margin-bottom: 12px; font-weight: 700; } .pbr-checklist li::before { content: ""; position: absolute; left: 0; top: 0; color: var(--pbr-accent); font-size: 18px; } .pbr-bibliography { font-size: 14px; color: var(--pbr-muted); } .pbr-bibliography li { word-break: break-word; } @media (max-width: 600px) { .pbr-hero { padding: 20px; } .cards-grid { grid-template-columns: 1fr; } }

/* End */
/* /local/templates/doctor/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?1776854389865 */
/* /upload/article_assets/iblock_2/element_2489.css?17802416933819 */
