/*BEGIN #preloader*/
#preloader{
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #0d0d0d;
}
.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: #d4b86f;
   
	-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: "Proxima Nova Light";
	src: url("fonts/Proxima Nova Light.eot");
	src: local("☺"), url("../fonts/Proxima Nova Light.woff") format("woff"),
	url("../fonts/Proxima Nova Light.ttf") format("truetype"),
	url("../fonts/Proxima Nova Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Proxima Nova Bold";
	src: url("../fonts/Proxima Nova Bold.eot");
	src: local("☺"), url("../fonts/Proxima Nova Bold.woff") format("woff"), 
	url("../fonts/Proxima Nova Bold.ttf") format("truetype"), 
	url("../fonts/Proxima Nova Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Theano Didot";
	src: url("../fonts/Theano Didot.eot");
	src: local("☺"), url("../fonts/Theano Didot.woff") format("woff"), 
	url("../fonts/Theano Didot.ttf") format("truetype"),
	url("../fonts/Theano Didot.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;
}
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: #d4b86f; }
p::-moz-selection { color: #fff;  background: #d4b86f; }
p::selection      { color: #fff;  background: #d4b86f; }
a::-moz-selection { color: #fff;  background: #d4b86f; }
a::selection      { color: #fff;  background: #d4b86f; }
li::-moz-selection { color: #fff;  background: #d4b86f; }
li::selection      { color: #fff;  background: #d4b86f; }
span::-moz-selection { color: #fff;  background: #d4b86f; }
span::selection      { color: #fff;  background: #d4b86f; }
h1::-moz-selection { color: #fff;  background: #d4b86f; }
h1::selection      { color: #fff;  background: #d4b86f; }
h2::-moz-selection { color: #fff;  background: #d4b86f; }
h2::selection      { color: #fff;  background: #d4b86f; }
h3::-moz-selection { color: #fff;  background: #d4b86f; }
h3::selection      { color: #fff;  background: #d4b86f; }
h3::-moz-selection { color: #fff;  background: #d4b86f; }
h3::selection      { color: #fff;  background: #d4b86f; }
td::-moz-selection { color: #fff;  background: #d4b86f; }
td::selection      { color: #fff;  background: #d4b86f; }
input::-moz-selection { color: #000 !important;  background: #d4b86f; }
input::selection      { color: #000 !important;  background: #d4b86f; }
textarea::-moz-selection { color: #000 !important;  background: #d4b86f; }
textarea::selection      { color: #000 !important;  background: #d4b86f; }

::-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;
	font-size: 1em;
	font-family: "Proxima Nova Light";
	background: #0d0d0d;
	color: #0d0d0d;
}
textarea{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	vertical-align: top;
}
input[type="text"],
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{
	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;
}

@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: 1260px), (min-height: 1081px){
	*{
		background-attachment: scroll !important;
	}
}

@media (min-width: 1191px){
	.container{
		width: 1170px;
	}
	body::-webkit-scrollbar{
		width: 10px;
	}
	body::-webkit-scrollbar-track{
		background: #efeff0;
	}
	body::-webkit-scrollbar-thumb{
	   background: #d4b86f; 
	}
}

@media (max-width: 1190px){
	.container{
		width: 100%;
	}
}

@media (max-width: 991px){
	html.menu_is_open, body.menu_is_open{
		overflow-y: hidden;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN GENERAL ELEMENTS*/
.navigation_btn{
	cursor: pointer;
}
.oel{
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.text_paragraph{
	margin-bottom: 25px;
}
.screen_inner{
	position: relative;
}
.device{
	display: none;
}
.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.open_from_x,
.animated_element.open_from_y{
	overflow: hidden;
	
	-webkit-transition: width 0.9s ease, height 0.9s ease;
	transition: width 0.9s ease, height 0.9s ease;
}
.animated_element.open_from_x.prepare{
	width: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.open_from_y.prepare{
	height: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_letters_move{
	position: relative;
	display: inline-block;
}
.animated_letters_move::after{
	content: "";
	clear: both;
}
.animated_letters_move > span{
    /*float: left;*/
    position: relative;
}
.animated_letters_move.slide > span{
	overflow: hidden;
}
.animated_letters_move > span > span{
    position: relative;
	/*display: block;*/
	display: inline-block;
	
    -webkit-transition: all 0s;
    transition: all 0s;
}
.animated_letters_move.smooth.hidden_letters > span > span{
	opacity: 0;
	
	-webkit-transform: translateX(-1.6em);
	transform: translateX(-1.6em);
}
.animated_letters_move.slide.hidden_letters > span > span{
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}
.title_type_biggest{
	margin-bottom: 25px;
	font-family: "Theano Didot";
	font-size: 16.7rem;
	color: #d4b86f;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 0.9em;
}
.title_type_1{
	margin-bottom: 25px;
	font-family: "Theano Didot";
	font-size: 8.51rem;
	color: #0d0d0d;
	line-height: 0.9em;
}
.title_type_1.white{
	color: #fff;
}
.title_type_2{
	font-family: "Theano Didot";
	font-size: 7.2rem;
}
.text_type_1{
	margin-top: 0;
	font-family: "Proxima Nova Light";
	font-size: 1.4rem;
	color: #0d0d0d;
	line-height: 1.8em; 
	letter-spacing: 0.01em;
}
.text_type_2{
	margin-top: 0;
	font-family: "Proxima Nova Bold";
	font-size: 3.6rem;
	color: #0d0d0d;
	line-height: 1.15em; 
}
.text_type_3{
	margin-top: 0;
	font-family: "Theano Didot";
	font-size: 3rem;
	color: #0d0d0d;
	line-height: 1.3em; 
}
.text_type_1.white{
	color: #fff;
}
.watch_video_btn, .watch_video_btn *{
	cursor: pointer;
	
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.watch_video_btn{
	position: relative;
	width: 180px;
	height: 56px;
}
.watch_video_btn .round{
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	border: 1px solid #d4b86f;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.watch_video_btn .round::after{
	content: "";
	position: absolute;
    top: 18px;
    left: 15px;
    width: 18px;
    height: 18px;
	border-top: 1px solid #d4b86f;
	border-right: 1px solid #d4b86f;
	
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;
}
.watch_video_btn span{
	position: absolute;
	top: 0;
	right: 0;
	height: 56px;
	
	font-family: "Proxima Nova Bold";
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 56px;
	letter-spacing: 0.17em;
}
.watch_video_btn span::after{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.stamp{
	position: absolute;
	width: 187px;
	height: 187px;
	background: url(../img/decor/stamp.svg) no-repeat 50% 50% / 100% 100%;
}
.side_decor_text{
	z-index: 0;
	position: absolute;
	opacity: 0.8;
	
	font-family: "Theano Didot";
	font-size: 1em;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.8em;
	
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	
	pointer-events: none;
}
.side_decor_text.left{
	left: 10px;
	
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	
	-webkit-transform: rotate(-90deg) translateZ(0);
	transform: rotate(-90deg) translateZ(0);
}
.side_decor_text.right{
	right: 10px;
	
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	
	-webkit-transform: rotate(90deg) translateZ(0);
	transform: rotate(90deg) translateZ(0);
}
.title_block{
	position: relative;
}
.title_block > .num_block{
	position: relative;
	width: 44px;
	height: 44px;
	margin: auto;
	background: url(../img/decor/num_decor.svg) no-repeat 50% 50%;
}
.title_block > .num_block span{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	background: #0d0d0d;
	
	font-family: "Theano Didot";
	font-size: 1.4rem;
	color: #efeff0;
	text-align: center;
	line-height: 27px;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transform: translate(-13px, -13px);
	transform: translate(-13px, -13px);
}
.title_block .pre_title{
	margin: 15px auto 25px;
	
	font-family: "Proxima Nova Bold";
	font-size: 1.2rem;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.17em;
	line-height: 0.9em;
}
.title_block .title_text_block{
	position: relative;
	height: 80px;
}
.title_block .title_type_2{
	position: relative;
	left: 50%;
	display: inline-block;
	margin: auto;
	line-height: 81px;
	text-align: center;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.title_block.text_black .pre_title,
.title_block.text_black .title_type_2{
	color: #0d0d0d;
}
.title_block.text_white .pre_title,
.title_block.text_white .title_type_2{
	color: #fff;
}
.title_block .title_text_block .line_decor{
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
}
.title_block .title_text_block .line_decor.left{
	left: 0;
}
.title_block .title_text_block .line_decor.right{
	right: 0;
}
.title_block .title_text_block.animated_element.draw .line_decor{
	width: 50%;
	
	-webkit-transition: width 4.25s ease-out;
	transition: width 4.25s ease-out;
}
.switch_block{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
}
.switch_block .switch_btn{
	position: absolute;
	top: 0;
	width: 360px;
	height: 80px;
	cursor: pointer;
}
.switch_block .switch_btn.active{
	pointer-events: none;
}
.switch_block .switch_btn *{
	pointer-events: none;
	
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
	cursor: pointer !important;
	
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.switch_block .switch_btn.active > *:not(.bg_block){
	opacity: 0.5;
}
.switch_block .switch_btn.first{
	left: 0;
}
.switch_block .switch_btn.second{
	right: 0;
}
.switch_block .switch_btn .bg_block{
	position: absolute;
	top: 0;
	background: #efeff0;
	width: 100%;
	height: 100%;
	
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.switch_block .switch_btn.first .bg_block{
	right: 0;
}
.switch_block .switch_btn.second .bg_block{
	left: 0;
}
.switch_block .switch_btn.active .bg_block{
	width: 0;
}
.switch_block .switch_btn .arrow_block{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 218px;
	height: 26px;
	
	-webkit-transform: translate(-107px, -13px);
	transform: translate(-107px, -13px);
}
.switch_block .switch_btn.first .arrow_left{
	position: absolute;
	top: 0;
	left: 0;
	width: 76px;
	height: 26px;
	background: url(../img/decor/switch_arrow_left.svg) no-repeat 0 0 / 100% 100%;
}
.switch_block .switch_btn.second .arrow_right{
	position: absolute;
	top: 0;
	right: 0;
	width: 76px;
	height: 26px;
	background: url(../img/decor/switch_arrow_right.svg) no-repeat 0 0 / 100% 100%;
}
.switch_block .switch_btn span{
	position: absolute;
	top: 0;
	height: 100%;
	
	font-family: "Proxima Nova Bold";
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 27px;
}
.switch_block .switch_btn.first span{
	left: 95px;
}
.switch_block .switch_btn.second span{
	right: 95px;
}
.switch_block .switch_btn .line{
	position: absolute;
	top: 50%;
	width: 130px;
	height: 2px;
	background: #0d0d0d;
	margin-top: -1px;
}
.switch_block .switch_btn.first .line{
	right: -145px;
}
.switch_block .switch_btn.second .line{
	left: -145px;
}
.cta_btn{
	position: relative;
	width: 290px;
	height: 56px;
	border: 4px solid #d4b86f; 
	cursor: pointer;
}
.cta_btn::before{
	content: "";
	z-index: 1;
	position: absolute;
	top: -16px;
	right: -16px;
	width: 16px;
	height: 16px;
	border: 4px solid #d4b86f; 
	pointer-events: none;
}
.cta_btn::after{
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	width: 25px;
	height: 20px;
}
.cta_btn.white::after{
	background: #fff;
}
.cta_btn.pink::after{
	background: #efeff0;
}
.cta_btn *{
	pointer-events: none;
	
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
.cta_btn span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	font-family: "Proxima Nova Bold";
    font-size: 1.2rem;
	color: #0d0d0d;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.17em;
	line-height: 50px;
	
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.cta_btn .bg_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cta_btn .bg_block::after{
	content: "";
	position: absolute;
	top: 0;
	left: -170px;
	width: 240px;
	height: 100%;
	background: #d4b86f;
	
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);

	-webkit-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;
}
.dark_rect_block{
	position: absolute;
	top: 0;
	left: 50%;
	width: 360px;
	height: 380px;
	background: #0d0d0d;
	
	-webkit-transform: translateX(-180px);
	transform: translateX(-180px);
}
.parallax_bg_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1251px){
	.oel:hover{
		opacity: 0.7;
	}
	.watch_video_btn:hover .round::after{
		left: 18px;
	}
	.watch_video_btn:hover span::after{
		width: 100%;
	}
	.cta_btn:hover .bg_block::after{
		left: -30px;
	}
	.cta_btn:hover span{
		color: #fff;
	}
}

@media (max-width: 1250px){
	.side_decor_text{
		display: none;
	}
}

@media (max-width: 1190px){
	.title_type_biggest{
		font-size: 12.76rem;
		letter-spacing: 0;
	}
	.switch_block{
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.switch_block .switch_btn{
		width: 50%;
	}
	.switch_block .switch_btn .line{
		display: none;
	}
	.title_block .title_text_block{
		height: auto;
	}
	.title_block .title_type_2{
		/*position: static;*/
		/*position: relative;*/
		/*display: block;*/
		/*display: inline-block;*/
		/*text-align: center;*/
		line-height: 1.1em;
		
		/*-webkit-transform: none;
		transform: none;*/
	}
	.title_block .title_text_block .line_decor{
		display: none;
	}
}

@media (max-width: 991px){
	.desktop{
		display: none;
	}
	.device{
		display: block;
	}
	.animated_element.animated_text.prepare{
		-webkit-transform: translateY(70px) !important;
		transform: translateY(70px) !important;
	}
	.switch_block{
		position: relative;
	}
	.switch_block .switch_btn .bg_block{
		-webkit-transition: width 0.6s ease-out;
		transition: width 0.6s ease-out;
	}
}

@media (max-width: 767px){
	.title_type_biggest{
		font-size: 6.4rem;
	}
	.title_type_1{
		font-size: 5rem;
	}
	.title_type_2{
		font-size: 5rem;
	}
	.switch_block{
		height: 50px;
		margin-top: 36px;
	}
	.switch_block .switch_btn{
		height: 50px;
		background: #eeeeee;
		
		border-bottom: 3px solid #d4b86f;
		
		-webkit-transition: background 0.6s ease-out;
		transition: background 0.6s ease-out;
	}
	.switch_block .switch_btn.active{
		background: #d4b86f;
	}
	.switch_block .switch_btn .bg_block{
		display: none;
	}
	.switch_block .switch_btn .arrow_block{
		position: relative;
		top: 0;
		left: 0;
		right: auto;
		width: 100%;
		height: 100%;
		opacity: 1 !important;
		
		-webkit-transform: none;
		transform: none;
	}
	.switch_block .switch_btn.first .arrow_left,
	.switch_block .switch_btn.second .arrow_right{
		display: none;
	}
	.switch_block .switch_btn.first span,
	.switch_block .switch_btn.second span{
		position: static;
		display: block;
		text-align: center;
		line-height: 50px;
		letter-spacing: 0.13em;
	}
	.cta_btn::before{
		top: -4px;
		right: -4px;
	}
	.cta_btn::after{
		width: 21px;
	}
}

@media (max-width: 390px){
	.dark_rect_block{
		width: 100%;
		width: calc(100% - 30px);
		
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
/*END GENERAL ELEMENTS*/

/*BEGIN general slider settings (for all sliders)*/
.slider_curtain_block{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slider_curtain{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #d4b86f;
	
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}
.slider_curtain.draw{
	width: 100%;
	left: 100%;
}
.slider_with_curtain .slide_wrapper .slide{
	opacity: 0;
	
	-webkit-transition: opacity 0s 0.6s;
	transition: opacity 0s 0.6s;
}
.slider_with_curtain .slide_wrapper .slide.active{
	z-index: 2 !important;
	opacity: 1 !important;
}
.slider_nav_block{
	position: absolute;
	width: 170px;
	height: 40px;
}
.slider_nav_block .slider_nav{
	z-index: 1;
	position: absolute;
	width: 60px;
	height: 40px;
	cursor: pointer;
	
	-webkit-transition: background-position 0.3s ease-out;
	transition: background-position 0.3s ease-out;
}
.slider_nav_block .slider_nav_left{
	left: 0;
}
.slider_nav_block .slider_nav_right{
	right: 0;
}
.slider_nav_block.text_black .slider_nav_left{
	background: url(../img/decor/switch_arrow_left.svg) no-repeat 50% 50% / 38px 13px;
}
.slider_nav_block.text_black .slider_nav_right{
	background: url(../img/decor/switch_arrow_right.svg) no-repeat 50% 50% / 38px 13px;
}
.slider_nav_block.text_white .slider_nav_left{
	background: url(../img/decor/switch_arrow_left_white.svg) no-repeat 50% 50% / 38px 13px;
}
.slider_nav_block.text_white .slider_nav_right{
	background: url(../img/decor/switch_arrow_right_white.svg) no-repeat 50% 50% / 38px 13px;
}
.slider_nav_block .cnt_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	pointer-events: none;
	
	font-family: "Proxima Nova Bold";
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 41px;
}
.slider_nav_block.text_black .cnt_block{
	color: #0d0d0d;
}
.slider_nav_block.text_white .cnt_block{
	color: #fff;
}
.slide_content_block .slide_content{
	z-index: 0;
	opacity: 0;
}
.slide_content_block .slide_content.active{
	z-index: 1;
	opacity: 1;
}
.custom_slider_type_1{
	position: relative;
}
.custom_slider_type_1 .slide_wrapper,
.custom_slider_type_1 .slider_curtain_block{
	position: absolute;
}
.custom_slider_type_1 .slide_wrapper{
	z-index: 1;
}
.custom_slider_type_1 .slide{
	position: absolute;
	top: 0;
	left: 0;
}
.custom_slider_type_1 .slide_content_block{
	position: absolute;
}
.custom_slider_type_1 .slide_content_block .slide_content{
	position: absolute;
	top: 0;
	left: 0;
	
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	
	-webkit-transition: transform 0.6s ease, opacity 0.6s ease;
	transition: transform 0.6s ease, opacity 0.6s ease;
}
.custom_slider_type_1 .slide_content_block .slide_content.active{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	
	-webkit-transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
	transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
}
.custom_slider_type_1 .text_link{
	border-bottom: 1px solid #0d0d0d;
}

@media(min-width: 1251px){
	.slider_nav_block .slider_nav_left:hover{
		background-position: 30% 50%;
	}
	.slider_nav_block .slider_nav_right:hover{
		background-position: 70% 50%;
	}
}

@media (max-width: 767px){
	.custom_slider_type_1{
		width: 100% !important;
		max-width: 360px !important;
		height: auto !important;
		margin: auto !important;
	}
	.custom_slider_type_1 .slide_wrapper,
	.custom_slider_type_1 .slider_curtain_block{
		top: 0 !important;
		left: auto !important;
		width: 100% !important;
		max-width: 360px !important;
		height: auto !important;
		overflow: hidden !important;
	}
	.custom_slider_type_1 .slide_wrapper{
		position: relative !important;
	}
	.custom_slider_type_1 .slider_curtain_block{
		position: absolute !important;
	}
	.custom_slider_type_1 .slide,
	.custom_slider_type_1 .slide img{
		width: 100% !important;
		height: 100% !important;
	}
	.custom_slider_type_1 .slide img{
		position: absolute !important;
	}
	.custom_slider_type_1 .slide_content_block{
		position: relative !important;
		top: 0 !important;
		left: auto !important;
		width: 100% !important;
	}
	.custom_slider_type_1 .slide_content_block .slide_content{
		position: relative !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	.custom_slider_type_1 .slide_content_block .slide_content.active{
		height: auto !important;
	}
	.custom_slider_type_1 .slider_nav_block{
		position: relative !important;
		top: 0 !important;
		left: auto !important;
		
		-webkit-transform: none !important;
		transform: none !important;
	}
}
/*END general slider settings (for all sliders)*/

/*BEGIN FORM SETTINGS*/
.field_checkout{
	display: none;
}
.field_wrapper{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.field_wrapper .field, .field_wrapper .span_placeholder{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	
	font-family: "Proxima Nova Light";
    font-size: 1.4rem;
    color: #0d0d0d;
    letter-spacing: 0.01em;
}
.field_wrapper .span_placeholder{
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field{
	outline: none !important;
	border-bottom: 1px solid #3a3d41;
	
	-webkit-transition: border-color 0.1s ease, color 0.1s ease;
	transition: border-color 0.1s ease, color 0.1s ease;
}
.textarea_wrapper{
	height: 40px;
}
.field_wrapper textarea.field, .field_wrapper .textarea_cover{
	padding-top: 8px;
	padding-bottom: 6px;
    line-height: 1.8em;
    white-space: pre-wrap;
    word-wrap: break-word;
	
    -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;
}
.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: #d4b86f;
}
.field_wrapper.warning .span_placeholder{
	/*color: #ff0000;*/
}
.field_wrapper .field_line{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	background: #d4b86f;
	
	-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;
}
.field_wrapper .field_select{
	background: #fff url(../img/general/tick.svg) no-repeat 96% 55%;
}
.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: "Proxima Nova Light";
    font-size: 1.4rem;
    color: #ff0000;
    letter-spacing: 0.01em;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.field_wrapper.warning .field{
	border-color: #ff0000;
	/*color: #ff0000;*/
}
.field_wrapper.warning .alarm{
	opacity: 1;
}
/*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){
	font-family: "Theano Didot";
	font-size: 4.8rem;
	color: #d4b86f;
	text-transform: uppercase;
	letter-spacing: 0em;
}
#thanx_popup_info p:nth-child(2), #thanx_popup_info p:nth-child(3){
	font-family: "Proxima Nova Light";
	font-size: 2.56rem;
	color: #0d0d0d;
	line-height: 1.6em;
    letter-spacing: 0.01em;
}

@media (max-width: 767px){
	#thanx_popup_info p:nth-child(1){
		font-size: 3.6rem;
	}
	#thanx_popup_info p:nth-child(2), #thanx_popup_info p:nth-child(3){
		font-size: 2.4rem;
	}
}

@media (max-height: 400px){
	#thanx_popup_inner{
		padding: 15px;
	}
}
/*END #thanx_popup*/

/*BEGIN #top_menu*/
#top_menu, #top_menu *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#top_menu{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 162px;
}
#top_menu .top_menu_inner{
	position: relative;
	width: 100%;
	max-width: 1170px;
	margin: auto;
	padding: 0 15px;
}
#top_menu .sandwich{
	display: none;
}
#top_menu .top_menu_cover{
	display: none;
}
#top_menu .top_logo{
	display: block;
	width: 166px;
	height: auto;
	margin: 25px auto 21px;
}
#top_menu .menu_nav{
	position: relative;
	width: 100%;
	max-width: 1004px;
	height: 60px;
	margin: auto;
}
#top_menu .menu_nav::after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: url(../img/general/top_menu_line.png) no-repeat 50% 0 / 100% 100%;
}
#top_menu .menu_nav .menu_nav_inner{
	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;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	width: 750px;
	height: 60px;
	margin: auto;
}
#top_menu .menu_nav .menu_nav_inner .nav_link{
	height: 60px;
	line-height: 62px;
	padding: 0 20px;
	
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#top_menu .menu_nav .menu_nav_inner .nav_link.phone_link{
	display: none;
}
#top_menu .menu_tel{
	position: absolute;
	top: 37px;
	right: 15px;
	display: inline-block;
	line-height: 30px;
	
	font-size: 1.2rem;
	color: #d4b86f;
	letter-spacing: 0.1em;
}

@media (min-width: 1251px){
	#top_menu .menu_nav .menu_nav_inner .nav_link{
		position: relative;
	}
	#top_menu .menu_nav .menu_nav_inner .nav_link span{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	#top_menu .menu_nav .menu_nav_inner .nav_link span::before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 4px;
		background: #d4b86f;
		
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	#top_menu .menu_nav .menu_nav_inner .nav_link span::after{
		content: "";
		position: absolute;
		bottom: 8px;
		right: 0;
		width: 0;
		height: 4px;
		background: #d4b86f;
		
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	#top_menu .menu_nav .menu_nav_inner .nav_link:hover span::before{
		width: calc(100% - 6px);
	}
	#top_menu .menu_nav .menu_nav_inner .nav_link:hover span::after{
		width: 4px;
		
		-webkit-transition: all 0.2s ease-out 0.2s;
		transition: all 0.2s ease-out 0.2s;
	}
}

@media (min-width: 992px){
	#top_menu .top_logo{
		pointer-events: none;
	}
}

@media (max-width: 991px){
	#top_menu{
		position: fixed;
		height: auto;
	}
	#top_menu .top_menu_inner{
		height: 50px;
		background: #0d0d0d;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#top_menu .top_logo{
		position: absolute;
		top: 7px;
		left: 15px;
		width: 100px;
		margin: 0;
	}
	#top_menu .menu_nav{
		z-index: 1;
		position: absolute;
		top: 0;
		left: -100vw;
		width: 80vw;
		width: calc(100vw - 60px);
		height: 100vh;
		height: calc(100vh + 1px);
		background: #fff;
		line-height: 50px;
		overflow-y: auto;
		
		-webkit-transition: left 0.4s ease-out;
		transition: left 0.4s ease-out;
	}
	#top_menu .menu_nav::-webkit-scrollbar{
		width: 4px;
	}
	#top_menu .menu_nav::-webkit-scrollbar-track{
		background: #efeff0;
	}
	#top_menu .menu_nav::-webkit-scrollbar-thumb{
	   background: #d4b86f; 
	}
	#top_menu .menu_nav::after{
		display: none;
	}
	#top_menu .menu_nav .menu_nav_inner{
		display: block;
		width: 100%;
		height: auto;
		overflow-y: hidden;
		padding-bottom: 50px;
	}
	#top_menu.active .menu_nav{
		left: 0;
	}
	#top_menu .menu_nav .menu_nav_inner .nav_link{
		display: block;
		height: 50px;
		padding: 0 15px;
		
		font-size: 1.4rem;
		line-height: 50px;
		color: #0d0d0d;
	}
	#top_menu .menu_nav .menu_nav_inner .nav_link > *{
		display: block;
	}
	#top_menu .menu_nav .menu_nav_inner .nav_link.phone_link{
		display: block;
		padding: 0;
	}
	#top_menu .menu_nav .menu_nav_inner .nav_link.phone_link a{
		padding: 0 15px;
	}
	#top_menu .sandwich, #top_menu .sandwich *{
		cursor: pointer;
	}
	#top_menu .sandwich{
		z-index: 2;
		position: absolute;
		top: 11px;
		right: 10px;
		display: block;
		padding: 5px;
	}
	#top_menu .sandwich .inner{
		position: relative;
		width: 30px;
		height: 19px;
	}
	#top_menu .sandwich .inner div{
		position: absolute;
		left: 0;
		width: 30px;
		height: 3px;
		background: #d4b86f;
	}
	#top_menu .sandwich .inner div:nth-child(1){
		top: 0;
		
		-webkit-transition: top 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: top 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#top_menu .sandwich .inner div:nth-child(2){
		top: 8px;
		
		-webkit-transition: opacity 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: opacity 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#top_menu .sandwich .inner div:nth-child(3){
		bottom: 0;
		
		-webkit-transition: bottom 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: bottom 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#top_menu.active .sandwich .inner div:nth-child(1){
		top: 8px;
		
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		
		-webkit-transition: top 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: top 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#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);
		transition: opacity 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#top_menu.active .sandwich .inner div:nth-child(3){
		bottom: 8px; 
		
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		
		-webkit-transition: bottom 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: bottom 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#top_menu .top_menu_cover{
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		height: calc(100vh + 1px);
		background: rgba(0,0,0,0.5);
		display: block;
		opacity: 0;
		
		-webkit-transition: left 0s 0.4s, opacity 0.4s ease-out;
		transition: left 0s 0.4s, opacity 0.4s ease-out;
	}
	#top_menu.active .top_menu_cover{
		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_tel{
		display: none;
	}
}
/*END #top_menu*/

/*END #video_screen*/
#video_screen{
	z-index: 100;
	position: fixed;
    top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	display: none;
}
#video_screen_wrapper{
	position: relative;
	display: table;
    height: 100%;
    width: 100%;
}
#video_screen_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);
}
#video_screen_cover .spinner{
	display: none;
}
#video_screen_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	max-width: 880px;
	margin: auto;
	display: none;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#video_screen_content{
	position: relative;
	width: 100%;
	Padding: 1px;
	padding-bottom: 56.1%;
}
#video_screen_content > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video_screen_close{
	position: absolute;
    top: -45px;
    right: -5px;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media (max-height: 430px){
	#video_screen_inner{
		max-width: 390px;
	}
}

