:root {
	--swiper-theme-color: #77ab67;
}

body {
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	color: #000;

}

.container {
	max-width: 1170px;
	padding: 0 16px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-color: #f9f2e9;

	position: sticky;
	z-index: 100;
	top: 0;
	width: 100%;
}

.admin-bar .header {
	top: 32px;
}

.container {}

.header-inner {
	display: flex;
	align-items: center;
	gap: 24px;
	height: 84px;
	box-sizing: border-box;
}

.header-menu {
	flex-grow: 1;
}

.header-menu-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-menu-list a {
	text-decoration: none;
	color: #303030;
	font-size: 16px;
	font-weight: 500;
}

.header-button {
	flex-basis: 200px;
	flex-shrink: 0;
}


.button {}

.button.donate {
	cursor: pointer;
}

.hero {
	position: relative;
	color: #fff;
}

.hero>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

.hero-bg-filter::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(66, 60, 52, 0.8), rgba(66, 60, 52, 0.7));
	z-index: 2;
}

.container {}

.hero-inner {
	position: relative;
	z-index: 4;
	padding: 70px 0;
	box-sizing: border-box;
}

.hero-before-title {
	font-size: 19px;
	max-width: 500px;
	margin-bottom: 16px;
}



.hero-title-content {}

.hero-title-content-main {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 70px;
	line-height: 1.01;
	text-transform: uppercase;
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
}

.hero-title-content-text {
	max-width: 380px;
	line-height: 1.3;
	font-size: 16px;
}

.hero-bottom {
	margin-top: 20px;
	display: flex gap: 24px;
	align-items: center;
}

.hero-button {}


.hero-bottom-text {}




@media(max-width: 767.98px) {
	.hero-before-title {
		font-size: 18px;
	}

	.hero-title {
		flex-direction: column;
	}

	.hero-title-content-main {
		font-size: 64px;
	}

	.hero-center {
		text-align: center;
	}

	.hero-center .hero-title {
		align-items: center;
	}

	.hero-icon img {
		width: 68px;
		height: 68px;
	}

	.hero-bottom {
		flex-direction: column-reverse;
		align-items: center;
	}
}









section.section {
	background: linear-gradient(to bottom, rgba(249, 242, 233, 1), rgba(255, 255, 255, 0.5));
}

.container {}

.section-inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-row {
	display: flex;
	gap: 24px;
}

.section-row-center {
	align-items: center;
}

.section-col {
	flex-basis: calc((100% - 24px) / 2);
	min-width: 0;
}


.section-text {
	color: #303030;
	line-height: 1.6;
	font-weight: 500;
}

.section-text p:first-child {
	margin-top: 0;
}

.section-text p:last--child {
	margin-bottom: 0;
}


