

/* 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_3041.css?17880027367936*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=3041 */

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

.bon{
  --ink:#2c2c30;         /* графит */
  --ink-mid:#4a4a51;
  --bone:#d9cfba;        /* кость */
  --bone-pale:#f5f1e8;
  --stop:#ab3324;
  --stop-pale:#fbe9e5;
  --ok:#48756a;
  --ok-pale:#e8f0ee;
  --paper:#fcfcfb;
  --muted:#6a6a70;
  --line:#e4e2dd;
  --radius:14px;

  color:var(--ink);
  background:var(--paper);
  font:400 17px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI","Inter","Helvetica Neue",Arial,sans-serif;
  max-width:820px;
  margin:0 auto;
  padding:8px 0 40px;
  -webkit-font-smoothing:antialiased;
}
.bon *{box-sizing:border-box}
.bon p{margin:0 0 1.1em}
.bon a{color:var(--ink-mid)}

.bon .bon-shape{
  height:20px;margin:0 0 24px;
  background:
    radial-gradient(circle at 10px 6px, var(--bone) 5.5px, transparent 6.5px),
    radial-gradient(circle at 10px 14px, var(--bone) 5.5px, transparent 6.5px),
    radial-gradient(circle at calc(100% - 10px) 6px, var(--bone) 5.5px, transparent 6.5px),
    radial-gradient(circle at calc(100% - 10px) 14px, var(--bone) 5.5px, transparent 6.5px),
    linear-gradient(transparent 0 6px, var(--bone) 6px 14px, transparent 14px);
}

.bon .bon-eyebrow{
  display:inline-block;margin:0 0 12px;
  font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--stop);
}
.bon h1{
  font:700 clamp(28px,5vw,42px)/1.15 Georgia,"PT Serif","Times New Roman",serif;
  color:var(--ink);margin:0 0 16px;letter-spacing:-.01em;
}
.bon .bon-lead{font-size:19px;color:var(--muted);margin-bottom:28px}
.bon h2{
  font:700 clamp(21px,3.4vw,27px)/1.25 Georgia,"PT Serif","Times New Roman",serif;
  color:var(--ink);margin:40px 0 14px;
}
.bon h3{font-size:18px;font-weight:700;margin:26px 0 8px;color:var(--ink)}

.bon .bon-answer{
  position:relative;overflow:hidden;
  background:var(--bone-pale);border-radius:var(--radius);
  padding:30px 26px 22px;margin:0 0 8px;
}
.bon .bon-answer::before{content:"";position:absolute;inset:0 0 auto 0;height:8px;background:var(--stop)}
.bon .bon-answer strong{color:var(--stop)}
.bon .bon-answer p:last-child{margin-bottom:0}

.bon .bon-risks{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:12px}
.bon .bon-risks li{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:16px 18px 16px 20px;border-left:4px solid var(--stop);
}
.bon .bon-risks b{display:block;color:var(--ink);margin-bottom:3px;font-size:17px}
.bon .bon-risks span{color:var(--muted);font-size:16px}

.bon .bon-critical{
  background:var(--stop-pale);border:2px solid var(--stop);border-radius:var(--radius);
  padding:24px;margin:18px 0 0;
}
.bon .bon-critical h3{margin:0 0 10px;color:var(--stop);font-size:19px}
.bon .bon-critical p:last-child{margin-bottom:0}
.bon .bon-critical b{color:var(--stop)}

.bon .bon-symptoms{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:10px;margin:16px 0 0}
.bon .bon-symptoms span{
  background:#fff;border:1px solid #e8c6bf;border-radius:10px;
  padding:11px 14px;font-size:15px;font-weight:600;color:var(--stop);
}