@media (max-height: 400px){
	#video_screen_inner{
		max-width: 290px;
	}
}
/*END #video_screen*/

/*BEGIN #follower*/
#follower{  
	z-index: 101;
	position: fixed;
	top: -100vh;
	left: -12px;
	width: 24px;
	height: 24px;
	pointer-events: none;
}
#follower .follower_round{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	border: 1px solid #bea45c;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#follower .follower_dot{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	background: #bea45c;
	
	margin-top: -3px;
	margin-left: -3px;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#follower.active .follower_round{
	width: 34px;
	height: 34px;
	
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*.ce{
	cursor: url(../img/general/empty_cursor.png), none !important;
}

@media screen and (-ms-high-contrast: active) and (min-width: 1251px), (-ms-high-contrast: none) and (min-width: 1251px){
	#follower{
		display: none !important;
	}
}
/*END #follower*/

/*BEGIN #screen_1*/
#screen_1{
	background: #0d0d0d url(../img/decor/screen_1_bg.png) no-repeat 50% 0;
}
#screen_1 .screen_inner{
	height: 1450px;
}
#screen_1 .screen_inner .absolute_element{
	position: absolute;
}
#screen_1 .screen_inner .absolute_element:nth-child(1){
	top: 270px;
	left: 165px;
}
#screen_1 .screen_inner .absolute_element:nth-child(2){
    top: 750px;
    left: 145px;
	margin: 0;

	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#screen_1 .screen_inner .absolute_element:nth-child(2) span{
	display: block;
}
#screen_1 .screen_inner .absolute_element:nth-child(3){
	z-index: 1;
	top: 385px;
	left: 170px;
}
#screen_1 .screen_inner .absolute_element:nth-child(5){
	top: 1164px;
    left: 700px;
}
#screen_1 .screen_inner .absolute_element:nth-child(6){
	top: 1277px;
    left: 490px;
}
#screen_1 .screen_inner .absolute_element:nth-child(7){
	z-index: 1;
	top: 850px;
    left: 700px;
}
#screen_1 .screen_inner .absolute_element:nth-child(8){
	top: 1390px;
    left: 490px;
}
#screen_1 .scroll_line_block{
	position: absolute;
	top: 274px;
	right: 210px;
	width: 66px;
	height: 679px;
}
#screen_1 .scroll_line_block .part{
	position: absolute;
}
#screen_1 .scroll_line_block .part_top{
	top: 0;
	left: 0;
	height: 66px;
	width: 0;
}
#screen_1 .scroll_line_block .part_top.draw{
	width: 66px;
}
#screen_1 .scroll_line_block .part_top > *{
	position: absolute;
}
#screen_1 .scroll_line_block .part_top .romb{
	top: 10px;
    left: 10px;
    width: 45px;
    height: 45px;
	background: rgba(212,184,111,0.3);
	
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#screen_1 .scroll_line_block .part_text{
	top: 0;
    left: -12px;
    width: 93px;
    height: 66px;
    margin: 0;
	
	font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 66px;
	letter-spacing: 0.2em;
}
#screen_1 .scroll_line_block .part_top_before{
	position: absolute;
    top: -4px;
    left: 50%;
    width: 5px;
    height: 15px;
	margin-left: -3px;
    background: url(../img/decor/scroll_line_white_recs_top.svg) no-repeat 0.4px 0 / 5px 15px;
}
#screen_1 .scroll_line_block .part_top_before.prepare{
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
#screen_1 .scroll_line_block .part_top_after{
	position: absolute;
    top: 54px;
    left: 50%;
    width: 5px;
    height: 15px;
	margin-left: -3px;
    background: url(../img/decor/scroll_line_white_recs_bottom.svg) no-repeat 0.4px 0 / 5px 15px;
}
#screen_1 .scroll_line_block .part_top_after.prepare{
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
#screen_1 .scroll_line_block .part_main_line{
	top: 67px;
	left: 50%;
	width: 1px;
	height: 0;
	margin-left: -1px;
}
.scren_1_main_line.open_from_y{
	-webkit-transition: height 2.7s ease;
	transition: height 2.7s ease;
}
#screen_1 .scroll_line_block .part_main_line.draw{
	height: 612px;
}
#screen_1 .scroll_line_block .part_main_line::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 612px;
	background: url(../img/decor/scroll_line_main_line.png) no-repeat 50% 0 / 1px 100%;
}
#screen_1 .scroll_line_block .part_lines{
	top: 110px;
	left: 10px;
	width: 45px;
	height: 268px;
	background: url(../img/decor/scroll_line_lines.png) no-repeat 50% 0 / 100% 100%;
}
#screen_1 .left_line_block{
	position: absolute;
	top: 450px;
	left: 75px;
	width: 1px;
	height: 0;
}
.scren_1_left_line.open_from_y{
	-webkit-transition: height 6s ease;
	transition: height 6s ease;
}
#screen_1 .left_line_block.draw{
	height: 612px;
}
#screen_1 .left_line_block::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 612px;
	background: url(../img/decor/scroll_line_main_line.png) no-repeat 50% 0 / 1px 100%;
}
#screen_1 .stamp{
	z-index: 2;
	top: 1100px;
	left: 75px;
}
#screen_1 .side_decor_text.left{
	top: 535px;
}
#screen_1 .side_decor_text.right{
	top: 584px;
}

