/*BEGIN #preloader*/
#preloader{
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
}
.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: #ee1d25;
   
	-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: "Apercu-Pro-Light";
	src: url("../fonts/Apercu-Pro-Light.eot");
	src: local("☺"), url("../fonts/Apercu-Pro-Light.woff") format("woff"),
	url("../fonts/Apercu-Pro-Light.ttf") format("truetype"),
	url("../fonts/Apercu-Pro-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Apercu-Pro-Bold";
	src: url("../fonts/Apercu-Pro-Bold.eot");
	src: local("☺"), url("../fonts/Apercu-Pro-Bold.woff") format("woff"),
	url("../fonts/Apercu-Pro-Bold.ttf") format("truetype"), 
	url("../fonts/Apercu-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;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p, a, span, td, h1, h2, h3, input, li, textarea{
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}
*::after, *::before{
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
p::-moz-selection { color: #fff;  background: #ee1d25; }
p::selection      { color: #fff;  background: #ee1d25; }
a::-moz-selection { color: #fff;  background: #ee1d25; }
a::selection      { color: #fff;  background: #ee1d25; }
li::-moz-selection { color: #fff;  background: #ee1d25; }
li::selection      { color: #fff;  background: #ee1d25; }
span::-moz-selection { color: #fff;  background: #ee1d25; }
span::selection      { color: #fff;  background: #ee1d25; }
h1::-moz-selection { color: #fff;  background: #ee1d25; }
h1::selection      { color: #fff;  background: #ee1d25; }
h2::-moz-selection { color: #fff;  background: #ee1d25; }
h2::selection      { color: #fff;  background: #ee1d25; }
h3::-moz-selection { color: #fff;  background: #ee1d25; }
h3::selection      { color: #fff;  background: #ee1d25; }
h3::-moz-selection { color: #fff;  background: #ee1d25; }
h3::selection      { color: #fff;  background: #ee1d25; }
td::-moz-selection { color: #fff;  background: #ee1d25; }
td::selection      { color: #fff;  background: #ee1d25; }
input::-moz-selection { color: #fff !important;  background: #ee1d25; }
input::selection      { color: #fff !important;  background: #ee1d25; }
textarea::-moz-selection { color: #fff !important;  background: #ee1d25; }
textarea::selection      { color: #fff !important;  background: #ee1d25; }

::-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;
	/*overflow-x: hidden;*/
}
body{
	position: relative;
	font-family: "Apercu-Pro-Light";
	font-size: 1em;
	color: #231f20;
}
textarea{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	vertical-align: top;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="tel"],
select{
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
p, h1, h2, h3, h4{
	cursor: default;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
a:hover, a:focus{
	color: inherit;
}
button{
	outline: none !important;
}
.clear{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
.container{
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	*{
		background-attachment: scroll !important;
	}
}

@supports (-ms-ime-align:auto){
	*{
		background-attachment: scroll !important;
	}
}

@media (min-width: 2561px), (max-width: 1250px), (min-height: 1301px){
	*{
		background-attachment: scroll !important;
	}
}

@media (min-width: 1251px){
	body::-webkit-scrollbar{
		width: 10px;
	}
	body::-webkit-scrollbar-track{
		background: #efefef;
	}
	body::-webkit-scrollbar-thumb{
	   background: #ee1d25; 
	}
}

@media (min-width: 1191px){
	.container{
		max-width: 1170px;
	}
}

@media (max-width: 1190px){
	.container{
		max-width: 100%;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN GENERAL ELEMENTS*/
.screen_relative{
	position: relative;
}
.full_screen{
	height: 100vh;
	min-height: 530px;
}
.middle_element{
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.padding_type_1{
	padding-top: 90px;
}
.full_width_img{
	display: block;
	width: 100%;
	height: auto;
}
.align_center{
	text-align: center;
}
.animated_element.fade_in_simple{
	-webkit-transition: opacity 0.9s ease;
	transition: opacity 0.9s ease;
}
.animated_element.fade_in_simple.prepare{
	opacity: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_top,
.animated_element.fade_in_from_bottom,
.animated_element.fade_in_from_left,
.animated_element.fade_in_from_right{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease;
}
.animated_element.fade_in_from_top.prepare{
	opacity: 0;
	
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_bottom.prepare{
	opacity: 0;
	
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_left.prepare{
	opacity: 0;
	
	-webkit-transform: translate(-70px, 0);
	transform: translate(-70px, 0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_right.prepare{
	opacity: 0;
	
	-webkit-transform: translate(70px, 0);
	transform: translate(70px, 0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_scale{
	-webkit-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease;
}
.animated_element.fade_in_from_scale.prepare{
	opacity: 0;
	
	-webkit-transform: scale(0);
	transform: scale(0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.oe{
	cursor: pointer;
}
.content_block_type_1{
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.content_block_type_1 .text_block{
	position: absolute;
	top: 50px;
	left: calc(50% + 80px);
}
.content_block_type_1 .text_block .text_type_2{
	color: #7f7f7f;
}
.cta_btn_type_1{
	display: inline-block;
	height: 50px;
	padding-left: 42px !important;
	background: url(../img/general/cta_btn_type_1_bg.jpg) no-repeat 0 2px / 46px 46px;
	cursor: pointer;
	
	font-family: "Apercu-Pro-Bold";
	font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 50px;
}
.cta_btn_type_2{
	width: 268px;
	height: 61px;
	background: url(../img/general/cta_btn_type_2_bg.png) no-repeat 0 0 / 100% 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	
	font-family: "Apercu-Pro-Bold";
	font-size: 1.3rem;
	color: #fff;
    text-transform: uppercase;
	text-align: center;
    letter-spacing: 0.04em;
    line-height: 61px;
}
.vertical_line_block{
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1170px;
	height: 100%;
	margin-left: -585px;
}
.vertical_line_block div{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e9e8e8;
}
.vertical_line_block div:nth-child(2){
	-webkit-transform: translateX(585px);
	transform: translateX(585px);
}
.vertical_line_block div:nth-child(3){
	-webkit-transform: translateX(-586px);
	transform: translateX(-586px);
}
.vertical_line_block div:nth-child(4){
	-webkit-transform: translateX(292px);
	transform: translateX(292px);
}
.vertical_line_block div:nth-child(5){
	-webkit-transform: translateX(-292px);
	transform: translateX(-292px);
}
.sticks{
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1179px;
	height: 100%;
	margin-left: -590px;
	background: url(../img/content/sticks.jpg) no-repeat 50% 156px / 1179px 2919px;
}
.title_type_1{
	margin-bottom: 10px;
	font-family: "Apercu-Pro-Bold";
	font-size: 7.8rem;
	line-height: 1em;
	letter-spacing: 0.02em;
}
.title_type_2{
	margin-bottom: 10px;
	font-size: 6rem;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}
.text_type_1{
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.8em;
	letter-spacing: 0.02em;
}
.text_type_2{
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.8em;
	letter-spacing: 0.02em;
}
.text_type_3{
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}
.caps_text{
	text-transform: uppercase;
}
.desc{
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_40{
	margin-bottom: 40px;
}
.mb_50{
	margin-bottom: 50px;
}

@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: 1150px){
	.content_block_type_1 .text_block{
		position: static;
	}
	.sticks{
		display: none
	}
}

@media (max-width: 991px){
	.padding_type_1{
		padding-top: 60px;
	}
	.dpe{
		display: none;
	}
	.title_type_1{
		font-size: 4rem;
		line-height: 1.1em;
	}
	.title_type_2{
		font-size: 3.6rem;
		letter-spacing: 0;
	}
	.text_type_3{
		font-size: 2rem;
	}
}

@media (max-width: 767px){
	.content_block_type_1 br{
		display: none;
	}
}
/*END GENERAL ELEMENTS*/

/*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: 60px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	
	font-size: 1.4rem;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field{
	outline: none !important;
	border: 1px solid #675a21;
	
	-webkit-transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.field_wrapper .span_placeholder{
	position: absolute;
    top: 0;
    left: 0;
	cursor: text;
	pointer-events: none;
}
.field_wrapper.active .span_placeholder{
	top: -20px;
	height: 20px;
	line-height: 20px;
	font-size: 1.2rem;
	color: #fff;
}
.field_wrapper.warning .span_placeholder{
	color: #ff0000;
}
.field_wrapper .field_line{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	background: #fff;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field_line.active{
	width: 100%;
}
.field_wrapper .field_line.success_input{
	width: 100% !important;
}
/*
.textarea_wrapper{
	height: 40px;
	
	-webkit-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
}
.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;
	
	-webkit-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
}
.field_wrapper .field.textarea_cover{
    min-height: 40px;
    height: auto;
    display: none;
}
*/
.form_go, .form_go *, .span_placeholder{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
	cursor: pointer;
}
.field_wrapper .alarm{
	position: absolute;
	opacity: 0;
	margin: 0;
	bottom: -20px;
	right: 0;
	
	font-size: 1.4rem;
	color: #ee1d25;
	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: #ee1d25;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}

.form_type_1{
	width: 360px;
	max-width: 100%;
}
.form_type_1.m_a{
	margin: auto;
}
.form_type_1 .form_title{
	margin-bottom: 19px;
	
    font-family: "Apercu-Pro-Bold";
    font-size: 1.3rem;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.form_type_1 .fields_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;
}
/*END FORM SETTINGS*/

/*BEGIN #thanx_popup*/
#thanx_popup,
#form_popup{
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	display: none;
}
.thanx_popup_cover,
.form_popup_cover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.thanx_popup_inner,
.form_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;
	
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thanx_popup_inner{
	padding: 60px 15px;
}
.form_popup_inner{
	padding: 90px 15px;
}
.form_popup_close,
.thanx_popup_close{
    position: absolute;
    top: -45px;
    right: -5px;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.thanx_popup_info{
	text-align: center;
}
.thanx_popup_info p:nth-child(1){
	margin-bottom: 20px;
	
	font-family: "Apercu-Pro-Bold";
	font-size: 7.2rem;
	color: #ee1d25;
	text-transform: uppercase;
	letter-spacing: 0.004em;
}
.thanx_popup_info p:nth-child(2), .thanx_popup_info p:nth-child(3){
	font-size: 2.56rem;
	letter-spacing: 0.01em;
	line-height: 1.3em;
}
.thanx_popup_info p:nth-child(2){
	margin-bottom: 20px;
}

@media (min-width: 768px){
	.form_popup_inner{
		min-height: 382px;
	}
}

@media (max-width: 767px){
	.form_popup_inner{
		/*height: calc(100vh - 100px);*/
		max-height: 100%;
		padding: 0;
	}
	.form_popup_info{
		padding: 40px 15px;
		height: 100%;
		overflow-y: auto;
		
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.form_popup_info::-webkit-scrollbar{
		width: 6px;
	}
	.form_popup_info::-webkit-scrollbar-track{
		background: #efefef;
	}
	.form_popup_info::-webkit-scrollbar-thumb{
	   background: #ee1d25; 
	}
	.thanx_popup_info p:nth-child(1){
		margin-bottom: 16px;
		font-size: 4.6rem;
	}
	.thanx_popup_info p:nth-child(2), .thanx_popup_info p:nth-child(3){
		font-size: 2rem;
	}
	.thanx_popup_info p:nth-child(2){
		margin-bottom: 16px;
	}
}

@media (max-height: 400px){
	.thanx_popup_inner{
		padding: 15px;
	}
}
/*END #thanx_popup*/

/*BEGIN #top_menu*/
#top_menu{
	z-index: 10;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #e9e8e8;
}
#top_menu .container{
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #e9e8e8;
	
	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;
}
#top_menu .logo{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 132px;
	height: auto;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#top_menu .container .part{
	width: 50%;
	height: 80px;
	
	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;
}
#top_menu .container .part:nth-child(2){
	padding-right: 80px;
}
#top_menu .container .part:nth-child(3){
	padding-left: 80px;
}
#top_menu .item{
	height: 50px;
	padding: 0 7px;
	
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 50px;
}
#top_menu .lang_turn{
	padding: 0;
	cursor: default;
}
#top_menu .lang_turn a{
	display: inline-block;
	padding: 0 10px;
}
#top_menu .social_block a{
	display: inline-block;
}
#top_menu .social_facebook{
    width: 50px;
    height: 50px;
    background: url(../img/general/social_facebook.svg) no-repeat 50% 50% / 27px 27px;
}

@media (max-width: 991px){
	#top_menu{
		height: auto;
		padding: 50px 0 30px;
	}
	#top_menu .container{
		display: block;
		height: auto;
		text-align: center;
		border: none;
	}
	#top_menu .logo{
		position: static;
		margin: 0 auto;
	
		-webkit-transform: none;
		transform: none;
	}
	#top_menu .container .part{
		display: block;
		width: 100%;
		height: auto;
	}
	#top_menu .container .part:nth-child(2),
	#top_menu .container .part:nth-child(3){
		padding: 0;
	}
	#top_menu .item{
		display: block;
		max-width: 190px;
		margin: 0 auto;
		padding: 0;
	}
}
/*END #top_menu*/

/*BEGIN #gallery_slider_popup*/
#gallery_slider_popup{
	z-index: 201;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	display: none;
}
.gallery_slider_popup_cover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.gallery_slider_popup_inner{
	position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 946px;
	height: 472px;
	background: #484848;
	
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery_slider_popup_close{
    position: absolute;
    top: -45px;
    right: -5px;
    width: 40px;
    height: 40px;
    padding: 5px;
	background: url(../img/general/close_white.svg) no-repeat 50% 50% / 30px 30px;
    cursor: pointer;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media (max-width: 1050px){
	.gallery_slider_popup_inner{
		height: auto;
		padding-bottom: 49.89%;
	}
}
/*END #gallery_slider_popup*/

/*BEGIN .slider_type_1*/
.slider_type_1{
	z-index: 2;
	position: relative;
	width: 100%;
	max-width: 946px;
	height: 472px;
	margin: auto;
}
.slider_type_1 .nav_block{
	z-index: 2;
	position: absolute;
	top: 50%;
	right: -28px;
	width: 128px;
	height: 56px;
	margin-top: -28px;
	
	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;
}
.slider_type_1 .slider_nav{
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 56px;
	height: 54px;
	margin-top: -27px;
}
.slider_type_1 .slider_nav.prev{
	left: -28px;
	background: url(../img/general/arrow_left.jpg) no-repeat 50% 50% / 100% 100%;
}
.slider_type_1 .slider_nav.next{
	right: -28px;
	background: url(../img/general/arrow_right.jpg) no-repeat 50% 50% / 100% 100%;
}
.slider_type_1 .slide_wrapper{
	position: relative;
}
.slider_type_1 .slide_wrapper .slide{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	
	-webkit-transition: opacity 0.2s linear 0.2s;
	transition: opacity 0.2s linear 0.2s;
}
.slider_type_1 .slide_wrapper .slide.active{
	z-index: 1;
	opacity: 1;
	
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

@media (max-width: 1190px){
	.slider_type_1 .slider_nav.prev{
		top: auto;
		bottom: -20px;
		left: 50%;
		width: 40px;
		height: 40px;
		margin-top: 0;
		margin-left: -48px;
	}
	.slider_type_1 .slider_nav.next{
		top: auto;
		bottom: -20px;
		right: 50%;
		width: 40px;
		height: 40px;
		margin-top: 0;
		margin-right: -48px;
	}
}

@media (max-width: 1050px){
	.slider_type_1,
	.slider_type_1 .slide_wrapper{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.slider_type_1 .slide_wrapper .slide{
		height: 100%;
	}
}
/*END .slider_type_1*/

/*BEGIN #screen_1*/
#screen_1{
	height: 688px;
}
#screen_1 .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/content/screen_1_bg.png) no-repeat 50% 0;
}
#screen_1 .container::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 688px;
	width: 377px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.52) 25%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.52)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.52) 25%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.52) 25%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.52) 25%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.52) 25%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
#screen_1 .title_type_1{
	position: absolute;
	top: 67px;
	right: 116px;
	text-align: right;
}
#screen_1.ru .title_type_1{
	right: 5px;
}
#screen_1 .title_type_1 span{
	color: #fff;
}
#screen_1 .text_type_1{
	position: absolute;
	top: 320px;
    right: 168px;
}
#screen_1.ru .text_type_1{
	right: 73px;
}
#screen_1 .cta_btn_type_2{
	position: absolute;
	top: 405px;
    right: 70px;
}
#screen_1.ru .cta_btn_type_2{
	right: 12px;
}
#screen_1 .scrool_btn{
	position: absolute;
    top: 616px;
    right: 376px;
	height: 50px;
	width: 80px;
	background: url(../img/general/tick_black.svg) no-repeat 100% 50% / 12px 10px;
	cursor: pointer;
	
    font-family: "Apercu-Pro-Bold";
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 50px;
}
#screen_1 img{
	display: none;
}

@media (max-width: 991px){
	#screen_1{
		height: auto;
		padding-top: 50px;
	}
	#screen_1 .bg{
		display: none;
	}
	#screen_1 .container::before{
		display: none;
	}
	#screen_1 .title_type_1,
	#screen_1 .text_type_1,
	#screen_1 .cta_btn_type_2{
		position: static;
		margin-bottom: 30px;
		text-align: center;
	}
	#screen_1 .title_type_1 span{
		color: inherit;
	}
	#screen_1 .scrool_btn{
		display: none;
	}
	#screen_1 img{
		display: block;
		margin: auto;
		max-width: 100%;
		height: auto;
	}
}
/*END #screen_1*/

/*BEGIN #screen_2*/
#screen_2{
	height: 1338px;
	background: url(../img/content/screen_2_bg.png) no-repeat 50% 0;
}
#screen_2 .content_img_2{
	position: absolute;
	top: 520px;
	left: 0;
}
#screen_2 .content_img_3{
	position: absolute;
	top: 520px;
	right: 0;
}
#screen_2 .content_img_4{
	position: absolute;
	top: 860px;
	left: -5px;
	width: calc(100% + 10px);
	height: auto;
}

