@font-face {
	font-family: "Euclid Flex";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/euclidflex-regular.woff2) format("woff2"), url(../fonts/euclidflex-regular.woff) format("woff"), url(../fonts/euclidflex-regular.eot?) format("eot")
}
@font-face {
	font-family: "Euclid Flex";
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/euclidflex-semibold.woff2) format("woff2"), url(../fonts/euclidflex-semibold.woff) format("woff"), url(../fonts/euclidflex-semibold.eot?) format("eot")
}
@font-face {
	font-family: "Euclid Flex";
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/euclidflex-bold.woff2) format("woff2"), url(../fonts/euclidflex-bold.woff) format("woff"), url(../fonts/euclidflex-bold.eot?) format("eot")
}
* {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	width: 100%;
	height: 100%;
	cursor: default
}
body {
	font: normal 14px/1.5 "Euclid Flex", sans-serif;
	color: #000;
	background: #fff
}
html._mobile body {
	-webkit-text-size-adjust: 100%
}
fieldset, img {
	border: 0
}
fieldset legend {
	display: none
}
li, ul {
	list-style-type: none
}
img {
	vertical-align: top
}
a {
	color: inherit
}
table {
	border: 0;
	border-collapse: collapse
}
table td {
	padding: 0;
	vertical-align: top
}
input, select, textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type=number] {
	-moz-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	display: none
}
input[type=search] {
	-webkit-appearance: textfield
}
::-moz-selection {
	background: #5f5f5f;
	color: #fff;
	text-shadow: none
}
::selection {
	background: #5f5f5f;
	color: #fff;
	text-shadow: none
}
::-moz-selection {
	background: #5f5f5f;
	color: #fff;
	text-shadow: none
}
#__bs_notify__ {
	padding: 2px!important;
	font-size: 10px!important;
	opacity: .75;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}
