/*BEGIN FONTS*/
@font-face{
	font-family: "Gotham-Pro-Light";
	src: url("../fonts/Gotham-Pro-Light.eot");
	src: local("☺"), url("../fonts/Gotham-Pro-Light.woff") format("woff"), 
	url("../fonts/Gotham-Pro-Light.ttf") format("truetype"), 
	url("../fonts/Gotham-Pro-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Gotham-Pro-Bold";
	src: url("../fonts/Gotham-Pro-Bold.eot");
	src: local("☺"), url("../fonts/Gotham-Pro-Bold.woff") format("woff"), 
	url("../fonts/Gotham-Pro-Bold.ttf") format("truetype"),
	url("../fonts/Gotham-Pro-Bold.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: #dccdb9; }
p::-moz-selection { color: #fff;  background: #dccdb9; }
p::selection      { color: #fff;  background: #dccdb9; }
a::-moz-selection { color: #fff;  background: #dccdb9; }
a::selection      { color: #fff;  background: #dccdb9; }
li::-moz-selection { color: #fff;  background: #dccdb9; }
li::selection      { color: #fff;  background: #dccdb9; }
span::-moz-selection { color: #fff;  background: #dccdb9; }
span::selection      { color: #fff;  background: #dccdb9; }
h1::-moz-selection { color: #fff;  background: #dccdb9; }
h1::selection      { color: #fff;  background: #dccdb9; }
h2::-moz-selection { color: #fff;  background: #dccdb9; }
h2::selection      { color: #fff;  background: #dccdb9; }
h3::-moz-selection { color: #fff;  background: #dccdb9; }
h3::selection      { color: #fff;  background: #dccdb9; }
h3::-moz-selection { color: #fff;  background: #dccdb9; }
h3::selection      { color: #fff;  background: #dccdb9; }
td::-moz-selection { color: #fff;  background: #dccdb9; }
td::selection      { color: #fff;  background: #dccdb9; }
input::-moz-selection { color: #000 !important;  background: #dccdb9; }
input::selection      { color: #000 !important;  background: #dccdb9; }
textarea::-moz-selection { color: #000 !important;  background: #dccdb9; }
textarea::selection      { color: #000 !important;  background: #dccdb9; }

::-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: "Gotham-Pro-Light";
	color: #000;
}
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: #efefef;
	}
	body::-webkit-scrollbar-thumb{
	   background: #dccdb9; 
	}
}

@media (max-width: 1190px){
	.container{
		width: 100%;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN #preloader*/
#preloader{
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	background: #fff;
	overflow: hidden;
}
#preloader .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	opacity: 0;
	
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	
	-webkit-animation: simple_fade_in 2s 2s 1 ease-in-out forwards;
    animation: simple_fade_in 2s 2s 1 ease-in-out forwards;
}
#preloader .romb{
	width: 100%;
	height: 100%;
	background: #dccdb9;
	
	-webkit-animation: preloader_animation 8s 2s infinite cubic-bezier(.87,-0.45,.26,1.46) backwards;
    animation: preloader_animation 8s 2s infinite cubic-bezier(.87,-0.45,.26,1.46) backwards;
}

@-webkit-keyframes simple_fade_in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes simple_fade_in{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@-webkit-keyframes preloader_animation{
	0%{
        -webkit-transform: perspective(160px) rotateX(0) rotateY(0); 
		transform: perspective(160px) rotateX(0) rotateY(0);
	}
	20%{
		-webkit-transform: perspective(160px) rotateX(0) rotateY(0); 
		transform: perspective(160px) rotateX(0) rotateY(0);
	}
	35%{
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0); 
		transform: perspective(160px) rotateX(-180deg) rotateY(0);
	}
	45%{
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
	}
	55%{
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
	}
	65%{
		-webkit-transform: perspective(160px) rotateX(-360deg) rotateY(-180deg); 
		transform: perspective(160px) rotateX(-360deg) rotateY(-180deg);
	}
	75%{
		-webkit-transform: perspective(160px) rotateX(-360deg) rotateY(-360deg); 
		transform: perspective(160px) rotateX(-360deg) rotateY(-360deg);
	}
	90%{
		-webkit-transform: perspective(160px) rotateX(-360deg) rotateY(-360deg); 
		transform: perspective(160px) rotateX(-360deg) rotateY(-360deg);
	}
	100%{
		-webkit-transform: perspective(160px) rotateX(-360deg) rotateY(-360deg); 
		transform: perspective(160px) rotateX(-360deg) rotateY(-360deg);
	}
}
@keyframes preloader_animation{
	0%{
        -webkit-transform: perspective(160px) rotateX(0) rotateY(0); 
		transform: perspective(160px) rotateX(0) rotateY(0);
	}
	20%{
		-webkit-transform: perspective(160px) rotateX(0) rotateY(0); 
		transform: perspective(160px) rotateX(0) rotateY(0);
	}
	35%{
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0); 
		transform: perspective(160px) rotateX(-180deg) rotateY(0);
	}
	45%{
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
	}
	55%{
		-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
	}
	65%{
		-webkit-transform: perspective(160px) rotateX(-360deg) rotateY(-180deg); 
		transform: perspective(160px) rotateX(-360deg) rotateY(-180deg);
	}
	75%{
		-webkit-transform: perspective(160px) rotateX(-360deg) rotateY(-360deg); 
		transform: perspective(160px) rotateX(-360deg) rotateY(-360deg);
	}
	90%{
		-webkit-transform: perspective(160px) rotateX(-360deg) rotateY(-360deg); 
		transform: perspective(160px) rotateX(-360deg) rotateY(-360deg);
	}
	100%{
		-webkit-transform: perspective(160px) rotateX(-360deg) rotateY(-360deg); 
		transform: perspective(160px) rotateX(-360deg) rotateY(-360deg);
	}
}
/*END #preloader*/

/*BEGIN GENERAL ELEMENTS*/
.screen_inner{
	position: relative;
}
.content_block_type_1{
	position: relative;
}
.content_block_type_1 .text_block{
	z-index: 4;
	position: absolute;
}
.align_center{
	text-align: center;
}
.margin_center{
	margin-left: auto;
	margin-right: auto;
}
.brown_text{
	color: #cd927a;
}
.mb_25{
	margin-bottom: 25px;
}
.mb_40{
	margin-bottom: 35px;
}
.text_type_1{
	font-size: 1.6rem;
	line-height: 1.8em;
	letter-spacing: 0.04em;
}
.text_type_2,
.text_type_2_2{
	font-family: "Gotham-Pro-Bold";
	line-height: 1.6em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.text_type_2{
	font-size: 2.2rem;
}
.text_type_2_2{
	font-size: 2.6rem;
}
.text_type_3{
	font-family: "Gotham-Pro-Bold";
	font-size: 6rem;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.text_type_4{
	font-family: "Gotham-Pro-Bold";
	font-size: 4.8rem;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.text_type_5{
	font-family: "Gotham-Pro-Bold";
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
.text_type_1.caps_text{
	letter-spacing: 0.06em;
}
.animated_letters_move{
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.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;
	
    -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%);
}
.caps_text{
	text-transform: uppercase;
}
.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;
}
.open_block{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.open_block.from_right{
	right: 0;
}
.open_block.prepare{
	width: 0;
}
.open_block.draw{
	width: 100%;
	
	-webkit-transition: width 2.2s ease;
	transition: width 2.2s ease;
}
.open_picture{
	position: relative;
	display: inline-block;
}
.content_block_type_1 .open_picture{
	position: absolute;
}
.animated_picture_element{
	position: relative;
	overflow: hidden;
}
.animated_picture_element::before{
	content: "";
}
.animated_picture_element::before,
.animated_picture_element.wb .before_el{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	background: #f7f5ef;
	
	-webkit-transition: width 0.6s ease, left 0.6s ease 0.6s;
	transition: width 0.6s ease, left 0.6s ease 0.6s;
}
.animated_picture_element.wb::before{
	display: none;
}
.open_picture.draw .animated_picture_element::before,
.open_picture.draw .animated_picture_element.wb .before_el{
	width: 100%;
	left: 100%;
}
.animated_picture_wrapper{
	z-index: 2;
	position: relative;
	width: 0;
	overflow: hidden;
}
.animated_picture_wrapper img{
	height: auto;
}
.open_picture.draw .animated_picture_element .animated_picture_wrapper{
	width: 100%;
	
	-webkit-transition: width 0.6s ease 0.6s;
	transition: width 0.6s ease 0.6s;
}
.circle_decor{
	z-index: 3;
	position: absolute;
	width: 66px;
	height: 66px;
	background: url(../img/general/circle.svg) no-repeat 0 0 / 66px 66px;
}
.brown_rect_type_1{
	position: absolute;
	width: 200px;
	height: 222px;
	background: #dccdb9;
}
.side_decor_text_block{
	z-index: 0;
	position: absolute;
	
	font-family: "Gotham-Pro-Bold";
	font-size: 1em;
	color: #dccdb9;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	
	pointer-events: none;
}
.side_decor_text_block.left{
	left: -30px;
}
.side_decor_text_block.right{
	right: -30px;
}
.side_decor_text_block.left .side_decor_text{
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	
	-webkit-transform: rotate(-90deg) translateZ(0);
	transform: rotate(-90deg) translateZ(0);
}
.side_decor_text_block.right .side_decor_text{
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	
	-webkit-transform: rotate(90deg) translateZ(0);
	transform: rotate(90deg) translateZ(0);
}
.side_decor_text{
	position: absolute;
	top: 0;
	left: 0;
}
.down_el{
	width: 30px;
	height: 47px;
	background: url(../img/general/down.svg) no-repeat 50% 50% / 100% 100%;
}
.title_decorated_block{
	position: relative;
	text-align: center;
}
.title_decorated_block *:not(.big_decorated_title){
	z-index: 1;
	position: relative;
}
.big_decorated_title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	font-family: "Gotham-Pro-Bold";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 0.78em;
	letter-spacing: 0.08em;
	opacity: 0.8;
}
.big_decorated_title > span{
	display: block;
	
	-webkit-text-shadow: 15px 15px 100px rgba(0,0,0,0.08);
	text-shadow: 15px 15px 100px rgba(0,0,0,0.08);
}
.big_decorated_title.type_1{
	font-size: 24rem;
}
.big_decorated_title.type_2{
	font-size: 17rem;
}
.title_decorated_block .down_el{
	margin: auto;
}
.title_decorated_block .text_type_5.p_t{ 
	padding-top: 4px;
}

@media (min-width: 768px){
	.circle_decor.only_device{
		display: none;
	}
}

@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;
	}
}

@media (max-width: 1250px){
	.side_decor_text_block{
		display: none;
	}
}

@media (max-width: 1190px){
	.big_decorated_title.type_1{
		font-size: 15rem;
	}
	.big_decorated_title.type_2{
		font-size: 9rem;
	}
	.brown_rect_type_1{
		display: none;
	}
}

@media (max-width: 991px){
	.text_type_2,
	.text_type_2_2{
		font-size: 1.6rem;
	}
	.text_type_3{
		font-size: 3.6rem;
		line-height: 1.4em;
	}
	.text_type_4{
		font-size: 2.4rem;
		line-height: 1.4em;
	}
	.smart_parallax_image .parallax_el{
		-webkit-transform: none !important;
		transform: none !important;
	}
}

@media (max-width: 767px){
	.text_type_1{
		font-size: 1.4rem;
	}
	.text_type_2,
	.text_type_2_2{
		font-size: 1.4rem;
	}
	.text_type_3{
		font-size: 2.4rem;
	}
	.text_type_4{
		font-size: 1.8rem;
	}
	.open_picture{
		position: static;
		display: block;
		
		-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;
	}
	.open_picture.prepare{
		opacity: 0;
		
		-webkit-transform: translate(70px, 0);
		transform: translate(70px, 0);
		
		-webkit-transition: all 0s;
		transition: all 0s;
	}
	.animated_picture_element{
		overflow: visible;
		width: auto !important;
	}
	.open_picture .animated_picture_element::before,
	.animated_picture_element.wb .before_el{
		display: none;
	}
	.animated_picture_wrapper{
		width: 100%;
		overflow: visible;
	}
	.animated_picture_wrapper img{
		width: 100% !important;
	}
	.content_block_type_1 .text_block{
		position: static;
		margin-left: auto;
		margin-right: auto;
	}
	.content_block_type_1 .open_picture{
		position: static;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.circle_decor{
		position: static;
		margin-left: auto !important;
		margin-right: auto !important;
		opacity: 0.7;
	}
	.circle_decor.animated_element.fade_in_simple{
		-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
		transition: opacity 0.9s ease, transform 0.9s ease;
	}
	.circle_decor.animated_element.fade_in_simple.prepare{
		-webkit-transform: translateY(70px) !important;
		transform: translateY(70px) !important;
		
		-webkit-transition: all 0s;
		transition: all 0s;
	}
	.circle_decor.animated_element.fade_in_simple.draw{
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
	.circle_decor.only_device{
		margin: 50px auto 0;
	}
	.big_decorated_title > span{
		-webkit-text-shadow: 5px 5px 20px rgba(0,0,0,0.3);
		text-shadow: 5px 5px 20px rgba(0,0,0,0.3);
	}
	.big_decorated_title.type_1{
		font-size: 6rem;
	}
	.big_decorated_title.type_2{
		position: static;
		font-size: 3.6rem;
	}
	.title_decorated_block .text_type_5.p_t{
		display: none;
	}
}
/*END GENERAL ELEMENTS*/

/*BEGIN general_decor_elements*/
.general_decor_elements{
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.curves_bg{
	z-index: -1;
	position: absolute;
	width: 100%;
}
.curves_bg::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.shine{
	z-index: -1;
	position: absolute;
	width: 1442px;
	height: 1657px;
	
	background: rgba(243,224,216,0.9);
	background: -moz-radial-gradient(center, ellipse cover, rgba(243,224,216,0.9) 0%, rgba(243,224,216,0) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(243,224,216,0.9)), color-stop(60%, rgba(243,224,216,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(243,224,216,0.9) 0%, rgba(243,224,216,0) 60%, rgba(255,255,255,0) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(243,224,216,0.9) 0%, rgba(243,224,216,0) 60%, rgba(255,255,255,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(243,224,216,0.9) 0%, rgba(243,224,216,0) 60%, rgba(255,255,255,0) 100%);
	background: radial-gradient(ellipse at center, rgba(243,224,216,0.9) 0%, rgba(243,224,216,0) 60%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e0d8', endColorstr='#ffffff', GradientType=1 );
}
.tape{
	z-index: -1;
	position: absolute;
	left: 50%;
	width: 2560px;
	height: 718px;
	margin-left: -1280px;
}
.tape_inner{
	width: 100%;
	height: 100%;
}
.tape_inner_type_1{
	background: url(../img/general/tape_type_1.png) no-repeat 50% 50% / 100% 100%;
}
.tape_inner_type_2{
	background: url(../img/general/tape_type_2.png) no-repeat 50% 50% / 100% 100%;
}
.curves_bg_1{
	top: 0;
	height: 8600px;
	background: url(../img/general/curves_bg_1.png) no-repeat 50% 0;
}
.curves_bg_2{
	top: 0;
	height: 8600px;
	background: url(../img/general/curves_bg_2.png) no-repeat 50% 0;
}
.shine_1{
	top: -300px;
	right: 50%;
	
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}
.shine_2{
	top: 560px;
	left: 50%;
	
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}
.shine_3{
	top: 1800px;
	right: 50%;
	
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}
.shine_4{
	top: 3120px;
	left: 50%;
	
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}
.shine_5{
	top: 4600px;
	right: 50%;
	
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
}
.shine_6{
	top: 5750px;
	left: 50%;
	
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}
.shine_7{
	top: 7100px;
    left: 50%;
	
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}
.tape_1{
	top: 345px;
}
.tape_2{
	top: 1650px;
}
.tape_3{
	top: 3190px;
}
.tape_4{
	top: 5400px;
}
.tape_5{
	top: 7030px;
}

@media (max-width: 991px){
	.tape{
		display: none;
	}
	.shine_3{
		top: 1700px;
		
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
	}
	.shine_4{
		top: 2960px;
	}
}

@media (max-width: 767px){
	.general_decor_elements{
		display: none;
	}
}
/*END general_decor_elements*/

/*BEGIN FORM SETTINGS*/
.field_checkout{
	display: none;
}
.field_wrapper{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.field_wrapper .field{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #cd927a;
	outline: none !important;
	
	font-family: "Gotham-Pro-Light";
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	
	-webkit-transition: border-color 0.1s ease, color 0.1s ease;
	transition: border-color 0.1s ease, color 0.1s ease;
}
.field_wrapper .field_textarea{
	height: 210px;
	resize: none;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.4em;
}
.field_wrapper .field_textarea::-webkit-scrollbar{
	width: 4px;
}
.field_wrapper .field_textarea::-webkit-scrollbar-track{
	background: #efefef;
}
.field_wrapper .field_textarea::-webkit-scrollbar-thumb{
   background: #dccdb9; 
}
.field_wrapper .alarm{
	position: absolute;
	opacity: 0;
	margin: 0;
	bottom: -20px;
	right: 0;
	
	font-family: "Gotham-Pro-Light";
	font-size: 1.4rem;
	color: #ff0000;
	letter-spacing: 0.04px;
	
	-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;
}
form .form_go{
	cursor: pointer;
}
.form_type_1{
	width: 100%;
	max-width: 840px;
	margin: auto;
}
.form_type_1 .part{
	float: left;
	width: 50%;
	padding: 0 15px;
}
.form_type_1 .form_go{
	position: relative;
	width: 100%;
	height: 50px;
	background: #dccdb9;
	border: 1px solid transparent;
	color: #fff;
	
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.form_type_1 .form_go span{
	z-index: 1;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 49px;
	
	font-family: "Gotham-Pro-Light";
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}
.form_type_1 .form_go::before{
	content: "";
	z-index: 0;
	position: absolute;
	top: 0;
	left: 75px;
	width: 47px;
	height: 100%;
	background: url(../img/general/right.svg) no-repeat 0 50% / 47px 30px;
	
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

@media (min-width: 1251px){
	.form_type_1 .form_go:hover{
		background: #fff;
		border-color: #cd927a;
		color: #cd927a;
	}
	.form_type_1 .form_go:hover::before{
		left: 268px;
	}
}

@media (max-width: 991px){
	.form_type_1{
		max-width: 400px;
	}
	.form_type_1 .part{
		float: none;
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 400px){
	.form_type_1 .form_go::before{
		left: 20px;
	}
}
/*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: "Gotham-Pro-Light";
	font-size: 4.8rem;
	color: #cd927a;
	text-transform: uppercase;
	letter-spacing: 0.007em;
}
#thanx_popup_info p:nth-child(2), #thanx_popup_info p:nth-child(3){
	font-family: "Gotham-Pro-Light";
	font-size: 2.56rem;
	color: #000;
	letter-spacing: 0.02em;
}

@media (max-width: 767px){
	#thanx_popup_info p:nth-child(1){
		font-size: 2.56rem;
	}
	#thanx_popup_info p:nth-child(2), #thanx_popup_info p:nth-child(3){
		font-size: 1.6rem;
	}
}

@media (max-height: 400px){
	#thanx_popup_inner{
		padding: 15px;
	}
}
/*END #thanx_popup*/

/*BEGIN #follower*/
#follower{  
	z-index: 202;
	position: fixed;
	top: -100vh;
	left: -14px;
	width: 28px;
	height: 28px;
	pointer-events: none;
}
#follower .follower_round{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	border: 2px solid #b87257;
	
	-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.active .follower_round{
	width: 36px;
	height: 36px;
	
	-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 #top_menu*/
#top_menu{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 84px;
}
#top_menu .inner{
	width: 100%;
	max-width: 1170px;
	height: 84px;
	margin: auto;
	padding: 0 15px;
	
	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;
	
	-webkit-align-items: center;
	align-items: center;
}
#top_menu .right_part p{
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
}
#top_menu .right_part p:nth-child(1){
	font-size: 1.4rem;
	line-height: 40px;
}
#top_menu .right_part p:nth-child(2){
	line-height: 43px;
}
#top_menu .right_part p:nth-child(3){
	line-height: 40px;
}
#top_menu .right_part p:last-child{
	margin-right: 0;
}
#top_menu .right_part p a{
	display: inline-block;
}
#top_menu .right_part .tel{
	font-family: "Gotham-Pro-Bold";
	font-size: 1.2rem;
}
#top_menu .right_part .lang_turn{
	font-family: "Gotham-Pro-Bold";
	font-size: 1.2rem;
	
}
#top_menu .right_part .lang_turn a{
	font-size: 1.6rem;
	color: #cd927a;
}

@media (min-width: 992px){
	#top_menu .tel{
		pointer-events: none;
	}
}

@media (min-width: 1191px){
	#top_menu .top_logo{
		pointer-events: none;
	}
}	

@media (max-width: 1190px){
	#top_menu{
		position: fixed;
		height: 50px;
		background: #fff;
	}
	#top_menu .inner{
		position: relative;
		display: block;
		height: 50px;
	}
	#top_menu .top_logo{
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	#top_menu .right_part p{
		position: absolute;
		margin-right: 0;
	}
	#top_menu .right_part p:nth-child(1){
		top: 5px;
		left: 72px;
		width: 150px;
		font-size: 1.2rem;
		line-height: 1em !important;
	}
	#top_menu .right_part p:nth-child(2){
		left: 72px;
		top: 0;
		height: 50px;
		line-height: 1em !important;
	}
	#top_menu .right_part p:nth-child(2) a{
		position: relative;
		display: block;
		top: 0;
		left: 0;
		width: 150px;
		height: 50px;
	}
	#top_menu .right_part p:nth-child(2) a span{
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		height: 10px;
	}
	#top_menu .right_part p:nth-child(3){
		right: 15px;
		top: 5px;
	}
}
/*END #top_menu*/

/*BEGIN #screen_1*/
#screen_1{
	height: 710px;
	padding-top: 120px;
}
#screen_1 h1{
	left: 50%;
	margin-top: 0;
	margin-bottom: 0;
	
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#screen_1 .text_type_2{
	margin-bottom: 28px;
}
#screen_1 .content_block_type_1 .open_picture{
	top: 0;
	left: 50%;
}
#screen_1 .content_block_type_1 .open_picture img{
	width: 569px;
}
#screen_1 .content_block_type_1 .text_block{
	top: 40px;
	left: 0;
	
	-webkit-transition: 0s;
	transition: 0s;
}
#screen_1 .content_block_type_1 .text_block .text_type_4{
	line-height: 1.3em;
}
#screen_1 .content_block_type_1 .text_block .text_type_4 > span{
	display: block;
	margin-bottom: 8px;
}
#screen_1 .content_block_type_1 .text_block .text_type_4 > span span{
	padding: 0 0.3em;
	background: #dccdb9;
	text-align: center;
}
#screen_1 .content_block_type_1 .text_block .text_type_4 > span:nth-child(2),
#screen_1 .content_block_type_1 .text_block .text_type_4 > span:nth-child(3){
	color: #fff;
}
#screen_1 .content_block_type_1 .circle_decor{
	top: 365px;
	left: 50%;
	margin-left: -33px;
}
#screen_1 .side_decor_text_block_1{
	top: 680px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	#screen_1 .text_block .animated_element{
		-webkit-transition: 0.3s ease !important;
		transition: 0.3s ease !important;
	}
}