@media (max-width: 1150px){
	#screen_2{
		height: auto;
		background: none;
	}
	#screen_2 .content_img_2,
	#screen_2 .content_img_3,
	#screen_2 .content_img_4{
		position: static;
		display: block;
		width: 100%;
		max-width: 486px;
		height: auto;
		margin: 30px auto 0;
	}
	#screen_2 .content_img_2{
		margin-top: 35px;
	}
}
/*END #screen_2*/

/*BEGIN #screen_3*/
#screen_3{
	height: 780px;
	background: url(../img/content/screen_3_bg.png) no-repeat 50% 0;
}
#screen_3 .map{
    position: relative;
    width: 1166px;
	height: 398px;
    margin-top: 179px;
	margin-left: -15px;
	background: url(../img/content/map.jpg) no-repeat 50% 0;
}
#screen_3 .map .point{
	position: absolute;
	top: 114px;
	left: 50%;
	margin-left: -35px;
	width: 66px;
	height: 83px;
	background: url(../img/content/map_point.png) no-repeat 0 0;
}
#screen_3 .map a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1150px){
	#screen_3{
		height: auto;
		background: none;
	}
	#screen_3 .map{
		position: relative;
		width: 100%;
		height: 330px;
		margin-top: 0;
		margin-left: 0;
	}
}
/*END #screen_3*/

/*BEGIN #footer*/
#footer{
	padding-bottom: 90px;
}
/*END #footer*/