:root {
	/*--main-color: #fca23d;
	--top-panel-color: #e96724;
	--top-panel-filled-color: #e96724;
	--top-subpanel-color: #e64109;
	--top-subpanel-filled-color: #e64109;*/
}

.header__address_icon img {
	filter: sepia(1);
}

.footer__contacts>div>img:first-child {
	filter: sepia(1);
}

.header__language-wrap {
	border-color: white;
}

.header__language span:after {
	border-top-color: white;
}

.header__filter_triangle {
	background-color: rgba(255, 255, 255, 0.166);
}

.header__address_link--icon .link {
	color: white;
}

.header__filter_subtitle {
	color: white;
}

.menu__item_is-parent.menu__item_selected .menu__link_root {
	color: white;
}

.header__language .item {
	color: white;
}

.content_object {
	background-color: #fef1d3;
}

._main_cont {
	--round-corner: 22px;
	--padding: 50px;
	--blur: 15px;
	--button-radius: 30px;
	--block-margin: 60px;
	--h2-size: 25px;

	width: 100vw;
	margin: 0 auto;
	background-color: #fef1d3;
	padding-bottom: 60px;
	font-size: 160%;

	background-image: url(images/leaf_bottom.png), url(images/bot-bg.png);
	background-position: bottom center, bottom center;
	background-size: 100%, 100%;
	background-repeat: no-repeat, no-repeat;
}

._promo {
	display: block;
}

._promo_mob {
	display: none;
}

h3 {
	font-size: 26px;
	font-weight: 300;
	max-width: 75%;
	margin: 0 auto;
}

h3.orange {
	color: #EC7542;
	font-weight: bold;
}

._inner_block {
	max-width: 1150px;
	margin: 0 auto;
	padding: 60px;
	margin-top: 30px;
	border-radius: 30px;
}

.img_wlist {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.img_wlist>div {}


.img_wlist>div>img {
	border-radius: 30px;
	z-index: 1;
	position: relative;
	aspect-ratio: 16/10;
	object-fit: cover;
}

.img_wlist>div>._title {
	position: relative;
	background-color: #EC7542;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: -35px;
	z-index: 2;
	text-decoration: none;
	padding: 5px 20px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	width: fit-content;
	height: 40px;
	border-radius: var(--button-radius);
	margin-bottom: 20px;
}

.img_wlist>div:nth-child(2)>._title,
.img_wlist>div:nth-child(3)>._title,
.img_wlist>div:nth-child(6)>._title,
.img_wlist>div:nth-child(7)>._title {
	background-color: #F2AA46;
}

.img_wlist>div>._desc {
	font-size: 18px;
}

.oul {
	list-style-type: disc;
	text-align: left;
	font-weight: 300;
	line-height: 35px;
	margin-left: 20px;
}


.oul li {
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

._orange_block {
	background-color: #EC7542;
	color: #FEF0D3;
	z-index: 1;
	position: relative;
}

._inner_block>h2 {
	font-weight: bold;
	font-size: 45px;
	color: #EC7542;
	max-width: 65%;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}

._bottom {
	max-width: 1200px;
	margin: 0 auto;
	min-height: 200px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

._bottom ._buttons {
	width: 40%;
	flex: 0 0 40%;
}

._bottom ._obutton {
	width: 100%;
}



._block {
	margin-top: var(--block-margin);
	font-size: 19px;

}

._block h2,
.last_block h2 {
	font-size: 40px;
	font-weight: lighter;
}

._block h3,
.last_block h3 {
	font-size: 30px;
	font-weight: lighter;
}

._first {
	font-size: 45px;
	line-height: 50px;

	font-weight: lighter;
	text-align: center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0px;
}

.bigpadd {
	padding: calc(var(--padding)) !important;
}

.centered {
	text-align: center;
}

.round_block {
	border-radius: var(--round-corner);
	padding: var(--padding);
	min-height: 350px;
	overflow: hidden;
	position: relative;
}

._with_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}

.white-text {
	color: white;
}

.white-text * {
	color: white;
}

.bottom_center_button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: var(--padding);
}

._beg {
	background-color: #fef0d3;
}

.leaf_top {
	position: absolute;
	pointer-events: none;
	user-select: none;
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;
}

.leaf_mid {
	position: absolute;
	pointer-events: none;
	user-select: none;
	z-index: 0;
	width: 20%;
	margin-top: -30px;
}

._orange {
	background-color: #FCA23D;
}

._oblock {
	background-color: #EC7542;
	font-size: 20px;
	text-decoration: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	border-radius: var(--button-radius);
	border: 1px solid #ffffff1c;
	transition: all 0.1s ease-in-out;
}

._obutton {
	background-color: #EC7542;
	font-size: 16px;
	text-decoration: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 40px;
	border-radius: var(--button-radius);
	border: 1px solid #ffffff1c;
	transition: all 0.1s ease-in-out;
}

._obutton:hover {
	text-decoration: none;
	color: #0A5390;
	background-color: rgb(255 255 255 / 90%);
	transition: all 0.3s ease-in-out;
}

._obutton.white {
	text-decoration: none;
	color: #0A5390;
	background-color: rgb(255 255 255 / 90%);
}

.two-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--padding);
	align-items: stretch;
}