@supports (-ms-ime-align:auto){
	#screen_1 .text_block .animated_element{
		-webkit-transition: 0.3s ease !important;
		transition: 0.3s ease !important;
	}
}

@media (max-width: 991px){
	#screen_1{
		height: 545px;
	}
	#screen_1 .content_block_type_1 .open_picture{
		margin-left: -70px;
	}
	#screen_1 .content_block_type_1 .text_block{
		width: 490px;
	}
	#screen_1 .content_block_type_1 .animated_element.text_block.draw{
		-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
		transition: opacity 0.9s ease, transform 0.9s ease;
	}
	#screen_1 .content_block_type_1 .animated_element.text_block .animated_element{
		-webkit-transition: 0s;
		transition: 0s ;
	}
	#screen_1 .content_block_type_1 .animated_element.text_block .animated_element.fade_in_from_bottom.prepare{
		opacity: 1;
		
		-webkit-transform: none;
		transform: none;
	}
	#screen_1 .content_block_type_1 .open_picture img{
		width: 400px;
	}
	#screen_1 .content_block_type_1 .circle_decor{
		top: 247px;
		left: 50%;
		
		-webkit-transform: translateX(-70px);
		transform: translateX(-70px);
	}
}

@media (max-width: 767px){
	#screen_1{
		height: auto;
	}
	#screen_1 .content_block_type_1 .text_block{
		width: 100%;
		margin-top: 40px;
	}
	#screen_1 .content_block_type_1 .text_block .text_type_4 > span{
		margin-bottom: 5px;
	}
	#screen_1 .content_block_type_1 .circle_decor{
		margin-top: 42px;
	}
}

