

/* 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_1918.css?17823802604479*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=1918 */

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

.vet-article { --va-primary: #2c5282; --va-primary-dark: #1a365d; --va-primary-light: #ebf8ff; --va-text: #2d3748; --va-muted: #718096; --va-bg: #ffffff; --va-bg-alt: #f7fafc; --va-border: #e2e8f0; --va-expert-bg: #ebf4ff; --va-expert-border: #90cdf4; --va-expert-text: #2c5282; --va-warn-bg: #fffaf0; --va-warn-border: #fbd38d; --va-warn-text: #975a16; --va-success-bg: #f0fff4; --va-success-border: #9ae6b4; --va-success-text: #22543d; max-width: 900px; margin: 0 auto; padding: 20px 16px; font-family: Arial, Helvetica, sans-serif; color: var(--va-text); line-height: 1.6; background: var(--va-bg); } .vet-article * { box-sizing: border-box; } .vet-article h1, .vet-article h2, .vet-article h3, .vet-article h4 { color: var(--va-primary-dark); line-height: 1.3; margin: 1.8em 0 0.8em; font-weight: bold; } .vet-article h1 { font-size: clamp(28px, 4vw, 40px); margin-top: 0; color: var(--va-primary); border-bottom: 3px solid var(--va-primary-light); padding-bottom: 12px; } .vet-article h2 { font-size: clamp(22px, 3vw, 28px); border-bottom: 2px solid var(--va-border); padding-bottom: 8px; } .vet-article h3 { font-size: 1.3rem; } .vet-article p { margin: 0 0 16px; } .vet-article a { color: var(--va-primary); text-decoration: none; border-bottom: 1px solid rgba(44, 82, 130, 0.3); transition: border-color 0.2s ease; } .vet-article a:hover { border-bottom-color: var(--va-primary); } .vet-article ul, .vet-article ol { margin: 0 0 20px; padding-left: 24px; } .vet-article li { margin-bottom: 8px; } .va-section { margin: 40px 0; } .va-callout { padding: 20px 24px; border-radius: 12px; margin: 24px 0; } .va-callout p:last-child { margin-bottom: 0; } .va-callout strong { display: block; margin-bottom: 8px; font-size: 1.05em; } .va-callout-expert { background: var(--va-expert-bg); border-left: 5px solid var(--va-primary); color: var(--va-expert-text); } .va-callout-expert strong { color: var(--va-primary-dark); } .va-callout-warning { background: var(--va-warn-bg); border: 1px solid var(--va-warn-border); border-left: 5px solid #dd6b20; color: var(--va-warn-text); } .va-callout-warning strong { color: #975a16; } .va-callout-success { background: var(--va-success-bg); border: 1px solid var(--va-success-border); border-left: 5px solid #38a169; color: var(--va-success-text); } .va-callout-success strong { color: #22543d; } .va-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 28px 0; } .va-card { background: var(--va-bg-alt); border: 1px solid var(--va-border); border-radius: 16px; padding: 24px; } .va-card h3, .va-card h4 { margin-top: 0; color: var(--va-primary); font-size: 1.15rem; margin-bottom: 12px; } .va-table-wrapper { overflow-x: auto; margin: 28px 0; border-radius: 12px; border: 1px solid var(--va-border); background: var(--va-bg); } .va-table { width: 100%; border-collapse: collapse; min-width: 600px; } .va-table th { background: var(--va-primary); color: #ffffff; text-align: left; font-weight: bold; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.2); } .va-table td { padding: 14px 16px; border: 1px solid var(--va-border); vertical-align: top; } .va-table tr:nth-child(even) td { background: var(--va-bg-alt); } .va-table td:first-child { font-weight: bold; color: var(--va-text); } .va-image-wrap { margin: 32px 0; text-align: center; } .va-image-wrap img { max-width: 100%; height: auto; border-radius: 16px; display: block; margin: 0 auto; background: var(--va-bg-alt); } .va-checklist { list-style: none; padding-left: 0; margin: 24px 0; } .va-checklist li { position: relative; padding-left: 36px; margin-bottom: 14px; font-size: 1.05rem; } .va-checklist li::before { content: ""; position: absolute; left: 0; top: 2px; color: var(--va-bg); background: #38a169; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: bold; } .va-final { background: linear-gradient(135deg, var(--va-primary), var(--va-primary-dark)); color: #ffffff; padding: 32px; border-radius: 20px; margin: 48px 0; } .va-final h2 { color: #ffffff; border: none; padding: 0; margin-top: 0; } .va-final p { color: rgba(255, 255, 255, 0.9); } .va-bibliography { font-size: 0.9rem; color: var(--va-muted); } .va-bibliography li { margin-bottom: 12px; word-break: break-word; } @media (max-width: 768px) { .va-final { padding: 24px; } }

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