/*BEGIN FONTS*/
@font-face{
	font-family: "Century-Gothic-Regular";
	src: url("../fonts/Century-Gothic-Regular.eot");
	src: url("../fonts/Century-Gothic-Regular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Century-Gothic-Regular.woff") format("woff"),
	url("../fonts/Century-Gothic-Regular.ttf") format("truetype");
	font-family: "Century-Gothic-Regular";
	font-style: normal;
}
@font-face{
	font-family: "Century-Gothic-Bold";
	src: url("../fonts/Century-Gothic-Bold.eot");
	src: url("../fonts/Century-Gothic-Bold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Century-Gothic-Bold.woff") format("woff"),
	url("../fonts/Century-Gothic-Bold.ttf") format("truetype");
	font-family: "Century-Gothic-Bold";
	font-style: normal;
}
/*END FONTS*/

/*BEGIN GENERAL SETTINGS*/
*{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
p, a, span, td, h1, h2, h3, input, li, textarea{
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}
*::after, *::before{
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
p::-moz-selection { color: #fff;  background: #9595c8; }
p::-moz-selection { color: #fff;  background: #9595c8; }
p::selection      { color: #fff;  background: #9595c8; }
a::-moz-selection { color: #fff;  background: #9595c8; }
a::selection      { color: #fff;  background: #9595c8; }
li::-moz-selection { color: #fff;  background: #9595c8; }
li::selection      { color: #fff;  background: #9595c8; }
span::-moz-selection { color: #fff;  background: #9595c8; }
span::selection      { color: #fff;  background: #9595c8; }
h1::-moz-selection { color: #fff;  background: #9595c8; }
h1::selection      { color: #fff;  background: #9595c8; }
h2::-moz-selection { color: #fff;  background: #9595c8; }
h2::selection      { color: #fff;  background: #9595c8; }
h3::-moz-selection { color: #fff;  background: #9595c8; }
h3::selection      { color: #fff;  background: #9595c8; }
h3::-moz-selection { color: #fff;  background: #9595c8; }
h3::selection      { color: #fff;  background: #9595c8; }
td::-moz-selection { color: #fff;  background: #9595c8; }
td::selection      { color: #fff;  background: #9595c8; }
input::-moz-selection { color: #000 !important;  background: #9595c8; }
input::selection      { color: #000 !important;  background: #9595c8; }
textarea::-moz-selection { color: #000 !important;  background: #9595c8; }
textarea::selection      { color: #000 !important;  background: #9595c8; }

::-webkit-input-placeholder{color: #9595c8;}
::-moz-placeholder{color: #9595c8;}
:-ms-input-placeholder{color: #9595c8;} 
:-o-input-placeholder{color: #9595c8;} 
html, body{
	overflow-x: hidden;
}
html{
	font-size: 10px;
}
body{
	position: relative;
	font-family: "Century-Gothic-Regular";
	font-size: 1em;
	color: #2e2c2c;
}
textarea{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	vertical-align: top;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="button"],
input[type="submit"],
select{
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
p, h1, h2, h3, h4{
	cursor: default;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
a:hover, a:focus{
	color: inherit;
}
button{
	outline: none !important;
}
.clear{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	*{
		background-attachment: scroll !important;
	}
}

@supports (-ms-ime-align:auto){
	*{
		background-attachment: scroll !important;
	}
}

@media (min-width: 2561px), (max-width: 1260px), (min-height: 1081px){
	*{
		background-attachment: scroll !important;
	}
}

@media (min-width: 1191px){
	.container{
		width: 1170px;
	}
	body::-webkit-scrollbar{
		width: 10px;
	}
	body::-webkit-scrollbar-track{
		background: #eeeff9;
	}
	body::-webkit-scrollbar-thumb{
	   background: #9595c8; 
	}
}

@media (max-width: 1190px){
	.container{
		width: 100%;
	}
}
/*END GENERAL SETTINGS*/

/*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: #9595c8;
   
	-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 GENERAL ELEMENTS*/
.navigation_btn{
	cursor: pointer;
}
.screen_inner{
	position: relative;
}
.text_block.type_1{
	padding-left: 70px;
}
.h_type_1{
	margin: 0;
	font-family: "Century-Gothic-Bold";
	font-size: 3rem;
	line-height: 1.26em;
	letter-spacing: 0.02em;
}
.h_type_2{
	margin: 0 0 38px 0;
	font-family: "Century-Gothic-Bold";
	font-size: 4.8rem;
	line-height: 1.26em;
	letter-spacing: 0.02em;
}
.text_type_1{
	margin-bottom: 20px;
	font-family: "Century-Gothic-Regular";
	font-size: 1.4rem;
	line-height: 1.7em;
	letter-spacing: 0.02em;
}
.text_type_2{
	margin-bottom: 25px;
	font-family: "Century-Gothic-Regular";
	font-size: 1.8rem;
	line-height: 1.7em;
	letter-spacing: 0.02em;
}
.text_type_1.white,
.text_type_2.white{
	color: #fff;
}
.figure_image{
	position: absolute;
}
.figure_image_device{
	display: none;
}
.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;
}
.purple_button, .purple_button *{
	cursor: pointer;
}
.purple_button{
	position: relative;
	width: 280px;
	height: 54px;
	overflow: hidden;
}
.purple_button > .part{
	position: absolute;
	top: 0;
	height: 54px;
}
.purple_button > .part .inner{
	position: absolute;
	top: 0;
}
.purple_button > .part .inner .part{
	font-family: "Century-Gothic-Bold";
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.35em;
	line-height: 53px;
}
.purple_button > .part.left{
	z-index: 1;
	left: 0;
	width: 225px;
}
.purple_button > .part.left::before{
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}
.purple_button > .part.right{
	right: 0;
	width: 55px;
}
.purple_button > .part.left .inner{
	left: 0;
	width: 100%;
	height: 200%;
	
	-webkit-transition: top 0.2s ease-out;
	transition: top 0.2s ease-out;
}
.purple_button > .part.left .inner > .part{
	height: 50%;
}
.purple_button > .part.left .inner > .part.top{
	background: #8f4aa0;
}
.purple_button > .part.left .inner > .part.bottom{
	background: #2e2c2c;
}
.purple_button > .part.right .inner{
	right: 0;
	width: 200%;
	height: 100%;
	
	-webkit-transition: right 0.2s ease-out;
	transition: right 0.2s ease-out;
}
.purple_button > .part.right .inner .part{
	position: relative;
	width: 50%;
	height: 100%;
}
.purple_button > .part.right .inner .part::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 9px;
	background: url(../img/general/btn_arrow_white.svg) no-repeat 0 0 / 6px 9px;
	
	-webkit-transform: translate(-3px, -4px);
	transform: translate(-3px, -4px);
}
.purple_button > .part.right .inner .part.left{
	float: left;
	background: #8f4aa0;
}
.purple_button > .part.right .inner .part.right{
	float: right;
	background: #2e2c2c;
}
.figures_decor{
	position: absolute;
}
.section_title_block{
	position: relative;
	height: 40px;
	margin-bottom: 60px;
}
.section_title_block::before{
	content: "";
	z-index: -1;
	position: absolute;
	top: 20px;
	left: 0;
	width: 0;
	height: 1px;
	background: #dfdfee;
}
.section_title_block.draw::before{
	width: 100%;
	
	-webkit-transition: width 0.9s ease-out;
	transition: width 0.9s ease-out;
}
.section_title_block .title{
	position: absolute;
    top: 7px;
    left: 50%;
    margin: 0;
	
    font-family: "Century-Gothic-Bold";
    font-size: 2.4rem;
    color: #2e2c2c;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section_title_block .section_title_bg{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1140px;
	height: 40px;
	opacity: 0;
	background: url(../img/decor/section_title_bg.png) no-repeat 50% 0;
	
	-webkit-transform: translateX(-570px);
	transform: translateX(-570px);
}
.section_title_block .num{
	position: absolute;
    top: 9px;
    left: -20px;
	opacity: 0;
	
	font-family: "Century-Gothic-Bold";
    font-size: 1.6rem;
    color: #2e2c2c;
	
	-webkit-transform: rotate(-90deg) translateZ(0);
	transform: rotate(-90deg) translateZ(0);
}
.section_title_block .small_text{
	position: absolute;
	top: -15px;
	right: 0;
	opacity: 0;
	
	font-family: "Century-Gothic-Bold";
    font-size: 0.8rem;
    color: #2e2c2c;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.section_title_block.draw .num,
.section_title_block.draw .small_text,
.section_title_block.draw .section_title_bg{
	opacity: 1;
	
	-webkit-transition: opacity 0.6s ease-in-out 1.6s;
	transition: opacity 0.6s ease-in-out 1.6s;
}
.animated_letters_move{
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.animated_letters_move::after{
	content: "";
	clear: both;
}
.animated_letters_move > span{
    float: left;
    position: relative;
}
.animated_letters_move.slide > span{
	overflow: hidden;
}
.animated_letters_move > span > span{
    position: relative;
	display: block;
	
    -webkit-transition: all 0s;
    transition: all 0s;
}
.animated_letters_move.smooth.hidden_letters > span > span{
	opacity: 0;
	
	-webkit-transform: translateX(-1.6em);
	transform: translateX(-1.6em);
}
.animated_letters_move.slide.hidden_letters > span > span{
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}
.purple_info_block{
	position: relative;
	width: 697px;
	min-height: 400px;
	padding: 45px 85px 45px 85px;
	margin-left: -15px;
	background: #9595c8;
}
.purple_info_block::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	right: calc(100% - 15px);
	width: 710px;
	height: 100px;
	background: #eeeff9;
	
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.circle_button, .circle_button *{
	cursor: pointer;
}
.circle_button{
	position: relative;
}
.circle_button span{
    font-family: "Century-Gothic-Bold";
	font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}
.circle_button.type_1 span,
.circle_button.type_2 span{
	color: #fff;
}
.circle_button.type_3 span{
	color: #9595c8;
}
.circle_button .figure_block{
	position: relative;
	width: 68px;
	height: 68px;
}
.circle_button .circle{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 2px;
	border-style: solid;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.circle_button.type_1 .figure_block .circle,
.circle_button.type_2 .figure_block .circle{
	border-color: #fff;
}
.circle_button .figure_block.type_3 .circle{
	border-color: #9595c8;
}
.circle_button .figure_block .circle.transparent{
	border-color: transparent !important;
	
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.circle_button .circle::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	width: 42px;
	height: 1px;
}
.circle_button.type_1 .figure_block .circle::before,
.circle_button.type_2 .figure_block .circle::before{
	background: #fff;
}
.circle_button.type_3 .figure_block .circle::before{
	background: #9595c8;
}
.circle_button .figure_block .arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 9px;
	background: url(../img/general/btn_arrow_white.svg) no-repeat 0 0 / 6px 9px;
	
	-webkit-transform: translate(-3px, -4.5px);
	transform: translate(-3px, -4.5px);
}
.circle_button.type_1{
	width: 278px;
	height: 68px;
}
.circle_button.type_1 span{
	float: left;
	line-height: 69px;
}
.circle_button.type_1 .figure_block{
	float: right;
}
.circle_button.type_2{
	width: 225px;
	height: 220px;
	background: #8f4aa0;
	padding-top: 37px;
}
.circle_button.type_2 span{
	display: block;
	margin-bottom: 15px;
	line-height: 32px;
	text-align: center;
}
.circle_button.type_2 .figure_block{
	margin: auto;
}
.circle_button.type_2 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@-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;
	}
}

@media (min-width: 1251px){
	.purple_button:hover > .part.left .inner{
		top: -100%;
	}
	.purple_button:hover > .part.right .inner{
		right: -100%;
	}
	.circle_button:hover .figure_block .circle.transparent{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.circle_button:hover .figure_block .arrow{
		-webkit-animation: cta_btn_arrow_state 1.6s linear 0.4s infinite forwards;
		animation: cta_btn_arrow_state 1.6s linear 0.4s infinite forwards;
	}
}

@media (max-width: 1230px){
	.section_title_block.draw .num, 
	.section_title_block.draw .small_text, 
	.section_title_block.draw .section_title_bg{
		display: none;
	}
}

@media (max-width: 1190px){
	.text_block.type_1{
		padding-left: 0;
	}
	.purple_info_block::after{
		z-index: -1;
		right: auto;
		left: 0;
		width: 100vw;
	}
}

@media (max-width: 991px){
	.figure_image{
		display: none;
	}
	.figure_image_device{
		display: block;
		width: 100%;
		height: auto;
		margin: 50px auto 0;
	}
	.animated_element.animated_text.prepare{
		-webkit-transform: translateY(70px) !important;
		transform: translateY(70px) !important;
	}
	.figures_decor{
		display: none;
	}
	.purple_info_block{
		margin-left: 0;
	}
	.purple_info_block{
		width: 100%;
		min-height: 0;
		margin-left: 0;
		padding: 45px 60px 45px 60px;
		overflow: hidden;
	}
	.purple_info_block br{
		display: none;
	}
	.purple_info_block::after{
		left: -15px;
		width: 115vw;
		width: calc(100vw + 15px);
	}
	.text_type_1,
	.text_type_2{
		font-size: 1.6rem;
	}
	.circle_button.type_2::before{
		content: "";
		z-index: -2;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100vw;
		width: calc(100vw - 30px);
		height: 100px;
		background: #eeeff9;
		
		-webkit-transform: translate(-50%, -50px);
		transform: translate(-50%, -50px);
	}
	.circle_button.type_2::after{
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #8f4aa0;
	}
}

@media (max-width: 767px){
	.h_type_1{
		font-size: 2.56rem;
	}
	.h_type_2{
		margin-bottom: 25px;
		font-size: 2.56rem;
	}
	.figure_image_device{
		margin: 35px auto 0;
	}
	.section_title_block .title{
		left: 0;
		min-width: 0 !important;
		
		-webkit-transform: none;
		transform: none;
	}
}

@media (max-width: 650px){
	.purple_info_block{
	    padding: 40px 15px 30px 15px;
	}
	.circle_button.type_1{
		width: 260px;
	}
	.circle_button span{
		letter-spacing: 0.3em;
	}
}
/*END GENERAL ELEMENTS*/

/*BEGIN #top_menu*/
#top_menu, #top_menu *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
#top_menu{
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #fff;
}
#top_menu .top_menu_inner{
	position: relative;
	width: 100%;
	max-width: 1170px;
	height: 100%;
	margin: auto;
	padding: 0 15px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	overflow: hidden;
}
#top_menu .top_menu_inner::after{
	content: "";
	z-index: -2;
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 100%;
	width: calc(100% - 210px);
	height: 2px;
	background: #eeeff9;
}
#top_menu .top_menu_inner > *{
	line-height: 70px;
}
#top_menu .top_logo{
	width: 100px;
	height: 35px;
}
#top_menu .menu_nav .menu_nav_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-align-items: center;
	align-items: center;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#top_menu .menu_nav .nav_link{
	position: relative;
	height: 100%;
	padding: 0 15px;
	
	font-size: 1.2rem;
	font-family: "Century-Gothic-Bold";
	text-transform: uppercase;
	letter-spacing: 0.22em;
}
#top_menu .menu_tel{
	font-size: 1.2rem;
	font-family: "Century-Gothic-Bold";
	color: #9595c8;
	letter-spacing: 0.03em;
}
#top_menu .top_menu_cover, #top_menu .sandwich{
	display: none;
}

@media (min-width: 992px){
	#top_menu{
		-webkit-transition: height 0.4s ease-out;
		transition: height 0.4s ease-out;
	}
	#top_menu.change_view{
		height: 50px;
	}
	#top_menu .top_menu_inner > *{
		-webkit-transition: line-height 0.4s ease-out;
		transition: line-height 0.4s ease-out;
	}
	#top_menu.change_view .top_menu_inner > *{
		line-height: 50px;
	}
	
}

@media (min-width: 1251px){
	#top_menu .menu_nav .nav_link::after{
		content: "";
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 6px;
		background: #9595c8;
		opacity: 0;
		
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	#top_menu .menu_nav .nav_link:hover::after{
		opacity: 1;
	}
	#top_menu .top_logo_block,
	#top_menu .menu_tel{
		transition: opacity 0.2s ease-in-out;
	}
	#top_menu .top_logo_block:hover,
	#top_menu .menu_tel:hover{
		opacity: 0.7;
	}
}

@media (max-width: 1130px){
	#top_menu .top_menu_inner::after{
		right: 0;
		width: 100%;
	}
}

@media (max-width: 1020px){
	#top_menu .menu_nav .nav_link{
		padding: 0 10px;
	}
}

@media (max-width: 991px){
	#top_menu{
		height: auto;
	}
	#top_menu .top_menu_inner{
		height: 50px;
		overflow: visible;
		border-bottom: 1px solid #eeeff9;
	}
	#top_menu .top_menu_inner::after{
		display: none;
	}
	#top_menu .top_menu_inner > *{
		height: auto;
	}
	#top_menu .top_logo_block,
	#top_menu .menu_tel{
		line-height: 40px;
	}
	#top_menu .menu_tel{
		margin-right: 60px;
	}
	#top_menu .menu_nav{
		z-index: 1;
		position: absolute;
		top: 0;
		left: -100vw;
		width: 80vw;
		width: calc(100vw - 60px);
		height: 100vh;
		height: calc(100vh + 1px);
		background: #fff;
		line-height: 50px;
		overflow-y: auto;
		
		-webkit-transition: left 0.4s ease-out;
		transition: left 0.4s ease-out;
	}
	#top_menu .menu_nav::-webkit-scrollbar{
		width: 4px;
	}
	#top_menu .menu_nav::-webkit-scrollbar-track{
		background: #eeeff9;
	}
	#top_menu .menu_nav::-webkit-scrollbar-thumb{
	   background: #9595c8; 
	}
	#top_menu .menu_nav .menu_nav_inner{
		display: block;
		overflow-y: hidden;
		padding-bottom: 50px;
	}
	#top_menu.active .menu_nav{
		left: 0;
	}
	#top_menu .menu_nav .nav_link{
		display: block;
		height: 50px;
		padding: 0 15px;
	}
	#top_menu .sandwich, #top_menu .sandwich *{
		cursor: pointer;
	}
	#top_menu .sandwich{
		position: absolute;
		top: 11px;
		right: 10px;
		display: block;
		padding: 5px;
	}
	#top_menu .sandwich .inner{
		position: relative;
		width: 30px;
		height: 19px;
	}
	#top_menu .sandwich .inner div{
		position: absolute;
		left: 0;
		width: 30px;
		height: 3px;
		background: #9595c8;
	}
	#top_menu .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);
	}
	#top_menu .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);
	}
	#top_menu .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);
	}
	#top_menu.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);
	}
	#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);
		transition: opacity 0.2s cubic-bezier(0.76,0.16,0.33,0.95);
	}
	#top_menu.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 .top_menu_cover{
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		height: calc(100vh + 1px);
		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 .top_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;
	}
}