@media (max-width: 600px){
	#screen_1{
		padding-top: 95px;
	}
	#screen_1 .animated_letters_move .nb{
		float: none;
		display: block;
		width: 0;
	}
	#screen_1 .animated_letters_move .ml{
		margin-left: 2.6em;
	}
	#screen_1 .text_type_2{
		margin-top: 25px;
		margin-bottom: 35px;
	}
}
/*END #screen_1*/

/*BEGIN #screen_2*/
#screen_2{
	padding-top: 40px;
}
#screen_2 .title_decorated_block{
	padding-top: 67px;
}
#screen_2 .screen_2_text_block{
	margin: 130px auto 0;
}
#screen_2 .screen_2_ua_text_block{
	position: relative;
	width: 790px;
	height: 85px;
}
#screen_2 .screen_2_ua_text_block .screen_2_line{
	position: absolute;
	top: 16px;
	left: 130px;
	width: 543px;
	height: 2px;
	background: url(../img/content/screen_2_line.png);
}
#screen_2 .screen_2_ua_text_block .text_type_2{
	margin-bottom: 0;
	padding-left: 3px;
}
#screen_2 .screen_2_ua_text_block .text_type_2:last-child{
	position: absolute;
	bottom: 0;
	right: 0;
}
#screen_2 .screen_2_ua_text_block .text_type_4{
	margin-bottom: 0;
	line-height: 1em;
}
#screen_2 .content_block_type_1{
	margin-top: 50px;
	height: 333px;
}
#screen_2 .content_block_type_1 .open_picture{
    top: 0;
    left: 125px;
}
#screen_2 .content_block_type_1 .open_picture img{
    width: 501px;
}
#screen_2 .content_block_type_1 .brown_rect_type_1{
    top: 50px;
    left: 75px;
}
#screen_2 .content_block_type_1 .circle_decor{
	top: 238px;
    left: 42px;
}
#screen_2 .content_block_type_1 .text_block{
	top: 50px;
	left: 700px;
}
#screen_2 .side_decor_text_block_2{
	top: 300px;
}

