body {
	background:#0c1b20;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family: 'Montserrat',serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: 400;
}

.beige {
	color: #edbe84;
}

.anim {
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(10px);
}

.anim.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}

#header_block {
    width: 100%;
	height: 600px;
}

#header_block::after {
	background: transparent url("https://develux.ru/images/pattern.png") repeat;
	content: "";
	display: block;
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#header_block_ge {
    background: #0c1b20 url('https://develux.ru/images/object_pass_bg_ge.jpg') no-repeat center top / cover;
    width: 100%;
	height: 600px;
}

#header_block_ge::after {
	background: transparent url("https://develux.ru/images/pattern.png") repeat;
	content: "";
	display: block;
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


#bottom_gradient {
	width: 100%;
	height: 139px;
	padding: 0px;
	margin-top: 461px;
	background-color: transparent;
	background-image: url('https://develux.ru/images/grad.png') !important;
	position: absolute;
	z-index: 1;
}

#content {
position:relative;
width:100%;
height:100%;
z-index:2;
}


#top_menu {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 10;
	padding: 0px;
	background: rgb(12,27,32);
	background: linear-gradient(0deg,rgba(12,27,32,0) 0%,rgb(12,27,32) 60%);
}

.header_menu {
	padding:0px;
	height:20px;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index:100;	
	background-color:transparent !important;
	transition: all 2.4s ease;
}
.header_menu.out {
  transform: translateY(-100%);
	opacity:0;
}

#top_logo {
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	margin-top: 47px;
}

#top_logo img {
	width:100%;
	height:auto;
}



#main_header_1 {
	width: 1080px;
	position: absolute;
	height: 100px;
	left: 50%;
	margin-left: -540px;
	margin-top: 280px;
	text-align: center;
	font-family: 'Yeseva One';
	font-size: 100px;
	letter-spacing: -6px;
	line-height: 100px;
}

#main_header_2 {
	width: 1080px;
	position: absolute;
	height: 100px;
	left: 50%;
	margin-left: -540px;
	margin-top: 400.8px;
	text-align: center;
	font-family: 'Yeseva One';
	font-size: 59.3px;
	letter-spacing: -3px;
}

#main_splitter_1 {
	width: 171px;
	height: 2px;
	background: #edbe84;
	position: absolute;
	left: 50%;
	margin-left: -452px;
	margin-top: 375px;
	z-index: 1;
}


#main_splitter_2 {
	width: 699px;
	height: 2px;
	background: #edbe84;
	position: absolute;
	left: 50%;
	margin-left: -239px;
	margin-top: 375px;
	z-index: 1;
}


#main_subheader {
	width: 920px;
	position: absolute;
	height: 20px;
	left: 50%;
	margin-left: -456px;
	margin-top: 469px;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 23.9px;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-top: 1px dotted #fff;
	padding-top: 40px;
}


#main_buttons {
	position: absolute;
	width: 434px;
	height: 100px;
	left: 50%;
	margin-left: -217px;
	margin-top: 569px;
}

#main_button_1 {
	position: absolute;
	width: 140px;
	height: 100px;
	margin-left: 0px;
}

#main_button_2 {
	position: absolute;
	width: 280px;
	height: 100px;
	margin-left: 150px;
}


.confirm {
	background: #edbe84;
	padding: 15px 25px 15px 25px;
	border-radius: 30px;
	color: #0c1b20;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	border: 1px solid rgba(255,255,255,0);
	font-family: 'Montserrat';
	font-weight: 500;
	letter-spacing: 1px;
	box-shadow: 0px 1px 3px #000;
	line-height: 15px;
}


#pin_splitter {
	width: 250px;
	height: 1px;
	background: #edbe84;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	margin-top: 530px;
	z-index: 1;
}

#pin_mess {
	padding: 0px 10px 0px 10px;
	position: absolute;
	width: 230px;
	text-align: center;
	left: 50%;
	margin-left: -125px;
	margin-top: 500px;
	z-index: 2;
}

#pin_mess img {
	width: 50px;
	height: auto;
	margin: 5px;
	transition: 0.3s ease-in-out;
}

#pin_mess img:hover {
	transform: scale(120%);
}

#pin_back {
	position: absolute;
	width: 200px;
	height: 20px;
	left: 50%;
	margin-left: -100px;
	margin-top: 660px;
	text-align: center;
	padding-bottom: 60px;
	font-size: 12px;
	color:#ffffff;
}

#pin_back a {
	font-family: 'Montserrat';
	font-size: 12px;
	color: #edbe84;
	text-decoration: none;
}

#pin_back a:hover {
	color: #ffffff;

}


#dialogoverlay {
  display: none;
  opacity: .8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #0c1b20;
  width: 100%;
  z-index: 10;
}

#dialogbox {
	display: none;
	position: fixed;
	background: #edbe84;
	border-radius: 15px;
	width: 280px;
	z-index: 10;
	text-align: center;
  margin-left:-8px;
}

#dialogbox > div {
	background: #edbe84;
	margin: 7px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 0px #000000;
}

#dialogbox > div > #dialogboxhead {
	background: #fff;
	font-size: 20px;
	padding: 15px 15px 12px 15px;
	color: #900;
	border-radius: 6px 6px 0px 0px;
	font-family: "Yeseva One",serif;
	font-size: 25px;
	letter-spacing: -1;
}

#dialogbox > div > #dialogboxbody {
	background: #e4e4e4;
	padding: 20px;
	color: #111111;
	font-size: 14px;
	border-top: 1px solid #900;
	font-family: "Montserrat";
	font-weight: 500;
	letter-spacing: -0.3;
}

#dialogbox > div > #dialogboxfoot {
	background: #e4e4e4;
	padding: 6px;
	text-align: right;
	border-radius: 0px 0px 8px 8px;
	border-top: 1px solid #666666;
}

.alert_button {
	background: #edbe84;
	padding: 15px 25px 15px 25px;
	border-radius: 4px;
	color: #0c1b20;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	border: 1px solid rgba(255,255,255,0);
	font-family: 'Montserrat';
	font-weight: 500;
	letter-spacing: 0px;
	box-shadow: none;
	line-height: 15px;
	font-size: 17px;
	border: 1px solid #d09d5f;
}





/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

}



/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

}



/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

}



/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {
	
#header_block {
	height: 690px;
	padding: 0px;
	background-size: 1200px;
	background-position: center -62px;
	background-repeat: no-repeat;
}
  
.pin-number {
	bottom: -20px;
	font-family: 'Montserrat' !important;
	font-size:230px;
	left: -8px;
	letter-spacing: -10px;
}  
  
  #dialogbox {
  margin-left:0px;
  } 
  
  
  
}
