

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



/* End */


/* Start:/upload/article_assets/iblock_2/element_2558.css?178186991712164*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2558 */

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

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --g: #1a9160; --g-d: #126644; --g-l: #e8f7f1; --g-m: #a8ddc8; --n900: #111318; --n800: #242832; --n700: #3a4050; --n600: #565e70; --n500: #7c8494; --n300: #b8bec8; --n200: #d8dce4; --n100: #eceef2; --n050: #f5f6f8; --wh: #ffffff; --am: #d4740a; --am-l: #fdf3e6; --am-m: #f5c080; --re: #c43020; --re-l: #fdecea; --bl: #2454c8; --bl-l: #edf1fc; --page-bg: #f4f5f7; } .main-wrapper { font-family: Arial, Helvetica, sans-serif; background: var(--page-bg); color: var(--n800); font-size: 14px; line-height: 1.6; max-width: unset; margin: 0 auto; padding: 20px 24px 64px; } .breadcrumb { max-width: 1080px; margin: 0 auto 20px; padding: 0; display: flex; gap: 6px; align-items: center; font-size: 12px; color: var(--n500); } .breadcrumb a { color: var(--n500); text-decoration: none; } .breadcrumb a:hover { color: var(--g); } .breadcrumb .sep { color: var(--n300); } .breadcrumb .cur { color: var(--n900); font-weight: 600; } .sh { font-size: 18px; font-weight: 800; color: var(--n900); margin: 28px 0 12px; } .btn-p { height: 40px; padding: 0 20px; border-radius: 8px; background: var(--g); color: var(--wh); font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 7px; cursor: pointer; border: none; box-shadow: 0 2px 8px rgba(26,145,96,.22); } .score-g { color: var(--g); } .score-a { color: var(--am); } .score-r { color: var(--re); } .hero { position: relative; background: var(--wh); border: 1px solid var(--n100); border-radius: 16px; padding: 28px 32px; display: flex; align-items: flex-start; gap: 28px; margin-bottom: 8px; } .report-error { position: absolute; top: 16px; right: 18px; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--n500); text-decoration: none; padding: 7px 13px; border: 1px solid var(--n200); border-radius: 8px; background: var(--wh); cursor: pointer; } .report-error:hover { color: var(--re); border-color: #f0b0a8; background: var(--re-l); } .hero-logo { width: 120px; height: 100px; flex-shrink: 0; border: 1px solid var(--n100); border-radius: 10px; background: var(--wh); display: flex; align-items: center; justify-content: center; flex-direction: column; } .brand-logo-text { font-size: 18px; font-weight: 900; color: var(--n900); letter-spacing: 1px; line-height: 1; text-align: center; } .brand-logo-sub { font-size: 7px; font-weight: 600; color: var(--n400); letter-spacing: 1px; text-transform: uppercase; margin-top: 3px; text-align: center; } .brand-logo-flag { display: flex; gap: 3px; margin-top: 5px; justify-content: center; } .flag-strip { height: 4px; width: 20px; border-radius: 1px; } .flag-strip.br { border: 1px solid var(--n200); } .hero-body { flex: 1; } .hero-name { font-size: 26px; font-weight: 800; color: var(--n900); margin-bottom: 10px; } .hero-desc { font-size: 14px; color: var(--n600); line-height: 1.65; margin-bottom: 18px; max-width: 540px; } .hero-meta-inline { display: flex; flex-wrap: wrap; gap: 16px; padding: 12px 16px; background: var(--n050); border-radius: 10px; margin-bottom: 18px; } .hmi { display: flex; align-items: center; gap: 6px; } .hmi-key { font-size: 11px; color: var(--n500); font-weight: 500; } .hmi-val { font-size: 12px; color: var(--n800); font-weight: 700; } .hmi-sep { width: 1px; height: 16px; background: var(--n200); } .rating-card { background: var(--wh); border: 1px solid var(--n100); border-radius: 16px; overflow: hidden; margin-bottom: 8px; } .rating-top { display: grid; grid-template-columns: 180px 1fr; } .rating-total { padding: 28px 24px; border-right: 1px solid var(--n100); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 4px; } .rt-ring { position: relative; width: 80px; height: 80px; margin-bottom: 8px; } .rt-ring svg { width: 80px; height: 80px; transform: rotate(-90deg); } .rt-ring-num { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; } .rt-ring-num .big { font-size: 22px; font-weight: 800; color: var(--n900); line-height: 1; } .rt-ring-num .sm { font-size: 10px; color: var(--n400); font-weight: 500; } .rt-label { font-size: 13px; font-weight: 700; color: var(--n900); } .rt-sources { font-size: 11px; color: var(--n500); margin-top: 2px; } .rating-rows { padding: 8px 0; } .rrow { display: flex; align-items: center; gap: 12px; padding: 10px 24px; border-bottom: 1px solid var(--n050); transition: background .12s; } .rrow:last-child { border-bottom: none; } .rrow-expert { cursor: pointer; background: var(--g-l); border-left: 3px solid var(--g); padding-left: 21px; } .rrow-expert:hover { background: #d8f0e8; } .rrow-body { flex: 1; } .rrow-name { font-size: 13px; font-weight: 600; color: var(--n800); } .rrow-desc { font-size: 11px; color: var(--n500); margin-top: 1px; } .rrow-expert.is-active .rrow-name, .rrow-expert:hover .rrow-name { color: var(--g-d); font-weight: 700; } .rrow-expert.is-active .rrow-desc, .rrow-expert:hover .rrow-desc { color: var(--g); } .rrow-score { font-size: 16px; font-weight: 800; flex-shrink: 0; width: 36px; text-align: right; } .rrow-expand, .rrow-expand-spacer { width: 14px; flex-shrink: 0; margin-left: 4px; } .rrow-expand { transition: transform .2s; display: flex; align-items: center; justify-content: center; } .rrow-expand::before { content: ""; width: 7px; height: 7px; border-right: 2px solid var(--g); border-bottom: 2px solid var(--g); transform: rotate(45deg) translate(-2px, -2px); } .rrow-expert.is-active .rrow-expand { transform: rotate(180deg); } .expert-detail { margin: 2px 16px 12px 16px; background: var(--wh); border: 1px solid var(--n100); border-radius: 10px; overflow: hidden; display: none; } .expert-detail.is-active { display: block; } .expert-detail-head { display: flex; align-items: center; gap: 10px; padding: 14px 20px 12px; border-bottom: 1px solid var(--n100); background: var(--wh); } .edh-title { font-size: 13px; font-weight: 700; color: var(--n900); flex: 1; } .expert-detail-body { display: grid; grid-template-columns: 1fr 340px; } .expert-criteria { padding: 18px 20px; border-right: 1px solid var(--n100); } .ec-title { font-size: 11px; font-weight: 700; color: var(--n500); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 14px; } .crit-row { display: flex; align-items: center; gap: 12px; margin-bottom: 9px; } .crit-name { font-size: 12px; font-weight: 500; color: var(--n700); width: 150px; flex-shrink: 0; } .crit-track { flex: 1; height: 6px; background: var(--n100); border-radius: 3px; overflow: hidden; } .crit-fill { height: 100%; border-radius: 3px; } .fill-g { background: var(--g); } .fill-a { background: var(--am); } .fill-r { background: var(--re); } .crit-val { font-size: 12px; font-weight: 700; color: var(--n700); width: 24px; text-align: right; } .expert-summary-box { padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; } .es-title { font-size: 11px; font-weight: 700; color: var(--n500); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 2px; } .es-text { font-size: 13px; color: var(--n700); line-height: 1.6; } .cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; } .card { background: var(--wh); border: 1px solid var(--n100); border-radius: 14px; padding: 22px 24px; } .card-pros { background: #f2faf5; border-color: var(--g-m); } .card-cons { background: var(--re-l); border-color: #f0b0a8; } .card-title-pros { font-size: 14px; font-weight: 700; color: var(--g-d); margin-bottom: 14px; } .card-title-cons { font-size: 14px; font-weight: 700; color: var(--re); margin-bottom: 14px; } .card-list { list-style: none; display: flex; flex-direction: column; gap: 9px; } .card-list li { display: flex; gap: 9px; font-size: 13px; color: var(--n700); line-height: 1.5; } .card-list.pros li strong { color: var(--g); flex-shrink: 0; margin-top: 1px; } .card-list.cons li strong { color: var(--re); flex-shrink: 0; margin-top: 1px; } .who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 8px; } .who-title { font-size: 13px; font-weight: 800; color: var(--n900); margin-bottom: 12px; } .who-list { list-style: none; display: flex; flex-direction: column; gap: 8px; } .who-list li { display: flex; gap: 8px; font-size: 12px; color: var(--n700); line-height: 1.5; } .who-list.ok li strong { color: var(--g); flex-shrink: 0; } .who-list.warn li strong { color: var(--bl); flex-shrink: 0; } .who-list.stop li strong { color: var(--am); flex-shrink: 0; } .who-list a { color: var(--n900); font-weight: 700; text-decoration: none; } .who-list a:hover { text-decoration: underline; } .verdict-card { background: var(--wh); border: 1px solid var(--n100); border-radius: 16px; overflow: hidden; margin-bottom: 8px; } .verdict-text-top { padding: 24px 28px; border-bottom: 1px solid var(--n100); font-size: 14px; color: var(--n700); line-height: 1.75; } .verdict-position { padding: 16px 28px 20px; background: var(--n050); font-size: 13px; color: var(--n700); line-height: 1.65; } .faq-list { display: flex; flex-direction: column; gap: 8px; } .faq-item { background: var(--wh); border: 1px solid var(--n100); border-radius: 12px; overflow: hidden; } .faq-item.is-active { border-color: var(--g-m); } .faq-q { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--n900); background: transparent; border: none; width: 100%; text-align: left; } .faq-q:hover { background: var(--n050); } .faq-q-icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--n050); display: flex; align-items: center; justify-content: center; transition: transform .2s, background .2s; } .faq-q-icon::before { content: ""; width: 7px; height: 7px; border-right: 2px solid var(--n500); border-bottom: 2px solid var(--n500); transform: rotate(45deg) translate(-2px, -2px); } .faq-q.is-active { color: var(--g-d); } .faq-q.is-active .faq-q-icon { transform: rotate(180deg); background: var(--g-l); } .faq-q.is-active .faq-q-icon::before { border-color: var(--g); } .faq-a { padding: 0 20px 16px 20px; font-size: 13px; color: var(--n600); line-height: 1.65; display: none; } .faq-a.is-active { display: block; } .img-block { max-width: 100%; border-radius: 8px; margin: 16px 0; display: block; } .sources-list { font-size: 12px; color: var(--n600); line-height: 1.5; padding-left: 20px; margin-bottom: 32px; } .sources-list a { color: var(--bl); text-decoration: none; } .sources-list a:hover { text-decoration: underline; } @media(max-width: 1100px) { .main-wrapper { padding: 16px 20px; } } @media(max-width: 900px) { .hero { flex-direction: column; } .hero-logo { width: 100%; height: 80px; } .hero-meta-inline { gap: 10px; } .hmi-sep { display: none; } .rating-top { grid-template-columns: 1fr; } .rating-total { border-right: none; border-bottom: 1px solid var(--n100); flex-direction: row; gap: 16px; padding: 20px; justify-content: flex-start; } .rt-ring { margin-bottom: 0; } .expert-detail-body { grid-template-columns: 1fr; } .expert-criteria { border-right: none; border-bottom: 1px solid var(--n100); } } @media(max-width: 680px) { .cards-grid { grid-template-columns: 1fr; } .who-grid { grid-template-columns: 1fr 1fr; } } @media(max-width: 560px) { .main-wrapper { padding: 14px 14px 48px; } .breadcrumb { padding: 10px 0 0; } .sh { font-size: 16px; margin: 22px 0 10px; } .hero { padding: 18px; gap: 16px; } .hero-name { font-size: 22px; } .hero-meta-inline { flex-direction: column; gap: 6px; padding: 10px 12px; } .rating-rows .rrow { padding: 10px 16px; } .rrow-expert { padding-left: 13px; } .expert-detail-head { flex-wrap: wrap; gap: 6px; } .expert-criteria, .expert-summary-box { padding: 14px 16px; } .crit-name { width: 120px; } .verdict-text-top { padding: 18px; } .verdict-position { padding: 14px 18px 18px; } .who-grid { grid-template-columns: 1fr; } } @media(max-width: 380px) { .hero-name { font-size: 18px; } }

/* End */
/* /local/templates/doctor/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?17821268042868 */
/* /upload/article_assets/iblock_2/element_2558.css?178186991712164 */
