

/* Start:/local/templates/NIKA/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1729153098467*/
.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/NIKA/css/fund-detail.css?178843079815383*/
/**
 * Страница сбора: галерея с постоянным кадром, липкая карточка, таймлайн обновлений.
 * Всё под .fund-detail — классы pet-detail__* общие со страницами животных и новостей,
 * менять их глобально нельзя.
 *
 * NB: в style.css размер шрифта назначается через звёздочку всем элементам,
 * поэтому font-size задаётся явно каждому классу — иначе всё съезжает в 21px.
 * Там же нет border-box, а сам style.css грузится позже этого файла:
 * отсюда префикс .fund-detail у каждого правила и явный box-sizing выше.
 */

/* В проекте нет глобального border-box, поэтому padding у кнопки и плиток
   прибавлялся к ширине и давал горизонтальный скролл на телефоне. */
.fund-detail .fund-layout,
.fund-detail .fund-layout__main,
.fund-detail .fund-layout__aside,
.fund-detail .fund-card,
.fund-detail .fund-card .button,
.fund-detail .fund-chips,
.fund-detail .fund-chip,
.fund-detail .fund-detail__close-all,
.fund-detail .fund-donor,
.fund-detail .fund-thanks__grid,
.fund-detail .fund-thanks__more,
.fund-detail .fund-updates,
.fund-mobile-bar,
.fund-mobile-bar .button {
	box-sizing: border-box;
}

/* ---------- сетка страницы ---------- */
.fund-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 25rem;
	gap: 2.125rem;
	align-items: start;
}

.fund-detail .fund-layout__aside {
	position: sticky;
	top: 1.25rem;
}

/* min-width:0 обязателен: без него колонка растёт по контенту, а слайд с aspect-ratio
   раздувается до предела вместо того, чтобы вписаться в экран. */
.fund-detail .fund-layout__main,
.fund-detail .fund-layout__aside {
	min-width: 0;
}

/* В style.css у обоих блоков ширина 66% от родителя — внутри колонки это уже лишнее. */
.fund-detail .fund-layout__main .pet-detail__photo {
	width: 100%;
	min-width: 0;
}

/* Текст описания из Б24 — колонкой в 44rem: на всю ширину строка нечитаема. */
.fund-detail .pet-detail-content {
	width: 100%;
	max-width: 44rem;
	margin-top: 2.75rem;
	font-size: 1.0625rem;
	line-height: 1.68;
}

.fund-detail .pet-detail-content p {
	font-size: 1.0625rem;
	line-height: 1.68;
	margin: 0 0 1.125rem;
}

.fund-detail .pet-detail-content li {
	font-size: 1.0625rem;
	line-height: 1.6;
}

/* ---------- галерея ---------- */
.fund-detail .pet-detail__photo-slider-wrap .swiper-slide {
	aspect-ratio: 3 / 2;
	position: relative;
	overflow: hidden;
	background: #191919;
	border-radius: var(--radius);
}

.fund-detail .pet-detail__photo-slider-wrap .pet-detail__photo-src {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

/* Кадр шире 1.3 заполняет рамку целиком, подложки под ним не видно. */
.fund-detail .pet-detail__photo-slider-wrap .swiper-slide_fill .pet-detail__photo-src {
	object-fit: cover;
}

.fund-detail .fund-gal__bg {
	position: absolute;
	inset: -8%;
	background-size: cover;
	background-position: center;
	filter: blur(2rem) brightness(.55) saturate(1.15);
}

/* Слайд сам держит пропорции, поэтому видео и iframe просто растягиваются по нему.
   Скоуп в три класса нужен, чтобы перебить aspect-ratio из media.css. */
.fund-detail .pet-detail__photo-slider-wrap .fund-gal__frame,
.fund-detail .pet-detail__photo-slider-wrap .fund-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	border-radius: 0;
}

/* Спрайт #gal-prev сам себе кнопка: круг красится через fill, шеврон внутри
   зашит тёмным. Своя подложка под ним давала кружок в кружке. */