.first_block {
	min-height: 850px;
	background-position: bottom center;
	background-image: url(images/promo.png?4);

	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
}

.first_block>._inner {
	text-align: center;
}


.first_block>._inner>.big {
	color: #EC7542;
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	line-height: 55px;
	margin-bottom: 20px;
}

.first_block>._inner>._oblock {
	margin: 0 auto;
}


._black {
	background-color: #1E1E1E;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

._black * {
	color: #fff;
}

.text-with-img {
	padding: 0px;
	min-height: 500px;
	display: grid;
	grid-template-columns: 1fr 470px;
	align-items: stretch;
	justify-content: space-between;
}

.text-with-img.img-left {
	grid-template-columns: 470px 1fr;
}

.text-with-img ._text {
	padding: var(--padding);
}

.text-with-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.big-buttons {
	position: absolute;
	bottom: var(--padding);
	right: var(--padding);
	left: var(--padding);
	display: flex;
	gap: var(--padding);
	justify-content: space-between;
}

.big-buttons A {
	background-color: #8D1315;
	border-radius: var(--round-corner);
	color: white;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
	flex: 1 1 100px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.last_block {
	margin-top: var(--block-margin);
	font-size: 16px;
}

.ny-menu {
	min-height: 550px;
}

.bicon {
	height: 300px;
	position: absolute;
	right: 10%;
	bottom: -19px;
}

.tblock {
	padding-right: 30%;
}

._block._last {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

._block._last>div {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

._block._last>div img {
	height: 100px;
}

._block._last>div>div {
	max-width: 190px;
	text-align: center;
}

@media (max-width: 800px) {

	._frt {
		margin: 20px 20px;
	}

	._main_cont {
		--padding: 0px;
		--block-margin: 30px;

		font-size: 110%;
	}

	._main_cont {
		margin-top: 35px;
		padding: 0px;
	}


	._promo {
		display: none;
	}

	._promo_mob {
		display: block;
	}

	.first_block>._inner>.big {
		font-size: 24px;

		line-height: 24px;
	}

	._inner_block>h2 {
		font-size: 27px;
		max-width: 90%;
	}

	.oul {
		line-height: 23px;
	}

	h3 {
		font-size: 24px;
		max-width: 95%;
	}

	.leaf_top {
		top: 90vw;
	}

	.header__row_bottom {
		display: none;
	}

	.two-cols {
		grid-template-columns: 1fr;
	}

	.bigpadd {
		padding: calc(var(--padding)) !important;
	}

	.first_block ._title {
		font-size: 43px;
		top: 0px;
	}

	.first_block ._title b {
		font-size: 100px;
		top: -40px;
	}

	.first_block ._text {
		top: -25px;
	}

	.first_block ._buttons {
		top: 0px;
	}

	.first_block {
		min-height: 60vw !important;
		background-size: cover;
	}

	._block h2,
	.last_block h2 {
		font-size: 33px;
	}

	.round_block {
		min-height: 100px;
	}

	._map {
		background-size: cover;
		min-height: 50vw;
	}

	.text-with-img {
		display: flex;
		flex-direction: column;
	}

	.text-with-img.img-left {
		display: flex;
		flex-direction: column-reverse;
	}

	.programm-block {
		padding-top: 125px;
	}

	.big-buttons {
		flex-wrap: wrap;
	}

	.big-buttons A {
		flex: 1 1 100%;
		height: 120px;
		font-size: 25px;
	}

	.float_icon.fi1,
	.float_icon.fi2,
	.float_icon.fi3 {
		display: none;
	}

	.float_icon.fi4 {
		top: calc(var(--padding) * 4);
		right: calc(var(--padding) / 1);
		width: 95px !important;
		height: 95px !important;
	}


	.price-blocks {
		flex-wrap: wrap;
	}

	._block h3,
	.last_block h3 {
		font-size: 16px;
	}

	._first {
		font-size: 26px !important;
		line-height: 29px !important;
	}

	._block h2,
	.last_block h2 {
		font-size: 26px;
	}

	.tblock {
		padding-right: var(--padding);
	}

	._block {
		font-size: 13px;
	}

	.bicon {
		height: 200px;
		position: relative;
		right: auto;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
	}

	._block._last {
		flex-wrap: wrap;
		gap: 30px;
	}

	._block._last>div {
		flex: 0 1 100%;

	}


	._block._last>div img {
		height: 65px;
	}

	._bottom ._buttons {
		width: 90%;
		flex: 0 0 90%;
	}

	._bottom {
		min-height: 150px !important;

	}

	.img_wlist {
		grid-template-columns: 1fr;
	}

	._inner_block {
		padding: 20px;
	}

}