/*BEGIN FONTS*/
@font-face{
	font-family: "BebasNeue-Bold";
	src: url("../fonts/BebasNeue-Bold.eot");
	src: local("☺"), url("../fonts/BebasNeue-Bold.woff") format("woff"), 
	url("../fonts/BebasNeue-Bold.ttf") format("truetype"), 
	url("../fonts/BebasNeue-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "PFDinDisplayPro-Light";
	src: url("../fonts/PFDinDisplayPro-Light.eot");
	src: local("☺"), url("../fonts/PFDinDisplayPro-Light.woff") format("woff"),
	url("../fonts/PFDinDisplayPro-Light.ttf") format("truetype"), 
	url("../fonts/PFDinDisplayPro-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "PFDinDisplayPro-Regular";
	src: url("../fonts/PFDinDisplayPro-Regular.eot");
	src: local("☺"), url("../fonts/PFDinDisplayPro-Regular.woff") format("woff"),
	url("../fonts/PFDinDisplayPro-Regular.ttf") format("truetype"), 
	url("../fonts/PFDinDisplayPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "PFDinDisplayPro-Bold";
	src: url("../fonts/PFDinDisplayPro-Bold.eot");
	src: local("☺"), url("../fonts/PFDinDisplayPro-Bold.woff") format("woff"), 
	url("../fonts/PFDinDisplayPro-Bold.ttf") format("truetype"), 
	url("../fonts/PFDinDisplayPro-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "PFDinTextCondPro-Regular";
	src: url("../fonts/PFDinTextCondPro-Regular.eot");
	src: local("☺"), url("../fonts/PFDinTextCondPro-Regular.woff") format("woff"), 
	url("../fonts/PFDinTextCondPro-Regular.ttf") format("truetype"),
	url("../fonts/PFDinTextCondPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "PFDinTextCondPro-Bold";
	src: url("../fonts/PFDinTextCondPro-Bold.eot");
	src: local("☺"), url("../fonts/PFDinTextCondPro-Bold.woff") format("woff"), 
	url("../fonts/PFDinTextCondPro-Bold.ttf") format("truetype"),
	url("../fonts/PFDinTextCondPro-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "PFDinTextPro-Regular";
	src: url("../fonts/PFDinTextPro-Regular.eot");
	src: local("☺"), url("../fonts/PFDinTextPro-Regular.woff") format("woff"), 
	url("../fonts/PFDinTextPro-Regular.ttf") format("truetype"),
	url("../fonts/PFDinTextPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "PFDinTextCondPro-XThin";
	src: url("../fonts/PFDinTextCondPro-XThin.eot");
	src: local("☺"), url("../fonts/PFDinTextCondPro-XThin.woff") format("woff"),
	url("../fonts/PFDinTextCondPro-XThin.ttf") format("truetype"), 
	url("../fonts/PFDinTextCondPro-XThin.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*END FONTS*/

/*BEGIN #preloader*/
#preloader{
	z-index: 200;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d11f75;
}
/*END #preloader*/

/*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: #d11f75;  background: #faaf41; }
p::-moz-selection { color: #fff;  background: #faaf41; }
p::selection      { color: #fff;  background: #faaf41; }
a::-moz-selection { color: #fff;  background: #faaf41; }
a::selection      { color: #fff;  background: #faaf41; }
li::-moz-selection { color: #fff;  background: #faaf41; }
li::selection      { color: #fff;  background: #faaf41; }
span::-moz-selection { color: #fff;  background: #faaf41; }
span::selection      { color: #fff;  background: #faaf41; }
h1::-moz-selection { color: #fff;  background: #faaf41; }
h1::selection      { color: #fff;  background: #faaf41; }
h2::-moz-selection { color: #fff;  background: #faaf41; }
h2::selection      { color: #fff;  background: #faaf41; }
h3::-moz-selection { color: #fff;  background: #faaf41; }
h3::selection      { color: #fff;  background: #faaf41; }
td::-moz-selection { color: #fff;  background: #faaf41; }
td::selection      { color: #fff;  background: #faaf41; }
input::-moz-selection { color: #000 !important;  background: #faaf41; }
input::selection      { color: #000 !important;  background: #faaf41; }
textarea::-moz-selection { color: #000 !important;  background: #faaf41; }
textarea::selection      { color: #000 !important;  background: #faaf41; }

::-webkit-input-placeholder{color: #7e858d;}
::-moz-placeholder{color: #7e858d;}
:-ms-input-placeholder{color: #7e858d;} 
:-o-input-placeholder{color: #7e858d;} 

textarea{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"]{
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
p, h1, h2, h3, h4, h5{
	cursor: default;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
button{
	outline: none !important;
	border: 0;
	
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
html, body{
	overflow-x: hidden;
}
body{
	position: relative;
	font-size: 10px;
}
.nowrap{
	white-space: nowrap;
}
.screen_bg_type_1, .screen_bg_type_2{
	z-index: -1;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .screen_bg_type_1{
		background-attachment: scroll !important;
		background-position: center center !important;
	}
}

@supports (-ms-ime-align:auto){
	.screen_bg_type_1{
		background-attachment: scroll !important;
		background-position: center center !important;
	}
}

.cta_btn_yellow, .cta_btn_yellow *, .cta_popup, .cta_popup *, .navigation_btn, .navigation_btn *{
	cursor: pointer;
	
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
.cta_btn_yellow{
	position: relative;
	min-width: 270px;
	height: 52px;
	background: #faaf41;
	
	font-family: "PFDinTextCondPro-Bold";
	font-size: 1.8em;
	color: #d11f75;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.cta_btn_yellow span:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 52px;
	background: #d11f75;
	
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
	-webkit-transition: -webkit-transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), width 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	-webkit-transition: transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), width 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	transition: transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), width 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
}
.cta_btn_yellow span:nth-child(2){
	position: absolute;
	top: 50%;
	left: calc(100% - 10%);
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #d11f75;
	border-right: 2px solid #d11f75;
	
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: left 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	transition: left 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
}
.cta_btn_yellow span:nth-child(3){
	position: absolute;
	top: 50%;
	left: 50%;
	height: 52px;
	line-height: 52px;
	white-space: nowrap;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cta_btn_yellow span:nth-child(3)::before{
	content: attr(data-letters);
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	color: #fff;
	
	-webkit-transition: width 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	transition: width 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
}
@-webkit-keyframes cta_btn_arrow_state{
	0%{
		margin-left: 0;
	}
	25%{
		margin-left: 3px;
	}
	50%{
		margin-left: 0;
	}
	75%{
		margin-left: -3px;
	}
	100%{
		margin-left: 0;
	}
}
@keyframes cta_btn_arrow_state{
	0%{
		margin-left: 0;
	}
	25%{
		margin-left: 3px;
	}
	50%{
		margin-left: 0;
	}
	75%{
		margin-left: -3px;
	}
	100%{
		margin-left: 0;
	}
}
.cta_btn_consultation{
	margin-top: 16px;
	
	font-family: "PFDinTextCondPro-Bold";
	font-size: 1.8em;
	color: #fff;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.cta_btn_consultation span{
	border-bottom: 1px solid #fff;
}
.spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	background-color: #fff;

	-webkit-border-radius: 100%;  
	border-radius: 100%;  
	
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout{
	0%{ 
		-webkit-transform: scale(0);
	}
	100%{
		opacity: 0;
		
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-scaleout{
	0%{ 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 
	100%{
		opacity: 0;
		
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
	
.number_block{
	width: 100px;
	height: 5px;
	margin: auto;
	background: #faaf41;
	
	font-family: "BebasNeue-Bold";
	font-size: 2em;
	color: #000;
	text-align: center;
	line-height: 0.4em;
}
.h2_big{
	margin-top: 25px;
	margin-bottom: 0;
	
	font-family: "PFDinTextCondPro-Bold";
	font-size: 4.5em;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
.h2_after_text_type_1{
	margin-top: 5px;
	margin-bottom: 0;
	
	font-family: "PFDinTextCondPro-XThin";
	font-size: 4.5em;
	color: #000;
	text-align: center;
	line-height: 1.1em;
	letter-spacing: 0.6px;
}
.h2_after_text_type_2{
	margin-top: 20px;
	margin-bottom: 0;
	
	font-family: "PFDinTextCondPro-Regular";
	font-size: 2.5em;
	color: #000;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: 0.2px;
}
.side_padding_block{
	padding-left: 15px;
	padding-right: 15px;
}
.side_padding_block_white *{
	color: #fff !important;
}
.strip_img_substitute{
	display: none;
}
.ths_block{
	width: 100%;
	max-width: 1030px;
    margin-right: auto;
    margin-left: auto;
}
.wt_type_1{
	font-family: "PFDinTextCondPro-Bold";
	font-size: 3em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
.open_video, .open_video *{
	cursor: pointer;
}
.open_video{
	position: relative;
}
.open_video img{
	width: 100%;
	height: auto;
	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.open_video .hover_img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	
	-webkit-transition: 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	transition: 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
}

@media (min-width: 1271px){
	.container{
		width: 1250px;
	}
	.cta_btn_yellow:hover span:nth-child(1){
		width: 100%;
		border: 1px solid #fff;
		
		-webkit-transform: rotate(0deg) translateZ(0);
		transform: rotate(0deg) translateZ(0);
		
		-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95), width 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		-webkit-transition: transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95), width 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95), width 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	.cta_btn_yellow:hover span:nth-child(2){
		left: 6%;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		
		-webkit-transition: left 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: left 0.2s cubic-bezier(0.76,0.16,0.33,0.95), border 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		
		-webkit-animation-name: cta_btn_arrow_state;
		animation-name: cta_btn_arrow_state;
		
		-webkit-animation-duration: 1.6s;
		animation-duration: 1.6s;
		
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
		
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
	.cta_btn_yellow:hover span:nth-child(3)::before{
		width: 100%;
		
		-webkit-transition: width 0.2s 0.4s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: width 0.2s 0.4s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	.open_video:hover .hover_img{
		opacity: 1;
	}
}

@media (max-width: 1270px){
	.container{
		width: 100%;
	}
	.screen_bg_type_1{
		background-attachment: scroll !important;
		background-position: center center !important;
	}
	.open_video .hover_img{
		display: none;
	}
}

@media (min-height: 1301px){
	.screen_bg_type_1{
		background-attachment: scroll !important;
		background-position: center center !important;
	}
}

@media (max-width: 991px){
	.h2_big, .h2_after_text_type_1{
		font-size: 3.6em;
	}
	.h2_after_text_type_2{
		margin-top: 15px;
		font-size: 2em;
	}
	.wt_type_1{
		font-size: 2em;
	}
}

@media (max-width: 767px){
	.cta_btn_yellow{
		height: 40px;
		font-size: 1.5em;
	}
	.cta_btn_yellow span:nth-child(1){
		display: none;
	}
	.cta_btn_yellow span:nth-child(3){
		height: 40px;
		line-height: 43px;
	}
	.cta_btn_consultation{
		margin-top: 10px;
		font-size: 1.6em;
	}
	.strip_img{
		display: none;
	}
	.strip_img_substitute{
		display: block;
	}
}

@media (max-width: 600px){
	.cta_btn_yellow{
		min-width: 260px;
	}
	.h2_big, .h2_after_text_type_1{
		font-size: 3em;
	}
	.h2_after_text_type_2{
		font-size: 1.8em;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN FORM SETTINGS*/
.simple_form{
	background: #fff;
}
.field_checkout{
	display: none;
}
.field_wrapper{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.field_wrapper .field, .field_wrapper .span_placeholder{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 0;
	
	font-family: "PFDinTextCondPro-Regular";
	font-size: 2em;
	color: #000;
	letter-spacing: 0.6px;
	
	-webkit-transition: 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	transition: 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
}
.field_wrapper .field{
	outline: none !important;
	border-bottom: 1px solid #a7a7a7;
}
.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.4em;
	color: #faaf41;
}
.field_wrapper .field_line{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	background: #faaf41;
	
	-webkit-transition: 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	transition: 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
}
.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{
	display: block;
	margin: 50px auto 0;
}
.field_wrapper .alarm{
	position: absolute;
	opacity: 0;
	margin: 0;
	bottom: -16px;
	right: 0;
	
	font-family: "PFDinTextCondPro-Regular";
	font-size: 1.4em;
	color: #ff0000;
	letter-spacing: 0.6px;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}

@media (max-width: 600px){
	.field_wrapper .field, .field_wrapper .span_placeholder{
		font-size: 1.6em;
	}
	.form_go{
		margin: 40px auto 0;
	}
}
/*END FORM SETTINGS*/

/*BEGIN #pop-up*/
#pop-up{
	z-index: 100;
	position: fixed;
    top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	display: none;
    
}
#pop_up_wrapper{
	position: relative;
	display: table;
    height: 100%;
    width: 100%;
}
#pop_up_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);
}
#pop_up_cover .spinner{
	display: none;
}
#pop_up_cell{
	display: table-cell;
    vertical-align: middle;
}
#pop_up_inner{
	position: relative;
	width: calc(100% - 30px);
	max-width: 580px;
	margin: auto;
	padding: 60px 80px 53px 80px;
	background: #fff;
	display: none;
}
#pop_up_inner.wide{
	max-width: 1000px;
	padding: 60px 0 53px 80px;
}
#pop_up_close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.pop_up_text_center{
	font-family: "PFDinTextCondPro-Regular";
    font-size: 2.5em;
    color: #000;
    letter-spacing: 0.6px;
	text-align: center;
}
.pop_up_text_center .span_color{
	color: #d11f75;
}
.pop_up_big_title, .pop_up_small_title, .pop_up_thanx_title{
	font-family: "PFDinTextCondPro-Bold";
    color: #000;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 0.4px;
	white-space: nowrap;
}
.pop_up_big_title, .pop_up_thanx_title{
	font-size: 4.5em;
}
.pop_up_big_title, .pop_up_small_title{
	margin-bottom: 36px;
}
.pop_up_small_title{
	font-size: 3em;
}

