/*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: #161616;
   
	-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: "GTWalsheimPro-Light";
	src: url("../fonts/GTWalsheimPro-Light.eot");
	src: local("☺"), url("../fonts/GTWalsheimPro-Light.woff") format("woff"), 
	url("../fonts/GTWalsheimPro-Light.ttf") format("truetype"), 
	url("../fonts/GTWalsheimPro-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "GTWalsheimPro-Regular";
	src: url("../fonts/GTWalsheimPro-Regular.eot");
	src: local("☺"), url("../fonts/GTWalsheimPro-Regular.woff") format("woff"), 
	url("../fonts/GTWalsheimPro-Regular.ttf") format("truetype"), 
	url("../fonts/GTWalsheimPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "GTWalsheimPro-Medium";
	src: url("../fonts/GTWalsheimPro-Medium.eot");
	src: local("☺"), url("../fonts/GTWalsheimPro-Medium.woff") format("woff"), 
	url("../fonts/GTWalsheimPro-Medium.ttf") format("truetype"), 
	url("../fonts/GTWalsheimPro-Medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "GTWalsheimPro-Bold";
	src: url("../fonts/GTWalsheimPro-Bold.eot");
	src: local("☺"), url("../fonts/GTWalsheimPro-Bold.woff") format("woff"), 
	url("../fonts/GTWalsheimPro-Bold.ttf") format("truetype"), 
	url("../fonts/GTWalsheimPro-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "MuseoSansCyrl_900";
	src: url("../fonts/MuseoSansCyrl_900.eot");
	src: local("☺"), url("../fonts/MuseoSansCyrl_900.woff") format("woff"),
	url("../fonts/MuseoSansCyrl_900.ttf") format("truetype"),
	url("../fonts/MuseoSansCyrl_900.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*END FONTS*/

/*BEGIN .film_effect*/
.film_effect{
    position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    height: 100vh;
}

@media (max-width: 1250px){
	.film_effect{
		display: none;
	}
}
/*END .film_effect*/

