/*--
	Coming-soon page style
--*/
.cs-content-container {
	float: left;
	width: 750px;
	min-height: 100vh;
	position: relative;
	z-index: 2;
	background: #2f375e;
	padding: 70px 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 26px
}

.cs-media {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 580px;
	right: 0;
	overflow: hidden;
	z-index: 1;
}

.cs-content-container .illustration_bg .bg {
	opacity: 0.2;
}

.cs-content-wrapper {
	position: relative;
	z-index: 10;
}

.cs-content-wrapper h2 {
	font-size: 2em;
	color: #fff;
	font-weight: 400;
	position: relative;
}

.cs-content-wrapper h3 {
	color: var(--main-color);
	font-style: italic;
	font-size: 2.1em;
	font-weight: 500;
	padding-bottom: 10px;
	margin-top: 50px;
}


.cs-reserv_btn {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	cursor: pointer;
	padding: 18px 40px;
	background: var(--main-color);
	color: #272535;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
	transition: all .3s ease-in-out;
}

.cs-reserv_btn:hover {
	background: #fff;
	color: var(--main-color);
}

.cs-reserv_btn:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 4px;
	border: 1px dashed rgba(255, 255, 255, .2);
	transition: all .3s ease-in-out;
}

.cs-reserv_btn:hover:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero_btn.cs-reserv_btn:hover {
	background: #fff;
	color: #666;
	border-color: transparent
}

.cs-reserv_btn i {
	margin-left: 20px;
}

.cs-content-container:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #2f375e;
	z-index: -2;
	border-radius: 20px;
}


.cs-logo {
	z-index: 4;
	margin-bottom: 50px;
}

.cs-logo img {
	height: auto;
	width: 250px;
}

.cs-subcribe-form {
	margin: 60px 0 50px;
}

.cs-subcribe-form p {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.cs-social {
	display: inline-block;
	overflow: hidden;
	border-radius: 6px;
}

.cs-social li {
	float: left;
}

.cs-social li a {
	width: 46px;
	height: 46px;
	line-height: 46px;
	float: left;
	border: 1px dashed rgb(199 149 120 / 50%);
	border-left: none;
	font-size: 1.2em;
	background: rgba(255, 255, 255, .05);
	transition: all .2s linear;
	color: var(--main-color);
}

.cs-social li:first-child a {
	border-left: 1px dashed rgb(199 149 120 / 50%);
}

.cs-social li a:hover {
	background: #fff;
}

.cs-media .hero_promo-wrap {
	top: 80px;
	right: inherit;
	left: 90px;
	margin-top: 0;
}

.cs-media-container {
	top: 40%;
	z-index: 2;
}


.cs-contacts ul {
	margin-top: 80px;
}

.cs-contacts li {
	display: block;
	margin: 0 30px;
	font-weight: 400;
	font-size: 1.5em;
	transition: all .2s ease-in-out;
	position: relative;
}

.cs-contacts .section-separator:before,
.cs-contacts .section-separator:after {
	background: rgba(255, 255, 255, .2)
}

.cs-contacts li:last-child:before {
	display: none
}

.cs-contacts li a {
	color: #fff;
}

.cs-contacts li span {
	margin-right: 6px;
	color: #fff;
}

.countdown {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}

.cs-countdown-item {
	color: #fff;
	position: relative;
	z-index: 2;
}

.cs-countdown-item:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: -20px;
	width: 6px;
	height: 6px;
	background: #fff;
	transform: rotate(45deg);
}

.cs-countdown-item.no-dec:before {
	display: none;
}

.cs-countdown-item span {
	font-size: 6.5vw;
	font-weight: 700;
	color: #fff;
}

.cs-countdown-item p {
	padding-bottom: 0;
	color: var(--main-color);
	text-align: center;
	font-size: 1.7em;
	font-family: var(--main-font);
}

.bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	z-index: 1;
	overflow: hidden;
}

.cs-footer_separator {
	position: absolute;
	bottom: 70px;
	margin: 0;
	left: 90px;
	right: 90px;
}

.subscribe-message {
	bottom: -30px;
}

.hours {
	line-height: inherit !important;
}

.reserv_modal-container,
.reserv_modal_overlay {
	top: 0;
	left: 0;
}

.cs_bruch-dec_l,
.cs_bruch-dec_r {
	position: absolute;
	height: 100%;
	width: 100px;
	z-index: 20;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.cs_bruch-dec_t,
.cs_bruch-dec_b {
	position: absolute;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 20;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.cs_bruch-dec_l {
	left: 0;
	background: url("../images/bg/cs-bg/brush-dec_l.png");
}

.cs_bruch-dec_r {
	right: 0;
	background: url("../images/bg/cs-bg/brush-dec_r.png");
}

.cs_bruch-dec_t {
	top: 0;
	background: url("../images/bg/cs-bg/brush-dec_t.png");
}

.cs_bruch-dec_b {
	bottom: 0;
	background: url("../images/bg/cs-bg/brush-dec_b.png");
}

.sec_dec_bg {
	background: url("../images/bg/cs-bg/2.png");
	opacity: .1;
	right: 30px;
	transform: scale(.6)
}

.sec_dec_bg2 {
	background: url("../images/bg/cs-bg/4.png");
	opacity: .1;
	left: -20px;
	top: 120px;
	height: 348px;
	width: 320px;
	transform: scale(.6)
}

.mhc_dec {
	top: auto;
	bottom: 50px;
}

/*------responsive------------------------------------------------*/
@media only screen and (max-width: 1350px) {
	.cs-media:before {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	.cs-content-container {
		float: left;
		width: 100%;
		min-height: inherit;
		padding: 70px 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cs-media {
		position: relative;
		left: 0;
		float: left;
		width: 100%;
		padding: 250px 0;
	}


	.cs-countdown-item span {
		font-size: 74px;
	}

	.cs-content-container:before,
	.footer-separator-wrap,
	.cs_bruch-dec_l,
	.cs_bruch-dec_r,
	.cs_bruch-dec_t,
	.cs_bruch-dec_b {
		display: none;
	}


	.bg-wrap {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 0;
		z-index: 1;
		border: none;
	}
}

@media only screen and (max-width: 768px) {
	.cs-countdown-item {
		width: 50%;
	}

	.cs-reserv_btn {
		transform: translateX(0);
		left: 20px;
		right: 20px;
	}

	.cs-content-container {
		padding: 70px 30px;
	}

	.cs-content-container:before {
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: 20px;
		box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.03);
	}

	.cs-contacts {
		left: 0;
		right: 0;
		transform: translateX(0)
	}

	.cs-contacts li {
		float: left;
		width: 100%;
		margin: 0 0 12px 0;
	}

	.cs-contacts li:before {
		display: none
	}
}

@media only screen and (max-width: 564px) {
	.cs-media .hero_promo-wrap {
		left: 50%;
		width: 200px;
		margin-left: -100px;
	}

	.cs-countdown-item:before,
	.dec-corner {
		display: none;
	}

	.cs-countdown-item span {
		font-size: 54px;
	}
}