@media (max-width: 400px){
	#top_menu .menu_tel{
		margin-right: 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: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	
	font-family: "Century-Gothic-Regular";
	font-size: 1.6rem;
	color: #3a3d41;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field{
	outline: none !important;
	border-bottom: 1px solid #9595c8;
	
	-webkit-transition: border-color 0.1s ease, color 0.1s ease;
	transition: border-color 0.1s ease, color 0.1s ease;
}
.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: #9595c8;
}
.field_wrapper.warning .span_placeholder{
	color: #ff0000;
}
.field_wrapper .field_line{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	background: #8f4aa0;
	
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.field_wrapper .field_line.active{
	width: 100%;
}
.field_wrapper .field_line.success_input{
	width: 100% !important;
}
.form_go, .form_go *, .span_placeholder{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
	cursor: pointer;
}
.field_wrapper .alarm{
	position: absolute;
	opacity: 0;
	margin: 0;
	bottom: -20px;
	right: 0;
	
	font-family: "Century-Gothic-Regular";
	font-size: 1.4rem;
	color: #ff0000;
	letter-spacing: 0.6px;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.field_wrapper.warning .field{
	border-color: #ff0000;
	color: #ff0000;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}
.form_simple{
	padding-bottom: 55px;
}
.form_go.purple_button{
	float: right;
}
.form_go.purple_button::after{
	content: "";
	clear: both;
}

@media (max-width: 650px){
	.form_simple{
		padding-bottom: 0;
	}
	.form_go.purple_button{
		float: none;
		margin: auto;
	}
}
/*END FORM SETTINGS*/

/*BEGIN #thanx_popup*/
#thanx_popup{
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(100vh + 1px);
	display: none;
}
#thanx_popup_cover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#thanx_popup_inner{
	position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 880px;
	height: auto;
	max-height: calc(100vh - 70px);
    margin: auto;
	background: #fff;
	padding: 60px 15px;
	
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#thanx_popup_close{
    position: absolute;
    top: -45px;
    right: -5px;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#thanx_popup_info{
	text-align: center;
}
#thanx_popup_info p:nth-child(1){
	font-family: "Century-Gothic-Bold";
	font-size: 4.8rem;
	color: #9595c8;
	text-transform: uppercase;
	letter-spacing: 0.004em;
}
#thanx_popup_info p:nth-child(2), #thanx_popup_info p:nth-child(3){
	font-family: "Century-Gothic-Regular";
	font-size: 2.56rem;
	color: #000;
	letter-spacing: 0.02em;
}