/*BEGIN .cursor_elements*/
@media (min-width: 1251px){
	*.ce, *.ce *{
		cursor: none !important;
	}
	.cursor{
		z-index: 2000;
		position: fixed;
		width: 12px;
		height: 12px;
		background: #FF0030;
		
		-webkit-border-radius: 100%;
		border-radius: 100%;
		
		-webkit-transform: scale(1);
		transform: scale(1);
		
		-webkit-transition: transform 0.3s cubic-bezier(.75,-1.27,.3,2.33), opacity 0.3s cubic-bezier(.75,-1.27,.3,2.33);
		transition: transform 0.3s cubic-bezier(.75,-1.27,.3,2.33), opacity 0.3s cubic-bezier(.75,-1.27,.3,2.33);
		
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		
		pointer-events: none;
	}
	.cursor.active{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.cursor_follower{
		z-index: 2000;
		position: fixed;
		width: 80px;
		height: 80px;
		background: rgba(255,0,48,0.3);
		/*border: 1px solid #fff;*/
		
		-webkit-border-radius: 100%;
		border-radius: 100%;
		
		-webkit-transition: transform 0.4s cubic-bezier(.75,-1.27,.3,2.33), opacity 0.2s cubic-bezier(.75,-.27,.3,1.33);
		transition: transform 0.4s cubic-bezier(.75,-1.27,.3,2.33), opacity 0.2s cubic-bezier(.75,-.27,.3,1.33);
		
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		
		pointer-events: none;
	}
	.cursor_follower.active{
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}
	.cursor.out,
	.cursor_follower.out{
		opacity: 0;
	}
	.cursor.start_out,
	.cursor_follower.start_out{
		opacity: 0;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    *.ce, *.ce *{
		cursor: default !important;
	}
}

@media (max-width: 1250px){
	.cursor, .cursor_follower{
		display: none;
	}
}
/*END .cursor_elements*/

/*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: #161616; }
p::selection      { color: #fff;  background: #161616; }
a::-moz-selection { color: #fff;  background: #161616; }
a::selection      { color: #fff;  background: #161616; }
li::-moz-selection { color: #fff;  background: #161616; }
li::selection      { color: #fff;  background: #161616; }
span::-moz-selection { color: #fff;  background: #161616; }
span::selection      { color: #fff;  background: #161616; }
h1::-moz-selection { color: #fff;  background: #161616; }
h1::selection      { color: #fff;  background: #161616; }
h2::-moz-selection { color: #fff;  background: #161616; }
h2::selection      { color: #fff;  background: #161616; }
h3::-moz-selection { color: #fff;  background: #161616; }
h3::selection      { color: #fff;  background: #161616; }
h3::-moz-selection { color: #fff;  background: #161616; }
h3::selection      { color: #fff;  background: #161616; }
td::-moz-selection { color: #fff;  background: #161616; }
td::selection      { color: #fff;  background: #161616; }
input::-moz-selection { color: #000 !important;  background: #161616; }
input::selection      { color: #000 !important;  background: #161616; }
textarea::-moz-selection { color: #000 !important;  background: #161616; }
textarea::selection      { color: #000 !important;  background: #161616; }

::-webkit-input-placeholder{color: #161616;}
::-moz-placeholder{color: #161616;}
:-ms-input-placeholder{color: #161616;} 
:-o-input-placeholder{color: #161616;} 

html{
	font-size: 10px;
}
body{
	position: relative;
	background: #fff url(../img/content/main_bg.png) repeat-y 0 0 / 100% auto scroll;
	font-family: "GTWalsheimPro-Light";
	font-size: 1em;
	color: #161616;
	line-height: normal;
	overflow-x: hidden;
}
body::before{
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/content/bg_ellipses.webp) no-repeat 50% 770px / auto auto;
}
textarea{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	vertical-align: top;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="tel"],
select{
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
p, span, h1, h2, h3, h4{
	cursor: default;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
a:hover, a:focus{
	color: inherit;
}
button{
	outline: none !important;
}
.clear{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
.container{
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1254px;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	*{
		background-attachment: scroll !important;
	}
}

@supports (-ms-ime-align:auto){
	*{
		background-attachment: scroll !important;
	}
}

@media (min-width: 2561px), (max-width: 1250px), (min-height: 1081px){
	*{
		background-attachment: scroll !important;
	}
}

@media (min-width: 1251px){
	body::-webkit-scrollbar{
		width: 10px;
	}
	body::-webkit-scrollbar-track{
		background: #fff;
	}
	body::-webkit-scrollbar-thumb{
	   background: #161616; 
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN GENERAL ELEMENTS*/
.screen_relative{
	position: relative;
}
.screen_inner{
	position: relative;
}
.full_screen{
	height: 100vh;
	min-height: 530px;
}
.middle_element{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.full_width_img{
	display: block;
	width: 100%;
	height: auto;
}
.align_center{
	text-align: center;
}
.animated_element,
.animated_element img{
	will-change: transform, opacity;
}
/*.animated_element.draw,
.animated_element.draw img{
	will-change: auto;
}*/
.animated_element.fade_in_simple{
	-webkit-transition: opacity 0.9s ease;
	transition: opacity 0.9s ease;
}
.animated_element.fade_in_simple.prepare{
	opacity: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_simple_slow{
	-webkit-filter: blur(0);
    filter: blur(0);
	
	-webkit-transition: opacity 3.6s ease, -webkit-filter 3.6s ease;
	transition: opacity 3.6s ease, filter 3.6s ease;
}
.animated_element.fade_in_simple_slow.prepare{
	opacity: 0;
	
	-webkit-filter: blur(20px);
    filter: blur(20px);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_top,
.animated_element.fade_in_from_bottom,
.animated_element.fade_in_from_left,
.animated_element.fade_in_from_right{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease;
}
.animated_element.fade_in_from_top.prepare{
	opacity: 0;
	
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_bottom.prepare{
	opacity: 0;
	
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_left.prepare{
	opacity: 0;
	
	-webkit-transform: translate(-70px, 0);
	transform: translate(-70px, 0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_right.prepare{
	opacity: 0;
	
	-webkit-transform: translate(70px, 0);
	transform: translate(70px, 0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_element.fade_in_from_scale{
	-webkit-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: opacity 0.9s ease, transform 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease;
}
.animated_element.fade_in_from_scale.prepare{
	opacity: 0;
	
	-webkit-transform: scale(0);
	transform: scale(0);
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.animated_letters_move.hidden_letters > span > span{
	will-change: transform, opacity;
}
.oe{
	cursor: pointer;
}

@media (min-width: 1251px){
	.oe{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	.oe:hover{
		opacity: 0.7;
	}
}
/*END GENERAL ELEMENTS*/

/*BEGIN MARGINS AND PADDINGS*/
.mb_10{
	margin-bottom: 10px;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_25{
	margin-bottom: 25px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_50{
	margin-bottom: 50px;
}
.mb_80_25{
	margin-bottom: 80px;
}

@media (min-width: 1251px){
	.pl_50{
		padding-left: 50%;
	}
}

@media (max-width: 991px){
	.mb_80_25{
		margin-bottom: 25px;
	}
}
/*END MARGINS AND PADDINGS*/

/*BEGIN TEXT*/
*{
	font-weight: normal;
}
.text_caps{
	text-transform: uppercase;
}
.text_red{
	color: #FF0030;
}
.text_redular{
	font-family: "GTWalsheimPro-Regular";
}
.text_medium{
	font-family: "GTWalsheimPro-Medium";
}
.text_bold{
	font-family: "GTWalsheimPro-Bold";
}
.title_type_1{
	font-size: 16rem;
	line-height: 1.1em;
}
.title_type_2{
	font-size: 6.4rem;
	line-height: 1.1em;
}
.text_type_1{
	font-size: 1.8rem;
	line-height: 1.2em;
}
.text_type_2{
	font-size: 2.4rem;
	line-height: 1.2em;
}
.text_type_3{
	font-size: 2.6rem;
	line-height: 1.2em;
}
.text_type_4{
	font-size: 3.6rem;
	line-height: 1.2em;
}
.text_type_5{
	font-family: "MuseoSansCyrl_900";
	font-size: 1.4rem;
	line-height: 1.2em;
}
span.line{
	position: relative;
}
span.line::after{
    content: "";
    z-index: -1;
    position: absolute;
    top: 0.17em;
    left: 0.38em;
    width: 0.04em;
    height: 0.75em;
    background: #141414;
	
	-webkit-transform: skew(-45deg);
    transform: skew(-45deg);
}
span.line.red::after{
	background: #FC0D1B;
}

@media (max-width: 991px){
	.title_type_2{
		font-size: 3.6rem;
	}
	.text_type_4{
		font-size: 2.4rem;
	}
}
/*END TEXT*/

/*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: 60px;
	line-height: 60px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	
	font-size: 1.8rem;
	color: #161616;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field{
	outline: none !important;
	border-bottom: 4px solid #FF0030;
	
	-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;
	color: #BABABA;
	pointer-events: none;
}
.field_wrapper.active .span_placeholder{
	top: -20px;
	height: 20px;
	line-height: 20px;
	font-size: 1.4rem;
}
.field_wrapper.warning .span_placeholder{
	color: #FF0030;
}
.field_wrapper .field_line{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	background: #FF0030;
	
	-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;
}
.form_go, .form_go *, .span_placeholder{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
	cursor: pointer;
}
.form_go{
	background: #141414;
	line-height: 76px;
	text-align: center;
	letter-spacing: 0.2em;
display: flex;
	align-items: center;
	justify-content: center;

}

.form_go:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/general/btn_arrow.svg') no-repeat top left;
	background-size: contain;
	margin-right: 8px;

}
.field_wrapper .alarm{
	position: absolute;
	opacity: 0;
	margin: 0;
	bottom: -20px;
	right: 0;
	
	font-size: 1.4rem;
	color: #FF0030;
	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: #FF0030;
	color: #FF0030;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}
.form_simple{
	max-width: 728px;
}

@media (max-width: 991px){
	.form_simple{
		max-width: 100%;
	}
}
/*END FORM SETTINGS*/

/*BEGIN #top_menu*/
#top_menu{
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 110px;
	padding: 0 50px;
}


@media(min-width:992px) {
	#top_menu{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

#top_menu .top_logo{
	left: 50px;
	width: 160px;
	height: 72px;
}


#top_menu .contacts_block{
	flex: 1 0 auto;
}

@media(min-width:992px) {
	#top_menu .contacts_block{
		display: flex;
		justify-content: center;
	}
}


#top_menu .contacts_block a{
	display: inline-block;
	margin-right: 20px;
	line-height: 50px;
}
#top_menu .decor_text{
	right: 290px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
}
#top_menu .social_links{
	right: 50px;
	margin-left: auto;
}
#top_menu .social_links a{
	float: left;
	display: block;
	width: 50px;
	height: 50px;
}
#top_menu .social_links a.social_instagram{
	background: url(../img/general/social_instagram.svg) no-repeat center center / 32px 32px;
}
#top_menu .social_links a.social_facebook{
	background: url(../img/general/social_facebook.svg) no-repeat 0 0 / 100% 100%;
}

@media (min-width: 992px) and (max-height: 700px){
	#top_menu{
		height: 100px;
	}
	#top_menu > *{
		top: 25px;
	}
}

@media (max-width: 1270px){
	#top_menu .top_logo{
		left: 30px;
	}
	/*#top_menu .contacts_block{*/
	/*	left: 215px;*/
	/*}*/
	#top_menu .decor_text{
		right: 200px;
	}
	#top_menu .social_links{
		right: 30px;
	}
}

@media (max-width: 991px){
	#top_menu{
		position: absolute;
		width: 100%;
		height: 120px;

		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	#top_menu > *{
		/*position: absolute;*/
	}
	#top_menu .top_logo{
		top: 15px;
		left: 15px;

		padding-right: 30px;
	}
	#top_menu .contacts_block{
		/*position: absolute;*/
		/*top: 32px;*/
		/*left: 160px;*/
		/*!*right: 15px;*!*/
		/*width: 170px;*/
		text-align: left;
		left: 0;



	}
	#top_menu .contacts_block a{
		margin-right: 0;
		line-height: 1.4;
		display: block;
	}



	#top_menu .contacts_block a.text_type_1{
		font-size: 1.2rem;
	}
	#top_menu .decor_text{
		display: none;
	}

	#top_menu .social_links {
		display: flex;
		align-items: center;
	}

	#top_menu .social_links a{
		width: 24px;
		height: 24px;
		background-size: contain !important;
		/*top: 120px;*/
		/*right: 15px;*/
	}

	#top_menu .social_links .social_facebook {
		width: 32px;
		height: 32px;
	}
}
/*END #top_menu*/