.section-text ul {
	padding-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.section-quote {
	margin-top: 40px;
	position: relative;
	padding: 24px;
	border: 1px solid #4d4642;
	border-radius: 2px;
	box-sizing: border-box;
}

.section-quote-label {
	background-color: #4d4642;
	color: #fff;
	font-family: 'Oranienbaum', serif;
	font-size: 16px;
	position: absolute;
	top: -10px;
	left: -10px;
	padding: 4px 10px;
}

.section-quote-text {
	line-height: 1.6;
	font-weight: 500;
}

.section-slider {}

.swiper {}

.swiper-wrapper {}

.swiper-slide {}

.section-slider-item {
	position: relative;
	padding-bottom: 74%;
}

.section-slider-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.section-button {
	margin-top: 20px;
}

.button-arrow {}


@media(max-width: 767.98px) {
	.section-row {
		display: block;
		text-align: center;
	}

	.section-col:not(:last-child) {
		margin-bottom: 24px;
	}

	.section-title {
		font-size: 36px;
	}
}











.section {}

.section-boxed {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}

.section-boxed>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

.container {}

.section-box {
	background-color: #fff;
	position: relative;
	z-index: 4;
	border-radius: 20px;
}

.section-box-padding {
	padding: 44px;
	box-sizing: border-box;
}

.section-box-row {
	display: flex;
}

.section-box-col {
	flex-basis: 50%;
	flex-shrink: 0;
}

.section-box-col-25 {
	flex-basis: 25%;
	flex-shrink: 0;
}

.section-box-image {
	padding-bottom: 172%;
	position: relative;
}

.section-box-image-100 {
	padding-bottom: 100%;
}

.section-box-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.section-box-col-75 {
	flex-basis: 75%;
	flex-shrink: 0;
}

.section-box-content {
	padding: 32px;
	box-sizing: border-box;
}

.section-title {}

.section-text {}

.section-button {}

@media(max-width: 767.98px) {
	.section-box-image {
		padding-bottom: 142%;
	}

	.section-boxed {
		padding-left: 8%;
		padding-right: 8%;
	}

	.section-box-content {
		padding: 24px 10px;
	}

	.section-box-row {
		display: block;
	}

	.section-box-col {}

	.section-boxed .section-title {
		font-size: 28px;
		text-align: center;
	}

	.section-boxed .section-button {
		text-align: center;
	}

	.section-box-padding {
		padding: 16px;
	}
}

@media(max-width: 480px) {
	.section-boxed {
		padding-left: 4%;
		padding-right: 4%;
	}
}



.stages {
	font-size: 20px;
}

.stages p:not(:last-child) {
	margin-bottom: 16px;
}

.stages-green {
	color: #77ab67;
	font-weight: 600;
}


.section-image {
	padding-bottom: 66%;
	position: relative;
}

.section-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}



.round {
	text-align: center;
	background-color: #fffbef;
	height: 100%;
	box-sizing: border-box;
	border-radius: 20px 0 0 20px;
	padding-bottom: 24px;
	padding-left: 16px;
	padding-right: 16px;
}

.round-image {
	width: 250px;
	height: 250px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	transform: translateY(-24px);
}

.round-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.round-title {
	color: #b0890c;
	font-family: "Oranienbaum", sans-serif;
	font-size: 26px;
	line-height: 1.3;
}

.round-label {
	margin-top: 40px;
}


@media(max-width: 767.98px) {
	.round {
		border-radius: 20px 20px 0 0;
	}

	.round-title {
		font-size: 20px;
	}
}


.go-pay {
	padding: 18px 40px;
	height: 60px;
	background-color: var(--color-primary);
	border: none;
	border-radius: 12px;
	font-family: var(--font-body);
	font-size: 0.9em;
	line-height: 1.17;
	color: var(--color-white);
	cursor: pointer;
	transition: opacity 0.3s;
}






.section-image-ustyled {
	padding-bottom: 0;
}

.section-image-ustyled img {
	position: static;
	width: 100%;
	height: auto;
	border-radius: 0;
}

.section-year {
	font-size: 62px;
	color: #d6cece;
	margin-bottom: 16px;
	font-weight: 700;
}


.section-boxed-bg-dark::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(36, 36, 36, 0.55), rgba(77, 70, 66, 0.55));
	z-index: 2;
}


/* ////////////////////////////////////////// */
.button.donate.disabled {
	pointer-events: none;
	opacity: .5;
}

.pay-form,
.page-form-rem-pay {
	max-width: 1390px;
	display: none;
	height: 850px;
	padding: 0px;
	width: 100%;
}

.pay-form .wrap,
.page-form-rem-pay .wrap {
	background-color: #000;
	padding: 50px 30px 50px;
	padding-right: 20px;
	position: relative;
	max-height: 100%;
	overflow-y: auto;
	display: block;
	height: 100%;
}

.pay-form .wrap::-webkit-scrollbar,
.page-form-rem-pay .wrap::-webkit-scrollbar {
	background-color: transparent;
	border: 1px solid #7289A0;
	position: relative;
	border-radius: 5x;
	height: 100%;
	width: 10px;
}