@media (max-width: 600px){
	#pop_up_inner{
		max-width: 380px;
		padding: 42px 15px 30px 15px;
	}
	#pop_up_inner.wide{
		padding: 42px 0 30px 15px;
	}
	#pop_up_close{
		top: 10px;
		right: 10px;
	}
	.pop_up_text_center{
		font-size: 1.8em;
	}
	.pop_up_big_title, .pop_up_thanx_title, .pop_up_small_title{
		font-size: 2em;
		white-space: normal;
	}
}
/*END #pop-up*/

/*END #video_screen*/
#video_screen{
	z-index: 100;
	position: fixed;
    top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	display: none;
}
#video_screen_wrapper{
	position: relative;
	display: table;
    height: 100%;
    width: 100%;
}
#video_screen_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.4);
	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#video_screen_cover .spinner{
	display: none;
}
#video_screen_cell{
	/*display: table-cell;
    vertical-align: middle;*/
}
#video_screen_inner{
	/*position: relative;
	width: calc(100% - 30px);
	max-width: 880px;
	margin: auto;
	display: none;*/
	
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	max-width: 880px;
	margin: auto;
	display: none;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#video_screen_content{
	position: relative;
	width: 100%;
	Padding: 1px;
	padding-bottom: 56.2%;
}
#video_screen_content > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video_screen_close{
	position: absolute;
	top: -30px;
	right: 0;
	cursor: pointer;
	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

@media (max-height: 430px){
	#video_screen_inner{
		max-width: 390px;
	}
}

@media (max-height: 400px){
	#video_screen_inner{
		max-width: 290px;
	}
}
/*END #video_screen*/

/*BEGIN #faq_content*/
#faq_content h2{
	margin: 0 auto 10px;
}
#faq_wrapper{
	max-height: 69vh;
	overflow-y: auto;
}
#faq_wrapper::-webkit-scrollbar{
    width: 6px;
}
#faq_wrapper::-webkit-scrollbar-track{
    background: #f3f3f3;
}
#faq_wrapper::-webkit-scrollbar-thumb{
   background: #faaf41; 
}
#faq_content{
	padding-right: 54px;
	overflow-y: hidden;
}
#faq_content h3, #faq_content p, #faq_content ul, #faq_content ol{
    color: #000;
    letter-spacing: 0.4px;
}
#faq_content h3{
	margin: 25px auto 10px;
	font-family: "PFDinDisplayPro-Bold";
	font-size: 2.2em;
	line-height: 1.2em;
}
#faq_content p, #faq_content ul, #faq_content ol{
	font-family: "PFDinDisplayPro-Light";
	font-size: 1.8em;
	line-height: 1.5em;
}
#faq_content ul, #faq_content ol{
	padding-left: 50px;
}

@media (max-width: 600px){
	#faq_content ul, #faq_content ol{
		padding-left: 30px;
	}
	#faq_content h3{
		font-size: 1.8em;
	}
	#faq_content p, #faq_content ul, #faq_content ol{
		font-size: 1.6em;
		line-height: 1.3em;
	}
}

@media (max-width: 600px){
	#faq_content{
		padding-right: 10px;
	}
}
/*END #faq_content*/

/*BEGIN #nav_bar*/
#nav_bar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #d11f75;
}
#scroll_line{
	position: absolute;
	width: 0;
	height: 3px;
	background: #faaf41;
	
	-webkit-transition: 0s;
	transition: 0s;
}
#scroll_line.finish{
	width: 100% !important;
	
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
#menu_logo{
	position: absolute;
	top: 14px;
	left: 15px;
	width: 84px;
	height: auto;
}
#top_menu{
	width: 700px;
	height: 60px;
	margin: auto;
}
#top_menu_inner{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
#top_menu_inner p{
	margin-bottom: 0;
	height: 60px;
	line-height: 61px;

	font-family: "PFDinTextCondPro-Regular";
	font-size: 1.6em;
	color: #faaf41;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}
#top_menu_inner p span{
	border-bottom: 1px solid transparent;
	
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#nav_bar .cta_btn_yellow{
	position: absolute;
	top: 11px;
	right: 15px;
	min-width: 210px;
	height: 38px;
	font-size: 1.4em;
}
#nav_bar .cta_btn_yellow span:nth-child(1){
	height: 38px;
}
.cta_btn_yellow.nav_bar_cta_btn_yellow span:nth-child(3){
	height: 38px;
	line-height: 38px;
}
#sandwich{
	display: none;
}

@media (min-width: 1271px){
	#top_menu_inner p:hover span{
		border-bottom: 1px solid #faaf41;
	}
}

@media (max-width: 2560px){
	#nav_bar.sticky{
		z-index: 99;
		position: fixed;
		top: 0;
		bottom: auto;
	}
}

@media (max-width: 1270px){
	#top_menu{
		position: absolute;
		margin: 0;
		top: 0;
		left: 120px;
	}
}

@media (max-width: 1150px){
	#scroll_line{
		display: none;
	}
}

@media (max-width: 1080px){
	#top_menu{
		left: 115px;
		width: 610px;
	}
}

@media (max-width: 991px){
	#nav_bar{
		z-index: 97;
		position: fixed !important;
		top: 0 !important;
		bottom: auto !important;
		height: 50px;
	}
	#menu_logo{
		top: 11px;
		width: 76px;
	}
	#nav_bar .cta_btn_yellow{
		display: none;
	}
	#sandwich, #sandwich *{
		cursor: pointer;
	}
	#sandwich{
		position: absolute;
		top: 11px;
		right: 10px;
		display: block;
		padding: 5px;
	}
	#sandwich_inner{
		position: relative;
		width: 30px;
		height: 19px;
	}
	#sandwich_inner div{
		position: absolute;
		left: 0;
		width: 30px;
		height: 3px;
		background: #fff;
	}
	#sandwich_inner div:nth-child(1){
		top: 0;
		
		-webkit-transition: top 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: top 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#sandwich_inner div:nth-child(2){
		top: 8px;
		
		-webkit-transition: opacity 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: opacity 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#sandwich_inner div:nth-child(3){
		bottom: 0;
		
		-webkit-transition: bottom 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: bottom 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#sandwich.active #sandwich_inner div:nth-child(1){
		top: 8px;
		
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		
		-webkit-transition: top 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: top 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#sandwich.active #sandwich_inner div:nth-child(2){
		opacity: 0;
		
		-webkit-transition: opacity 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: opacity 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#sandwich.active #sandwich_inner div:nth-child(3){
		bottom: 8px; 
		
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		
		-webkit-transition: bottom 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: bottom 0.2s cubic-bezier(0.76,0.16,0.33,0.95), transform 0.2s 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#top_menu{
		position: relative;
		left: 0;
		margin-top: 50px;
		width: 100%;
		height: 0;
		overflow: hidden;
		
		-webkit-transition: height 0.4s cubic-bezier(0.76,0.16,0.33,0.95);
		transition: height 0.4s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#top_menu_inner{
		display: block;
		padding: 10px 0 15px 0;
		background: #d11f75;
	}
	#top_menu_inner p{
		width: 100%;
		height: auto;
		line-height: 50px;
		
		font-size: 1.8em;
		text-align: center;
		letter-spacing: 1px;
	}
}