/*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 .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 .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;
	border: 2px solid red;
	
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


#thanx_popup .popup_inner:before,
#thanx_popup .popup_inner:after {
	content: '';
	display: block;
	width: 30%;
	height: 100%;
	position: absolute;

	border-radius: 24.1875rem;
	opacity: 0.81;
	background: #FBD7D9;

	filter: blur(110.9000015258789px);
 }

#thanx_popup .popup_inner:before {
	bottom: -15%;
	right: -15%;
}

#thanx_popup .popup_inner:after {
	top: -15%;
	left: -15%;
}


#thanx_popup .popup_close{
    position: absolute;
    top: -45px;
    right: -5px;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
	background: url(../img/general/close_white.svg) no-repeat 50% 50% / 30px 30px;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#thanx_popup_info{
	text-align: center;
}
#thanx_popup_info p:nth-child(1){
	margin-bottom: 15px;
	font-family: "MuseoSansCyrl_900";
	font-size: 6.4rem;
	color: #FF0030;
	text-transform: uppercase;
	letter-spacing: 0.007em;
}
#thanx_popup_info p:nth-child(2), #thanx_popup_info p:nth-child(3){
	margin-bottom: 5px;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
}

@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: 1.8rem;
	}
}

@media (max-height: 400px){
	#thanx_popup .popup_inner{
		padding: 15px;
	}
}
/*END #thanx_popup*/