a[href^=tel] {
	color: inherit;
	text-decoration: none
}
button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0
}
video {
	opacity: 0
}
.clearfix:after, .row:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0
}
.invisible-container {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1
}
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.no-pe {
	pointer-events: none
}
.static-text p {
	margin-bottom: 1.4em
}
.static-text img {
	max-width: 100%
}
@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes rotating {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.animated, .button, .transition-active {
	-webkit-transition: color .4s ease-out, background .4s ease-out, border-color .4s ease-out;
	-o-transition: color .4s ease-out, background .4s ease-out, border-color .4s ease-out;
	transition: color .4s ease-out, background .4s ease-out, border-color .4s ease-out
}
.animated:hover, .button:hover, .transition-hover {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.force3D {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.wrapper {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
svg {
	display: block;
	width: 100%;
	height: 100%
}
@-webkit-keyframes zoom-min {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes zoom-min {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes zoom-max {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.06);
		transform: scale(1.06)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes zoom-max {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.06);
		transform: scale(1.06)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes beam {
	0% {
		-webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
		clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
		opacity: 1
	}
	50% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
		clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0)
	}
	100% {
		opacity: 0
	}
}
@keyframes beam {
	0% {
		-webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
		clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
		opacity: 1
	}
	50% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
		clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0)
	}
	100% {
		opacity: 0
	}
}
._fade-down {
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	opacity: 0;
	-webkit-transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
	transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
	-o-transition: transform .35s ease-out, opacity .35s ease-out;
	transition: transform .35s ease-out, opacity .35s ease-out;
	transition: transform .35s ease-out, opacity .35s ease-out, -webkit-transform .35s ease-out
}
._fade-left {
	-webkit-transform: translate(20px, 0);
	-ms-transform: translate(20px, 0);
	transform: translate(20px, 0);
	opacity: 0;
	-webkit-transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
	transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
	-o-transition: transform .35s ease-out, opacity .35s ease-out;
	transition: transform .35s ease-out, opacity .35s ease-out;
	transition: transform .35s ease-out, opacity .35s ease-out, -webkit-transform .35s ease-out
}
._fade-right {
	-webkit-transform: translate(-20px, 0);
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	opacity: 0;
	-webkit-transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
	transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
	-o-transition: transform .35s ease-out, opacity .35s ease-out;
	transition: transform .35s ease-out, opacity .35s ease-out;
	transition: transform .35s ease-out, opacity .35s ease-out, -webkit-transform .35s ease-out
}
._fade {
	opacity: 0;
	-webkit-transition: opacity .35s ease-out;
	-o-transition: opacity .35s ease-out;
	transition: opacity .35s ease-out
}
._animated {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1
}
._visible {
	opacity: 1
}
._slide-right {
	-webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
	clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
	-webkit-transition: -webkit-clip-path .5s ease-out;
	transition: -webkit-clip-path .5s ease-out;
	-o-transition: clip-path .5s ease-out;
	transition: clip-path .5s ease-out;
	transition: clip-path .5s ease-out, -webkit-clip-path .5s ease-out
}

._slide-left {
	-webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
	clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
	-webkit-transition: -webkit-clip-path .5s ease-out;
	transition: -webkit-clip-path .5s ease-out;
	-o-transition: clip-path .5s ease-out;
	transition: clip-path .5s ease-out;
	transition: clip-path .5s ease-out, -webkit-clip-path .5s ease-out
}
._slide-up {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	-webkit-transition: -webkit-clip-path .5s ease-out;
	transition: -webkit-clip-path .5s ease-out;
	-o-transition: clip-path .5s ease-out;
	transition: clip-path .5s ease-out;
	transition: clip-path .5s ease-out, -webkit-clip-path .5s ease-out
}
._slide-started {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
	clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0)
}
._zero-ease {
	-webkit-transition-duration: 0s!important;
	-o-transition-duration: 0s!important;
	transition-duration: 0s!important
}
.nav__link:not(._copyright) {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: -4px
}
.nav__link:not(._copyright):before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	will-change: transform;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform .25s cubic-bezier(.25, .46, .45, .94);
	-o-transition: transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94), -webkit-transform .25s cubic-bezier(.25, .46, .45, .94)
}
._active.nav__link:not(._copyright):before, ._desktop .nav__link:not(._copyright):hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-delay: 70ms;
	-o-transition-delay: 70ms;
	transition-delay: 70ms
}
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100%
}
.wrapper__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.container {
	max-width: 576px;
	margin: auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0 24px
}
@media only screen and (min-width:1000px) {
	.container {
		max-width: 768px
	}
}
@media only screen and (min-width:1400px) {
	.container {
		max-width: 1080px
	}
}
@media only screen and (max-width:766px) {
	.container._wide-sm {
		max-width: initial
	}
}
.row {
	position: relative;
	margin-left: -12px;
	margin-right: -12px
}
@media only screen and (max-width:1400px) {
	.row {
		margin-left: -12px;
		margin-right: -12px
	}
}
@media only screen and (max-width:1000px) {
	.row {
		margin-left: -12px;
		margin-right: -12px
	}
}
@media only screen and (max-width:767px) {
	.row {
		margin-left: -12px;
		margin-right: -12px
	}
}
.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.col-lg-1 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-2 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-3 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-4 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-5 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-6 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-7 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-8 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-9 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-10 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-11 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-12 {
	padding-left: 12px;
	padding-right: 12px
}
.col-lg-1 {
	display: block;
	float: left;
	width: 8.33333%
}
.col-lg-2 {
	display: block;
	float: left;
	width: 16.66667%
}
.col-lg-3 {
	display: block;
	float: left;
	width: 25%
}
.col-lg-4 {
	display: block;
	float: left;
	width: 33.33333%
}
.col-lg-5 {
	display: block;
	float: left;
	width: 41.66667%
}
.col-lg-6 {
	display: block;
	float: left;
	width: 50%
}
.col-lg-7 {
	display: block;
	float: left;
	width: 58.33333%
}
.col-lg-8 {
	display: block;
	float: left;
	width: 66.66667%
}
.col-lg-9 {
	display: block;
	float: left;
	width: 75%
}
.col-lg-10 {
	display: block;
	float: left;
	width: 83.33333%
}
.col-lg-11 {
	display: block;
	float: left;
	width: 91.66667%
}
.col-lg-12 {
	display: block;
	float: left;
	width: 100%
}
@media only screen and (max-width:1400px) {
	.col-md-1 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-2 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-3 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-4 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-5 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-6 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-7 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-8 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-9 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-10 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-11 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-12 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-md-1 {
		display: block;
		float: left;
		width: 8.33333%
	}
	.col-md-2 {
		display: block;
		float: left;
		width: 16.66667%
	}
	.col-md-3 {
		display: block;
		float: left;
		width: 25%
	}
	.col-md-4 {
		display: block;
		float: left;
		width: 33.33333%
	}
	.col-md-5 {
		display: block;
		float: left;
		width: 41.66667%
	}
	.col-md-6 {
		display: block;
		float: left;
		width: 50%
	}
	.col-md-7 {
		display: block;
		float: left;
		width: 58.33333%
	}
	.col-md-8 {
		display: block;
		float: left;
		width: 66.66667%
	}
	.col-md-9 {
		display: block;
		float: left;
		width: 75%
	}
	.col-md-10 {
		display: block;
		float: left;
		width: 83.33333%
	}
	.col-md-11 {
		display: block;
		float: left;
		width: 91.66667%
	}
	.col-md-12 {
		display: block;
		float: left;
		width: 100%
	}
}
@media only screen and (max-width:1000px) {
	.col-sm-1 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-2 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-3 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-4 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-5 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-6 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-7 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-8 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-9 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-10 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-11 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-12 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-sm-1 {
		display: block;
		float: left;
		width: 8.33333%
	}
	.col-sm-2 {
		display: block;
		float: left;
		width: 16.66667%
	}
	.col-sm-3 {
		display: block;
		float: left;
		width: 25%
	}
	.col-sm-4 {
		display: block;
		float: left;
		width: 33.33333%
	}
	.col-sm-5 {
		display: block;
		float: left;
		width: 41.66667%
	}
	.col-sm-6 {
		display: block;
		float: left;
		width: 50%
	}
	.col-sm-7 {
		display: block;
		float: left;
		width: 58.33333%
	}
	.col-sm-8 {
		display: block;
		float: left;
		width: 66.66667%
	}
	.col-sm-9 {
		display: block;
		float: left;
		width: 75%
	}
	.col-sm-10 {
		display: block;
		float: left;
		width: 83.33333%
	}
	.col-sm-11 {
		display: block;
		float: left;
		width: 91.66667%
	}
	.col-sm-12 {
		display: block;
		float: left;
		width: 100%
	}
}
@media only screen and (max-width:767px) {
	.col-xs-1 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-2 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-3 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-4 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-5 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-6 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-7 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-8 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-9 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-10 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-11 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-12 {
		padding-right: 12px;
		padding-left: 12px
	}
	.col-xs-1 {
		display: block;
		float: left;
		width: 8.33333%
	}
	.col-xs-2 {
		display: block;
		float: left;
		width: 16.66667%
	}
	.col-xs-3 {
		display: block;
		float: left;
		width: 25%
	}
	.col-xs-4 {
		display: block;
		float: left;
		width: 33.33333%
	}
	.col-xs-5 {
		display: block;
		float: left;
		width: 41.66667%
	}
	.col-xs-6 {
		display: block;
		float: left;
		width: 50%
	}
	.col-xs-7 {
		display: block;
		float: left;
		width: 58.33333%
	}
	.col-xs-8 {
		display: block;
		float: left;
		width: 66.66667%
	}
	.col-xs-9 {
		display: block;
		float: left;
		width: 75%
	}
	.col-xs-10 {
		display: block;
		float: left;
		width: 83.33333%
	}
	.col-xs-11 {
		display: block;
		float: left;
		width: 91.66667%
	}
	.col-xs-12 {
		display: block;
		float: left;
		width: 100%
	}
}
.offset-lg-0 {
	margin-left: 0
}
.offset-lg-1 {
	margin-left: 8.33333%
}
.offset-lg-2 {
	margin-left: 16.66667%
}
.offset-lg-3 {
	margin-left: 25%
}
.offset-lg-4 {
	margin-left: 33.33333%
}
.offset-lg-5 {
	margin-left: 41.66667%
}
.offset-lg-6 {
	margin-left: 50%
}
.offset-lg-7 {
	margin-left: 58.33333%
}
.offset-lg-8 {
	margin-left: 66.66667%
}
.offset-lg-9 {
	margin-left: 75%
}
.offset-lg-10 {
	margin-left: 83.33333%
}
.offset-lg-11 {
	margin-left: 91.66667%
}
.offset-lg-12 {
	margin-left: 100%
}
@media only screen and (max-width:1400px) {
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
	.offset-md-12 {
		margin-left: 100%
	}
}
@media only screen and (max-width:1000px) {
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
	.offset-sm-12 {
		margin-left: 100%
	}
}
@media only screen and (max-width:767px) {
	.offset-xs-0 {
		margin-left: 0
	}
	.offset-xs-1 {
		margin-left: 8.33333%
	}
	.offset-xs-2 {
		margin-left: 16.66667%
	}
	.offset-xs-3 {
		margin-left: 25%
	}
	.offset-xs-4 {
		margin-left: 33.33333%
	}
	.offset-xs-5 {
		margin-left: 41.66667%
	}
	.offset-xs-6 {
		margin-left: 50%
	}
	.offset-xs-7 {
		margin-left: 58.33333%
	}
	.offset-xs-8 {
		margin-left: 66.66667%
	}
	.offset-xs-9 {
		margin-left: 75%
	}
	.offset-xs-10 {
		margin-left: 83.33333%
	}
	.offset-xs-11 {
		margin-left: 91.66667%
	}
	.offset-xs-12 {
		margin-left: 100%
	}
}
@media only screen and (max-width:767px) {
	.hidden-xs {
		display: none
	}
}
.visible-xs {
	display: none
}
@media only screen and (max-width:767px) {
	.visible-xs {
		display: block
	}
}
.intro-text__title, .like-h1, h1 {
	margin: 0 0 .6em;
	font-size: 28px;
	line-height: 1;
	font-weight: 700
}
@media only screen and (min-width:1000px) {
	.intro-text__title, .like-h1, h1 {
		font-size: 32px;
		line-height: 1;
		font-weight: 700
	}
}
@media only screen and (min-width:1400px) {
	.intro-text__title, .like-h1, h1 {
		font-size: 32px;
		line-height: 1.1;
		letter-spacing: -1px
	}
}
.advantage__title, .like-h2, .review__title, .section-page__title, .text-content__title, h2 {
	margin: 0 0 .65em;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700
}
@media only screen and (min-width:1000px) {
	.advantage__title, .like-h2, .review__title, .section-page__title, .text-content__title, h2 {
		font-size: 38px;
		line-height: 1.1
	}
}
@media only screen and (min-width:1400px) {
	.advantage__title, .like-h2, .review__title, .section-page__title, .text-content__title, h2 {
		font-size: 48px;
		line-height: 1.2
	}
}
.like-h3, h3 {
	margin: 0 0 .95em;
	font-size: 21px;
	line-height: 1.5;
	font-weight: 400
}
@media only screen and (min-width:1000px) {
	.like-h3, h3 {
		font-size: 28px;
		line-height: 1.5
	}
}
@media only screen and (min-width:1400px) {
	.like-h3, h3 {
		font-size: 26px;
		line-height: 1.4;
		font-weight: 700
	}
}
.like-h4, .recommendation__title, .team__title, h4 {
	margin: 0 0 .95em;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700
}
@media only screen and (min-width:1000px) {
	.like-h4, .recommendation__title, .team__title, h4 {
		font-size: 24px;
		line-height: 1.2
	}
}
@media only screen and (min-width:1400px) {
	.like-h4, .recommendation__title, .team__title, h4 {
		font-size: 26px;
		line-height: 1.2
	}
}
.intro-text__subtitle, .like-h5, .popup-success__title, h5 {
	margin: 0 0 1em;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400
}
@media only screen and (min-width:1000px) {
	.intro-text__subtitle, .like-h5, .popup-success__title, h5 {
		font-size: 22px;
		line-height: 1.5
	}
}
@media only screen and (min-width:1400px) {
	.intro-text__subtitle, .like-h5, .popup-success__title, h5 {
		font-size: 22px;
		line-height: 1.5
	}
}
.like-h6, h6 {
	margin: 0 0 1em;
	font-size: 12px;
	line-height: 2;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}
