.section {
	position: relative;
}

.section::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(/wp-content/themes/pokrovnaluze/assets/images/round-icon.png) center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
	
}

.footer {
	position: relative;
}

.footer::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(/wp-content/themes/pokrovnaluze/assets/images/round-icon.png) center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;	
}

.section-bg-decor::after {
	content: '';
	width: 264px;
	height: 100%;
	background: url(/wp-content/uploads/2024/10/decor.png) center / 100% auto repeat-y;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
}


@media(max-width: 767.98px) {
	.section-bg-decor::after {
		display: none;
	}	
}
.section-inner {
	position: relative;
	z-index: 8;
}



.section-col-30 {
	flex-basis: 30%;
	flex-shrink: 0;
}
.section-col-70 {
	flex-grow: 1;
}


.section-quote:not(:last-child) {
	margin-bottom: 32px;
}

.section-no-bg::after {
	display: none;
}

.section-no-bg {
	background: #f9f2e9 !important;
}

.fix-z-index {
	position: relative;
	z-index: 60;
}


.leyka-pf .section::before {
	display: none;
}
.leyka-pf .section::after {
	display: none;
}

.feedback {
	max-width: 460px;
	margin-bottom: 50px;
}
.feedback-line input {
	height: 50px;
	border: none;
	border-radius: 0;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
}

.feedback-line textarea {
	height: 80px;
	border: none;
	border-radius: 0;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;	
	font-size: 16px;
}

.feedback-submit input {
	display: inline-flex;
	border: none !important;
	cursor: pointer;
}


#contact-form {
	margin-top: -80px;
	padding-top: 140px;
}






@media(max-width: 767.98px) {
	.header {
		transition: .3s;
	}
	
	.header:not(.active) {
		transform: translatex(103%);
	}
	
	.header {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		max-width: 300px;
		background-color: #77ab67;
		color: #fff;
		z-index: 60;
		padding-top: 60px;
	}
	
	.header .container {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.header-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.header-menu {
		width: 100%;
	}
	
	.header-menu-list {
		display: block;
	}
	
	.header-menu-list li:not(:last-child) {
		margin-bottom: 16px;
	}
	
	.header-menu-list a {
		color: #fff;
	}
	
	.header .button {
		border: 1px solid #fff;
	}
}


.toggle-header {
	border-radius: 50%;
	background-color: #77ab67;
	border: none;
	display: flex;
	width: 48px;
	height: 48px;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	align-items: center;
	
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 10;
}

.toggle-header span {
	height: 2px;
	width: 22px;
	background-color: #fff;
	
}

.header-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	background: none;
	border: none;
	z-index: 10;
}

.header-close::before {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transform: translate(-50%,-50%) rotate(45deg);
}

.header-close::after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transform: translate(-50%,-50%) rotate(-45deg);
}

@media(min-width: 768px) {
	.toggle-header {
		display: none;
	}
	.header-close {
		display: none;
	}
}

.section-box-wide {
	margin: 32px -44px 32px -44px;
	padding: 32px 44px 32px 44px;
	background-color: #fcfbf7;
}

.section-text-columns-2 {
	column-count: 2;
}

.section-text-columns-2 p {
	break-inside: avoid-column;
}


@media(max-width: 767.98px) {
	.section-box-content {
/* 		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0; */
	}
	.section-text-columns-2 {
		column-count: 1;
	}
	
	.section-box-wide {
		margin: 20px -16px 20px -16px;
		padding: 20px 16px 20px 16px;		
	}
}

.has-monumentalnoe_iskusstvo {
	overflow: hidden;
}

.has-monumentalnoe_iskusstvo .section-row {
	position: relative;
}

.has-monumentalnoe_iskusstvo .section-text {
	position: relative;
	z-index: 8;
}

.has-monumentalnoe_iskusstvo .section-quote {
	position: relative;
	z-index: 8;
}

.monumentalnoe_iskusstvo {
	position: absolute;
	bottom: -70px;
	right: -170px;
	z-index: 6;
	
}
@media(max-width: 767.98px) {
	.section-has-section-image-adaptive .section-year {
		text-align: left;
	}	
	.section-has-section-image-adaptive .section-title {
		text-align: left;
	}
	.section-has-section-image-adaptive .section-text {
		text-align: left;
	}
}

@media(max-width: 1023.98px) {

	.section-image-adaptive {
		position: absolute;
		top: -70px;
		right: 0;
		width: 220px;
		height: 220px;
	}
}

.section-image-adaptive {
	
}