@media (max-width: 767px){
	#thanx_popup_info p:nth-child(1){
		font-size: 3.6rem;
	}
	#thanx_popup_info p:nth-child(2), #thanx_popup_info p:nth-child(3){
		font-size: 2.3rem;
	}
}

@media (max-height: 400px){
	#thanx_popup_inner{
		padding: 15px;
	}
}
/*END #thanx_popup*/

/*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_inner{
	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.1%;
}
#video_screen_content > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video_screen_close{
	position: absolute;
    top: -45px;
    right: -5px;
    width: 40px;
    height: 40px;
    padding: 5px;
    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 .switch_block*/
.switch_block_wrapper{
	z-index: 1;
	position: relative;
	height: 62px;
}
.switch_block_wrapper{
	height: 62px;
}
.switch_block *{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.switch_block{
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
.switch_block .switch_btn, .switch_block .switch_btn *{
	cursor: pointer;
}
.switch_block .switch_btn.active, .switch_block .switch_btn.active *{
	cursor: default;
}
.switch_block .switch_btn{
	position: relative;	
	float: left;
	height: 100%;
}
.switch_block[data-tabs="2"] .switch_btn{
	width: 50%;
}
.switch_block .switch_btn > span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	opacity: 0.6;
	
	font-family: "Century-Gothic-Bold";
    font-size: 1.2rem;
	text-align: center;
    line-height: 62px;
	text-transform: uppercase;
    letter-spacing: 0.3em;
	
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.switch_block .switch_btn.active > span{
	opacity: 1;
}
.switch_block .simple_line{
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background: #2e2c2c;
}
.switch_block .switch_line{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 10px;
	background: #2e2c2c;
	
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.switch_block .num_block{
	display: none;
}

@media (min-width: 1251px){
	.switch_block .switch_btn:hover span{
		opacity: 1;
	}
}

@media (max-width: 767px){
	.switch_block .switch_btn > span{
		text-transform: none;
		letter-spacing: 0.02em;
	}
}
/*END .switch_block*/

/*BEGIN #screen_1*/
#screen_1{
	margin-top: 140px;
	background: url(../img/content/screen_1_bg.jpg) no-repeat 50% 0;
	
}
#screen_1 .figures_decor{
	top: -8px;
	right: 0;
	width: 96px;
	height: 392px;
	background: url(../img/decor/figures_decor_1.png);
}
#screen_1 .screen_inner{
	height: 437px;
	border-bottom: 1px solid #eeeff9;
}
#screen_1 .text_block{
	z-index: 1;
	position: relative;
}
#screen_1 .date_block{
	margin: 20px 0 40px -71px;
	width: 600px;
	height: 54px;
	line-height: 53px;
	padding-right: 33px;
	background: #9595c8;
	text-align: right;
}
#screen_1 .date_block p{
	margin: 0;
	font-family: "Century-Gothic-Regular";
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 0.04em;
}
#screen_1 .h_type_2{
	margin-bottom: 0;
}
#screen_1 .figure_image{
	top: -45px;
	right: -70px;
}
#screen_1 .purple_button{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -113px;
}

