/*BEGIN #preloader*/
#preloader{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	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: #556271;
   
	-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: "Bebas_Neue_Cyrillic";
	src: url("../fonts/Bebas_Neue_Cyrillic.eot");
	src: local("☺"), url("../fonts/Bebas_Neue_Cyrillic.woff") format("woff"),
	url("../fonts/Bebas_Neue_Cyrillic.ttf") format("truetype"), 
	url("../fonts/Bebas_Neue_Cyrillic.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Montserrat-Light";
	src: url("../fonts/Montserrat-Light.eot");
	src: local("☺"), url("../fonts/Montserrat-Light.woff") format("woff"),
	url("../fonts/Montserrat-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Montserrat-Regular";
	src: url("../fonts/Montserrat-Regular.eot");
	src: local("☺"), url("../fonts/Montserrat-Regular.woff") format("woff"),
	url("../fonts/Montserrat-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Montserrat-Medium";
	src: url("../fonts/Montserrat-Medium.eot");
	src: local("☺"), url("../fonts/Montserrat-Medium.woff") format("woff"),
	url("../fonts/Montserrat-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Montserrat-Bold";
	src: url("../fonts/Montserrat-Bold.eot");
	src: local("☺"), url("../fonts/Montserrat-Bold.woff") format("woff"),
	url("../fonts/Montserrat-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*END FONTS*/

/*BEGIN GENERAL SETTINGS*/
*{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p, a, span, td, h1, h2, h3, input, li, textarea, strong{
	-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: #556271; }
p::selection      { color: #fff;  background: #556271; }
a::-moz-selection { color: #fff;  background: #556271; }
a::selection      { color: #fff;  background: #556271; }
li::-moz-selection { color: #fff;  background: #556271; }
li::selection      { color: #fff;  background: #556271; }
span::-moz-selection { color: #fff;  background: #556271; }
span::selection      { color: #fff;  background: #556271; }
h1::-moz-selection { color: #fff;  background: #556271; }
h1::selection      { color: #fff;  background: #556271; }
h2::-moz-selection { color: #fff;  background: #556271; }
h2::selection      { color: #fff;  background: #556271; }
h3::-moz-selection { color: #fff;  background: #556271; }
h3::selection      { color: #fff;  background: #556271; }
h3::-moz-selection { color: #fff;  background: #556271; }
h3::selection      { color: #fff;  background: #556271; }
td::-moz-selection { color: #fff;  background: #556271; }
td::selection      { color: #fff;  background: #556271; }
input::-moz-selection { color: #fff !important;  background: #556271; }
input::selection      { color: #fff !important;  background: #556271; }
textarea::-moz-selection { color: #fff !important;  background: #556271; }
textarea::selection      { color: #fff !important;  background: #556271; }

::-webkit-input-placeholder{color: #556271;}
::-moz-placeholder{color: #556271;}
:-ms-input-placeholder{color: #556271;} 
:-o-input-placeholder{color: #556271;} 

html, body{
	overflow-x: hidden;
}
html{
	font-size: 10px;
}
body{
	position: relative;
	font-family: "Montserrat-Regular";
	font-size: 1em;
	color: #556271;
	line-height: normal;
}
textarea{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	vertical-align: top;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="tel"],
select{
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
p, h1, h2, h3, h4{
	cursor: default;
	font-weight: normal;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
a:hover, a:focus{
	color: inherit;
}
button{
	outline: none !important;
}
.container{
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.clear{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
#facebook-jssdk-iframe{
	position: fixed;
	bottom: 10vh;
}

@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: 1251px){
	body::-webkit-scrollbar{
		width: 10px;
	}
	body::-webkit-scrollbar-track{
		background: #F6F7F8;
	}
	body::-webkit-scrollbar-thumb{
	   background: #556271; 
	}
}

@media (min-width: 1251px){
	.container{
		width: 1230px;
	}
}

@media (max-width: 1250px){
	.container{
		width: 100%;
	}
}

@media (max-width: 991px){
	html.menu_is_open, body.menu_is_open{
		overflow-y: hidden;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN GENERAL ELEMENTS*/
#memory{
	display: none;
}
.oe, .navigation_btn{
	cursor: pointer;
}
.screen_relative{
	position: relative;
}
.full_screen{
	position: relative;
	height: 100vh;
	min-height: 530px;
}
.full_screen.first_screen{
	height: calc(100vh - 80px);
	min-height: 500px;
}
.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_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{
	position: relative;
	white-space: nowrap;
}
.animated_letters_move.hidden_letters > span > span{
	will-change: transform, opacity;
}
.animated_letters_move > span{
	float: left;
    position: relative;
}
.animated_letters_move.slide > span{
	overflow: hidden;
}
.animated_letters_move > span > span{
    position: relative;
	display: block;
	
    -webkit-transition: all 0s;
    transition: all 0s;
}
.animated_letters_move.lh > span > span{
	top: -0.1em;
}
.animated_letters_move.slide > span > span{
	margin-left: -0.016em;
	letter-spacing: 0.016em;
}
.animated_letters_move.smooth.hidden_letters > span > span{
	opacity: 0;
	
	-webkit-transform: translateX(-1.6em);
	transform: translateX(-1.6em);
}
.animated_letters_move.slide.hidden_letters > span > span{
	-webkit-transform: translateX(-1em);
	transform: translateX(-1em);
}
.decor_screen_letters_block{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
}
.decor_screen_letters{
	position: relative;
	left: 50%;
	display: inline-block;
	
	font-family: "Bebas_Neue_Cyrillic";
	color: #EDEFF0;
	line-height: 1em;
	
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.red_rect_text_block_type_1{
	position: absolute;
	background: rgba(255,106,103,0.65);
}
.red_rect_text_block_type_1.animated_element{
	-webkit-transition: height 0.9s ease;
	transition: height 0.9s ease;
}
.red_rect_text_block_type_1.animated_element.prepare{
	height: 0;
	overflow: hidden;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.red_rect_text_block_type_2{
	position: relative;
	width: calc(100% - 30px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.red_rect_text_block_type_2 .content_block{
	padding: 60px 60px 145px 60px;
	background: rgba(255,106,103,0.65);
}
.red_rect_text_block_type_2 .text_type_1,
.red_rect_text_block_type_2 .text_type_3{
	line-height: 1.66em;
}
.red_rect_text_block_type_2 .cta_type_1{
	position: absolute;
	bottom: -119px;
    left: 50%;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cta_type_1, .cta_type_1 *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
	cursor: pointer;
}
.cta_type_1{
	position: relative;
	width: 238px;
	height: 238px;
	
    -webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
    -webkit-perspective: 600px;
    perspective: 600px;
}
.cta_type_1.small{
	width: 120px;
	height: 120px;
}
.cta_type_1 > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	
	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-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
	
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	
    -webkit-border-radius: 100%;
    border-radius: 100%;
	
    -webkit-transition: all 0.6s cubic-bezier(.76,.16,.33,.95);
    transition: all 0.6s cubic-bezier(.76,.16,.33,.95);
}
.cta_type_1 > div:nth-child(2){
	z-index: 2;

	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.cta_type_1 > div > span{
	margin: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.cta_type_1 > div > span{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
	}
}
.cta_type_1.white > div:nth-child(1){
	background: #fff;
}
.cta_type_1.red > div:nth-child(1){
	background: #FF6A67;
	color: #fff;
}
.cta_type_1 > div:nth-child(2){
	background: #fff;
}
.cta_type_1 .text_type_3{
	line-height: 1.3em;
}
.cta_type_1.active > div:nth-child(1){
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.cta_type_1.active > div:nth-child(2) {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.cta_type_1 .img_block_rocket{
	width: 100%;
	height: 100%;
}
.cta_type_1 .img_block_rocket > div{
	display: table;
    width: 100%;
    height: 100%;
}
.cta_type_1 .img_block_rocket > div.animated_element{
	-webkit-transition: all 0s 0.9s;
	transition: all 0s 0.9s;
}
.cta_type_1 .img_block_rocket > div.animated_element.prepare{
	opacity: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.cta_type_1 .img_block_rocket > div > div{
	display: table-cell;
	vertical-align: middle;
}
.cta_type_1 .img_block_rocket > div > div > div > div img{
    width: 100px;
    height: auto;
}
.cta_type_1 .img_block_rocket div img:nth-child(2){
    position: absolute;
    top: 68%;
    left: 0;
    width: 100%;
    height: 29.7%;
    will-change: transform;
}
.cta_type_2{
	display: inline-block;
	min-width: 290px;
	padding: 0 30px;
	
	font-size: 2.4rem;
	color: #FF6A67;
    line-height: 50px;
	cursor: pointer;
	text-align: center;
	
	-webkit-box-shadow: 0 0 1px 1px #FF6A67;
	box-shadow: 0 0 1px 1px #FF6A67;
}
.cta_type_2.red{
	background: #FF6A67;
	color: #fff;
}
.oe, .navigation_btn{
	cursor: pointer;
}
.padding_type_1{
	padding-top: 120px;
}
.padding_type_2{
	padding-top: 180px;
}
.screen_grey{
	background: #F6F7F8;
}
.hidden_screen{
	display: none;
}
.options_block_type_1{
	position: relative;
	
    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;
}
.options_block_type_1 .part{
    z-index: 1;
    position: relative;
    width: 360px;
    max-width: 32%;
	padding: 45px 15px 65px 15px;
	
	text-align: center;
	
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.options_block_type_1.sixp .part:nth-child(1),
.options_block_type_1.sixp .part:nth-child(2),
.options_block_type_1.sixp .part:nth-child(3){
	margin-bottom: 60px;
}
.options_block_type_1.white .part{
	background: #fff;
}
.options_block_type_1.grey .part{
	background: #F6F7F8;
}
.options_block_type_1 .part img{
	margin-bottom: 45px;
}
.options_block_type_2{
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.options_block_type_2 .line{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: calc(100% + 120px);
	border-left: 2px dotted #FF6A67;
	
	-webkit-transform: translateX(-1px);
	transform: translateX(-1px);
	
	-webkit-transition: all 0.9s ease 0.9s;
    transition: all 0.9s ease 0.9s;
}
.options_block_type_2 .line.short{
	height: 100%;
}
.options_block_type_2 .line.animated_element.prepare{
	opacity: 0;
	
	-webkit-transition: all 0s;
	transition: all 0s;
}
.options_block_type_2 .part{
	z-index: 1;
	position: relative;
	padding: 70px 35px 55px 35px;
	background: #fff;
	
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.options_block_type_2.grey .part{
	background: #F6F7F8;
}
.options_block_type_2 .part:not(:last-child){
	margin-bottom: 90px;
}
.options_block_type_2 .part .num{
    position: absolute;
    top: -40px;
    left: 50%;
    width: 80px;
    height: 80px;
    background: #fff;
	
    -webkit-border-radius: 100%;
    border-radius: 100%;
	
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.options_block_type_2 .part .num span{
    display: block;
	font-size: 3.6rem;
    line-height: 78px;
}
.options_block_type_3{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.options_block_type_3 .part{
	flex-grow: 1;
}
.decor_plus{
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../img/general/decor_plus.svg) no-repeat 0 0 / 100% 100%;
}
.plus_block{
	position: relative;
}
.plus_block .decor_plus.dp1{
	top: -110px;
	left: -110px;
}
.plus_block .decor_plus.dp2{
	top: -110px;
	right: -110px;
}
.plus_block .decor_plus.dp3{
	top: calc(100% + 60px);
	left: -110px;
}
.plus_block .decor_plus.dp4{
	top: calc(100% + 60px);
	right: -110px;
}
.plus_block.diff_1 .decor_plus.dp1,
.plus_block.diff_1 .decor_plus.dp2{
	top: -80px;
}
.plus_block.diff_1 .decor_plus.dp3,
.plus_block.diff_1 .decor_plus.dp4{
	top: calc(100% + 30px);
}
.decor_text{
	display: block;
	height: 58px;
	will-change: transform, background-position;
}
.decor_text.decor_text_1{
	background: url(../img/general/decor_text_1.svg) repeat-x 0 0 / auto 100%;
}
.decor_text.decor_text_2{
	background: url(../img/general/decor_text_2.svg) repeat-x 0 0 / auto 100%;
}
.gear{
	position: absolute;
	background: url(../img/general/gear.svg) no-repeat 0 0 / 100% 100%;
	will-change: transform;
}

@-webkit-keyframes gear_rotate_1{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes gear_rotate_1{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes gear_rotate_2{
	0%{
		-webkit-transform: rotate(48deg);
		transform: rotate(48deg);
	}
	100%{
		-webkit-transform: rotate(-312deg);
		transform: rotate(-312deg);
	}
}
@keyframes gear_rotate_2{
	0%{
		-webkit-transform: rotate(48deg);
		transform: rotate(48deg);
	}
	100%{
		-webkit-transform: rotate(-312deg);
		transform: rotate(-312deg);
	}
}

.cta_type_1.fix,
.img_block_star > div > div.fix{
	-webkit-transform-style: flat !important;
	transform-style: flat !important;
}

@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;
	}
	.cta_type_1 > div{
		will-change: transform;
	}
	.cta_type_1:hover > div:nth-child(1){
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	.cta_type_1:hover > div:nth-child(2) {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	.cta_type_1:hover .img_block_rocket > div > div{
		-webkit-animation: x_axis 2.5s infinite cubic-bezier(0.02, 0.01, 0.21, 1) 0.6s;
		animation: x_axis 2.5s infinite cubic-bezier(0.02, 0.01, 0.21, 1) 0.6s;
	}
	.cta_type_1:hover .img_block_rocket > div > div > div{
		-webkit-animation: y_axis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64) 0.6s;
		animation: y_axis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64) 0.6s;
	}
	.cta_type_1:hover .img_block_rocket div img:nth-child(2){
		-webkit-animation: rocket_fire 0.1s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64) 0.6s;
		animation: rocket_fire 0.1s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64) 0.6s;
	}
	.cta_type_2{
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.cta_type_2:hover:not(.red){
		background: #FF6A67;
		color: #fff !important;
	}
	.red_rect_text_block_type_2.animated_element .open_block{
		width: 100%;
		overflow: hidden;
		
		-webkit-transition: width 0.9s ease;
		transition: width 0.9s ease;
		
		will-change: auto;
	}
	.red_rect_text_block_type_2.animated_element.prepare .open_block{
		width: 0;
		will-change: width;
		
		-webkit-transition: all 0s;
		transition: all 0s;
	}
}

@media (min-width: 992px){
	.p_l_70{
		padding-left: 70px;
	}
}

@media (max-width: 1250px){
	.full_screen.first_screen{
		height: calc(100vh - 50px);
	}
	.plus_block .decor_plus{
		display: none;
	}
}

@media (max-width: 991px){
	.animated_letters_move.slide > span{
		top: 0.1em;
	}
	.padding_type_1,
	.padding_type_2{
		padding-top: 90px;
	}
	.options_block_type_1{
		display: block;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.options_block_type_1 .part{
		width: 100%;
		max-width: 100%;
	}
	.options_block_type_1 .part:not(:last-child),
	.options_block_type_1.sixp .part:not(:last-child){
		margin-bottom: 75px;
	}
	.options_block_type_2 .part{
		padding: 45px 15px 30px 15px;
	}
	.options_block_type_2 .part:not(:last-child){
		margin-bottom: 75px;
	}
	.options_block_type_2 .part .num{
		top: -25px;
		width: 50px;
		height: 50px;
	}
	.options_block_type_2 .part .num span{
		font-size: 2.4rem;
		line-height: 50px;
	}
	.red_rect_text_block_type_2 .content_block{
		padding: 30px 15px 90px 15px;
	}
	.red_rect_text_block_type_2 .cta_type_1{
		bottom: -60px;
	}
	.options_block_type_3{
		display: block;
	}
	.options_block_type_3 .part:not(:last-child){
		margin-bottom: 60px;
	}
	.cta_type_1{
		width: 120px;
		height: 120px;
	}
	.cta_type_1 .text_type_3{
		font-size: 1.8rem;
	}
	.cta_type_1 .text_type_2{
		font-size: 1.6rem;
	}
	.cta_type_1 .img_block_rocket > div > div > div > div img{
		width: 50px;
	}
	.decor_screen_letters_block{
		top: 35px;
	}
}

@media (max-width: 767px){
	.red_rect_text_block_type_2 .content_block .text_type_3{
		font-size: 1.8rem;
	}
	.cta_type_2{
		min-width: 0;
		width: 100%;
		max-width: 290px;
		padding: 0;
	}
	.decor_text{
		height: 40px;
	}
}
/*END GENERAL ELEMENTS*/

/*BEGIN .img_block_rocket*/
.img_block_rocket div{
	position: relative;
}
.img_block_rocket > div > div,
.img_block_rocket > div > div > div{
	will-change: transform;
}
.img_block_rocket.draw > div > div{
	-webkit-animation: x_axis 2.5s 5 cubic-bezier(0.02, 0.01, 0.21, 1) 0s;
    animation: x_axis 2.5s 5 cubic-bezier(0.02, 0.01, 0.21, 1) 0s;
}
.img_block_rocket.draw > div > div > div{
	-webkit-animation: y_axis 2.5s 5 cubic-bezier(0.3, 0.27, 0.07, 1.64) 0s;
    animation: y_axis 2.5s 5 cubic-bezier(0.3, 0.27, 0.07, 1.64) 0s;
}
.img_block_rocket > div > div > div > div{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.img_block_rocket div img:nth-child(2){
	position: absolute;
	top: calc(100% - 187px);
	left: 0;
	width: 100%;
    height: 29.7%;
	will-change: transform;
}
.img_block_rocket.draw div img:nth-child(2){
	-webkit-animation: rocket_fire 0.1s 125 cubic-bezier(0.3, 0.27, 0.07, 1.64) 0s;
    animation: rocket_fire 0.1s 125 cubic-bezier(0.3, 0.27, 0.07, 1.64) 0s;
}

@-webkit-keyframes x_axis{
	50%{
		animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
		transform: translateX(6%);
	}
}
@keyframes x_axis{
	50%{
		animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
		transform: translateX(6%);
	}
}

@-webkit-keyframes y_axis{
	50%{
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		transform: translateY(-6%);
	}
}
@keyframes y_axis{
	50%{
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		transform: translateY(-6%);
	}
}

@-webkit-keyframes rocket_fire{
	50%{
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		height: 30%;
		height: 30.5%;
	}
}
@keyframes rocket_fire{
	50%{
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		height: 30%;
		height: 30.5%;
	}
}
/*END .img_block_rocket*/

/*BEGIN .img_block_star*/
.img_block_star div{
	position: relative;
}
.img_block_star > div > div{
	position: relative;
	width: 490px;
	height: 490px;
	margin: 0 auto;
	
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	
    -webkit-perspective: 900px;
    perspective: 900px;
}
.img_block_star > div > div > div,
.img_block_star > div > div > img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	will-change: transform;
}
.img_block_star > div > div > div{
	width: 100%;
	height: 100%;
	border: 12px solid #FF9E9C;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.img_block_star > div > div > img{
	padding: 11% 13% 17% 13%;
}
.img_block_star.draw > div > div > div{
	-webkit-animation: round_rotate 0.9s 1 ease 0.9s;
    animation:  round_rotate 0.9s 1 ease 0.9s;
}
.img_block_star.draw > div > div > img{
	-webkit-animation: star_rotate 1.2s 1 ease-in-out 1.6s;
    animation:  star_rotate 1.2s 1 ease-in-out 1.6s;
}

@-webkit-keyframes round_rotate{
	100%{
		-webkit-transform: rotateX(-180deg);
	}
}
@keyframes round_rotate{
	100%{
		transform: rotateX(-180deg);
	}
}

@-webkit-keyframes star_rotate{
	100%{
		-webkit-transform: rotateY(-360deg);
	}
}
@keyframes star_rotate{
	100%{
		transform: rotateY(-360deg);
	}
}
/*END .img_block_star*/

/*BEGIN TEXT*/
*{
	font-weight: normal;
}
.text_light{
	font-family: "Montserrat-Light";
}
.text_bold{
	font-family: "Montserrat-Bold";
}
.text_medium{
	font-family: "Montserrat-Medium";
}
.text_bebas{
	font-family: "Bebas_Neue_Cyrillic";
}
.text_caps{
	text-transform: uppercase;
}
.text_lightred{
	color: #FF9E9C;
}
.text_red{
	color: #FF6A67;
}
a.text_red{
	color: #FF6A67 !important;
}
a.underline,
.underline a{
	text-decoration: underline !important;
}
.text_pink{
	color: #FF9E9C;
}
.text_white{
	color: #fff;
}
a.text_white,
.text_white a{
	color: #fff !important;
}
.text_grey{
	color: #99A0A9;
}
.text_type_1{
	font-size: 2.4rem;
	line-height: 1.5em;
}
.text_type_1 a{
	display: inline-block;
}
.text_type_2{
	font-size: 3rem;
	line-height: 1.4em;
}
.text_type_3{
	font-size: 3.6rem;
	line-height: 1.4em;
}
.title_type_1{
	font-family: "Bebas_Neue_Cyrillic";
	font-size: 5.4rem;
	line-height: 1em;
}
.title_type_2{
	font-family: "Bebas_Neue_Cyrillic";
	font-size: 8.1rem;
	line-height: 1em;
}
.title_type_3{
	font-family: "Bebas_Neue_Cyrillic";
	font-size: 12.1rem;
	line-height: 1em;
}
.title_type_4{
	font-family: "Bebas_Neue_Cyrillic";
	font-size: 18.3rem;
	line-height: 1em;
}
.title_type_1.fix,
.title_type_2.fix,
.title_type_3.fix,
.title_type_4.fix{
	margin-top: -0.14em;
	line-height: 1.14em;
}

@media (max-width: 1250px){
	.title_type_2,
	.title_type_3,
	.title_type_4{
		font-size: 8.1rem;
	}
}

@media (max-width: 991px){
	.text_type_1{
		font-size: 1.6rem;
	}
	.text_type_1 a{
		line-height: 30px;
	}
	.text_type_2,
	.text_type_3{
		font-size: 2.4rem;
	}
	.title_type_1{
		font-size: 3.6rem;
	}
	.title_type_2,
	.title_type_3,
	.title_type_4{
		font-size: 5.4rem;
	}
}

@media (max-width: 360px){
	.title_type_2,
	.title_type_3,
	.title_type_4{
		font-size: 4.7rem;
	}
}
/*END TEXT*/

/*BEGIN MARGINS*/
.mb_10{
	margin-bottom: 10px;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_25{
	margin-bottom: 25px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_35{
	margin-bottom: 35px;
}
.mb_60{
	margin-bottom: 60px;
}
.mb_90{
	margin-bottom: 90px;
}
.mb_60_45{
	margin-bottom: 60px;
}
.mb_75_60{
	margin-bottom: 75px;
}
.mb_90_60{
	margin-bottom: 90px;
}
.mb_130_90_75{
	margin-bottom: 130px;
}

@media (max-width: 1250px){
	.mb_130_90_75{
		margin-bottom: 90px;
	}
}

@media (max-width: 991px){
	.mb_60_45{
		margin-bottom: 45px;
	}
	.mb_75_60,
	.mb_90_60{
		margin-bottom: 60px;
	}
	.mb_130_90_75{
		margin-bottom: 75px;
	}
}
/*END MARGINS*/

/*BEGIN #top_menu*/
#top_menu{
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
}
#top_menu .top_menu_inner{
	position: relative;
	height: 80px;
}
#top_menu .main_logo{
	position: absolute;
	top: 15px;
	left: 30px;
	width: 225px;
    height: 50px;
}
#top_menu #sandwich{
	display: none;
}
#top_menu .menu{
	position: absolute;
	top: 0;
	left: 290px;
	list-style: none;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;	
}
#top_menu .menu li{
	position: relative;
	height: 80px;
	font-size: 2.4rem;
	line-height: 80px;
}
#top_menu .menu li a{
	position: relative;
	display: block;
	padding: 0 15px;
	cursor: pointer;
	
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#top_menu .menu > li.current-menu-item > a,
#top_menu .menu > li.current-menu-parent > a,
#top_menu .menu > li.current-menu-parent .sub-menu .current-menu-item a,
#top_menu .menu > li.current-category-ancestor > a{
	background: #F6F7F8;
}
#top_menu .menu > li.menu-item-has-children .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	height: 0;
	min-width: 100%;
	background: #fff;
	overflow: hidden;
	
	-webkit-transition: height 0.4s ease-out;
	transition: height 0.4s ease-out;
	
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
}
#top_menu .menu .sub-menu{
	white-space: nowrap;
}
#top_menu .menu > li.menu-item-has-children > a{
    padding-right: 30px;
}
#top_menu .menu > li.menu-item-has-children .tick{
	position: absolute;
    top: 37px;
    right: 10px;
    width: 12px;
    height: 7px;
	background: url(../img/general/tick.svg) no-repeat center center / 100% 100%;
	
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
#top_menu .menu > li.menu-item-has-children .tick.active{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#top_menu .menu_nav_inner .cta_type_2,
#top_menu .menu_nav_inner .social_block{
	display: none;
}
#top_menu .inner_elements{
	position: absolute;
	top: 0;
	right: 30px;
	height: 80px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;	
	
	-webkit-align-items: center;
    align-items: center;
}
#top_menu .inner_elements > *:not(:last-child){
	margin-right: 30px;
}
#top_menu .inner_elements .lang_block{
	margin-right: 15px;
	list-style: none;
}
#top_menu .inner_elements .lang_block li{
	position: relative;
	display: inline-block;
	height: 50px;
	font-size: 2.4rem;
	line-height: 50px;
}
#top_menu .inner_elements .lang_block li:not(:first-child){
	margin-left: -3px;
}
#top_menu .inner_elements .lang_block li:not(:last-child)::after{
	content: "";
    position: absolute;
    top: 5px;
	left: 100%;
    width: 1px;
    height: 40px;
    background: #556271;
}
#top_menu .inner_elements .lang_block li a{
	display: inline-block;
	padding: 0 15px;
}
#top_menu .inner_elements .social_block a{
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 5px;
	line-height: 0;
}
#top_menu .inner_elements .social_block a:not(:last-child){
	margin-right: 0;
}
#top_menu .inner_elements .social_block a img{
	width: 100%;
	height: auto;
}
.menu_margin_block{
	height: 80px;
}

@media (min-width: 1251px){
	#top_menu .menu li a{
		-webkit-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
	}
	#top_menu .menu li a:hover{
		background: #F6F7F8;
	}
	#top_menu .inner_elements .lang_block li a{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	#top_menu .inner_elements .lang_block li a:hover{
		opacity: 0.7;
	}
}

@media (max-width: 1250px){
	#top_menu,
	#top_menu .top_menu_inner{
		height: 50px;
	}
	#top_menu{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#top_menu .top_menu_inner{
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
	}
	#top_menu .main_logo{
		top: 8px;
		left: 15px;
		width: 153px;
		height: 34px;
	}
	#top_menu .inner_elements{
		right: 60px;
		display: block;
		height: 50px;
	}
	#top_menu .inner_elements .cta_type_2,
	#top_menu .inner_elements .social_block{
		display: none;
	}
	#top_menu .inner_elements .lang_block{
		margin-right: 0;
	}
	#top_menu .inner_elements .lang_block li{
		font-size: 1.6rem;
		line-height: 51px;
	}
	#top_menu .inner_elements .lang_block li:not(:last-child)::after{
		top: 14px;
		height: 20px;
	}
	#top_menu #sandwich, #top_menu #sandwich *{
		cursor: pointer;
	}
	#top_menu #sandwich{
		z-index: 2;
		position: absolute;
		display: block;
		top: 0;
		right: 10px;
		display: block;
		height: 50px;
		padding: 15px 5px;
	}
	#top_menu #sandwich::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#top_menu #sandwich .inner{
		position: relative;
		width: 30px;
		height: 20px;
	}
	#top_menu #sandwich .inner div{
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background: #556271;
	}
	#top_menu #sandwich .inner div:nth-child(1){
		top: 0;
		
		-webkit-transition: top 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
		transition: top 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
	}
	#top_menu #sandwich .inner div:nth-child(2){
		top: 9px;
		
		-webkit-transition: opacity 0.2s 0.2s ease;
		transition: opacity 0.2s 0.2s ease;
	}
	#top_menu #sandwich .inner div:nth-child(3){
		bottom: 0;
		
		-webkit-transition: bottom 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
		transition: bottom 0.2s 0.2s ease, transform 0.2s ease, background 0.4s ease;
	}
	#top_menu.active #sandwich .inner div:nth-child(1){
		top: 9px;
		
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		
		-webkit-transition: top 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
		transition: top 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
	}
	#top_menu.active #sandwich .inner div:nth-child(2){
		opacity: 0;
		
		-webkit-transition: opacity 0.2s cubic-bezier(0.76,0.16,0.33,0.95, background 0.4s ease);
		transition: opacity 0.2s ease, background 0.4s ease;
	}
	#top_menu.active #sandwich .inner div:nth-child(3){
		bottom: 9px; 
		
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		
		-webkit-transition: bottom 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
		transition: bottom 0.2s ease, transform 0.2s 0.2s ease, background 0.4s ease;
	}
	#top_menu .menu_nav{
		z-index: 1;
		position: absolute;
		top: 50px;
		left: -100%;
		width: 100%;
		height: calc(100vh - 49px);
		padding-top: 10px;
		background: #fff;
		overflow-y: auto;
		opacity: 0;
		
		-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.04);
		box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.04);
		
		-webkit-transition: left 0s 0.4s ease-out, opacity 0.4s ease-in-out;
		transition: left 0s 0.4s ease-out, opacity 0.4s ease-in-out;
	}
	#top_menu.active .menu_nav{
		left: 0;
		opacity: 1;
		
		-webkit-transition: left 0s ease-out, opacity 0.4s ease-in-out;
		transition: left 0s ease-out, opacity 0.4s ease-in-out;
	}
	#top_menu .menu_nav::-webkit-scrollbar{
		width: 4px;
	}
	#top_menu .menu_nav::-webkit-scrollbar-track{
		background: #F6F7F8;
	}
	#top_menu .menu_nav::-webkit-scrollbar-thumb{
	   background: #556271; 
	}
	#top_menu .menu_nav .menu_nav_inner{
		display: block;
		width: 100%;
		height: auto;
		overflow-y: hidden;
		padding-bottom: 71px;
	}
	#top_menu .menu{
		position: static;
		display: block;
	}
	#top_menu .menu li{
		height: auto;
		font-size: 1.8rem;
		line-height: 50px;
	}
	#top_menu .menu li a{
		padding: 0 15px;
	}
	#top_menu .menu > li.menu-item-has-children .sub-menu{
		position: relative;
		top: 0;
		
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#top_menu .menu > li.menu-item-has-children .sub-menu li{
		display: table;
		width: 100%;
	}
	#top_menu .menu > li.menu-item-has-children .sub-menu a{
		display: table-cell;
		vertical-align: middle;
		padding: 16px 15px 15px 30px;
		
		line-height: 1.1em;
		white-space: normal;
	}
	#top_menu .menu > li.current-menu-item > a,
	#top_menu .menu > li.current-menu-parent > a,
	#top_menu .menu > li.current-menu-parent .sub-menu .current-menu-item a,
	#top_menu .menu > li.current-category-ancestor > a{
		background: #F6F7F8;
	}
	#top_menu .menu > li.menu-item-has-children .tick{
		top: 23px;
	}
	#top_menu .menu_nav_inner .cta_type_2{
		display: block;
		width: 100%;
		max-width: 100%;
		height: 50px;
		margin-bottom: 10px;
		padding: 0 15px;
		
		font-size: 1.8rem;
		color: #556271;
		line-height: 50px;
		text-align: left;
		
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#top_menu .menu_nav_inner .social_block{
		display: block;
		padding: 0 10px;
	}
	#top_menu .menu_nav_inner .social_block a{
		display: inline-block;
		line-height: 0;
		width: 50px;
		height: 50px;
		padding: 5px;
		
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#top_menu .menu_nav_inner .social_block a:not(:last-child){
		margin-right: 2px;
	}
	#top_menu .menu_nav_inner .social_block a img{
		width: 100%;
		height: auto;
	}
	#top_menu .menu_cover{
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		height: calc(100vh + 51px);
		background: rgba(0,0,0,0.5);
		display: block;
		opacity: 0;
		
		-webkit-transition: left 0s 0.4s, opacity 0.4s ease-out;
		transition: left 0s 0.4s, opacity 0.4s ease-out;
	}
	#top_menu.active .menu_cover{
		left: 0;
		opacity: 1;
		
		-webkit-transition: left 0s, opacity 0.4s ease-in-out;
		transition: left 0s, opacity 0.4s ease-in-out;
	}
	.menu_margin_block{
		height: 50px;
	}
}
/*END #top_menu*/

