/**/
/* fonts */
/**/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700');


/**/
/* reset */
/**/
html, body, iframe, header, footer, main, aside, nav, section, article, div,
p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, hr, blockquote, pre, figure, figcaption,
a, address, del, em, i, img, strong, sub, sup, table, thead, tbody, tfoot, tr, th, td,
form, fieldset, legend, label, input, select, textarea, button {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 100%;
	font: inherit;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption,
form, fieldset, legend, label, input, select, textarea, button {
	display: block;
}
html, body {
	-webkit-text-size-adjust: none;
}
dl, dt, dd, ul, ol, li {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}


/**/
/* defaults */
/**/
html, body {
	background: #fff;
	font: 500 16px/1 'Montserrat', Helvetica, Arial, sans-serif;
	color: #9191a8;
}
body {
	visibility: visible !important;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}


/**/
/* grid */
/**/
.grid {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
}
.grid-row {
	margin: 0 -15px;
	font-size: 0;
}
.grid-col {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 1rem;
}
.grid-col_1 {
	width: 4.166%;
}
.grid-col_2 {
	width: 8.333%;
}
.grid-col_3 {
	width: 12.5%;
}
.grid-col_4 {
	width: 16.666%;
}
.grid-col_5 {
	width: 20.833%;
}
.grid-col_6 {
	width: 25%;
}
.grid-col_7 {
	width: 29.166%;
}
.grid-col_8 {
	width: 33.333%;
}
.grid-col_9 {
	width: 37.5%;
}
.grid-col_10 {
	width: 41.666%;
}
.grid-col_11 {
	width: 45.833%;
}
.grid-col_12 {
	width: 50%;
}
.grid-col_13 {
	width: 54.166%;
}
.grid-col_14 {
	width: 58.333%;
}
.grid-col_15 {
	width: 62.5%;
}
.grid-col_16 {
	width: 66.666%;
}
.grid-col_17 {
	width: 70.833%;
}
.grid-col_18 {
	width: 75%;
}
.grid-col_19 {
	width: 79.166%;
}
.grid-col_20 {
	width: 83.333%;
}
.grid-col_21 {
	width: 87.5%;
}
.grid-col_22 {
	width: 91.666%;
}
.grid-col_23 {
	width: 95.833%;
}
.grid-col_24 {
	width: 100%;
}
.grid-col_push-12 {
	position: relative;
	left: 50%;
}
.grid-col_push-15 {
	position: relative;
	left: 62.5%;
}
.grid-col_push-18 {
	position: relative;
	left: 75%;
}
.grid-col_pull-6 {
	position: relative;
	right: 25%;
}
.grid-col_pull-9 {
	position: relative;
	right: 37.5%;
}
.grid-col_pull-12 {
	position: relative;
	right: 50%;
}
@media screen and (max-width: 1187px) { /* laptop */
	.grid-col_lg-1 {
		width: 4.166%;
	}
	.grid-col_lg-2 {
		width: 8.333%;
	}
	.grid-col_lg-3 {
		width: 12.5%;
	}
	.grid-col_lg-4 {
		width: 16.666%;
	}
	.grid-col_lg-5 {
		width: 20.833%;
	}
	.grid-col_lg-6 {
		width: 25%;
	}
	.grid-col_lg-7 {
		width: 29.166%;
	}
	.grid-col_lg-8 {
		width: 33.333%;
	}
	.grid-col_lg-9 {
		width: 37.5%;
	}
	.grid-col_lg-10 {
		width: 41.666%;
	}
	.grid-col_lg-11 {
		width: 45.833%;
	}
	.grid-col_lg-12 {
		width: 50%;
	}
	.grid-col_lg-13 {
		width: 54.166%;
	}
	.grid-col_lg-14 {
		width: 58.333%;
	}
	.grid-col_lg-15 {
		width: 62.5%;
	}
	.grid-col_lg-16 {
		width: 66.666%;
	}
	.grid-col_lg-17 {
		width: 70.833%;
	}
	.grid-col_lg-18 {
		width: 75%;
	}
	.grid-col_lg-19 {
		width: 79.166%;
	}
	.grid-col_lg-20 {
		width: 83.333%;
	}
	.grid-col_lg-21 {
		width: 87.5%;
	}
	.grid-col_lg-22 {
		width: 91.666%;
	}
	.grid-col_lg-23 {
		width: 95.833%;
	}
	.grid-col_lg-24 {
		width: 100%;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.grid-col_md-1 {
		width: 4.166%;
	}
	.grid-col_md-2 {
		width: 8.333%;
	}
	.grid-col_md-3 {
		width: 12.5%;
	}
	.grid-col_md-4 {
		width: 16.666%;
	}
	.grid-col_md-5 {
		width: 20.833%;
	}
	.grid-col_md-6 {
		width: 25%;
	}
	.grid-col_md-7 {
		width: 29.166%;
	}
	.grid-col_md-8 {
		width: 33.333%;
	}
	.grid-col_md-9 {
		width: 37.5%;
	}
	.grid-col_md-10 {
		width: 41.666%;
	}
	.grid-col_md-11 {
		width: 45.833%;
	}
	.grid-col_md-12 {
		width: 50%;
	}
	.grid-col_md-13 {
		width: 54.166%;
	}
	.grid-col_md-14 {
		width: 58.333%;
	}
	.grid-col_md-15 {
		width: 62.5%;
	}
	.grid-col_md-16 {
		width: 66.666%;
	}
	.grid-col_md-17 {
		width: 70.833%;
	}
	.grid-col_md-18 {
		width: 75%;
	}
	.grid-col_md-19 {
		width: 79.166%;
	}
	.grid-col_md-20 {
		width: 83.333%;
	}
	.grid-col_md-21 {
		width: 87.5%;
	}
	.grid-col_md-22 {
		width: 91.666%;
	}
	.grid-col_md-23 {
		width: 95.833%;
	}
	.grid-col_md-24 {
		width: 100%;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.grid {
		padding: 0 20px;
	}
	.grid-col_sm-1 {
		width: 4.166%;
	}
	.grid-col_sm-2 {
		width: 8.333%;
	}
	.grid-col_sm-3 {
		width: 12.5%;
	}
	.grid-col_sm-4 {
		width: 16.666%;
	}
	.grid-col_sm-5 {
		width: 20.833%;
	}
	.grid-col_sm-6 {
		width: 25%;
	}
	.grid-col_sm-7 {
		width: 29.166%;
	}
	.grid-col_sm-8 {
		width: 33.333%;
	}
	.grid-col_sm-9 {
		width: 37.5%;
	}
	.grid-col_sm-10 {
		width: 41.666%;
	}
	.grid-col_sm-11 {
		width: 45.833%;
	}
	.grid-col_sm-12 {
		width: 50%;
	}
	.grid-col_sm-13 {
		width: 54.166%;
	}
	.grid-col_sm-14 {
		width: 58.333%;
	}
	.grid-col_sm-15 {
		width: 62.5%;
	}
	.grid-col_sm-16 {
		width: 66.666%;
	}
	.grid-col_sm-17 {
		width: 70.833%;
	}
	.grid-col_sm-18 {
		width: 75%;
	}
	.grid-col_sm-19 {
		width: 79.166%;
	}
	.grid-col_sm-20 {
		width: 83.333%;
	}
	.grid-col_sm-21 {
		width: 87.5%;
	}
	.grid-col_sm-22 {
		width: 91.666%;
	}
	.grid-col_sm-23 {
		width: 95.833%;
	}
	.grid-col_sm-24 {
		width: 100%;
		right: auto;
		left: auto;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.grid {
		padding: 0 15px;
	}
}


/**/
/* helpers */
/**/
.tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.tcl {
	display: table-cell;
	vertical-align: middle;
}
.tar {
	text-align: right;
}
.nobr {
	white-space: nowrap;
}
.removed {
	display: none !important;
}
.blocked {
	display: block !important;
}
.inlined {
	display: inline !important;
}
.iblocked {
	display: inline-block !important;
}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
@media screen and (max-width: 1187px) { /* laptop */
	.removed-lg {
		display: none !important;
	}
	.blocked-lg {
		display: block !important;
	}
	.inlined-lg {
		display: inline !important;
	}
	.iblocked-lg {
		display: inline-block !important;
	}
	
}
@media screen and (max-width: 999px) { /* tablet */
	.removed-md {
		display: none !important;
	}
	.blocked-md {
		display: block !important;
	}
	.inlined-md {
		display: inline !important;
	}
	.iblocked-md {
		display: inline-block !important;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.removed-sm {
		display: none !important;
	}
	.blocked-sm {
		display: block !important;
	}
	.inlined-sm {
		display: inline !important;
	}
	.iblocked-sm {
		display: inline-block !important;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.removed-xs {
		display: none !important;
	}
	.blocked-xs {
		display: block !important;
	}
	.inlined-xs {
		display: inline !important;
	}
	.iblocked-xs {
		display: inline-block !important;
	}
}


/**/
/* text */
/**/
.heading {
	color: #3d3d6b;
}
.heading_1 {
	font-size: 36px;
	line-height: 1.28;
}
.heading_2 {
	font-size: 30px;
	line-height: 1.334;
}
.heading_3 {
	font-size: 26px;
	line-height: 1;
}
.heading_4 {
	font-size: 22px;
	line-height: 1.364;
}
.heading_5 {
	font-size: 18px;
	line-height: 1.445;
}
.paragraph {
	font-size: 14px;
	line-height: 1.715;
}
.paragraph_i {
	font-style: italic
}
.paragraph_l {
	font-size: 16px;
	line-height: 1.625;
}
.paragraph_xl {
	font-size: 18px;
	line-height: 1.667;
}
@media screen and (max-width: 999px) { /* tablet */
	.heading_1 {
		font-size: 30px;
		line-height: 1.334;
	}
	.heading_2 {
		font-size: 26px;
	}
	.heading_3 {
		font-size: 24px;
	}
	.heading_4 {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.heading_1 {
		font-size: 26px;
	}
	.heading_2 {
		font-size: 18px;
	}
	.heading_3 {
		font-size: 18px;
	}
	.heading_4 {
		font-size: 18px;
	}
	.heading_5 {
		font-size: 16px;
		line-height: 1.375;
	}
	.paragraph_l {
		font-size: 14px;
		line-height: 1.715;
	}
}


/**/
/* forms */
/**/
.input {
	width: 100%;
	padding: 12px 20px;
	border-radius: 5px;
	background: #d7dcf5;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 18px;
	color: #3d3d6b;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.input::-webkit-input-placeholder {
	color: #9191a8;
	transition-duration: 0.225s;
}
.input:focus::-webkit-input-placeholder {
	color: transparent;
}
@media screen and (max-width: 767px) { /* mobile */
	.input {
		padding: 10px 20px;
		font-size: 16px;
		line-height: 24px;
	}
}


/**/
/* buttons */
/**/
.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	overflow: hidden;
	border-radius: 21.5px;
	background: #1ad68b;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 43px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	transition-duration: 0.225s;
	transition-property: background-color;
}
.button:hover {
	background: #2ceda0;
}
.button_tall {
	border-radius: 24.5px;
	font-size: 13px;
	line-height: 49px;
}
.button_wide {
	width: 240px;
}
.button_xwide {
	width: 355px;
}
.button_blocked {
	width: 100%;
}
.button_outlined {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #ff8c8a;
}
.button_outlined:hover {
	background-color: rgba(255,255,255,0.2);
}
.button_colored {
	background-color: transparent;
	background-image: linear-gradient(to right, #fec180, #ff8c8a);
}
.button_colored:hover {
	background-color: transparent;
	background-image: linear-gradient(to right, #fec180, #ff8c8a);
}
@media screen and (max-width: 999px) { /* tablet */
	.button {
		font-weight: 700;
	}
	.button_xwide {
		width: 340px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.button {
		font-weight: 600;
	}
}


/**/
/* page */
/**/
.page {
	overflow: hidden;
}
.page_team {
	position: relative;
	background-image: radial-gradient(circle at 0 0, #0e075c, #480266 50%, #480266);
}
.page_team::after {
	content: '';
	position: absolute;
	top: 510px;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/team/bg.png) 50% 0;
}
.page_team::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 550px;
	background: url(../img/team/galaxy@2x.png) 50% 100% no-repeat;
	background-size: cover;
}
.page-header {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	padding: 20px 0;
}
.page-header .grid-col {
	vertical-align: middle;
}
.page-footer {
	position: relative;
	height: 771px;
	margin-top: -530px;
	background: url(../img/page-footer/bg.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.page-footer_alt {
	height: 441px;
	margin-top: -125px;
	background-image: url(../img/page-footer/bg2.jpg);
	background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.page_team::after {
		background-image: url(../img/team/bg@2x.png);
		background-size: 1600px auto;
	}
	.page-footer {
		background-image: url(../img/page-footer/bg@2x.jpg);
	}
	.page-footer_alt {
		background-image: url(../img/page-footer/bg2@2x.jpg);
	}
}
@media screen and (min-width: 1600px) {
	.page-footer {
		background-image: url(../img/page-footer/bg@2x.jpg);
	}
	.page-footer_alt {
		background-image: url(../img/page-footer/bg2@2x.jpg);
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.page_team {
		background-image: linear-gradient(#0e075c, #480266 50%, #480266);
	}
	.page_team::after {
		top: 502px;
		background-image: url(../img/team/mob/bg@2x.png);
		background-size: 320px auto;
	}
	.page_team::before {
		height: 502px;
		background-image: url(../img/team/mob/galaxy@2x.png);
	}
	.page-header {
		position: fixed;
		z-index: 10;
	}
	.page-header::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #480266, #0e075c);
		opacity: 0;
		transition-duration: 0.225s;
	}
	.page-header_fixed::before {
		opacity: 1;
	}
	.page-footer {
		height: 671px;
	}
	.page-footer_alt {
		height: 380px;
	}
}
@media screen and (max-width: 479px) { /* mobile */
	.page-footer_alt {
		height: 386px;
		margin-top: -120px;
		background-image: url(../img/page-footer/mob/bg2@2x.png);
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.page-footer_alt {
		margin-top: -100px;
		background-image: url(../img/page-footer/mob/bg2@2x.png);
	}
}



/*----------------------------------------------*/
/*                    HEADER                    */
/*----------------------------------------------*/

/**/
/* logo */
/**/
.logo {
	position: relative;
	z-index: 11;
	display: inline-block;
	vertical-align: top;
}
.logo img {
	display: block;
	width: auto;
	height: 20px;
}


/**/
/* main nav */
/**/
.main-nav {
	font-size: 0;
}
.main-nav__item {
	display: inline-block;
	vertical-align: middle;
}
.main-nav__item .button {
	margin-left: 20px;
}
.main-nav__link {
	position: relative;
	display: block;
	padding: 0 20px;
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	transition-duration: 0.225s;
}
.main-nav__link:hover {
	opacity: 0.8;
}
.main-nav__link_active:hover {
	opacity: 1;
}
.main-nav__link_active::after {
	content: '';
	position: absolute;
	right: 21px;
	bottom: -2px;
	left: 21px;
	height: 4px;
	border-radius: 2px;
	background: url(../img/main-nav/wave.png) 50% 50% no-repeat;
	background-size: auto 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.main-nav__link_active::after {
		background-image: url(../img/main-nav/wave@2x.png);
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.main-nav__item .button {
		width: 170px;
		margin-left: 10px;
		letter-spacing: 0.05em;
	}
	.main-nav__link {
		font-size: 12px;
		padding: 0 10px;
	}
	.main-nav__link_active::after {
		right: 10px;
		left: 10px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.main-nav {
		display: none;
	}
}


/**/
/* burger */
/**/
.burger {
	position: relative;
	z-index: 11;
	display: none;
	vertical-align: top;
	width: 70px;
	height: 60px;
	margin: -20px;
}
.burger i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 3px;
	margin: -1.5px 0 0 -15px;
	border-radius: 1.5px;
	background: #fff;
	transition-duration: 0.225s;
}
.burger i::after,
.burger i::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1.5px;
	background: #fff;
	transition-duration: 0.225s;
}
.burger i::after {
	top: 9px;
}
.burger i::before {
	bottom: 9px;
}
.burger_active i {
	background: none;
}
.burger_active i::after {
	top: 0;
	transform: rotate(45deg);
}
.burger_active i::before {
	bottom: 0;
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px) { /* mobile */
	.burger {
		display: inline-block;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.burger {
		width: 60px;
		margin: -20px -15px;
	}
}


/**/
/* mobile nav */
/**/
.mobile-nav {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	background: linear-gradient(#480266, #0e075c);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.225s;
}
.mobile-nav_visible {
	max-height: 301px;
	padding: 90px 20px;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.mobile-nav__item {
	font-size: 15px;
	line-height: 3.25;
}
.mobile-nav__item .button {
	margin-top: 50px;
}
.mobile-nav__link {
	display: block;
	padding: 0 10px;
	color: #fff;
}
.mobile-nav__link span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.mobile-nav__link_active span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 4px;
	margin-top: 10px;
	border-radius: 2px;
	background: url(../img/main-nav/wave@2x.png) 50% 50% no-repeat;
	background-size: auto 100%;
}



/*----------------------------------------------*/
/*                    CONTENT                   */
/*----------------------------------------------*/

/**/
/* intro */
/**/
.intro {
	height: 686px;
	padding-top: 160px;
	background: url(../img/intro/bg.jpg) 50% 100% no-repeat;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}
.intro .grid {
	max-width: 900px;
}
.intro__title {
	margin-bottom: 20px;
	color: #fff;
}
.intro__button {
	width: 220px;
	margin-top: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.intro {
		background-image: url(../img/intro/bg@2x.jpg);
	}
}
@media screen and (min-width: 1600px) {
	.intro {
		background-image: url(../img/intro/bg@2x.jpg);
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.intro {
		height: 596px;
		padding-top: 130px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.intro {
		height: 650px;
		padding-top: 120px;
		background-image: url(../img/intro/mob/bg@2x.jpg);
	}
	.intro__title {
		margin-bottom: 15px;
	}
	.intro__paragraph {
		font-size: 16px;
		line-height: 1.375;
	}
	.intro__button {
		margin-top: 25px;
	}
	
}
@media screen and (max-width: 359px) { /* mobile s */
	.intro {
		height: 578px;
		padding-top: 110px;
	}
}


/**/
/* welcome */
/**/
.welcome {
	margin-top: -30px;
	text-align: center;
}
.welcome__icon {
	vertical-align: top;
	margin-top: 40px;
}
.welcome__paragraph {
	max-width: 720px;
	margin: 20px auto 0;
}
.welcome__paragraph_em {
	color: #3d3d6b;
}
.welcome__paragraph_short {
	max-width: 560px;
}
.welcome__paragraph_final {
	margin-top: 40px;
	text-transform: uppercase;
	color: #3d3d6b;
}
@media screen and (max-width: 767px) { /* mobile */
	.welcome {
		margin-top: 0;
	}
	.welcome__icon {
		margin-top: 10px;
	}
	.welcome__paragraph {
		margin-top: 15px;
		line-height: 1.429;
	}
	.welcome__paragraph_final {
		margin-top: 30px;
	}
}


/**/
/* features */
/**/
.features {
	margin-top: 50px;
}
.features__item {
	margin-bottom: 120px;
}
.features__item .grid-col {
	vertical-align: middle;
}
.features__pic {
	vertical-align: top;
}
.features__heading {
	margin-bottom: 15px;
}
.features__link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	padding: 12px 0 12px 37px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #8a2aeb;
}
.features__link::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 37px;
	height: 6px;
	background: url(../img/features/underline.svg) 50% 100% no-repeat;
	transition-duration: 0.225s;
}
.features__link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 23px;
	height: 12px;
	margin-top: -6px;
	background: url(../img/features/arrow.svg) 100% 50% no-repeat;
	background-size: auto 100%;
}
.features__link:hover::after {
	opacity: 0;
}
@media screen and (max-width: 999px) { /* tablet */
	.features__item {
		margin-bottom: 90px;
	}
	.features__pic {
		height: auto;
	}
	.features__pic[width="446"] {
		width: 297px;
	}
	.features__pic[width="452"] {
		width: 301px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.features__heading {
		margin-bottom: 10px;
	}
	.features__pic {
		margin-bottom: 40px;
	}
	.features__link {
		margin-top: 5px;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.features__pic {
		width: auto;
		max-width: 100%;
	}
	.features__link {
		padding-left: 25px;
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	.features__link::after {
		left: 25px;
	}
	.features__link::before {
		width: 15px;
	}
}


/**/
/* book now */
/**/
.book-now {
	text-align: center;
}
.book-now__lava {
	position: relative;
	z-index: 1;
	margin-bottom: -230px;
}
.book-now__lava img {
	vertical-align: top;
}
.book-now__window {
	position: relative;
	z-index: 1;
	max-width: 550px;
	margin: 0 auto;
	padding: 55px 100px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 40px 40px 0 rgba(27, 21, 92, 0.3);
}
.book-now__window .grid-row {
	margin: 0;
}
.book-now__window .grid-col {
	padding: 0;
}
.book-now__title {
	margin-bottom: 30px;
}
.book-now__label {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 42px;
	text-align: left;
	color: #3d3d6b;
}
.book-now__button {
	margin-top: 15px;
}
.book-now__note {
	margin-top: 15px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
}
.book-now__email {
	margin-top: 30px;
	line-height: 1.429;
}
.book-now__email a {
	position: relative;
	color: #8a2aeb;
}
.book-now__email a::after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	border-top: 1px solid;
	opacity: 0;
	transition-duration: 0.225s;
}
.book-now__email a:hover::after {
	opacity: 0.7;
}
.book-now__email em {
	display: block;
	color: #3d3d6b;
}
@media screen and (max-width: 999px) { /* tablet */
	.book-now__lava {
		margin-bottom: -200px;
	}
	.book-now__lava img {
		width: 720px;
		height: auto;
	}
	.book-now__window {
		max-width: 480px;
		padding-right: 60px;
		padding-left: 60px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.book-now__lava {
		left: 50%;
		width: 720px;
		margin-bottom: -220px;
		transform: translateX(-50%);
	}
	.book-now__lava img {
		width: 100%;
		height: auto;
	}
	.book-now__title {
		margin-bottom: 7px;
	}
	.book-now__window {
		padding: 35px 20px;
	}
	.book-now__label {
		margin: 18px 0 8px;
		line-height: 1;
	}
	.book-now__button {
		margin-top: 20px;
	}
	.book-now__note {
		margin-top: 10px;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.book-now__button {
		letter-spacing: 0.05em;
	}
	.book-now__note {
		font-size: 13px;
	}
}


/**/
/* hero */
/**/
.hero {
	height: 451px;
	padding-top: 130px;
	background: url(../img/hero/bg.jpg) 50% 100% no-repeat;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}
.hero__or {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 6.5px 5px 0;
}
.hero__or img {
	display: block;
	height: 30px;
	margin: 0 auto;
}
.hero__or span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-size: 12px;
	line-height: 30px;
}
.hero__title {
	margin-bottom: 20px;
	color: #fff;
}
.hero__paragraph {
	max-width: 840px;
	margin: -15px auto 20px;
	padding: 0 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.hero {
		background-image: url(../img/hero/bg@2x.jpg);
	}
}
@media screen and (min-width: 1600px) {
	.hero {
		background-image: url(../img/hero/bg@2x.jpg);
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.hero {
		height: 533px;
		padding-top: 110px;
		background-image: url(../img/hero/mob/bg@2x.png);
	}
	.hero__or {
		display: block;
		margin: 21px auto;
	}
	.hero__or img {
		transform: rotate(90deg);
	}
	.hero__paragraph {
		font-size: 1rem;
	}
}


/**/
/* process */
/**/
.process {
	margin-top: 10px;
	text-align: center;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.process_hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	opacity: 0;
}
.process__item {
	margin-top: 90px;
}
.process__item:first-child {
	margin-top: 0;
}
.process__pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: -25px;
}
.process__pic img {
	position: relative;
	z-index: 1;
	display: block;
}
.process__pic::after,
.process__pic::before {
	content: '';
	position: absolute;
	background-size: 100% 100%;
}
.process__pic_1::before {
	top: 100%;
	right: 50%;
	width: 449px;
	height: 300px;
	margin: -100px 120px 0 0;
	background-image: url(../img/process/join1.png);
}
.process__pic_2::before {
	bottom: 0;
	right: 50%;
	width: 457px;
	height: 423px;
	margin: 0 115px 115px 0;
	background-image: url(../img/process/join2.png);
}
.process__pic_2::after {
	top: 100%;
	left: 50%;
	width: 451px;
	height: 244px;
	margin: -95px 0 0 119px;
	background-image: url(../img/process/join3.png);
}
.process__pic_3::after {
	bottom: 0;
	left: 50%;
	width: 455px;
	height: 430px;
	margin: 0 0 116px 114px;
	background-image: url(../img/process/join4.png);
}
.process__pic_3::before {
	top: 100%;
	right: 50%;
	width: 454px;
	height: 410px;
	margin: -90px 116px 0 0;
	background-image: url(../img/process/join5.png);
}
.process__pic_4 {
	margin-bottom: -60px;
}
.process__pic_6::before {
	bottom: 0;
	right: 50%;
	width: 457px;
	height: 446px;
	margin: 0 115px 115px 0;
	background-image: url(../img/process/join6.png);
}
.process__pic_6::after {
	top: 100%;
	left: 50%;
	width: 451px;
	height: 271px;
	margin: -95px 0 0 119px;
	background-image: url(../img/process/join7.png);
}
.process__title {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
	text-transform: uppercase;
}
.process__number {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: -2px 10px 0 0;
	color: #fff;
}
.process__number img {
	display: block;
}
.process__number span {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
}
.process__heading {
	position: relative;
	z-index: 2;
}
.process__intro {
	max-width: 548px;
	max-height: 104px;
	margin: 10px auto 0;
}
.process__details {
	max-width: 552px;
	margin: 100px 0 0 100px;
	padding: 0 97px;
	text-align: left;
}
.process__details dt {
	position: relative;
	margin: 50px 0 5px;
}
.process__details dt:first-child {
	margin-top: 0;
}
.process__details dd {
	position: relative;
}
.process__details dd::before {
	content: '';
	position: absolute;
	top: 11px;
	bottom: -34px;
	left: -68px;
	width: 1px;
	background: linear-gradient(#a254f2, #5496ff);
	opacity: 0.35;
}
.process__details dd:last-child::before {
	display: none;
}
.process__details img {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 100%;
	margin: -26px -3px 0 0;
	clip-path: url(#svgPath);
}
.process__details_right {
	margin-top: 73px;
	margin-right: 100px;
	margin-left: auto;
}
.process__details_right dd::before {
	right: -67px;
	left: auto;
}
.process__details_right img {
	right: auto;
	left: 100%;
	margin-right: 0;
	margin-left: -3px;
}
.process__benefits {
	max-width: 492px;
	margin: 0 auto;
	padding-left: 50px;
	text-align: left;
}
.process__benefits li {
	position: relative;
	margin-top: 35px;
}
.process__benefits li::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 111px;
	height: 111px;
	margin: -12px -22px 0 0;
	background: url(../img/process/benefits.png);
	background-size: 100% 100%;
}
.process__benefits em {
	color: #3d3d6b;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.process__pic_1::before {
		background-image: url(../img/process/join1@2x.png);
	}
	.process__pic_2::before {
		background-image: url(../img/process/join2@2x.png);
	}
	.process__pic_2::after {
		background-image: url(../img/process/join3@2x.png);
	}
	.process__pic_3::after {
		background-image: url(../img/process/join4@2x.png);
	}
	.process__pic_3::before {
		background-image: url(../img/process/join5@2x.png);
	}
	.process__pic_6::before {
		background-image: url(../img/process/join6@2x.png);
	}
	.process__pic_6::after {
		background-image: url(../img/process/join7@2x.png);
	}
	.process__benefits li::before {
		background-image: url(../img/process/benefits@2x.png);
	}
}
@media screen and (max-width: 1187px) { /* laptop */
	.process__details {
		margin-left: 7px;
	}
	.process__details_right {
		margin-right: 7px;
		margin-left: auto;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.process__item:last-child {
		margin-top: 85px;
	}
	.process__pic_1::before {
		width: 244px;
		height: 297px;
		margin: -98px 118px 0 0;
		background-image: url(../img/process/tab/join1@2x.png);
	}
	.process__pic_2::before {
		width: 250px;
		height: 444px;
		margin: 0 115px 115px 0;
		background-image: url(../img/process/tab/join2@2x.png);
	}
	.process__pic_2::after {
		width: 243px;
		height: 271px;
		margin: -90px 0 0 105px;
		background-image: url(../img/process/tab/join3@2x.png);
	}
	.process__pic_3::after {
		width: 248px;
		height: 428px;
		margin: 0 0 116px 100px;
		background-image: url(../img/process/tab/join4@2x.png);
	}
	.process__pic_3::before {
		width: 243px;
		height: 368px;
		margin: -90px 116px 0 0;
		background-image: url(../img/process/tab/join5@2x.png);
	}
	.process__pic_6::before {
		width: 250px;
		height: 444px;
		margin: 0 115px 115px 0;
		background-image: url(../img/process/tab/join2@2x.png);
	}
	.process__pic_6::after {
		width: 243px;
		height: 271px;
		margin: -90px 0 0 105px;
		background-image: url(../img/process/tab/join3@2x.png);
	}
	.process__number img {
		width: 34px;
		height: 34px;
	}
	.process__number span {
		width: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.process__intro {
		max-width: 450px;
	}
	.process__details {
		max-width: 390px;
		margin-left: 60px;
	}
	.process__details_right {
		margin-right: 60px;
	}
	.process__benefits {
		max-width: 404px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.process {
		margin: 0;
		padding-top: 30px;
	}
	.process_alt {
		padding-top: 0;
	}
	.process__title {
		margin-bottom: 40px;
	}
	.process__number img {
		width: 24px;
		height: 24px;
	}
	.process__number span {
		width: 21px;
		font-size: 12px;
		line-height: 21px;
	}
	.process__pic {
		margin-bottom: -40px;
	}
	.process__pic img {
		max-width: 100%;
		height: auto;
	}
	.process__pic::after,
	.process__pic::before {
		display: none;
		background-image: none;
	}
	.process__pic_4 {
		margin-bottom: 0;
	}
	.process__intro {
		max-height: none;
		margin-bottom: 50px;
	}
	.process__details {
		margin: 0;
		padding: 0;
	}
	.process__details dt {
		display: table-cell;
		vertical-align: middle;
		height: 48px;
		margin: 0;
		padding-left: 65px;
	}
	.process__details dd {
		margin: 15px 0 35px;
	}
	.process__details dd::before {
		display: none;
	}
	.process__details img {
		right: auto;
		left: 0;
		width: 111px;
		height: 111px;
		margin: -7px 0 0 -31px;
	}
	.process__benefits {
		padding-left: 40px;
	}
	.process__benefits li {
		margin-top: 20px;
	}
	.process__benefits li::before {
		width: 83px;
		height: 83px;
		margin: -7px -14px 0 0;
	}
}


/**/
/* callout */
/**/
.callout {
	position: relative;
	width: 831px;
	height: 639px;
	margin: 110px auto 0;
	background: url(../img/callout/lava.png);
	background-size: 100% 100%;
	text-align: center;
}
.callout__window {
	position: absolute;
	right: 40px;
	bottom: 60px;
	left: 40px;
	padding: 75px 100px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 40px 40px 0 rgba(27, 21, 92, 0.3);
}
.callout__button {
	margin-top: 30px;
}
.callout__note {
	margin-top: 15px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.callout {
		background-image: url(../img/callout/lava@2x.png);
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.callout {
		width: 720px;
		height: 554px;
	}
	.callout__window {
		right: 60px;
		bottom: 60px;
		left: 60px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.callout__title {
		font-size: 20px;
		line-height: 1.5;
	}
	.callout__button {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.callout {
		width: auto;
		height: 500px;
		margin: 60px -20px 0;
		background-size: auto 100%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.callout__window {
		right: 20px;
		left: 20px;
		padding: 35px 20px;
	}
	.callout__title {
		font-size: 18px;
		line-height: 1.334;
	}
	.callout__button {
		width: 100%;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.callout {
		margin-right: -15px;
		margin-left: -15px;
	}
	.callout__window {
		right: 15px;
		left: 15px;
	}
	.callout__button {
		letter-spacing: 0.05em;
	}
}


/**/
/* our tools */
/**/
.our-tools {
	position: relative;
	z-index: 1;
	margin-top: 60px;
	text-align: center;
}
.our-tools__title {
	margin-bottom: 30px;
}
.our-tools__logos {
	vertical-align: top;
}
@media screen and (max-width: 999px) { /* tablet */
	.our-tools__logos {
		width: 720px;
		height: auto;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.our-tools__logos {
		width: 290px;
	}
}


/**/
/* team hero */
/**/
.team-hero {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
}
.team-hero .grid {
	max-width: 740px;
}
.team-hero__cover {
	padding-top: 160px;
}
.team-hero__title {
	margin-bottom: 20px;
	color: inherit;
}
.team-hero__button {
	display: none;
	width: 220px;
}
@media screen and (max-width: 999px) { /* tablet */
	.team-hero .heading {
		max-width: 520px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.team-hero__cover {
		height: 100vh;
		box-sizing: border-box;
	}
	.team-hero__title {
		margin-bottom: 30px;
	}
	.team-hero__info {
		font-size: 14px;
	}
	.team-hero__button {
		display: inline-block;
	}
}


/**/
/* team primary */
/**/
.team-primary {
	position: relative;
	z-index: 1;
	color: #fff;
}
.team-primary .grid {
	max-width: 754px;
}
.team-primary::after {
	content: '';
	position: absolute;
	right: 50%;
	bottom: -390px;
	width: 360px;
	height: 600px;
	margin-right: -800px;
	background: url(../img/team-primary/planet.png);
	background-size: cover;
}
.team-primary__item {
	margin-top: 120px;
}
.team-primary__pic {
	vertical-align: top;
}
.team-primary__pos {
	margin-bottom: 10px;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}
.team-primary__name {
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
}
.team-primary__power {
	position: relative;
	margin-top: 20px;
	padding: 4px 0 4px 95px;
}
.team-primary__power em {
	font-weight: 600;
}
.team-primary__power::before {
	content: '';
	position: absolute;
	top: -9px;
	left: -39px;
	width: 139px;
	height: 139px;
	background: url(../img/team-primary/icon.png);
	background-size: 100% 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.team-primary::after {
		background-image: url(../img/team-primary/planet@2x.png);
	}
	.team-primary__power::before {
		background-image: url(../img/team-primary/icon@2x.png);
	}
}
@media screen and (min-width: 1600px) {
	.team-primary::after {
		right: 0;
		margin: 0;
	}
}
@media screen and (max-width: 1187px) { /* laptop */
	.team-primary::after {
		margin-right: -594px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.team-primary__item {
		margin-top: 60px;
		text-align: center;
	}
	.team-primary__pic {
		display: block;
		width: 96px;
		height: 159px;
		margin: 0 auto 25px;
	}
	.team-primary__pos {
		font-size: 18px;
		line-height: 20px;
	}
	.team-primary__name {
		font-size: 18px;
	}
	.team-primary__power {
		padding: 0 0 0 75px;
		line-height: 20px;
		text-align: left;
	}
}


/**/
/* team secondary */
/**/
.team-secondary {
	position: relative;
	z-index: 2;
	margin-top: 120px;
	text-align: center;
	color: #fff;
}
.team-secondary__item_2 {
	margin-top: 210px;
}
.team-secondary__item_3 {
	margin-top: -130px;
}
.team-secondary__item_4 {
	margin-top: 100px;
}
.team-secondary__item_5 {
	margin-top: -140px;
}
.team-secondary__pic {
	position: relative;
	width: 360px;
	height: 256px;
	margin: 0 auto 35px;
}
.team-secondary__pic img {
	position: absolute;
	top: -9px;
	left: -40px;
}
.team-secondary__pos {
	max-width: 360px;
	margin: 0 auto 10px;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}
.team-secondary__info {
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
}
.team-secondary__planet {
	vertical-align: top;
	margin-top: 50px;
}
@media screen and (max-width: 1187px) { /* laptop */
	.team-secondary__planet {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.team-secondary {
		margin-top: 100px;
	}
	.team-secondary__item_2,
	.team-secondary__item_3,
	.team-secondary__item_4,
	.team-secondary__item_5 {
		margin-top: -50px;
	}
	.team-secondary__pic {
		width: 345px;
		height: 245px;
	}
	.team-secondary__pic img {
		left: -37px;
		width: 421px;
		height: auto;
	}
	.team-secondary__planet {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.team-secondary {
		margin-top: 0;
	}
	.team-secondary__item {
		margin-top: 60px;
	}
	.team-secondary__pic {
		width: 290px;
		height: 206px;
		margin-bottom: 25px;
	}
	.team-secondary__pic img {
		top: -7px;
		left: -31px;
		width: 354px;
		height: auto;
	}
	.team-secondary__pos {
		font-size: 18px;
		line-height: 20px;
	}
}


/**/
/* interested */
/**/
.interested {
	position: relative;
	z-index: 1;
	height: 710px;
	margin-top: -140px;
	background: url(../img/interested/planet.png) 50% 100% no-repeat;
	background-size: auto 100%;
}
.interested__inner {
	position: absolute;
	bottom: 150px;
	left: 50%;
	width: 460px;
	margin-left: -230px;
	text-align: center;
}
.interested__inner::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 384px;
	height: 560px;
	margin: 0 0 -20px -90px;
	background: url(../img/interested/rocket.png) no-repeat;
	background-size: cover;
}
.interested__title {
	color: #fff;
}
.interested__button {
	width: 260px;
	margin-top: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.interested {
		background-image: url(../img/interested/planet@2x.png);
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.interested {
		height: 475px;
		margin-top: 0;
	}
	.interested__inner {
		bottom: 110px;
		width: 290px;
		margin-left: -145px;
	}
	.interested__inner::after {
		width: 198px;
		height: 210px;
		margin: 0 0 -50px -80px;
		background-image: url(../img/interested/mob/rocket@2x.png);
	}
	.interested__title {
		font-size: 20px;
	}
	.interested__button {
		width: 220px;
		margin-top: 15px;
	}
}


/**/
/* we believe */
/**/
.we-believe {
	max-width: 944px;
	margin: 0 auto;
}
.we-believe__title {
	margin: 20px 0 80px;
	text-align: center;
	text-transform: uppercase;
}
.we-believe__item {
	margin-top: 20px;
}
.we-believe__item .grid-col {
	vertical-align: middle;
}
.we-believe__pic {
	display: inline-block;
	vertical-align: top;
	margin: 0 -33px -37px;
}
.we-believe__pic img {
	display: block;
}
.we-believe__foot {
	text-align: center;
	margin-top: 80px;
	color: #3d3d6b;
}
.we-believe__foot img {
	vertical-align: top;
	margin-top: 20px;
}
@media screen and (max-width: 999px) { /* tablet */
	.we-believe__pic {
		margin: 0 -24px -28px;
	}
	.we-believe__pic img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.we-believe__title {
		margin: 40px 0;
	}
	.we-believe__item {
		margin-top: 40px;
		text-align: center;
	}
	.we-believe__pic {
		display: block;
		margin: 0 0 -10px;
	}
	.we-believe__pic img {
		width: 246px;
		margin: 0 auto;
	}
	.we-believe__foot {
		margin-top: 40px;
	}
	.we-believe__foot br {
		display: none;
	}
	.we-believe__foot img {
		margin-top: 10px;
	}
}


/**/
/* we care */
/**/
.we-care {
	margin-top: 40px;
	margin-bottom: 110px;
}
.we-care .grid-row {
	margin: 0 -20px;
}
.we-care .grid-col {
	padding: 0 20px;
}
.we-care__title {
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
.we-care__item {
	position: relative;
	margin-top: 70px;
	padding-left: 116px;
}
.we-care__icon {
	position: absolute;
	top: 0;
	left: -34px;
}
.we-care__paragraph {
	margin-top: 5px;
}
@media screen and (max-width: 999px) { /* tablet */
	.we-care {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.we-care__title {
		margin-bottom: 0;
	}
	.we-care__item {
		margin-top: 40px;
		padding-left: 80px;
	}
	.we-care__icon {
		top: -3px;
		left: -25px;
		width: 114px;
		height: 114px;
	}
}


/**/
/* positions */
/**/
.positions {
	position: relative;
	z-index: 1;
	margin-top: 110px;
	text-align: center;
}
.positions__title {
	text-transform: uppercase;
}
.positions__pic {
	margin-bottom: -60px;
}
.positions__pic img {
	display: block;
	margin: 0 auto;
}
.positions__inner {
	position: relative;
    width: 831px;
    min-height: 639px;
    margin: 70px auto 0;
    padding-top: 80px;
    background: url(../img/callout/lava.png) no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    text-align: center;
}
.positions__item {
	position: relative;
	margin: 70px 40px 0;
	padding: 25px 40px;
	border-radius: 5px;
	background-color: #f5f7fa;
	text-align: left;
}
.positions__city {
	line-height: 1.25;
}
.positions__switcher {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 93px;
	cursor: pointer;
}
.positions__switcher::after {
	content: '';
	position: absolute;
	top: 42px;
	right: 40px;
	width: 16px;
	height: 9px;
	background: url(../img/positions/arrow.png);
	background-size: 100% 100%;
}
.positions__details {
	display: none;
}
.positions__details li {
	position: relative;
	margin-top: 12px;
	padding-left: 42px;
	font-size: 14px;
    line-height: 1.715;
}
.positions__details ol li {
	counter-increment: step-counter;
}
.positions__details ol li::before {
	content: counter(step-counter);
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #a254f2;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.positions__details ul li::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #a254f2 url(../img/positions/list.png) 50% 50% no-repeat;
	background-size: 10px 9px;
}
.positions__details .heading_5 {
	margin-top: 2rem;
	font-size: 1rem;
}
.positions__details .paragraph {
	margin-top: 1rem;
}
.positions__details .paragraph a {
	text-decoration: underline;
	color: #a254f2;
}
.positions__details .paragraph a:hover {
	text-decoration: none;
}
.positions__details .paragraph em {
	display: block;
	padding-top: 0.5rem;
	color: #3d3d6b;
}
.positions__details .paragraph em a {
	color: inherit;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { /* retina */
	.positions__inner {
		background-image: url(../img/callout/lava@2x.png);
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.positions__inner {
		width: 720px;
		min-height: 554px;
		padding-top: 60px;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.positions {
		margin-top: 60px;
	}
	.positions__pic {
		margin-bottom: 0;
	}
	.positions__inner {
		width: auto;
		min-height: 495px;
		margin-top: 40px;
		margin-right: -20px;
		margin-left: -20px;
		padding-top: 10px;
		background-position: 50% 0;
		background-size: auto 495px;
	}
	.positions__item {
		margin: 60px 20px;
		padding: 25px 20px;
	}
	.positions__switcher::after {
		right: 20px;
	}
	.positions__details li {
		padding-left: 34px;
	}
	.positions__details .paragraph a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.positions__inner {
		margin-right: -15px;
		margin-left: -15px;
	}
	.positions__item {
		margin-right: 15px;
		margin-left: 15px;
	}
}


/**/
/* success hero */
/**/
.success-hero {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
}
.success-hero .grid {
	max-width: 700px;
}
.success-hero__cover {
	padding-top: 160px;
}
.success-hero__title {
	color: inherit;
}
.success-hero__subtitle {
	margin-top: 15px;
}
@media screen and (max-width: 999px) { /* tablet */
	.success-hero .heading {
		max-width: 520px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.success-hero__subtitle {
		font-size: 16px;
	}
}


/**/
/* success stories */
/**/
.success-stories {
	position: relative;
	z-index: 1;
	padding-bottom: 300px;
	color: #fff;
}
.success-stories__group {
	margin-top: 120px;
}
.success-stories__pic {
	display: block;
	margin: 0 auto;
}
.success-stories__heading {
	margin-bottom: -30px;
	text-transform: uppercase;
	color: inherit;
}
.success-stories__subheading {
	margin: 35px 0 -30px;
	color: inherit;
}
.success-stories__item {
	margin-top: 80px;
}
.success-stories__logo {
	position: relative;
	float: left;
	width: 165px;
	height: 100px;
	margin-right: 30px;
	border-radius: 5px;
	background-color: #fff;
}
.success-stories__logo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.success-stories__name {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.28;
}
.success-stories__paragraph {
	overflow: hidden;
	margin-top: 20px;
}
.success-stories__more {
	margin: 18px 0 0 195px;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
}
.success-stories__more a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 4px;
}
.success-stories__more a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	border-radius: 2px;
	background: url(../img/main-nav/wave.png) 50% 50% no-repeat;
	background-size: auto 100%;
	opacity: 1;
	transition-duration: 0.25s;
}
.success-stories__more a:hover::after {
	opacity: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.success-stories__more a::after {
		background-image: url(../img/main-nav/wave@2x.png);
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.success-stories__heading,
	.success-stories__subheading {
		text-align: center;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.success-stories {
		padding-bottom: 0;
		text-align: center;
	}
	.success-stories__group {
		margin-top: 80px;
	}
	.success-stories__pic {
		display: none;
	}
	.success-stories__subheading {
		font-size: 14px;
	}
	.success-stories__item {
		margin-top: 60px;
	}
	.success-stories__logo {
		float: none;
		margin: 0 auto 25px;
	}
	.success-stories__name {
		font-size: 18px;
	}
	.success-stories__paragraph {
		margin-top: 10px;
		font-size: 14px;
	}
	.success-stories__more {
		margin-left: 0;
	}
}


/**/
/* success study */
/**/
.success-study {
	position: relative;
	z-index: 1;
	padding-bottom: 300px;
	text-align: center;
	color: #fff;
}
.success-study__icon {
	position: absolute;
	top: -3px;
	left: -33px;
}
.success-study__section {
	position: relative;
	margin-top: 80px;
	padding-left: 98px;
	text-align: left;
}
.success-study__section:first-child {
	margin-top: 100px;
}
.success-study__heading {
	margin-bottom: 8px;
	line-height: 60px;
	text-transform: uppercase;
	color: inherit;
}
.success-study__paragraph {
	margin-bottom: 16px;
}
.success-study__paragraph strong {
	font-weight: 600;
}
.success-study__paragraph:last-child {
	margin-bottom: 0;
}
.success-study__list li {
	position: relative;
	margin-bottom: 28px;
	padding-left: 40px;
}
.success-study__list li::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -20px;
	width: 67px;
	height: 67px;
	background: url(../img/success-study/tick.png);
	background-size: 100% 100%;
}
.success-study__list li:last-child {
	margin-bottom: 0;
}
.success-study__grow {
	margin-top: 80px;
	font-size: 16px;
	line-height: 1.33;
	text-transform: uppercase;
	color: #1ad68b;
}
.success-study__grow strong {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 58px;
	font-size: 80px;
	line-height: 1;
}
.success-study__grow strong::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 114px;
	height: 98px;
	margin-top: -49px;
	background: url(../img/success-study/grow.png);
	background-size: 100% 100%;
}
@media screen and (max-width: 999px) { /* tablet */
	.success-study__grow {
		font-weight: 600;
	}
	.success-study__grow strong {
		font-weight: 400;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.success-study {
		padding-bottom: 0;
	}
	.success-study__section {
		margin-top: 60px;
		padding-left: 0;
	}
	.success-study__section:first-child {
		margin-top: 80px;
	}
	.success-study__section_review {
		padding-left: 40px;
	}
	.success-study__section_review::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		width: 24px;
		height: 16px;
		background: url(../img/success-study/review.png);
		background-size: 100% 100%;
	}
	.success-study__heading {
		margin-bottom: 20px;
		padding-left: 80px;
	}
	.success-study__list li {
		margin-bottom: 20px;
	}
	.success-study__list li::before {
		top: -6px;
	}
	.success-study__grow {
		margin-top: 60px;
		font-size: 14px;
	}
	.success-study__grow strong {
		font-size: 60px;
	}
}


/**/
/* privacy */
/**/
.privacy {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 0 auto;
}
.privacy p {
	margin-top: 1em;
	font-size: 14px;
    line-height: 1.715;
}
.privacy h3 {
	margin-top: 1.5em;
	font-size: 18px;
	line-height: 1.445;
	color: #3d3d6b;
}
.privacy h3:first-child {
	margin-top: 1em;
}
.privacy dl {
	font-size: 14px;
    line-height: 1.715;
}
.privacy dt {
	margin-top: 1em;
	margin-bottom: -0.5em;
	font-weight: 600;
	color: #3d3d6b;
}
.privacy dd {
	margin-top: 1em;
}
.privacy li {
	position: relative;
	margin-top: 12px;
	padding-left: 42px;
	font-size: 14px;
    line-height: 1.715;
}
.privacy ol li {
	counter-increment: step-counter;
}
.privacy ol li::before {
	content: counter(step-counter);
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #a254f2;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.privacy ul li::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #a254f2 url(../img/positions/list.png) 50% 50% no-repeat;
	background-size: 10px 9px;
}
.privacy a {
	text-decoration: underline;
	color: #a254f2;
}
.privacy a:hover {
	text-decoration: none;
}


/**/
/* popup */
/**/
.popup {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.87);
	box-sizing: border-box;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.225s;
}
.popup_visible {
	pointer-events: all;
	visibility: visible;
	opacity: 1;
}
.popup__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
}
.popup__close::after,
.popup__close::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 3px;
	margin: -1.5px 0 0 -15px;
	border-radius: 1.5px;
	background: #9191a8;
	transform: rotate(45deg);
	transition-duration: 0.225s;
}
.popup__close::before {
	transform: rotate(-45deg);
}
.popup__close:hover::after,
.popup__close:hover::before {
	background: #3d3d6b;
}
@media screen and (max-width: 767px) { /* mobile */
	.popup {
		padding: 60px 20px;
		overflow: auto;
		background: #fff;
	}
	.popup .book-now__window {
		position: static;
		padding: 0;
		box-shadow: none;
	}
	.popup__close {
		width: 70px;
		height: 60px;
	}
	.popup__note {
		margin-top: 10px;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.popup__close {
		width: 60px;
	}
	.popup .book-now__title {
		font-size: 16px;
	}
}



/*----------------------------------------------*/
/*                    FOOTER                    */
/*----------------------------------------------*/

/**/
/* copyrights */
/**/
.copyrights {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	font-size: 13px;
	text-align: center;
	color: #fff;
}
.copyrights__links {
	display: block;
	margin-top: 15px;
	font-weight: 400;
}
.copyrights__links a {
	position: relative;
}
.copyrights__links a::after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	border-top: 1px solid;
	opacity: 0;
	transition-duration: 0.225s;
}
.copyrights__links a:hover::after {
	opacity: 0.7;
}


/**/
/* form_sent */
/**/
.form_sent {
	font-size: 120%;
	color: #3d3d6b;
}