.like-p, p {
	margin: 1em 0
}
.like-p:first-child, p:first-child {
	margin-top: 0
}
.like-p:last-child, p:last-child {
	margin-bottom: 0
}
.advantage__subtitle, .advantage__text, .popup-success__subtitle, .recommendation__text, .review__content, .section-page__subtitle, .team__subtitle, .text-content__text {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400
}
@media only screen and (min-width:1000px) {
	.advantage__subtitle, .advantage__text, .popup-success__subtitle, .recommendation__text, .review__content, .section-page__subtitle, .team__subtitle, .text-content__text {
		font-size: 16px;
		line-height: 1.5
	}
}
@media only screen and (min-width:1400px) {
	.advantage__subtitle, .advantage__text, .popup-success__subtitle, .recommendation__text, .review__content, .section-page__subtitle, .team__subtitle, .text-content__text {
		font-size: 22px;
		line-height: 1.5
	}
}
.advantage__icon-title, .advantage__time, .product__nav-text {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400
}
@media only screen and (min-width:1000px) {
	.advantage__icon-title, .advantage__time, .product__nav-text {
		font-size: 14px;
		line-height: 1.4
	}
}
@media only screen and (min-width:1400px) {
	.advantage__icon-title, .advantage__time, .product__nav-text {
		font-size: 15px;
		line-height: 1.6
	}
}
.review__name {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 600
}
@media only screen and (min-width:1000px) {
	.review__name {
		font-size: 15px;
		line-height: 1.6
	}
}
.button {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}
@media only screen and (min-width:1000px) {
	.button {
		font-size: 13px;
		line-height: 1.5
	}
}
@media only screen and (min-width:1400px) {
	.button {
		font-size: 14px;
		line-height: 1.4
	}
}
.form__info {
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400
}
.text-accent {
	color: #25b088
}
.header {
	padding: 16px 0;
	background-color: #fff
}
.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 672px
}
@media only screen and (min-width:1000px) {
	.header__container {
		max-width: 896px
	}
}
@media only screen and (min-width:1400px) {
	.header__container {
		max-width: 1200px
	}
}
@media only screen and (max-width:766px) {
	.header__container {
		max-width: 576px
	}
}
@media only screen and (min-width:767px) {
	.header {
		padding: 31px 0;
		background-color: transparent
	}
	.header._absolute {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10
	}
}
.logo {
	position: relative;
	z-index: 130
}
.logo__link {
	display: block;
	width: 278px
}
.logo__icon {
	fill: #14e2ac
}
.logo__text {
	fill: #07446b
}
.logo._white .logo__icon, .logo._white .logo__text {
	fill: #fff
}
._popup-opened:not(._popup-opened-menu) .logo {
	z-index: 30
}
@media only screen and (max-width:766px) {
	.logo._footer {
		margin-bottom: 45px
	}
}
.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.navbar__inner._header {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 120;
	top: 0;
	left: 0;
	padding: 153px 44px 44px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	will-change: transform
}
@media only screen and (min-width:1400px) {
	.navbar__inner._header {
		position: static;
		display: block!important;
		padding: 0;
		width: auto;
		height: auto;
		background-color: transparent;
		opacity: 1!important;
		visibility: visible!important;
		-webkit-transform: none!important;
		-ms-transform: none!important;
		transform: none!important
	}
}
@media only screen and (max-width:766px) {
	.navbar._footer {
		display: block
	}
}
.nav {
	max-width: 576px;
	margin: auto
}
.nav__item {
	margin-bottom: 24px
}
.nav__item:last-child {
	margin-bottom: 0
}
.nav__link {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	text-decoration: none
}
.nav__link._active {
	pointer-events: none
}
.nav__link._copyright {
	display: inline-block;
	vertical-align: baseline
}
.nav__link:not(._copyright) {
	cursor: pointer
}
.nav._footer .nav__item {
	margin-bottom: 24px
}
.nav._footer .nav__item:last-child {
	margin-bottom: 0
}
@media only screen and (min-width:767px) {
	.nav {
		max-width: 672px
	}
	.nav._footer {
		max-width: initial;
		margin: 0
	}
	.nav._footer .nav__item {
		margin-bottom: 0;
		margin-left: 25px
	}
	.nav._footer .nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media only screen and (min-width:1000px) {
	.nav {
		max-width: 896px
	}
	.nav._footer .nav__item {
		margin-left: 32px
	}
}
@media only screen and (min-width:1400px) {
	.nav {
		max-width: initial;
		margin: 0
	}
	.nav__item {
		margin-bottom: 0;
		margin-left: 33px
	}
	.nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media only screen and (max-width:1399px) {
	.nav._header .nav__item {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@media only screen and (max-width:999px) {
	.nav._footer .nav__link {
		font-size: 14px;
		line-height: 1.4;
		font-weight: 600
	}
}
.burger {
	position: relative;
	width: 20px;
	height: 14px;
	cursor: pointer;
	z-index: 130
}
.burger:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}
.burger__inner {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 20px;
	height: 2px;
	background-color: #000
}
.burger__inner:after {
	top: -6px
}
.burger__inner:before {
	bottom: -6px;
	right: 0
}
.burger__inner:after, .burger__inner:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	-webkit-transition: top .2s ease-out, bottom .2s ease-out, -webkit-transform .2s ease-out;
	transition: top .2s ease-out, bottom .2s ease-out, -webkit-transform .2s ease-out;
	-o-transition: top .2s ease-out, bottom .2s ease-out, transform .2s ease-out;
	transition: top .2s ease-out, bottom .2s ease-out, transform .2s ease-out;
	transition: top .2s ease-out, bottom .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
	background-color: #000;
	will-change: transform
}
._popup-opened:not(._popup-opened-menu) .burger {
	z-index: 30
}
._popup-opened-menu .burger__inner {
	background-color: transparent
}
._popup-opened-menu .burger__inner:after, ._popup-opened-menu .burger__inner:before {
	top: 0;
	bottom: 0
}
._popup-opened-menu .burger__inner:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
._popup-opened-menu .burger__inner:before {
	width: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
@media only screen and (min-width:1400px) {
	.burger {
		display: none
	}
}
.i-select, .i-text, .i-textarea {
	font-family: "Euclid Flex", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	color: #000;
	-webkit-transition: border-color .35s ease-out;
	-o-transition: border-color .35s ease-out;
	transition: border-color .35s ease-out
}
.i-select::-webkit-input-placeholder, .i-text::-webkit-input-placeholder, .i-textarea::-webkit-input-placeholder {
	font-family: "Euclid Flex", sans-serif;
	font-weight: 400;
	opacity: 1;
	color: #a9a9a9
}
.i-select::-moz-placeholder, .i-text::-moz-placeholder, .i-textarea::-moz-placeholder {
	font-family: "Euclid Flex", sans-serif;
	font-weight: 400;
	opacity: 1;
	color: #a9a9a9
}
.i-select:-ms-input-placeholder, .i-text:-ms-input-placeholder, .i-textarea:-ms-input-placeholder {
	font-family: "Euclid Flex", sans-serif;
	font-weight: 400;
	opacity: 1;
	color: #a9a9a9
}
.i-select::-ms-input-placeholder, .i-text::-ms-input-placeholder, .i-textarea::-ms-input-placeholder {
	font-family: "Euclid Flex", sans-serif;
	font-weight: 400;
	opacity: 1;
	color: #a9a9a9
}
.i-select::placeholder, .i-text::placeholder, .i-textarea::placeholder {
	font-family: "Euclid Flex", sans-serif;
	font-weight: 400;
	opacity: 1;
	color: #a9a9a9
}
.i-select:focus, .i-text:focus, .i-textarea:focus {
	outline: 0;
	border-color: #000;
	-webkit-transition: border-color .15s ease-out;
	-o-transition: border-color .15s ease-out;
	transition: border-color .15s ease-out
}
._error.i-select, ._error.i-text, ._error.i-textarea {
	border-color: #fe5252;
	background-color: rgba(237, 44, 55, .02)
}
.i-text {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 12px;
	-webkit-appearance: none
}
.i-select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 12px
}
.i-textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100px;
	resize: vertical;
	padding: 5px 12px;
	overflow: auto
}
.i-radio {
	position: relative
}
.i-checkbox {
	position: relative
}
.submit {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.submit input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	-webkit-appearance: button
}
.error-text {
	font-size: 13px;
	line-height: 1.2;
	color: #fe5252;
	margin-top: 7px
}
label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.popups-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
	overflow: auto;
	white-space: nowrap;
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.popups-wrapper:before {
	display: inline-block;
	position: relative;
	content: '';
	width: 0;
	height: 100%;
	vertical-align: middle
}
.popups-wrapper__content {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	font-size: 14px
}
@media only screen and (min-width:767px) {
	.popups-wrapper {
		background: rgba(0, 0, 0, .6)
	}
	.popups-wrapper__content {
		width: auto;
		height: auto;
		padding: 20px 0
	}
}
._popup-opened-menu .popups-wrapper {
	display: none!important
}
.popup {
	position: relative;
	width: 100%;
	min-height: 100%;
	max-width: 100%;
	padding: 30px 24px 24px;
	background: #fff;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
	overflow: hidden;
	will-change: transform
}
.popup__close {
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 14px;
	cursor: pointer;
	fill: #000;
	border: 24px solid transparent;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	will-change: transform
}
@media only screen and (min-width:767px) {
	.popup {
		padding: 30px 48px 48px;
		width: 566px;
		min-height: initial
	}
}
.popup-success {
	padding: 80px 24px
}
.popup-success__logo {
	width: 40px;
	height: 40px;
	margin: 0 auto 28px auto
}
.popup-success__title {
	margin-bottom: 0
}
.popup-success__subtitle {
	color: #716e70
}
.popup-success__content {
	text-align: center
}
.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-decoration: none;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	padding: 15px 23px 14px
}
.button._secondary {
	color: #fff;
	background-color: #000
}
.button._secondary .button__icon {
	fill: #fff
}
.button._primary {
	background-color: #2de0ac;
	color: #000
}
.button._transparent {
	color: #2de0ac
}
.button._transparent._arrow {
	padding-left: 58px
}
.button._transparent._arrow .button__icon {
	left: 12px
}
.button._transparent .button__icon {
	fill: #2de0ac
}
.button._transparent-secondary {
	color: #000
}
.button._transparent-secondary._arrow {
	padding-left: 58px
}
.button._transparent-secondary._arrow .button__icon {
	left: 12px
}
.button._transparent-secondary .button__icon {
	fill: #000
}
.button._large, .button._medium {
	padding: 23px 58px 22px
}
.button._arrow {
	padding-left: 81px
}
.button._arrow .button__icon {
	position: absolute;
	left: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 11px;
	height: 16px;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	-o-transition: transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out
}
.button._arrow .button__text {
	display: block;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	-o-transition: transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out
}
.button._wide {
	width: 100%
}
._desktop .button._primary:hover {
	background-color: #00d39a
}
._desktop .button._primary:active, ._desktop .button._primary:focus {
	background-color: #00c18d
}
._desktop .button._arrow:hover .button__icon {
	-webkit-transform: translateX(-7px);
	-ms-transform: translateX(-7px);
	transform: translateX(-7px);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
._desktop .button._arrow:hover .button__text {
	-webkit-transform: translateX(7px);
	-ms-transform: translateX(7px);
	transform: translateX(7px);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
@media only screen and (max-width:370px) {
	.button._large, .button._medium {
		padding-left: 48px;
		padding-right: 48px
	}
	.button._arrow {
		padding-left: 81px
	}
}
@media only screen and (min-width:1400px) {
	.button._large {
		padding-top: 35px;
		padding-bottom: 34px
	}
}
.section {
	padding: 64px 0
}
.section._dark {
	background-color: #141615;
	color: #fff
}
.section._grey {
	background-color: #efefef
}
@media only screen and (min-width:767px) {
	.section {
		padding: 70px 0
	}
}
@media only screen and (min-width:1000px) {
	.section {
		padding: 94px 0
	}
}
@media only screen and (min-width:1400px) {
	.section {
		padding: 100px 0
	}
}
@media only screen and (min-width:767px) {
	.section-intro {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.section-advantages {
	overflow: hidden
}
@media only screen and (min-width:767px) {
	.section-advantages {
		padding: 96px 0 0 0
	}
	.section-advantages__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 96px
	}
}
@media only screen and (min-width:1000px) {
	.section-advantages {
		padding: 128px 0 0 0
	}
	.section-advantages__row {
		margin-bottom: 0
	}
}
@media only screen and (min-width:1400px) {
	.section-advantages {
		padding: 180px 0 0 0
	}

	.section-advantages__row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.section-team {
	padding-bottom: 0
}
@media only screen and (min-width:767px) {
	.section-team {
		padding-bottom: 67px
	}
}
@media only screen and (min-width:1000px) {
	.section-team {
		padding-bottom: 120px
	}
}
@media only screen and (min-width:1400px) {
	.section-team {
		padding-bottom: 290px
	}
}
.section-product {
	padding-bottom: 74px
}
@media only screen and (min-width:767px) {
	.section-product {
		padding-bottom: 40px
	}
}
@media only screen and (min-width:1000px) {
	.section-product {
		padding-bottom: 80px
	}
}
.section-about {
	padding-bottom: 80px
}
@media only screen and (min-width:767px) {
	.section-about {
		padding: 96px 0 80px 0
	}
}
@media only screen and (min-width:1000px) {
	.section-about {
		padding: 128px 0 125px 0
	}
}
@media only screen and (min-width:1400px) {
	.section-about {
		padding: 180px 0
	}
}
.section-page {
	padding: 50px 0 64px 0
}
.section-page__container {
	max-width: 540px;
	margin: auto
}
.section-page__title {
	margin-bottom: 45px;
	text-align: center
}
.section-page__title._v2 {
	margin-bottom: 25px
}
.section-page__subtitle {
	max-width: 320px;
	margin: 0 auto 60px auto;
	text-align: center
}
.section-page._v2 {
	padding-bottom: 0
}
@media only screen and (min-width:767px) {
	.section-page {
		padding: 154px 0
	}
	.section-page._v2 {
		padding-bottom: 64px
	}
}
@media only screen and (min-width:1000px) {
	.section-page__title {
		margin-bottom: 77px
	}
	.section-page__subtitle {
		max-width: 350px
	}
}
@media only screen and (min-width:1400px) {
	.section-page__title._v2 {
		margin-bottom: 15px
	}
	.section-page__subtitle {
		max-width: 580px;
		margin-bottom: 80px
	}
	.section-page._v2 {
		padding-bottom: 106px
	}
}
.intro-text {
	background-color: transparent;
	padding: 61px 24px 64px 24px;
	-webkit-transition: -webkit-clip-path .7s ease-out;
	transition: -webkit-clip-path .7s ease-out;
	-o-transition: clip-path .7s ease-out;
	transition: clip-path .7s ease-out;
	transition: clip-path .7s ease-out, -webkit-clip-path .7s ease-out
}
.intro-text__title {
	margin-bottom: 38px
}
.intro-text__subtitle {
	margin-bottom: 52px
}
.intro-text__button {
	-webkit-transition: -webkit-clip-path .35s ease-out;
	transition: -webkit-clip-path .35s ease-out;
	-o-transition: clip-path .35s ease-out;
	transition: clip-path .35s ease-out;
	transition: clip-path .35s ease-out, -webkit-clip-path .35s ease-out
}
@media only screen and (max-width:766px) {
	.intro-text__container {
		max-width: 576px;
		margin: auto
	}
}
@media only screen and (min-width:767px) {
	.intro-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(50% + 96px);
		margin-left: -96px;
		padding: 108px 24px 108px 140px
	}
	.intro-text__container {
		max-width: 300px
	}
	.intro-text__title {
		margin-bottom: 22px
	}
	.intro-text__subtitle {
		margin-bottom: 30px
	}
}
@media only screen and (min-width:1000px) {
	.intro-text {
		width: calc(50% + 128px);
		margin-left: -128px;
		padding: 96px 24px 96px 210px
	}
	.intro-text__container {
		max-width: 450px
	}
	.intro-text__title {
		margin-bottom: 34px
	}
	.intro-text__subtitle {
		margin-bottom: 52px
	}
}
@media only screen and (min-width:1000px) and (orientation:landscape) {
	.intro-text {
		min-height: 100vh
	}
}
@media only screen and (min-width:1400px) {
	.intro-text {
		width: calc(50% + 180px);
		margin-left: -180px;
		padding: 120px 24px 120px 275px
	}
	.intro-text__container {
		max-width: 680px
	}
	.intro-text__title {
		margin-bottom: 41px
	}
	.intro-text__subtitle {
		margin-bottom: 70px
	}
}
.intro-media__container {
	position: relative;

	overflow: hidden;
	background: url(../img/side.jpg) center no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-clip-path .7s ease-out;
	transition: -webkit-clip-path .7s ease-out;
	-o-transition: clip-path .7s ease-out;
	transition: clip-path .7s ease-out;
	transition: clip-path .7s ease-out, -webkit-clip-path .7s ease-out
}
.intro-media__container:before {
	content: '';
	display: block;
	padding-bottom: 100%
}
.intro-media__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
@media only screen and (min-width:767px) {
	.intro-media {
		position: relative;
		z-index: 1;
		width: 50%;
		padding-top: 108px;
		padding-bottom: 108px
	}
}
@media only screen and (min-width:1000px) {
	.intro-media {
		padding-top: 96px;
		padding-bottom: 96px
	}
}
@media only screen and (min-width:1000px) and (orientation:landscape) {
	.intro-media {
		-ms-flex-item-align: center;
		align-self: center;
		padding-top: 86px;
		padding-bottom: 86px
	}
	.intro-media__container {
		height: 76.5vh
	}
}
.review {
	max-width: 230px;
	margin-bottom: 64px;
	margin-left: 16px
}
.review__title {
	margin-bottom: 27px
}
.review__content {
	margin-bottom: 20px
}
.review__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.review__photo {
	width: 64px;
	height: 64px;
	margin-right: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.review__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
@media only screen and (min-width:767px) {
	.review {
		margin-bottom: 15px;
		margin-left: 32px
	}
	.review__title {
		margin-bottom: 43px
	}
	.review__content {
		margin-bottom: 36px
	}
}
@media only screen and (min-width:1000px) {
	.review {
		max-width: 256px;
		margin-bottom: 33px;
		margin-left: 0
	}
	.review__title {
		margin-bottom: 40px
	}
	.review__content {
		margin-bottom: 33px
	}
}
@media only screen and (min-width:1400px) {
	.review {
		max-width: 365px;
		margin-top: 65px;
		margin-bottom: 0
	}
	.review__title {
		margin-bottom: 62px
	}
}
.advantage {
	position: relative;
	margin-bottom: 64px
}
.advantage__wrap {
	padding: 38px 24px 59px;
	background: #1a1a1a;
	color: #fff
}
.advantage__wrap._secondary {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}
.advantage__title {
	margin-bottom: 3px
}
.advantage__subtitle {
	margin-bottom: 43px
}
.advantage__item+.advantage__item {
	margin-top: 43px
}
.advantage__item._pale {
	color: rgba(255, 255, 255, .7)
}
.advantage__item._pale .advantage__line-inner {
	width: 32px
}
.advantage__line {
	width: 100%;
	height: 4px;
	background: rgba(255, 255, 255, .08);
	margin-bottom: 17px
}
.advantage__line-inner {
	width: 100%;
	height: 4px;
	background: #fff
}
.advantage__text {
	max-width: 140px;
	margin-bottom: 12px
}
.advantage__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px
}
.advantage__col {
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px
}
.advantage__col:nth-last-child(-n+2) {
	margin-bottom: 0
}
.advantage__icon {
	width: 36px;
	height: 36px;
	margin-bottom: 24px
}
.advantage__icon._data {
	width: 38px
}
.advantage__dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.advantage__dots-item {
	position: relative;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	border-radius: 100%;
	background: #fff;
	opacity: .16;
	cursor: pointer
}
.advantage__dots-item:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px
}
.advantage__dots-item._active {
	opacity: 1;
	cursor: default
}
@media only screen and (min-width:767px) {
	.advantage {
		min-width: 192px;
		margin-bottom: 0
	}
	.advantage__wrap {
		padding: 30px 24px 36px
	}
	.advantage__title {
		margin-bottom: 10px
	}
	.advantage__subtitle {
		margin-bottom: 28px
	}
	.advantage__item._pale .advantage__line-inner {
		width: 16px
	}
	.advantage__dots {
		bottom: 17px
	}
}
@media only screen and (min-width:1000px) {
	.advantage {
		min-width: 256px
	}
	.advantage__line {
		margin-bottom: 14px
	}
}
@media only screen and (min-width:1400px) {
	.advantage {
		min-width: 360px
	}
	.advantage__wrap {
		padding: 56px 60px 70px
	}
	.advantage__title {
		margin-bottom: 0
	}
	.advantage__subtitle {
		margin-bottom: 55px
	}
	.advantage__item+.advantage__item {
		margin-top: 55px
	}
	.advantage__line {
		margin-bottom: 8px
	}
	.advantage__text {
		max-width: 220px;
		margin-bottom: 7px
	}
	.advantage__dots {
		bottom: 24px
	}
}
@media only screen and (max-width:766px) {
	.advantage__col {
		margin-bottom: 43px
	}
}
@media only screen and (min-width:767px) and (max-width:1000px) {
	.advantage__icon {
		margin-bottom: 20px
	}
	.advantage__icon-title {
		font-size: 12px
	}
}
@media only screen and (min-width:767px) and (max-width:1400px) {
	.advantage__col {
		margin-bottom: 39px
	}
}
.recommendation__wrap {
	position: relative;
	padding: 204px 24px 59px;
	margin: 0 -24px;
	background: #fafafa;
	overflow: hidden
}
.recommendation__title {
	margin-bottom: 12px;
	max-width: 180px
}
.recommendation__text {
	max-width: 230px
}
.recommendation__bg {
	position: absolute;
	top: -75px;
	right: -10px;
	background-image: url(../img/drone-sm.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 257px
}
.recommendation__bg:before {
	padding-top: 100%;
	display: block;
	content: "";
	width: 100%
}
.recommendation__bg._v2 {
	top: 30px;
	right: -126px
}
._desktop .recommendation__bg {
	background-image: url(../img/drone-lg.png)
}
@media only screen and (max-width:766px) {
	.recommendation__container-sm {
		max-width: 576px;
		margin: auto
	}
}
@media only screen and (min-width:767px) {
	.recommendation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.recommendation__container {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 480px
	}
	.recommendation__wrap {
		min-height: 192px;
		padding: 31px 24px 26px;
		margin: 0
	}
	.recommendation__title {
		margin-bottom: 30px
	}
	.recommendation__bg {
		right: -40px
	}
	.recommendation__bg._v2 {
		right: -156px
	}
}
@media only screen and (min-width:1000px) {
	.recommendation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.recommendation__container {
		max-width: 512px
	}
	.recommendation__wrap {
		min-height: 256px;
		padding: 52px 24px 50px
	}
	.recommendation__title {
		max-width: 260px;
		margin-bottom: 25px
	}
	.recommendation__bg {
		right: -10px
	}
	.recommendation__bg._v2 {
		right: -136px
	}
}
@media only screen and (min-width:1400px) {
	.recommendation__container {
		max-width: 720px
	}
	.recommendation__wrap {
		min-height: 360px;
		padding: 84px 60px 44px
	}
	.recommendation__title {
		margin-bottom: 34px
	}
	.recommendation__text {
		max-width: 600px
	}
	.recommendation__bg {
		width: 360px
	}
	.recommendation__bg._v2 {
		top: 73px;
		right: -175px
	}
}
.square {
	position: absolute;
	z-index: 0;
	display: none;
	width: 96px;
	height: 96px;
	background: #ededed
}
.square._light {
	background: #fafafa
}
.square._primary {
	background: #fe0101
}
.square._primary-dark {
	background: #fe0101
}
.square._grey {
	background: #efefef
}
.square._v1 {
	right: 100%;
	margin-right: 192px;
	bottom: 100%
}
.square._v2 {
	right: 100%;
	bottom: 100%
}
.square._v3 {
	right: 100%;
	top: 100%
}
.square._v4 {
	right: 100%;
	margin-right: 96px;
	top: 96px
}
.square._v5 {
	right: 100%;
	top: 0
}
.square._v6 {
	display: block;
	right: 100%;
	bottom: 100%
}
.square._v7 {
	display: block;
	right: 33.3333333%;
	top: 16.6666666%
}
@media only screen and (min-width:767px) {
	.square {
		display: block
	}
}
@media only screen and (min-width:1000px) {
	.square {
		width: 128px;
		height: 128px
	}
	.square._v1 {
		margin-right: 256px
	}
	.square._v4 {
		margin-right: 128px;
		top: 128px
	}
	.square._v3 {
		margin-top: -64px
	}
}
@media only screen and (min-width:1400px) {
	.square {
		width: 180px;
		height: 180px
	}
	.square._v1 {
		margin-right: 360px
	}
	.square._v4 {
		margin-right: 180px;
		top: 180px
	}
	.square._v3 {
		margin-top: -90px
	}
}
@media only screen and (max-width:766px) {
	.square._v6, .square._v7 {
		width: 33.3333333%;
		height: 0;
		padding-bottom: 33.3333333%
	}
	.square._v6 {
		right: auto;
		left: 0
	}
	.square._v7 {
		right: 0;
		top: 16.6666666%
	}
}
.text-content {
	margin-bottom: 54px
}
.text-content__title {
	margin-bottom: 43px
}
.text-content__button {
	margin-top: 22px
}
.text-content__team {
	margin-top: 26px
}
.text-content._v2 {
	margin-bottom: 38px
}
.text-content._v3 {
	margin-bottom: 0
}
.text-content._about {
	margin-bottom: 0
}
@media only screen and (min-width:767px) {
	.text-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		margin-bottom: 60px
	}
	.text-content__title {
		padding-right: 50px;
		margin-bottom: 0;
		max-width: 60%
	}
	.text-content__title._about {
		padding-right: 0;
		margin-bottom: 43px;
		max-width: initial
	}
	.text-content__info {
		width: 192px
	}
	.text-content__info._about {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.text-content__team {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 50%;
		margin-top: 0
	}
	.text-content._v2 .text-content__button {
		margin-top: 55px
	}
	.text-content._about {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
@media only screen and (min-width:767px) and (max-width:999px) {
	.text-content__button {
		margin-left: -30px
	}
}
@media only screen and (min-width:1000px) {
	.text-content {
		margin-bottom: 88px
	}
	.text-content__info {
		width: 256px
	}
	.text-content__button {
		margin-top: 85px
	}
	.text-content._about .text-content__button {
		margin-top: 55px
	}
}
@media only screen and (min-width:1400px) {
	.text-content {
		margin-bottom: 125px
	}
	.text-content__info {
		width: 460px
	}
	.text-content__button {
		margin-top: 85px
	}
	.text-content__title._about {
		margin-bottom: 60px
	}
	.text-content._v2 .text-content__button {
		margin-top: 35px
	}
	.text-content._about {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.text-content._about .text-content__button {
		margin-top: 43px
	}
}
@media only screen and (max-width:766px) {
	.text-content__info._about {
		padding-bottom: 26px
	}
}
.team {
	position: relative
}
.team__photo {
	position: relative;
	margin-bottom: 30px;
	background-color: #272727;
	overflow: hidden
}
.team__photo:before {
	padding-top: 100%;
	display: block;
	content: "";
	width: 100%
}
.team__photo._dark {
	background-color: #414144
}
.team__photo._light {
	background-color: #c6c6c7
}
.team__photo._about:last-child {
	margin-bottom: 0
}
.team__image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: -webkit-transform .4s ease-out;
	-o-transition: transform .4s ease-out;
	transition: transform .4s ease-out;
	transition: transform .4s ease-out, -webkit-transform .4s ease-out;
	will-change: transform
}
.team__title {
	margin-bottom: 4px;
	text-align: center
}
.team__subtitle {
	text-align: center
}
.team__description, .team__page-description {
	font-size: 15px;
	line-height: 1.6;
	padding-top: 25px
}
.team__item {
	position: relative;
	margin-bottom: 90px
}
.team__photo-wrap {
	position: relative
}
.team._container {
	max-width: 900px;
	margin: auto
}
@media only screen and (min-width:767px) {
	.team__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -1px;
		margin-right: -1px
	}
	.team__col {
		padding-left: 1px;
		padding-right: 1px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 33.333333%;
		flex: 1 1 33.333333%;
		max-width: 33.333333%
	}
	.team__description {
		padding: 16px 10px 20px;
		font-size: 14px;
		line-height: 1.4;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .4s ease-out, visibility .4s ease-out;
		-o-transition: opacity .4s ease-out, visibility .4s ease-out;
		transition: opacity .4s ease-out, visibility .4s ease-out
	}
	.team__page-description {
		padding-top: 16px
	}
	.team__photo {
		margin-bottom: 0
	}
	.team__photo._about {
		width: 33.3333333%;
		margin-bottom: 33.3333333%
	}
	.team__photo._v2 {
		position: absolute;
		right: 0;
		top: 50%
	}
	.team__info {
		position: absolute;
		left: 4px;
		right: 4px;
		top: 100%;
		z-index: 2;
		min-height: 427px;
		-webkit-transition: background .4s ease-out, margin .4s ease-out, -webkit-box-shadow .4s ease-out;
		transition: background .4s ease-out, margin .4s ease-out, -webkit-box-shadow .4s ease-out;
		-o-transition: background .4s ease-out, box-shadow .4s ease-out, margin .4s ease-out;
		transition: background .4s ease-out, box-shadow .4s ease-out, margin .4s ease-out;
		transition: background .4s ease-out, box-shadow .4s ease-out, margin .4s ease-out, -webkit-box-shadow .4s ease-out;
		pointer-events: none
	}
	.team__header {
		background-color: #fff;
		padding: 20px 10px 0;
		pointer-events: all
	}
	.team__item._row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.team__item._row:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.team__item._row .team__subtitle, .team__item._row .team__title {
		text-align: left
	}
	.team__page-info, .team__photo-container {
		width: 45%
	}
	._desktop .team__item:not(._row):hover .team__image {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	._desktop .team__item:not(._row):hover .team__info {
		margin-top: -62px;
		background: #fff;
		-webkit-box-shadow: 0 32px 32px rgba(0, 0, 0, .04), 0 16px 32px rgba(0, 0, 0, .02);
		box-shadow: 0 32px 32px rgba(0, 0, 0, .04), 0 16px 32px rgba(0, 0, 0, .02);
		pointer-events: all
	}
	._desktop .team__item:not(._row):hover .team__description {
		opacity: 1;
		visibility: visible
	}
}
@media only screen and (min-width:1000px) {
	.team__row {
		margin-left: -2px;
		margin-right: -2px
	}
	.team__col {
		padding-left: 2px;
		padding-right: 2px
	}
	.team__title {
		margin-bottom: 8px
	}
	.team__description {
		padding: 16px 20px 26px;
		font-size: 15px;
		line-height: 1.6
	}
	.team__page-description {
		font-size: 15px;
		line-height: 1.6
	}
	.team__info {
		left: 8px;
		right: 8px;
		min-height: 514px
	}
	.team__header {
		padding: 26px 20px 0
	}
	.team__item._row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	._desktop .team__item:hover .team__info {
		margin-top: -80px
	}
}
@media only screen and (min-width:1400px) {
	.team__title {
		margin-bottom: 2px
	}
	.team__description {
		padding: 16px 24px 26px
	}
	.team__info {
		left: 16px;
		right: 16px;
		min-height: 400px
	}
	.team__header {
		padding: 26px 24px 0
	}
	.team__page-info, .team__photo-container {
		width: 40%
	}
	.team__item._row {
		margin-bottom: 48px
	}
	._desktop .team__item:hover .team__info {
		margin-top: -92px
	}
}
@media only screen and (max-width:766px) {
	.team._about {
		margin-left: -24px;
		margin-right: -24px
	}
	.team__photo._about {
		width: 33.3333333%;
		margin-bottom: 33.3333333%
	}
	.team__photo._v2 {
		position: absolute;
		right: 0;
		top: 50%
	}
	.team__photo._v3 {
		margin-left: 33.3333333%;
		margin-top: 33.3333333%
	}
}
.video {
	max-width: 640px;
	margin: auto
}
.video__tablet {
	position: relative;
	background-image: url(../img/tablet-md.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.video__tablet:before {
	padding-top: 72.39777%;
	display: block;
	content: "";
	width: 100%
}
.video__container {
	position: absolute;
	width: 92.75093%;
	top: 5.39153%;
	left: 3.62454%;
	overflow: hidden;
	background: url(../img/front.jpg) left bottom no-repeat;
	background-size: cover;
	border-radius: 5px
}
.video__container:before {
	padding-top: 69.63928%;
	display: block;
	content: "";
	width: 100%
}
.video__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left bottom;
	object-position: left bottom;
	z-index: 1
}
.video__ui {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	width: 100%;
	background-image: url(../img/tablet-ui-lg.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none
}
.video__ui:before {
	padding-top: 75.03226%;
	display: block;
	content: "";
	width: 100%
}
._mobile .video__tablet {
	background-image: url(../img/tablet-sm.png)
}
._mobile .video__ui {
	background-image: url(../img/tablet-ui-sm.png)
}
._desktop .video__tablet {
	background-image: url(../img/tablet-lg.png)
}
._desktop .video__ui {
	background-image: url(../img/tablet-ui-lg.png)
}
@media only screen and (min-width:767px) {
	.video {
		max-width: initial;
		margin: 0 auto 20px auto
	}
	.video__container {
		border-radius: 8px
	}
}
@media only screen and (min-width:1400px) {
	.video__container {
		border-radius: 12px
	}
}
.product {
	padding: 0 24px
}
.product__container {
	position: relative;
	margin-bottom: 54px
}
.product__container:before {
	padding-top: 100%;
	display: block;
	content: "";
	width: 100%
}
.product__image {
	position: absolute;
	width: 77%;
	height: 77%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	margin: auto;
	background-image: url(../img/drone-2-md.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.product__image:before {
	padding-top: 100%;
	display: block;
	content: "";
	width: 100%
}
.product__beam {
	position: absolute;
	width: 85%;
	top: 50%;
	left: 70%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 0
}
.product__circle {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	will-change: transform
}
.product__circle._max {
	width: 98%;
	height: 98%
}
.product__circle._min {
	width: 94%;
	height: 94%
}
.product__nav-title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 12px;
	opacity: .3;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}
.product__nav-text {
	opacity: .3;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}
.product__nav-item {
	position: relative;
	max-width: 280px;
	padding-left: 18px;
	margin-bottom: 38px;
	cursor: pointer
}
.product__nav-item:after {
	content: '';
	position: absolute;
	top: 3px;
	bottom: 1px;
	left: 0;
	width: 2px;
	background: 0 0;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out
}
.product__nav-item._active {
	pointer-events: none
}
.product__nav-item._active .product__nav-text, .product__nav-item._active .product__nav-title {
	opacity: 1
}
.product__nav-item._active:after {
	background: #6ce5d6
}
.product__nav-item:last-child {
	margin-bottom: 0
}
.product__boxes {
	display: none
}
.product__tab, .product__video {
	display: none
}
._mobile .product__image {
	background-image: url(../img/drone-2-sm.png)
}
._mobile .product__beam {
	opacity: .5
}
._desktop .product__image {
	background-image: url(../img/drone-2-lg.png)
}
._desktop .product__beam {
	-webkit-animation: beam 1.8s ease-out infinite;
	animation: beam 1.8s ease-out infinite
}
._desktop .product__circle._max {
	-webkit-animation: zoom-max 2s ease-in-out infinite;
	animation: zoom-max 2s ease-in-out infinite
}
._desktop .product__circle._min {
	-webkit-animation: zoom-min 2s ease-in-out infinite;
	animation: zoom-min 2s ease-in-out infinite
}
@media only screen and (max-width:766px) {
	.product__container, .product__nav {
		max-width: 576px;
		margin-left: auto;
		margin-right: auto
	}
}
@media only screen and (min-width:767px) {
	.product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0
	}
	.product__container {
		width: 36%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.product__nav {
		width: 32%;
		padding-left: 48px;
		padding-right: 15px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.product__boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 32%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.product__box {
		position: relative;
		z-index: 1;
		width: 120px;
		height: 120px;
		margin-bottom: 24px;
		-webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .04), 0 24px 32px rgba(0, 0, 0, .02);
		box-shadow: 0 0 32px rgba(0, 0, 0, .04), 0 24px 32px rgba(0, 0, 0, .02);
		background-color: #efefef
	}
	.product__box:last-child {
		margin-bottom: 0
	}
	.product__video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff
	}
	.product__video-container {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 70%;
		height: 70%;
		background: #fff url(../img/thermal.jpg) center no-repeat;
		background-size: cover;
		overflow: hidden
	}
	.product__video-item {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}
@media only screen and (min-width:1000px) {
	.product__container {
		width: 43%
	}
	.product__nav {
		width: 28.5%;
		padding-left: 64px;
		padding-right: 27px
	}
	.product__boxes {
		width: 28.5%
	}
}
@media only screen and (min-width:1400px) {
	.product {
		max-width: 1440px;
		margin: auto
	}
	.product__container {
		width: 46.5%
	}
	.product__nav {
		width: 26.75%;
		padding-left: 64px;
		padding-right: 30px
	}
	.product__nav-item {
		margin-bottom: 68px
	}
	.product__boxes {
		width: 26.75%
	}
	.product__box {
		width: 190px;
		height: 190px
	}
	.product__beam {
		width: 72%
	}
}
.product-text {
	position: relative
}
.product-text__content {
	margin-left: 36px;
	max-width: 253px
}
.product-text__barcode {
	position: absolute;
	width: 60px;
	height: 180px;
	left: -30px;
	top: 22px;
	-webkit-transition: -webkit-clip-path .35s ease-out;
	transition: -webkit-clip-path .35s ease-out;
	-o-transition: clip-path .35s ease-out;
	transition: clip-path .35s ease-out;
	transition: clip-path .35s ease-out, -webkit-clip-path .35s ease-out
}
@media only screen and (min-width:767px) {
	.product-text__content {
		max-width: initial;
		margin-left: 0
	}
	.product-text__barcode {
		top: 35px;
		left: 0
	}
}
@media only screen and (min-width:1000px) {
	.product-text__content {
		margin-bottom: 60px
	}
}
@media only screen and (min-width:1400px) {
	.product-text {
		max-width: 1440px;
		margin: auto
	}
	.product-text__content {
		margin-bottom: 25px
	}
	.product-text__barcode {
		top: 220px
	}
}
.form__title {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 22px
}
.form__title._large {
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 30px
}
.form__group {
	margin-bottom: 22px
}
.form__group._v2 {
	margin-bottom: 10px
}
.form__label {
	display: block;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 8px
}
.form__label-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}
.form__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 24px
}
.form__info {
	color: #716e70
}
.form__label-check {
	display: block;
	border: 2px solid #e5e5e5;
	padding: 38px 16px
}
.form__label-check._icon {
	position: relative;
	border: 1px solid transparent;
	padding: 16px 16px 16px 80px;
	text-align: left
}
.form__label-check._icon .form__label-title {
	font-size: 17px;
	line-height: 1.4
}
.form__label-check._icon .form__label-subtitle {
	font-size: 15px;
	line-height: 1.6
}
.form__label-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: auto
}
.form__svg._computer {
	width: 41px;
	height: 34px
}
.form__svg._user {
	width: 25px;
	height: 32px
}
.form__label-title {
	font-weight: 600
}
.form__label-subtitle {
	display: block;
	color: #716e70
}
.form__label-box {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	cursor: pointer
}
.form__check {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}
.form__check._error~.form__label-check {
	background-color: rgba(237, 44, 55, .02);
	border-color: #fe5252
}
.form__check:checked~.form__label-check {
	background-color: rgba(45, 224, 172, .16);
	border-color: #2de0ac
}
.form__check:checked~.form__label-check._icon {
	background-color: rgba(45, 224, 172, .16);
	border-color: transparent
}
.form__row._v2 {
	margin-bottom: 12px
}
.form__section {
	margin-bottom: 30px
}
.form._page {
	max-width: 470px;
	margin: auto
}
@media only screen and (min-width:767px) {
	.form__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -12px;
		margin-right: -12px
	}
	.form__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 12px;
		padding-right: 12px
	}
	.form__button {
		margin-top: 40px
	}
}
@media only screen and (min-width:1000px) {
	.form__title._large {
		font-size: 22px
	}
	.form__title._v2 {
		margin-bottom: 40px
	}
	.form__section {
		margin-bottom: 53px
	}
}
@media only screen and (max-width:370px) {
	.form__label-check._icon .form__label-subtitle {
		font-size: 14px
	}
}
.footer__top {
	background-color: #1b1b1b;
	color: #fff
}
.footer__bottom {
	background-color: #1b1b1b;
	color: #fff;
	padding: 36px 0 58px 0
}
@media only screen and (max-width:766px) {
	.footer__top {
		padding: 70px 0 35px 0
	}
}
@media only screen and (min-width:767px) {
	.footer__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 672px
	}
	.footer__bottom {
		padding: 47px 0
	}
}
@media only screen and (min-width:1000px) {
	.footer__container {
		max-width: 896px
	}
}
@media only screen and (min-width:1400px) {
	.footer__container {
		max-width: 1080px
	}
}
.text {
	font-size: 16px;
	line-height: 1.4;
	color: #666
}
.text p {
	margin: 0 0 30px 0
}
.text p:last-child {
	margin-bottom: 0
}
.text__small {
	font-size: 13px;
	line-height: 1.7;
	color: #000
}
.text__title {
	font-size: 18px;
	line-height: 1.1;
	font-weight: 600;
	color: #000
}
.text__footer {
	margin-top: 37px
}
.text__footer a {
	text-decoration: none
}
.text__header {
	margin-bottom: 40px
}
@media only screen and (min-width:1000px) {
	.text {
		font-size: 20px
	}
	.text__small {
		font-size: 15px
	}
	.text__title {
		font-size: 22px
	}
}
.faq {
	margin-bottom: 24px;
	margin-left: -24px;
	margin-right: -24px;
	overflow: hidden
}
.faq:last-child {
	margin-bottom: 0
}
.faq__header {
	position: relative;
	padding: 28px 60px 28px 24px;
	background-color: #f5f5f5;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .35s ease-out;
	-o-transition: background-color .35s ease-out;
	transition: background-color .35s ease-out
}
.faq__content {
	display: none;
	overflow: hidden;
	padding: 0 24px 28px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
	transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
	-o-transition: transform .35s ease-out, opacity .35s ease-out;
	transition: transform .35s ease-out, opacity .35s ease-out;
	transition: transform .35s ease-out, opacity .35s ease-out, -webkit-transform .35s ease-out;
	will-change: transform
}
.faq__icon {
	position: absolute;
	right: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px
}
.faq__icon:after, .faq__icon:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 2px;
	background-color: #666;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .35s ease-out;
	transition: -webkit-transform .35s ease-out;
	-o-transition: transform .35s ease-out;
	transition: transform .35s ease-out;
	transition: transform .35s ease-out, -webkit-transform .35s ease-out;
	will-change: transform
}
.faq__icon:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.faq._opened .faq__header {
	background-color: transparent
}
.faq._opened .faq__icon:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.faq._opened .faq__content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
@media only screen and (min-width:767px) {
	.faq {
		margin-left: -16px;
		margin-right: -16px
	}
	.faq__header {
		padding: 28px 60px 28px 16px
	}
	.faq__content {
		padding: 0 16px 28px
	}
	.faq__icon {
		right: 16px
	}
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}