/*BEGIN #preloader*/
#preloader{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	background: #0d0014;
}
.preloader_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 14px;
	width: 66px;
	opacity: 0;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transform: translate(-90px, -7px);
	transform: translate(-33px, -7px);
	
	-webkit-animation: preloader_el_fade_in 1s 1s ease-in-out 1 forwards;
	animation: preloader_el_fade_in 1s 1s ease-in-out 1 forwards;
}
.preloader_element{
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	background: #fff;
   
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.preloader_element_1{
	-webkit-animation: preloader_el_move 1s ease-in-out infinite;
	animation: preloader_el_move 1s ease-in-out infinite;
}
.preloader_element_2{
	-webkit-animation: preloader_el_fade_in 1s ease-in-out infinite;
	animation: preloader_el_fade_in 1s ease-in-out infinite;
}
.preloader_element_3{
	-webkit-animation: preloader_el_move 1s ease-in-out infinite;
	animation: preloader_el_move 1s ease-in-out infinite;
}

.preloader_element_2{
	margin-left: -18px;
	opacity: 0;
}
.preloader_element_4{
	opacity: 1;
	
	-webkit-animation: preloader_el_fade_out 1s ease-in-out infinite;
	animation: preloader_el_fade_out 1s ease-in-out infinite;
}

@-webkit-keyframes preloader_el_move{
	0%{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100%{
		-webkit-transform: translateX(22px);
		transform: translateX(22px);
	}
}
@keyframes preloader_el_move{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(22px);
	}
}

@-webkit-keyframes preloader_el_fade_in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes preloader_el_fade_in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
  
@-webkit-keyframes preloader_el_fade_out{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes preloader_el_fade_out{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
/*END #preloader*/

/*BEGIN FONTS*/
@font-face{
	font-family: "Spaceland-Ten";
	src: url("../fonts/Spaceland-Ten.eot");
	src: local("☺"), url("../fonts/Spaceland-Ten.woff") format("woff"), 
	url("../fonts/Spaceland-Ten.ttf") format("truetype"), 
	url("../fonts/Spaceland-Ten.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Spaceland-TenOblique";
	src: url("../fonts/Spaceland-TenOblique.eot");
	src: local("☺"), url("../fonts/Spaceland-TenOblique.woff") format("woff"), 
	url("../fonts/Spaceland-TenOblique.ttf") format("truetype"), 
	url("../fonts/Spaceland-TenOblique.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Steclo-ExtraLight";
	src: url("../fonts/Steclo-ExtraLight.eot");
	src: local("☺"), url("../fonts/Steclo-ExtraLight.woff") format("woff"), 
	url("../fonts/Steclo-ExtraLight.ttf") format("truetype"), 
	url("../fonts/Steclo-ExtraLight.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*END FONTS*/

/*BEGIN GENERAL SETTINGS*/
*{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p, a, span, td, h1, h2, h3, input, li, textarea{
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}
*::after, *::before{
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
p::-moz-selection { color: #0d0014;  background: #fff; }
p::selection      { color: #0d0014;  background: #fff; }
a::-moz-selection { color: #0d0014;  background: #fff; }
a::selection      { color: #0d0014;  background: #fff; }
li::-moz-selection { color: #0d0014;  background: #fff; }
li::selection      { color: #0d0014;  background: #fff; }
span::-moz-selection { color: #0d0014;  background: #fff; }
span::selection      { color: #0d0014;  background: #fff; }
h1::-moz-selection { color: #0d0014;  background: #fff; }
h1::selection      { color: #0d0014;  background: #fff; }
h2::-moz-selection { color: #0d0014;  background: #fff; }
h2::selection      { color: #0d0014;  background: #fff; }
h3::-moz-selection { color: #0d0014;  background: #fff; }
h3::selection      { color: #0d0014;  background: #fff; }
h3::-moz-selection { color: #0d0014;  background: #fff; }
h3::selection      { color: #0d0014;  background: #fff; }
td::-moz-selection { color: #0d0014;  background: #fff; }
td::selection      { color: #0d0014;  background: #fff; }
input::-moz-selection { color: #fff !important;  background: #0d0014; }
input::selection      { color: #fff !important;  background: #0d0014; }
textarea::-moz-selection { color: #fff !important;  background: #0d0014; }
textarea::selection      { color: #fff !important;  background: #0d0014; }

::-webkit-input-placeholder{color: #0d0014;}
::-moz-placeholder{color: #0d0014;}
:-ms-input-placeholder{color: #0d0014;} 
:-o-input-placeholder{color: #0d0014;} 

html, body{
	overflow-x: hidden;
}
html{
	font-size: 10px;
}
body{
	position: relative;
	background: #0d0014;
	font-family: "Steclo-ExtraLight";
	font-size: 1em;
	color: #fff;
	line-height: normal;
}
textarea{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	vertical-align: top;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="tel"],
select{
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
p, h1, h2, h3, h4, span, a{
	cursor: default;
	font-weight: normal;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
a:hover, a:focus{
	color: inherit;
}
button{
	outline: none !important;
}
.container{
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.clear{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
#facebook-jssdk-iframe{
	position: fixed;
	bottom: 10vh;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	*{
		background-attachment: scroll !important;
	}
}

@supports (-ms-ime-align:auto){
	*{
		background-attachment: scroll !important;
	}
}

@media (min-width: 2561px), (max-width: 1250px), (min-height: 1081px){
	*{
		background-attachment: scroll !important;
	}
}

@media (min-width: 1251px){
	body::-webkit-scrollbar{
		width: 10px;
	}
	body::-webkit-scrollbar-track{
		background: #efefef;
	}
	body::-webkit-scrollbar-thumb{
	   background: #0d0014; 
	}
}

@media (max-width: 991px){
	html.overflow_y_hidden, body.overflow_y_hidden{
		overflow-y: hidden;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN GENERAL ELEMENTS*/
#memory{
	display: none;
}
.oe, .navigation_btn{
	cursor: pointer;
}
.screen_relative{
	position: relative;
}
.full_screen{
	height: 100vh;
	min-height: 530px;
}
/*.full_screen_custom_elementor .elementor-container{
	height: 100vh;
	min-height: 530px !important;
}*/
.middle_element{
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.dynamic_parallax_screen{
	-webkit-transition: none !important;
	transition: none !important;
}
.full_width_img{
	display: block;
	width: 100%;
	height: auto;
}
.align_center{
	text-align: center;
}
.animated_element,
.animated_element img{
	will-change: transform, opacity;
}
/*.animated_element.draw,
.animated_element.draw img{
	will-change: auto;
}*/
.animated_element.fade_in_simple{
	-webkit-transition: opacity 0.9s ease;
	transition: opacity 0.9s ease;
}
.animated_element.fade_in_simple.prepare{
	opacity: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_top,
.animated_element.fade_in_from_bottom,
.animated_element.fade_in_from_left,
.animated_element.fade_in_from_right{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease;
}
.animated_element.fade_in_from_top.prepare{
	opacity: 0;
	
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_bottom.prepare{
	opacity: 0;
	
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_left.prepare{
	opacity: 0;
	
	-webkit-transform: translate(-70px, 0);
	transform: translate(-70px, 0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_right.prepare{
	opacity: 0;
	
	-webkit-transform: translate(70px, 0);
	transform: translate(70px, 0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_scale{
	-webkit-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease;
}
.animated_element.fade_in_from_scale.prepare{
	opacity: 0;
	
	-webkit-transform: scale(0);
	transform: scale(0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_letters_move.hidden_letters > span > span{
	will-change: transform, opacity;
}
.color_white{
	color: #fff;
}
.oe, .navigation_btn{
	cursor: pointer;
}
.cta_btn{
	position: relative;
	display: inline-block;
	width: 266px;
	height: 50px;
	border: 4px solid #0d0014;
	
	font-size: 4.7rem;
	color: #0d0014;
	text-align: center;
	text-transform: uppercase;
}
.cta_btn,
.cta_btn span{
	font-family: "Spaceland-TenOblique";
}
.cta_btn span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 48px;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.custom_gallery .gallery .gallery-item{
	width: 33.33% !important;
	margin-top: 0 !important;
}
.custom_gallery .gallery{
	background: #fff;
}
.custom_gallery .gallery,
.custom_gallery .gallery img{
	border: 5px solid transparent !important;
}
.custom_gallery .gallery img{
	display: block;
}
.custom_gallery .gallery .gallery-item a{
	cursor: pointer;
}
.eicon-share-arrow{
    display: none !important;
}
.text_icon_link{
	position: relative;
	top: 7px;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 5px;
}
.price_element{
	position: relative;
	padding: 19px 30px;
    border: 4px solid #fff;
	
    font-size: 8.1rem;
    color: #DB852A;
    text-transform: uppercase;
	text-align: center;
}

@media (max-width: 991px){
	.price_element{
		font-size: 5.4rem;
	}
}

@media (max-width: 767px){
	.custom_gallery .gallery,
	.custom_gallery .gallery img{
		border-width: 1px !important;
	}
	.price_element{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1251px){
	.oe{
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
	.oe:hover{
		opacity: 0.7;
	}
	.cta_btn::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #0d0014;
		
		-webkit-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out;
	}
	.cta_btn:hover::before{
		width: 100%;
	}
	.cta_btn span{
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}
	.cta_btn:hover span{
		color: #fff;
	}
	.custom_gallery .gallery .gallery-item a{
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}
	.custom_gallery .gallery .gallery-item a::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(219, 133, 42, 0.3);
		opacity: 0;
		
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
	.custom_gallery .gallery .gallery-item:hover a::after{
		opacity: 1;
	}
}

@media (max-width: 1250px), (min-width: 1921px){
	.dynamic_parallax_screen{
		background-position: 50% 50% !important;
	}
}

@media (min-width: 992px){
	.p_l_70{
		padding-left: 70px;
	}
}

@media (max-width: 991px){
	.hide_for_991{
		display: none;
	}
}

@media (max-width: 767px){
	.hide_for_767{
		display: none;
	}
	.cta_btn{
		width: 200px;
	}
}
/*END GENERAL ELEMENTS*/

/*BEGIN TEXT*/
*{
	font-weight: normal;
}
h1, h2, h3, p, span, a{
	font-family: "Steclo-ExtraLight";
}
.text_default,
.text_default h1,
.text_default h2,
.text_default h3,
.text_default p,
.text_default span,
.text_default a{
	font-family: "Steclo-ExtraLight" !important;
}
.text_bold,
.text_bold h1,
.text_bold h2,
.text_bold h3,
.text_bold p,
.text_bold span,
.text_bold a{
	font-family: "Spaceland-Ten" !important;
}
.text_bold_it,
.text_bold_it h1,
.text_bold_it h2,
.text_bold_it h3,
.text_bold_it p,
.text_bold_it span,
.text_bold_it a{
	font-family: "Spaceland-TenOblique" !important;
}
.text_caps{
	text-transform: uppercase;
}
.text_type_1{
	font-size: 2.4rem;
}
/*END TEXT*/

/*BEGIN #top_menu*/
.menu_wrapper .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	height: 0;
	padding: 0;
}
#top_menu{
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #0d0014;
}
#top_menu .top_menu_inner{
	position: relative;
	max-width: 1260px;
	height: 80px;
	margin: auto;
}
#top_menu .top_menu_inner,
#top_menu .menu,
#top_menu .top_inner_elements{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#top_menu .top_logo{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 266px;
    height: 50px;
}
#top_menu .sandwich{
	display: none;
}
#top_menu .top_inner_elements a{
	height: 80px;
}
#top_menu .top_inner_elements .social_block{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-align-items: center;
	align-items: center;
}
#top_menu .top_inner_elements .social_block a{
	padding: 25px 10px;
}
#top_menu .top_inner_elements .social_block a img{
	width: 30px;
	height: 30px;
}
#top_menu .menu .nav_link,
#top_menu .top_inner_elements .lang_turn a{
	position: relative;
	display: inline-block;
	height: 80px;
	margin-left: -3px;
	padding: 0 15px;
	
	font-size: 2.4rem;
	color: #fff;
	line-height: 80px;
}
#top_menu .top_inner_elements .lang_turn a:not(:last-child)::after{
	content: "";
    position: absolute;
    top: 30px;
    left: 100%;
    width: 1px;
    height: 20px;
    background: #fff;
}

@media (max-width: 991px){
	#top_menu,
	#top_menu .top_menu_inner{
		height: 50px;
	}
	#top_menu .top_logo{
		top: 10px;
		width: 160px;
		height: 30px;
	}
	#top_menu .top_inner_elements{
		position: absolute;
		top: 0;
		right: 60px;
	}
	#top_menu .top_inner_elements a{
		height: 50px;
	}
	#top_menu .top_inner_elements .social_block a{
		padding: 13px 10px;
	}
	#top_menu .top_inner_elements .social_block a img{
		width: 24px;
		height: 24px;
	}
	#top_menu .top_inner_elements .lang_turn a{
		height: 50px;
		line-height: 50px;
	}
	#top_menu .top_inner_elements .lang_turn a:not(:last-child)::after{
		top: 15px;
	}
	#top_menu .sandwich, #top_menu .sandwich *{
		cursor: pointer;
	}
	#top_menu .sandwich{
		z-index: 2;
		position: absolute;
		display: block;
		top: 0;
		right: 10px;
		display: block;
		height: 50px;
		padding: 15px 5px;
	}
	#top_menu .sandwich::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#top_menu .sandwich .inner{
		position: relative;
		width: 30px;
		height: 20px;
	}
	#top_menu .sandwich .inner div{
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background: #fff;
	}
	#top_menu .sandwich .inner div:nth-child(1){
		top: 0;
		
		-webkit-transition: top 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
		transition: top 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
	}
	#top_menu .sandwich .inner div:nth-child(2){
		top: 9px;
		
		-webkit-transition: opacity 0.2s 0.2s ease;
		transition: opacity 0.2s 0.2s ease;
	}
	#top_menu .sandwich .inner div:nth-child(3){
		bottom: 0;
		
		-webkit-transition: bottom 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
		transition: bottom 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
	}
	#top_menu.active .sandwich .inner div:nth-child(1){
		top: 9px;
		
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		
		-webkit-transition: top 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
		transition: top 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
	}
	#top_menu.active .sandwich .inner div:nth-child(2){
		opacity: 0;
		
		-webkit-transition: opacity 0.2s cubic-bezier(0.76,0.16,0.33,0.95, background 0.4s ease);
		transition: opacity 0.2s ease, background 0.4s ease;
	}
	#top_menu.active .sandwich .inner div:nth-child(3){
		bottom: 9px; 
		
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		
		-webkit-transition: bottom 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
		transition: bottom 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
	}
	#top_menu .menu_nav{
		z-index: 1;
		position: absolute;
		top: 50px;
		left: -100vw;
		width: 100vw;
		height: calc(100vh - 50px);
		background: #0d0014;
		margin-left: 0;
		padding-top: 10px;
		overflow-y: auto;
		opacity: 0;
		
		-webkit-transition: left 0s 0.4s, opacity 0.4s ease-in-out;
		transition: left 0s 0.4s, opacity 0.4s ease-in-out;
	}
	#top_menu.active .menu_nav{
		left: 0;
		opacity: 1;
		
		-webkit-transition: left 0s, opacity 0.4s ease-in-out;
		transition: left 0s, opacity 0.4s ease-in-out;
	}
	#top_menu .menu_nav::-webkit-scrollbar{
		width: 4px;
	}
	#top_menu .menu_nav::-webkit-scrollbar-track{
		background: #efefef;
	}
	#top_menu .menu_nav::-webkit-scrollbar-thumb{
	   background: #0d0014;
	}
	#top_menu .menu_nav .menu_nav_inner{
		display: block;
		width: 100%;
		height: auto;
		overflow-y: hidden;
		padding-bottom: 101px;
	}
	#top_menu.active .menu_nav{
		left: 0;
	}
	#top_menu .menu{
		display: block;
	}
	#top_menu .menu .nav_link{
		display: block;
		padding: 0 18px;
		height: 50px;
		line-height: 50px;
	}
}

@media (max-width: 400px){
	#top_menu .top_inner_elements{
		right: 55px;
	}
	#top_menu .top_inner_elements .social_block{
		display: none;
	}
}

@media (max-width: 340px){
	#top_menu .top_logo{
		top: 12px;
		width: 135px;
		height: 26px;
	}
}
/*END #top_menu*/

/*BEGIN .footer_block*/
.footer_block p{
	line-height: 50px;
}
.footer_block a{
	display: inline-block;
	line-height: 40px;
}
.footer_block .footer_logo{
	width: 266px;
    height: 50px;
}
.footer_block p,
.footer_block a{
	color: #999999;
}
/*END .footer_block*/

/*BEGIN FORM SETTINGS*/
.field_checkout{
	display: none;
}
.field_wrapper{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.field_wrapper .field, .field_wrapper .span_placeholder{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	
	font-family: "Steclo-ExtraLight";
	font-size: 2.4rem;
	color: #0d0014;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field{
	outline: none !important;
	border-bottom: 1px solid #0d0014;
	
	-webkit-transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.field_wrapper .span_placeholder{
	position: absolute;
    top: 0;
    left: 0;
	cursor: text;
	pointer-events: none;
}
.field_wrapper.active .span_placeholder{
	top: -20px;
	height: 20px;
	line-height: 20px;
	font-size: 1.4rem;
	color: #DB852A;
}
.field_wrapper.warning .span_placeholder{
	color: #ff0000;
}
.field_wrapper .field_line{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	background: #DB852A;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field_line.active{
	width: 100%;
}
.field_wrapper .field_line.success_input{
	width: 100% !important;
}
.textarea_wrapper{
	height: 40px;
}
.field_wrapper textarea.field, 
.field_wrapper .textarea_cover{
	padding-top: 3px;
	padding-bottom: 4px;
    line-height: 1.3em;
    white-space: pre-wrap;
    word-wrap: break-word;
	
	font-family: "Steclo-ExtraLight";
	
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.field_wrapper textarea.field{
    height: 40px;
    resize: none;
    overflow: hidden;
}
.field_wrapper .field.textarea_cover{
    min-height: 40px;
    height: auto;
    display: none;
}
.form_go, .form_go *, .span_placeholder{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
	cursor: pointer;
}
.field_wrapper .alarm{
	position: absolute;
	opacity: 0;
	margin: 0;
	bottom: -20px;
	right: 0;
	
	font-family: "Steclo-ExtraLight";
	font-size: 1.6rem;
	color: #ff0000;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.field_wrapper.warning .field{
	border-color: #ff0000;
	color: #ff0000;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}
.form_simple{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 45px;
	background: #fff;
}
.form_simple .top_part{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (min-width: 992px){
	.form_simple.type_2 .top_part .field_wrapper{
		width: calc(33.33% - 20px);
	}
}

@media (max-width: 991px){
	.form_simple{
		padding: 60px 30px;
	}
}

@media (max-width: 767px){
	.form_simple{
		padding: 45px 15px;
	}
}
/*END FORM SETTINGS*/

/*BEGIN #thanx_popup*/
#thanx_popup{
	z-index: 201;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	display: none;
}
.thanx_popup_cover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.thanx_popup_inner{
	position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 880px;
	height: auto;
	max-height: calc(100vh - 70px);
    margin: auto;
	background: #fff;
	padding: 60px 15px;
	
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thanx_popup_close{
    position: absolute;
    top: -45px;
    right: -5px;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.thanx_popup_info{
	text-align: center;
}
.thanx_popup_info p:nth-child(1){
	margin-bottom: 20px;
	
	font-family: "Spaceland-Ten";
	font-size: 8.1rem;
	color: #DB852A;
	text-transform: uppercase;
}
.thanx_popup_info p:nth-child(2), .thanx_popup_info p:nth-child(3){
	font-size: 2.4rem;
	color: #0d0014;
	line-height: 1.3em;
}
.thanx_popup_info p:nth-child(2){
	margin-bottom: 0;
}

@media (max-width: 767px){
	.thanx_popup_info p:nth-child(1){
		margin-bottom: 10px;
		font-size: 5.4rem;
	}
	.thanx_popup_info p:nth-child(2){
		margin-bottom: 0;
	}
}

@media (max-height: 400px){
	.thanx_popup_inner{
		padding: 15px;
	}
}
/*END #thanx_popup*/

/*BEGIN .page_404*/
.page_404{
	height: 100vh;
	background: #0d0014;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.page_404 .text_block{
	margin: auto;
	padding: 15px;
}
/*END .page_404*/

/*BEGIN .screen_1*/
.screen_1 h1 .text_bigger{
	display: block;
	
	font-size: 3em;
    color: rgba(219, 133, 42, 0.7);
	-webkit-text-stroke: 1px #fff;
}
@media (max-width: 767px){
	.screen_1 h1 .text_bigger{
		font-size: 2.5em;
	}
}
/*END .screen_1*/

/**{
	background-position: 50% 50% !important;
	background-attachment: scroll !important;
}*/