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

._main_cont {
	--round-corner: 22px;
	--padding: 50px;
	--blur: 15px;
	--button-radius: 30px;
	--block-margin: 60px;
	--h2-size: 25px;
	background: url(images/bg.png);
	background-color: #2c537a;
	padding-top: calc(var(--padding) / 1);
	padding-bottom: calc(var(--padding) / 1);
	width: 100vw;
	margin: 0 auto;
}

._main_cont ._inner {
	background-color: #2c537a;
	border: 4px solid #234264;
	max-width: 1200px;
	padding: var(--padding);
	border-radius: var(--round-corner);
	margin: 0 auto;
	margin-top: var(--block-margin);
	background-size: contain;
}

._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%;
}


.content_object {
	background: #ffffff;
}

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

}

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

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

._first {
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: white;
	align-items: center;
	justify-content: center;
	padding: 0px 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;
}


._orange {
	background-color: #FCA23D;
}

._button {
	background-color: #e3ac29;
	font-size: 20px;
	text-decoration: none;
	color: #234264;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 500px;
	height: 200px;
	max-width: calc(100vw - 70px);
	border-radius: var(--button-radius);
	transition: all 0.1s ease-in-out;
	margin-top: 60px;
}

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

._obutton {
	background-color: #e3ac29;
	font-size: 20px;
	text-decoration: none;
	color: #234264;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	max-width: calc(100vw - 70px);
	height: 60px;
	border-radius: var(--button-radius);
	transition: all 0.1s ease-in-out;
	margin-top: 60px;
}

._obutton:hover {
	text-decoration: none;
	color: #234264;
	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;
}

.first_block ._title {
	font-family: 'Montserrat Alternates';
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -30px;
}

.first_block ._title b {
	font-family: 'Montserrat Alternates';
	display: block;
	font-size: 190px;
	font-weight: bold;
	position: relative;
	top: -70px;
}

.first_block ._text {
	position: relative;
	top: -130px;
	text-align: center;
}

.first_block ._buttons {
	position: relative;
	top: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
}

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

._buttons_bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

@media (max-width: 800px) {


	._main_cont {
		--padding: 20px;
		--block-margin: 30px;
	}

	._main_cont {
		margin-top: 20px;
		padding: 25px 10px;
	}

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

	}


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