@media (max-width: 1190px){
	#screen_1 .figure_image{
		width: 100%;
		max-width: 660px;
		height: auto;
	}
}

@media (max-width: 991px){
	#screen_1{
		margin-top: 100px;
		background: none;
	}
	#screen_1 .screen_inner{
		height: auto;
		border-bottom: 0;
	}
	#screen_1 .h_type_2 br{
		display: none;
	}
	#screen_1 .purple_button{
		position: relative;
		left: 0;
		bottom: auto;
		margin: 50px auto 0;
	}
}

@media (max-width: 767px){
	#screen_1{
		margin-top: 85px;
	}
	#screen_1 .date_block{
		width: 100%;
		height: auto;
		margin: 15px 0;
		background: none;
		padding-right: 0;
		text-align: left;
		line-height: normal;
	}
	#screen_1 .date_block p{
		font-size: 2.56rem;
		color: #9595c8;
		line-height: 1.26em;
	}
	#screen_1 .date_block p .nbsp{
		display: none;
	}
	#screen_1 .date_block p span:nth-child(1){
		content: ",";
	}
	#screen_1 .purple_button{
		margin: 40px auto 0;
	}
}
/*END #screen_1*/

/*BEGIN #screen_2*/
#screen_2{
	position: relative;
	height: 661px;
	padding-top: 160px;
}
#screen_2 .grey_decor_1{
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 225px;
	background: #eeeff9;
	
	-webkit-transform: translateX(-113px);
	transform: translateX(-113px);
}
#screen_2 .animated_letters_move{
	min-width: 250px;
}
#screen_2 .purple_info_block .circle_button{
	margin-top: 32px;
}
.big_play_button, .big_play_button *{
	cursor: pointer;
}
.big_play_button{
	position: absolute;
	top: 60px;
	right: 35px;
	width: 496px;
	height: 476px;
}
.big_play_button .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.big_play_button .bg:nth-child(1){
	background: url(../img/content/big_play_btn__bg_1.png) no-repeat 0 0 / 100% 100%;
}
.big_play_button .bg:nth-child(2){
	background: url(../img/content/big_play_btn__bg_2.png) no-repeat 0 0 / 100% 100%;
	
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}
.big_play_button .bg:nth-child(3){
	background: url(../img/content/big_play_btn__bg_3.png) no-repeat 0 0 / 100% 100%;
	
	-webkit-transition: opacity 0.15s ease-in-out 0.15s;
	transition: opacity 0.15s ease-in-out 0.15s;
}
.big_play_button .play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background: url(../img/general/play_60.svg) no-repeat 0 0 /60px 60px;
	
	-webkit-transform: translate(-20px, -12px);
	transform: translate(-20px, -12px);
}
.screen_2_play_img_device{
	display: none;
}