/*BEGIN .screen_1*/
.screen_1 .title_type_1{
	padding-left: 50px;
	white-space: nowrap;
}
.screen_1 .title_type_1 .ready{
	position: relative;
}
.screen_1 .title_type_1 .ready .navigation_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 392px;
    height: 76px;
	
    -webkit-transform: translate(-50%, -53%) rotate(-33deg);
    transform: translate(-50%, -53%) rotate(-33deg);
	
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.screen_1 .title_type_1 .ready .navigation_btn:hover{
	-webkit-transform: translate(-50%, -53%) rotate(0deg);
    transform: translate(-50%, -53%) rotate(0deg);
}
.screen_1 .title_type_1 .and{
	position: relative;
	padding: 0 0.14em;
}
.screen_1 .title_type_1 .and::before{
	content: "";
	position: absolute;
    top: 50%;
    left: 50%;
	width: 1em;
	height: 1em;
	background: #141414;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.screen_1 .title_type_1 .and span{
	z-index: 1;
	position: relative;
    top: -0.5em;
	display: inline-block;
	font-size: 0.42em;
	
	-webkit-transform: skew(-6deg);
	transform: skew(-6deg);
}
.screen_1 .middle_element{
	width: auto;
}
.screen_1 .middle_element .text_type_3{
	position: absolute;
	top: 100%;
	right: 90px;
}