@media (max-width: 1190px){
	#screen_2 .title_decorated_block{
		padding-top: 35px;
	}
	#screen_2 .content_block_type_1 .open_picture{
		left: 0;
	}
	#screen_2 .content_block_type_1 .circle_decor{
		top: 300px;
		left: 466px;
	}
	#screen_2 .content_block_type_1 .text_block{
		left: 570px;
	}
}

@media (max-width: 991px){
	#screen_2{
		padding-top: 80px;
	}
	#screen_2 .screen_2_text_block{
		margin-top: 75px;
	}
	#screen_2 .screen_2_ua_text_block{
		position: static;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#screen_2 .screen_2_ua_text_block .screen_2_line{
		display: none;
	}
	#screen_2 .screen_2_ua_text_block .text_type_2{
		margin-bottom: 3px;
		padding-left: 0;
	}
	#screen_2 .screen_2_ua_text_block .text_type_2:last-child{
		position: static;
	}
	#screen_2 .screen_2_ua_text_block .text_type_4{
		line-height: 1.4em;
	}
	#screen_2 .content_block_type_1{
		height: 266px;
	}
	#screen_2 .content_block_type_1 .open_picture img{
		width: 400px;
	}
	#screen_2 .content_block_type_1 .text_block{
		top: 25px;
		left: 440px;
		min-width: 225px;
	}
	#screen_2 .content_block_type_1 .text_block br{
		display: none;
	}
	#screen_2 .content_block_type_1 .circle_decor{
		top: 232px;
		left: 365px;
	}
}