/*BEGIN FORM SETTINGS*/
.field_checkout{
	display: none;
}
.field_wrapper{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.field_wrapper .field, .field_wrapper .span_placeholder{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	
	font-family: "Montserrat-Regular";
	font-size: 2.4rem;
	color: #2E2C2C;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field{
	outline: none !important;
	border-bottom: 1px solid #556271;
	
	-webkit-transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.field_wrapper .span_placeholder{
	position: absolute;
    top: 0;
    left: 0;
	cursor: text;
	pointer-events: none;
}
.field_wrapper.active .span_placeholder{
	top: -20px;
	height: 20px;
	line-height: 20px;
	font-size: 1.4rem;
	color: #556271;
}
.field_wrapper.warning .span_placeholder{
	color: #ff0000;
}
.field_wrapper .field_line{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	background: #556271;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field_line.active{
	width: 100%;
}
.field_wrapper .field_line.success_input{
	width: 100% !important;
}
.field_wrapper.textarea_wrapper{
	height: 50px;
}
.field_wrapper textarea.field{
    height: 50px;
    resize: none;
    overflow: hidden;
}
.field_wrapper .field.textarea_cover{
    min-height: 50px;
    height: auto;
    display: none;
}
.field_wrapper textarea.field, .field_wrapper .textarea_cover{
	padding-top: 3px;
	padding-bottom: 3px;
    line-height: 1.8em;
    white-space: pre-wrap;
    word-wrap: break-word;
	
	font-family: "Montserrat-Regular";
	
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form_go, .form_go *, .span_placeholder{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
	cursor: pointer;
}
.field_wrapper .alarm{
	position: absolute;
	opacity: 0;
	margin: 0;
	bottom: -20px;
	right: 0;
	
	font-size: 1.4rem;
	color: #FF6A67;
	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: #FF6A67;
	color: #FF6A67;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}

@media (max-width: 767px){
	.field_wrapper .field, .field_wrapper .span_placeholder{
		font-size: 1.8rem;
	}
}
/*END FORM SETTINGS*/

/*BEGIN .screen_form*/
.screen_form{
	padding-bottom: 215px;
}
.screen_form .form_simple{
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 60px 180px 60px;
	background: #fff;
	
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08)
}
.screen_form .form_simple .top_part{
	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_form .form_simple .top_part .field_wrapper{
	width: calc(33.33% - 40px);
}
.screen_form .field_wrapper.textarea_wrapper{
	margin-bottom: 0;
}
.screen_form .form_simple .cta_type_1{
	position: absolute;
    bottom: -119px;
    left: 50%;
	
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1250px){
	.screen_form .form_simple{
		padding: 45px 15px 180px 15px;
	}
	.screen_form .form_simple .top_part .field_wrapper{
		width: calc(33.33% - 15px);
	}
	.field_wrapper .field, .field_wrapper .span_placeholder{
		font-size: 1.8rem;
	}
}

@media (max-width: 991px){
	.screen_form.pb1{
		padding-bottom: 130px;
	}
	.screen_form.pb2{
		padding-bottom: 60px;
	}
	.screen_form .form_simple{
		padding: 45px 15px 110px 15px;
	}
	.screen_form .form_simple .cta_type_1{
		bottom: -60px;
	}
}

@media (max-width: 767px){
	.screen_form.pb1{
		padding-bottom: 70px;
	}
	.screen_form.pb2{
		padding-bottom: 0;
	}
	.screen_form .form_simple.dtr{
		background: transparent;
	}
	.screen_form .text_type_3 br{
		display: none;
	}
	.screen_form .form_simple{
		max-width: 100%;
		padding: 0;
		
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.screen_form .form_simple .top_part{
		display: block;
	}
	.screen_form .form_simple .top_part .field_wrapper{
		width: 100%;
	}
	.screen_form .field_wrapper.textarea_wrapper{
		margin-bottom: 50px;
	}
	.screen_form .form_simple .cta_type_1{
		position: relative;
		bottom: auto;
		left: 0;
		margin: 0 auto;
		
		-webkit-transform: none;
		transform: none;
	}
}
/*END .screen_form*/

/*BEGIN .popup*/
.popup{
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	display: none;
}
.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);
}
.popup_inner{
	position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 880px;
	height: auto;
	max-height: calc(100vh - 70px);
    margin: auto;
	background: #fff;
	padding: 60px 15px;
	
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#info_popup .popup_inner{
	width: calc(100% - 30px);
    max-width: 880px;
	height: auto;
}
.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% / 27px 27px;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#info_popup .popup_info > .big_text_block{
	height: calc(100vh - 120px);
	overflow: hidden;
}
#info_popup .popup_info > div{
	background: #fff;
}
#info_popup .popup_info > div > div{
	height: 100%;
	padding: 115px 70px;
	overflow: auto;
}
#info_popup .popup_info > div > div::-webkit-scrollbar{
	width: 4px;
}
#info_popup .popup_info > div > div::-webkit-scrollbar-track{
	background: #F6F7F8;
}
#info_popup .popup_info > div > div::-webkit-scrollbar-thumb{
   background: #556271;
}
#info_popup .popup_info > div p{
	line-height: 1.6em;
}
#thanx_popup .popup_info{
	text-align: center;
}
#thanx_popup .popup_info p:nth-child(1){
	margin-bottom: 20px;
	
	font-family: "Bebas_Neue_Cyrillic";
	font-size: 12.1rem;
	color: #FF6A67;
	text-transform: uppercase;
}
#thanx_popup .popup_info p:nth-child(2), #thanx_popup .popup_info p:nth-child(3){
	font-size: 2.4rem;
	line-height: 1.3em;
}
#thanx_popup .popup_info p:nth-child(2){
	margin-bottom: 10px;
}
#form_popup{
	z-index: 998;
}
#form_popup form .cta_type_2{
	display: block;
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
}