.mobile-button-sc-1 {
	display: none;
}

@media (max-width: 1024px) {
	.mobile-button-sc-1 {
		display: flex;
		margin-top: 24px;
		margin-left: 15px;
	}
}

@media (max-width: 1700px){
	.screen_1 .title_type_1{
		font-size: 11rem;
	}
	.screen_1 .title_type_1 .ready .navigation_btn{
		-webkit-transform: translate(-50%, -53%) rotate(-33deg) scale(0.7);
		transform: translate(-50%, -53%) rotate(-33deg) scale(0.7);
	}
	.screen_1 .title_type_1 .ready .navigation_btn:hover{
		-webkit-transform: translate(-50%, -53%) rotate(0deg) scale(0.7);
		transform: translate(-50%, -53%) rotate(0deg) scale(0.7);
	}
}

@media (max-width: 1270px){
	.screen_1 .title_type_1{
		padding-left: 30px;
		font-size: 8rem;
	}
	.screen_1 .title_type_1 .ready .navigation_btn{
		display: none;
	}
}

@media (max-width: 991px){
	.screen_1 .title_type_1{
		padding: 0 15px;
		font-size: 6rem;
	}
	.screen_1 .middle_element .text_type_3{
		position: static;
		margin-top: 15px;
		padding: 0 15px;
		font-size: 1.6rem;
	}
	.screen_1 .middle_element .text_type_3 br{
		display: none;
	}
}

@media (max-width: 767px){
	.screen_1 .title_type_1{
		font-size: 3.3rem;
	}
}

@media (max-width: 374px){
	.screen_1 .title_type_1{
		font-size: 2.8rem;
	}
}
/*END .screen_1*/