@media (min-width: 992px){
	#screen_1{
		overflow: hidden;
	}
}

@media (max-width: 1190px){
	#screen_1 .screen_inner{
		height: 1500px;
	}
	#screen_1 .screen_inner .absolute_element:nth-child(2){
		top: 611px;
		left: 265px;
	}
	#screen_1 .screen_inner .absolute_element:nth-child(5){
		left: 511px;
	}
	#screen_1 .screen_inner .absolute_element:nth-child(6),
	#screen_1 .screen_inner .absolute_element:nth-child(8){
		left: 512px;
		
		-webkit-transform: none !important;
		transform: none !important;
	}
	#screen_1 .screen_inner .absolute_element:nth-child(7){
		left: 635px;
	}
	#screen_1 .screen_inner .absolute_element:nth-child(8){
		margin-top: 25px;
	}
	#screen_1 .scroll_line_block{
		right: 85px;
	}
}

@media (max-width: 991px){
	#screen_1 .screen_inner{
		height: auto;
		padding-top: 100px;
		padding-bottom: 40px;
	}
	#screen_1 .screen_inner .absolute_element{
		position: static;
	}
	#screen_1 .screen_inner .absolute_element:nth-child(1){
		margin-bottom: 25px;
	}
	#screen_1 .screen_inner .absolute_element:nth-child(2){
		margin-bottom: 50px;
		
		-webkit-transform: none;
		transform: none;
	}
	#screen_1 .screen_inner .absolute_element:nth-child(4){
		margin: 0 auto 45px;
		width: 100%;
		max-width: 577px;
		height: auto;
	}
	#screen_1 .scroll_line_block,
	#screen_1 .left_line_block{
		display: none;
	}
	#screen_1 .stamp{
		top: auto;
		bottom: 245px;
		left: calc(50% + 195px);
	}
}

