

/* Start:/local/templates/kraskidetstva/components/bitrix/breadcrumb/kraskidetstva.detail/style.min.css?1773236037467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/kraskidetstva/components/bitrix/news/novosti/bitrix/news.detail/.default/style.css?17732360375880*/
@charset "UTF-8";
.news-detail {
	margin-top: 2rem;
	margin-bottom: 7.5rem;
	border-radius: 3.5rem;
	background-color: #fff;
}
@media (max-width: 779.99px) {
	.news-detail {
		padding: 1.5rem;
		border-radius: 2rem;
		margin-bottom: 0;
	}
}
.news-detail__wrap {
	width: 62.5rem;
	padding: 3rem 0;
	margin: 0 auto;
}
@media (max-width: 779.99px) {
	.news-detail__wrap {
		padding: 0;
		width: 100%;
	}
}
.news-detail__wrap section {
	margin: 2rem 0;
}
@media (max-width: 779.99px) {
	.news-detail__wrap section {
		margin: 1.5rem 0;
	}
}
.news-detail__wrap section,
.news-detail__wrap p,
.news-detail__wrap li,
.news-detail__wrap a {
	font-family: "Golos", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.755rem;
	margin-bottom: 1rem;
}
@media (max-width: 779.99px) {
	.news-detail__wrap section,
	.news-detail__wrap p,
	.news-detail__wrap li,
	.news-detail__wrap a {
		font-size: 0.875rem;
		line-height: 1.12875rem;
		margin-bottom: 0.25rem;
	}
}
.news-detail__wrap p:last-child,
.news-detail__wrap li:last-child,
.news-detail__wrap a:last-child {
	margin-bottom: 0;
}
.news-detail__wrap h2 {
	font-family: "TikTok", sans-serif;
	font-weight: 430;
	font-size: 2.5rem;
	line-height: 2.4rem;
	letter-spacing: -0.03em;
	margin-bottom: 1.5rem;
}
@media (max-width: 779.99px) {
	.news-detail__wrap h2 {
		font-weight: 530;
		font-size: 1.5rem;
		line-height: 1.44rem;
		letter-spacing: -0.03em;
		margin-bottom: 0.75rem;
	}
}
.news-detail__wrap h3 {
	font-family: "Golos", sans-serif;
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.995rem;
	margin-bottom: 0.5rem;
}
@media (max-width: 779.99px) {
	.news-detail__wrap h3 {
		font-weight: 530;
		font-size: 1.5rem;
		line-height: 1.44rem;
		letter-spacing: -0.03em;
	}
}
.news-detail__wrap ul {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	list-style: none; /* убираем стандартные кружки */
	margin-bottom: 1rem;
}
.news-detail__wrap ul li {
	position: relative;
	padding-left: 2rem;
}
.news-detail__wrap ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem; /* ширина SVG */
	height: 1.25rem; /* высота SVG */
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%200L12.7009%207.29909L20%2010L12.7009%2012.7009L10%2020L7.29909%2012.7009L0%2010L7.29909%207.29909L10%200Z%22%20fill%3D%22%23F1662C%22%20%2F%3E%3C%2Fsvg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}
.news-detail__date {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
	color: #1d1d20;
}
@media (max-width: 779.99px) {
	.news-detail__date {
		margin-bottom: 0.5rem;
	}
}
.news-detail__title {
	margin-bottom: 2rem;
}
@media (max-width: 779.99px) {
	.news-detail__title {
		margin-bottom: 1.5rem;
	}
}
.news-detail__title h1 {
	font-family: "TikTok", sans-serif;
	font-weight: 530;
	font-size: 3rem;
	line-height: 2.52rem;
	letter-spacing: -0.04em;
}
@media (max-width: 779.99px) {
	.news-detail__title h1 {
		font-size: 2rem;
		line-height: 1.92rem;
		letter-spacing: -0.03em;
	}
}
.news-detail__image-wrap {
	width: 100%;
	height: 33.6875rem;
	border-radius: 2rem;
	overflow: hidden;
}
@media (max-width: 779.99px) {
	.news-detail__image-wrap {
		height: 10.4375rem;
	}
}
.news-detail__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-detail__image-source {
	margin-top: 0.5rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #696969;
}
.news-detail__cta {
	position: relative;
	overflow: hidden;
	padding: 2.5rem;
	border-radius: 2.5rem;
	background-color: #98e51c;
}
@media (max-width: 779.99px) {
	.news-detail__cta {
		padding: 1.5rem 1rem;
		border-radius: 2.5rem;
		margin: 0 -1.5rem;
		padding-bottom: 5.4375rem;
	}
}
.news-detail__cta-title {
	margin-bottom: 3.75rem;
}
@media (max-width: 779.99px) {
	.news-detail__cta-title {
		margin-bottom: 2rem;
	}
}
.news-detail__cta-title h2 {
	font-family: "TikTok", sans-serif;
	font-weight: 950;
	font-size: 3rem;
	line-height: 2.85rem;
	letter-spacing: -0.03em;
	color: #fff;
}
@media (max-width: 779.99px) {
	.news-detail__cta-title h2 {
		font-size: 1.75rem;
		line-height: 1.6625rem;
		letter-spacing: -0.03em;
	}
}
.news-detail__cta-image {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 0;
}
.news-detail__cta-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-detail__cta-button {
	display: flex;
	z-index: 9;
	position: relative;
}
@media (max-width: 779.99px) {
	.news-detail__cta-button .button {
		padding: 1.375rem 0.5rem;
		font-family: "TikTok", sans-serif;
		font-weight: 950;
		font-size: 1.25rem;
		line-height: 1.25rem;
		letter-spacing: -0.05em;
		text-transform: uppercase;
		color: #1d1d20;
	}
}
.news-detail__another {
	padding-top: 4rem;
}
.news-detail__another .news-cards {
	margin-top: 4rem;
}
@media (max-width: 779.99px) {
	.news-detail__another .news-cards {
		margin-top: 2rem;
	}
}


.news-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 4rem;
	padding-bottom: 7.5rem;
}
@media (max-width: 779.99px) {
	.news-cards {
		margin-top: 2rem;
		padding-bottom: 2rem;
	}
}
.news-cards .news__card {
	width: calc((100% - 1.5rem) / 3);
}
@media (max-width: 779.99px) {
	.news-cards .news__card {
		width: 100%;
	}
}
.news-cards__showmore {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 3rem;
}
@media (max-width: 779.99px) {
	.news-cards__showmore {
		margin-top: 1.25rem;
	}
	.news-cards__showmore .button {
		padding: 1.5rem 1.25rem;
		font-family: "TikTok", sans-serif;
		font-weight: 950;
		font-size: 1.25rem;
		line-height: 1.25rem;
		letter-spacing: -0.05em;
		text-transform: uppercase;
		color: #1d1d20;
	}
}
/* End */
/* /local/templates/kraskidetstva/components/bitrix/breadcrumb/kraskidetstva.detail/style.min.css?1773236037467 */
/* /local/templates/kraskidetstva/components/bitrix/news/novosti/bitrix/news.detail/.default/style.css?17732360375880 */