.fund-detail .pet-detail__photo-slider_nav-arr {
	width: 3rem;
	height: 3rem;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	box-shadow: none;
	opacity: 0;
	transition: opacity 200ms;
}

.fund-detail .pet-detail__photo:hover .pet-detail__photo-slider_nav-arr {
	opacity: 1;
}

.fund-detail .pet-detail__photo-slider-icon {
	width: 3rem;
	height: 3rem;
	fill: rgba(255, 255, 255, .88);
	filter: drop-shadow(0 .25rem .75rem rgba(0, 0, 0, .28));
	transition: fill 200ms;
}

.fund-detail .pet-detail__photo-slider-icon:hover {
	fill: var(--white);
}

.fund-detail .pet-detail__photo-slider_prev { left: 1.125rem; }
.fund-detail .pet-detail__photo-slider_next { right: 1.125rem; }

.fund-detail .fund-gal__counter {
	position: absolute;
	right: 1.125rem;
	top: 1.125rem;
	z-index: 3;
	background: rgba(0, 0, 0, .5);
	color: var(--white);
	font-size: .8125rem;
	padding: .3125rem .75rem;
	border-radius: 1.25rem;
}

/* Активная миниатюра выделяется рамкой, приглушаются остальные. */
.fund-detail .pet-detail__photo-slider-nav .swiper-slide {
	opacity: .5;
	border-radius: .75rem;
	overflow: hidden;
	transition: 200ms;
	height: 4.375rem;
}

.fund-detail .pet-detail__photo-slider-nav .swiper-slide:hover {
	opacity: .82;
}

.fund-detail .pet-detail__photo-slider-nav .swiper-slide-thumb-active {
	opacity: 1;
	box-shadow: inset 0 0 0 .1875rem var(--green);
}

.fund-detail .pet-detail__photo-slider-nav .swiper-slide:hover .pet-detail__photo-src {
	mix-blend-mode: normal;
}

.fund-detail .pet-detail__photo-slider-nav .pet-detail__photo-src {
	height: 100%;
	object-fit: cover;
	border-radius: .75rem;
}

/* ---------- карточка сбора ---------- */
.fund-detail .fund-card {
	background: var(--grey);
	border-radius: var(--radius);
	padding: 1.875rem;
}

.fund-detail .fund-card__title {
	font-size: 1.625rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--green);
	margin: 0 0 1.125rem;
}

.fund-detail .fund-card__money {
	display: flex;
	align-items: baseline;
	gap: .625rem;
	flex-wrap: wrap;
}

.fund-detail .fund-card__sum {
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1;
}

.fund-detail .fund-card__of {
	font-size: 1rem;
	color: #6E736B;
}

.fund-detail .fund-bar {
	height: .625rem;
	border-radius: .625rem;
	background: #CDCDC7;
	overflow: hidden;
	margin: .875rem 0 .625rem;
}

.fund-detail .fund-bar__fill {
	height: 100%;
	border-radius: .625rem;
	background: var(--orange);
}

.fund-detail .fund-card__meta {
	display: flex;
	justify-content: space-between;
	gap: .625rem;
	font-size: .875rem;
	color: #6E736B;
}

.fund-detail .fund-card__meta b {
	color: var(--black);
	font-weight: 600;
	font-size: .875rem;
}

.fund-detail .fund-card__sumlabel {
	font-size: .8125rem;
	color: #6E736B;
	margin: 1.25rem 0 .5rem;
}

.fund-detail .fund-chips {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .5rem;
	margin-bottom: .5rem;
}

.fund-detail .fund-chip {
	border: 1px solid #D3D3CC;
	text-align: center;
	background: var(--white);
	border-radius: 1.25rem;
	padding: .625rem 1rem;
	font-size: .9375rem;
	line-height: 1.2;
	cursor: pointer;
	transition: 150ms;
	color: var(--black);
	font-family: inherit;
}

.fund-detail .fund-chip:hover {
	border-color: var(--green);
}

.fund-detail .fund-chip_a {
	background: var(--green);
	border-color: var(--green);
	color: var(--white);
}

