:root {}

.bg_main {
	background-image: url(../images/bg.jpg);
	background-color: #e1e5ee;
	background-position: top center;
	background-repeat: repeat-y;
}

.bg_prebottom {
	background-color: #e9e9e9;
}



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

.rooms_header {
	display: none;
}

.section_buildings {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

._whitecolor,
._whitecolor .label__name {
	color: White !important;
}


.new-year-content__container.container-counter {
	padding: 40px 0 115px;
	color: #000;
	text-align: center;

}

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

.t6_holder img {
	width: 100%;
}

@media (max-width: 767px) {
	.new-year-content__container.container-counter h2 {
		margin-bottom: 30px;
	}

	#timerd58f9e92d44b0a58ab5418b6181f2ce4 {
		min-width: 90vw !important;
		height: 150px !important;
	}

	.header__menu_object {
		display: none;
	}

	.header__row_bottom {
		display: none;
	}

	.top-links {
		display: none;
	}

	.bottom_block {
		padding-bottom: 0px !important;
	}

	._block {
		margin-top: 30px;
	}

	.t6_holder img {
		object-fit: cover;
		height: 60vw;
	}

	h3._onwhite {
		color: #dba52d;
		text-transform: uppercase;
		font-size: 25px;
	}
}

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

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

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

.new-year-content__container.container-numbers .counter-field {
	background-color: #000;
	color: black;
	border-radius: 7px;
}

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

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

._white {
	color: White;
}

._accentcolor {
	color: #F2DA7E;
}

._more1 {
	grid-template-columns: 550px 1fr;
	align-items: stretch;
	gap: 30px;
}

._more1>img {
	object-fit: cover;
}


.icons-with-text>div img {
	width: 150px;
}

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

	._more1 {
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 30px;
	}

	.top_banner_holder:before {
		height: 75px;
	}

	#main_section {
		padding-top: 0px !important;
	}
}

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

	.new-year-content__container.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;
	color: #000;
}

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

@media (max-width: 991px) {



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

	body.clear_wide_full .header__row_bottom {
		background-color: transparent;
	}

	.marq {
		width: 73%;
	}

	.card__booking {
		display: none;
	}

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


}

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