: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 {
	display: inline-flex;
	height: 55px;
	background-color: #77ab67;
	text-decoration-color: ;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	padding: 0 24px;
	box-sizing: border-box;
	min-width: 200px;
}

.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 {
	margin-top: 0;
	margin-bottom: 10px;

	display: flex;
	align-items: center;
	gap: 24px;
}

.hero-icon {
	flex-shrink: 0;
}

.hero-icon img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	display: block;
}
.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 {
}
.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-title {
	text-transform: uppercase;
	font-family: 'Oranienbaum', serif;
	font-weight: 400;	
	font-size: 45px;
	margin-bottom: 20px;
}

.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 {
}
.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 {
}
.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;
	}
}










.footer {
	background: url(/wp-content/themes/pokrovnaluze/assets/images/footer-bg.png) center / cover no-repeat;
	position: relative;

}

.footer::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(255, 252, 247, 0.95), rgba(255, 252, 247, 0.95));
	position: absolute;
	top: 0;
	left: 0;
}
.container {
}
.footer-inner {
	position: relative;
	z-index: 4;
	padding-top: 70px;
	padding-bottom: 32px;
	box-sizing: border-box;
}
.footer-nav {
	display: flex;
	gap: 24px;
	margin-bottom: 60px;
}
.footer-nav-col {
	flex-basis: calc( (100% - 2 * 24px) / 3 );

	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}
.footer-nav-item {
	font-size: 25px;
	color: #000;
	text-decoration: underline;
	font-family: 'Oranienbaum', serif;

}



.footer-main {
	display: flex;
	gap: 24px;
}
.footer-main-col {
	flex-basis: calc( (100% - 2 * 24px) / 3 );
}
.footer-logo img {
	max-width: 320px;
	display: block;
	width: 100%;
	height: auto;
}
.footer-site-name {
	font-size: 19px;
}
.footer-buttons {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}
.footer-buttons .button {
	flex-basis: calc( (100% - 24px) / 2 );
	min-width: 0;
	flex-shrink: 0;
	white-space: nowrap;
	flex-basis: auto;
}
.button-outline {
}
.footer-bottom {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer-bottom a {
	text-decoration: none;
	color: currentColor;
}


@media(max-width: 767.98px) {
	.footer-nav {
		flex-direction: column;
		align-items: center;
	}
	.footer-nav-col {
		flex-basis: auto;
		align-items: center;
		text-align: center;
	}
	.footer-main {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-logo {
		order: 1;
		flex-basis: auto;
	}
	.footer-site-name {
		order: 2;
		flex-basis: auto;		
	}
	.footer-buttons {
		flex-basis: auto;
		flex-direction: column;
		align-items: center;
	}
	.footer-bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
		font-size: 13px;
	}
}

.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;
}
/*
     FILE ARCHIVED ON 18:04:25 Dec 29, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:53:46 Mar 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.65
  load_resource: 330.775
  PetaboxLoader3.resolve: 55.524
  PetaboxLoader3.datanode: 169.193 (2)
  loaddict: 199.609
*/