.fundraiser-template-default .header .menu__list li a {
	color: rgba(6, 22, 49, 1);
}

.fundraiser-template-default .header .saerch-header__button::before {
	color: rgba(6, 22, 49, 1);
}

.fundraiser-template-default .header .wpml-ls-item a {
	color: rgba(6, 22, 49, 1);
}

.fundraiser-template-default .header .wpml-ls-legacy-list-horizontal li:last-child:before {
	color: rgba(6, 22, 49, 1);
}

.mob-decor {
	display: none;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
}

.overlay.visible {
	display: block;
}

.fundraiser {
	padding-bottom: 100px;
	position: relative;
	/* background:
        url("../img/curves-decor.png") 0 20.5% / 100% auto no-repeat,
        url("../img/decor-lines.png") 84.5% 6.5% / auto auto no-repeat; */
}

.decoore-block {
	position: absolute;
	top: 13%;
	left: 0;
	width: 100%;
	height: 557px;
	max-height: 557px;
	/* background: url("../img/curves-decor.png") 0 120% / 100% auto no-repeat,
    url("../img/decor-lines.png") 84.5% 20% / auto auto no-repeat; */
	background: url("../img/curves-decor.png") 50% / 100% 100% no-repeat;
	z-index: 1;
}
.decoore-block-2 {
	background: url("../img/decor-lines.png") 0 0 / 100% 100% no-repeat;
	position: absolute;
	top: -25px;
	left: calc(100% - 45px);
	z-index: 2;
	width: 51px;
	height: 41px;
}
.project_fundraiser__wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: start;
}

.project_fundraiser__main {
	display: flex;
	flex-direction: column;

	width: 65.811%;
	margin-right: 30px;
}

.project_fundraiser__title {
	color: rgba(6, 22, 49, 1);
	font-family: OpenSansCondensed;
	font-size: 40px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 20px;
}

.project_fundraiser__slider {
	width: 100%;
	max-height: 520px;
	margin-bottom: 40px;
	position: relative;
	border-radius: 8px;
}

.project_fundraiser__slider-item {
}

.project_fundraiser__slider-item {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	height: auto;
}

.project_fundraiser__slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project_fundraiser__controls {
	position: absolute;
	display: flex;
	top: calc(100% - 58px);
	left: calc(100% - 136px);
	z-index: 1;
}

.project_fundraiser__controls button {
	border: 1px solid rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
}

.project_fundraiser__controls button svg {
	width: 20px;
	height: 20px;
}

.prev {
	margin-right: 20px;
}

.next {
}

.pagination {
	position: absolute;
	z-index: 1;
	top: calc(100% - 28px);
	left: 20px !important;
}

.pagination .swiper-pagination-bullet {
	margin-left: 0px !important;
	margin-right: 8px !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 4px !important;
	background: rgba(255, 255, 255, 0.7) !important;
}

.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 25px !important;
}

.project_fundraiser__description {
	display: flex;
	flex-direction: column;
}

.project_fundraiser__sub-title {
	color: rgba(6, 22, 49, 1);
	font-style: Bold;
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	margin-bottom: 20px;
}