@media (max-height: 450px) and (max-width: 991px){
	#top_menu_inner p{
		font-size: 1.4em;
		line-height: 30px;
	}
}
/*END #nav_bar*/

/*BEGIN #screen_1*/
#screen_1{
	position: relative;
	width: 100%;
	max-width: 2560px;
	height: 100vh;
	min-height: 560px;
	margin: auto;
}
#screen_1 .screen_bg_type_1{
	background: url(../img/screen_1_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
#screen_1 .screen_bg_type_2{
	background: url(../img/screen_1_bg_2.png) no-repeat center center;
	background-size: cover;
}
#screen_1_inner{
	position: relative;
	height: calc(100% - 60px);
}
#top_logo{
	position: absolute;
	top: 56px;
	left: 50%;
	width: 192px;
	height: auto;
	margin-left: 16px;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#after_top_logo{
	position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
	
    font-family: "PFDinDisplayPro-Light";
    font-size: 2.5em;
    color: #faaf41;
    letter-spacing: 0.6px;
    line-height: 0.9em;
    text-align: center;
}
#screen_1_inner_middle_text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 0;
	text-align: center;
	font-size: 1em;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#screen_1_inner_middle_text > span{
	display: block;
}
#screen_1_inner_middle_text > span:nth-child(1), #screen_1_inner_middle_text > span:nth-child(3){
	font-family: "PFDinTextCondPro-Regular";
	font-size: 2.5em;
	color: #faaf41;
	letter-spacing: 0.6px;
	text-transform: lowercase;
}
#screen_1_inner_middle_text > span:nth-child(2){
	font-family: "PFDinTextCondPro-Bold";
	font-size: 7.5em;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5em;
}
#screen_1_inner_middle_text > span:nth-child(1) .tooltip_btn{
	text-decoration: underline;
}
#screen_1_inner_middle_text > span:nth-child(3){
	margin-top: -5px;
}
#screen_1_inner_bottom_text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 85px;
	text-align: center;
}

@media (min-height: 800px) and (min-width: 1271px){
	#screen_1_inner_middle_text > span:nth-child(2){
		font-size: 9.6em;
		line-height: 1.6em;
	}
}

@media (min-height: 1301px) and (min-width: 1271px){
	#screen_1{
		height: 1300px !important;
	}
}

@media (max-height: 900px) and (min-width: 992px){
	#screen_1_inner_middle_text{
		margin-top: -5px;
	}
	#screen_1_inner_bottom_text{
		padding-bottom: 60px;
	}
}

@media (max-height: 730px) and (min-width: 992px){
	#screen_1_inner_middle_text{
		margin-top: 15px;
	}
	#screen_1_inner_bottom_text{
		padding-bottom: 40px;
	}
}

@media (max-height: 680px) and (min-width: 992px){
	#top_logo{
		top: 35px;
	}
	#after_top_logo{
		top: 110px;
	}
	#screen_1_inner_middle_text{
		margin-top: 13px;
	}
	#screen_1_inner_middle_text > span:nth-child(2){
		line-height: 1.2em;
	}
	#screen_1_inner_bottom_text{
		padding-bottom: 20px;
	}
}

@media (max-width: 991px){
	#top_logo{
		top: 100px;
	}
	#after_top_logo{
		top: 174px;
	}
	#screen_1_inner{
		height: 100%;
	}
	#screen_1_inner_middle_text{
		margin-top: 20px;
	}
	#screen_1_inner_middle_text > span:nth-child(2){
		font-size: 5.6em;
	}
	#screen_1_inner_bottom_text{
		padding-bottom: 50px;
	}
}

@media (max-width: 767px){
	#screen_1_inner_middle_text > span:nth-child(2){
		font-size: 4.6em;
	}
}

@media (max-width: 600px){
	#screen_1{
		height: 500px;
		min-height: auto;
	}
	#top_logo{
		top: 85px;
		width: 150px;
		margin-left: 12px;
	}
	#after_top_logo{
		top: 145px;
		font-size: 1.8em;
	}
	#screen_1_inner_middle_text {
		margin-top: 20px;
	}
	#screen_1_inner_middle_text > span:nth-child(1), #screen_1_inner_middle_text > span:nth-child(3){
		font-size: 1.8em;
	}
	#screen_1_inner_middle_text > span:nth-child(2){
		font-size: 3em;
		letter-spacing: 0.8px;
	}
	#screen_1_inner_middle_text > span:nth-child(3){
		margin-top: -1px;
	}
	#screen_1_inner_bottom_text{
		padding-bottom: 40px;
	}
}

@media (max-width: 413px){
	#screen_1_inner_middle_text > span:nth-child(2){
		font-size: 2.4em;
	}
}
/*END #screen_1*/

/*BEGIN #screen_2*/
#screen_2{
	background: #fff;
}
#screen_2_inner{
	padding-top: 35px;
}
#screen_2_inner h2::after{
	content: ",";
}
#screen_2_inner_row{
	padding-top: 45px;
}
#screen_2_inner_row .part{
	position: relative;
	margin-bottom: 40px;
	padding-left: 55px;
}
#screen_2_inner_row .part > img{
	position: absolute;
	top: 0;
	left: 0;
}
#screen_2_inner_row .part .text_block{
	padding-left: 20px;
	border-left: 1px solid #000;
	font-size: 1em;
}
#screen_2_inner_row .part .text_block > span{
	display: block;
}
#screen_2_inner_row .part .text_block > span:nth-child(1), #screen_2_inner_row .part .text_block > span:nth-child(3){
	font-family: "PFDinDisplayPro-Regular";
	font-size: 2em;
	letter-spacing: 0.6px;
}
#screen_2_inner_row .part .text_block > span:nth-child(1){
	color: #faaf41;
	line-height: 0.8em;
}
#screen_2_inner_row .part .text_block > span:nth-child(3){
	color: #000;
	line-height: 1em;
}
#screen_2_inner_row .part .text_block > span:nth-child(2){
	font-family: "PFDinTextCondPro-Bold";
	font-size: 3em;
	color: #000;
	line-height: 1.2em;
    padding: 8px 0;
}
#screen_2_inner_row .part:last-child .text_block > span:nth-child(1){
	display: none;
}
#screen_2_inner_row .part:last-child .text_block > span:nth-child(2){
	padding-top: 0;
	line-height: 0.78em;
}

@media (max-width: 1150px){
	#screen_2_inner_row .strip_img{
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px){
	#screen_2_inner{
		padding-top: 40px;
	}
	#screen_2_inner_row > img:last-child{
		width: 100%;
		height: auto;
	    padding: 20px 15px 0 15px;
	}
}

@media (max-width: 600px){
	#screen_2_inner{
		padding-top: 55px;
	}
	#screen_2_inner_row .part{
		padding-left: 0;
	}
	#screen_2_inner_row .part > img{
		position: static;
		display: block;
		margin: 0 auto 20px;
	}
	#screen_2_inner_row .part .text_block{
		padding-left: 0;
		border-left: 0;
		text-align: center;
	}
	#screen_2_inner_row .part .text_block > span:nth-child(1), #screen_2_inner_row .part .text_block > span:nth-child(3){
		font-size: 1.8em;
	}
	#screen_2_inner_row .part .text_block > span:nth-child(2){
		font-size: 2.6em;
	}
	#screen_2_inner_row .part .text_block > span:nth-child(1), #screen_2_inner_row .part .text_block > span:nth-child(3){
		line-height: 1.3em;
	}
	#screen_2_inner_row > img:last-child{
		padding: 15px 15px 0 15px;
	}
}
/*END #screen_2*/

/*BEGIN #screen_3*/
#screen_3{
	background: #fff;
	padding-top: 70px;
	padding-bottom: 40px;
}
#screen_3_inner{
	
}
#screen_3_inner_row{
	padding-top: 45px;
}
#screen_3_inner_row > div:nth-child(1){
	padding-top: 33px;
	text-align: center;
}
#screen_3_inner_row > div:nth-child(1) p{
	font-size: 1em;
}
#screen_3_inner_row > div:nth-child(1) p span{
	display: inline-block;
}
#screen_3_inner_row > div:nth-child(1) p span:nth-child(1){
	margin-bottom: 17px;
	
	font-family: "PFDinTextCondPro-Regular";
	font-size: 1.8em;
	color: #000;
	letter-spacing: 0.6px;
	line-height: 1.3em;
}
#screen_3_inner_row > div:nth-child(1) p span:nth-child(3),
#screen_3_inner_row > div:nth-child(1) p span:nth-child(5), 
#screen_3_inner_row > div:nth-child(1) p span:nth-child(7){
    margin: 6px auto;
	padding: 0 15px;
	
	font-family: "PFDinTextCondPro-Bold";
    font-size: 4em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    line-height: 1.2em;
}
#screen_3_inner_row > div:nth-child(1) p span:nth-child(5), 
#screen_3_inner_row > div:nth-child(1) p span:nth-child(7){
	background: #faaf41;
}
#screen_3_inner_row .decor_img{
	display: block;
	margin: 55px auto 0;
}
#screen_3_inner_row > div:nth-child(2){
	padding-left: 0;
}
#screen_3_inner_row .strip_img{
	float: right;
}

@media (max-width: 991px){
	#screen_3_inner_row > div:nth-child(1){
		padding-top: 0;
	}
	#screen_3_inner_row > div:nth-child(1) p span:nth-child(3),
	#screen_3_inner_row > div:nth-child(1) p span:nth-child(5), 
	#screen_3_inner_row > div:nth-child(1) p span:nth-child(7){
		font-size: 3.6em;
	}
	#screen_3_inner_row .decor_img{
		margin: auto;
	}
	#screen_3_inner_row > div:nth-child(2){
		padding-left: 15px;
	}
	#screen_3_inner_row .strip_img{
		position: relative;
		left: -60px;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px){
	#screen_3_inner_row{
		padding-top: 40px;
	}
	#screen_3_inner_row > img:last-child {
		width: 100%;
		height: auto;
		padding: 20px 15px 0 15px;
	}
}

