

/* 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_2283.css?17796314324032*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2283 */

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

.pm-guide { --pm-text: #1f2937; --pm-muted: #4b5563; --pm-bg: #ffffff; --pm-gray-soft: #f9fafb; --pm-border: #e5e7eb; --pm-accent: #2563eb; --pm-accent-soft: #eff6ff; --pm-insight-bg: #f0fdf4; --pm-insight-border: #bbf7d0; --pm-insight-text: #166534; --pm-warning-bg: #fffbeb; --pm-warning-border: #fde68a; --pm-warning-text: #92400e; max-width: 900px; margin: 0 auto; padding: 20px; color: var(--pm-text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; background: var(--pm-bg); } .pm-guide * { box-sizing: border-box; } .pm-guide h1, .pm-guide h2, .pm-guide h3, .pm-guide h4 { color: var(--pm-text); margin: 0 0 16px; line-height: 1.3; } .pm-guide h1 { font-size: 32px; font-weight: 800; margin-bottom: 24px; border-bottom: 2px solid var(--pm-accent); padding-bottom: 12px; } .pm-guide h2 { font-size: 26px; font-weight: 700; margin-top: 48px; } .pm-guide h3 { font-size: 20px; font-weight: 700; margin-top: 32px; } .pm-guide p { margin: 0 0 16px; } .pm-guide a { color: var(--pm-accent); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; } .pm-guide a:hover { border-color: var(--pm-accent); } .pm-guide strong { font-weight: 700; } .pm-guide ul, .pm-guide ol { margin: 0 0 20px; padding-left: 24px; } .pm-guide li { margin: 8px 0; } .pm-guide img { display: block; max-width: 100%; height: auto; border-radius: 12px; margin: 32px 0; background: var(--pm-gray-soft); border: 1px solid var(--pm-border); } .pm-section { margin-bottom: 40px; } .pm-insight { padding: 20px; border-radius: 12px; background: var(--pm-insight-bg); border-left: 6px solid #22c55e; color: var(--pm-insight-text); margin: 24px 0; font-size: 16px; } .pm-insight strong { color: #14532d; } .pm-warning { padding: 20px; border-radius: 12px; background: var(--pm-warning-bg); border-left: 6px solid #f59e0b; color: var(--pm-warning-text); margin: 24px 0; font-size: 16px; } .pm-warning strong { color: #78350f; } .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 24px 0; } .card { background: var(--pm-bg); border: 1px solid var(--pm-border); border-radius: 12px; padding: 24px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; } .card h3 { margin-top: 0; color: var(--pm-accent); } .card .card-footer { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--pm-border); font-size: 15px; } .pm-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: 12px; border: 1px solid var(--pm-border); } .pm-table { width: 100%; min-width: 600px; border-collapse: collapse; background: var(--pm-bg); } .pm-table th { background: var(--pm-accent-soft); color: var(--pm-text); text-align: left; font-weight: 700; padding: 16px; border-bottom: 2px solid var(--pm-border); } .pm-table td { padding: 16px; border-bottom: 1px solid var(--pm-border); vertical-align: top; } .pm-table tr:nth-child(even) td { background: var(--pm-gray-soft); } .pm-table tr:last-child td { border-bottom: none; } .pm-table td:first-child { font-weight: 700; } .pm-mistakes-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 24px 0; } .pm-mistake-card { display: flex; gap: 16px; background: var(--pm-bg); border: 1px solid var(--pm-border); border-radius: 12px; padding: 20px; } .pm-mistake-num { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--pm-warning-bg); color: #b45309; border-radius: 50%; font-weight: 800; font-size: 18px; border: 2px solid #fcd34d; } .pm-mistake-content h3 { margin: 0 0 8px; font-size: 18px; } .pm-mistake-content p { margin: 0; color: var(--pm-muted); } @media (max-width: 640px) { .pm-guide { padding: 16px; font-size: 15px; } .pm-guide h1 { font-size: 26px; } .pm-guide h2 { font-size: 22px; } .cards-grid { grid-template-columns: 1fr; } .pm-mistake-card { flex-direction: column; gap: 12px; } }

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