.project_fundraiser__text {
	display: flex;
	flex-direction: column;
	color: rgba(0, 51, 102, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0%;
}

.project_fundraiser__text-top {
	margin-bottom: 16px;
}

.project_fundraiser__text-bot {
	margin-bottom: 20px;
	display: none;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.project_fundraiser__text-bot.showed {
	display: block;
	opacity: 1;
	margin-bottom: 0;
}

.show-more {
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	text-decoration-line: underline;
	cursor: pointer;
	text-decoration-skip-ink: none;
}

.fundraiser-template-default .wrapper {
	overflow: clip;
}

.project_fundraiser__sidebar {
	width: 31.623%;
	position: sticky;
	height: fit-content;
	top: 60px;
	z-index: 2;
}

.donation-block {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	padding: 20px;
	background: rgba(6, 22, 49, 1);
	margin-bottom: 20px;
}

.donation-block__title {
	color: rgba(255, 255, 255, 1);
	font-size: 26px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.donation-block__goal {
	display: flex;
	flex-direction: column;
}

.donation-block__goal-info {
	display: flex;
	justify-content: space-between;
	color: rgba(255, 204, 0, 1);
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0%;
	margin-bottom: 8px;
}

.donation-block__goal-progress {
	margin-bottom: 8px;
}

.progress {
	--value: 0%;
	width: 100%;
	height: 4px;
	background: rgba(240, 240, 240, 1);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.progress::before {
	content: "";
	position: absolute;
	inset: 0;
	width: var(--value);
	background: rgba(255, 204, 0, 1);
	transition: width 0.4s ease;
}

.donation-block__goal-remainder {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0%;
	margin-bottom: 24px;
}

.donation-block__butons {
	display: flex;
	flex-direction: column;
}

.donation-block__butons button {
	width: 100%;
	padding: 12px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(6, 22, 49, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	border-radius: 4px;
	cursor: pointer;
}

.donation-block__donate {
	background: rgba(255, 204, 0, 1);
	margin-bottom: 12px;
}

.share-btn {
	background: rgba(240, 240, 240, 1);
}

.donation__list-wrapper {
	padding: 20px;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background: rgba(224, 237, 255, 1);
	align-items: center;
}

.donation__list-wrapper__total {
	padding-top: 20px;
	display: flex;
	align-items: center;
	align-self: self-start;
	position: relative;
	width: 100%;
}

.csd-recent-donations__header {
	position: relative;
}

.csd-recent-donations__header .close-icon {
	padding: 5px;
	position: absolute;
	display: none;
	cursor: pointer;
	top: -5px;
	left: calc(100% - 19.5px);
}

.donation__list-wrapper__total .text {
	color: rgba(6, 22, 49, 1);
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: left;
	margin-right: 12px;
}

.donation__list-wrapper__total .num {
	padding: 2px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(6, 22, 49, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	border-radius: 8px;
	background: rgba(178, 192, 216, 1);
}

.csd-recent-donations__items.showAll {
	overflow-y: auto;
	padding-right: 20px;
	overflow-x: hidden;
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch;
}

.csd-recent-donations__items.showAll::-webkit-scrollbar {
	width: 3px;
}

.csd-recent-donations__items.showAll::-webkit-scrollbar-track {
	background: rgba(215, 222, 229, 1);
	border-radius: 8px;
}

.csd-recent-donations__items.showAll::-webkit-scrollbar-thumb {
	background-color: rgba(6, 22, 49, 1);
	border-radius: 8px;
}

.donation__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	width: 100%;
}

.donation__list.showAll {
	overflow-y: auto;
	padding-right: 20px;
	overflow-x: hidden;
	margin-bottom: 0;
}

.donation__list.showAll::-webkit-scrollbar {
	width: 3px;
}

.donation__list.showAll::-webkit-scrollbar-track {
	background: rgba(215, 222, 229, 1);
	border-radius: 8px;
}

.donation__list.showAll::-webkit-scrollbar-thumb {
	background-color: rgba(6, 22, 49, 1);
	border-radius: 8px;
}

.donation-item {
	opacity: 1;
	transition:
		opacity 1s ease 0s,
		max-height 0.3s ease 0s,
		padding 0.5s ease 0s;
}

.donation-item.unvisible {
	opacity: 0;
	max-height: 0;
	padding: 0 0;
	margin-bottom: 0 !important;
}

.donation-item.none {
	display: none;
}

.donation__list-item {
	width: 100%;
	display: flex;

	padding: 20px 0;
	border-bottom: 1px solid rgba(215, 222, 229, 1);
	opacity: 1;
	transition:
		opacity 1s ease 0s,
		max-height 0.3s ease 0s,
		padding 0.5s ease 0s;
}

.donation__list-item.unvisible {
	opacity: 0;
	max-height: 0;
	padding: 0 0;
}

.donation__list-item.none {
	display: none;
}

.donation__list-item-image {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	margin-right: 16px;
	flex: 1 0 auto;
}

.donation__list-item-info {
	display: flex;
	flex-direction: column;
	width: 76.969%;
	flex-wrap: wrap;
}

.donation__list-item-name {
	width: fit-content;
	color: rgba(6, 22, 49, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0%;
	margin-bottom: 4px;
}

.donation__list-item-donat-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.donation__list-item-sum {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.sum {
	color: rgba(6, 22, 49, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	text-transform: uppercase;
	margin-right: 16px;
}

.mothly {
	padding: 4px;
	border-radius: 4px;
	background: rgba(255, 204, 0, 1);
	color: rgba(255, 255, 255, 1);

	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
}

.donation__list-item-term {
	color: rgba(6, 22, 49, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0%;
}

.donation__list-all {
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	text-decoration-line: underline;
	cursor: pointer;
	text-decoration-skip-ink: none;
}

.project_fundraiser__news {
	margin-top: 100px;
}

.project_fundraiser__news-title {
	color: rgba(6, 22, 49, 1);
	font-size: 50px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0%;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.project_fundraiser__news-list {
	display: flex;
	flex-direction: column;
}

.project_fundraiser__news-item {
	display: flex;
	flex-direction: column;
}

.project_fundraiser__date {
	color: rgba(0, 51, 102, 1);
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	margin-bottom: 20px;
}

.project_fundraiser__news-item:not(:last-child) {
	margin-bottom: 40px;
}

.project_fundraiser__news-item-title {
	color: rgba(0, 51, 102, 1);
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	margin-bottom: 8px;
}

.project_fundraiser__news-item-text {
	color: rgba(0, 51, 102, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0%;
}

.project_fundraiser__news-item-image {
	width: 100%;
	max-height: 520px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}

.project_fundraiser__news-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project_fundraiser__news-all {
	border-radius: 4px;
	background: rgba(255, 204, 0, 1);
	padding: 12px 24px 12px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(6, 22, 49, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0%;
	margin: 40px auto 0px auto;
	opacity: 1;
	transition: opacity 0.3s ease 0s;
}

.project_fundraiser__news-all.loading {
	opacity: 0.3;
	cursor: none;
}
.sharing-modal-wrapper {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	z-index: 100;
	display: none;
	position: fixed;
	inset: 0;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.sharing-modal-wrapper.active {
	display: flex;
}
.sharing-modal {
	background: #fff;
	max-height: calc(100dvh - 40px);
	display: flex;
	flex-direction: column;
	padding: 20px 0px 54px 0px;
	max-width: 648px;
	color: #061631;
	width: 100%;
}
.share-modal__main {
	padding: 0 50px;
	display: flex;
	flex-direction: column;
}
.share-modal-close {
	margin-right: 23px;
	cursor: pointer;
	align-self: end;
}
.share-modal__title {
	font-size: 41px;
	line-height: 49px;
	margin-bottom: 23px;
	font-weight: 700;
}
body.hold {
	overflow: hidden;
}
.share-modal__buttons {
	display: flex;
	margin-bottom: 43px;
}
.share-modal__buttons button {
	display: flex;
	padding: 10px 20px;
	align-items: center;
	border: 1px solid #061631;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	box-sizing: border-box;
}
.share-modal__buttons button span {
	font-size: 22px;
	font-weight: 700;
}
.btn-modal-share {
	margin-right: 32px;
}
.share-modal__buttons button svg {
	margin-right: 17px;
}
@media (any-hover: hover) {
	.share-modal__buttons button:hover {
		background: #e0edff;
		border: none;
	}
}

.share-modal__thanks {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	max-width: 400px;
	margin-bottom: 23px;
}
.share-modal__info {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	max-width: 535px;
	margin-bottom: 37px;
}
.share-modal__socials {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}
.share-modal__socials-item:not(:last-child) {
	margin-right: 40px;
}
.share-modal__socials-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.share-modal__socials-item svg {
	margin-bottom: 7px;
}
.share-modal__socials-item span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.share-modal__subscribe {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
.btn-modal-copy {
	position: relative;
}
.copied {
	display: none;
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px !important;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}
/*Media quaries======================*/
@media (max-width: 991px) {
	.decoore-block {
		top: unset;
	}
}

@media (max-width: 768px) {
	.share-modal__main {
		overflow-y: auto;
	}
	.decoore-block-2 {
		display: none;
	}
	.donation__list-wrapper.pc.cloned.visible .csd-recent-donations__header {
		width: 100%;
		padding-top: 20px;
	}

	.donation__list-wrapper.pc.cloned.visible .csd-donations__total {
		margin-bottom: 20px;
	}

	.donation__list-wrapper.pc.cloned.visible .csd-donations__total .label {
		color: rgba(6, 22, 49, 1);
		font-size: 20px;
		font-weight: 700;
		line-height: 140%;
		text-align: left;
		margin-right: 12px;
	}

	.donation__list-wrapper.pc.cloned.visible .csd-donations__total .value {
		padding: 2px 8px;
		color: rgba(6, 22, 49, 1);
		font-size: 16px;
		font-weight: 700;
		line-height: 140%;
		border-radius: 8px;
		background: rgba(178, 192, 216, 1);
	}

	.csd-recent-donations__items {
		width: 100%;
	}

	.project_fundraiser__sidebar {
		position: static;

		top: unset;
	}

	.fundraiser-template-default .header .saerch-header__button::before {
		color: #fff;
	}

	.fundraiser-template-default .header .wpml-ls-item a {
		color: #fff;
	}

	.fundraiser-template-default .header .wpml-ls-legacy-list-horizontal li:last-child:before {
		color: #fff;
	}

	.decoore-block {
		display: none;
	}

	.project_fundraiser__main {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0px;
		position: relative;
	}

	.project_fundraiser__sidebar {
		width: 100%;
		max-height: unset !important;
	}

	.project_fundraiser__slider {
		max-height: unset;
		min-height: 100vh;
	}

	.donation__list-item-image {
		flex: 0 1 auto;
	}

	.pagination .swiper-pagination-bullet {
		display: none;
	}

	.project_fundraiser__controls {
		display: none;
	}

	.project_fundraiser__title {
		color: rgba(255, 255, 255, 1);
		margin-bottom: 50px;
		padding: 20px 20px 0 20px;
		text-align: center;
	}

	.donation-block {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		background: rgba(255, 255, 255, 0.2);
		width: calc(100% - 32px);
		border-radius: 20px;
		border: 2px solid rgba(255, 204, 0, 1);
		order: 1;
	}

	.project_fundraiser__slider {
		order: 2;
	}

	.project_fundraiser__description {
		order: 3;
	}

	.project_fundraiser__sidebar {
		order: 4;
	}

	.project_fundraiser__news {
		order: 5;
		margin-top: 80px;
	}

	.project_fundraiser__slider-item {
		position: relative;
		border-radius: 0px;
	}
	.project_fundraiser__slider {
		border-radius: 0px;
	}
	.fundraiser {
		padding-bottom: 80px;
	}

	.project_fundraiser__slider-item::after {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		pointer-events: none;
	}

	.project_fundraiser__slider-item img {
		min-height: 100vh;
		/* object-position: 70%; */
	}

	.project_fundraiser__description {
		position: relative;
		padding-bottom: 80px;
	}

	.project_fundraiser__text {
		position: relative;
		z-index: 2;
	}

	.mob-decor {
		display: block;
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		background: url("../img/mob-decor.png") 0 0/ 100% 100% no-repeat;
		height: 180px;
		z-index: -1;
	}

	.donation__list-wrapper.pc.cloned {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		width: calc(100% - 32px);
		background: rgba(255, 255, 255, 1);
		/* max-height: calc(100vh - 40px); */
		max-height: calc(var(--vh) * 100 - 40px);
		padding: 20px 16px 20px 16px;
	}

	.donation__list-wrapper.pc.cloned .donation__list.showAll {
		padding-right: 16px;
	}

	.donation__list-wrapper.pc.cloned.visible {
		display: flex;
	}

	.csd-recent-donations__header .close-icon {
		display: block;
	}

	.donation__list-wrapper.pc.cloned .donation__list-all {
		display: none;
	}

	.project_fundraiser__news-title {
		font-size: 52px;
	}

	.fundraiser {
		background: unset;
	}
}

@media (max-width: 576px) {
	.sharing-modal {
		padding-top: 10px;
		padding-bottom: 24px;
	}
	.share-modal__buttons button span {
		font-size: 18px;
	}
	.share-modal-close {
		margin-right: 10px;
	}
	.share-modal__thanks {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 24px;
	}
	.share-modal__title {
		font-size: 36px;
		text-align: center;
		margin-bottom: 15px;
		line-height: 39px;
	}
	.share-modal-close svg {
		width: 15px;
		height: 15px;
	}
	.share-modal__info {
		margin-bottom: 25px;
	}
	.share-modal__main {
		padding: 0 20px;
	}
	.share-modal__subscribe {
		text-align: center;
	}
	.share-modal__buttons {
		flex-direction: column;
		align-items: center;
		margin-bottom: 23px;
	}

	.share-modal__buttons button {
		width: 200px;
	}

	.btn-modal-share {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.donation-block {
		padding: 16px;
	}

	.project_fundraiser__title {
		font-size: 32px;
	}

	.donation-block__title {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.project_fundraiser__sub-title {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.project_fundraiser__news-title {
		font-size: 32px;
		margin-bottom: 32px;
	}
}

@media (max-width: 423px) {
}

/* 25.06 universal fundraiser gallery frame */
.project_fundraiser__slider {
	height: 520px;
	max-height: none;
	overflow: hidden;
}

.project_fundraiser__slider-wrapper {
	align-items: stretch;
	display: flex;
	height: 100%;
}

.project_fundraiser__slider-item {
	display: block;
	flex-shrink: 0;
	height: 100%;
	min-width: 0;
	overflow: hidden;
}

.project_fundraiser__slider-item picture {
	display: block;
	height: 100%;
	width: 100%;
}

.project_fundraiser__slider-item img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.project_fundraiser__controls {
	align-items: center;
	bottom: 22px;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	left: auto;
	padding: 0;
	pointer-events: none;
	right: 22px;
	top: auto;
	transform: none;
	width: auto;
	z-index: 3;
}

.project_fundraiser__controls button {
	pointer-events: auto;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.project_fundraiser__controls button:focus-visible {
	outline: 2px solid #ffcc00;
	outline-offset: 3px;
}

.prev {
	margin-right: 0;
}

.project_fundraiser__slider .project_fundraiser__pagination {
	align-items: center;
	bottom: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	left: 22px !important;
	line-height: 1;
	min-width: max-content;
	top: auto;
	transform: none;
	width: auto !important;
	white-space: nowrap;
	z-index: 3;
}

.project_fundraiser__slider .project_fundraiser__pagination .swiper-pagination-bullet {
	display: block !important;
	flex: 0 0 auto;
	margin: 0 !important;
}

.project_fundraiser__slider.is-single-slide .project_fundraiser__controls,
.project_fundraiser__slider.is-single-slide .pagination,
.project_fundraiser__slider.is-empty-slider {
	display: none;
}

.project_fundraiser__text-top p,
.project_fundraiser__text-bot p {
	margin: 0 0 1em;
}

.project_fundraiser__text-top p:last-child,
.project_fundraiser__text-bot p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.project_fundraiser__slider {
		height: 460px;
	}
}

@media (max-width: 768px) {
	.project_fundraiser__slider {
		height: 100vh;
		height: 100svh;
		margin-bottom: 0;
		max-height: none;
		min-height: 560px;
	}

	.project_fundraiser__description {
		margin-top: 24px;
	}

	.project_fundraiser__slider-item img {
		min-height: 0;
	}

	.project_fundraiser__controls {
		bottom: 16px;
		display: flex;
		gap: 10px;
		padding: 0;
		right: 16px;
	}

	.project_fundraiser__controls button {
		height: 42px;
		width: 42px;
	}

	.project_fundraiser__slider .project_fundraiser__pagination {
		bottom: 33px;
		left: 16px !important;
		transform: none;
	}
}