.bon .bon-tablewrap{margin:18px 0 10px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.bon table{width:100%;border-collapse:collapse;font-size:16px;background:#fff}
.bon thead th{
  background:var(--ink);color:#fff;text-align:left;padding:13px 16px;
  font-size:13px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;
}
.bon tbody td{padding:13px 16px;border-top:1px solid var(--line);vertical-align:top}
.bon tbody tr:nth-child(even) td{background:#fafaf8}
.bon tbody td:first-child{font-weight:600}
.bon .bon-sub{font-weight:400;color:var(--muted);font-size:15px}
.bon .bon-badge{
  display:inline-block;padding:3px 10px;border-radius:99px;
  font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;
}
.bon .bon-badge.ok{background:var(--ok-pale);color:var(--ok)}
.bon .bon-badge.care{background:var(--bone-pale);color:#7a6a45}
.bon .bon-badge.no{background:var(--stop-pale);color:var(--stop)}

.bon .bon-rules{counter-reset:r;list-style:none;margin:18px 0 0;padding:0;display:grid;gap:12px}
.bon .bon-rules li{
  counter-increment:r;position:relative;
  background:#fff;border:1px solid var(--line);border-left:4px solid var(--ink-mid);
  border-radius:0 var(--radius) var(--radius) 0;padding:14px 18px 14px 52px;
}
.bon .bon-rules li::before{
  content:counter(r);position:absolute;left:16px;top:13px;
  width:24px;height:24px;border-radius:50%;background:var(--ink);color:#fff;
  font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;
}
.bon .bon-rules b{color:var(--ink)}

.bon .bon-callout{
  background:var(--ok-pale);border-radius:var(--radius);padding:20px 24px;margin:20px 0 0;
  border-left:4px solid var(--ok);
}
.bon .bon-callout p:last-child{margin-bottom:0}
.bon .bon-callout b{color:var(--ink)}

.bon .bon-stop{background:var(--stop-pale);border-radius:var(--radius);padding:22px 24px;margin:18px 0 0}
.bon .bon-stop ul{list-style:none;margin:0;padding:0}
.bon .bon-stop li{position:relative;padding-left:26px;margin:0 0 12px}
.bon .bon-stop li:last-child{margin-bottom:0}
.bon .bon-stop li::before{
  content:"";position:absolute;left:0;top:9px;width:12px;height:2px;background:var(--stop);border-radius:2px;
}
.bon .bon-stop b{color:var(--stop)}

.bon .bon-alert{border:2px solid var(--stop);border-radius:var(--radius);padding:18px 20px;margin:20px 0 0;background:#fff}
.bon .bon-alert p{margin:0 0 .8em}
.bon .bon-alert p:last-child{margin-bottom:0}
.bon .bon-alert b{color:var(--stop)}

.bon .bon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:18px 0 4px}
.bon .bon-tile{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px}
.bon .bon-tile b{display:block;color:var(--ink);margin-bottom:4px}
.bon .bon-tile span{font-size:15px;color:var(--muted)}

.bon details{border-bottom:1px solid var(--line);padding:14px 0}
.bon details summary{
  cursor:pointer;list-style:none;font-weight:600;color:var(--ink);
  display:flex;align-items:flex-start;gap:12px;font-size:17px;
}
.bon details summary::-webkit-details-marker{display:none}
.bon details summary::before{content:"+";flex:0 0 auto;color:var(--stop);font-weight:700;font-size:20px;line-height:1.2}
.bon details[open] summary::before{content:"–"}
.bon details .bon-ans{padding:10px 0 2px 24px;color:var(--muted)}
.bon details .bon-ans p:last-child{margin-bottom:0}
.bon summary:focus-visible{outline:2px solid var(--stop);outline-offset:3px;border-radius:4px}

.bon .bon-final{background:var(--ink);color:#fff;border-radius:var(--radius);padding:28px;margin:40px 0 0}
.bon .bon-final h2{color:#fff;margin:0 0 12px}
.bon .bon-final p{color:#d8d6d1}
.bon .bon-final p:last-child{margin-bottom:0}
.bon .bon-final b{color:var(--bone)}

.bon .bon-note{font-size:14px;color:var(--muted);margin:20px 0 0;padding-top:16px;border-top:1px solid var(--line)}

@media (max-width:600px){
  .bon{font-size:16px}
  .bon .bon-answer,.bon .bon-stop,.bon .bon-final,.bon .bon-callout,.bon .bon-critical{padding:20px}
  .bon .bon-answer{padding-top:26px}
  .bon thead{display:none}
  .bon tbody td{display:block;border-top:0;padding:4px 16px}
  .bon tbody tr{display:block;border-top:1px solid var(--line);padding:12px 0}
  .bon tbody tr:nth-child(even) td{background:transparent}
  .bon tbody td::before{
    content:attr(data-label);display:block;
    font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:2px;
  }
  .bon tbody td:first-child{font-size:17px}
}
@media (prefers-reduced-motion:reduce){
  .bon *{transition:none !important;animation:none !important}
}

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