.page-section {
	padding: 60px 0;
	color: #073B49;
}

.page-section--hero {
	background: #26798A;
	color: #fff;
	letter-spacing: -0.03em;
	font-size: 26px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
	position: relative;
}

.hero__wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 150;
}

.hero__image {
	position: relative;
	flex: 1;
	z-index: 0;
}

.hero-limited {
	position: absolute;
	top: 9%;
	right: 8%;
	z-index: 3;
}

.hero-limited-2 {
	position: absolute;
	top: 16%;
	right: 8%;
	z-index: 3;
}

.hero__image::before {
	content: '';
	background: radial-gradient(circle,rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 70%);
	position: absolute;
	left: 50%;
	width: 150%;
	translate: -50% -50%;
	aspect-ratio: 1;
	top: 60%;
}

.hero__image .hero__image-img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	display: block;
	margin: auto;
}

.hero__list {
	text-align: center;
	padding: 0;
	margin: 0;
	max-width: 225px;
	flex: 1;
	display: flex;
	text-wrap: balance;
	flex-direction: column;
	gap: 25px;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.hero__list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.hero__text {
	font-size: 32px;
	text-wrap: balance;
	flex: 1;
	position: relative;
	z-index: 5;
}

.hero__text h1,
.hero__text h2 {
	color: #fff;
	text-wrap: balance;
	margin-top: 0;
}

.hero__text h2 {
	text-transform: none;
}

.page-section--hero2 .hero__text {
	font-size: 23px;
	text-align: center;
	line-height: 1.3em;
}

.page-section--hero2 .hero-prices {
	margin: auto;
	font-size: 32px;
	line-height: 1.1em;
}

.page-section--hero2 .hero__image .hero__image-img {
	max-width: 500px;
	display: block;
	margin: auto;
}

.page-section--hero2 .hero__list {
	flex: 0 0 100%;
	flex-direction: row;
	justify-content: space-evenly;
	max-width: none;
	margin-top: 70px;
	font-size: 26px;
}

.page-section--hero2 .hero__image::before {
	width: 110%;
	top: 50%;
}

.hero2-info {
	margin-top: 80px;
	flex: 0 0 100%;
	font-size: 20px;
	text-align: center;
}

.hero2-info strong {
	font-size: 24px;
	margin: 0 0 15px;
	display: block;
}

.hero2-info__inner {
	max-width: 550px;
	margin: 0 auto;
}

.snowflakes-background {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}

.page-section p {
	margin: 0 0 18px;
}

.page-section__header {
	color: inherit;
	text-align: center;
	text-transform: none;
	margin: 0 0 50px;
}

.page-section--icons-and-text {
	background: #AE0D0D;
	color: #fff;
}

.icons-and-text__cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	gap: 25px;
	line-height: 1em;
	text-transform: uppercase;
	max-width: 200px;
	text-align: center;
}

.icons-and-text__container {
	display: flex;
	justify-content: space-evenly;
}

.page-section--reviews {
	padding: 90px 0 120px;
	background: #073B49;
	color: #fff;
}

.reviews__list {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	gap: 14px;
	justify-content: center;
}

.reviews__list-item {
	flex: 1;
	max-width: 500px;
	padding: 30px 30px 15px;
	background: #fff;
	color: #073B49;
	font-size: 24px;
	line-height: 1.2em;
	display: flex;
	flex-direction: column;
	border-radius: 2px;
}

.reviews__list-item-name {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin: auto 0 0;
	color: #073B49;
}