@media (min-width: 992px){
	#form_popup .popup_inner{
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 767px){
	#thanx_popup .popup_info p:nth-child(1){
		margin-bottom: 16px;
		font-size: 5.4rem;
	}
	#thanx_popup .popup_info p:nth-child(2), #thanx_popup .popup_info p:nth-child(3){
		font-size: 1.8rem;
	}
	#thanx_popup .popup_info p:nth-child(2){
		margin-bottom: 16px;
	}
	#form_popup .popup_inner{
		max-height: calc(100vh - 150px);
	}
	#form_popup .popup_inner .title_type_1{
		line-height: 1.1em !important;
	}
	#form_popup .popup_inner .text_type_1{
		margin-bottom: 45px;
	}
}

@media (max-width: 767px) and (max-height: 600px){
	#form_popup .popup_inner{
		padding: 0;
	}
	#form_popup .popup_inner .popup_info{
		height: calc(100vh - 150px);
		padding: 45px 15px;
		overflow: auto;
	}
	#form_popup .popup_inner .popup_info::-webkit-scrollbar{
		width: 4px;
	}
	#form_popup .popup_inner .popup_info::-webkit-scrollbar-track{
		background: #F6F7F8;
	}
	#form_popup .popup_inner .popup_info::-webkit-scrollbar-thumb{
	   background: #556271; 
	}
	#form_popup .popup_inner .popup_info .text_block{
		overflow: hidden;
	}
}

