:root {
	--main-color: #0A3C91;
	--top-panel-color: #0A3C9142;
	--top-panel-filled-color: #0A3C91f0;
	--top-subpanel-color: #203e707a;
	--top-subpanel-filled-color: #203e70f0;
}

.top_line {
	background-image: url(../images/line.jpg);
	/*min-height: calc(100vw* 1.420);*/
	background-color: #FEFEFE;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 10px;
}

#main_section {
	background: #FAFDFE linear-gradient(90deg, rgba(250, 253, 254, 1) 40%, rgba(255, 255, 255, 1) 100%);
}

.bg_first {
	background-image: url(../images/bg_1.jpg);
	/*min-height: calc(100vw* 1.420);*/
	background-color: #FEFEFE;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;

}

.bg_city {
	background-image: url(../images/city.png);
	/*min-height: calc(100vw* 1.420);*/
	background-color: transparent;
	background-position: top center;
	background-size: cover;
	height: calc(100vw* 0.56);
	margin-top: -296px;
}

.bg_second {
	background-image: url(../images/bg_2.png);
	/* min-height: calc(100vw* 1.420); */
	background-color: transparent;
	background-position: center 43vw;
	background-size: 100%;
	background-repeat: no-repeat;
}

.bg_third {
	background-image: url(../images/bg_3.png);
	/*min-height: calc(100vw* 1.420);*/
	background-color: #efefef;
	background-position: top center;
	background-size: cover;

	padding-top: 80px;
	padding-bottom: 80px;
}

.bg_prebottom {
	background-color: #e9e9e9;
}

.bg_bottom {
	background-image: url(../images/bg-bottom.png);
	background-color: #200F0E;
	background-position: top center;
	background-size: cover;
}

.orel {
	position: absolute;
	right: 33%;
	transform: translateX(50%);
	margin-top: -20px;
}

.first_block {
	font-size: 25px;
	max-width: 500px;
	border-radius: 40px;
	padding: 30px 17%;
	position: relative;
	margin-top: 60px !important;
}

.first_block:before {
	display: none;
}

.first_block:after {
	display: none;
}

.first_block .plane {
	position: absolute;
	left: -50%;
	top: -190px;
	width: 70%;
}

.first_block .cloud {
	position: absolute;
	right: -50%;
	top: -134px;
	width: 70%;
}

@media (max-width: 991px) {
	.first_block .plane {
		display: none;
	}

	.first_block .cloud {
		display: none;
	}

}

.second_block {
	font-size: 25px;
	max-width: 500px;
	border-radius: 40px;
	padding: 30px 7%;
	margin-top: 70px;
}

.second_block:before {
	display: none;
}

.second_block:after {
	display: none;
}

.bg_gold {
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(90deg, rgba(193, 147, 48, 1) 0%, rgba(223, 189, 101, 1) 50%, rgba(193, 147, 48, 1) 100%);
}


.bg_white {
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: white;
}

h2 {
	color: #0A3C91;
	text-transform: uppercase;
}

.h3,
h3 {
	font-size: 29px;
	line-height: 1.3;
	font-weight: 600;
}

.btext {
	font-size: 21px;
	padding-left: 40px;
}

.container-numbers {
	padding: 10px 0 115px;
	color: #000;
	text-align: center;

}

.container-numbers h2 {
	margin-bottom: 30px;
	color: #000 !important;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.container-numbers h2 {
		margin-bottom: 30px;
	}
}

.container-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 54px;
	line-height: 1;
	font-weight: 700;
}

.container-numbers .counter-group {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-numbers .counter-field,
.container-numbers .counter-separator {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2em;
	height: 1.85em;
}

.container-numbers .counter-field {
	background-color: #fff;
	color: black;
	border-radius: 7px;
}

.container-numbers .counter-field:not(:last-of-type) {
	margin-right: 5px;
}

.container-numbers .counter-label {
	position: absolute;
	left: 50%;
	top: calc(100% + 25px);
	z-index: 1;
	font-size: 19px;
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	.container-numbers {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.container-numbers {
		font-size: 22px;
	}

	.container-numbers .counter-label {
		top: calc(100% + 25px);
		font-size: 16px;
	}
}

._rooms_list .section_main_rooms {
	background-color: transparent;
}

._rooms_list .section_main_rooms .section__parallax {
	background: none !important;
}

._rooms_list .section__parallax_rooms {
	background: none !important;
}

.section_buildings {
	background: none !important;
}

.slider .slick-dots li.slick-active button:before {
	background: var(--top-panel-filled-color, #2a4261) !important
}

.slider__navigation_colored.slider__navigation_next:before {
	border-color: transparent transparent transparent var(--top-panel-filled-color, #2a4261);
}

.slider__navigation_colored.slider__navigation_prev:before {
	border-color: transparent var(--top-panel-filled-color, #2a4261) transparent transparent;
}

.bg_footer form {
	margin-bottom: 60px;

}

.button_submit {
	padding: 21px 15px;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 21px;
}

.form__field {
	position: relative;
	margin: 0 0 20px;
	padding: 0px;
}

.form__label .label__name {
	padding: 0px;
	width: 290px;
	display: block;
	vertical-align: middle;
	text-align: left;
}

.form__label .label__input {
	position: relative;
	display: block;
	vertical-align: top;
}

.icons-with-text {
	flex-wrap: wrap;
	gap: 40px;
}

.icons-with-text>div {
	flex: 1 1 30%;
}

@media (max-width: 991px) {



	.cert-link-holder {
		display: none;
	}

	.header__row_bottom {
		display: none;
	}


	.card__booking {
		display: none;
	}

	.icons-with-text {
		flex-wrap: wrap;
		font-size: 13px;
		text-align: center;
	}

	.orel {
		position: relative;
		right: 0%;
		transform: none;
		margin-top: 0px;
	}

	.bg_city {
		margin-top: -60px;
	}

	.chtojdet {
		margin-top: 60px;
	}


	.icons-with-text {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}

	.icons-with-text>div img {
		width: 53% !important;
	}

	.bg_gold {
		padding: 40px 20px !important;
		box-sizing: border-box;
	}

	.bg_white {
		padding: 40px 20px !important;
		box-sizing: border-box;
	}

	.wide_container {
		max-width: 100%;
	}

	.buttonblack {
		width: 90% !important;
	}

	.btitle {
		width: 90% !important;

	}

}

._price_descrp,
._price_from {
	display: none;
}

.price__digits:after {
	content: '₽';

}

span.price__digits {
	background: linear-gradient(90deg, rgba(193, 147, 48, 1) 0%, rgba(223, 189, 101, 1) 50%, rgba(193, 147, 48, 1) 100%);
	padding: 4px 10px;
}