@media (max-width: 767px){
	#screen_2{
		padding-top: 40px;
	}
	#screen_2 .title_decorated_block{
		padding-top: 84px;
	}
	#screen_2 .screen_2_text_block{
		margin-top: 40px;
	}
	#screen_2 .content_block_type_1{
		height: auto;
		margin-top: 28px;
	}
	#screen_2 .content_block_type_1 .text_block{
		margin-top: 40px;
		text-align: center;
	}
	#screen_2 .content_block_type_1 .circle_decor{
		margin-top: 50px;
	}
}
/*END #screen_2*/

/*BEGIN #screen_3*/
#screen_3{
	height: 623px;
	margin-top: 145px;
}
#screen_3 .content_block_type_1{
	margin-top: 50px;
}
#screen_3 .content_block_type_1 .open_picture{
    top: 0;
    left: 85px;
}
#screen_3 .content_block_type_1 .open_picture img{
    width: 509px;
}
#screen_3 .content_block_type_1 .circle_decor{
    z-index: 0;
    top: 327px;
    left: 70px;
}
#screen_3 .content_block_type_1 .circle_decor.draw{
	opacity: 0.7;
}
#screen_3 .content_block_type_1 .text_block{
	top: 50px;
	left: 655px;
}
#screen_3 .side_decor_text_block_3{
	top: 120px;
}

@media (max-width: 1190px){
	#screen_3 .content_block_type_1 .open_picture{
		left: 0;
	}
	#screen_3 .content_block_type_1 .circle_decor{
		top: 390px;
		left: 0;
	}
	#screen_3 .content_block_type_1 .text_block{
		left: 570px;
	}
	#screen_3 .content_block_type_1 .text_block br{
		display: none;
	}
}