.pay-form .wrap::-webkit-scrollbar-thumb,
.page-form-rem-pay .wrap::-webkit-scrollbar-thumb {
	background-color: #D57C14;
	border-radius: 5px;
	height: 40px;
}

.pay-form .wrap::-webkit-scrollbar-button:vertical:start:decrement,
.page-form-rem-pay .wrap::-webkit-scrollbar-button:vertical:start:decrement {
	background-color: #000000;
}

.pay-form .wrap::-webkit-scrollbar-button:vertical:end:increment,
.page-form-rem-pay .wrap::-webkit-scrollbar-button:vertical:end:increment {
	background-color: red;
}

.pay-form .section-title-container,
.page-form-rem-pay .section-title-container {
	justify-content: center;
	margin-bottom: 32px;
	position: relative;
	display: flex;
}

.pay-form .section-title-container .section-title-line,
.page-form-rem-pay .section-title-container .section-title-line {
	border-bottom: 1px solid #dddddd;
	position: absolute;
	height: 1px;
	width: 100%;
	z-index: 1;
	top: 50%;
	left: 0;
}

.pay-form .section-title-container .section-title-text,
.page-form-rem-pay .section-title-container .section-title-text {
	text-transform: uppercase;
	background-color: #FFF;
	letter-spacing: 0.03em;
	padding: 0 16px 0 16px;
	line-height: 16px;
	font-weight: 500;
	font-size: 14px;
	z-index: 5;
}

.pay-form .row,
.page-form-rem-pay .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.pay-form .item,
.page-form-rem-pay .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #8A8A8A;
	font-weight: 400;
	border: 1px solid #8A8A8A;
	border-radius: 10px;
	cursor: pointer;

	width: calc(25% - 24px);
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	font-size: 16px;
}

.pay-form .item:hover,
.page-form-rem-pay .item:hover {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #1F3040;
	background-color: #FDE3C4;
	border-color: #D57C14;
}

.pay-form .item span,
.page-form-rem-pay .item span {
	padding-right: 5px;
}

.pay-form .item.active,
.page-form-rem-pay .item.active {
	background-color: #FDE3C4;
	border-color: #D57C14;
	color: #1F3040;
}

.pay-form .input input,
.page-form-rem-pay .input input {
	border-radius: 10px;
	border: 1px solid #8A8A8A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
	color: #1F3040;
	font-size: 16px;
	max-width: 100%;
}

.pay-form .input input:placeholder,
.page-form-rem-pay .input input:placeholder {
	color: #8A8A8A;
	font-size: 24px;
}

.pay-form .input-hidden,
.page-form-rem-pay .input-hidden {
	margin-bottom: 20px;
	padding-inline: 42px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: none;
}

.pay-form .input-hidden .summ-input.error,
.page-form-rem-pay .input-hidden .summ-input.error {
	border-color: red;
}

.pay-form .input-hidden .summ-error,
.page-form-rem-pay .input-hidden .summ-error {
	margin-left: 16px;
	margin-top: 4px;
	font-size: 10px;
	color: red;
}

.pay-form .pay-email-message,
.pay-form .pay-email-error,
.page-form-rem-pay .pay-email-message,
.page-form-rem-pay .pay-email-error {
	margin-left: 16px;
	font-size: 10px;
}

.pay-form .pay-email-error,
.page-form-rem-pay .pay-email-error {
	color: red;
}

.pay-form .pay-form-toggle,
.page-form-rem-pay .pay-form-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.pay-form .pay-form-toggle .button,
.page-form-rem-pay .pay-form-toggle .button {
	border-radius: 10px 0 0 10px;
	border: 2px solid #D57C14;
	background-color: #fff;
	color: #8A8A8A;
	max-width: 100%;
	font-size: 26px;
	width: 50%;
	margin: 0;
}

.pay-form .pay-form-toggle .button:last-child,
.page-form-rem-pay .pay-form-toggle .button:last-child {
	border-radius: 0 10px 10px 0;
}

