/*BEGIN #preloader*/
#preloader{
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #181818;
}
.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: #ffd900;
   
	-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: "HeliosC-Bold";
	src: url("../fonts/HeliosC-Bold.eot");
	src: local("☺"), url("../fonts/HeliosC-Bold.woff") format("woff"), 
	url("../fonts/HeliosC-Bold.ttf") format("truetype"), 
	url("../fonts/HeliosC-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "HeliosC-Regular";
	src: url("../fonts/HeliosC-Regular.eot");
	src: local("☺"), url("../fonts/HeliosC-Regular.woff") format("woff"), 
	url("../fonts/HeliosC-Regular.ttf") format("truetype"), 
	url("../fonts/HeliosC-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Gotham-Pro-Black";
	src: url("../fonts/Gotham-Pro-Black.eot");
	src: local("☺"), url("../fonts/Gotham-Pro-Black.woff") format("woff"), 
	url("../fonts/Gotham-Pro-Black.ttf") format("truetype"), 
	url("../fonts/Gotham-Pro-Black.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: #fff;  background: #ae806b; }
p::selection      { color: #fff;  background: #ae806b; }
a::-moz-selection { color: #fff;  background: #ae806b; }
a::selection      { color: #fff;  background: #ae806b; }
li::-moz-selection { color: #fff;  background: #ae806b; }
li::selection      { color: #fff;  background: #ae806b; }
span::-moz-selection { color: #fff;  background: #ae806b; }
span::selection      { color: #fff;  background: #ae806b; }
h1::-moz-selection { color: #fff;  background: #ae806b; }
h1::selection      { color: #fff;  background: #ae806b; }
h2::-moz-selection { color: #fff;  background: #ae806b; }
h2::selection      { color: #fff;  background: #ae806b; }
h3::-moz-selection { color: #fff;  background: #ae806b; }
h3::selection      { color: #fff;  background: #ae806b; }
h3::-moz-selection { color: #fff;  background: #ae806b; }
h3::selection      { color: #fff;  background: #ae806b; }
td::-moz-selection { color: #fff;  background: #ae806b; }
td::selection      { color: #fff;  background: #ae806b; }
input::-moz-selection { color: #000 !important;  background: #ae806b; }
input::selection      { color: #000 !important;  background: #ae806b; }
textarea::-moz-selection { color: #000 !important;  background: #ae806b; }
textarea::selection      { color: #000 !important;  background: #ae806b; }

::-webkit-input-placeholder{color: #7e858d;}
::-moz-placeholder{color: #7e858d;}
:-ms-input-placeholder{color: #7e858d;} 
:-o-input-placeholder{color: #7e858d;} 

html, body{
	overflow-x: hidden;
}
html{
	font-size: 10px;
}
body{
	position: relative;
	background: url(../img/content/background_main.jpg) no-repeat 50% 0;
	font-family: "HeliosC-Regular";
	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, span, h1, h2, h3, h4{
	cursor: default;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
a:hover, a:focus{
	color: inherit;
}
button{
	outline: none !important;
}
.clear{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
.container{
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@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: #c8cbcd;
	}
	body::-webkit-scrollbar-thumb{
	   background: #08070a; 
	}
}

@media (min-width: 1191px){
	.container{
		width: 1170px;
	}
}

@media (max-width: 1190px){
	.container{
		width: 100%;
	}
}

@media (max-width: 767px){
	body{
		background: url(../img/content/background_device.jpg) repeat-y 50% 0;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN GENERAL ELEMENTS*/
.screen_relative{
	position: relative;
}
.screen_inner{
	position: relative;
}
.full_screen{
	height: 100vh;
	min-height: 530px;
}
.middle_element{
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.full_width_img{
	display: block;
	width: 100%;
	height: auto;
}
.align_center{
	text-align: center;
}
.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;
}
.oe{
	cursor: pointer;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_30{
	margin-bottom: 30px;
}

@media (min-width: 1251px){
	.oe{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	.oe:hover{
		opacity: 0.7;
	}
}
/*END GENERAL ELEMENTS*/

/*BEGIN TEXT*/
*{
	font-weight: normal;
}
.text_type_1{
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}
.text_type_2{
	font-size: 2.4rem;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}
.title_type_1{
	font-family: "HeliosC-Bold";
	font-size: 6rem;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.title_type_2{
	font-family: "HeliosC-Bold";
	font-size: 3rem;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

@media (max-width: 767px){
	.text_type_1{
		font-size: 1.6rem;
	}
	.title_type_1{
		font-size: 3rem;
	}
}
/*END TEXT*/

/*BEGIN .popup*/
.popup{
	z-index: 201;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	display: none;
}
.popup .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);
}
.popup .popup_inner{
	position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
	
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#info_popup .popup_inner{
	width: calc(100% - 30px);
    max-width: 880px;
	height: auto;
}
.popup .popup_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
	background: url(../img/general/close_black.png) no-repeat 50% 50% / 27px 27px;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#info_popup_info > .big_text_block{
	height: calc(100vh - 200px);
	overflow: hidden;
}
#info_popup_info > div{
	background: #fff;
}
#info_popup_info > div p{
	color: #000;
	font-size: 2.4rem;
	line-height: 1.4em;
	letter-spacing: 0.01em;
}
#info_popup_info > div > div{
	height: 100%;
	padding: 115px 70px;
	overflow: auto;
}
#info_popup_info > div > div::-webkit-scrollbar{
	width: 6px;
}
#info_popup_info > div > div::-webkit-scrollbar-track{
	background: #c8cbcd;
}
#info_popup_info > div > div::-webkit-scrollbar-thumb{
   background: #08070a; 
}

@media (max-width: 767px){
	#info_popup_info > div > div{
		height: 100%;
		padding: 30px 15px;
		overflow: auto;
	}
	.popup .popup_close{
		top: -45px;
		right: -5px;
		background: url(../img/general/close_white.svg) no-repeat 50% 50% / 30px 30px;
	}
	#info_popup_info > div p{
		font-size: 1.6rem;
		line-height: 1.5em;
	}
}
/*END .popup*/

/*BEGIN .screen_1*/
.screen_1{
	padding-top: 100px;
	min-height: 730px;
}
.screen_1 .text_type_1{
	padding: 15px 0 0 70px;
}
.screen_1 .oil{
	display: none;
}

@media (max-width: 767px){
	.screen_1{
		min-height: 0;
		padding-top: 60px;
		padding-bottom: 90px;
		text-align: center;
	}
	.screen_1 img{
		max-width: 100%;
		height: auto;
	}
	.screen_1 .text_type_1{
		padding: 40px 0 60px;
	}
	.screen_1 .text_type_1 br{
		display: none;
	}
	.screen_1 .oil{
		display: inline;
	}
}
/*END .screen_1*/

/*BEGIN .screen_2*/
.myth_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-justify-content: space-between;
    justify-content: space-between;
	
	margin-top: 90px;
}
.myth_block .myth{
	width: 550px;
	max-width: calc(50% - 20px);
	margin-bottom: 40px;
}
.myth_block .myth img{
	width: 100%;
	height: auto;
}
.myth_block .myth .btn{
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 356px;
	height: 56px;
	background: url(../img/content/btn_bg.jpg) repeat;
	
	font-family: "Gotham-Pro-Black";
	font-size: 2.8rem;
	color: #111010;
	line-height: 55px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	
	-webkit-border-radius: 56px;
	border-radius: 56px;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.yellow_link{
	display: inline-block;
	width: 390px;
	height: 56px;
	background: url(../img/content/btn_bg.jpg) repeat;
	
	font-family: "Gotham-Pro-Black";
	font-size: 2.8rem;
	color: #111010 !important;
	line-height: 55px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	
	-webkit-border-radius: 56px;
	border-radius: 56px;
}

@media (max-width: 991px){
	.myth_block .myth .btn{
		bottom: 32px;
		width: calc(100% - 60px);
		height: 50px;
		font-size: 1.8rem;
		line-height: 50px;
	}
	.yellow_link{
		width: 250px;
		height: 50px;
		font-size: 1.8rem;
		line-height: 50px;
	}
}

@media (max-width: 767px){
	.myth_block{
		display: block;
		margin-top: 45px;
	}
	.myth_block .myth{
		max-width: 100%;
		margin: 0 auto 40px;
	}
}
/*END .screen_2*/

/*BEGIN .screen_3*/
.screen_3{
	margin-top: 360px;
	height: 215px;
}
.screen_3 .inner{
	position: relative;
	max-width: 750px;
	margin: auto;
}
.screen_3 .text_block{
	position: absolute;
	top: 0;
	left: 250px;
}

@media (max-width: 767px){
	.screen_3{
		margin-top: 90px;
		height: auto;
		padding-bottom: 90px;
		text-align: center;
	}
	.screen_3 .text_block{
		position: static;
	}
}
/*END .screen_3*/