@media (max-width: 600px){
	#screen_3_inner_row{
		padding-top: 25px;
	}
	#screen_3_inner_row > div:nth-child(1) p span:nth-child(3),
	#screen_3_inner_row > div:nth-child(1) p span:nth-child(5), 
	#screen_3_inner_row > div:nth-child(1) p span:nth-child(7){
		font-size: 3em;
	}
	#screen_3_inner_row .decor_img{
		width: 258px;
		height: auto;
	}
}
/*END #screen_3*/

/*BEGIN #screen_4*/
#screen_4{
	position: relative;
	width: 100%;
	max-width: 2560px;
	margin: auto;
	padding-top: 55px;
}
#screen_4 .screen_bg_type_1{
	background: url(../img/screen_4_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
#screen_4_inner{
	position: relative;
}
#screen_4_inner h2::after{
	content: ",";
}
#dapa_block{
	position: relative;
	margin-top: 37px;
}
#dapa_svg{
	display: block;
	margin: auto;
}
#dapa_svg .dapa_letter{
	opacity: 0;
	stroke-dashArray: 1680;
	fill-opacity: 0;
}

@-webkit-keyframes draw_line{
	0%{
		stroke-dashoffset: 1900;
		fill-opacity: 0;
	}
	60%{
		fill-opacity: 0;
	}
	70%{
		stroke-dashoffset: 0;
	}
	100%{
		fill-opacity: 1;
	}
}

@keyframes draw_line{
	0%{
		stroke-dashoffset: 1900;
		fill-opacity: 0;
	}
	60%{
		fill-opacity: 0;
	}
	70%{
		stroke-dashoffset: 0;
	}
	100%{
		fill-opacity: 1;
	}
}

@keyframes -ms-draw_line{
	0%{
		stroke-dashArray: 0;
		stroke-dashoffset: 0;
		fill-opacity: 1;
		opacity: 1;
	}
	100%{
		stroke-dashArray: 0;
		stroke-dashoffset: 0;
		fill-opacity: 1;
		opacity: 1;
	}
}

#dapa_points{
    position: absolute;
    bottom: 24px;
    left: 36px;
    width: 825px;
    height: auto;
    opacity: 0;
}

@-webkit-keyframes draw_dapa_points{
	0%{
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes draw_dapa_points{
	0%{
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@-ms-keyframes draw_dapa_points{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}

#dapa_curve_block{
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 1153px;
	height: 122px;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#dapa_curve_block div{
	position: absolute;
	width: 0;
	height: 122px;
	overflow: hidden;
}
#dapa_curve_1 img, #dapa_curve_2 img{
	width: auto;
	height: auto;
}
#dapa_curve_2 img{
	float: right;
}
#dapa_curve_1{
	bottom: 5px;
	left: 0;
}
#dapa_curve_2{
	bottom: 0;
	right: 0;
}

@-webkit-keyframes draw_dapa_curve{
	0%{
		width: 0;
	}
	6%{
		width: 0;
	}
	60%{
		width: 100%;
	}
	100%{
		width: 100%;
	}
}

@keyframes draw_dapa_curve{
	0%{
		width: 0;
	}
	6%{
		width: 0;
	}
	60%{
		width: 100%;
	}
	100%{
		width: 100%;
	}
}

@-ms-keyframes draw_dapa_curve{
	0%{
		width: 100%;
	}
	100%{
		width: 100%;
	}
}

#h3_dapa{
	position: absolute;
    top: 23px;
    left: 60px;
	margin: 0;
	
	font-family: "PFDinTextCondPro-Bold";
	font-size: 2em;
	color: #faaf41;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

@-webkit-keyframes draw_dapa_content{
	0%{
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes draw_dapa_content{
	0%{
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@-ms-keyframes draw_dapa_content{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}

#dapa_info_block{
	position: relative;
	width: 100%;
	height: 264px;
}
#dapa_info_block .part{
	position: absolute;
}
#dapa_info_block .part_1{
	top: 15px;
	left: 22px;
}
#dapa_info_block .part_2{
	top: -13px;
    left: 284px;
}
#dapa_info_block .part_3{
	top: -13px;
    left: 547px;
}
#dapa_info_block .part_4{
	top: 15px;
    left: 810px;
}
#dapa_info_block .part .h4_dapa{
	margin: 0;
	font-family: "PFDinTextCondPro-Bold";
	font-size: 2.6em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.6px;
    line-height: 1.15em;
}
#dapa_info_block .part p{
	margin-top: 20px;
	font-family: "PFDinDisplayPro-Light";
	font-size: 1.8em;
	color: #000;
	line-height: 1.5em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    #dapa_svg .dapa_letter{
		opacity: 1 !important;
		stroke-dashArray: 0 !important;
		stroke-dashoffset: 0 !important;
		fill-opacity: 1 !important;
	}
	#dapa_curve_block div{
		width: 100% !important;
	}
	#dapa_points, .dapa_content_opacity{
		opacity: 1 !important;
	}
}

@supports (-ms-ime-align:auto){
	#dapa_svg .dapa_letter{
		opacity: 0;
	}
	#dapa_curve_block div{
		width: 100% !important;
	}
	#dapa_points, .dapa_content_opacity{
		opacity: 0;
	}
}

#screen_4_inner .cta_btn_yellow{
	position: absolute;
	bottom: -27px;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 1270px){
	#dapa_block{
		margin-top: 50px;
	}
	#dapa_svg, #dapa_curve_block, #dapa_points{
		display: none;
	}
	#h3_dapa{
		position: static;
		opacity: 1 !important;
		
		margin-bottom: 0;
		font-family: "PFDinTextCondPro-Bold";
		font-size: 4.5em;
		text-align: center;
	}
	#dapa_info_block{
		opacity: 1 !important;
	}
	
	@-webkit-keyframes draw_dapa_content{
		0%{
			opacity: 1;
		}
		100%{
			opacity: 1;
		}
	}
	
	@keyframes draw_dapa_content{
		0%{
			opacity: 1;
		}
		100%{
			opacity: 1;
		}
	}
	
	#dapa_info_block{
		height: auto;
		padding-top: 10px;
		padding-bottom: 60px
	}
	#dapa_info_block .part{
		position: static;
		text-align: center;
	    margin-top: 40px;
	}
	#dapa_info_block .part p{
		line-height: 1.4em;
	}
}

@media (max-width: 991px){
	#dapa_info_block{
		padding-top: 0;
	}
	#h3_dapa{
		font-size: 3.6em;
	}
	#dapa_info_block .part{
		margin-top: 35px;
	}
	#dapa_info_block .part p{
		font-family: "PFDinTextCondPro-Regular";
		font-size: 2em;
		line-height: 1.3em;
	}
}

@media (max-width: 767px){
	#screen_4_inner .cta_btn_yellow{
		bottom: -20px;
	}
}

@media (max-width: 600px){
	#dapa_info_block{
		padding-bottom: 50px;
	}
	#h3_dapa{
		font-size: 3em;
	}
	#dapa_info_block .part .h4_dapa{
		font-size: 2em;
	}
	#dapa_info_block .part p{
		font-size: 1.8em;
	}
}
/*END #screen_4*/

/*BEGIN #screen_5*/
#screen_5{
	margin: auto;
	max-width: 2560px;
	background: #d11f75 url(../img/screen_5_bg.png) no-repeat center center;
	padding: 80px 0;
}
.know_more_about_dapa{
	margin-top: 50px;
	font-family: "PFDinTextCondPro-Bold";
	font-size: 4.5em;
	color: #fff;
	line-height: 1.2em;
}
#screen_5_inner_row .simple_form{
	float: right;
	width: 100%;
	max-width: 414px;
	padding: 50px 35px 70px 35px;
}

@media (max-width: 991px){
	#screen_5{
		background: #d11f75;
	}
	.know_more_about_dapa{
		margin-top: 70px;
		font-size: 3.6em;
		line-height: 1.3em;
	}
}

@media (max-width: 767px){
	#screen_5{
		padding: 70px 0 50px 0;
	}
	.know_more_about_dapa{
		margin-top: 0;
		font-size: 2.6em;
		line-height: 1.3em;
		letter-spacing: 0.6px;
		text-transform: uppercase;
		text-align: center;
	}
	#screen_5_inner_row .simple_form{
		float: none;
		max-width: 380px;
		margin: 36px auto 0;
		padding: 50px 35px 60px 35px;
	}
}

@media (max-width: 600px){
	#screen_5{
		padding: 70px 0 40px 0;
	}
	#screen_5_inner_row .simple_form{
		padding: 42px 15px 30px 15px;
	}
}
/*END #screen_5*/

/*BEGIN #screen_6*/
#screen_6{
	background: #fff url(../img/screen_6_bg.jpg) no-repeat center center;
}
#screen_6_inner{
	padding: 78px 0 30px 0;
}
#screen_6_inner h2::after{
	content: ",";
}
#screen_6_inner_row{
	padding-top: 50px;
}
#screen_6_inner_row .part{
	position: relative;
	margin-bottom: 32px;
	padding-left: 70px;
}
#screen_6_inner_row .part img{
	position: absolute;
	top: 3px;
	left: 0;
}
#screen_6_inner_row .part p{
	font-family: "PFDinDisplayPro-Light";
	font-size: 1.8em;
	color: #000;
	letter-spacing: 0.6px;
	line-height: 1.6em;
}
#screen_6_inner .decor_img{
	clear: both;
	display: block;
	margin: auto;
}

@media (max-width: 1199px){
	#screen_6_inner_row > div:nth-child(2){
		padding-left: 90px;
	}
}

@media (max-width: 991px){
	#screen_6{
		background: #fff;
	}
	#screen_6_inner{
		padding: 70px 0 20px 0;
	}
	#screen_6_inner h2 br{
		display: none;
	}
	#screen_6_inner_row .part p br{
		display: none;
	}
}

@media (max-width: 830px){
	#screen_6_inner_row > div > img{
		width: 100%;
		height: auto;
	}
	#screen_6_inner_row > div:nth-child(2){
		padding-left: 50px;
	}
}

@media (max-width: 767px){
	#screen_6_inner{
		padding: 70px 0 40px 0;
	}
	#screen_6_inner_row > div:nth-child(2){
		padding-left: 15px;
	}
	#screen_6_inner > img:last-child{
		width: 100%;
		height: auto;
		padding: 30px 15px 0 15px;
	}
}