.pay-form .pay-form-toggle .button:hover,
.page-form-rem-pay .pay-form-toggle .button:hover {
	background-color: #D57C14;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #fff;
}

.pay-form .pay-form-toggle .button.active,
.page-form-rem-pay .pay-form-toggle .button.active {
	background-color: #D57C14;
	color: #fff;
}

.pay-form .input-wrapper,
.page-form-rem-pay .input-wrapper {
	flex-direction: column;
	margin-bottom: 20px;
	display: flex;
	row-gap: 20px;
}

.pay-form .input-wrapper label,
.page-form-rem-pay .input-wrapper label {
	flex-direction: column;
	display: flex;
	row-gap: 2px;
}

.pay-form .input-wrapper input.error,
.page-form-rem-pay .input-wrapper input.error {
	border-color: #D57C14;
}

.pay-form .input-wrapper input:last-child,
.page-form-rem-pay .input-wrapper input:last-child {
	margin-bottom: 0;
}

.pay-form .go-pay,
.page-form-rem-pay .go-pay {
	border-radius: 10px;
	margin-bottom: 15px;
	padding-block: 10px;
	font-size: 18px;
	cursor: pointer;
	height: auto;
	width: 100%;
}

.pay-form small,
.page-form-rem-pay small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: auto;
}

.pay-form small label,
.page-form-rem-pay small label {
	padding-left: 50px;
	position: relative;
	line-height: 1.4;
	color: #C2C2C2;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.pay-form small label:hover,
.page-form-rem-pay small label:hover {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #D57C14;
}

.pay-form small label::after,
.page-form-rem-pay small label::after {
	position: absolute;
	content: "";
	height: 32px;
	width: 32px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/icons/uncheck.svg);
}

.pay-form small input:checked+label::after,
.page-form-rem-pay small input:checked+label::after {
	background-image: url(../images/icons/check.svg);
}

.pay-form small label a,
.page-form-rem-pay small label a {
	color: #c2c2c2;
}

.pay-form small label:hover,
.page-form-rem-pay small label:hover {
	color: #c2c2c2;
}

.phone.contacts-wrap-item div,
.pay-form .phone.contacts-wrap-item div {
	font-size: 40px;
	font-weight: 400;
	color: #1f3040;
	display: block;
	margin: auto;
	text-align: center;
}