@media (min-width: 1251px){
	.big_play_button:hover .bg:nth-child(2){
		opacity: 0;
		
		-webkit-transition: opacity 0.15s ease-in-out 0.15s;
		transition: opacity 0.15s ease-in-out 0.15s;
	}
	.big_play_button:hover .bg:nth-child(3){
		opacity: 0;
		
		-webkit-transition: opacity 0.15s ease-in-out;
		transition: opacity 0.15s ease-in-out;
	}
}

@media (max-width: 1190px){
	.big_play_button{
		right: auto;
		top: 150px;
		left: 620px;
		width: 300px;
		height: 288px;
	}
	.big_play_button .play{
		width: 40px;
		height: 40px;
		background: url(../img/general/play_60.svg) no-repeat 0 0 /40px 40px;
		
		-webkit-transform: translate(-20px, -12px);
		transform: translate(-15px, -9px);
	}
}

@media (max-width: 991px){
	#screen_2{
		padding-top: 70px;
		height: auto;
	}
	#screen_2 .grey_decor_1{
		display: none;
	}
	.big_play_button{
		display: none;
	}
	.screen_2_play_img_device{
		display: block;
		width: 100%;
		height: auto;
		margin: 15px auto 0;
	}
}
/*END #screen_2*/

/*END #screen_3*/
#screen_3{
	position: relative;
	padding-top: 130px;
}
#screen_3::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 480px;
	width: 2560px;
	height: 311px;
	background: url(../img/content/screen_3_bg.jpg) no-repeat 50% 0 / 2560px 311px;
	
	-webkit-transform: translateX(-1280px);
	transform: translateX(-1280px);
}
#screen_3 .screen_inner{
	height: 900px;
}
#screen_3 .screen_inner .text_type_1:nth-child(3){
	position: absolute;
	top: 198px;
	left: 50%;
	left: calc(50% + 85px);
}
#screen_3 .screen_inner .text_type_1:nth-child(4){
	position: absolute;
	top: 315px;
	left: 50%;
	left: calc(50% + 85px);
}
#screen_3 .screen_inner .figure_image{
	bottom: 0;
	left: 50%;
	margin-left: -320px;
}
#screen_3 .screen_inner .circle_button{
	z-index: 1;
	position: absolute;
	top: 460px;
	right: 0;
}
#screen_3 .screen_inner .figures_decor{
	bottom: 130px;
	left: 65px;
	width: 39px;
	height: 39px;
	background: url(../img/decor/figures_decor_2.png);
}

@media (max-width: 1190px){
	#screen_3 .screen_inner .figure_image{
		margin-left: -365px;
	}
	#screen_3 .screen_inner .text_type_1:nth-child(3),
	#screen_3 .screen_inner .text_type_1:nth-child(4){
		width: 386px;
	}
	#screen_3 .screen_inner .text_type_1:nth-child(3) br,
	#screen_3 .screen_inner .text_type_1:nth-child(4) br{
		display: none;
	}
}

@media (max-width: 991px){
	#screen_3{
		padding-top: 70px;
	}
	#screen_3::before{
		display: none;
	}
	#screen_3 .screen_inner{
		height: auto;
	}
	#screen_3 .screen_inner .text_type_2:nth-child(2) br{
		display: none;
	}
	#screen_3 .screen_inner .text_type_1:nth-child(3),
	#screen_3 .screen_inner .text_type_1:nth-child(4){
		position: static;
		width: 100%;
	}
	#screen_3 .screen_inner .circle_button{
		position: relative;
		top: 0;
		margin: 40px auto 0;
	}
	#screen_3 .screen_inner .figure_image_device{
		margin: 48px auto 0;
	}
}
/*END #screen_3*/

/*BEGIN #screen_4*/
#screen_4{
	position: relative;
	padding-top: 100px;
	padding-bottom: 52px;
}
#content_slider_block{
	position: relative;
}
#content_slider_block .bullets ul{
	width: 100%;
	max-width: 1000px;
	height: 48px;
	margin: 0 auto 35px;
	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;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}