@media (max-width: 800px){
	#screen_1 .stamp{
		display: none;
	}
}

@media (max-width: 767px){
	#screen_1 .screen_inner .absolute_element:nth-child(1){
		margin-bottom: 15px;
	}
	#screen_1 .screen_inner .absolute_element:nth-child(2){
		margin-bottom: 40px;
	}
}

@media (max-width: 400px){
	#screen_1 .screen_inner .absolute_element:nth-child(6) br{
		display: none;
	}
}

/*BEGIN #screen_2*/
#screen_2{
	position: relative;
	background: #fff;
}
#screen_2::before{
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 70px;
	background: #0d0d0d;
}
#screen_2 .screen_inner{
	z-index: 2;
	height: 927px;
	padding-top: 47px;
}
#screen_2 .switch_block{
	position: absolute;
	top: 141px;
}
#screen_2  .decor_screen{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#screen_2 .decor_screen[data-tab=about_school]{
	background: #fff;
}
#screen_2 .decor_screen[data-tab=about_yossi]{
	background: #efeff0;
}
#screen_2 .decor_screen .top_decor{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 280px;
	
	-webkit-transition: width 0.6s ease-out;
	transition: width 0.6s ease-out;
}
#screen_2 .decor_screen .top_decor.prepare{
	width: 0;
}
#screen_2 .decor_screen .bottom_decor{
	position: absolute;
	top: 280px;
	left: 0;
	width: 50%;
	height: calc(100% - 280px);
	
	-webkit-transition: width 0.6s ease-out;
	transition: width 0.6s ease-out;
}
#screen_2 .decor_screen .bottom_decor.prepare{
	width: 0;
}
#screen_2 .decor_screen[data-tab=about_school] .top_decor,
#screen_2 .decor_screen[data-tab=about_school] .bottom_decor{ 
	background: #efeff0;
}
#screen_2 .decor_screen[data-tab=about_yossi] .top_decor,
#screen_2 .decor_screen[data-tab=about_yossi] .bottom_decor{ 
	background: #fff;
}
#screen_2 .about_us_content{
	position: relative;
	padding-top: 60px;
}
#screen_2 .about_us_content .left_part{
	width: 370px;
}
#screen_2 .about_us_content .left_part .pre_title{
	margin-bottom: 20px;
	
	font-family: "Proxima Nova Bold";
	font-size: 1rem;
	color: #d4b86f;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 0.9em;
}
#screen_2 .about_us_content .left_part .text_paragraph{
	margin-bottom: 40px;
}
#screen_2 .about_us_content .left_part .text_paragraph.small_margin{
	margin-bottom: 25px;
}
#screen_2 .about_us_content .right_part{
	position: absolute;
	top: 60px;
	right: 0;
	width: 750px;
	height: 715px;
}
#screen_2 .about_us_content .right_part.white{
	background: #fff;
}
#screen_2 .about_us_content .right_part.pink{
	background: #efeff0;
}
#screen_2 .about_us_content .right_part .decor_num{
	position: absolute;
	top: -12px;
	right: 180px;
	width: 146px;
	height: 74px;
}
#screen_2 .about_us_content .right_part .decor_num_1{
	background: url(../img/decor/decor_01.png);
}
#screen_2 .about_us_content .right_part .decor_num_2{
	background: url(../img/decor/decor_02.png);
}
#screen_2 .about_us_content .right_part .left_img{
	position: absolute;
	top: 0;
	left: 65px;
}
#screen_2 .about_us_content .right_part .frame_block{
	position: absolute;
	top: 35px;
	right: -15px;
	width: 733px;
	height: 535px;
}
#screen_2 .about_us_content .right_part .frame_block div{
	position: absolute;
	background: #d4b86f;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