@media (max-width: 991px){
	#screen_3{
		height: 537px;
		margin-top: 130px;
	}
	#screen_3 .content_block_type_1 .open_picture img{
		width: 460px;
	}
	#screen_3 .content_block_type_1 .text_block{
		left: 530px;
	}
	#screen_3 .content_block_type_1 .circle_decor{
		top: 342px;
	}
	#screen_3 .content_block_type_1 .text_block{
		top: 40px;
		left: 485px;
	}
}

@media (max-width: 767px){
	#screen_3{
		height: auto;
		margin-top: 50px;
	}
	#screen_3 .content_block_type_1 .text_block{
		margin-top: 32px;
		text-align: center;
	}
	#screen_3 .content_block_type_1 .circle_decor{
		margin-top: 50px;
	}
}
/*END #screen_3*/

/*BEGIN #screen_4*/
#screen_4{
	margin-top: 100px;
}
#screen_4 .title_decorated_block{
	margin-bottom: 50px;
}
#screen_4 .brand_block{
	margin-bottom: 90px;
}
#screen_4 .brand_block.nm{
	margin-bottom: 0;
}
#screen_4 .brand_block h2{
	margin-top: 0;
	margin-bottom: 10px;
}
#screen_4 .brand_block .img_block{
	width: 100%;
	max-width: 660px;
	margin: 25px auto 0;
	
	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-around;
	justify-content: space-around;
	
	-webkit-align-items: center;
	align-items: center;
}
#screen_4 .side_decor_text_block_4{
	top: 420px;
}
#screen_4 .side_decor_text_block_5{
	top: 675px;
}
#screen_4 .only_device{
	display: none;
}

@media (min-width: 992px){
	#screen_4 .big_decorated_title .parallax_element_on_scroll{
		left: -550px;
	}
}

@media (max-width: 767px){
	#screen_4{
		margin-top: 55px;
	}
	#screen_4 .brand_block .caps_text{
		text-transform: none;
	}
	#screen_4 .brand_block{
		margin-bottom: 50px;
	}
	#screen_4 .brand_block .img_block{
		display: block;
		margin-top: 30px;
	}
	#screen_4 .brand_block .img_block img{
		display: block;
		margin: 0 auto 40px;
	}
	#screen_4 .brand_block .text_type_1{
		width: 100%;
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
	#screen_4 .img_block.only_desktop{
		display: none;
	}
	#screen_4 .only_device{
		display: block;
	}
	#screen_4 .brand_block .img_block img.only_device{
		margin-top: 30px;
	}
}
/*END #screen_4*/

/*BEGIN #screen_5*/
#screen_5{
	margin-top: 100px;
}
#screen_5 .title_decorated_block{
	margin-bottom: 45px;
}
#screen_5 .side_decor_text_block_6{
	top: 135px;
}
#screen_5 form{
    z-index: 1;
	position: relative;
}

@media (min-width: 768px){
	#screen_5 .big_decorated_title > span{
		display: block;
		
		-webkit-text-shadow: 15px 15px 100px rgba(0,0,0,0.14);
		text-shadow: 15px 15px 100px rgba(0,0,0,0.14);
	}
}

@media (min-width: 992px){
	#screen_5 .big_decorated_title .parallax_element_on_scroll{
		left: 800px;
	}
}

@media (max-width: 1040px){
	#screen_5 .animated_letters_move .nb{
		float: none;
		display: block;
		width: 0;
	}
	#screen_5 .animated_letters_move .ml{
		margin-left: 3.15em;
	}
}

@media (max-width: 991px){
	#screen_5{
		margin-top: 120px;
	}
	#screen_5 .form_info{
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	#screen_5 .form_info br{
		display: none;
	}
}

@media (max-width: 767px){
	#screen_5{
		margin-top: 45px;
	}
}
/*END #screen_5*/

/*BEGIN #screen_6*/
#screen_6{
	margin-top: 60px;
}
#screen_6 .screen_inner{
	height: 845px;
}
#screen_6 .screen_inner > *{
	position: absolute;
}
#screen_6 .girl{
	top: -410px;
	left: 150px;
}
#screen_6 .pa_1{
	top: 250px;
	left: 85px;
}
#screen_6 .pa_1 span{
	display: block;
	margin-bottom: 7px;
}
#screen_6 .pa_2{
	top: 538px;
	left: 85px;
	line-height: 1.4em;
}
#screen_6 .animated_letters_move .nb{
	float: none;
	display: block;
	width: 0;
}
#screen_6 .pa_3{
	top: 700px;
	left: 730px;
}
#screen_6 .pa_3 .text_type_4{
	margin-bottom: 0;
}
#screen_6 .pa_3 .text_type_1{
	font-size: 2.2rem;
	line-height: 1.5em;
}
#screen_6 .screen_6_line{
    top: 662px;
    left: 415px;
	width: 264px;
	height: 78px;
	background: url(../img/content/screen_6_line.png);
}
#screen_6 .side_decor_text_block_7{
	top: 225px;
}
#screen_6 .side_decor_text_block_8{
	top: 480px;
}

@media (max-width: 1140px){
	#screen_6 .pa_1,
	#screen_6 .pa_2{
		left: 0;
	}
	#screen_6 .pa_3{
		left: 604px;
	}
	#screen_6 .screen_6_line{
		left: 310px;
	}
	#screen_6 .girl{
		top: -50px !important;
		
		-webkit-transform: none !important;
		transform: none !important;
	}
}

@media (max-width: 991px){
	#screen_6{
		margin-top: 30px;
	}
	#screen_6 .screen_inner{
		height: auto;
		text-align: center;
	}
	#screen_6 .screen_inner > *{
		position: static;
	}
	#screen_6 .girl{
		display: block;
	}
	#screen_6 .girl img{
		width: 100%;
		height: auto;
	}
	#screen_6 .pa_1{
		margin: 30px auto 25px;
	}
	#screen_6 .pa_1 span{
		margin-bottom: 0;
	}
	#screen_6 .pa_2{
		margin-bottom: 25px;
	}
	#screen_6 .animated_letters_move .ml{
		margin-left: 2.6em;
	}
	#screen_6 .pa_3 .text_type_1{
		font-size: 1.6rem;
		line-height: 1.5em;
	}
	#screen_6 .screen_6_line{
		display: none;
	}
}
/*END #screen_6*/