#content_slider_block .bullets li{
	position: relative;
	height: 48px;
	padding: 0 10px;
	cursor: pointer;
	overflow: hidden;
	
	font-family: "Century-Gothic-Bold";
    font-size: 1.2rem;
    line-height: 48px;
    letter-spacing: 0.02em;
}
#content_slider_block .bullets li::before{
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: -10px;
	background: url(../img/general/slider_bullet.svg) no-repeat 50% 50% / 62px 48px;
	opacity: 0;
	pointer-events: none;
	
	-webkit-transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
}
#content_slider_block .bullets li.active::before{
	margin-left: 0;
	opacity: 1;
}
#content_slider{
	position: relative;
	height: 400px;
	padding-left: 85px;
}
#content_slider::before{
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2560px;
	height: 100%;
	background: #eeeff9;
	
	-webkit-transform: translateX(-1280px);
	transform: translateX(-1280px);
}
#content_slider .nav_block{
	z-index: 1;
	position: absolute;
	bottom: -52px;
	left: 50%;
	width: 107px;
	height: 103px;
	background: url(../img/general/slider_nav_block.svg) no-repeat 0 0 / 107px 103px;
}
#content_slider .nav_block::before{
	content: "";
	position: absolute;
	top: 46px;
	left: 54px;
	width: 2px;
	height: 12px;
	background: #231F20;
	pointer-events: none;
}
#content_slider .nav_block .nav{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 27px;
	cursor: pointer;
	
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#content_slider .nav_block .nav.prev{
	left: 4px;
	background: url(../img/general/slider_arrow_left.svg) no-repeat 50% 50% / 8px 14px;
}
#content_slider .nav_block .nav.next{
	right: 2px;
	background: url(../img/general/slider_arrow_right.svg) no-repeat 50% 50% / 8px 14px;
}
#content_slider .wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}
#content_slider .slide{
	z-index: 0;
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    opacity: 0;
	
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
#content_slider .slide.active{
	z-index: 1;
	opacity: 1;
}
#content_slider .slide .photo_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 332px;
	height: 450px;
}
#content_slider .slide .photo_block img{
	width: 332px;
	height: 450px;
}
#content_slider .slide .content_block{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	width: calc(100% - 332px);
	height: 400px;
	padding: 70px 0 115px 85px;
}
#content_slider .slide .content_block .h_type_1{
	position: relative;
	margin-bottom: 30px;
}
#content_slider .slide .content_block .h_type_1 .purple_small_text{
	position: absolute;
	top: -35px;
	left: 0;
	
    font-family: "Century-Gothic-Bold";
    font-size: 1.8rem;
	color: #9595c8;
    line-height: 1em;
    letter-spacing: 0.02em;
}
#content_slider .slide .content_block .text_block{
	width: 100%;
	height: 160px;
	overflow-y: auto;
}
#content_slider .slide .content_block .text_block::-webkit-scrollbar{
	width: 4px;
}
#content_slider .slide .content_block .text_block::-webkit-scrollbar-track{
	background: #fff;
}
#content_slider .slide .content_block .text_block::-webkit-scrollbar-thumb{
   background: #9595c8; 
}
#content_slider .slide .content_block .text_block .inner{
	overflow-y: hidden;
	padding-right: 15px;
}
#content_slider .slide .content_block .text_block .inner .text_type_1{
	margin-bottom: 21px;
}
#content_slider .slide .content_block .text_block .inner .text_type_1 .b{
	font-family: "Century-Gothic-Bold";
	color: #9595c8;
}
#content_slider .slide .content_block .num_info{
	position: absolute;
    bottom: 30px;
    left: 85px;
    width: 40px;
    height: 12px;
	
    font-family: "Century-Gothic-Bold";
    font-size: 1.2rem;
    line-height: 12px;
    letter-spacing: 0.02em;
}
#screen_4 .figures_decor{
	right: 0;
	top: 605px;
	width: 39px;
    height: 39px;
    background: url(../img/decor/figures_decor_2.png);
}

@media (min-width: 1251px){
	#content_slider_block .bullets li:hover::before{
		margin-left: 0;
		opacity: 1;
	}
	#content_slider .nav_block .nav:hover{
		opacity: 0.6;
	}
}

@media (max-width: 1190px){
	#content_slider{
		padding-left: 0;
	}
}

@media (max-width: 991px){
	#screen_4{
		padding-top: 70px;
		padding-bottom: 75px;
	}
	#content_slider_block .bullets{
		display: none;
	}
	#content_slider .slide .content_block{
		padding: 65px 0 115px 60px;
	}
	#content_slider .nav_block{
		left: auto;
		bottom: -85px;
		right: 65px;
	}
	#content_slider .slide .content_block .h_type_1 .purple_small_text{
		top: -30px;
		font-size: 1.4rem;
	}
	#content_slider .slide .content_block .h_type_1{
		margin-bottom: 25px;
	}
	#content_slider .slide .content_block .text_block{
		height: 210px;
	}
	#content_slider .slide .content_block .text_block .inner .text_type_1{
		font-size: 1.4rem;
	}
	#content_slider .slide .content_block .num_info{
		bottom: -32px;
		left: 60px;
	}
}

@media (max-width: 767px){
	#content_slider{
		height: 705px;
	}
	#content_slider::before{
		top: 95px;
		left: 50%;
		width: 100vw;
		height: 100px;
		
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#content_slider .slide .photo_block{
		width: 290px;
		height: 290px;
		overflow: hidden;
	}
	#content_slider .slide .photo_block img{
		width: 290px;
		height: 393px;
	}
	#content_slider .slide .content_block{
		top: 305px;
		right: auto;
		left: 0;
		width: 100%;
		height: 400px;
		padding: 40px 0 0 0;
	}
	#content_slider .slide .content_block::before{
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: #eeeff9;
		
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#content_slider .slide .content_block .h_type_1 .purple_small_text{
		top: -20px;
	}
	#content_slider .nav_block{
		bottom: -51px;
	}
	#content_slider .slide .content_block .num_info{
		bottom: 25px;
		left: 0;
	}
}

@media (max-width: 400px){
	#content_slider .nav_block{
		right: auto;
		left: 50%;
		
		-webkit-transform: translateX(-53px);
		transform: translateX(-53px);
	}
}
/*END #screen_4*/