#screen_2 .about_us_content .right_part .frame_block div:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 4px;
}
#screen_2 .about_us_content .right_part .frame_block div:nth-child(2){
	top: 0;
	right: 0;
	width: 4px;
	height: 0;
}
#screen_2 .about_us_content .right_part .frame_block div:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 4px;
}
#screen_2 .about_us_content .right_part .frame_block div:nth-child(4){
	bottom: 0;
	left: 0;
	width: 4px;
	height: 0;
}
#screen_2 .about_us_content .right_part .frame_block.draw div:nth-child(1){
	width: 100%;
	
	-webkit-transition: all 0.3s ease-in 1.2s;
	transition: all 0.3s ease-in 1.2s;
}
#screen_2 .about_us_content .right_part .frame_block.draw div:nth-child(2){
	height: 100%;
	
	-webkit-transition: all 0.3s ease-in 1.5s;
	transition: all 0.3s ease-in 1.5s;
}
#screen_2 .about_us_content .right_part .frame_block.draw div:nth-child(3){
	width: 100%;
	
	-webkit-transition: all 0.3s ease-in 1.8s;
	transition: all 0.3s ease-in 1.8s;
}
#screen_2 .about_us_content .right_part .frame_block.draw div:nth-child(4){
	height: 100%;
	
	-webkit-transition: all 0.3s ease-in 2.1s;
	transition: all 0.3s ease-in 2.1s;
}
#screen_2 .about_us_content .right_part .text_block{
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	text-align: center;
}
#screen_2 .about_us_content .right_part .text_block .quotes{
	width: 40px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/content/quotes.png);
}
#screen_2 .about_us_content[data-tab=about_school] .right_part .text_block{
	top: 70px;
}
#screen_2 .about_us_content[data-tab=about_yossi] .right_part .text_block{
	top: 110px;
}
#screen_2 .about_us_content .right_part .right_img{
	position: absolute;
	bottom: 0;
	right: 0;
}
#screen_2 .about_us_content .right_part .bottom_decor{
	position: absolute;
	bottom: 70px;
	left: 135px;
	width: 73px;
	height: 5px;
}
#screen_2 .about_us_content[data-tab=about_school] .right_part .bottom_decor{
	background: url(../img/decor/screen_2_right_part_bottom_decor_1.png);
}
#screen_2 .about_us_content[data-tab=about_yossi] .right_part .bottom_decor{
	background: url(../img/decor/screen_2_right_part_bottom_decor_2.png);
}

@media (max-width: 1190px){
	#screen_2 .screen_inner{
		height: 1046px;
	}
	#screen_2::before{
		display: none;
	}
	#screen_2 .title_block .title_type_2{
		/*position: relative;
		display: inline-block;*/
		line-height: 81px;
		
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#screen_2 .switch_block{
		position: relative;
		top: 0;
		margin-top: 40px;
	}
}

@media (max-width: 1190px) and (min-width: 992px){
	#screen_2 .about_us_content .right_part{
		width: 580px;
	}
	#screen_2 .about_us_content .right_part .white_shadow{
		position: absolute;
		top: 0;
		right: 0;
		width: 260px;
		height: 100%;
	}
	#screen_2 .about_us_content .right_part .white_shadow.white{
		background: rgba(255,255,255,0);
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 26%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(26%, rgba(255,255,255,0.64)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 26%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 26%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 26%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 26%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	}
	#screen_2 .about_us_content .right_part .white_shadow.pink{
		background: rgba(252,239,232,0);
		background: -moz-linear-gradient(left, rgba(252,239,232,0) 0%, rgba(252,239,232,0.64) 26%, rgba(252,239,232,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,239,232,0)), color-stop(26%, rgba(252,239,232,0.64)), color-stop(100%, rgba(252,239,232,1)));
		background: -webkit-linear-gradient(left, rgba(252,239,232,0) 0%, rgba(252,239,232,0.64) 26%, rgba(252,239,232,1) 100%);
		background: -o-linear-gradient(left, rgba(252,239,232,0) 0%, rgba(252,239,232,0.64) 26%, rgba(252,239,232,1) 100%);
		background: -ms-linear-gradient(left, rgba(252,239,232,0) 0%, rgba(252,239,232,0.64) 26%, rgba(252,239,232,1) 100%);
		background: linear-gradient(to right, rgba(252,239,232,0) 0%, rgba(252,239,232,0.64) 26%, rgba(252,239,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeff0', endColorstr='#efeff0', GradientType=1 );
	}
	#screen_2 .about_us_content .right_part .text_block{
		width: 260px;
	}
	#screen_2 .about_us_content .right_part .decor_num{
		display: none;
	}
	#screen_2 .about_us_content .right_part .left_img{
		left: 0;
	}
	#screen_2 .about_us_content .right_part .frame_block{
		width: 580px;
	}
	#screen_2 .about_us_content .right_part .bottom_decor{
		left: 55px;
	}
}

@media (max-width: 1020px){
	#screen_2 .about_us_content .left_part{
		width: 350px;
	}
}

@media (max-width: 991px){
	#screen_2 .decor_screen .top_decor{
		height: 360px;
	}
	#screen_2 .decor_screen .bottom_decor{
		top: 360px;
		width: 100%;
		height: calc(100% - 360px);
	}
	#screen_2 .screen_inner{
		height: auto;
	}
	#screen_2 .about_us_content .left_part{
		width: 100%;
		max-width: 767px;
	}
	#screen_2 .about_us_content .left_part br{
		display: none;
	}
	#screen_2 .about_us_content .right_part{
		position: relative;
		top: 0;
		right: auto;
		width: 753px;
		margin: 50px auto 0;
	}
	#screen_2 .about_us_content .right_part .decor_num{
		top: -25px;
	}
	#screen_2 .about_us_content .right_part .left_img{
		top: 30px;
		left: 15px;
	}
	#screen_2 .about_us_content .right_part .frame_block{
		top: 65px;
		right: -13px;
	}
	#screen_2 .about_us_content[data-tab=about_school] .right_part .text_block{
		top: 92px;
		right: 30px;
	}
	#screen_2 .about_us_content[data-tab=about_yossi] .right_part .text_block{
		top: 120px;
		right: 30px;
	}
	#screen_2 .about_us_content .right_part .right_img{
		bottom: 15px;
		right: 15px;
	}
	#screen_2 .about_us_content .right_part .bottom_decor{
		bottom: 40px;
	}
}

@media (max-width: 767px){
	#screen_2 .title_block .title_type_2{
		line-height: 1.1em;
	}
	#screen_2 .decor_screen .top_decor{
		height: 320px;
	}
	#screen_2 .decor_screen .bottom_decor{
		top: 320px;
		width: 100%;
		height: calc(100% - 320px);
	}
	#screen_2 .about_us_content .right_part{
		position: static;
		width: 100%;
		height: auto;
		padding: 15px 15px 1px 15px;
	}
	#screen_2 .about_us_content .right_part .decor_num,
	#screen_2 .about_us_content .right_part .frame_block{
		display: none;
	}
	#screen_2 .about_us_content .right_part .left_img,
	#screen_2 .about_us_content .right_part .right_img{
		position: static;
		display: block;
		margin: 0 auto 35px;
		width: 100%;
		max-width: 390px;
		height: auto;
	}
	#screen_2 .about_us_content .right_part .text_block{
		position: static;
		height: auto;
		margin: 0 auto 35px;
	}
	#screen_2 .about_us_content .right_part .bottom_decor{
		display: none;
	}
}
/*END #screen_2*/