/*BEGIN #screen_7*/
#screen_7{
	margin-top: 100px;
}
#screen_7 .benefits_block{
	position: relative;
	height: 570px;
	margin-top: 50px;
}
#screen_7 .benefits_block .rect_figure{
	position: absolute;
	width: 0;
	background: #dccdb9;
	
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
#screen_7 .benefits_block .rect_figure.draw{
	width: 128px;
}
#screen_7 .benefits_block .rect_figure.f_1{
	top: 0;
	left: 70px;
	height: 165px;
}
#screen_7 .benefits_block .rect_figure.f_2{
	top: 210px;
	left: 70px;
	height: 305px;
}
#screen_7 .benefits_block .rect_figure.f_3{
	top: 0;
	left: 390px;
	height: 305px;
}
#screen_7 .benefits_block .rect_figure.f_4{
	top: 350px;
	left: 390px;
	height: 165px;
}
#screen_7 .benefits_block .rect_figure.f_5{
	top: 0;
	left: 710px;
	height: 165px;
}
#screen_7 .benefits_block .rect_figure.f_6{
	top: 210px;
	left: 710px;
	height: 305px;
}
#screen_7 .benefits_block  .all_data_confirmed{
	position: absolute;
	top: 535px;
    left: 70px;
    width: 768px;
    height: 35px;
	background: #dccdb9;
	text-align: center;
}
#screen_7 .benefits_block  .all_data_confirmed span{
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	line-height: 35px;
}
#screen_7 .benefits_block .text_block{
	position: absolute;
}
#screen_7 .benefits_block .text_block .num{
	margin-bottom: 25px;
	font-family: "Gotham-Pro-Bold";
	font-size: 8.5rem;
	line-height: 0.8em;
}
#screen_7 .benefits_block .text_block.tb_1{
	top: 35px;
	left: 100px;
}
#screen_7 .benefits_block .text_block.tb_2{
	top: 35px;
	left: 422px;
}
#screen_7 .benefits_block .text_block.tb_3{
	top: 35px;
	left: 740px;
}
#screen_7 .benefits_block .text_block.tb_4{
	top: 275px;
	left: 100px;
}
#screen_7 .benefits_block .text_block.tb_5{
	top: 368px;
	left: 422px;
}
#screen_7 .benefits_block .text_block.tb_6{
	top: 275px;
	left: 740px;
}
#screen_7 .side_decor_text_block_9{
	top: 370px;
}
#screen_7 .side_decor_text_block_10{
	top: 710px;
}

@media (min-width: 768px){
	#screen_7 .big_decorated_title > span{
		-webkit-text-shadow: 15px 15px 100px rgba(0,0,0,0.14);
		text-shadow: 15px 15px 100px rgba(0,0,0,0.14);
	}
}

@media (min-width: 992px){
	#screen_7 .big_decorated_title .parallax_element_on_scroll{
		left: -1150px;
	}
	#screen_7 .benefits_block .text_block .text_type_2{
		font-size: 1.4rem;
		padding-left: 30px;
	}
}

@media (max-width: 991px){
	#screen_7 .benefits_block{
		height: auto;
	}
	#screen_7 .benefits_block .rect_figure{
		display: none;
	}
	#screen_7 .benefits_block  .all_data_confirmed{
		position: static;
		width: 290px;
		height: auto;
		margin: 50px auto 0;
		text-align: center;
	}
	#screen_7 .benefits_block .all_data_confirmed span{
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#screen_7 .benefits_block .text_block{
		position: static;
		margin-bottom: 40px;
		text-align: center;
	}
	#screen_7 .benefits_block .text_block.tb_6{
		margin-bottom: 0;
	}
	#screen_7 .benefits_block .text_block .text_type_2{
		font-family: "Gotham-Pro-Light";
		text-transform: none;
	}
	#screen_7 .benefits_block .text_block .num{
		margin-bottom: 15px;
		font-size: 4.8rem;
	}
}

@media (max-width: 767px){
	#screen_7{
		margin-top: 55px;
	}
}
/*END #screen_7*/

/*BEGIN #screen_8*/
#screen_8{
	margin-top: 150px;
}
#screen_8 .benefits_block{
	position: relative;
	height: 465px;
	margin-top: 50px;
	outline: 1px solid red;
}
#screen_8 .innovation_block{
	position: relative;
	height: 465px;
	margin-top: 50px;
}
#screen_8 .innovation_block .rect_figure{
	position: absolute;
	width: 0;
	background: #dccdb9;
	
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
#screen_8 .innovation_block .rect_figure.draw{
	width: 128px;
}
#screen_8 .innovation_block .rect_figure.f_1{
	top: 0;
	left: 70px;
	height: 165px;
}
#screen_8 .innovation_block .rect_figure.f_2{
	top: 300px;
	left: 390px;
	height: 165px;
}
#screen_8 .innovation_block .text_block{
	position: absolute;
}
#screen_8 .innovation_block .text_block.tb_1{
	top: 50px;
	left: 100px;
}
#screen_8 .innovation_block .text_block.tb_2{
    top: 350px;
    left: 422px;
}
#screen_8 .innovation_block .text_block .text_type_2{
    font-size: 1.4rem;
    padding-left: 30px;
}
#screen_8 .innovation_block .open_picture{
    top: 0;
    left: 390px;
}
#screen_8 .innovation_block .open_picture img{
    width: 681px;
}
#screen_8 .side_decor_text_block_11{
	top: 361px;
}

@media (min-width: 992px){
	#screen_8 .big_decorated_title .parallax_element_on_scroll{
		left: 1350px;
	}
}

@media (max-width: 1190px){
	#screen_8 .innovation_block .open_picture img{
		width: 570px;
	}
}

@media (max-width: 991px){
	#screen_8{
		margin-top: 100px;
	}
	#screen_8 .innovation_block{
		height: auto;
	}
	#screen_8 .innovation_block .open_picture{
		margin-bottom: 50px;
	}
	#screen_8 .innovation_block .rect_figure{
		display: none;
	}
	#screen_8 .innovation_block .text_block{
		position: static;
		margin-bottom: 25px;
		text-align: center;
	}
	#screen_8 .innovation_block .text_block.tb_2{
		margin-bottom: 0;
	}
	#screen_8 .innovation_block .text_block .text_type_2{
		font-family: "Gotham-Pro-Light";
		text-transform: none;
		padding-left: 0;
	}
}