/*BEGIN #screen_5*/
#screen_5{
	position: relative;
	padding-top: 130px;
}
#screen_5 .screen_inner > .text_block{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding-top: 20px;
}
#screen_5 .screen_inner > .text_block p:nth-child(2){
	position: absolute;
	top: 45px;
	left: 682px;
	padding-left: 30px;
	border-left: 3px solid #9595c8;
}
#timetable_tab_switcher{
	margin-top: 100px;
}
#timetable_tab_switcher .decor_block{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1000px;
	height: 0;
	pointer-events: none;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#timetable_tab_switcher .decor{
	position: absolute;
	bottom: -3px;
	width: 2px;
	height: 16px;
	background: #2e2c2c;
}
#timetable_tab_switcher .decor_1{
	left: 0;
}
#timetable_tab_switcher .decor_2{
	left: 50%;
	
	-webkit-transform: translateX(-1px);
	transform: translateX(-1px);
}
#timetable_tab_switcher .decor_3{
	right: 0;
}
.lecture_timetable_block{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 40px;
}
.lecture_timetable_block .decor_rect{
	z-index: -1;
	position: absolute;
	top: -5px;
	left: 182px;
	width: 183px;
	height: 0;
	background: #eeeff9;
	border-right: 1px solid #d5d5d5;
	
	-webkit-transition: height 2s ease;
	transition: height 2s ease;
}
.lecture_timetable_block .decor_rect.draw{
	height: 100%;
}
.lecture_timetable_block .lecture{
	position: relative;
	padding-top: 70px;
	
	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: flex-start;
	align-items: flex-start;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.lecture_timetable_block .lecture .part_1{
	width: 365px;
	text-align: center;
}
.lecture_timetable_block .lecture .part_2{
	width: 222px;
	padding: 0 30px 0 60px;
}
.lecture_timetable_block .lecture .part_3{
	width: 400px;
}
.lecture_timetable_block .lecture .part_1 .h_type_2{
	position: relative;
}
.lecture_timetable_block .lecture .part_1 .h_type_2::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -2px;
	width: 6px;
	height: 6px;
	background: #2e2c2c;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.lecture_timetable_block .lecture .part_1 .h_type_2 .dots{
	color: #8f4aa0;
}
.lecture_timetable_block .lecture .part_2 .title,
.lecture_timetable_block .lecture .part_3 .title{
	margin-bottom: 25px;
	padding-top: 3px;
	
	font-family: "Century-Gothic-Bold";
    font-size: 1.2rem;
	color: #9595c8;
    line-height: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.lecture_timetable_block .lecture .part_2 p:last-child,
.lecture_timetable_block .lecture .part_3 p:last-child{
	margin-bottom: 0;
}
#screen_5 .purple_button{
	margin: 80px auto -27px;
}

@media (min-width: 992px){
	.lecture_timetable_block .lecture .part_1 .h_type_2{
		margin-bottom: 0;
		line-height: 0.8em;
	}
}

@media (max-width: 1070px){
	.lecture_timetable_block .lecture .part_3{
		width: 355px;
	}
}

@media (max-width: 1190px){
	#screen_5 .purple_button{
		margin-bottom: 0;
	}
}

@media (max-width: 991px){
	#screen_5{
		padding-top: 70px;
	}
	#screen_5 .screen_inner > .text_block{
		position: static;
		padding-top: 0;
	}
	#screen_5 .screen_inner > .text_block p:nth-child(2){
		position: static;
		padding-left: 0;
		border-left: 0;
	}
	#screen_5 .screen_inner > .text_block p br{
		display: none;
	}
	#timetable_tab_switcher{
		margin-top: 70px;
	}
	.lecture_timetable_block .decor_rect{
		display: none;
	}
	.lecture_timetable_block{
		padding-bottom: 0;
	}
	.lecture_timetable_block .lecture{
		display: block;
		width: 100%;
		max-width: 530px;
		margin: 40px auto 0;
		padding: 45px 60px 30px 60px;
	}
	.lecture_timetable_block .lecture::before{
		content: "";
		z-index: -2;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100vw;
		width: calc(100vw - 30px);
		height: 100px;
		background: #eeeff9;
		
		-webkit-transform: translate(-50%, -50px);
		transform: translate(-50%, -50px);
	}
	.lecture_timetable_block .lecture::after{
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #9595c8;
	}
	.lecture_timetable_block .lecture .part{
		position: relative;
		z-index: 1;
	}
	.lecture_timetable_block .lecture .part_1,
	.lecture_timetable_block .lecture .part_2,
	.lecture_timetable_block .lecture .part_3{
		width: 100%;
	}
	.lecture_timetable_block .lecture .part_1{
		text-align: left;
	}
	.lecture_timetable_block .lecture .part_2{
		padding: 0;
	}
	.lecture_timetable_block .lecture .part_1 .h_type_2{
		margin-bottom: 30px;
		font-size: 2.56rem;
	}
	.lecture_timetable_block .lecture .part_1 .h_type_2::after{
		display: none;
	}
	.lecture_timetable_block .lecture .part_2 .title, 
	.lecture_timetable_block .lecture .part_3 .title{
		margin-bottom: 15px;
		font-size: 1.6rem;
		color: #fff;
		text-decoration: underline;
	}
	.lecture_timetable_block .lecture .part_2 p:last-child,
	.lecture_timetable_block .lecture .part_3 p:last-child {
		margin-bottom: 30px;
		color: #fff;
	}
	#screen_5 .purple_button{
		margin: 60px auto 0;
	}
}

@media (max-width: 767px){
	#screen_5{
		padding-top: 55px;
	}
	#timetable_tab_switcher{
		margin-top: 50px;
	}
}

@media (max-width: 650px){
	.lecture_timetable_block .lecture{
	    padding: 40px 15px 5px 15px;
	}
	#screen_5 .purple_button {
		margin: 40px auto 0;
	}
}
/*END #screen_5*/

/*BEGIN #screen_6*/
#screen_6{
	height: 778px;
	padding-top: 140px;
	background: url(../img/content/screen_6_bg.jpg) no-repeat 50% 0;
}
#screen_6 .section_title_block::before{
	z-index: 0;
}
#screen_6 .purple_info_block::after{
	display: none;
}
#screen_6 .purple_info_block .cost_info{
	position: relative;
}
#screen_6 .price{
	position: absolute;
	top: -8px;
	right: -20px;
	
	font-family: "Century-Gothic-Bold";
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 0.1em;
}
#screen_6 .price::after{
	content: "";
	clear:both;
}
#screen_6 .special{
	position: relative;
	margin-top: 65px;
}
#screen_6 .special::before{
	content: "";
    position: absolute;
    top: 14px;
	left: -29px;
    width: 6px;
    height: 9px;
    background: url(../img/general/btn_arrow_white.svg) no-repeat 0 0 / 6px 9px;
	
    -webkit-transform: translate(-3px, -4px);
    transform: translate(-3px, -4px);
}
#screen_6 .special::after{
	content: "";
	z-index: -1;
    position: absolute;
    top: -32px;
    left: -64px;
    width: 650px;
    height: 227px;
	border: 3px solid #8f4aa0;
}
#screen_6 .right_info_block{
	position: absolute;
    top: 84px;
    right: 0;
    width: 457px;
    height: 553px;
    padding: 45px 15px 45px 70px;
}
#screen_6 .right_info_block::after{
	content: "";
	clear: both;
}
#screen_6 .right_info_block img{
	position: absolute;
	bottom: -7px;
	left: 40px;
	width: 100%;
	height: auto;
}

@media (min-width: 1191px){
	#screen_6 .purple_info_block{
		background: none;
	}
}

@media (min-width: 992px){
	#screen_6 .section_title_block{
		margin-bottom: 45px;
	}
}

