/*--
	Coming-soon page style
--*/ 
.cs-content-container {
	float: left;
    width: 600px;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    background: #2F2C3D;
    padding: 70px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cs-media {
	position:static;
	overflow:hidden;
	z-index:1;
	height: 100%;
}
.cs-content-container .illustration_bg .bg{
	opacity:0.2;
}
.cs-content-wrapper {
	position:relative;
	z-index:10;
}
.cs-content-wrapper h2 {
	font-size: 1.5em;
    font-weight: 500;
    position: relative;
    font-family: 'Jost';
    line-height: 1.3;
    margin-top: 10px;
    color: #ccc;
}
.cs-content-wrapper h3 {
 	color: var(--main-color);
    font-style: italic;
    font-size: 2.1em;
    font-weight: 500;
    padding-bottom: 14px;
    margin-top: 10px;
}
.cs-content-wrapper h2:after {
    position: absolute;
    content: '\25CF\25CF\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: -20px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 6px;
	color: var(--main-color);
}
.cs-reserv_btn {
	position:absolute;
	top:50%;
	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: #272535;
    z-index: -2;
    border-radius: 20px  ;
    border: 1px dashed rgba(255,255,255,.2);
}
.cs-content-container:after {
	position: absolute;
    content: '\25CF\25CF\25CF\25CF\25CF';
    transform: translateX(-50%);
    left: 50%;
    top: 50px;
 	margin-left: 6px;
    font-size: 6px;
    letter-spacing: 6px;
    color: var(--main-color);	
}
.cs-logo {
	z-index: 4;
    color: #fff;
    font-size: 44px;
    letter-spacing: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
.cs-logo img {
	height: auto;
	width:140px;
}
.cs-subcribe-form {
	    margin: 30px 0 0px;
}
.cs-subcribe-form p {
	color:#fff;
	text-align: center;
	margin-bottom: 10px;
}
.cs-social  {
	display:inline-block;
	overflow: hidden;
	border-radius: 6px;
	    margin-top: 20px;
}
.cs-social  li  {
	float:left;
}
.cs-social li a {
	width:46px;
	height:46px;
	line-height:46px;
	float:left;
	border:1px dashed rgba(255,255,255, .2);
	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 rgba(255,255,255, .2);
}
.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 {
	 position: absolute;
    left: 50%;
    z-index: 111;
    transform: translateX(-50%);
    bottom: 5%;
}
.cs-contacts ul {
 }
.cs-contacts li {
	display: block;
	margin: 0 30px;
    font-weight: 600;
	text-transform: uppercase;
	font-size: 1.1em;
    transition: all .2s ease-in-out;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.5;
}
.cs-contacts li i{
	color:var(--main-color);
}
.Arabalogo{
	z-index: 11;
    position: absolute;
    left: calc(50%);
    top: calc(50% - 120px);
    margin-top: -50px;
    transform: translateX(-50%);
}
.Arabalogo img{
    width: 200px;
}
.Arabalogo h2{
	    color: #fff;
    font-size: 20px;
    font-family: var(--secondary-font);
    font-weight: 500;
}
.Arabalogo h3{
      font-size: 45px;
    color: #fff;
    font-family: var(--main-font);
    margin: 10px 0;
    text-shadow: 1px 1px 17px black;
}
.cs-contacts .section-separator:before, .cs-contacts  .section-separator:after {
	background: rgba(255,255,255,.2)
}

.cs-contacts li:last-child:before {
 }
.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");
	    top: 0;
}
.cs_bruch-dec_r {
	right:0;
	    top: 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;
}
.mlogo {
    width: 150px;
    border: 4px solid #e4d287;
    border-radius: 50%;
    margin-top: 12px;
}
/*------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-logo {
	top:0px;
}
.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;
}
.cs-content-wrapper {
	margin-top: 10px;
}
.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) {
	.Arabalogo h3 {
    font-size: 35px;
 }
.Arabalogo {
    top: calc(50% - 170px);
	        width: 94%;
	
}
.Arabalogo img{
    width: 160px;
}
.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 {
	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;
}
}