@media (max-width: 991px) and (min-width: 767px){
	#screen_8 .innovation_block .open_picture{
		top: 0;
		left: 50%;
		
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width: 767px){
	#screen_8{
		margin-top: 55px;
	}
	#screen_8 .innovation_block{
		margin-top: 40px;
	}
	#screen_8 .innovation_block .open_picture{
		margin-bottom: 35px;
	}
}

@media (max-width: 400px){
	#screen_8 .innovation_block .text_block .do{
		display: none;
	}
}
/*END #screen_8*/

/*BEGIN #screen_9*/
#screen_9{
	margin-top: 150px;
}
#screen_9 .title_decorated_block{
	margin-bottom: 45px;
}
#screen_9 .content_block_type_1{
	margin-top: 50px;
	height: 366px;
}
#screen_9 .content_block_type_1 .open_picture{
    top: 0;
    left: 125px;
}
#screen_9 .content_block_type_1 .open_picture img{
    width: 501px;
}
#screen_9 .content_block_type_1 .brown_rect_type_1{
    top: 45px;
    left: 75px;
}
#screen_9 .content_block_type_1 .circle_decor{
	top: 238px;
    left: 42px;
}
#screen_9 .content_block_type_1 .text_block{
	top: 50px;
	left: 700px;
}
#screen_9 .side_decor_text_block_12{
	top: 344px;
}
#screen_9 .side_decor_text_block_13{
	top: 460px;
}

@media (min-width: 768px){
	#screen_9 .big_decorated_title > span{
		-webkit-text-shadow: 15px 15px 100px rgba(0,0,0,0.14);
		text-shadow: 15px 15px 100px rgba(0,0,0,0.14);
	}
}

@media (min-width: 992px){
	#screen_9 .big_decorated_title .parallax_element_on_scroll{
		left: -1600px;
	}
}

@media (max-width: 1190px){
	#screen_9 .content_block_type_1 .open_picture{
		left: 0;
	}
	#screen_9 .content_block_type_1 .circle_decor{
		top: 333px;
		left: 466px;
	}
	#screen_9 .content_block_type_1 .text_block{
		top: 30px;
		left: 570px;
	}
}

@media (max-width: 991px){
	#screen_9{
		margin-top: 100px;
	}
	#screen_9 .content_block_type_1{
		height: 293px;
	}
	#screen_9 .content_block_type_1 .open_picture img{
		width: 400px;
	}
	#screen_9 .content_block_type_1 .text_block{
		top: 25px;
		left: 440px;
		min-width: 225px;
	}
	#screen_9 .content_block_type_1 .text_block br{
		display: none;
	}
	#screen_9 .content_block_type_1 .circle_decor{
		top: 255px;
		left: 365px;
	}
}

@media (max-width: 767px){
	#screen_9{
		margin-top: 55px;
	}
	#screen_9 .content_block_type_1{
		height: auto;
		margin-top: 28px;
	}
	#screen_9 .content_block_type_1 .text_block{
		margin-top: 40px;
		text-align: center;
	}
	#screen_9 .content_block_type_1 .circle_decor{
		margin-top: 50px;
	}
}
/*END #screen_9*/

/*BEGIN #screen_10*/
#screen_10{
	margin-top: 190px;
}
#screen_10 .coowner_block{
	height: 370px;
	background: #fff;
	padding: 40px 65px 65px;
	border: 1px solid #cd927a;
}
#screen_10 .coowner_block .coowner{
	margin-top: 50px;
	margin-bottom: 50px;	
	
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}
#screen_10 .coowner_block .text_type_1{
	margin-bottom: 0;
	line-height: 30px;
}
#screen_10 .coowner_block .text_type_1 a{
	display: block;
}
#screen_10 .side_decor_text_block_14{
	top: 630px;
}

@media (min-width: 992px){
	#screen_10 .coowner_block .phone_num{
		pointer-events: none;
	}
	#screen_10 .big_decorated_title .parallax_element_on_scroll{
		left: 1800px;
	}
}

@media (max-width: 1190px){
	#screen_10{
		margin-top: 150px;
	}
}

@media (max-width: 991px){
	#screen_10{
		margin-top: 100px;
	}
	#screen_10 .coowner_block{
		height: auto;
		background: none;
		border: none;
		margin-top: 70px;
		padding: 0;
		text-align: center;
	}
	#screen_10 .coowner_block .text_type_2 br{
		display: none;
	}
	#screen_10 .coowner_block .coowner{
		margin-top: 13px;
		margin-bottom: 13px;
		font-size: 1.2rem;
	}
}


@media (max-width: 800px){
	#screen_10 .screen_inner > .text_type_2 br,
	#screen_10 .screen_inner > .text_type_1 br{
		display: none;
	}
}

@media (max-width: 767px){
	#screen_10{
		margin-top: 55px;
	}
}
/*END #screen_10*/

/*BEGIN #footer*/
#footer{
	margin-top: 140px;
	height: 370px;
}
#footer .screen_inner > .text_type_1:nth-child(1){
	letter-spacing: 0.2em;
}
#footer .screen_inner > .text_type_1 a{
	display: inline-block;
}
#footer .social_block{
	height: 45px;
	margin: 40px auto;
	text-align: center;
}
#footer .social_block a{
	display: inline-block;
	margin-right: 35px;
}
#footer .social_block a:last-child{
	margin-right: 0;
}
#footer .screen_inner > .text_type_1:last-child a{
	position: relative;
}
#footer .screen_inner > .text_type_1:last-child a::before{
	content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 17px;
    height: 16px;
    background: url(../img/general/chain_link.svg) no-repeat 0 0;
    background-size: 17px 16px;
}

@media (max-width: 991px){
	#footer{
		margin-top: 70px;
		height: auto;
		padding-bottom: 100px;
	}
}
/*END #footer*/

.animated_element,
.animated_element img{
	will-change: transform, opacity;
}