

/* 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_2115.css?177892460414958*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2115 */

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

:root {
    --ink: #1c1a17;
    --ink-mid: #3d3a35;
    --ink-light: #6b6560;
    --ink-faint: #a09890;
    --paper: #faf9f6;
    --paper-warm: #f3f0eb;
    --paper-mid: #e8e3dc;
    --accent: #b5451b;
    --accent-light: #fdf0ec;
    --accent-mid: #e8c5b8;
    --green: #2a6b45;
    --green-light: #eef6f1;
    --green-mid: #b8d9c4;
    --blue: #1e4a7a;
    --blue-light: #edf3fb;
    --blue-mid: #b8cfe8;
    --amber: #8a5c00;
    --amber-light: #fdf8ee;
    --amber-mid: #e8d4a0;
    --serif: 'Playfair Display', Georgia, serif;
    --body: 'Source Serif 4', Georgia, serif;
    --rule: 1px solid var(--paper-mid);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.8;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
  }

  .page-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px 80px;
  }

  .masthead {
    border-bottom: 2px solid var(--ink);
    padding: 28px 0 16px;
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
  }
  .masthead-brand {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--ink);
    text-decoration: none;
  }
  .masthead-meta {
    font-size: 12px;
    color: var(--ink-faint);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .breadcrumb {
    font-size: 13px;
    color: var(--ink-light);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
  }
  .breadcrumb a { color: var(--ink-light); text-decoration: none; border-bottom: 1px solid var(--paper-mid); }
  .breadcrumb a:hover { color: var(--ink); }
  .breadcrumb span { color: var(--ink-faint); }

  .article-header { margin-bottom: 36px; }
  .article-kicker {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
  }
  h1 {
    font-family: var(--serif);
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
  }
  .article-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-top: var(--rule);
    border-bottom: var(--rule);
    margin-bottom: 24px;
  }
  .byline-avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-mid), var(--green-mid));
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif); font-weight: 700; font-size: 14px;
    color: var(--ink); flex-shrink: 0;
  }
  .byline-text { font-size: 13px; color: var(--ink-mid); line-height: 1.4; }
  .byline-text strong { color: var(--ink); display: block; }
  .byline-updated { margin-left: auto; font-size: 12px; color: var(--ink-faint); white-space: nowrap; }

  .toc {
    background: var(--paper-warm);
    border: var(--rule);
    border-radius: 4px;
    padding: 20px 24px;
    margin-bottom: 40px;
  }
  .toc-title {
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .toc ol { margin: 0; padding-left: 20px; }
  .toc li { font-size: 14px; margin-bottom: 5px; }
  .toc a { color: var(--ink-mid); text-decoration: none; border-bottom: 1px dotted var(--paper-mid); transition: color 0.15s; }
  .toc a:hover { color: var(--accent); }

  .verdict-box {
    background: var(--ink);
    color: var(--paper);
    border-radius: 6px;
    padding: 28px 32px;
    margin-bottom: 44px;
    position: relative;
    overflow: hidden;
  }
  .verdict-box::before {
    content: '★';
    position: absolute; right: 24px; top: 16px;
    font-size: 64px; opacity: 0.07;
    font-family: var(--serif);
  }
  .verdict-label {
    font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink-faint); margin-bottom: 10px; font-weight: 600;
  }
  .verdict-title {
    font-family: var(--serif);
    font-size: 20px; font-weight: 700;
    color: #fff; margin-bottom: 14px;
  }
  .verdict-text { font-size: 15px; line-height: 1.75; color: #d8d0c8; }
  .verdict-text strong { color: #fff; }

  .quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 44px;
  }
  @media (max-width: 600px) { .quick-grid { grid-template-columns: 1fr; } }
  .quick-card {
    border-radius: 4px;
    padding: 20px 22px;
    border: var(--rule);
    position: relative;
  }
  .quick-card.qc-om { background: var(--blue-light); border-color: var(--blue-mid); }
  .quick-card.qc-mg { background: var(--green-light); border-color: var(--green-mid); }
  .quick-card-brand {
    font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
    font-weight: 700; margin-bottom: 6px;
  }
  .qc-om .quick-card-brand { color: var(--blue); }
  .qc-mg .quick-card-brand { color: var(--green); }
  .quick-card-head {
    font-family: var(--serif);
    font-size: 16px; font-weight: 700;
    color: var(--ink); margin-bottom: 12px; line-height: 1.3;
  }
  .quick-card ul { list-style: none; padding: 0; margin: 0; }
  .quick-card li {
    font-size: 14px; color: var(--ink-mid);
    padding: 5px 0 5px 18px;
    border-bottom: 1px dotted var(--paper-mid);
    position: relative; line-height: 1.5;
  }
  .quick-card li:last-child { border-bottom: none; }
  .quick-card li::before { content: '→'; position: absolute; left: 0; color: var(--ink-faint); font-size: 12px; top: 7px; }

  h2 {
    font-family: var(--serif);
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 700;
    color: var(--ink);
    margin: 52px 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--ink);
    line-height: 1.3;
    letter-spacing: -0.3px;
  }
  h3 {
    font-family: var(--serif);
    font-size: 19px; font-weight: 700;
    color: var(--ink); margin: 32px 0 12px;
    line-height: 1.35;
  }

  p { margin-bottom: 1.1em; font-size: 15.5px; color: var(--ink-mid); }
  p strong { color: var(--ink); }

  .callout {
    border-radius: 0 4px 4px 0;
    padding: 14px 18px;
    margin: 20px 0;
    font-size: 14.5px;
    line-height: 1.7;
  }
  .callout strong { display: block; margin-bottom: 4px; }
  .callout-info { background: var(--blue-light); border-left: 3px solid var(--blue); color: var(--ink-mid); }
  .callout-info strong { color: var(--blue); }
  .callout-ok { background: var(--green-light); border-left: 3px solid var(--green); color: var(--ink-mid); }
  .callout-ok strong { color: var(--green); }
  .callout-warn { background: var(--amber-light); border-left: 3px solid var(--amber); color: var(--ink-mid); }
  .callout-warn strong { color: var(--amber); }
  .callout-alert { background: var(--accent-light); border-left: 3px solid var(--accent); color: var(--ink-mid); }
  .callout-alert strong { color: var(--accent); }

  .tbl-wrap { overflow-x: auto; margin: 20px 0 28px; border-radius: 4px; border: var(--rule); }
  table { width: 100%; border-collapse: collapse; font-size: 14px; }
  thead th {
    background: var(--ink);
    color: var(--paper) !important;
    font-family: var(--serif);
    font-size: 13px;
    text-align: left;
    padding: 10px 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  tbody td {
    padding: 9px 14px;
    border-bottom: var(--rule);
    vertical-align: top;
    line-height: 1.6;
    color: var(--ink-mid);
  }
  tbody tr:last-child td { border-bottom: none; }
  tbody tr:nth-child(even) td { background: var(--paper-warm); }
  tbody td:first-child { font-weight: 600; color: var(--ink); font-size: 13.5px; }
  .td-om { color: var(--blue) !important; font-weight: 700 !important; }
  .td-mg { color: var(--green) !important; font-weight: 700 !important; }
  .td-eq { color: var(--ink-light) !important; font-style: italic; }
  .tbl-caption {
    font-size: 13px; color: var(--ink-faint); font-style: italic;
    margin-top: -18px; margin-bottom: 24px; padding: 0 2px;
  }

  .badge {
    display: inline-block;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 2px 7px; border-radius: 3px; margin-left: 5px;
    vertical-align: middle; font-family: var(--body);
  }
  .badge-om { background: var(--blue-light); color: var(--blue); border: 1px solid var(--blue-mid); }
  .badge-mg { background: var(--green-light); color: var(--green); border: 1px solid var(--green-mid); }

  .scenarios { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0 32px; }
  @media (max-width: 600px) { .scenarios { grid-template-columns: 1fr; } }
  .sc-card {
    border: var(--rule);
    border-radius: 4px;
    padding: 16px 18px;
    background: var(--paper-warm);
    font-size: 14px;
  }
  .sc-situation {
    font-weight: 700; color: var(--ink);
    font-size: 13.5px; margin-bottom: 10px;
    padding-bottom: 8px; border-bottom: var(--rule);
    line-height: 1.4;
  }
  .sc-best { color: var(--green); margin-bottom: 4px; font-weight: 600; }
  .sc-alt { color: var(--amber); margin-bottom: 6px; }
  .sc-why { color: var(--ink-light); font-size: 13px; line-height: 1.55; }

  .cheatsheet {
    background: var(--ink);
    color: var(--paper);
    border-radius: 6px;
    padding: 28px 32px;
    margin: 28px 0 40px;
  }
  .cheatsheet h3 {
    font-family: var(--serif);
    font-size: 18px; color: #fff; margin: 0 0 18px;
  }
  .cheatsheet ul { list-style: none; padding: 0; margin: 0; }
  .cheatsheet li {
    font-size: 14px; color: #c8c0b8;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex; gap: 10px; align-items: baseline;
    line-height: 1.5;
  }
  .cheatsheet li:last-child { border-bottom: none; }
  .cheatsheet li::before { content: '→'; color: var(--accent); flex-shrink: 0; font-size: 12px; }
  .cheatsheet li strong { color: #fff; }
  .cs-answer { color: #a8d4b8; font-weight: 600; }

  .faq { margin: 20px 0 36px; }
  .faq-item {
    border: var(--rule);
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
  }
  .faq-q {
    font-weight: 700; font-size: 14.5px;
    color: var(--ink);
    padding: 14px 18px;
    background: var(--paper-warm);
    cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    gap: 12px; line-height: 1.45;
    list-style: none;
    user-select: none;
  }
  .faq-q::-webkit-details-marker { display: none; }
  .faq-icon { flex-shrink: 0; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
  details[open] .faq-icon::before { content: '−'; font-size: 18px; color: var(--ink-light); }
  details:not([open]) .faq-icon::before { content: '+'; font-size: 18px; color: var(--ink-light); }
  .faq-a {
    font-size: 14.5px; color: var(--ink-mid);
    padding: 14px 18px 16px;
    line-height: 1.7;
    border-top: var(--rule);
  }

  .price-note {
    background: var(--amber-light);
    border: 1px solid var(--amber-mid);
    border-radius: 4px;
    padding: 14px 18px;
    font-size: 13.5px;
    color: var(--ink-mid);
    margin: 16px 0 24px;
  }
  .price-note strong { color: var(--amber); }

  .ratings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0 28px; }
  @media (max-width: 600px) { .ratings-grid { grid-template-columns: 1fr; } }
  .rating-card {
    border: var(--rule);
    border-radius: 4px;
    padding: 18px 20px;
    background: var(--paper-warm);
  }
  .rating-brand {
    font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
    font-weight: 700; margin-bottom: 14px;
  }
  .rating-brand.om { color: var(--blue); }
  .rating-brand.mg { color: var(--green); }
  .rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
  .rating-label { font-size: 12px; color: var(--ink-light); width: 130px; flex-shrink: 0; }
  .rating-bar-wrap { flex: 1; height: 6px; background: var(--paper-mid); border-radius: 3px; overflow: hidden; }
  .rating-bar { height: 100%; border-radius: 3px; }
  .bar-om { background: var(--blue); }
  .bar-mg { background: var(--green); }
  .rating-val { font-size: 12px; font-weight: 700; color: var(--ink); width: 24px; text-align: right; }

  .errors { margin: 16px 0 28px; }
  .error-item {
    background: var(--accent-light);
    border-left: 3px solid var(--accent);
    border-radius: 0 4px 4px 0;
    padding: 13px 16px;
    margin-bottom: 10px;
    font-size: 14px; color: var(--ink-mid);
  }
  .error-item strong { color: var(--accent); display: block; margin-bottom: 3px; font-size: 13.5px; }

  .sources-list { list-style: none; padding: 0; margin: 14px 0; }
  .sources-list li { font-size: 13px; color: var(--ink-light); padding: 5px 0; border-bottom: 1px dotted var(--paper-mid); display: flex; gap: 8px; }
  .sources-list li::before { content: counter(source-item); counter-increment: source-item; background: var(--paper-warm); border: var(--rule); width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; font-size: 11px; flex-shrink: 0; margin-top: 1px; }
  .sources-list { counter-reset: source-item; }
  .sources-list a { color: var(--blue); text-decoration: none; }
  .sources-list a:hover { text-decoration: underline; }

  .disclaimer {
    font-size: 12.5px; color: var(--ink-faint);
    font-style: italic;
    padding: 16px 0;
    border-top: var(--rule);
    margin-top: 40px;
    line-height: 1.65;
  }

  hr.divider {
    border: none;
    border-top: var(--rule);
    margin: 44px 0 0;
  }

  .back-top {
    display: inline-block;
    font-size: 13px; color: var(--ink-light);
    text-decoration: none;
    border: var(--rule);
    padding: 6px 14px;
    border-radius: 3px;
    margin-top: 20px;
    transition: all 0.15s;
  }
  .back-top:hover { background: var(--paper-warm); color: var(--ink); }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .article-header { animation: fadeUp 0.4s ease both; }
  .verdict-box { animation: fadeUp 0.5s 0.1s ease both; }
  .quick-grid { animation: fadeUp 0.5s 0.15s ease both; }

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