/*BEGIN #screen_3*/
#screen_3_margin_block{
	height: 70px;
	background: #1c1c1c;
}
#screen_3{
	position: relative;
	background: #1c1c1c;
}
#screen_3 .parallax_bg_block{
	top: -70px;
	height: calc(100% + 70px);
	background: url(../img/decor/screen_3_bg.png) no-repeat 50% 0;
}
#screen_3 .screen_inner{
	z-index: 2;
	position: relative;
	height: 1500px;
	padding-top: 105px;
}
#screen_3 .title_block .title_text_block .line_decor.left{
	background: url(../img/decor/screen_3_title_bg_left.png) no-repeat 0 50%;
}
#screen_3 .title_block .title_text_block .line_decor.right{
	background: url(../img/decor/screen_3_title_bg_right.png) no-repeat 100% 50%;
}
#screen_3 .content_block{
	position: relative;
	margin-top: 100px;
}
#screen_3 .content_block > *{
	position: absolute;
}
#screen_3 .content_block > .animated_element:nth-child(1){
	top: -6px;
	left: 0;
}
#screen_3 .content_block > .animated_element:nth-child(2){
	z-index: 1;
	top: 0;
	left: 50%;
	margin-left: -180px;
}
#screen_3 .content_block > .animated_element:nth-child(3){
	position: absolute;
	top: 0;
	left: calc(50% + 159px);
	width: 106px;
	height: 730px;
	background: url(../img/content/screen_3_img_1_1.png);
}
#screen_3 .content_block > .text_type_3.animated_element:nth-child(4){
	top: 180px;
	left: 0;
	font-size: 2.2rem;
	color: #d4b86f;
	line-height: 1.5em;
}
#screen_3 .content_block > .animated_element:nth-child(5){
	top: 419px;
	left: 0;
}
#screen_3 .content_block > .animated_element:nth-child(7){
	top: 0;
	right: 0;
	width: 260px;
	height: 390px;
}
#screen_3 .content_block > .animated_element:nth-child(8){
	top: 880px;
	left: 50%;
	width: 420px;
	margin-left: -200px;
	text-align: center;
}
#screen_3 .side_decor_text_wrapper{
	position: absolute;
	top: 975px;
	right: 2px;
}
#screen_3 .side_decor_text_wrapper .side_decor_text.right{
	top: 0;
}
#screen_3 .left_line_block{
    position: absolute;
    top: 330px;
    left: 360px;
	width: 1px;
	height: 0;
	
	-webkit-transition: height 6s ease;
    transition: height 6s ease;
}
#screen_3 .left_line_block.draw{
    height: 612px;
}
#screen_3 .left_line_block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 612px;
    background: url(../img/decor/scroll_line_main_line.png) no-repeat 50% 0 / 1px 100%;
}
#screen_3 .screen_3_scroll_btn{
	z-index: 2;
	position: absolute;
	top: 615px;
	left: 50%;
	width: 420px;
	height: 56px;
	margin-left: -210px;
	cursor: pointer;
}
#screen_3 .screen_3_scroll_btn::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d4b86f;
	
	-webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
#screen_3 .screen_3_scroll_btn span{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
    font-family: "Proxima Nova Bold";
    font-size: 1.2rem;
    color: #0d0d0d;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 57px;
	pointer-events: none;
}
#screen_3_bottom_line{
	z-index: 2;
	position: absolute;
	top: 3810px;
	left: 50%;
	width: 9px;
	height: 0;
	margin-left: -4px;
	overflow: hidden;
	pointer-events: none;
	
	-webkit-transition: height 3s ease;
	transition: height 3s ease;
}
#screen_3_bottom_line.draw{
	height: 299px;
}
#screen_3_bottom_line::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 299px;
    background: url(../img/decor/screen_3_bottom_line.png) no-repeat 50% 0 / 9px 299px;
}

@media (min-width: 1251px){
	#screen_3 .screen_3_scroll_btn:hover::before{
		background: #fff;
	}
}

@media (max-width: 1190px){
	#screen_3_margin_block{
		display: none;
	}
	#screen_3 .screen_inner{
		height: 1430px;
	}
	#screen_3 .content_block > .animated_element:nth-child(1),
	#screen_3 .content_block > .animated_element:nth-child(4){
		width: 270px;
	}
	#screen_3 .content_block > .animated_element:nth-child(1) br,
	#screen_3 .content_block > .animated_element:nth-child(4) br{
		display: none;
	}
	#screen_3 .content_block > .text_type_3.animated_element:nth-child(4){
		top: 186px;
		font-size: 1.9rem;
	}
	#screen_3 .content_block > .animated_element:nth-child(3),
	#screen_3 .left_line_block,
	#screen_3_bottom_line{
		display: none;
	}
	#screen_3 .content_block > .animated_element:nth-child(8){
		top: 850px;
	}
	#screen_3 .side_decor_text{
		display: block;
	}
	#screen_3 .screen_3_scroll_btn{
		width: 400px;
		margin-left: -200px;
	}
}

@media (max-width: 991px){
	#screen_3 .dark_rect_block{
		height: 485px;
	}
	#screen_3 .screen_inner{
		height: auto;
		padding-top: 70px;
	}
	#screen_3 .content_block{
		margin-top: 65px;
	}
	#screen_3 .content_block > *{
		position: static;
		display: block;
		margin-left: auto !important;
		margin-right: auto;
		margin-bottom: 50px;
		width: 100%;
		max-width: 360px;
		text-align: center;
	}
	#screen_3 .content_block > *.desktop,
	#screen_3 .left_line_block,
	#screen_3 .screen_3_scroll_btn{
		display: none;
	}
	#screen_3 .content_block > .animated_element:nth-child(6){
		margin-bottom: 15px;
	}
	#screen_3 .content_block > .animated_element:nth-child(7){
		width: 100%;
		max-width: 360px;
		height: auto;
	}
	#screen_3 .content_block > .animated_element:nth-child(8){
		width: 100%;
	}
	#screen_3 .content_block > .animated_element:nth-child(8) br{
		display: none;
	}
	#screen_3 .side_decor_text_wrapper{
		top: 930px;
	}
}

@media (max-width: 767px){
	#screen_3 .dark_rect_block{
		height: 460px;
	}
}

@media (max-width: 550px){
	#screen_3 .dark_rect_block{
		height: 515px;
	}
	#screen_3 .animated_letters_move .nb{
		display: block;
		height: 0;
	}
}

@media (max-width: 500px){
	#screen_3 .side_decor_text{
		display: none;
	}
}

@media (max-width: 380px){
	#screen_3 .dark_rect_block{
		height: 425px;
	}
	#screen_3 .title_type_2{
		font-size: 4.2rem;
	}
	#screen_3 .content_block{
		margin-top: 40px;
	}
}
/*END #screen_3*/

/*BEGIN #screen_4*/
#screen_4{
	background: #fff;
}
#screen_4 .screen_inner{
	height: 400px;
	background: #efeff0;
}
#screen_4 .custom_slider_type_1{
	width: 100%;
	max-width: 1000px;
	height: 400px;
	margin: auto;
}
#screen_4 .custom_slider_type_1 .slide_wrapper,
#screen_4 .custom_slider_type_1 .slider_curtain_block{
	top: -43px;
	left: 0;
	width: 487px;
	height: 490px;
}
#screen_4 .custom_slider_type_1 .slider_nav_block{
	top: 50px;
	left: 575px;
}
#screen_4 .custom_slider_type_1 .slide_content_block{
	top: 110px;
	left: 585px;
	width: 400px;
}
#screen_4 .custom_slider_type_1 .slide{
	width: 487px;
	height: 490px;
}
#screen_4 .custom_slider_type_1 .slide img{
	width: 487px;
	height: 490px;
}
#screen_4 .custom_slider_type_1 .slide_content_block .slide_content .content_num{
	position: absolute;
	top: -250px;
    left: -630px;
	margin: 0;
	
	font-family: "Theano Didot";
	font-size: 16rem;
	color: transparent;
	line-height: 0.9em;
	
	-webkit-text-stroke: 1px #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    #screen_4 .custom_slider_type_1 .slide_content_block .slide_content .content_num{
		color: #fff;
	}
}

@media (max-width: 1190px){
	#screen_4 .custom_slider_type_1 .slider_nav_block{
		left: 515px;
	}
	#screen_4 .custom_slider_type_1 .slide_content_block{
		left: 520px;
	}
	#screen_4 .custom_slider_type_1 .slide_content_block .slide_content .content_num{
		display: none;
	}
}

@media (max-width: 991px){
	#screen_4 .screen_inner{
		height: 392px;
	}
	#screen_4 .custom_slider_type_1{
		height: 392px;
	}
	#screen_4 .custom_slider_type_1 .slide_wrapper,
	#screen_4 .custom_slider_type_1 .slider_curtain_block{
		top: 15px;
		left: 15px;
		width: 360px;
		height: 362px;
	}
	#screen_4 .custom_slider_type_1 .slide{
		top: 0;
		left: 0;
		width: 360px;
		height: 362px;
	}
	#screen_4 .custom_slider_type_1 .slide img{
		width: 360px;
		height: 362px;
	}
	#screen_4 .custom_slider_type_1 .slider_nav_block{
		left: 400px;
	}
	#screen_4 .custom_slider_type_1 .slide_content_block{
		top: 105px;
		left: 402px;
		width: 320px;
	}
	#screen_4 .custom_slider_type_1 .slide_content_block .slide_content .text_type_2{
		margin-bottom: 10px;
		font-size: 2.4rem;
		line-height: 1.3em;
	}
}

@media (max-width: 767px){
	#screen_4{
		background: #efeff0;
	}
	#screen_4 .screen_inner{
		height: auto;
		padding: 40px 0;
		background: none;
	}
	#screen_4 .custom_slider_type_1 .slide_wrapper,
	#screen_4 .custom_slider_type_1 .slider_curtain_block{
		padding-bottom: 100%;
	}
	#screen_4  .custom_slider_type_1 .slide_content_block{
		margin-top: 32px;
	}
	#screen_4 .custom_slider_type_1 .slider_nav_block{
		margin: 35px auto 0;
	}
}
/*END #screen_4*/