@media (max-width: 1190px){
	#screen_6{
		background: none;
	}
	#screen_6 .right_info_block{
		width: 330px;
		width: calc(100% - 697px);
		padding: 45px 15px 45px 30px;
	}
	#screen_6 .special::after{
		display: none;
	}
	#screen_6 .right_info_block img{
		position: static;
		display: block;
		margin-top: 30px;
	}
}

@media (max-width: 991px){
	#screen_6{
		height: auto;
		padding-top: 70px;
	}
	#screen_6 .right_info_block{
		position: static;
		width: 100%;
		height: auto;
		padding: 50px 0 0 0;
	}
	#screen_6 .right_info_block p br{
		display: none;
	}
}

@media (max-width: 767px){
	#screen_6 .purple_info_block .cost_info{
		position: static;
	}
	#screen_6 .purple_info_block .cost_info .text_type_1{
		margin-bottom: 5px;
	}
	#screen_6 .price{
		position: static;
		margin-bottom: 25px;
	}
	#screen_6 .purple_info_block .cost_info:last-child .price{
		margin-bottom: 5px;
	}
	#screen_6 .special{
		margin-top: 40px;
		font-family: "Century-Gothic-Bold";
		font-size: 2.56rem;
		line-height: 1.26em;
		letter-spacing: 0.02em;
	}
	#screen_6 .special::before{
		display: none;
	}
	#screen_6 .right_info_block{
		padding-top: 40px;
	}
}
/*END #screen_6*/

/*BEGIN #screen_7*/
#screen_7{
	padding-top: 130px;
}
#screen_7 .screen_inner{
	height: 580px;
}
#screen_7 .img_1, .img_2{
	position: absolute;
	top: 100px;
}
#screen_7 .img_1{
	left: 70px;
}
#screen_7 .img_2{
	left: 280px;
}
#screen_7 .form_block{
	position: absolute;
	top: 100px;
	right: 0;
	width: 50%;
	width: calc(50% - 15px);
	height: 360px;
	padding: 35px 70px 0 70px;
}
#screen_7 .figures_decor{
	right: 445px;
    bottom: 45px;
    width: 39px;
    height: 39px;
    background: url(../img/decor/figures_decor_2.png);
}

@media (max-width: 1190px){
	#screen_7{
		padding-top: 90px;
	}
	#screen_7 .img_1{
		left: 0;
	}
	#screen_7 .img_2{
		left: 210px;
	}
	#screen_7 .form_block{
		padding: 35px 0 0 45px;
	}
}

@media (max-width: 991px){
	#screen_7{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#screen_7 .screen_inner{
		height: auto;
	}
	#screen_7 .img_1, #screen_7 .img_2{
		display: none;
	}
	#screen_7 .form_block{
		position: static;
		width: 100%;
		max-width: 530px;
		height: auto;
		margin: auto;
		padding: 0;
	}
}
/*END #screen_7*/

/*BEGIN #screen_8*/
#screen_8{
	padding-top: 130px;
	padding-bottom: 85px;
	background: #eeeff9;
}
#screen_8 .section_title_block::before{
    z-index: 0;
}
#screen_8 .content_block{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
#screen_8 .content_block .text_type_2 a{
	color: #8f4aa0 !important;
	text-decoration: underline !important;
	
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#screen_8 .partners_block{
	height: 114px;
	margin-top: 60px;
	
	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;
	
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

@media (min-width: 1251px){
	#screen_8 .content_block .text_type_2 a:hover{
		opacity: 0.7;
	}
}

@media (max-width: 991px){
	#screen_8{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#screen_8 .section_title_block{
		margin-bottom: 50px;
	}
	#screen_8 .partners_block{
		display: block;
		height: auto;
	}
	#screen_8 .partners_block img{
		display: block;
		margin: 0 auto 60px;
	}
	#screen_8 .partners_block img:last-child{
		margin-bottom: 0;
	}
}
/*END #screen_8*/

/*BEGIN #screen_9*/
#screen_9{
	padding-top: 130px;
	padding-bottom: 130px;
}
#screen_9 .screen_inner{
	height: 510px;
}
#screen_9 .purple_info_block .text_type_1{
	margin-bottom: 5px;
}
#screen_9 .purple_info_block .text_type_2{
	margin-bottom: 35px;
}
#screen_9 .purple_info_block .text_type_2:last-child{
	margin-bottom: 0;
}
#screen_9 .purple_info_block .text_type_2 a{
	display: inline-block;
    color: #fff !important;
    text-decoration: underline !important;
	
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#map_wrapper{
	position: absolute;
    top: 100px;
    right: 0;
    width: 496px;
    height: 450px;
}
#map_el{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 992px){
	#screen_9 .purple_info_block{
		background: url(../img/content/screen_9_purple_block_bg.jpg) no-repeat 100% 100%;
	}
}

@media (min-width: 1251px){
	#screen_9 .purple_info_block .text_type_2 a:hover{
		opacity: 0.7;
	}
}

@media (max-width: 991px){
	#screen_9{
		padding-top: 70px;
		padding-bottom: 30px;
	}
	#screen_9 .screen_inner{
		height: auto;
	}
	#map_wrapper{
		position: relative;
		top: 0;
		right: auto;
		left: 0;
		width: 100%;
		height: 337px;
		margin-top: 15px;
	}
}
/*END #screen_9*/

/*BEGIN #footer_screen*/
#footer_screen{
	padding: 70px 0;
	text-align: center;
	background: #eeeff9;
	overflow: hidden;
}
#footer_screen .link_block{
	width: 100%;
	max-width: 400px;
	margin: 60px auto 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#footer_screen .link_block a{
	display: block;
	margin: 0;
	padding: 5px 15px;
	
	-webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.social_facebook{
	width: 40px;
	height: 40px;
	background: url(../img/general/social_facebook.svg) no-repeat 50% 50% / 27px 27px;
}

@media (min-width: 1251px){
	#footer_screen .link_block a:hover{
		opacity: 0.7;
	}
}

@media (max-width: 650px){
	#footer_screen{
		padding: 70px 0 60px 0;
	}
	#footer_screen .link_block{
		display: block;
		margin-top: 40px;
	}
	#footer_screen .link_block span{
		display: block;
	}
	#footer_screen .link_block span:last-child{
		margin-top: 5px;
	}
	#footer_screen .link_block a{
		display: inline-block;
	}
}
/*END #footer_screen*/

.animated_element,
.animated_element img{
	will-change: transform, opacity;
}
/*.animated_element.draw,
.animated_element.draw img{
	will-change: auto;
}*/