@media (max-width: 600px){
	#screen_6_inner{
		padding: 60px 0 40px 0;
	}
	#screen_6_inner_row .part{
		padding-left: 0;
	}
	#screen_6_inner_row .part img{
		position: static;
		display: block;
		margin: 0 auto 20px;
	}
	#screen_6_inner_row .part p{
		text-align: center;
	}
	#screen_6_inner .decor_img{
		width: 258px;
		height: auto;
	}
}
/*END #screen_6*/

/*BEGIN #screen_7*/
#screen_7{
	margin: auto;
    max-width: 2560px;
    background: #d11f75 url(../img/screen_7_bg.png) no-repeat center center;
	height: 500px;
}
#screen_7_inner{
	position: relative;
	height: 100%;
	text-align: center;
	padding: 55px 235px 0 235px;
}
#screen_7_inner .strip_img{
	position: absolute;
	top: 0;
}
#screen_7_inner .strip_img:nth-child(1){
	left: 15px;
}
#screen_7_inner .strip_img:nth-child(2){
	right: 15px;
}
#screen_7_inner .side_padding_block{
	margin-bottom: 58px;
}
#if_you_block{
	position: absolute;
	left: 0;
	width: 100%;
	height: 60px;
	top: 244px;
}
#if_you{
	position: relative;
	width: 560px;
	height: 60px;
	margin: auto;
	background: #fff;
}
#if_you p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 57px;
	margin-bottom: 0;
	opacity: 0;
	
	font-family: "PFDinDisplayPro-Bold";
	font-size: 1.8em;
	color: #203747;
	letter-spacing: 0.6px;
	
	-webkit-animation-name: dynamic_text;
	animation-name: dynamic_text;
	
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	
	-webkit-animation-duration: 32s;
	animation-duration: 32s;
}
#if_you p:nth-child(2){
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
#if_you p:nth-child(3){
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
#if_you p:nth-child(4){
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
#if_you p:nth-child(5){
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}
#if_you p:nth-child(6){
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}
#if_you p:nth-child(7){
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}
#if_you p:nth-child(8){
	-webkit-animation-delay: 28s;
	animation-delay: 28s;
}

@-webkit-keyframes dynamic_text{
	0%{
		opacity: 1;
	}
	8%{
		opacity: 1;
	}
	12%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

@keyframes dynamic_text{
	0%{
		opacity: 1;
	}
	12%{
		opacity: 1;
	}
	13%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

#screen_7_inner .wt_type_1.mt{
	margin-top: 130px;
}
#screen_7_inner .st{
	font-family: "PFDinDisplayPro-Light";
    font-size: 1.8em;
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 1.3em;
}
#screen_7_inner .cta_btn_yellow{
    position: absolute;
    bottom: -25px;
    left: 50%;
	
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1050px){
	#screen_7{
		height: auto;
		background: #d11f75;
	}
	#screen_7_inner{
		height: auto;
		padding: 55px 15px 50px 15px;
	}
	#screen_7_inner .strip_img{
		display: none;
	}
	#screen_7_inner .side_padding_block{
		margin-bottom: 40px;
	}
	#if_you_block{
		position: static;
		margin-top: 20px;
		height: auto;
	}
	#if_you{
		position: static;
		width: auto;
		height: auto;
		background: none;
	}
	#if_you p{
		position: static;
		margin-bottom: 10px;
		opacity: 1;
		height: auto;
		
		font-family: "PFDinDisplayPro-Light";
		font-size: 1.8em;
		color: #fff;
		letter-spacing: 0.6px;
		line-height: 1.4em;
		
		-webkit-animation-name: none;
		animation-name: none;
	}
	#if_you p::before{
		content: "• ";
	}
	#if_you p::after{
		content: " •";
	}
	#screen_7_inner .wt_type_1.mt{
		margin-top: 50px;
	}
}

@media (max-width: 767px){
	#screen_7_inner{
		padding: 50px 15px 45px 15px;
	}
	#screen_7_inner .cta_btn_yellow{
		bottom: -20px;
	}
}

@media (max-width: 600px){
	#screen_7_inner .wt_type_1.mt{
		margin-top: 40px;
	}
}
/*END #screen_7*/

/*BEGIN #screen_8*/
#screen_8{
	background: #fff url(../img/screen_8_bg.jpg) no-repeat center center;
}
#screen_8_inner{
	padding-top: 110px;
}
#screen_8_inner_row{
	margin-top: 62px;
}
#screen_8_inner_row .text_block{
	padding-top: 30px;
	text-align: center;
}
#screen_8_inner_row .text_block p:nth-child(1){
    font-family: "PFDinTextCondPro-Bold";
    font-size: 2em;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.6em;
}
#screen_8_inner_row .text_block p:nth-child(1) .span_color{
	display: inline-block;
	padding: 0 5px;
	background: #faaf41;
}
#screen_8_inner_row .text_block p:nth-child(2){
	position: relative;
	top: 40px;
	
	font-family: "PFDinDisplayPro-Regular";
    font-size: 1.8em;
    color: #000;
    letter-spacing: 0.6px;
    line-height: 1.3em;
}

@media (max-width: 991px){
	#screen_8{
		background: #fff;
	}
	#screen_8_inner{
		padding-top: 90px;
	}
	#screen_8_inner_row .text_block{
		margin-bottom: 35px;
	}
	#screen_8_inner_row .text_block p:nth-child(1) br{
		display: none;
	}
	#screen_8_inner_row .text_block p:nth-child(1) .span_color{
		display: inline;
		padding: 0;
		background: none;
	}
	#screen_8_inner_row .text_block p:nth-child(2){
		top: 0;
		margin-top: 35px;
	}
	#screen_8_inner_row{
		margin-top: 40px;
	}
	#screen_8_inner_row .text_block{
		padding-top: 0;
	}
}

@media (max-width: 767px){
	#screen_8_inner{
		padding-top: 70px;
	}
}
/*END #screen_8*/

/*BEGIN #screen_9*/
#screen_9{
	background: #fff url(../img/screen_9_bg.jpg) no-repeat center center;
}
#screen_9_inner{
	padding: 100px 0 125px 0;
}
#slider_video_review_block{
	position: relative;
	width: 640px;
	margin: 35px auto 0;
}
#slider_video_review{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#slider_video_review .wrapper{
	left: 0;
	position: relative;
	width: 100000px;
	
	-webkit-transition: 0.4s cubic-bezier(0.76,0.16,0.33,0.95);
    transition: 0.4s cubic-bezier(0.76,0.16,0.33,0.95);
}
#slider_video_review .slide{
    float: left;
    position: relative;
    width: 640px;
}
.slider_nav{
	position: absolute;
	bottom: -52px;
	width: 34px;
	height: 34px;
	background: #edeef0;
	cursor: pointer;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-animation-name: slider_nav_animation;
	animation-name: slider_nav_animation;
	
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes slider_nav_animation{
	0%{
		background: #edeef0;
	}
	50%{
		background: #edeef0;
	}
	75%{
		background: #faaf41;
	}
	100%{
		background: #edeef0;
	}
}
@keyframes slider_nav_animation{
	0%{
		background: #edeef0;
	}
	50%{
		background: #edeef0;
	}
	75%{
		background: #faaf41;
	}
	100%{
		background: #edeef0;
	}
}

.slider_nav_left{
	left: 20px;
}
.slider_nav_right{
	left: 106px;
}
.slider_nav div{
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none;
}
.slider_nav div:nth-child(1){
	width: 73px;
	height: 2px;
	background: #505050;
	
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.slider_nav div:nth-child(2){
	width: 8px;
	height: 8px;
	
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	
	-webkit-transition: 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
    transition: 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
}
.slider_nav_left div:nth-child(2){
	border-bottom: 2px solid #505050;
	border-left: 2px solid #505050;
}
.slider_nav_right div:nth-child(2){
	border-top: 2px solid #505050;
	border-right: 2px solid #505050;
}
.cnt_block{
	position: absolute;
	bottom: -45px;
	right: 0;
	
	font-family: "BebasNeue-Bold";
	font-size: 2.97em;
	color: #000;
	line-height: 0.9em;
}

@media (max-height: 800px) and (min-width: 1271px){
	#screen_9_inner{
		padding: 50px 0 125px 0;
	}
}

@media (min-width: 1271px){
	.slider_nav_left:hover div:nth-child(2){
		margin-left: -4px;
	}
	.slider_nav_right:hover div:nth-child(2){
		margin-left: 4px;
	}
}

@media (max-width: 991px){
	#screen_9{
		background: #fff;
	}
	#screen_9_inner{
		padding: 90px 0 100px 0;
	}
	#slider_video_review_block{
		width: 100%;
		padding: 0 15px;
	}
	#slider_video_review .slide{
		width: calc(100vw - 30px);
	}
	.slider_nav_left{
		left: 35px;
	}
	.slider_nav_right{
		left: 120px;
	}
	.cnt_block{
		right: 15px;
	}
}

@media (max-width: 767px){
	#screen_9_inner{
		padding: 70px 0 80px 0;
	}
	#slider_video_review_block{
		margin: 30px auto 0;
	}
	.slider_nav{
		bottom: -44px;
	}
	.cnt_block{
		bottom: -40px;
	}
}
/*END #screen_9*/

/*BEGIN #screen_10*/
#screen_10{
	margin: auto;
    max-width: 2560px;
    background: #d11f75 url(../img/screen_7_bg.png) no-repeat center center;
	height: 500px;
}
#screen_10_inner{
	position: relative;
	height: 100%;
	text-align: center;
	padding: 55px 235px 0 235px;
}
#screen_10_inner .strip_img{
	position: absolute;
	top: 0;
}
#screen_10_inner .strip_img:nth-child(1){
	left: 15px;
}
#screen_10_inner .strip_img:nth-child(2){
	right: 15px;
}
#screen_10_inner .side_padding_block{
	margin-bottom: 55px;
}
#screen_10_inner .wt_type_1{
	line-height: 1.5em;
}

@media (max-width: 1050px){
	#screen_10{
		height: auto;
		background: #d11f75;
	}
	#screen_10_inner{
		height: auto;
		padding: 55px 15px 35px 15px;
	}
	#screen_10_inner .strip_img{
		display: none;
	}
	#screen_10_inner .side_padding_block{
		margin-bottom: 40px;
	}
}