/*BEGIN #screen_5*/
#screen_5{
	position: relative;
	background: #1c1c1c;
}
#screen_5 .parallax_bg_block{
	top: 0;
	height: 100%;
	background: url(../img/decor/screen_5_bg.png) no-repeat 50% 0;
}
#screen_5 .screen_inner{
	z-index: 2;
	position: relative;
	height: 880px;
	padding-top: 150px;
}
#screen_5 .title_block .title_text_block .line_decor.left{
	background: url(../img/decor/screen_5_title_bg_left.png) no-repeat 0 50%;
}
#screen_5 .title_block .title_text_block .line_decor.right{
	background: url(../img/decor/screen_5_title_bg_right.png) no-repeat 100% 50%;
}
#screen_5 .title_block .title_text_block.animated_element.draw .line_decor{
    -webkit-transition: width 13.8s ease-out;
    transition: width 13.8s ease-out;
}
#screen_5 .side_decor_text_wrapper{
	position: absolute;
	top: 220px;
	right: 2px;
}
#screen_5 .side_decor_text_wrapper .side_decor_text.right{
	top: 0;
}
#screen_5 .content_block{
	position: relative;
	margin-top: 56px;
}
#screen_5 .custom_slider_type_1.first{
	width: 100%;
	max-width: 360px;
	height: 500px;
	margin: auto;
}
#screen_5 .custom_slider_type_1.first::after{
	content: "";
	position: absolute;
	top: 100%;
	width: 100%;
	height: 80px;
	background: #0d0d0d;
}
#screen_5 .custom_slider_type_1.first .slide_wrapper,
#screen_5 .custom_slider_type_1.first .slider_curtain_block{
	top: 0;
	left: 0;
	width: 360px;
	height: 500px;
}
#screen_5 .custom_slider_type_1.first .slider_nav_block{
	z-index: 1;
	top: 520px;
	left: 50%;
	
	-webkit-transform: translateX(-85px);
	transform: translateX(-85px);
}
#screen_5 .custom_slider_type_1.first .slide{
	width: 360px;
	height: 500px;
}
#screen_5 .custom_slider_type_1.first .slide img{
	width: 360px;
	height: 500px;
}
#screen_5 .custom_slider_type_1.second{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 263px;
	height: 342px;
}
#screen_5 .custom_slider_type_1.second::after{
	content: "";
	position: absolute;
	top: 100%;
	width: 100%;
	height: 80px;
	background: #0d0d0d;
	display: none;
}
#screen_5 .custom_slider_type_1.second .slide_wrapper,
#screen_5 .custom_slider_type_1.second .slider_curtain_block{
	top: 0;
	left: 0;
	width: 263px;
	height: 342px;
}
#screen_5 .custom_slider_type_1.second .slider_nav_block{
	z-index: 1;
	top: 362px;
	left: 50%;
	display: none;
	
	-webkit-transform: translateX(-85px);
	transform: translateX(-85px);
}
#screen_5 .custom_slider_type_1.second .slide{
	width: 263px;
	height: 342px;
}
#screen_5 .custom_slider_type_1.second .slide img{
	width: 263px;
	height: 342px;
}
#screen_5 .custom_slider_type_1.third{
	position: absolute;
	bottom: 80px;
	right: 0;
	width: 100%;
	max-width: 261px;
	height: 420px;
}
#screen_5 .custom_slider_type_1.third::after{
	content: "";
	position: absolute;
	top: 100%;
	width: 100%;
	height: 80px;
	background: #0d0d0d;
	display: none;
}
#screen_5 .custom_slider_type_1.third .slide_wrapper,
#screen_5 .custom_slider_type_1.third .slider_curtain_block{
	top: 0;
	left: 0;
	width: 261px;
	height: 420px;
}
#screen_5 .custom_slider_type_1.third .slider_nav_block{
	z-index: 1;
	top: 440px;
	left: 50%;
	display: none;
	
	-webkit-transform: translateX(-85px);
	transform: translateX(-85px);
}
#screen_5 .custom_slider_type_1.third .slide{
	width: 261px;
	height: 420px;
}
#screen_5 .custom_slider_type_1.third .slide img{
	width: 261px;
	height: 420px;
}
#screen_5 .left_line_block{
    position: absolute;
    top: 350px;
    left: 360px;
    width: 1px;
    height: 0;
	
    -webkit-transition: height 6s ease;
    transition: height 6s ease;
}
#screen_5 .left_line_block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 530px;
    background: url(../img/decor/scroll_line_main_line.png) no-repeat 50% 0 / 1px 100%;
}
#screen_5 .left_line_block.draw{
    height: 530px;
}
#screen_5 .stamp{
	z-index: 2;
    top: 707px;
    right: 166px;
}

@media (max-width: 1190px){
	#screen_5 .left_line_block,
	#screen_5 .stamp{
		display: none;
	}
}

@media (max-width: 991px){
	#screen_5 .screen_inner{
		padding-bottom: 130px;
	}
	#screen_5 .dark_rect_block{
		height: 460px;
	}
	#screen_5 .parallax_bg_block{
		background: url(../img/decor/screen_5_bg.png) no-repeat 50% -80px;
	}
	#screen_5 .screen_inner{
		height: auto;
		padding-top: 70px;
	}
	#screen_5 .animated_letters_move .nb{
		display: block;
		height: 0;
	}
	#screen_5 .custom_slider_type_1.second,
	#screen_5 .custom_slider_type_1.third{
		display: none;
	}
}

@media (max-width: 767px){
	#screen_5 .dark_rect_block{
		height: 385px;
	}
	#screen_5 .screen_inner{
		padding-bottom: 50px;
	}
	#screen_5 .custom_slider_type_1.first .slide_wrapper,
	#screen_5 .custom_slider_type_1.first .slider_curtain_block{
		padding-bottom: 138%;
	}
	#screen_5 .custom_slider_type_1 .slider_nav_block{
		margin: 15px auto 0;
	}
	#screen_5 .custom_slider_type_1.first::after{
		display: none;
	}
}
/*END #screen_5*/

/*BEGIN #screen_6*/
#screen_6{
	position: relative;
	background: #fff;
}
#screen_6 .decor_bg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #efeff0;
	
	-webkit-transition: width 0.6s ease-out;
    transition: width 0.6s ease-out;
}
#screen_6 .decor_bg.draw{
	width: 50%;
}
#screen_6 .screen_inner{
	padding: 190px 0 15px 0;
}
#screen_6 .content_block{
	margin-top: 70px;
}
#screen_6 .content_block .course_block{
	position: relative;
	margin-bottom: 40px;
	
	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;
}
#screen_6 .course_block .part_left,
#screen_6 .course_block .part_right{
	width: 50%;
	padding-top: 15px;
}
#screen_6 .course_block .part_left{
	position: relative;
}
#screen_6 .course_block .part_left::before{
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	background: url(../img/decor/screen_6_course_left_part.png) no-repeat 100% 0;
}
#screen_6 .course_block .part_left .content{
	z-index: 1;
	position: relative;
}
#screen_6 .course_block .pre_title{
	display: inline-block;
    font-family: "Proxima Nova Bold";
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 0.9em;
}
#screen_6 .course_block .left_pre_title{
	position: relative;
	margin-bottom: 20px;
}
#screen_6 .course_block .part_left .content img{
	position: relative;
	left: 75px;
}
#screen_6 .course_block .left_pre_title::after{
	content: "";
	position: absolute;
	top: 42%;
	left: calc(100% + 15px);
	width: calc(570px - 100% + 45px);
	height: 1px;
	background: #0d0d0d;
}
#screen_6 .course_block .part_right{
	padding-left: 80px;
	padding-bottom: 30px;
}
#screen_6 .course_block .part_right .attention{
	background: #efeff0;
}
#screen_6 .course_block .part_right .cta_btn{
	margin-top: 35px;
}

@media (min-width: 992px){
	#screen_6 .course_block .part_right .text_paragraph{
		margin-bottom: 30px;
	}
}

@media (max-width: 1190px){
	#screen_6 .animated_letters_move .nb_1{
		display: block;
		height: 0;
	}
	#screen_6 .course_block .left_pre_title::after{
		display: none;
	}
	#screen_6 .course_block .part_left{
		padding-left: 15px;
	}
	#screen_6 .course_block .part_left .content img{
		left: 0;
		width: calc(100% - 30px);
		max-width: 509px;
		height: auto;
	}
	#screen_6 .course_block .part_right{
		padding-left: 30px;
	}
}

@media (max-width: 991px){
	#screen_6 .screen_inner{
		padding-top: 70px;
	}
	#screen_6 .content_block .course_block:last-child{
		margin-bottom: 0;
	}
}

@media (max-width: 767px){
	#screen_6 .screen_inner{
		padding-bottom: 0;
	}
	#screen_6 .content_block .course_block{
		display: block;
	}
	#screen_6 .course_block .part_left{
		width: 100%;
		padding: 0;
	}
	#screen_6 .course_block .part_left::before{
		display: none;
	}
	#screen_6 .course_block .part_left .content{
		text-align: center;
	}
	#screen_6 .course_block .part_left .content img{
		width: 100%;
	}
	#screen_6 .course_block .part_right{
		position: relative;
		left: -15px;
		width: calc(100% + 30px);
		margin-top: 30px;
		padding: 30px 15px;
		background: #fff;
	}
}

@media (max-width: 550px){
	#screen_6 .animated_letters_move .nb_2{
		display: block;
		height: 0;
	}
}
/*END #screen_6*/

/*BEGIN #screen_7*/
#screen_7{
	background: #fff;
}
#screen_7 .screen_inner{
	padding: 90px 0;
}
#screen_7 .text_type_2{
	text-align: center;
}
#screen_7 .form_course{
	margin-top: 50px;
}
#screen_7 .input_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;
}
#screen_7 .input_block .field_wrapper{
	width: 25%;
	max-width: 250px;
}
#screen_7 .form_course .form_go{
	margin: 50px auto 0;
}