.reviews__list-item-date {
	font-size: 18px;
	color: color-mix(in srgb, #073B49 50%, transparent)
}

.page-section--image-and-text {
	background: #073B49;
	color: #fff;
	position: relative;
	padding: 90px 0;
}

.page-section--image-and-text .decorations {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: auto;
	max-width: 1000px;
}

.page-section--image-and-text .deer-decoration {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 220px;
}

.image-and-text__wrapper {
	display: flex;
	gap: 100px;
	align-items: center;
	flex-wrap: wrap-reverse;
	position: relative;
	z-index: 2;
}

.image-and-text__image {
	flex: 1;
	min-width: 300px;
}

.image-and-text__image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.image-and-text__text {
	flex: 1;
	font-size: 28px;
}

.page-section--image-and-text .image-and-text__text {
	padding: 0;
}

.image-and-text__text h3 {
	font-size: 48px;
	color: inherit;
	margin: 0 0 0.5em;
}

.image-and-text__text ul {
	list-style-type: disc;
	padding: 0 0 0 1em;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.item-list__wrapper {
	display: flex;
	gap: 90px;
	position: relative;
	z-index: 2;
	flex-wrap: wrap-reverse;
}

.item-list__images {
	flex: 1;
	min-width: 300px;
}

.item-list__images img {
	width: 100%;
	height: auto;
}

.item-list__text {
	flex: 1;
	max-width: 514px;
	color: #073B49;
	min-width: 300px;
}

.item-list__text h3 {
	font-size: 48px;
	color: inherit;
	margin: 0 0 30px;
}

.item-list__text ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px;
	columns: 2;
	column-gap: 30px;
}

.item-list__text .item-list__text-list-big {
	columns: 1;
}

.item-list__text ul li {
	margin: 0 0 20px;
	font-size: 22px;
	letter-spacing: -0.03em;
	line-height: 1em;
	position: relative;
	padding: 0 0 0 35px;
	break-inside: avoid;
}

.item-list__text .item-list__text-list-big li {
	font-size: 32px;
}

.item-list__text ul li::before {
	content: '';
	width: 23px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 50%;
	translate: 0 -50%;
	background: url("/images/red-check.svg") no-repeat center;
}

.page-section--item-list {
	position: relative;
}

.page-section--item-list .decorations {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: auto;
}

.page-section--item-list .trees-decorations {
	width: 272px;
	bottom: 0;
	right: 55%;
	position: absolute;
}

.page-section--marquee {
	background: #fff;
}

.page-section--hero2 {
	background: url("/images/snflks.png") repeat #073B49 center;
	color: #fff;
}

.white-check {
	filter: drop-shadow( 0 4px 4px rgba(0, 0, 0, .55));
}

.fancy-button-wrapper {
	height: 61px;
	position: relative;
	display: inline-flex;
	background-color: #fff;
	min-width: 390px;
	margin: 18px;
	filter: drop-shadow( 0 3px 3px rgba(0, 0, 0, .35));
	transition: filter 0.3s;
	z-index: 55;
}

.fancy-button-wrapper::before,
.fancy-button-wrapper::after {
	height: 75px;
	position: absolute;
	content: '';
	top: -7px;
	left: -17px;
	display: block;
	aspect-ratio: 7/30;
	background: url('/images/button-side.png') no-repeat center / contain;
}

.fancy-button-wrapper::after {
	rotate: 180deg;
	left: auto;
	right: -17px;
}

.fancy-button-wrapper .btnn::before,
.fancy-button-wrapper .btnn::after {
	position: absolute;
	content: '';
	height: 7px;
	left: 17px;
	right: 17px;
	top: 0;
	background: url('/images/button-side.png') round no-repeat;
	background-size: 22px auto;
}

.fancy-button-wrapper .btnn::after {
	top: auto;
	bottom: 0;
	rotate: 180deg;
}

.fancy-button-wrapper .btnn {
	position: absolute;
	text-shadow: none;
	top: -7px;
	bottom: -7px;
	left: -17px;
	right: -17px;
	background: transparent;
	border: 0;
	z-index: 55;
	border-radius: 2px;
	outline: 2px solid #AEC9D0;
	outline-offset: -11px;
	font-weight: bold;
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
	color: #AE0D0D;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0 20px;
}

.fancy-button-wrapper .btnn img {
	transition: translate 0.3s;
}

.hero-prices {
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	max-width: 420px;
}

.hero-prices strong {
	font-size: 40px;
}

@media (min-width: 901px) {
	.page-section--hero .hero__list {
		li:nth-child(1) {
			translate: 15px 0;
		}

		li:nth-child(2) {
			translate: -10px 0;
		}

		li:nth-child(3) {
			translate: -25px 0;
		}

		li:nth-child(4) {
			translate: 15px 0;
		}

		li:nth-child(5) {
			translate: 35px 0;
		}
	}
}

.chr-img-grid {
	margin: 50px 0 0;
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.chr-img-grid img {
	flex: 1;
	max-width: 300px;
	border-radius: 24px;
	border: 2px solid #AE0D0D;
	height: auto;
}

@media (hover:hover) {
	.fancy-button-wrapper:has(.btnn:hover) {
		filter: drop-shadow( 0 5px 5px rgba(0, 0, 0, .55));
	}

	.fancy-button-wrapper .btnn:hover img {
		translate: 5px 0;
	}
}

@media (max-width: 900px) {
	.hero__text {
		font-size: 20px;
		text-align: center;
		text-wrap: initial;
	}

	.hero__text h1 {
		font-size: 32px;
	}

	.fancy-button-wrapper .btnn {
		font-size: 32px;
	}

	.page-section--icons-and-text {
		display: none;
	}

	.page-section__header {
		font-size: 32px;
	}

	.reviews__list {
		overflow: auto;
		scrollbar-width: none;
		margin: 0 calc(-1 * clamp(20px, 4vw, 40px));
		justify-content: flex-start;
	}

	.reviews__list-item {
		min-width: 300px;
	}

	.reviews__list-item:first-child {
		margin-left: 50px;
	}

	.reviews__list-item:last-child {
		margin-right: 50px;
	}

	.hero__list {
		flex: 0 0 100%;
		max-width: none;
		order: 5;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		margin-top: 30px;
	}

	.hero__image {
		min-width: 300px;
	}

	.hero-prices {
		max-width: none;
		font-size: 30px;
	}

	.item-list__text .item-list__text-list-big li {
		font-size: 22px;
	}

	.page-section--item-list .trees-decorations {
		right: 50%;
		translate: 50% 0;
		max-width: 80%;
	}

	.item-list__wrapper {
		gap: 40px;
	}

	.image-and-text__text h3 {
		font-size: 32px;
	}

	.image-and-text__text {
		font-size: 22px;
	}

	.image-and-text__wrapper {
		gap: 40px;
	}

	.page-section--image-and-text {
		padding: 50px 0;
	}

	.snowflakes-background {
		display: none;
	}

	.page-section--hero,
	.page-section--hero2 {
		overflow: hidden;
	}

	.fancy-button-wrapper {
		display: block;
		max-width: 390px;
		min-width: 200px;
	}

	.hero__wrapper {
		flex-direction: column;
	}

	.hero__text {
		display: contents;
	}

	.hero__text-top {
		order: -1;
	}

	.hero__image {
		order: -1;
		margin-bottom: 20px;
	}

	.fancy-button-wrapper {
		align-self: stretch;
	}

	.hero__text h2 {
		font-size: 32px;
	}

	.page-section--hero2 .hero__text {
		font-size: 22px;
	}

	.hero2-info {
		order: 5;
	}

	.page-section--hero .hero__list,
	.page-section--hero2 .hero__list {
		font-size: 22px;
	}
}

@media (max-width: 500px) {
	.item-list__text ul {
		columns: 1;
	}
}

#add-eve-form {
	display: none !important;
}