/* Занимает две ячейки, чтобы второй ряд пресетов не обрывался на середине. */
.fund-detail .fund-chip_custom {
	grid-column: span 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fund-detail .fund-chip_custom input {
	width: 100%;
	border: 0;
	background: none;
	font-family: inherit;
	font-size: .9375rem;
	outline: none;
	padding: 0;
	color: var(--black);
	text-align: center;
}

.fund-detail .fund-card__hint {
	font-size: .8125rem;
	color: #6E736B;
	min-height: 1.25rem;
	margin-bottom: 1rem;
	line-height: 1.3;
}

.fund-detail .fund-card .button {
	width: 100%;
	height: 3.25rem;
	font-size: 1rem;
	font-weight: 600;
}

.fund-detail__close-all {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: .625rem;
	padding: .6875rem 1rem;
	border: 1px solid #D3D3CC;
	border-radius: 1.875rem;
	background: var(--white);
	text-decoration: none;
	color: #4E524B;
	font-size: .875rem;
	cursor: pointer;
	transition: 150ms;
}

.fund-detail__close-all:hover {
	border-color: var(--green);
	color: var(--black);
}

.fund-detail .fund-card__people {
	margin-top: 1.125rem;
	font-size: .875rem;
	color: #6E736B;
	line-height: 1.4;
}

.fund-detail .fund-card__people b {
	font-size: .875rem;
	font-weight: 600;
	color: var(--black);
}

.fund-detail__org {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid #D3D3CC;
	background: none;
	color: var(--black);
	border-radius: 0;
}

.fund-detail__org-ava {
	width: 2.875rem;
	height: 2.875rem;
	border-radius: 50%;
	overflow: hidden;
	flex: none;
}

.fund-detail__org-ava-src {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fund-detail__org-info-stitle {
	font-size: .6875rem;
	color: #6E736B;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.fund-detail__org-info-val {
	font-size: .9375rem;
	font-weight: 600;
}

.fund-detail .fund-card .pet-detail__info-share {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-top: 1.25rem;
	flex-wrap: wrap;
}

.fund-detail .fund-card .pet-detail__info-share-title {
	font-size: .875rem;
	color: #6E736B;
}

.fund-detail .fund-card__secure {
	font-size: .75rem;
	color: #6E736B;
	margin-top: 1rem;
	line-height: 1.4;
}

/* ---------- обновления ---------- */
.fund-detail .fund-updates {
	margin-top: 3.25rem;
	max-width: 47.5rem;
}

.fund-detail .fund-updates__title {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 1.375rem;
}

.fund-detail .fund-tl {
	position: relative;
	padding-left: 1.875rem;
}

.fund-detail .fund-tl:before {
	content: "";
	position: absolute;
	left: .3125rem;
	top: .5rem;
	bottom: .5rem;
	width: 2px;
	background: #E0E0DA;
}

.fund-detail .fund-update {
	position: relative;
	padding: 0 0 2.125rem;
	background: none;
	border: 0;
	margin: 0;
}

.fund-detail .fund-update:before {
	content: "";
	position: absolute;
	left: -1.875rem;
	top: .4375rem;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background: var(--orange);
	box-shadow: 0 0 0 .25rem var(--white);
}

.fund-detail .fund-update_report:before,
.fund-detail .fund-update_result:before {
	background: var(--green);
}

.fund-detail .fund-update__head {
	display: flex;
	align-items: center;
	gap: .625rem;
	margin-bottom: .5rem;
}

.fund-detail .fund-update__type {
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--orange);
}

.fund-detail .fund-update_report .fund-update__type,
.fund-detail .fund-update_result .fund-update__type {
	color: var(--green);
}

.fund-detail .fund-update__date {
	font-size: .8125rem;
	color: #6E736B;
}

.fund-detail .fund-update__text {
	font-size: 1rem;
	line-height: 1.6;
}

.fund-detail .fund-update__photos {
	display: flex;
	gap: .625rem;
	margin-top: .875rem;
	flex-wrap: wrap;
}

.fund-detail .fund-update__photo {
	width: 9.5rem;
	height: 6.875rem;
	object-fit: cover;
	border-radius: .875rem;
}

/* ---------- благодарности ---------- */
.fund-detail .fund-detail__history {
	margin-top: 4rem;
}

.fund-detail .fund-thanks__top {
	display: flex;
	align-items: baseline;
	gap: .875rem;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}

.fund-detail .fund-detail__history-title {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0;
}

.fund-detail .fund-thanks__sum {
	font-size: .9375rem;
	color: #6E736B;
}

.fund-detail .fund-thanks__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: .75rem;
}