@media (max-width: 767px){
	#screen_10_inner{
		padding: 50px 15px 35px 15px;
	}
	#screen_10_inner .side_padding_block{
		margin-bottom: 35px;
	}
}

@media (max-width: 400px){
	#screen_10_inner .wt_type_1 br{
		display: none;
	}
}
/*END #screen_10*/

/*BEGIN #screen_11*/
#screen_11{
	background: #fff;
	padding-top: 60px;
    padding-bottom: 80px;
}
#screen_11_inner_row{
    padding-top: 60px;
}
#screen_11_inner_row > div:nth-child(1){
    padding-top: 25px;
    text-align: center;
}
#screen_11_inner_row > div:nth-child(1) p{ 
    font-family: "PFDinTextCondPro-Bold";
    font-size: 4em;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    line-height: 1.2em;
}
#screen_11_inner_row > div:nth-child(1) p span{
	display: inline-block;
	margin: 6px auto;
	padding: 0 15px;
	background: #faaf41;
}
#screen_11_inner_row .decor_img{
	display: block;
    margin: 46px auto 0;
}
#screen_11_inner_row > div:nth-child(2) img{
	float: right;
}

@media (max-width: 991px){
	#screen_11_inner_row{
		padding-top: 45px;
	}
	#screen_11_inner_row .decor_img{
		margin: 30px auto 0;
	}
	#screen_11_inner_row > div:nth-child(1) p{ 
		font-size: 3.6em;
	}
	#screen_11_inner_row > div:nth-child(2) img{
		float: none;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px){
	#screen_11{
		padding-bottom: 40px;
	}
	#screen_11_inner_row{
		padding-top: 6px;
	}
	#screen_11_inner_row .decor_img{
		margin: auto;
	}
	#screen_11_inner_row > div:nth-child(1){
		padding-top: 0;
	}
	#screen_11_inner_row > img:last-child{
		width: 100%;
		height: auto;
		padding: 20px 15px 0 15px;
	}
}

@media (max-width: 600px){
	#screen_11_inner_row{
		padding-top: 4px;
	}
	#screen_11_inner_row > div:nth-child(1) p{ 
		font-size: 3em;
	}
	#screen_11_inner_row .decor_img{
		width: 258px;
		height: auto;
	}
}

@media (max-width: 370px){
	#screen_11_inner_row > div:nth-child(1) p{
		font-size: 2.94em;
		letter-spacing: 0;
	}
}
/*END #screen_11*/

/*BEGIN #screen_12*/
#screen_12{
	max-width: 2560px;
	margin: auto;
	padding: 80px 0;
	background: #f8f8f8;
}
#screen_12_inner_row{
	position: relative;
}
#screen_12_inner_row .part{
	position: relative;
	margin-bottom: 120px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#screen_12_inner_row .part > div{
	z-index: 2;
	position: relative;
}
#screen_12_inner_row .part:nth-child(3){
	margin-bottom: 0;
}
#screen_12_inner_row .degree_block{
	width: 130px;
	min-height: 378px;
	padding: 0 15px;
}
#screen_12_inner_row .degree_block .num{
	display: block;
	
	font-family: "BebasNeue-Bold";
	font-size: 15em;
	text-align: right;
    line-height: 0.8em;
}
#screen_12_inner_row .part:nth-child(1) .num{
	color: #faaf41;
}
#screen_12_inner_row .part:nth-child(2) .num{
	color: #ef5555;
}
#screen_12_inner_row .part:nth-child(3) .num{
	color: #9e1f63;
}
#screen_12_inner_row .degree_line_block{
	position: absolute;
    top: 172px;
    left: -158px;
    width: 384px;
    height: 30px;
	
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#screen_12_inner_row .degree_line{
	position: absolute;
	top: 15px;
	left: 0;
	width: 278px;
	height: 1px;
	border-top: 1px solid #000;
}
#screen_12_inner_row .degree_line_block span{
	display: block;
	
	float: right;
	font-family: "BebasNeue-Bold";
	font-size: 2.8em;
	letter-spacing: 5.3px;
	line-height: 1.2em;
}
#screen_12_inner_row .img_block{
	padding: 0 15px;
}
#screen_12_inner_row .text_block{
	width: 437px;
	padding: 0 15px 0 40px;
}
#screen_12_inner_row .text_p{
	position: relative;
    top: -6px;
	
	font-family: "PFDinDisplayPro-Light";
	font-size: 1.8em;
    color: #000;
    letter-spacing: 0.6px;
    line-height: 1.5em;
}
#screen_12_inner_row .for_who{
	position: absolute;
	top: 196px;
	left: 0;
	padding: 0 15px 0 40px;
}
#screen_12_inner_row .for_who::before{
	content: "";
	display: block;
	width: 52px;
	height: 2px;
	margin-bottom: 12px;
	background: #faaf41;
}
#screen_12_inner_row .for_who p:nth-child(1){
	font-family: "PFDinDisplayPro-Bold";
	font-size: 1.6em;
	color: #9f9f9f;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#screen_12_inner_row .for_who p:nth-child(2){
	font-family: "PFDinDisplayPro-Bold";
	font-size: 1.6em;
	color: #000;
	letter-spacing: 0.6px;
}
#screen_12_inner_row .cta_btn_yellow{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 370px;
}
.screen_12_decor{
	position: absolute;
}
.screen_12_decor_1{
	top: -88px;
    left: 504px;
}
.screen_12_decor_2{
	bottom: -48px;
    left: 12px;
}
.screen_12_decor_3{
	top: -107px;
    left: 491px;
}
.screen_12_decor_4{
	bottom: -21px;
    left: 105px;
}
.screen_12_decor_5{
	top: -88px;
    left: 504px;
}
.screen_12_decor_6{
	bottom: -48px;
    left: 12px;
}

@media (max-width: 1050px){
	#screen_12{
		padding: 60px 0;
	}
	#screen_12_inner_row .part{
		display: block;
		margin-bottom: 80px;
	}
	#screen_12_inner_row .degree_block{
		width: 100%;
		min-height: auto;
	}
	#screen_12_inner_row .degree_block .num{
		position: relative;
		left: -6px;
		
		font-size: 10em;
		text-align: center;
		line-height: 1em;
	}
	#screen_12_inner_row .degree_line_block{
		position: static;
		width: 100%;
		height: auto;
		
		-webkit-transform: none;
		transform: none;
	}
	#screen_12_inner_row .degree_line{
		display: none;
	}
	#screen_12_inner_row .degree_line_block span{
		float: none;
		text-align: center;
		margin-top: -10px;
	}
	#screen_12_inner_row .strip_img{
		display: none;
	}
	#screen_12_inner_row .strip_img_substitute{
		display: block;
		width: 100%;
		max-width: 434px;
		height: auto;
		margin: 30px auto 0;
	}
	#screen_12_inner_row .text_block{
		width: 100%;
		max-width: 434px;
		margin: 30px auto 0;
		padding: 0 15px;
		text-align: center;
	}
	#screen_12_inner_row .text_p{
		top: 0;
	}
	#screen_12_inner_row .for_who{
		position: static;
		margin-top: 20px;
		padding: 0;
	}
	#screen_12_inner_row .for_who::before{
		margin: 0 auto 20px;
	}
	#screen_12_inner_row .cta_btn_yellow{
		position: relative;
		bottom: auto;
		right: auto;
		width: auto;
		margin: 20px auto 0;
	}
	.screen_12_decor{
		display: none;
	}
}

@media (max-width: 767px){
	#screen_12{
		padding: 45px 0 40px 0;
	}
	#screen_12_inner_row .part{
		margin-bottom: 50px;
	}
	#screen_12_inner_row .degree_block .num{
		left: -3px;
		font-size: 8em;
	}
	#screen_12_inner_row .degree_line_block span{
		margin-top: -5px;
		letter-spacing: 2px;
	}
}
/*END #screen_12*/

/*END #screen_13*/
#screen_13{
	background: #fff;
	padding-top: 60px;
    padding-bottom: 80px;
}
#screen_13_inner_row{
    padding-top: 60px;
}
#screen_13_inner_row > div:nth-child(1){
    padding-top: 25px;
    text-align: center;
}
#screen_13_inner_row > div:nth-child(1) p{ 
    font-family: "PFDinTextCondPro-Bold";
    font-size: 4em;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    line-height: 1.2em;
}
#screen_13_inner_row > div:nth-child(1) p span:not(.nowrap){
	display: inline-block;
	margin: 6px auto;
	padding: 0 15px;
	background: #faaf41;
}
#screen_13_inner_row .decor_img{
	display: block;
    margin: 30px auto 0;
}
#screen_13_inner_row > div:nth-child(2) img{
	float: right;
}

@media (max-width: 1050px){
	#screen_13{
		padding-bottom: 60px;
	}
	#screen_13_inner_row > div:nth-child(1) p{ 
		font-size: 3.6em;
	}
}

@media (max-width: 991px){
	#screen_13_inner_row{
		padding-top: 45px;
	}
	#screen_13_inner_row > div:nth-child(1) p{ 
		font-size: 3.2em;
	}
	#screen_13_inner_row > div:nth-child(2) img{
		float: none;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px){
	#screen_13{
		padding-bottom: 40px;
	}
	#screen_13_inner_row{
		padding-top: 6px;
	}
	#screen_13_inner_row > div:nth-child(1) p{ 
		margin-top: 20px;
		font-size: 3em;
	}
	#screen_13_inner_row .decor_img{
		margin: auto;
	}
	#screen_13_inner_row > div:nth-child(1){
		padding-top: 0;
	}
	#screen_13_inner_row > img:last-child{
		width: 100%;
		height: auto;
		padding: 20px 15px 0 15px;
	}
}

@media (max-width: 600px){
	#screen_13{
		padding-bottom: 15px;
	}
	#screen_13_inner_row{
		padding-top: 4px;
	}
	#screen_13_inner_row > div:nth-child(1) p{ 
		font-size: 2em;
	}
	#screen_13_inner_row .decor_img{
		width: 258px;
		height: auto;
	}
}
/*END #screen_13*/

