

/* 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_2885.css?17867063159755*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2885 */

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

.catfeed{
  --cf-ink:#16181d;
  --cf-muted:#667085;
  --cf-line:#e3e0d8;
  --cf-paper:#f7f6f2;
  --cf-accent:#2f6b4f;
  --cf-accent-soft:#e8f0eb;
  --cf-accent-faint:#f5f9f6;
  --cf-warn:#9b3a3a;
  --cf-warn-soft:#f7eaea;
  --cf-link:#1f6d59;
  max-width:900px;
  margin:0 auto 40px;
  color:var(--cf-ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.58;
  box-sizing:border-box;
}
.catfeed *{box-sizing:border-box;}
.catfeed a{color:var(--cf-link);text-decoration:underline;text-underline-offset:2px;}
.catfeed a:hover{text-decoration-thickness:2px;}

.catfeed-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  margin:0 0 16px;
  color:var(--cf-muted);
  font-size:13px;
}
.catfeed-meta span{display:inline-flex;align-items:center;gap:6px;}
.catfeed-meta span:before{
  content:"";
  width:7px;height:7px;border-radius:50%;
  background:var(--cf-accent);
  opacity:.9;
}

.catfeed-lead{
  margin:0 0 20px;
  padding:17px 20px;
  background:var(--cf-paper);
  border-left:3px solid var(--cf-accent);
  border-radius:0 8px 8px 0;
}
.catfeed-lead p{margin:0;}
.catfeed-lead strong{color:var(--cf-accent);}

.catfeed-quick{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 24px;
}
.catfeed-quick-item{
  padding:13px 15px;
  border:1px solid var(--cf-line);
  border-radius:9px;
  background:#fff;
}
.catfeed-quick-item b{display:block;margin:0 0 3px;font-size:14px;}
.catfeed-quick-item span{display:block;color:var(--cf-muted);font-size:14px;}

.catfeed-answerbox{
  margin:0 0 22px;
  padding:18px 20px;
  border:1px solid #cfded4;
  border-radius:10px;
  background:var(--cf-accent-faint);
}
.catfeed-answerbox__label{
  display:block;
  margin:0 0 5px;
  color:var(--cf-accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.catfeed-answerbox p{margin:0;}
.catfeed-answerbox p + p{margin-top:8px;}
.catfeed-answerbox strong{font-weight:700;}

.catfeed-criteria{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin:0 0 8px;
  padding:0;
  list-style:none;
  counter-reset:criteria;
}
.catfeed-criteria li{
  counter-increment:criteria;
  position:relative;
  min-height:122px;
  padding:38px 13px 13px;
  border:1px solid var(--cf-line);
  border-radius:9px;
  background:#fff;
  font-size:14px;
}
.catfeed-criteria li:before{
  content:counter(criteria);
  position:absolute;
  top:12px;left:13px;
  width:20px;height:20px;
  border-radius:50%;
  background:var(--cf-accent-soft);
  color:var(--cf-accent);
  font-size:12px;
  font-weight:800;
  line-height:20px;
  text-align:center;
}
.catfeed-criteria b{display:block;margin:0 0 3px;font-size:14px;}
.catfeed-criteria span{color:var(--cf-muted);font-size:13px;}

.catfeed-source-ref{
  white-space:nowrap;
  font-size:.86em;
  font-weight:600;
}

.catfeed-decision td:nth-child(2){font-weight:600;}

.catfeed h3.catfeed-h{
  margin:32px 0 16px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--cf-muted);
}
.catfeed h3.catfeed-h:first-of-type{margin-top:0;}

.catfeed-types{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.catfeed-type{
  border:1px solid var(--cf-line);
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.catfeed-type h4{
  margin:0;
  padding:12px 16px;
  font-size:16px;
  background:var(--cf-paper);
  border-bottom:1px solid var(--cf-line);
}
.catfeed-type-body{padding:14px 16px;flex:1 1 auto;}
.catfeed-type p{margin:0 0 12px;font-size:15px;}
.catfeed-type ul{list-style:none;margin:0;padding:0;font-size:15px;}
.catfeed-type li{position:relative;padding:4px 0 4px 22px;}
.catfeed-type li:before{position:absolute;left:0;top:4px;font-weight:700;}
.catfeed-type li.pro:before{content:"+";color:var(--cf-accent);}
.catfeed-type li.con:before{content:"–";color:var(--cf-warn);}

.catfeed-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--cf-line);border-radius:10px;}
.catfeed-table{width:100%;border-collapse:collapse;min-width:620px;background:#fff;}
.catfeed-table th,
.catfeed-table td{
  padding:12px 16px;
  text-align:left;
  border-bottom:1px solid var(--cf-line);
  vertical-align:top;
}
.catfeed-table tr:last-child td{border-bottom:0;}
.catfeed-table th{
  font-size:13px;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--cf-muted);
  background:var(--cf-paper);
}
.catfeed-table td:first-child{font-weight:600;white-space:nowrap;}
.catfeed-cap{margin:10px 0 0;font-size:14px;color:var(--cf-muted);}

.catfeed-calc{
  border:1px solid var(--cf-line);
  border-radius:10px;
  background:#fff;
  padding:20px;
}
.catfeed-formula{
  margin:0 0 14px;
  padding:14px 18px;
  background:var(--cf-accent-soft);
  border-radius:8px;
  font-size:17px;
  font-weight:700;
  color:var(--cf-accent);
  text-align:center;
}
.catfeed-calc ol{margin:0;padding-left:20px;}
.catfeed-calc li{padding:4px 0;}
.catfeed-calc .catfeed-example{
  margin:14px 0 0;
  padding:12px 14px;
  border:1px dashed #bdd1c4;
  background:var(--cf-accent-faint);
  border-radius:8px;
  font-size:14px;
}

.catfeed-ban{
  border:1px solid var(--cf-warn-soft);
  background:#fdf8f8;
  border-radius:10px;
  padding:20px;
}
.catfeed-ban ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:4px 24px;}
.catfeed-ban li{position:relative;padding:6px 0 6px 28px;}
.catfeed-ban li:before{
  content:"×";
  position:absolute;left:0;top:7px;
  width:18px;height:18px;line-height:17px;
  border-radius:50%;
  text-align:center;
  font-size:13px;
  font-weight:700;
  background:var(--cf-warn-soft);
  color:var(--cf-warn);
}
.catfeed-ban small{display:block;color:var(--cf-muted);font-size:13px;}