@media (max-height: 400px){
	#thanx_popup .popup_inner{
		padding: 15px;
	}
}
/*END .popup*/

/*BEGIN .category_screen_1*/
.category_screen_1{
	padding-bottom: 120px;
}
.category_screen_1 .container{
	width: 100%;
	max-width: 1030px;
}
.category_screen_1 h1{
	margin-top: 0;
}
.category_screen_1 .nothing_found{
	margin-top: 70px;
}
.category_wrapper{
	margin: 0 auto;
}
.category_block:not(:last-child){
	margin-bottom: 90px;
}
.category_thumb{
	position: relative;
	line-height: 0;
}
.category_thumb::before,
.category_thumb::after{
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	width: 50vw;
	height: 200px;
    background: #F6F7F8;
	pointer-events: none;
	
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}
.category_thumb::before{
	left: 50%;
}
.category_thumb::after{
	right: 50%;
}
.category_thumb img{
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
}
.category_thumb .cover{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.category_content_block{
	position: relative;
	
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.category_content_block::before,
.category_content_block::after{
    content: "";
    position: absolute;
    background: #FF9E9C;
}
.category_content_block::before{
    width: 60px;
    height: 60px;
}
.category_content_block::after{
    width: 90px;
    height: 90px;
}
.category_block:nth-child(odd) .category_content_block::before{
	top: 333px;
    left: -160px;
}
.category_block:nth-child(odd) .category_content_block::after{
	top: 118px;
    right: -180px;
}
.category_block:nth-child(even) .category_content_block::before{
	top: 333px;
    right: -160px;
}
.category_block:nth-child(even) .category_content_block::after{
	top: 118px;
    left: -180px;
}
.category_content_block .category_text_block{
	padding: 30px 30px 40px 30px;
}
.category_content_block .category_text_block > p a{
	display: inline-block;
}
.category_content_block .category_text_block > *:nth-child(1),
.category_content_block .category_text_block > *:nth-child(2){
	margin-bottom: 10px;
}
.category_menu{
	margin: 60px auto;
}
.category_menu .menu{
	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;
}
.category_menu ul{
	margin-bottom: 0;
	list-style: none;
}
.category_menu .menu li{
    flex-grow: 1;
	display: table;
	width: 20%;
    padding: 0 10px;
    text-align: center;
    height: 50px;
	
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4em;
}
.category_menu .menu li:first-child{
	padding-left: 0;
}
.category_menu .menu li:last-child{
	padding-right: 0;
}
.category_menu .menu li a{
    position: relative;
    display: table-cell;
	vertical-align: middle;
	height: 50px;
    border-bottom: 1px solid #556271;
    opacity: 0.7;
	
    color: inherit;
}
.category_menu .menu li.current-menu-item a{
	opacity: 1;
}
.category_menu .menu li a::before{
	content: "";
	position: absolute;
	left: 50%;
    bottom: -1px;
    width: 16px;
    height: 12px;
    background: url(../img/general/mini_triangle.svg) no-repeat 50% 50% / 100% 100%;
	opacity: 0;

    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.category_menu .menu li.current-menu-item a::before{
	opacity: 1;
}

@media (min-width: 1251px){
	.category_menu .menu li a{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	.category_menu .menu li a:hover{
		opacity: 1;
	}
	.category_menu .menu li a::before{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	.category_menu .menu li a:hover::before{
		opacity: 1;
	}
}

@media (max-width: 1380px){
	.category_content_block::before,
	.category_content_block::after{
		display: none;
	}
}

@media (max-width: 991px){
	.category_content_block .category_text_block .text_type_1{
		font-size: 1.8rem;
	}
	.category_menu .menu{
		display: block;
	}
	.category_menu .menu li{
		display: block;
		width: 100%;
		padding: 0;
	}
	.category_menu .menu li a{
		display: block;
		border: none;
		opacity: 1;
		line-height: 50px;
		
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
	}
	.category_menu .menu li a::before,
	.category_menu .menu li a::after{
		display: none;
	}
	.category_menu .menu li.current-menu-item a{
		color: #FF6A67;
	}
	
}

@media (max-width: 767px){
	.category_screen_1{
		padding-bottom: 70px;
	}
	.category_screen_1 .text_type_1 br{
		display: none;
	}
	.category_block:not(:last-child){
		margin-bottom: 50px;
	}
	.category_thumb::before,
	.category_thumb::after{
		display: none;
	}
	.category_content_block .category_text_block{
		padding: 20px 15px 20px 15px;
	}
	.category_content_block .category_text_block > *:nth-child(1){
		margin-bottom: 5px;
	}
	.category_menu{
		margin: 50px auto;
	}
}
/*END .category_screen_1*/

/*BEGIN .post_navigation*/
.post_navigation *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.post_navigation{
	margin: auto;
	text-align: center;
}
.post_navigation nav{
	padding-top: 90px;
}
.post_navigation .pagination h2{
	margin: 0;
}
.post_navigation .nav-links{
    font-size: 2.4rem;
}
.post_navigation .nav-links .current, .post_navigation .nav-links a{
	display: inline-block;
	width: 50px;
	height: 50px;
	
	color: inherit !important;
	line-height: 49px;
	text-align: center;
}
.post_navigation .nav-links .current{
	position: relative;
	border: 1px solid #FF6A67;
	color: #FF6A67 !important;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.post_navigation .nav-links .current, .post_navigation .nav-links .dots{
	cursor: default;
}
.post_navigation .nav-links .prev, 
.post_navigation .nav-links .next{
	position: relative;
	top: 16px;
}
.post_navigation .nav-links .prev{
	background: url(../img/general/btn_arrow_black_left.svg) no-repeat 50% 52% / 8px 12px;
}
.post_navigation .nav-links .next{
	background: url(../img/general/btn_arrow_black_right.svg) no-repeat 50% 52% / 8px 12px;
}

@media (min-width: 1251px){
	.post_navigation .nav-links a{
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	.post_navigation .nav-links a:hover{
		opacity: 0.7;
	}
}

@media (max-width: 991px){
	.post_navigation .nav-links{
		font-size: 1.6rem;
	}
	.post_navigation .nav-links .current, .post_navigation .nav-links a{
		width: 40px;
		height: 40px;
		line-height: 39px;
	}
	.post_navigation .nav-links .prev, 
	.post_navigation .nav-links .next{
		top: 14px;
		background-size: 6px 10px;
	}
}

@media (max-width: 767px){
	.post_navigation nav{
		padding-top: 50px;
	}
}
/*END .post_navigation*/

/*BEGIN .screen_footer*/
.screen_footer{
	padding-bottom: 160px;
	background: #556271;
}
.screen_footer .info_block{
	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;
	
    -webkit-justify-content: space-between;
    justify-content: space-between;
	
	-webkit-align-items: center;
    align-items: center;
}
.screen_footer .info_block .footer_logo{
    width: 225px;
    height: 50px;
}
.screen_footer .info_block .social_block a{
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 5px;
	line-height: 0;
}
.screen_footer .info_block .social_block a:not(:last-child){
	margin-right: 0;
}
.screen_footer .info_block .social_block a img{
	width: 100%;
	height: auto;
}

@media (max-width: 1250px){
	.screen_footer .info_block .footer_logo{
		width: 130px;
		height: 29px;
	}
	.screen_footer .info_block{
		margin-bottom: 90px;
	}
}

@media (max-width: 991px){
	.screen_footer{
		padding-bottom: 130px;
		text-align: center;
	}
	.screen_footer .info_block .footer_logo{
		width: 240px;
		height: 53px;
		margin-bottom: 3px;
	}
	.screen_footer .info_block{
		display: block;
	}
	.screen_footer .info_block > *:not(:last-child){
		margin-bottom: 20px;
	}
	.screen_footer .info_block .text_type_2 a{
		display: inline-block;
		line-height: 40px;
	}
	.screen_footer .field_wrapper .field{
		width: 290px;
		padding: 0 50px 0 10px;
	}
}

@media (max-width: 336px){
	.screen_footer .info_block .text_type_2{
		font-size: 2.2rem;
	}
}
/*END .screen_footer*/

/*BEGIN .page_404*/
.page_404{
	min-height: calc(100vh - 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;
}
.page_404 .text_block{
	position: relative;
	margin: auto;
	padding: 0 15px;
}
.page_404 .text_block .decor_text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0.2;
	
	font-family: "Bebas_Neue_Cyrillic";
    font-size: 18.3rem;
    line-height: 1em;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page_404 .text_block .text_type_2{
	z-index: 1;
	position: relative;
}

@media (max-width: 1250px){
	.page_404{
		min-height: calc(100vh - 50px);
	}
}
/*END .page_404*/

/*BEGIN .page_main_screen_1*/
.page_main_screen_1{
	overflow: hidden;
}
.page_main_screen_1 h1{
	z-index: 1;
	position: relative;
	top: -30px;
}
.page_main_screen_1 h1 > span{
	display: block;
}
.page_main_screen_1 .gear:nth-child(2){
	top: 50px;
    right: 15px;
	width: 400px;
	height: 410px;
	
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
	
	-webkit-animation: gear_rotate_2 4s 1.2s ease-in-out 1 forwards;
	animation: gear_rotate_2 4s 1.2s ease-in-out 1 forwards;
}
.page_main_screen_1 .gear:nth-child(3){
	top: -205px;
	right: 335px;
	width: 328px;
	height: 336px;
	
	-webkit-animation: gear_rotate_1 4s 1.2s ease-in-out 1 forwards;
	animation: gear_rotate_1 4s 1.2s ease-in-out 1 forwards;
}

@media (max-width: 767px){
	.page_main_screen_1 h1{
		top: -30px;
	}
	.page_main_screen_1 h1 .title_type_4{
		margin-bottom: 10px;
		line-height: 0.9em;
	}
	.page_main_screen_1 h1 .title_type_2{
		font-size: 3.6rem;
		/*line-height: 1.25em;*/
		line-height: 0.9em;
	}
	.page_main_screen_1 .gear:nth-child(2){
		top: 15px;
		right: 30px;
		width: 230px;
		height: 237px;
		opacity: 0.7;
	}
	.page_main_screen_1 .gear:nth-child(3){
		top: -150px;
		right: 160px;
		width: 160px;
		height: 165px;
		opacity: 0.7;
	}
}
/*END .page_main_screen_1*/

/*BEGIN .page_main_screen_2*/
.page_main_screen_2{
	padding-bottom: 140px;
}
.page_main_screen_2 .options_block_type_1{
	margin-bottom: 125px;
}
.page_main_screen_2 .img_block_star > div{
	width: 584px;
	margin-left: auto;
	margin-right: auto;
}
.page_main_screen_2 .img_block_star > div::before,
.page_main_screen_2 .img_block_star > div::after{
	content: "";
	position: absolute;
	background: #fff;
}
.page_main_screen_2 .img_block_star > div::before{
	top: 20px;
	left: -130px;
	width: 60px;
	height: 60px;
}
.page_main_screen_2 .img_block_star > div::after{
	bottom: 20px;
	right: -170px;
	width: 90px;
	height: 90px;
}
.page_main_screen_2 .img_block_star + .text_type_3{
	line-height: 1.5em;
}
.page_main_screen_2 .img_block_star .decor_text{
	position: absolute;
	top: calc(50% - 29px);
	left: calc(-50vw + 600px);
	width: 100vw;
}

@media (max-width: 1230px){
	.page_main_screen_2 .img_block_star .decor_text{
		left: -15px;
	}
}

@media (max-width: 1190px){
	.page_main_screen_2 .options_block_type_1 .part .text_type_3{
		font-size: 3rem;
	}
}

@media (max-width: 991px){
	.page_main_screen_2{
		padding-bottom: 70px;
	}
	.page_main_screen_2 .options_block_type_1{
		margin-bottom: 70px;
	}
	.page_main_screen_2 .options_block_type_1 .part .text_type_1{
		font-size: 2.4rem;
	}
	.page_main_screen_2 .img_block_star > div{
		width: auto;
	}
	.page_main_screen_2 .img_block_star > div > div{
		width: 290px;
		height: 290px;
	}
	.page_main_screen_2 .img_block_star > div::before,
	.page_main_screen_2 .img_block_star > div::after{
		display: none;
	}
}

@media (max-width: 767px){
	.page_main_screen_2 .img_block_star + .text_type_3 br{
		display: none;
	}
	.page_main_screen_2 .img_block_star .decor_text{
		top: calc(50% - 20px);
	}
}

@media (max-width: 330px){
	.page_main_screen_2 .options_block_type_1 .part .text_type_3{
		font-size: 2.4rem;
	}
}
/*END .page_main_screen_2*/

/*BEGIN .page_main_screen_3*/
.page_main_screen_3{
	padding-bottom: 140px;
}

@media (max-width: 991px){
	.page_main_screen_3{
		padding-bottom: 70px;
	}
}
/*END .page_main_screen_3*/

/*BEGIN .page_main_screen_4*/
.page_main_screen_4{
	padding-bottom: 140px;
}
.options_block_type_3 .part img{
	width: 180px;
	height: 180px;
	margin-bottom: 45px;
}

@media (max-width: 991px){
	.page_main_screen_4{
		padding-bottom: 90px;
	}
	.options_block_type_3 .part img{
		width: 120px;
		height: 120px;
		margin-bottom: 20px;
	}
}
/*END .page_main_screen_4*/

/*BEGIN .our_works_screen*/
.our_works_screen{
	padding-bottom: 140px;
}
.our_works_screen .container{
    width: 100%;
    max-width: 1030px;
}

@media (max-width: 991px){
	.our_works_screen{
		padding-bottom: 70px;
	}
}
/*END .our_works_screen*/

/*BEGIN .page_about_us_screen_3*/
.page_about_us_screen_3{
	padding-bottom: 140px;
}
.cofounder_wrapper .cofounder_block{
	position: relative;
}
.cofounder_wrapper .cofounder_block:not(:last-child){
    margin-bottom: 120px;
}
.cofounder_wrapper .cofounder_block::before,
.cofounder_wrapper .cofounder_block::after{
    content: "";
    position: absolute;
    background: #F6F7F8;
}
.cofounder_wrapper .cofounder_block::before{
    width: 60px;
    height: 60px;
}
.cofounder_wrapper .cofounder_block::after{
    width: 90px;
    height: 90px;
}
.cofounder_wrapper .cofounder_block:nth-child(odd)::before{
	top: 358px;
    left: -160px;
}
.cofounder_wrapper .cofounder_block:nth-child(odd)::after{
	top: 143px;
    right: -180px;
}
.cofounder_wrapper .cofounder_block:nth-child(even)::before{
	top: 358px;
    right: -160px;
}
.cofounder_wrapper .cofounder_block:nth-child(even)::after{
	top: 143px;
    left: -180px;
}
.cofounder_wrapper .cofounder_block .content_block{
	position: relative;
	background: #F6F7F8;
	line-height: 0;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.cofounder_wrapper .cofounder_block .content_block::before,
.cofounder_wrapper .cofounder_block .content_block::after{
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	width: 50vw;
	height: 200px;
    background: #FFE2E1;
	pointer-events: none;
	
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}
.cofounder_wrapper .cofounder_block .content_block::before{
	left: 50%;
}
.cofounder_wrapper .cofounder_block .content_block::after{
	right: 50%;
}
.cofounder_wrapper .cofounder_block .content_block img{
	width: 450px;
	height: 575px;
}
.cofounder_wrapper .cofounder_block .content_block .text_block{
	position: relative;
	width: calc(100% - 450px);
	padding: 50px 15px 0 50px;
}
.cofounder_wrapper .cofounder_block .content_block .text_block .text_type_1.text_light{
	line-height: 1.6em;
}
.cofounder_wrapper .cofounder_block .content_block .text_block .quotes{
	position: absolute;
	top: 80px;
	right: 60px;
	width: 102px;
	height: 84px;
	background: url(../img/page_about_me/quotes.svg) no-repeat 0 0 / 100% 100%;
}
.cofounder_wrapper .cofounder_block .content_block .text_block .text_type_1{
	z-index: 1;
	position: relative;
}
.cofounder_wrapper .cofounder_block .content_block .text_block .text_type_1.text_bold{
	margin-bottom: 45px;
}
.cofounder_wrapper .cofounder_block .content_block .text_block .text_type_1.text_light{
	color: #8D8D8D;
}

@media (max-width: 1580px){
	.cofounder_wrapper .cofounder_block::before,
	.cofounder_wrapper .cofounder_block::after{
		display: none;
	}
}

@media (max-width: 1250px){
	.cofounder_wrapper .cofounder_block:not(:last-child){
		margin-bottom: 90px;
	}
	.cofounder_wrapper .cofounder_block .content_block .text_block .text_type_1.text_light{
		font-size: 1.8rem;
	}
	.cofounder_wrapper .cofounder_block .content_block .text_block .text_type_1.text_light br{
		display: none;
	}
}

@media (max-width: 991px){
	.page_about_us_screen_3{
		padding-bottom: 70px;
	}
	.cofounder_wrapper{
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.cofounder_wrapper .cofounder_block .content_block{
		background: none;
		display: block;
		
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.cofounder_wrapper .cofounder_block .content_block::before,
	.cofounder_wrapper .cofounder_block .content_block::after{
		display: none;
	}
	.cofounder_wrapper .cofounder_block .content_block .img_block{
		position: relative;
	}
	.cofounder_wrapper .cofounder_block .content_block .img_block::before,
	.cofounder_wrapper .cofounder_block .content_block .img_block::after{
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		width: 50vw;
		height: 200px;
		background: #FFE2E1;
		pointer-events: none;
		
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	.cofounder_wrapper .cofounder_block .content_block .img_block::before{
		left: 50%;
	}
	.cofounder_wrapper .cofounder_block .content_block .img_block::after{
		right: 50%;
	}
	.cofounder_wrapper .cofounder_block .content_block img{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		
		-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
		box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
	}
	.cofounder_wrapper .cofounder_block .content_block .text_block{
		width: 100%;
		padding: 45px 15px 45px 15px;
		background: #F6F7F8;
		
		-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
		box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
	}
	.cofounder_wrapper .cofounder_block .content_block .text_block .text_type_1.text_bold{
		margin-bottom: 30px;
	}
	.cofounder_wrapper .cofounder_block .content_block .text_block .text_type_1.text_light{
		font-size: 1.6rem;
	}
	.cofounder_wrapper .cofounder_block .content_block .text_block .quotes{
		top: 20px;
		right: 15px;
		width: 84px;
		height: 66px;
	}
	.cofounder_wrapper .cofounder_block .content_block .text_block .text_type_1{
		line-height: 1.6em;
	}
}
/*END .page_about_us_screen_3*/