/*END #screen_14*/
#screen_14{
	height: 499px;
	background: url(../img/screen_14_bg.jpg) no-repeat center center;
}
#screen_14_inner_row{
	position: relative;
}
#screen_14_inner_row .part{
	position: absolute;
	text-align: center;
}
#screen_14_inner_row .part_1{
	top: 150px;
    left: 115px;
}
#screen_14_inner_row .part_2{
    top: 70px;
	left: 335px;
}
#screen_14_inner_row .part_3{
	left: 555px;
    top: 168px;
}
#screen_14_inner_row .part_4{
	left: 830px;
    top: 33px;
}
#screen_14_inner_row .part p:nth-child(1){
	position: relative;
	left: -5px;
	
	font-family: "BebasNeue-Bold";
	font-size: 15.2em;
	color: #faaf41; 
	line-height: 0.8em;
	letter-spacing: -5px;
}
#screen_14_inner_row .part p:nth-child(2){
	font-family: "PFDinTextCondPro-Bold";
	font-size: 1.8em;
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1.3em;
}

@media (max-width: 1050px){
	#screen_14{
		height: auto;
		background: #fff;
	}
	#screen_14_inner_row{
		width: 640px;
		
		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;
		-ms-justify-content: space-around;
		justify-content: space-around;
	}
	#screen_14_inner_row .part{
		position: static;
		width: 270px;
		margin-bottom: 40px;
		padding: 30px 15px 20px 15px;
		background: #d11f75;
	}
	#screen_14_inner_row .part p:nth-child(1){
		font-size: 10em;
		letter-spacing: 0;
	}
}

@media (max-width: 767px){
	#screen_14{
		padding: 20px 0 10px 0;
	}
	#screen_14_inner_row{
		display: block;
		width: 100%;
	}
	#screen_14_inner_row .part{
		margin: 0 auto 40px;
	}
}

@media (max-width: 600px){
	#screen_14{
		padding: 0;
	}
	#screen_14_inner_row .part{
		width: 290px;
		margin: 0 auto 15px;
	}
	#screen_14_inner_row .part p:nth-child(1){
		left: -3px;
	}
}
/*END #screen_14*/

/*BEGIN #screen_15*/
#screen_15{
	background: #fff;
	height: 740px;
}
#screen_15_inner .side_padding_block{
	margin-top: -66px;
}
#screen_15_inner .side_padding_block .h2_after_text_type_1{
	margin-top: 20px;
}
#screen_15_inner_row{
	position: relative;
	height: 562px;
	margin-top: 50px;
}
.screen_15_decor{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-615px);
}
#screen_15_inner_row .part_type_1, #screen_15_inner_row .part_type_2{
	position: absolute
}
#screen_15_inner_row .part_type_1{
	width: 72px;
	height: 80px;
}
#screen_15_inner_row .part_type_1 p:nth-child(1){
	position: absolute;
	top: 5px;
	left: 0;
	
	font-family: "BebasNeue-Bold";
	font-size: 9.13em;
	color: #d11f75;
	line-height: 0.86em;
}
#screen_15_inner_row .part_type_1 p:nth-child(2){
	position: absolute;
	top: 20px;
    left: 15px;
	
	font-family: "BebasNeue-Bold";
    font-size: 2.8em;
    letter-spacing: 5.3px;
    line-height: 1.2em;
	
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#screen_15_inner_row .part_type_1_1{
	top: 122px;
	left: 15px;
}
#screen_15_inner_row .part_type_1_2{
	top: 56px;
    left: 372px;
}
#screen_15_inner_row .part_type_1_3{
	left: 720px;
    top: 70px;
}
#screen_15_inner_row .part_type_2{
	width: 300px;
}
#screen_15_inner_row .part_type_2 p:nth-child(1){
	margin-bottom: 15px;
	
	font-family: "PFDinTextCondPro-Bold";
	font-size: 2.6em;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2em;
}
#screen_15_inner_row .part_type_2 p:nth-child(2){
    font-family: "PFDinDisplayPro-Light";
    font-size: 1.8em;
    color: #000;
    letter-spacing: 0.4px;
    line-height: 1.5em;
}
#screen_15_inner_row .part_type_2_1{
	left: 22px;
    top: 274px;
}
#screen_15_inner_row .part_type_2_2{
	left: 374px;
    top: 230px;
}
#screen_15_inner_row .part_type_2_3{
	left: 721px;
    top: 281px;
}

@media (max-width: 1050px){
	#screen_15, #screen_15_inner_row{
		height: auto;
	}
	#screen_15{
		padding-bottom: 60px;
	}
	#screen_15_inner .side_padding_block{
		margin-top: 0;
	}
	.screen_15_decor{
		display: none;
	}
	#screen_15_inner .side_padding_block .h2_after_text_type_1{
		margin-top: 5px;
	}
	#screen_15_inner_row .part_type_1, #screen_15_inner_row .part_type_2{
		position: static;
		text-align: center;
	}
	#screen_15_inner_row .part_type_1{
		position: static;
		width: auto;
		max-width: 344px;
		height: auto;
		margin: 40px auto 0;
		padding: 0 15px;
	}
	#screen_15_inner_row .part_type_1 p:nth-child(1){
		position: relative;
		left: -6px;
		margin-bottom: 0;
		font-size: 10em;
		line-height: 1em;
	}
	#screen_15_inner_row .part_type_1 p:nth-child(2){
		position: static;
		margin-top: -5px;
		
		-webkit-transform: none;
		transform: none;
	}
	#screen_15_inner_row .part_type_2{
		position: static;
		margin: 25px auto 0;
		width: auto;
		max-width: 344px;
		padding: 0 15px;
	}	
	#screen_15_inner_row .part_type_2 p:nth-child(1){
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	#screen_15_inner_row .part_type_2 p:nth-child(2) br{
		display: none;
	}
}

@media (max-width: 991px){
	#screen_15_inner .side_padding_block .h2_after_text_type_1{
		line-height: 1em;
	}
	#screen_15_inner .side_padding_block .h2_after_text_type_1 br{
		display: none;
	}
}

@media (max-width: 767px){
	#screen_15{
		padding-bottom: 40px;
	}
	#screen_15_inner_row .part_type_1{
		margin: 30px auto 0;
	}
	#screen_15_inner_row .part_type_1 p:nth-child(1){
		left: -3px;
		font-size: 8em;
	}
	#screen_15_inner_row .part_type_1 p:nth-child(2){
		margin-top: 0;
	}
	#screen_15_inner_row .part_type_2{
		margin: 20px auto 0;
	}
	#screen_15_inner_row .part_type_2 p:nth-child(1){
		margin-bottom: 10px;
	}
}
/*END #screen_15*/

/*BEGIN #screen_16*/
#screen_16{
	margin: auto;
	max-width: 2560px;
	height: 693px;
	background: #d11f75 url(../img/screen_5_bg.png) no-repeat center center;
	padding: 80px 0;
}
#screen_16_inner_row{
	margin-top: 80px;
}
#screen_16_inner_row .text_block p:nth-child(1){
	font-family: "PFDinTextCondPro-Regular";
	font-size: 3em;
	color: #fff;
	letter-spacing: 0.6px;
	line-height: 1.4em;
}
#screen_16_inner_row .text_block ul{
	margin: 20px 0 18px 0;
	
	list-style: none;
	font-family: "PFDinTextCondPro-Regular";
	font-size: 2em;
	color: #fff;
	letter-spacing: 0.6px;
	line-height: 1.4em;
}
#screen_16_inner_row .text_block p:nth-child(3){
	font-family: "PFDinTextCondPro-Bold";
	font-size: 3em;
	color: #fff;
	letter-spacing: 0.8px;
	line-height: 1.4em;
}
#screen_16_inner_row .white_block{
	float: right;
	width: 100%;
	max-width: 414px;
	background: #fff;
	padding: 40px 35px 70px 35px;
}
#screen_16_inner_row .white_block > p:nth-child(1){
	font-family: "PFDinTextCondPro-Bold";
	font-size: 3em;
	color: #d11f75;
	line-height: 1.8em;
}
#screen_16_inner_row .white_block .cta_btn_yellow{
    display: block;
    margin: 50px auto 0;
}

@media (max-width: 1150px){
	#screen_16{
		height: auto;
	}
}

@media (max-width: 1050px){
	#screen_16{
		background: #d11f75;
	}
	#screen_16_inner_row .text_block p:nth-child(1) br{
		display: none;
	}
}

@media (max-width: 991px){
	#screen_16{
		background: #d11f75;
	}
	#screen_16_inner_row .white_block > p:nth-child(1) .nowrap{
		white-space: normal;
	}
	#screen_16_inner_row .text_block p:nth-child(1), #screen_16_inner_row .text_block p:nth-child(3){
		font-size: 2.6em;
	}
	#screen_16_inner_row .text_block ul{
		font-size: 1.8em;
	}
	#screen_16_inner_row .white_block > p:nth-child(1){
		font-size: 2.3em;
	}
}

@media (max-width: 767px){
	#screen_16{
		padding: 70px 0 50px 0;
	}
	#screen_16_inner_row{
		margin-top: 40px;
	}
	#screen_16_inner_row .text_block{
		text-align: center;
	}
	#screen_16_inner_row .white_block{
		float: none;
		max-width: 380px;
		margin: 36px auto 0;
		padding: 50px 35px 60px 35px;
		text-align: center;
	}
	#screen_16_inner_row .text_block p:nth-child(1), #screen_16_inner_row .text_block p:nth-child(3){
		font-size: 2.3em;
	}
}

@media (max-width: 600px){
	#screen_16{
		padding: 60px 0 40px 0;
	}
	#screen_16_inner_row{
		margin-top: 30px;
	}
	#screen_16_inner_row .white_block{
		padding: 42px 15px 30px 15px;
	}
	#screen_16_inner_row .text_block p:nth-child(1), #screen_16_inner_row .text_block p:nth-child(3){
		font-size: 2.1em;
	}
	#screen_16_inner_row .white_block > p:nth-child(1){
		font-size: 2.1em;
	}
	#screen_16_inner_row .white_block .cta_btn_yellow{
		margin: 30px auto 0;
	}
}
/*END #screen_16*/

/*BEGIN #screen_17*/
#screen_17{
	height: 565px;
	padding: 80px 0;
	background: #fff url(../img/screen_17_bg.jpg) no-repeat center center;
}
#screen_17_inner_row{
	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-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