.fund-detail .fund-donor {
	display: block;
	background: var(--grey);
	border-radius: 1.125rem;
	padding: 1rem 1.125rem;
	min-height: 100%;
}

.fund-detail .fund-donor_hidden {
	display: none;
}

.fund-detail .fund-donor__sum {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

/* Имена приходят из платёжной формы как есть — «Виктория Никитична» ломала сетку. */
.fund-detail .fund-donor__name {
	font-size: .9375rem;
	line-height: 1.3;
	margin-top: .3125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fund-detail .fund-donor__date {
	font-size: .8125rem;
	line-height: 1.3;
	color: #6E736B;
	margin-top: .125rem;
}

.fund-detail .fund-donor_closer {
	background: #FFE7DA;
}

.fund-detail .fund-donor .fund-badge {
	margin-top: .5rem;
}

.fund-detail .fund-thanks__more {
	margin-top: 1rem;
	border: 1px solid #D3D3CC;
	background: var(--white);
	border-radius: 1.875rem;
	padding: .75rem 1.625rem;
	font-size: .9375rem;
	cursor: pointer;
	font-family: inherit;
	color: var(--black);
	transition: 150ms;
}

.fund-detail .fund-thanks__more:hover {
	border-color: var(--green);
}

/* ---------- прилипающая панель на телефоне ---------- */
.fund-mobile-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .97);
	border-top: 1px solid #E0E0DA;
	padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
	gap: .75rem;
	align-items: center;
	transform: translateY(110%);
	transition: transform 250ms;
}

.fund-mobile-bar_show {
	transform: translateY(0);
}

.fund-mobile-bar__info {
	line-height: 1.2;
	flex: none;
}

.fund-mobile-bar__label {
	font-size: .6875rem;
	color: #6E736B;
}

.fund-mobile-bar__sum {
	font-size: .9375rem;
	font-weight: 700;
}

.fund-mobile-bar .button {
	flex: 1;
	height: 3rem;
	font-size: 1rem;
}

/* ---------- адаптив ---------- */
@media (max-width: 1200px) {
	.fund-detail .fund-thanks__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 990px) {
	.fund-detail .fund-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}

	.fund-detail .fund-layout__aside {
		position: static;
	}

	.fund-detail .fund-thanks__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	/* Вертикальные кадры на телефоне крупнее: 4:3 вместо 3:2. */
	.fund-detail .pet-detail__photo-slider-wrap .swiper-slide {
		aspect-ratio: 4 / 3;
		border-radius: 1.25rem;
	}

	.fund-detail .pet-detail__photo-slider-nav {
		display: none;
	}

	.fund-detail .pet-detail__photo-slider_nav-arr {
		display: none;
	}

	.fund-detail .fund-card {
		padding: 1.25rem;
	}

	.fund-detail .fund-card__title {
		font-size: 1.5rem;
	}

	.fund-detail .fund-card__sum {
		font-size: 1.875rem;
	}

	.fund-mobile-bar {
		display: flex;
	}

	.fund-detail .fund-updates,
.fund-detail .pet-detail-content {
		max-width: 100%;
	}

	.fund-detail .fund-update__photo {
		width: calc(50% - .32rem);
		height: 6rem;
	}
}

/* End */
/* /local/templates/NIKA/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1729153098467 */
/* /local/templates/NIKA/css/fund-detail.css?178843079815383 */