.catfeed-signals{display:grid;gap:0;border:1px solid var(--cf-line);border-radius:10px;overflow:hidden;background:#fff;}
.catfeed-signal{display:flex;gap:16px;padding:14px 18px;border-bottom:1px solid var(--cf-line);}
.catfeed-signal:last-child{border-bottom:0;}
.catfeed-signal b{flex:0 0 42%;font-weight:600;}
.catfeed-signal span{flex:1 1 auto;color:var(--cf-muted);}

.catfeed-evidence{
  border:1px solid var(--cf-line);
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
.catfeed-evidence-head{
  padding:12px 18px;
  background:var(--cf-paper);
  border-bottom:1px solid var(--cf-line);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--cf-muted);
}
.catfeed-check{
  display:grid;
  grid-template-columns:14px 1fr;
  gap:10px;
  padding:12px 18px;
  border-bottom:1px dashed var(--cf-line);
}
.catfeed-check:last-child{border-bottom:0;}
.catfeed-check-dot{
  width:12px;height:12px;border-radius:50%;
  margin-top:5px;
  background:var(--cf-accent);
  box-shadow:0 0 0 3px var(--cf-accent-soft);
}
.catfeed-check b{display:block;margin:0 0 2px;font-size:14px;}
.catfeed-check span{display:block;color:var(--cf-muted);font-size:14px;}

.catfeed-sources{
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:src;
  border:1px solid var(--cf-line);
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
.catfeed-sources li{
  counter-increment:src;
  position:relative;
  padding:13px 18px 13px 48px;
  border-bottom:1px solid var(--cf-line);
}
.catfeed-sources li:last-child{border-bottom:0;}
.catfeed-sources li:before{
  content:counter(src) ".";
  position:absolute;
  left:18px;top:13px;
  font-weight:700;
  color:var(--cf-muted);
}
.catfeed-sources a{font-weight:500;}
.catfeed-sources small{display:block;margin-top:2px;color:var(--cf-muted);font-size:13px;}
.catfeed-source-date{margin:10px 0 0;color:var(--cf-muted);font-size:13px;}

.catfeed-faq{border-top:1px solid var(--cf-line);}
.catfeed-faq details{border-bottom:1px solid var(--cf-line);}
.catfeed-faq summary{
  list-style:none;
  position:relative;
  cursor:pointer;
  padding:14px 42px 14px 0;
  font-weight:600;
}
.catfeed-faq summary::-webkit-details-marker{display:none;}
.catfeed-faq summary:after{
  content:"+";
  position:absolute;
  right:4px;top:9px;
  width:28px;height:28px;
  border:1px solid var(--cf-line);
  border-radius:50%;
  text-align:center;
  line-height:25px;
  font-size:20px;
  font-weight:400;
  color:var(--cf-accent);
}
.catfeed-faq details[open] summary:after{content:"–";}
.catfeed-faq-answer{padding:0 42px 15px 0;color:var(--cf-muted);}
.catfeed-faq-answer p{margin:0;}

.catfeed-disclaimer{
  margin:28px 0 0;
  padding:14px 16px;
  border-radius:8px;
  background:var(--cf-accent-soft);
  font-size:14px;
}
.catfeed-disclaimer strong{color:var(--cf-accent);}
.catfeed-note{
  margin:12px 0 0;
  font-size:13px;
  color:var(--cf-muted);
}

@media (max-width:640px){
  .catfeed{font-size:15px;}
  .catfeed-quick{grid-template-columns:1fr;}

  .catfeed-criteria{grid-template-columns:1fr 1fr;}
  .catfeed-criteria li{min-height:0;}

  .catfeed-types{grid-template-columns:1fr;}
  .catfeed-ban ul{grid-template-columns:1fr;}
  .catfeed-table th,.catfeed-table td{padding:10px 12px;}
  .catfeed-signal{flex-direction:column;gap:2px;}
  .catfeed-signal b{flex:none;}
  .catfeed-formula{font-size:15px;}
  .catfeed-check{padding:12px 14px;}
  .catfeed-sources li{padding-right:14px;}
}

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