/*BEGIN .screen_2*/
.screen_2 .rect{
	width: calc(607px + 50vw);
	height: 35px;
	margin-bottom: 65px;
	background: #141414;
	
	-webkit-transition: width 0.9s ease;
	transition: width 0.9s ease;
}
.screen_2 .rect.prepare{
	width: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.screen_2 .info_block{
	margin-top: 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-justify-content: space-between;
	justify-content: space-between;
}
.screen_2 .info_block .part{
	position: relative;
	width: 33%;
	min-height: 416px;
	padding-top: 75px;
	text-align: center;
}
.screen_2 .info_block .part .arrow{
	position: absolute;
	top: 0;
}
.screen_2 .info_block .part:nth-child(1) .arrow{
	left: 0;
	width: 50%;
	height: 100%;
	background: url(../img/content/round_arrow_1.svg) no-repeat 0 0 / 202px 416px;
	
	-webkit-transition: height 0.9s ease;
	transition: height 0.9s ease;
}
.screen_2 .info_block .part:nth-child(2) .arrow{
	left: 0;
	width: 100%;
	height: 50%;
	background: url(../img/content/round_arrow_2.svg) no-repeat 0 0 / 404px 208px;
	
	-webkit-transition: width 0.9s ease;
	transition: width 0.9s ease;
}
.screen_2 .info_block .part:nth-child(3) .arrow{
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../img/content/round_arrow_3.svg) no-repeat 0 0 / 202px 416px;
	
	-webkit-transition: height 0.9s ease;
	transition: height 0.9s ease;
}
.screen_2 .info_block .part:nth-child(1) .arrow.prepare,
.screen_2 .info_block .part:nth-child(3) .arrow.prepare{
	height: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.screen_2 .info_block .part:nth-child(2) .arrow.prepare{
	width: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}

.screen_2 .info_block .text_block{
	z-index: 1;
	position: relative;
}
.cta_btn_type_1{
	width: 392px;
	max-width: 100%;
	height: 76px;
	cursor: pointer;
}
.cta_btn_type_1 div{
	position: relative;
}
.cta_btn_type_1 div:nth-child(1),
.cta_btn_type_1 div:nth-child(3){
	height: 20px;
	background: #141414;
}
.cta_btn_type_1 div:nth-child(2){
	height: 36px;
	color: #FF0030;
	/* background: url(../img/content/cta_btn_1.svg) no-repeat 0 0 / 100% 100%; */
}
.screen_2 .cta_btn_type_1{
	margin: 0 auto 182px;
}
.s_mark{
	z-index: -1;
	position: absolute;
	top: 585px;
	left: 0;
	width: 898px;
	height: 1436px;
	background: url(../img/content/s_mark.svg) no-repeat 0 0 / 100% 100%;
}

@media (min-width: 1251px){
	.cta_btn_type_1 div{
		left: 0;
		
		-webkit-transition: left 0.3s ease-in-out;
		transition: left 0.3s ease-in-out;
	}
	/*.cta_btn_type_1:hover div:nth-child(1),
	.cta_btn_type_1:hover div:nth-child(3){
		left: -5px;
	}*/
	.cta_btn_type_1:hover div:nth-child(2){
		left: 10px; 
	}
}

@media (max-width: 1250px){
	.cta_btn_type_1{
		background: #141414;
	}
}

@media (max-width: 1260px){
	.screen_2 .rect{
		width: 100%;
		height: 15px;
	}
	.screen_2 .info_block .part .arrow{
		display: none;
	}
}

@media (max-width: 991px){
	.screen_2 .info_block{
		display: block;
		margin-top: 0;
		margin-bottom: 75px;
	}
	.screen_2 .info_block .part{
		width: 100%;
		min-height: 0;
	}
	.screen_2 .cta_btn_type_1{
		margin: 0 auto 120px;
	}
	.screen_2 .text_type_4 br{
		display: none;
	}
	.s_mark{
		display: none;
	}
}

@media (max-width: 767px){
	.screen_2 .info_block .part{
		text-align: left;
	}
	.screen_2 .info_block .part br{
		display: none;
	}
}
/*END .screen_2*/

/*BEGIN .screen_3*/
.screen_3{
	padding-top: 258px;
}
.switch_block_type_1{
	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;
	
	margin-bottom: 107px;
	border-bottom: 1px solid #161616;
}
.switch_block_type_1 .switch_btn{
	color: #FF0030;
	line-height: 80px;
	cursor: pointer;
	text-transform: uppercase;
	
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.switch_block_type_1 .switch_btn.active{
	color: #161616;
	
	-webkit-box-shadow: 0 8px 0px 0px #161616;
	box-shadow: 0 8px 0px 0px #161616;
}
.switch_block_type_1 .switch_btn:not(:last-child){
	margin-right: 72px;
}

@media (max-width: 991px){
	.screen_3{
		padding-top: 120px;
	}
	.switch_block_type_1{
		display: block;
		margin-bottom: 90px;
		border-bottom: none;
	}
	.switch_block_type_1 .switch_btn{
		background: transparent;
		padding: 0 15px;
		border: 1px solid #161616;
		color: #161616;
		line-height: 50px;
		text-transform: none;
	}
	.switch_block_type_1 .switch_btn.active{
		background: #161616;
		color: #fff;
		
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.switch_block_type_1 .switch_btn:not(:last-child){
		margin-bottom: 10px;
		margin-right: 0;
	}
}
/*END .screen_3*/

/*BEGIN .projects_block*/
.projects_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;
}
.projects_block .part{
	position: relative;
	max-width: 100%;
	margin-bottom: 240px;
	line-height: 0;
}
.projects_block .part.small{
	width: 420px;
	height: 525px;
	padding-bottom: 24px;
}
.projects_block .part.big{
	width: 640px;
	height: 800px;
}
.projects_block .part.small img{
	width: 420px;
	height: auto;
}
.projects_block .part.big img{
	width: 640px;
	height: auto;
}
.projects_block .part .img_block,
.projects_block .part .img_block .distortion_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.projects_block .part .text_block{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-height: 130px;
	padding: 25px 0;
}
.projects_block .part .img_block .cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	
	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
.projects_block .part .img_block:hover .cover{
	opacity: 1;
}
.projects_block .part .img_block .cover p{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1.1em;
	letter-spacing: 0.03em;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.projects_block .part:nth-child(4n+4){
/*	top: 275px; */
}

@media (max-width: 1120px){
	.projects_block{
		display: block;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	.projects_block .part{
		margin-bottom: 45px;
	}
	.projects_block .part.small,
	.projects_block .part.big{
		width: 100%;
		height: auto;
	}
	.projects_block .part.small img,
	.projects_block .part.big img{
		width: 100%;
		height: auto;
	}
	.projects_block .part:nth-child(4n+4){
		top: 0;
	}
	.projects_block .part .text_block{
		position: relative;
	}
}
/*END .projects_block*/

/*BEGIN .screen_4*/
.screen_4 .right_text{
	position: absolute;
	top: 120px;
	left: 50%;
}
.calculator{
	margin-top: 80px;
	margin-bottom: 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;
}
.calculator .panel{
	width: 728px;
}
.calculator .part:not(:last-child){
	margin-bottom: 72px;
}
.calculator .part .text_type_2 .text_type_4{
	margin-right: 52px;	
}



.calculator .option_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;
}

.calculator .option_block .option_btn{
	position: relative;
	display: table;
	width: 357px;
	height: 120px;
	background: #fff;
	border: 3px solid #FF0030;
	text-align: center;
	cursor: pointer;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.calculator .option_block:not(.allowed) .option_btn{
	border: 3px solid gray;
}

.calculator .option_block:not(.allowed) .option_btn {
	pointer-events: none;
}


.calculator .option_block .option_btn::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.calculator .option_block .option_btn.active{
	background: #FF0030;
	color: #fff;
}
.calculator .option_block .option_btn span{
	display: table-cell;
	vertical-align: middle;
}
.calculator .price_wrapper{
	width: calc(100% - 728px);
}
.calculator .price_block{
	position: sticky;
	top: 0;
	left: 0;
	padding-top: 15px;
	padding-left: 104px;
	white-space: nowrap;

	opacity: 0;

	transition: all 0.3s linear;
}

.calculator .price_block.visible {
	opacity: 1;
}

@media (max-width: 1250px){
	.screen_4 .right_text{
		position: static;
		margin-top: 15px;
	}
	.screen_4 .right_text br{
		display: none;
	}
}

@media (max-width: 1120px){
	.calculator .price_block{
		padding-left: 30px;
	}
}

@media (max-width: 991px){
	.calculator{
		margin-top: 50px;
		margin-bottom: 70px;
		display: block;
	}
	.calculator .panel{
		width: 100%;
	}
	.calculator .part{
		margin-bottom: 70px;
	}
	.calculator .part .text_type_2 .text_type_4{
		margin-right: 15px;	
	}
	.calculator .option_block{
		display: block;
	}
	.calculator .option_block .option_btn{
		width: 100%;
		height: 120px;
		padding: 0 15px;
		border-width: 1px;
		text-align: center;
	}
	.calculator .option_block .option_btn:not(:last-child){
		margin-bottom: 10px;
	}
	.calculator .option_block .option_btn span br{
		display: none;
	}
	
	.calculator .price_block{
		padding-left: 0;
	}
}
/*END .screen_4*/

/*BEGIN .footer*/
.footer{
	position: relative;
	height: 110px;
	margin-top: 80px;
}
.footer > *{
	position: absolute;
	top: 28px;
}
.footer .logo{
	left: 50px;
	width: 160px;
	height: 72px;
}
.footer .contacts_block{
	left: 50%;
	margin-left: -226px;
}
.footer .contacts_block a{
	display: inline-block;
	margin-right: 20px;
	line-height: 50px;
}
.footer .social_links{
	right: 50px;
}
.footer .social_links a{
	float: left;
	display: block;
	width: 50px;
	height: 50px;
}
.footer .social_links a.social_instagram{
	background: url(../img/general/social_instagram.svg) no-repeat center center / 32px 32px;
}
.footer .social_links a.social_facebook{
	background: url(../img/general/social_facebook.svg) no-repeat 0 0 / 100% 100%;
}
.footer .contacts_block br{
	display: none;
}

@media (max-width: 1270px){
	.footer .top_logo{
		left: 30px;
	}
	.footer .social_links{
		right: 30px;
	}
}

@media (max-width: 991px){
	.footer{
		height: auto;
		margin-top: 50px;
		padding: 60px 15px;
		text-align: center;
	}
	.footer > *{
		position: static;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer .logo{
		margin-bottom: 30px;
		max-width: 120px;
	}
	.footer .contacts_block{
		display: block;
		margin-left: auto;
		margin-bottom: 30px;
	}
	.footer .contacts_block a{
		display: block;
		margin-right: 0;
		line-height: 35px;
	}
	.footer .contacts_block br{
		display: inline;
	}
	.footer .social_links{
		width: 100px;
		height: 50px;
	}
	
}
/*END .footer*/