#screen_17_inner_row .part{
	position: relative;
	width: 220px;
	padding-top: 40px;
}
#screen_17_inner_row .num_block{
	position: absolute;
	top: 0;
	right: 0;
	width: 216px;
	height: 24px;
}
#screen_17_inner_row .num{
	position: absolute;
	top: -9px;
	left: 0;
	
	font-family: "BebasNeue-Bold";
	font-size: 2.8em;
	color: #000;
	
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#screen_17_inner_row .num_line{
	float: right;
	width: 180px;
	height: 2px;
	margin-top: 10px;
	margin-right: 3px;
	background: #d11f75;
}
#screen_17_inner_row .price{
	font-family: "BebasNeue-Bold";
	font-size: 1em;
	color: #d11f75;
}
#screen_17_inner_row .price span:nth-child(1){
	font-size: 7.2em;
	line-height: 1.2em;
}
#screen_17_inner_row .price span:nth-child(2){
	padding-left: 18px;
	font-size: 3.6em;
}
#screen_17_inner_row .part p:nth-child(3){
	font-family: "PFDinTextCondPro-Bold";
    font-size: 1.8em;
    color: #d11f75;
	text-align: center;
    letter-spacing: 0.2px;
    line-height: 1.2em;
}
#screen_17_inner_row > p:last-child{
	margin: 85px auto 0;
	padding: 0 15px;
	
	font-family: "PFDinDisplayPro-Light";
    font-size: 1.8em;
    color: #000;
	text-align: center;
    letter-spacing: 0.4px;
    line-height: 1.5em;
}

@media (max-width: 767px){
	#screen_17{
		height: auto;
		padding: 70px 0 63px 0;
		background: #fff;
	}
	#screen_17_inner_row{
		display: block;
	}
	#screen_17_inner_row .part{
		margin: 0 auto 50px;
	}
	#screen_17_inner_row > p:last-child{
		margin: 65px auto 0;
	}
}

@media (max-width: 600px){
	#screen_17{
		padding: 70px 0 50px 0;
	}
	#screen_17_inner_row > p:last-child{
		margin: 60px auto 0;
	}
}
/*END #screen_17*/

/*BEGIN #screen_18*/
#screen_18{
	position: relative;
	margin: auto;
	max-width: 2560px;
	height: 577px;
	padding: 55px 0;
	background: #d11f75 url(../img/screen_5_bg.png) no-repeat center center;
}
#screen_18 .container{
	padding: 0;
}
#screen_18_inner_row .text_block .strip_img{
	margin-top: -55px;
	margin-bottom: 50px;
}
#screen_18_inner_row .text_block p{
	font-family: "PFDinTextCondPro-Regular";
	font-size: 3em;
	color: #fff;
	letter-spacing: 0.6px;
	line-height: 1.4em;
}
#screen_18_inner_row .text_block p span:not(.nowrap){
	font-family: "PFDinTextCondPro-Bold";
}
#screen_18_inner_row .white_block{
	float: right;
	width: 100%;
	max-width: 414px;
	background: #fff;
	padding: 40px 35px 55px 35px;
}
#screen_18_inner_row .white_block > p:nth-child(1){
	font-family: "PFDinTextCondPro-Bold";
	font-size: 3em;
	color: #d11f75;
	line-height: 1.8em;
}
#screen_18_inner_row .white_block .cta_btn_yellow{
    display: block;
    margin: 50px auto 0;
}

@media (max-width: 1150px){
	#screen_18{
		height: auto;
	}
}

@media (max-width: 1050px){
	#screen_18{
		background: #d11f75;
	}
	#screen_18_inner_row .text_block p br, #screen_18_inner_row .white_block > p:nth-child(1) br{
		display: none;
	}
	#screen_18_inner_row .white_block > p:nth-child(1){
		line-height: 1.5em;
	}
	#screen_18_inner_row .text_block .strip_img{
		margin-bottom: 40px;
	}
}

@media (max-width: 991px){
	#screen_18{
		background: #d11f75;
	}
	#screen_18_inner_row .text_block .strip_img{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#screen_18_inner_row .text_block p{
		font-size: 2.6em;
	}
	#screen_18_inner_row .white_block > p:nth-child(1){
		font-size: 2.3em;
	}
}

@media (max-width: 767px){
	#screen_18{
		padding: 50px 0 50px 0;
	}
	#screen_18_inner_row .text_block{
		text-align: center;
	}
	#screen_18_inner_row .text_block p:nth-child(1){
		font-size: 2.3em;
	}
	#screen_18_inner_row .white_block{
		float: none;
		max-width: 380px;
		margin: 36px auto 0;
		padding: 50px 35px 60px 35px;
		text-align: center;
	}
	#screen_18_inner_row .white_block > p:nth-child(1) .nowrap:not(.second_nowrap){
		white-space: normal;
	}
}

@media (max-width: 600px){
	#screen_18_inner_row .white_block{
		padding: 42px 15px 30px 15px;
	}
	#screen_18_inner_row .text_block p{
		font-size: 2.1em;
	}
	#screen_18_inner_row .white_block > p:nth-child(1){
		font-size: 2.1em;
		line-height: 1.8em;
	}
	#screen_18_inner_row .white_block .cta_btn_yellow{
		margin: 30px auto 0;
	}
}
/*END #screen_18*/

/*BEGIN #screen_19*/
#screen_19{
	background: #fff;
	padding-top: 65px;
}
#screen_19 .content_part{
	height: 552px;
	background: url(../img/screen_19_bg.jpg) no-repeat center center;
}
#screen_19_inner_row{
	position: relative;
}
#screen_19_inner_row .part_type_1, #screen_19_inner_row .part_type_2{
	position: absolute;
	text-align: center;
}
#screen_19_inner_row .part_type_1 p{
	font-size: 1em;
}
#screen_19_inner_row .part_type_1 p span{
	display: block;
}
#screen_19_inner_row .part_type_1 p span:nth-child(1){
	margin-bottom: 15px;
	
	font-family: "PFDinTextCondPro-Bold";
    font-size: 3em;
    color: #fff;
    letter-spacing: 1.6px;
    line-height: 1.3em;
	text-transform: uppercase;
}
#screen_19_inner_row .part_type_1 p span:nth-child(2){
	font-family: "PFDinDisplayPro-Light";
    font-size: 2.4em;
    color: #faaf41;
    line-height: 1.4em;
}
#screen_19_inner_row .part_type_2 p{
	font-family: "PFDinDisplayPro-Regular";
	font-size: 2em;
    color: #d11f75;
    letter-spacing: 0.6px;
    line-height: 1.5em;
}
#screen_19_inner_row .part_type_2 p a{
	font-family: "PFDinDisplayPro-Bold";
	color: inherit !important;
}
#screen_19_inner_row .part_type_1_1{
    top: 115px;
    left: 200px;
}
#screen_19_inner_row .part_type_2_1{
    top: 294px;
    left: 215px;
}
#screen_19_inner_row .part_type_1_2{
    top: 232px;
    left: 427px;
}
#screen_19_inner_row .part_type_2_2{
    top: 393px;
    left: 418px;
}
#screen_19_inner_row .part_type_1_3{
    top: 143px;
    left: 647px;
}
#screen_19_inner_row .part_type_2_3{
    top: 328px;
    left: 650px;
}

@media (max-height: 700px) and (min-width: 1271px){
	#screen_19{
		padding-top: 30px;
	}
}

@media (max-width: 1050px){
	#screen_19 .content_part{
		height: auto;
		background: #fff;
	}
	#screen_19_inner_row{
		width: 640px;
		padding-top: 40px;
		
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		
		-webkit-justify-content: space-around;
		-ms-justify-content: space-around;
		justify-content: space-around;
	}
	#screen_19_inner_row .part_type_1, #screen_19_inner_row .part_type_2{
		position: relative;
		display: table;
		top: 0;
		left: 0;
		width: 270px;
		height: 219px;
		margin-bottom: 40px;
		background: #d11f75;
	}
	#screen_19_inner_row .part_type_1 p, #screen_19_inner_row .part_type_2 p{
		display: table-cell;
		vertical-align: middle;
	}
	#screen_19_inner_row .part_type_2 p{
		color: #fff;
	}
}

@media (max-width: 767px){
	#screen_19_inner_row{
		display: block;
		width: 100%;
	}
	#screen_19_inner_row .part_type_1{
		width: 270px;
		height: auto;
		margin: 0 auto;
		padding: 30px 0 0 0;
	}
	#screen_19_inner_row .part_type_2{
		width: 270px;
		height: auto;
		margin: 0 auto 15px;
		padding: 20px 0 30px 0;
	}
	#screen_19_inner_row .part_type_1 p span:nth-child(1){
		margin-bottom: 0;
	}
	#screen_19_inner_row .part_type_1 p span:nth-child(2){
		line-height: 1.2em;
	}
}

@media (max-width: 600px){
	#screen_19_inner_row .part_type_1, #screen_19_inner_row .part_type_2{
		width: 290px;
	}
}
/*END #screen_19*/

/*END #screen_20*/
#screen_20{
	padding-bottom: 70px;
}
#screen_20_inner .cta_btn_yellow{
	display: block;
	margin: 50px auto 0;
} 

@media (max-width: 1050px){
	#screen_20{
		padding: 50px 0 50px 0;
	}
}

@media (max-width: 767px){
	#screen_20{
		padding: 40px 0 50px 0;
	}
}
/*END #screen_20*/

/*BEGIN #screen_21*/
#screen_21{
	height: 438px;
	padding-top: 55px;
	background: url(../img/screen_21_bg.jpg) no-repeat center center;
	overflow: hidden;
}
#screen_21_inner .cta_btn_yellow{
	display: block;
	margin: 40px auto 0;
}
#bottom_logo{
	position: relative;
	left: 11px;
	display: block;
    width: 140px;
    height: auto;
	margin: 70px auto 0;
}
#after_bottom_logo{
	margin-top: 4px;
	font-family: "PFDinDisplayPro-Light";
    font-size: 1.8em;
    color: #faaf41;
    letter-spacing: 0.6px;
    line-height: 0.9em;
    text-align: center;
}

@media (max-width: 1150px){
	#screen_21{
		height: auto;
		padding: 55px 0 40px 0;
		background-size: cover;
		overflow: auto;
	}
}

@media (max-width: 600px){
	#bottom_logo{
		margin: 55px auto 0;
	}
}
/*END #screen_21*/

.animated_element,
.animated_element img{
	will-change: transform, opacity;
}
/*.animated_element.draw,
.animated_element.draw img{
	will-change: auto;
}*/