@media (max-width: 1420px) {

	.pay-form,
	.page-form-rem-pay {
		height: 670px;
		width: 100%;
		width: 970px;
		max-width: calc(100vw - 30px);
		max-height: calc(100vh - 30px);
	}

	.pay-form .wrap,
	.page-form-rem-pay .wrap {
		position: relative;
	}

	.pay-form .close,
	.page-form-rem-pay .close {
		top: 28px;
		right: 20px;
	}

	.pay-form .go-pay,
	.page-form-rem-pay .go-pay {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.pay-form small label,
	.page-form-rem-pay small label {
		font-size: 16px;
		padding-left: 30px;
	}

	.pay-form small label:after,
	.page-form-rem-pay small label:after {
		height: 20px;
		width: 20px;
	}

	.pay-form .input input,
	.page-form-rem-pay .input input {
		height: 45px;
		font-size: 18px;
	}

	.pay-form .input input:placeholder,
	.page-form-rem-pay .input input:placeholder {
		font-size: 18px;
	}

	.pay-form .row,
	.page-form-rem-pay .row {
		margin-bottom: 20px;
	}

	.pay-form .item,
	.page-form-rem-pay .item {
		width: calc(22% - 10px) !important;
		margin-right: 10px;
		font-size: 16px;
		height: 40px;
	}

	.pay-form .pay-form-toggle,
	.page-form-rem-pay .pay-form-toggle {
		margin-bottom: 20px;
	}

	.pay-form .pay-form-toggle .button,
	.page-form-rem-pay .pay-form-toggle .button {
		font-size: 18px;
		height: 40px;
	}

	.pay-form b,
	.page-form-rem-pay b {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media (max-width: 992px) {

	.pay-form,
	.page-form-rem-pay {
		width: 100%;
		max-width: calc(100vw - 30px);
		max-height: calc(95vh - 60px);
	}

	.pay-form .wrap,
	.page-form-rem-pay .wrap {
		position: relative;
	}

	.pay-form .close,
	.page-form-rem-pay .close {
		top: 28px;
		right: 20px;
	}

	.pay-form small label,
	.page-form-rem-pay small label {
		font-size: 16px;
		padding-left: 30px;
	}

	.pay-form small label:after,
	.page-form-rem-pay small label:after {
		height: 20px;
		width: 20px;
	}

	.pay-form .input-wrapper,
	.page-form-rem-pay .input-wrapper {
		margin-bottom: 30px;
	}

	.pay-form .input input,
	.page-form-rem-pay .input input {
		height: 45px;
		font-size: 18px;
	}

	.pay-form .input input:placeholder,
	.page-form-rem-pay .input input:placeholder {
		font-size: 18px;
	}

	.pay-form .row,
	.page-form-rem-pay .row {
		margin-bottom: 20px;
	}

	.pay-form .pay-form-toggle,
	.page-form-rem-pay .pay-form-toggle {
		margin-bottom: 20px;
	}

	.pay-form .pay-form-toggle .button,
	.page-form-rem-pay .pay-form-toggle .button {
		font-size: 18px;
		height: 40px;
	}

	.pay-form b,
	.page-form-rem-pay b {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1945px) {
	.popup.rem-pay {
		justify-content: center;
		max-width: 740px;
		height: 680px;
		overflow: hidden;
	}

	.popup.rem-pay .wrap {
		max-width: 700px;
	}

	.popup.rem-pay .row {
		margin-bottom: 10px;
	}

	.popup.rem-pay .item {
		font-size: 14px;
	}

	.popup.rem-pay .pay-form-toggle {
		margin-bottom: 20px;
	}

	.popup.rem-pay .pay-form-toggle .button {
		height: 40px;
		font-size: 16px;
	}

	.popup.rem-pay b {
		margin-bottom: 20px;
		font-size: 32px;
	}

	.popup.rem-pay .input input {
		max-width: 667px;
		font-size: 18px;
	}

	.popup.rem-pay .input-wrapper {
		margin-bottom: 20px;
	}

	.popup.rem-pay .go-pay {
		font-size: 18px;
	}

	.popup.rem-pay small {
		font-size: 16px;
	}

	.popup.rem-pay small label {
		font-size: 16px;
	}

	.popup.rem-pay small label a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {

	.pay-form,
	.page-form-rem-pay {
		padding-right: 0px;
	}

	.pay-form .wrap,
	.page-form-rem-pay .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pay-form b,
	.page-form-rem-pay b {
		font-size: 22px;
	}

	.pay-form .row,
	.page-form-rem-pay .row {
		margin-bottom: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.pay-form .pay-form-toggle,
	.page-form-rem-pay .pay-form-toggle {
		display: block;
		margin-bottom: 20px;
	}

	.pay-form .pay-form-toggle .button,
	.page-form-rem-pay .pay-form-toggle .button {
		width: 100%;
		max-width: 100%;
		border-radius: 5px !important;
		margin-bottom: 10px;
	}
}

@media (max-width: 578px) {

	.pay-form,
	.page-form-rem-pay {
		height: calc(100vh - 30px);
	}
}

.page-form .pay-form,
.page-form-rem-pay {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	display: flex;
	height: 100%;
	width: auto;
}

.page-form .pay-form .item,
.page-form-rem-pay .item {
	width: calc(27% - 24px);
	justify-content: center;
	text-align: center;
	display: flex;
}

.anon-form .page-form {
	justify-content: center;
	display: flex;
}