

/* 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_2493.css?17802823194259*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2493 */

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

.pbr-article { --pbr-primary: #4a7c59; --pbr-primary-dark: #365c42; --pbr-primary-light: #eaf1eb; --pbr-text-main: #2d3748; --pbr-text-muted: #718096; --pbr-bg-body: #ffffff; --pbr-bg-gray: #f7fafc; --pbr-border: #e2e8f0; --pbr-warn-bg: #fffaf0; --pbr-warn-border: #fbd38d; --pbr-warn-text: #9c4221; --pbr-success-bg: #f0fff4; --pbr-success-border: #9ae6b4; --pbr-success-text: #22543d; --pbr-radius: 16px; --pbr-radius-sm: 8px; max-width: 900px; margin: 0 auto; padding: 32px 20px; font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.6; color: var(--pbr-text-main); background: var(--pbr-bg-body); } .pbr-article * { box-sizing: border-box; } .pbr-article h1, .pbr-article h2, .pbr-article h3, .pbr-article h4 { color: #1a202c; line-height: 1.3; font-weight: 700; margin-top: 0; } .pbr-article h1 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 24px; letter-spacing: -0.02em; } .pbr-article h2 { font-size: clamp(24px, 3vw, 32px); margin: 48px 0 20px; padding-bottom: 12px; border-bottom: 2px solid var(--pbr-primary-light); } .pbr-article h3 { font-size: 20px; margin: 32px 0 16px; } .pbr-article h4 { font-size: 18px; margin: 24px 0 12px; } .pbr-article p { margin: 0 0 16px; } .pbr-article a { color: var(--pbr-primary); text-decoration: none; border-bottom: 1px solid transparent; transition: all 0.2s ease; } .pbr-article a:hover { color: var(--pbr-primary-dark); border-bottom-color: var(--pbr-primary-dark); } .pbr-article ul, .pbr-article ol { margin: 0 0 24px; padding-left: 24px; } .pbr-article li { margin-bottom: 10px; } .pbr-article img { display: block; max-width: 100%; height: auto; border-radius: var(--pbr-radius); margin: 32px 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .pbr-section { margin-bottom: 48px; } .pbr-callout { padding: 20px 24px; border-radius: var(--pbr-radius-sm); margin: 24px 0; background: var(--pbr-bg-gray); border-left: 4px solid var(--pbr-border); } .pbr-callout.success { background: var(--pbr-success-bg); border-color: var(--pbr-success-border); color: var(--pbr-success-text); } .pbr-callout.warning { background: var(--pbr-warn-bg); border-color: var(--pbr-warn-border); color: var(--pbr-warn-text); } .pbr-callout p:last-child { margin-bottom: 0; } .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); padding: 24px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03); display: flex; flex-direction: column; } .card h3 { margin-top: 0; color: var(--pbr-primary-dark); } .card .pbr-callout { margin-top: auto; margin-bottom: 0; font-size: 15px; padding: 16px; } .table-responsive { overflow-x: auto; margin: 32px 0; border-radius: var(--pbr-radius-sm); border: 1px solid var(--pbr-border); } .pbr-table { width: 100%; border-collapse: collapse; min-width: 700px; background: #ffffff; text-align: left; } .pbr-table th, .pbr-table td { padding: 16px; border: 1px solid var(--pbr-border); vertical-align: top; } .pbr-table th { background: var(--pbr-primary); color: #ffffff; font-weight: 700; } .pbr-table tr:nth-child(even) td { background: var(--pbr-bg-gray); } .pbr-table td:first-child { font-weight: 700; color: var(--pbr-text-main); } .pbr-errors ol { list-style: none; padding: 0; counter-reset: error-counter; } .pbr-errors li { position: relative; padding: 20px 24px 20px 64px; background: var(--pbr-bg-gray); border-radius: var(--pbr-radius-sm); margin-bottom: 16px; border: 1px solid var(--pbr-border); } .pbr-errors li::before { counter-increment: error-counter; content: counter(error-counter); position: absolute; left: 20px; top: 20px; width: 32px; height: 32px; background: var(--pbr-warn-bg); border: 2px solid var(--pbr-warn-border); color: var(--pbr-warn-text); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; } .pbr-errors h3 { margin-top: 0; font-size: 18px; } .pbr-sources { font-size: 14px; color: var(--pbr-text-muted); border-top: 2px solid var(--pbr-border); padding-top: 24px; } .pbr-sources li { margin-bottom: 12px; word-break: break-word; }

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