/**/
/* plugins */
/**/
@import url(aos.css);


/**/
/* fonts */
/**/
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	src: url('../fnt/Quicksand-Regular.otf');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	src: url('../fnt/Quicksand-Bold.otf');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 300;
	src: url('../fnt/ProximaNova-Light.eot');
	src: url('../fnt/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
	url('../fnt/ProximaNova-Light.woff') format('woff'),
	url('../fnt/ProximaNova-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	src: url('../fnt/ProximaNova-Regular.eot');
	src: url('../fnt/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fnt/ProximaNova-Regular.woff') format('woff'),
	url('../fnt/ProximaNova-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 500;
	src: url('../fnt/ProximaNova-Semibold.eot');
	src: url('../fnt/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../fnt/ProximaNova-Semibold.woff') format('woff'),
	url('../fnt/ProximaNova-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	src: url('../fnt/ProximaNova-Bold.eot');
	src: url('../fnt/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fnt/ProximaNova-Bold.woff') format('woff'),
	url('../fnt/ProximaNova-Bold.ttf') format('truetype');
}


/**/
/* 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;
}
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;
	-webkit-font-smoothing: antialiased;
}
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: 400 16px/1 'Proxima Nova', Helvetica, Arial, sans-serif;
	color: #2D3D56;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}


/**/
/* grid */
/**/
.grid {
	border-right: 162px solid transparent;
	border-left: 60px solid transparent;
}
.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,
.grid-col_pull {
	position: relative;
}
.grid-col_push-9 {
	left: 37.5%;
}
.grid-col_push-11 {
	left: 45.833%;
}
.grid-col_pull-14 {
	right: 58.333%;
}
.grid-col_pull-15 {
	right: 62.5%;
}
@media screen and (max-width: 1259px) { /* laptop */
	.grid {
		border-right-width: 60px;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.grid {
		border-right-width: 30px;
		border-left-width: 30px;
	}
	.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%;
	}
	.grid-col_push-md-11 {
		left: 45.833%;
	}
	.grid-col_pull-md-13 {
		right: 54.166%;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.grid {
		border-right-width: 20px;
		border-left-width: 20px;
	}
	.grid-col_ms-1 {
		width: 4.166%;
	}
	.grid-col_ms-2 {
		width: 8.333%;
	}
	.grid-col_ms-3 {
		width: 12.5%;
	}
	.grid-col_ms-4 {
		width: 16.666%;
	}
	.grid-col_ms-5 {
		width: 20.833%;
	}
	.grid-col_ms-6 {
		width: 25%;
	}
	.grid-col_ms-7 {
		width: 29.166%;
	}
	.grid-col_ms-8 {
		width: 33.333%;
	}
	.grid-col_ms-9 {
		width: 37.5%;
	}
	.grid-col_ms-10 {
		width: 41.666%;
	}
	.grid-col_ms-11 {
		width: 45.833%;
	}
	.grid-col_ms-12 {
		width: 50%;
	}
	.grid-col_ms-13 {
		width: 54.166%;
	}
	.grid-col_ms-14 {
		width: 58.333%;
	}
	.grid-col_ms-15 {
		width: 62.5%;
	}
	.grid-col_ms-16 {
		width: 66.666%;
	}
	.grid-col_ms-17 {
		width: 70.833%;
	}
	.grid-col_ms-18 {
		width: 75%;
	}
	.grid-col_ms-19 {
		width: 79.166%;
	}
	.grid-col_ms-20 {
		width: 83.333%;
	}
	.grid-col_ms-21 {
		width: 87.5%;
	}
	.grid-col_ms-22 {
		width: 91.666%;
	}
	.grid-col_ms-23 {
		width: 95.833%;
	}
	.grid-col_ms-24 {
		width: 100%;
	}
	.grid-col_push-ms-0 {
		left: auto;
	}
	.grid-col_pull-ms-0 {
		right: auto;
	}
}
@media screen and (max-width: 599px) { /* mobile */
	.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%;
	}
}


/**/
/* helpers */
/**/
.tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.tcl {
	display: table-cell;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}
.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: 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) { /* tablet s */
	.removed-ms {
		display: none !important;
	}
	.blocked-ms {
		display: block !important;
	}
	.inlined-ms {
		display: inline !important;
	}
	.iblocked-ms {
		display: inline-block !important;
	}
}
@media screen and (max-width: 599px) { /* 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;
	}
}


/**/
/* typography */
/**/
.heading_2 {
	font-size: 35px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	color: #012F85;
}
.heading_3 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: #012F85;
}
.paragraph {
	font-size: 18px;
	line-height: 1.25;
}
@media screen and (max-width: 1399px) { /* laptop l */
	.heading_2 {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.heading_2 {
		font-size: 23px;
	}
	.heading_3 {
		font-size: 20px;
	}
	.paragraph {
		font-size: 16px;
	}
}


/**/
/* forms */
/**/
.input {
	position: relative;
	border-top: 12px solid transparent;
}
.input__label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 30px;
	pointer-events: none;
	color: #717F81;
	transition-duration: 0.25s;
}
.input__input {
	width: 100%;
	border-bottom: 1px solid #84828F;
	border-radius: 0;
	box-shadow: none;
	font-size: 18px;
	line-height: 30px;
	transition-duration: 0.25s;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.input__input:focus {
	background-color: rgba(0,153,255,0.2);
}
.input__input_active {
	border-bottom-color: #0099FF;
}
.input__input_active + .input__label {
	top: -12px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #FF004A;
}
.select {
	position: relative;
	border-top: 12px solid transparent;
}
.select__select {
	width: 100%;
	border-bottom: 1px solid #84828F;
	border-radius: 0;
	box-shadow: none;
	font-size: 18px;
	line-height: 30px;
	transition-duration: 0.25s;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select__icon {
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 16px;
	line-height: 30px;
	pointer-events: none;
	color: #979797;
}
.textarea {
	position: relative;
	border-top: 12px solid transparent;
}
.textarea__label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 30px;
	pointer-events: none;
	color: #717F81;
	transition-duration: 0.25s;
}
.textarea__textarea {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #84828F;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	transition-duration: 0.25s;
	resize: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.textarea__textarea:focus {
	background-color: rgba(0,153,255,0.2);
}
.textarea__textarea_active {
	border-bottom-color: #0099FF;
}
.textarea__textarea_active + .textarea__label {
	top: -12px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #FF004A;
}


/**/
/* buttons */
/**/
.button {
	display: block;
	max-width: 364px;
	border: 2px solid #0099FF;
	background-color: #0099FF;
	box-shadow: 0 6px 12px 0 rgba(0,153,255,0.2);
	box-sizing: border-box;
	font-size: 18px;
	line-height: 46px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	transition-duration: 0.25s;
}
.button:focus {
	box-shadow: 0 6px 12px 0 rgba(0,153,255,0.2), 0 0 0 3px #fff, 0 0 0 4px #007EFF;
}
.button:hover {
	border-color: #007EFF;
	background-color: #fff;
	box-shadow: 0 0 0 0 rgba(0,153,255,0.2);
	color: #007EFF;
}
.button:active {
	border-color: #007EFF;
	background-color: #007EFF;
	box-shadow: 0 0 0 0 rgba(0,153,255,0.2);
	color: #fff;
}
.button_s {
	width: 100%;
	max-width: 142px;
}
.button_outlined {
	background-color: transparent;
	color: #0099FF;
}
.button_outlined:hover {
	border-color: #0099FF;
	background-color: #0099FF;
	color: #fff;
}
.button_outlined:active {
	border-color: #007EFF;
	background-color: #007EFF;
	box-shadow: 0 0 0 0 rgba(0,153,255,0.2);
	color: #fff;
}
.button span {
	display: none;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 12px;
	font-size: 14px;
	line-height: 14px;
}
.text-link {
	display: inline-block;
	vertical-align: top;
	font-family: 'Quicksand', 'Proxima Nova', Helvetica, Arial, sans-serif;
	font-size: 16px;
    font-weight: 700;
    color: #0099FF;
}
.text-link svg {
	display: block;
}
.text-link span {
	position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
}
@media screen and (max-width: 1259px) { /* laptop */
	.button {
		max-width: 304px;
	}
	.button_s {
		max-width: 142px;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.button {
		max-width: 272px;
	}
	.button_s {
		max-width: 142px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.button {
		display: inline-block;
		vertical-align: top;
		width: auto;
		border: none;
		background-color: transparent;
		box-shadow: none;
		font-family: 'Quicksand', 'Proxima Nova', Helvetica, Arial, sans-serif;
		font-size: 18px;
		line-height: 18px;
		font-weight: 700;
		color: #0099FF;
	}
	.button:focus {
		box-shadow: none;
	}
	.button:hover {
		background-color: transparent;
		color: #0099FF;
	}
	.button:active {
		background-color: transparent;
		color: #0099FF;
	}
	.button span {
		display: inline-block;
	}
}


/**/
/* elements */
/**/
.color-strip {
	position: relative;
	width: 102px;
	height: 4px;
	border-right: 36px solid #007EFF;
	border-left: 36px solid #FFCB54;
	background-color: #23FFC1;
}
.color-strip::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 36px;
	background-color: #00B6FF;
}
.color-strip::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 36px;
	background-color: #E1FBBA;
}
@media screen and (max-width: 767px) { /* tablet s */
	.color-strip {
		height: 3px;
	}
}


/**/
/* page */
/**/
.page {
	overflow: hidden;
}
.page::after {
	content: '';
	position: relative;
	z-index: 11;
	display: block;
	width: 100%;
	height: 10px;
	background: url(../img/page/ribbon.png) 50% 50%;
	background-size: cover;
}
.page-overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.375s;
}
.page-overlay_active {
	pointer-events: auto;
	visibility: visible;
	opacity: 0.7;
}


/**/
/* logo */
/**/
.logo {
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 60px;
}
.logo img {
	display: block;
}
@media screen and (max-width: 1023px) { /* tablet */
	.logo {
		top: 30px;
		left: 30px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.logo {
		top: 20px;
		left: 20px;
	}
	.logo img {
		width: auto;
		height: 30px;
	}
}


/**/
/* main nav */
/**/
.main-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	width: 162px;
	padding: 60px 40px 0;
	background-color: #fff;
	box-sizing: border-box;
}
.main-nav__item {
	margin-bottom: 22px;
}
.main-nav__item:last-child {
	margin-bottom: 0;
}
.main-nav__link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 -10px;
	padding: 0 10px;
	font-family: 'Quicksand', 'Proxima Nova', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	transition-duration: 0.25s;
}
.main-nav__link span {
	position: relative;
}
.main-nav__link::after {
	content: '';
	position: absolute;
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
}
.main-nav__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 2px;
	background-color: #0099FF;
	transition-duration: 0.25s;
}
.main-nav__link_active {
	color: #fff;
}
.main-nav__link:hover::before {
	width: 100%;
	background-color: #BFE5FF;
}
.main-nav__link_active::before,
.main-nav__link_active:hover::before {
	width: 100%;
	background-color: #0099FF;
	box-shadow: 0 6px 12px 0 rgba(0,153,255,0.2);
}
.main-nav__space {
	height: 72px;
}
.main-nav__social {
	display: inline-block;
	vertical-align: top;
	width: 21px;
	margin: 0 -6px;
	padding: 4px 6px;
	font-size: 19px;
	text-align: center;
	color: #2D3D56;
	transition-duration: 0.25s;
}
.main-nav__social svg {
	vertical-align: top;
}
.main-nav__social:hover {
	color: #0099FF;
}
@media screen and (max-width: 1259px) { /* laptop */
	.main-nav {
		transition-duration: 0.25s;
		transform: translateX(100%);
	}
	.main-nav_active {
		box-shadow: 0 0 16px 0 rgba(7,40,16,0.13);
		transform: none;
	}
	.main-nav_active ~ .burger {
		transform: translateX(-162px);
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.main-nav {
		padding-top: 30px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.main-nav {
		padding-top: 26px;
	}
}


/**/
/* burger */
/**/
.burger {
	position: fixed;
	z-index: 10;
	top: 60px;
	right: 60px;
	display: none;
	width: 24px;
	height: 18px;
	transition-duration: 0.25s;
}
.burger::after {
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	bottom: -20px;
	left: -20px;
}
.burger i {
	position: absolute;
	top: 7.5px;
	right: 0;
	width: 16px;
	height: 3px;
	border-radius: 2px;
	background-color: #0099FF;
}
.burger i::after,
.burger i::before {
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	border-radius: 2px;
	background-color: #0099FF;
}
.burger i::after {
	top: -7px;
	width: 24px;
}
.burger i::before {
	top: 7px;
	width: 8px;
}
@media screen and (max-width: 1259px) { /* laptop */
	.burger {
		display: block;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.burger {
		top: 30px;
		right: 30px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.burger {
		top: 26px;
		right: 20px;
	}
}


/**/
/* intro */
/**/
.intro {
	margin-bottom: 160px;
}
.intro__pic {
	position: relative;
	height: 866px;
}
.intro__pic div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.intro__pic::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: -15px;
	width: 295px;
	height: 395px;
	background-color: #E1FBBA;
}
.intro__pic_m {
	height: 944px;
}
.intro__pic_l {
	height: 1034px;
}
.intro__pic_alt::before {
	background-color: #FFBED1;
}
.intro__pic_top {
	height: 696px;
}
.intro__pic_top div {
	background-size: auto;
}
.intro__pic_top::before {
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	width: auto;
	height: 260px;
	background-color: #FF004A;
}
.intro__text {
	margin-top: 280px;
}
.intro__text_alt {
	margin-top: 400px;
}
.intro__text .paragraph {
	max-width: 460px;
	margin-top: 16px;
}
.intro__text .paragraph i {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 5px 0 0 3px;
	border-radius: 50%;
	background-color: #23FFC1;
}
.intro__text .paragraph strong {
	font-weight: 700;
}
.intro__text .button {
	margin-top: 64px;
}
.intro__text .color-strip {
	margin-top: 32px;
}
@media screen and (max-width: 1259px) { /* laptop */
	.intro__pic {
		margin-right: -60px;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.intro .grid-col {
		vertical-align: middle;
	}
	.intro__pic {
		height: 100vh;
		margin-right: -30px;
	}
	.intro__pic_top div {
		right: 30px;
		bottom: 30px;
		left: 30px;
		background-size: 100% auto;
	}
	.intro__text {
		margin-top: 0;
	}
	.intro__text .heading {
		margin-top: 36px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.intro {
		margin-bottom: 100px;
	}
	.intro__pic {
		height: 384px;
		margin: 0 -20px;
	}
	.intro__pic::before {
		display: none;
	}
	.intro__pic_top div {
		right: 5px;
		bottom: 60px;
		left: 20px;
	}
	.intro__pic_top::before {
		display: block;
		height: 100px;
	}
	.intro__text {
		position: relative;
		margin-top: -60px;
		padding: 20px 20px 0;
		background-color: #fff;
		box-shadow: 0 -4px 24px 0 rgba(0,0,0,0.52);
	}
	.intro__text_alt {
		box-shadow: none;
	}
	.intro__text::before {
		content: '';
		position: absolute;
		top: 60px;
		right: -20px;
		bottom: -20px;
		left: -20px;
		background-color: #fff;
	}
	.intro__text .heading {
		position: relative;
		margin: 0;
	}
	.intro__text .paragraph {
		position: relative;
		margin-top: 8px;
	}
	.intro__text .paragraph i {
		margin-top: 4px;
	}
	.intro__text .button {
		position: relative;
		margin-top: 32px;
	}
	.intro__text .color-strip {
		margin-top: 16px;
	}
}


/**/
/* anatomy */
/**/
.anatomy {
	position: relative;
	margin-bottom: 240px;
}
.anatomy::before {
	content: '';
	position: absolute;
	top: 88px;
	bottom: -15px;
	left: 0;
	width: 364px;
	background-color: #8CFFAB;
}
.anatomy__title {
	margin-bottom: 60px;
}
.anatomy__body {
	position: relative;
}
.anatomy__main {
	position: relative;
	height: 694px;
	margin-left: 146px;
}
.anatomy__slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.anatomy__slide_active {
	z-index: 1;
	opacity: 1;
}
.anatomy__text {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 30px 30px;
	background: linear-gradient(rgba(5,8,32,0), rgba(5,8,32,1));
	color: #fff;
}
.anatomy__heading {
	margin-bottom: 16px;
	font-size: 52px;
}
.anatomy__paragraph {
	max-width: 960px;
}
.anatomy__aside {
	position: absolute;
	top: 36px;
	bottom: 36px;
	left: 0;
	width: 108px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.15);
}
.anatomy__tab {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 25%;
}
.anatomy__tab img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition-duration: 0.25s;
}
.anatomy__tab img:last-child {
	opacity: 0;
}
.anatomy__tab:hover img,
.anatomy__tab_active img {
	opacity: 0;
}
.anatomy__tab:hover img:last-child,
.anatomy__tab_active img:last-child {
	opacity: 1;
}
.anatomy__tab:nth-child(2) {
	top: 25%;
}
.anatomy__tab:nth-child(3) {
	top: 50%;
}
.anatomy__tab:nth-child(4) {
	top: 75%;
}
.anatomy__indicator {
	position: absolute;
	top: 12.5%;
	width: 3px;
	height: 80px;
	margin-top: -40px;
	background-color: #FF004A;
	transition-duration: 0.25s;
}
.anatomy__tab_active:nth-child(2) ~ .anatomy__indicator {
	top: 37.5%;
}
.anatomy__tab_active:nth-child(3) ~ .anatomy__indicator {
	top: 62.5%;
}
.anatomy__tab_active:nth-child(4) ~ .anatomy__indicator {
	top: 87.5%;
}
@media screen and (max-width: 1259px) { /* laptop */
	.anatomy__main {
		height: 592px;
		margin-right: -60px;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.anatomy__main {
		height: 512px;
		margin-right: -30px;
		margin-left: 138px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.anatomy {
		margin-bottom: 150px;
		padding-bottom: 28px;
	}
	.anatomy::before {
		display: none;
	}
	.anatomy__title {
		display: none;
	}
	.anatomy__main {
		height: 320px;
		margin-right: -20px;
		margin-left: -20px;
	}
	.anatomy__text {
		padding: 40px 20px 28px;
	}
	.anatomy__heading {
		font-size: 28px;
	}
	.anatomy__paragraph {
		display: none;
	}
	.anatomy__aside {
		z-index: 1;
		top: 100%;
		right: 0;
		left: 0;
		width: auto;
		height: 56px;
		margin-top: -28px;
	}
	.anatomy__tab {
		right: auto;
		width: 25%;
		height: 100%;
	}
	.anatomy__tab img {
		width: 50px;
		height: 50px;
	}
	.anatomy__tab:nth-child(2) {
		top: 0;
		left: 25%;
	}
	.anatomy__tab:nth-child(3) {
		top: 0;
		left: 50%;
	}
	.anatomy__tab:nth-child(4) {
		top: 0;
		left: 75%;
	}
	.anatomy__indicator {
		top: auto;
		bottom: 0;
		left: 12.5%;
		width: 40px;
		height: 3px;
		margin: 0 0 0 -20px;
	}
	.anatomy__tab_active:nth-child(2) ~ .anatomy__indicator {
		top: auto;
		left: 37.5%;
	}
	.anatomy__tab_active:nth-child(3) ~ .anatomy__indicator {
		top: auto;
		left: 62.5%;
	}
	.anatomy__tab_active:nth-child(4) ~ .anatomy__indicator {
		top: auto;
		left: 87.5%;
	}
}


/**/
/* benefits */
/**/
.benefits {
	margin-bottom: 160px;
}
.benefits__title {
	position: relative;
	z-index: 1;
	margin-bottom: -86px;
}
.benefits__item {
	margin-top: 100px;
}
.benefits__item:first-child {
	margin-top: 0;
}
.benefits__icon {
	position: relative;
	float: left;
	width: 67px;
	height: 65px;
	margin-right: 30px;
}
.benefits__icon img {
	display: block;
	margin: 0 auto;
}
.benefits__paragraph {
	margin: 16px 0 0 97px;
}
.benefits__rotator {
	margin: 0 -93px 0 0;
/* 	cursor: -webkit-grab; */
}
.benefits__rotator img {
	vertical-align: top;
	max-width: 100%;
	margin: -70px 0 -50px;
}
/*
.benefits__rotator > div {
	width: auto !important;
	height: auto !important;
	padding-top: 56.25%;
}
.benefits__rotator img {
	width: 100% !important;
	height: 100% !important;
}
.benefits__hint {
	margin-top: -16px;
}
.benefits__hint span {
	transform: rotate(45deg);
}
.benefits__hint span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -2px;
	border-radius: 50%;
	background-color: #0099FF;
}
*/
@media screen and (max-width: 1439px) { /* laptop */
	.benefits__rotator img {
		height: auto;
	}
}
@media screen and (max-width: 1259px) { /* laptop */
	.benefits__item {
		margin-top: 80px;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.benefits__item {
		margin-top: 60px;
	}
	.benefits__rotator {
		margin-bottom: 60px;
		margin-right: -10vw;
	}
	.benefits__rotator img {
		margin: -9vw 0 -7vw;
	}
	.benefits__hint {
		display: none;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.benefits {
		margin-bottom: 100px;
	}
	.benefits__title {
		margin-bottom: -29px;
	}
	.benefits__item {
		margin-top: 40px;
	}
	.benefits__icon {
		margin-right: 20px;
	}
	.benefits__paragraph {
		margin-top: 8px;
		margin-left: 87px;
	}
	.benefits__rotator {
		margin-bottom: 40px;
	}
}


/**/
/* simlpy priced */
/**/
.simlpy-priced {
	position: relative;
	margin-bottom: 160px;
}
.simlpy-priced::before {
	content: '';
	position: absolute;
	top: 0;
	left: -385px;
	width: 770px;
	height: 770px;
	border-radius: 50%;
	background-color: #8CFFAB;
}
.simlpy-priced__main {
	opacity: 1;
	transition-duration: 0.375s;
}
.simlpy-priced__side {
	position: relative;
	z-index: 1;
	right: 0;
	transition-duration: 0.375s;
}
.simlpy-priced__pic {
	position: relative;
	height: 770px;
}
.simlpy-priced__pic img {
	position: absolute;
	top: 50%;
	right: 6.25vw;
	margin-top: -294px;
	transition-duration: 0.375s;
}
.simlpy-priced__more {
	position: absolute;
	right: 6.25vw;
	bottom: 0;
	margin: 0 135px 50px 0;
	transition-duration: 0.375s;
}
.simlpy-priced__more span {
	transition-duration: 0.25s;
}
.simlpy-priced__more::before {
	content: 'See More';
}
.simlpy-priced__text .paragraph {
	margin-top: 16px;
}
.simlpy-priced__text .button {
	margin-top: 64px;
}
.simlpy-priced__text .color-strip {
	margin-top: 32px;
}
.simlpy-priced__price {
	display: inline-block;
	vertical-align: top;
	margin-top: 24px;
	font-size: 64px;
	line-height: 0.75;
	font-weight: 300;
	letter-spacing: -0.05em;
	color: #FF004A;
}
.simlpy-priced__price sup {
	display: inline-block;
	vertical-align: top;
	padding-right: 4px;
	font-size: 0.5em;
	line-height: 1;
	font-weight: 400;
}
.simlpy-priced__tooltip {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 24px 0 0 2px;
}
.simlpy-priced__tooltip i {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../img/simlpy-priced/icon.png);
	background-size: cover;
}
.simlpy-priced__tooltip div {
	position: absolute;
	z-index: 100;
	bottom: -17px;
	left: 5px;
	width: 334px;
	height: 164px;
	padding: 12px 34px 28px 50px;
	background: url(../img/simlpy-priced/tooltip.png);
	background-size: cover;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.375;
	font-weight: 700;
	pointer-events: none;
	color: #fff;
	opacity: 0;
	transition-duration: 0.25s;
}
.simlpy-priced__tooltip:hover div {
	opacity: 1;
}
.simlpy-priced_expanded .simlpy-priced__side {
	right: -37.5%;
}
.simlpy-priced_expanded .simlpy-priced__main {
	opacity: 0;
}
.simlpy-priced_expanded .simlpy-priced__pic img {
	right: 0;
}
.simlpy-priced_expanded .simlpy-priced__more {
	right: 0;
}
.simlpy-priced_expanded .simlpy-priced__more span {
	transform: scale(-1, 1);
}
.simlpy-priced_expanded .simlpy-priced__more::before {
	content: 'See Less';
}
@media screen and (max-width: 1023px) { /* tablet */
	.simlpy-priced::before {
		left: -257px;
		width: 514px;
		height: 514px;
	}
	.simlpy-priced__pic {
		height: 514px;
	}
	.simlpy-priced__pic img {
		width: auto;
		height: 410px;
		margin-top: -198px;
	}
	.simlpy-priced__pic .text-link {
		display: none;
	}
	.simlpy-priced__tooltip {
		display: none;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.simlpy-priced {
		margin-bottom: 100px;
	}
	.simlpy-priced::before {
		left: -192.5px;
		width: 385px;
		height: 385px;
	}
	.simlpy-priced__pic {
		height: 385px;
	}
	.simlpy-priced__pic img {
		width: auto;
		height: 307px;
		margin-top: -147px;
	}
	.simlpy-priced__text {
		margin-left: 6.25vw;
	}
	.simlpy-priced__text .paragraph {
		margin-top: 8px;
	}
	.simlpy-priced__text .button {
		margin-top: 32px;
	}
	.simlpy-priced__text .color-strip {
		margin-top: 16px;
	}
	.simlpy-priced__price {
		margin-top: 12px;
		font-size: 48px;
	}
}


/**/
/* use cases */
/**/
.use-cases {
	position: relative;
	margin-right: 162px;
	margin-bottom: 160px;
}
.use-cases__title {
	position: absolute;
	z-index: 1;
	top: -30px;
	left: 60px;
	width: 336px;
	padding: 200px 30px 30px;
	background-color: #fff;
	box-shadow: 7px 15px 16px 0 rgba(7,40,16,0.13);
	box-sizing: border-box;
	color: #343D48;
	transition-duration: 0.25s;
}
.use-cases__title_small {
	padding-top: 30px;
}
.use-cases__video {
	position: relative;
	height: 719px;
	background: url(../img/use-cases/cover.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.use-cases__text {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 120px 60px 60px 60px;
	background: linear-gradient(rgba(5,8,32,0), rgba(5,8,32,1));
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
}
.use-cases__text span {
	display: inline-block;
	vertical-align: top;
	margin-top: -8px;
	margin-right: 30px;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	border-left: 48px solid #fff;
}
.use-cases__play {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.use-cases__iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}
.use-cases__iframe_visible {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 1259px) { /* laptop */
	.use-cases {
		margin-right: 0;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.use-cases__title {
		left: 30px;
		padding-top: 60px;
	}
	.use-cases__video {
		height: auto;
		padding-top: 56.25%;
	}
	.use-cases__text {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.use-cases {
		margin: -40px 0 100px;
	}
	.use-cases__title {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		margin: 0 20px -30px;
		padding: 60px 20px 20px;
	}
	.use-cases__text {
		padding: 40px 20px 15px;
		font-size: 16px;
		text-align: center;
	}
	.use-cases__text span {
		display: none;
	}
	.use-cases__play::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -28px;
		margin-left: -24px;
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
		border-left: 48px solid #fff;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.use-cases__text {
		font-size: 14px;
	}
}


/**/
/* purposes */
/**/
.purposes {
	margin-bottom: 120px;
}
.purposes__item {
	display: inline-block;
	vertical-align: top;
	margin-top: 64px;
}
.purposes__icon {
	position: relative;
	height: 101px;
	margin-bottom: 24px;
}
.purposes__icon img {
	position: absolute;
	top: 50%;
	margin-left: 40px;
	transform: translateY(-50%);
}
.purposes__text {
	font-size: 24px;
	color: #6A677A;
}
.purposes__inst {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	margin-top: 2px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #D8D8D8;
	font-size: 20px;
	line-height: 20px;
	color: #969EAB;
}
@media screen and (max-width: 767px) { /* tablet s */
	.purposes {
		margin-bottom: 100px;
	}
	.purposes__item {
		margin-top: 48px;
	}
	.purposes__text {
		font-size: 18px;
		line-height: 20px;
	}
	.purposes__inst {
		margin-top: 0;
	}
}
@media screen and (max-width: 599px) { /* mobile */
	.purposes__icon {
		/*height: auto;*/
	}
	.purposes__icon img {
		position: static;
		display: block;
		transform: none;
	}
}


/**/
/* components */
/**/
.components {
	margin-bottom: 120px;
	text-align: center;
}
.components__grid {
	max-width: 1000px;
	margin: 0 auto;
}
.components__title {
	margin-bottom: 16px;
}
.components__subtitle {
	max-width: 850px;
	margin: 0 auto;
}
.components__heading {
	position: relative;
	z-index: 1;
	margin-top: 120px;
	margin-bottom: -30px;
	text-transform: uppercase;
	color: #FF004A;
}
.components__video {
	position: relative;
	padding-top: 100%;
}
.components__video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.components__details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.375s;
}
.components__details_visible {
	visibility: visible;
	opacity: 1;
}
.components__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.375s;
}
.components__overlay_active {
	visibility: visible;
	opacity: 1;
}
.components__tooltip {
	position: absolute;
	z-index: 1;
	margin: -9px 0 0 -9px;
}
.components__tooltip::after,
.components__tooltip::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background-color: #007EFF;
	opacity: 0;
	transition-duration: 0.375s;
}
.components__tooltip::after {
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
}
.components__tooltip::before {
	width: 58px;
	height: 58px;
	margin: -29px 0 0 -29px;
}
.components__tooltip_1 {
	top: 60%;
	left: 85%;
}
.components__tooltip_2 {
	top: 45%;
	left: 72%;
}
.components__tooltip_3 {
	top: 38%;
	left: 63%;
}
.components__tooltip_4 {
	top: 44%;
	left: 48%;
}
.components__tooltip_5 {
	top: 53%;
	left: 53%;
}
.components__tooltip_6 {
	top: 76%;
	left: 66%;
}
.components__tooltip_7 {
	top: 50%;
	left: 42%;
}
.components__tooltip i {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #007EFF;
	box-shadow: 0 0 0 2px #007EFF;
}
.components__tooltip span {
	position: absolute;
	z-index: 2;
	bottom: 3px;
	left: 100%;
	width: 280px;
	margin-left: 8px;
	padding: 12px 16px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.9);
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	text-align: left;
	color: #fff;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.375s;
}
.components__tooltip_r span {
	right: 100%;
	left: auto;
	margin-right: 8px;
}
.components__tooltip:hover {
	z-index: 2;
}
.components__tooltip:hover::after,
.components__tooltip:hover::before {
	visibility: visible;
	opacity: 0.4;
}
.components__tooltip:hover span,
.components__tooltip:hover + .components__overlay {
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 1023px) { /* tablet */
	.components__heading,
	.components__video {
		display: none;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.components {
		margin-bottom: 100px;
	}
	.components__heading {
		margin-top: 60px;
	}
}


/**/
/* specs */
/**/
.specs {
	margin-bottom: 160px;
	margin-right: 30px;
}
.specs__title {
	margin-bottom: 10px;
}
.specs__group {
	position: relative;
	min-height: 366px;
	margin-top: 30px;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 15px 15px 0 rgba(41,42,41,0.13);
	box-sizing: border-box;
	background-color: #fff;
}
.specs__group a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: #007EFF;
}
.specs__group img {
	display: block;
	margin: 0 auto 40px;
}
.specs__heading {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FF004A;
}
.specs__list {
	line-height: 2;
}
@media screen and (max-width: 1259px) { /* laptop */
	.specs {
		margin-right: 0;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.specs__group {
		min-height: 312px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.specs__title {
		margin-bottom: 0;
		text-align: center;
	}
	.specs__group {
		min-height: 224px;
		margin-top: 20px;
	}
}


/**/
/* personalize */
/**/
.personalize {
	margin-bottom: 160px;
	margin-right: 30px;
}
.personalize__tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid #D8D8D8;
}
.personalize__tabs a {
	display: block;
	padding: 10px 0;
}
.personalize__tabs .active {
	box-shadow: inset 0 -4px #FF004A, 0 1px #FF004A;
}
.personalize__tabs .grid-row {
	margin: 0 -60px;
}
.personalize__tabs .grid-col {
	padding: 0 60px;
}
.personalize__target {
	display: none;
}
.personalize__target_active {
	display: block;
}
.personalize__group {
	position: relative;
	margin-top: 20px;
	padding: 1px 0 30px;
}
.personalize__group::before {
	content: '';
	position: absolute;
	top: 0;
	right: 60px;
	bottom: 0;
	left: 60px;
	background-color: #F6F6F6;
}
.personalize__item {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
}
.personalize__pic {
	position: absolute;
	top: 48px;
	left: 42px;
	width: 250px;
	height: 250px;
	border: 2px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	transition-duration: 0.25s;
}
.personalize__text-link {
	float: right;
	margin: 73px 30px 0 0;
}
.personalize__text-link span {
	transition-duration: 0.25s;
}
.personalize__text-link::before {
	content: 'Show ';
}
.personalize__heading {
	position: relative;
	padding: 60px 0 40px 324px;
	font-size: 42px;
	cursor: pointer;
	transition-duration: 0.25s;
	-webkit-user-select: none;
}
.personalize__details {
	padding: 15px 30px 15px 324px;
	background-color: #F6F6F6;
}
.personalize__toggle {
	display: none;
	padding: 21px 0 22px;
}
.personalize__toggle dl {
	min-height: 109px;
}
.personalize__toggle dt {
	font-size: 20px;
	font-weight: 700;
}
.personalize__toggle dd {
	margin-top: 1em;
}
.personalize__line {
	margin: 0 -5px;
	overflow: auto;
}
.personalize__line::-webkit-scrollbar {
    display: none;
}
.personalize__line .tcl {
	width: 11.111%;
	padding: 5px;
	box-sizing: border-box;
}
.personalize__color {
	min-width: 56px;
	min-height: 30px;
	padding: 10px;
	border-top: 49px solid;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	font-size: 12px;
	line-height: 1.25;
}
.personalize__item_active .personalize__pic {
	top: 24px;
	left: 24px;
	width: 276px;
	height: 276px;
}
.personalize__item_active .personalize__text-link span {
	transform: scale(1,-1);
}
.personalize__item_active .personalize__text-link::before {
	content: 'Hide ';
}
.personalize__item_active .personalize__heading {
	color: #FF004A;
}
@media screen and (max-width: 1259px) { /* laptop */
	.personalize {
		margin-right: 0;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.personalize__text-link {
		font-size: 0;
	}
	.personalize__heading {
		font-size: 34px;
		line-height: 42px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.personalize {
		margin: 0 -20px 100px;
	}
	.personalize__tabs {
		padding: 0 20px;
	}
	.personalize__tabs a {
		font-size: 17px;
	}
	.personalize__tabs .grid-row {
		margin: 0 -15px;
	}
	.personalize__tabs .grid-col {
		padding: 0 15px;
	}
	.personalize__subtitle {
		margin: 0 20px;
	}
	.personalize__item {
		margin-top: 20px;
		border-radius: 0;
	}
	.personalize__pic {
		top: 18px;
		left: 18px;
		width: 110px;
		height: 110px;
	}
	.personalize__text-link {
		margin: 52px 20px 0 0;
	}
	.personalize__heading {
		padding: 50px 0 20px 150px;
		font-size: 18px;
		line-height: 20px;
	}
	.personalize__details {
		padding: 20px 20px 10px;
	}
	.personalize__toggle {
		padding: 50px 0 10px;
	}
	.personalize__toggle dt {
		font-size: 18px;
	}
	.personalize__item_active .personalize__pic {
		top: 18px;
		left: 18px;
		width: 110px;
		height: 110px;
	}
}


/**/
/* standards */
/**/
.standards {
	margin-bottom: 160px;
}
.standards__list {
	line-height: 1.5;
}
.standards__list li {
	position: relative;
	padding-left: 20px;
	margin-top: 1.5em;
}
.standards__list li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #FF004A;
}
.standards__list span {
	display: block;
	font-size: 14px;
	color: #84828F;
}
@media screen and (max-width: 767px) { /* tablet s */
	.standards {
		margin-bottom: 100px;
	}
}


/**/
/* gallery */
/**/
.gallery__title {
	margin-top: 400px;
	margin-bottom: 16px;
}
.gallery__pic {
	position: relative;
	margin-bottom: 30px;
	padding-top: 100%;
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
}
.gallery__pic_v {
	padding-top: 133%;
}
.gallery__pic_h {
	padding-top: 66%;
}
.gallery__heading {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 20px 30px;
	background: linear-gradient(rgba(5,8,32,0), rgba(5,8,32,0.5));
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
@media screen and (max-width: 1259px) { /* laptop */
	.gallery__grid {
		margin-right: -60px;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.gallery__grid {
		margin-right: -30px;
	}
	.gallery__grid .grid-row {
		margin: 0 -10px;
	}
	.gallery__grid .grid-col {
		padding: 0 10px;
	}
	.gallery__pic {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.gallery {
		padding: 70px 0 0;
	}
	.gallery__title {
		margin-top: 20px;
		margin-bottom: 8px;
	}
	.gallery__subtitle {
		margin-bottom: 20px;
	}
	.gallery__grid {
		margin: 0;
	}
}


/**/
/* slideshow */
/**/
.slideshow {
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	background-color: #fff;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.375s;
}
.slideshow .grid {
	position: relative;
}
.slideshow_active {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.slideshow__slide {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.25s;
}
.slideshow__slide_active {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.slideshow__pic {
	height: 100vh;
	background-position: 50% 50%;
	background-size: cover;
}
.slideshow__heading {
	text-transform: uppercase;
}
.slideshow__paragraph {
	margin-top: 16px;
}
.slideshow__pager {
	width: 160px;
	margin: 60px -20px;
	font-family: 'Quicksand', 'Proxima Nova', Helvetica, Arial, sans-serif;
	font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #000712;
}
.slideshow__pager a {
	display: inline-block;
	vertical-align: top;
	margin: 1px 20px;
	font-size: 14px;
	line-height: 1;
	color: #0099FF;
}
.slideshow__pager svg {
	display: block;
}
.slideshow__prev {
	float: left;
}
.slideshow__next {
	float: right;
}
.slideshow__info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	padding: 60px 20px 30px;
	background: linear-gradient(rgba(5,8,32,0), rgba(5,8,32,0.5));
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.slideshow__info .paragraph {
	margin-top: 1em;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}
.slideshow__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.5);
}
.slideshow__close img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media screen and (max-width: 767px) { /* tablet s */
	.slideshow {
		border-top: 70px solid #fff;
		right: -20px;
		left: -20px;
	}
	.slideshow__pic {
		height: calc(100vh - 70px);
	}
	.slideshow__info {
		display: block;
	}
	.slideshow__close {
		top: 10px;
		right: 10px;
		width: 44px;
		height: 44px;
	}
}


/**/
/* projects */
/**/
.projects {
	margin-bottom: 120px;
}
.projects__item {
	margin-bottom: 40px;
}
.projects__pic {
	position: relative;
	height: 392px;
	margin-right: 30px;
	background-position: 50% 50%;
	background-size: cover;
}
.projects__pic::after {
	content: '';
	position: absolute;
	top: 100%;
	left: -15px;
	width: 160px;
	height: 15px;
	background-color: #E1FBBA;
}
.projects__pic::before {
	content: '';
	position: absolute;
	right: 100%;
	bottom: -15px;
	width: 15px;
	height: 200px;
	background-color: #E1FBBA;
}
.projects__paragraph {
	max-width: 544px;
	margin-top: 16px;
}
.projects__button {
	margin-top: 32px;
}
.projects__color-strip {
	margin-top: 48px;
}
@media screen and (max-width: 1023px) { /* tablet */
	.projects__pic {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.projects {
		margin-bottom: 100px;
	}
	.projects__pic {
		height: 384px;
		margin: 0 -20px;
	}
	.projects__pic::after,
	.projects__pic::before {
		display: none;
	}
	.projects__text {
		position: relative;
		margin-top: -60px;
		padding: 20px 20px 0;
		background-color: #fff;
		box-shadow: 0 -4px 24px 0 rgba(0,0,0,0.52);
	}
	.projects__text::before {
		content: '';
		position: absolute;
		top: 60px;
		right: -20px;
		bottom: -20px;
		left: -20px;
		background-color: #fff;
	}
	.projects__heading {
		position: relative;
		margin: 0;
	}
	.projects__paragraph {
		position: relative;
		margin-top: 8px;
	}
	.projects__button {
		position: relative;
		margin-top: 16px;
	}
	.projects__color-strip {
		margin-top: 32px;
	}
}


/**/
/* project */
/**/
.project__item {
	margin-bottom: 160px;
}
.project__pic {
	position: relative;
	margin-left: -60px;
}
.project__pic div {
	height: 595px;
	background-position: 50% 50%;
	background-size: cover;
}
.project__pic::after {
	content: '';
	position: absolute;
	top: 100%;
	right: -15px;
	width: 33%;
	height: 15px;
	background-color: #E1FBBA;
}
.project__pic::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 100%;
	width: 15px;
	height: 66%;
	background-color: #E1FBBA;
}
.project__pic_alt {
	margin: 0;
}
.project__pic_alt div {
	height: 494px;
}
.project__pic_alt::after {
	right: auto;
	left: -15px;
}
.project__pic_alt::before {
	right: 100%;
	left: auto;
}
.project__num {
	font-family: 'Quicksand', 'Proxima Nova', Helvetica, Arial, sans-serif;
	font-size: 45px;
	color: #FF004A;
}
.project__paragraph {
	margin-top: 1em;
}
@media screen and (max-width: 1259px) { /* laptop */
	.project__pic div {
		height: auto;
		padding-top: 82%;
	}
	.project__pic_alt {
		margin-right: -60px;
	}
}
@media screen and (max-width: 1023px) { /* tablet */
	.project__pic {
		margin-left: -30px;
	}
	.project__pic_alt {
		margin-right: -30px;
		margin-left: auto;
	}
	.project__paragraph {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.project__item {
		margin-bottom: 100px;
	}
	.project__pic {
		margin: 0 40px 20px -20px;
	}
	.project__pic::after,
	.project__pic::before {
		display: none;
	}
	.project__pic_alt {
		margin: 0 -20px 20px 40px;
	}
	.project__text {
		margin: 0 20px;
	}
}


/**/
/* sitemap */
/**/
.sitemap {
	padding: 60px 0;
}
.sitemap__item {
	border-top: 1px solid rgba(132,130,143,0.2);
}
.sitemap__item:first-child {
	border-top: none;
}
.sitemap__link {
	display: block;
	padding: 36px 0;
	font-size: 32px;
	line-height: 1.25;
	transition-duration: 0.25s;
}
.sitemap__link:hover {
	color: #0099FF;
}
@media screen and (max-width: 767px) { /* tablet s */
	.sitemap {
		padding: 70px 0;
	}
	.sitemap__link {
		font-size: 24px;
	}
}


/**/
/* faq */
/**/
.faq {
	margin-bottom: 160px;
}
.faq__title {
	margin-top: 280px;
	margin-bottom: 16px;
}
.faq__subtitle {
	margin-right: 10px;
}
.faq__subtitle a {
	color: #0099FF;
}
.faq__subtitle a:hover {
	text-decoration: underline;
}
.faq__item {
	padding: 36px 0;
	border-top: 1px solid rgba(132,130,143,0.2);
	cursor: pointer;
	-webkit-user-select: none;
}
.faq__item:first-child {
	border-top: none;
}
.faq__item_active .faq__arrow {
	transform: scale(1, -1);
}
.faq__item_active .faq__question {
	color: #FF004A;
}
.faq__arrow {
	float: right;
	margin-left: 32px;
	font-size: 14px;
	line-height: 40px;
	color: #0099FF;
	transition-duration: 0.25s;
}
.faq__question {
	overflow: hidden;
	font-size: 32px;
	line-height: 1.25;
	transition-duration: 0.25s;
}
.faq__answer {
	display: none;
	max-width: 660px;
	margin-top: 10px;
}
.faq__still {
	margin-top: 120px;
}
.faq__button {
	margin-top: 40px;
}
.faq__color-strip {
	margin-top: 32px;
}
@media screen and (max-width: 767px) { /* tablet s */
	.faq {
		margin-bottom: 100px;
	}
	.faq__title {
		margin-top: 90px;
		margin-bottom: 8px;
	}
	.faq__subtitle {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.faq__item {
		padding: 26px 0;
	}
	.faq__arrow {
		line-height: 30px;
	}
	.faq__question {
		font-size: 24px;
	}
	.faq__still {
		margin-top: 100px;
	}
	.faq__button {
		margin-top: 32px;
	}
	.faq__color-strip {
		margin-top: 16px;
	}
}


/**/
/* instagram */
/**/
.instagram {
	position: relative;
}
.instagram img {
	display: block;
	width: 100%;
	height: auto;
}


/**/
/* contact */
/**/
.contact {
	position: relative;
}
.contact::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #02BED6;
}
.contact__row {
	margin: 0;
}
.contact__col {
	padding: 0;
}
.contact__main {
	position: relative;
	padding: 60px;
	color: #fff;
}
.contact__title {
	margin-bottom: 20px;
	color: #fff;
}
.contact__subtitle {
	margin-bottom: 80px;
}
.contact__item {
	display: block;
	margin-top: 40px;
}
.contact__icon {
	width: 40px;
	padding-right: 32px;
}
.contact__icon img {
	display: block;
	margin: 0 auto;
}
.contact__form {
	padding: 60px;
}
.contact__input {
	margin-bottom: 30px;
}
.contact__textarea {
	margin-bottom: 20px;
}
.contact__button {
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 1023px) { /* tablet */
	.contact__main {
		padding: 50px 40px;
	}
	.contact__icon {
		padding-right: 20px;
	}
	.contact__form {
		padding: 50px 40px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.contact__main {
		padding: 40px 20px;
	}
	.contact__subtitle {
		margin-bottom: 40px;
	}
	.contact__item {
		margin-top: 30px;
	}
	.contact__form {
		padding: 40px 20px;
	}
	.contact__input {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 599px) { /* mobile */
	.contact::before {
		display: none;
	}
	.contact__main {
		background-color: #02BED6;
	}
}


/**/
/* success */
/**/
.success {
	padding: 60px;
	text-align: center;
}
.success__title {
	margin-bottom: 20px;
}
.success__button {
	margin: 40px auto 0;
}


/**/
/* downloads */
/**/
.downloads__pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}
.downloads__main {
	width: 50%;
	margin-left: auto;
	padding: 60px;
	box-sizing: border-box;
}
.downloads__title {
	margin-bottom: 20px;
}
.downloads__item {
	display: block;
	margin-top: 30px;
	font-family: 'Quicksand', 'Proxima Nova', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 49px;
    font-weight: 700;
    color: #0099FF;
}
.downloads__icon {
	position: relative;
	float: left;
	width: 57px;
	height: 49px;
	margin-right: 40px;
}
.downloads__icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.downloads__arrow {
	float: right;
	width: 49px;
	font-size: 14px;
	line-height: 49px;
	text-align: center;
}
@media screen and (max-width: 1023px) { /* tablet */
	.downloads__pic {
		width: 40%;
	}
	.downloads__main {
		width: 60%;
		padding: 50px;
	}
	.downloads__icon {
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.downloads__main {
		padding: 40px 20px;
	}
	.downloads__title {
		margin-bottom: 15px;
	}
	.downloads__item {
		margin-top: 29px;
		line-height: 33px;
	}
	.downloads__icon {
		width: 38px;
		height: 33px;
	}
	.downloads__icon img {
		max-width: 100%;
		max-height: 100%;
	}
	.downloads__arrow {
		width: 33px;
		line-height: 33px;
	}
}
@media screen and (max-width: 599px) { /* mobile */
	.downloads__pic {
		display: none;
	}
	.downloads__main {
		width: auto;
	}
}


/**/
/* press */
/**/
.press {
	position: relative;
}
.press::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
}
.press__row {
	margin: 0;
}
.press__col {
	padding: 0;
}
.press__cover {
	position: relative;
	padding: 60px;
	color: #fff;
}
.press__title {
	color: #fff;
}
.press__subtitle {
	margin-bottom: 60px;
}
.press__paragraph {
	margin-top: 1em;
	font-size: 16px;
}
.press__paragraph strong {
	font-weight: 700;
}
.press__button {
	max-width: 280px;
	margin-top: 40px;
	border-color: #fff;
	background-color: transparent;
	box-shadow: none;
}
.press__button:focus {
	box-shadow: none;
}
.press__button:hover {
	border-color: #fff;
	background-color: #fff;
	box-shadow: none;
	color: #007EFF;
}
.press__main {
	position: relative;
	padding: 60px;
}
.press__main::after {
	content: '';
	position: absolute;
	top: 60px;
	right: 60px;
	width: 48px;
	height: 43px;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	pointer-events: none;
}
.press__tabs {
	position: relative;
	overflow: auto;
	font-size: 27px;
}
.press__tabs::-webkit-scrollbar {
    display: none;
}
.press__tabs a {
	display: block;
	padding-bottom: 16px;
	color: rgba(45,61,86,0.2);
	transition-duration: 0.25s;
}
.press__tabs .tbl {
	width: auto;
}
.press__tabs .tcl {
	padding-right: 20px;
	border-bottom: 1px solid #D8D8D8;
}
.press__tabs .active {
	box-shadow: inset 0 -1px #FF004A, 0 1px #FF004A;
	border-bottom-color: #FF004A;
	color: rgba(45,61,86,1);
}
.press__target {
	display: none;
}
.press__target_active {
	display: block;
}
.press__item {
	position: relative;
	display: block;
	margin-top: 48px;
	padding: 0 48px 0 88px;
}
.press__logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
}
.press__logo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.press__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	color: #0099FF;
}
.press__heading {
	display: block;
	overflow: hidden;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 1023px) { /* tablet */
	.press__cover {
		padding: 50px;
	}
	.press__main {
		padding: 50px;
	}
	.press__main::after {
		top: 50px;
		right: 50px;
	}
	.press__item {
		padding-left: 68px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.press::before {
		display: none;
	}
	.press__cover {
		padding: 40px 20px;
		background-size: cover;
	}
	.press__subtitle {
		margin-bottom: 40px;
	}
	.press__paragraph {
		margin-top: 8px;
	}
	.press__button {
		margin-top: 20px;
		color: #fff;
	}
	.press__main {
		padding: 40px 20px;
	}
	.press__main::after {
		top: 40px;
		right: 20px;
	}
	.press__item {
		margin-top: 32px;
	}
}


/**/
/* separator */
/**/
.separator {
	margin: -40px 0 120px;
	text-align: center;
	font-size: 14px;
	color: #0099FF;
}
@media screen and (max-width: 767px) { /* tablet s */
	.separator {
		margin-bottom: 60px;
	}
}


/**/
/* back to top */
/**/
.back-to-top {
	margin-bottom: 64px;
}
.back-to-top .right {
	float: right;
}
.back-to-top .right span {
	margin-right: 12px;
	margin-left: 0;
}
@media screen and (max-width: 767px) { /* tablet s */
	.back-to-top {
		display: none;
	}
}


/**/
/* popup */
/**/
.popup {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
	overflow: auto;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.375s;
}
.popup_active {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.popup__grid {
	max-width: 1128px;
	margin: 0 auto;
	border-right-width: 0;
	border-left-width: 0;
}
.popup__grid_s {
	max-width: 564px;
}
.popup__window {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
}
.popup__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 53px;
}
.popup__close img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media screen and (max-width: 1023px) { /* tablet */
	.popup__grid {
		max-width: 708px;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.popup {
		padding: 20px;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.popup {
		padding: 0;
	}
}



.tos-popup .success__subtitle.paragraph {
	text-align: left;
}

.tos-popup strong {
	font-weight: 600;
}

.tos-popup p {
	margin-bottom: 20px;
}

#feedback-form div.error {
	position: absolute;
	bottom: -20px;
	font-size: 13px;
	color: #f00;
}

i.green-status {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 5px 0 0 3px;
    border-radius: 50%;
    background-color: #23FFC1!important;
}

i.red-status {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 5px 0 0 3px;
    border-radius: 50%;
    background-color: #f00!important;
}