@media (max-width: 1190px) and (min-width: 992px){
	#screen_7 .input_block .field_wrapper{
		max-width: 265px;
		padding: 0 7.5px;
	}
	#screen_7 .input_block .field_wrapper::before,
	#screen_7 .input_block .field_wrapper::after{
		content: "";
		z-index: 1;
		position: absolute;
		top: 0;
		width: 7.5px;
		height: 100%;
		background: #fff;
	}
	#screen_7 .input_block .field_wrapper::before{
		left: 0;
	}
	#screen_7 .input_block .field_wrapper::after{
		right: 0;
	}
}

@media (max-width: 1190px){
	#screen_7 .screen_inner{
		padding: 70px 0;
	}
}

@media (max-width: 991px){
	#screen_7 .text_type_2{
		font-size: 2.4rem;
	}
	#screen_7 .form_course{
		width: 100%;
		max-width: 360px;
		margin: 50px auto 0;
	}
	#screen_7 .input_block{
		display: block;
	}
	#screen_7 .input_block .field_wrapper{
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}

@media (max-width: 767px){
	#screen_7 .screen_inner{
		padding: 55px 0 70px 0;
	}
}
/*END #screen_7*/

/*BEGIN #screen_8*/
#screen_8{
	position: relative;
	height: 600px;
	background: #fff;
}
#screen_8 .decor_bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 480px;
    width: 0;
    background: #efeff0;
	
    -webkit-transition: width 0.6s ease-out;
    transition: width 0.6s ease-out;
}
#screen_8 .decor_bg.draw{
    width: 50%;
}
#screen_8 .screen_inner{
	padding-top: 90px;
}
#screen_8 .title_block .title_text_block .line_decor.left{
    background: url(../img/decor/screen_8_title_bg_left.png) no-repeat 0 50%;
}
#screen_8 .title_block .title_text_block .line_decor.right{
    background: url(../img/decor/screen_8_title_bg_right.png) no-repeat 100% 50%;
}
#screen_8 .title_block .title_text_block.animated_element.draw .line_decor{
    -webkit-transition: width 8.1s ease-out;
    transition: width 8.1s ease-out;
}
#screen_8 .screen_inner .text_type_3:nth-child(2){
	position: absolute;
	top: 330px;
	left: 70px;
}
#screen_8 .screen_inner .text_type_3:nth-child(3){
	position: absolute;
	top: 330px;
	left: calc(50% + 70px);
}

@media (max-width: 1190px){
	#screen_8{
		height: auto;
	}
	#screen_8 .decor_bg{
		height: 100%;
	}
	#screen_8 .screen_inner{
		padding-bottom: 65px;
	}
	#screen_8 .screen_inner .text_type_3:nth-child(2),
	#screen_8 .screen_inner .text_type_3:nth-child(3){
		position: static;
		text-align: center;
	}
	#screen_8 .screen_inner .text_type_3:nth-child(2){
		margin-top: 40px;
		margin-bottom: 35px;
	}
}

@media (max-width: 767px){
	#screen_8 .screen_inner{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#screen_8 .screen_inner .text_type_3:nth-child(2),
	#screen_8 .screen_inner .text_type_3:nth-child(3){
		font-size: 2.4rem;
	}
	#screen_8 .screen_inner .text_type_3:nth-child(2){
		margin-bottom: 25px;
	}
}

@media (max-width: 550px){
	#screen_8 .animated_letters_move .nb{
		display: block;
		height: 0;
	}
	#screen_8 .screen_inner .text_type_3:nth-child(2) br,
	#screen_8 .screen_inner .text_type_3:nth-child(3) br{
		display: none;
	}
}
/*END #screen_8*/

/*BEGIN #screen_9*/
#screen_9{
	position: relative;
	margin-top: -125px;
	min-height: 540px;
	background: #1c1c1c;
}
#screen_9 .decor_bg_1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: #fff;
}
#screen_9 .decor_bg_2{
    position: absolute;
    top: 50px;
    left: 0;
    height: calc(100% - 50px);
    width: 0;
    background: #efeff0;
	
    -webkit-transition: width 0.6s ease-out;
    transition: width 0.6s ease-out;
}
#screen_9 .decor_bg_2.draw{
    width: 50%;
}
#screen_9 .screen_inner{
	padding-left: 70px;
	padding-bottom: 110px;
}
.form_question_chose{
	width: 310px;
	height: 50px;
	
	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;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.form_question_chose .question_btn{ 
	position: relative;
	height: 50px;
	cursor: pointer;
}
.form_question_chose .question_btn span{
	font-family: "Proxima Nova Bold";
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 52px;
	pointer-events: none;
}
.form_question_chose .question_btn::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #0d0d0d;
	pointer-events: none;
	
	-webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}
.form_question_chose .question_btn.active::after{
	width: 100%;
}
#screen_9 .form_question{
	width: 100%;
	max-width: 420px;
	margin-top: 40px;
}
#screen_9 .form_question .btn_block{
	margin-top: 55px;
}
#screen_9 .form_question .btn_block .form_go{
	float: right;
}
#screen_9 .right_part{
	position: absolute;
	top: 50px;
	right: 0;
	width: 0;
	width: 485px;
	height: 490px;
}
#screen_9 .right_part::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #efeff0;
	
	-webkit-transition: width 0.6s ease-out;
    transition: width 0.6s ease-out;
}
#screen_9 .right_part.draw::before{
	width: 100%;
	
}
#screen_9 .right_part .text_block{
	z-index: 1;
	position: relative;
	padding: 70px 15px 0 90px;
}
#screen_9 .right_part .pre_title{
	display: inline-block;
    font-family: "Proxima Nova Bold";
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 0.9em;
}
#screen_9 .right_part img{
	z-index: 1;
	position: relative;
	display: block;
	width: 100%;
	width: calc(100% - 30px);
	max-width: 458px;
	height: auto;
	margin: 61px auto 0;
}

@media (max-width: 1190px){
	#screen_9{
		margin-top: 0;
	}
	#screen_9 .screen_inner{
		padding-left: 30px;
	}
	#screen_9 .right_part{
		width: 430px;
	}
}

@media (max-width: 991px){
	#screen_9{
		min-height: 0;
		background: #fff;
	}
	#screen_9 .decor_bg_1{
		display: none;
	}
	#screen_9 .decor_bg_2{
		display: none;
	}
	#screen_9 .screen_inner{
		padding: 45px 0 0 0;
	}
	#screen_9 .form_question_chose{
		width: 100%;
		max-width: 360px;
		margin: auto;
	}
	#screen_9 .form_question_chose .question_btn{
		width: 50%;
		text-align: center;
	}
	#screen_9 .form_question{
		max-width: 360px;
		margin: 40px auto 0;
	}
	#screen_9 .form_question .btn_block{
		margin-top: 0;
	}
	#screen_9 .form_question .btn_block .form_go{
		float: none;
		margin: 50px auto 0;
	}
	#screen_9 .cta_btn.pink::after{
		background: #fff;
	}
	#screen_9 .right_part{
		position: static;
		width: 100%;
		height: auto;
		margin-top: 50px;
		padding: 30px 15px 15px 15px;
		background: #efeff0;
	}
	#screen_9 .right_part::before{
		display: none;
	}
	#screen_9 .right_part .text_block{
		width: 100%;
		max-width: 360px;
		margin: auto;
		padding: 0;
	}
	#screen_9 .right_part img{
		width: 100%;
		max-width: 360px;
		height: auto;
		margin: 30px auto 0;
	}
}
/*END #screen_9*/

/*BEGIN #footer*/
#footer{
	background: #1c1c1c;
}
#footer .screen_inner{
	padding: 130px 0 110px 0;
}
#footer .screen_inner .footer_figure{
	z-index: 1;
	position: relative;
	display: block;
	width: 100%;
	max-width: 448px;
	height: auto;
	margin: auto;
}
#footer .screen_inner .target_line{
	position: absolute;
	top: 330px;
	width: 0;
	height: 2px;
	background: #d4b86f;
	
	-webkit-transition: width 0.6s ease-out;
	transition: width 0.6s ease-out;
}
#footer .screen_inner .target_line.draw{
	width: 160px;
}
#footer .screen_inner .target_line.left{
	right: calc(50% + 152px);
}
#footer .screen_inner .target_line.right{
	left: calc(50% + 152px);
}
#footer .screen_inner .target_btn{
	position: absolute;
	top: 315px;
	height: 30px;
	
    font-family: "Proxima Nova Bold";
    font-size: 1.2rem;
	color: #d4b86f;
    text-transform: uppercase;
	text-align: center;
    letter-spacing: 0.1em;
    line-height: 32px;
}
#footer .screen_inner .target_btn.left{
	right: calc(50% + 330px);
}
#footer .screen_inner .target_btn.right{
	left: calc(50% + 330px);
}
#footer .bottom_logo{
	display: block;
    width: 166px;
    height: auto;
    margin: 160px auto 0;
}

@media (max-width: 991px){
	#footer .screen_inner .target_line,
	#footer .screen_inner .target_btn{
		display: none;
	}
}

@media (max-width: 767px){
	#footer .screen_inner{
		padding: 90px 0 130px 0;
	}
	#footer .bottom_logo{
		margin: 120px auto 0;
	}
}
/*END #footer*/

.animated_element,
.animated_element img{
	will-change: transform, opacity;
}
/*.animated_element.draw,
.animated_element.draw img{
	will-change: auto;
}*/