body {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	background-color: #f8f8f8;
	position: relative;
}

body, html {
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	color: #282828;
}

a:hover {
	color: #282828;
}

h2 {
	font-size: 60px;
	line-height: 1em;
	font-weight: 800;
	color: #282828;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 40px;
	}
}

@media (max-width: 565px) {
	h2 {
		font-size: 36px;
	}
}

.header {
	position: relative;
	padding: 0;
	width: 100%;
	height: 100vh;
}

@media (max-width: 768px) {
	.header {
		display: none;
	}
}

.video-wrap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../images/header-bg.png");
	background-size: 100% auto;
	background-position: center center;
}

.video-wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.header-video {
	position: relative;
	z-index: 99;
	width: 100%;
}

.header-nav {
	width: 100%;
	z-index: 100;
	left: 0;
	position: fixed;
}

@media (max-width: 767px) {
	.header-nav {
		position: absolute;
	}
}

.header-buttons > *:first-child {
	margin-right: 7px;
}

.header-buttons > *:last-child {
	margin-left: 7px;
}

@media (max-width: 767px) {
	.header-nav {
		position: sticky !important;
		top: 0;
	}

	.header-buttons {
		position: fixed;
		bottom: 10px;
		left: 0;
		right: 0;
		z-index: 1000;
	}
}

@media (min-width: 768px) {
	.has-sticky .header-nav {
		position: fixed;
		top: 0;
		background-color: transparent;
		pointer-events: none;
	}

	.header-buttons {
		padding-top: 33px !important;
	}

	.header-buttons .btn {
		transform: translate(0, -9px);
	}
}

.header-nav .row > * {
	padding-top: 20px;
}

@media (max-width: 767px) {
	.header-nav .row > * {
		padding-top: 15px;
	}
}

.header-nav .row > *:first-child {
	padding-top: 15px;
}

.has-sticky .header-nav .row > *:not(:last-child) {
	display: none !important;
}

.has-sticky .header-nav .row > *:last-child {
	pointer-events: all;
}

.header-nav,
.nav-link {
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	transition: .2s;
}

.header .nav-item {
	margin: 0
}

.nav-link {
	padding: 4px 13px 5px;
	position: relative;
}

@media (max-width: 991px) and (min-width: 768px) {
	.nav-link {
		padding: 4px 6px 5px;
	}
}

@media (max-width: 767px) {
	.nav-link {
		padding: 4px 9px 5px;
		font-size: 10px;
	}
}

.header .btn + .btn {
	margin-left: 15px;
}

.header .nav-item:first-child .nav-link img {
	height: 14px;
	position: relative;
	top: -2px;
}

.nav-link:hover, .nav-link.active {
	color: #44D5BD;
}

@media (max-width: 767px) {
	.header-nav-bg {
		opacity: 1 !important;
	}
}

.logo img {
	max-width: 100%
}

@media (max-width: 992px) {
	.logo {
		max-width: 150px;
	}
}

@media (max-width: 767px) {
	.logo {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1199px) {
	.header-nav {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 767px) {
	.header-nav .row.d-flex {
		display: block !important;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.header-nav {
		padding: 0 !important;
	}
}

@media (max-width: 767px) {
	.header-nav .nav {
		width: 100%;
	}
}

section {
	padding-top: 50px;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	section {
		padding-top: 45px;
		padding-bottom: 0;
	}
}

.s-presets {
	padding: 86px 0;
}

.preset {
	position: relative;
	margin-bottom: 30px;
	/*overflow: hidden;*/
	display: block;
	text-decoration: none !important;
	-webkit-backface-visibility: hidden;
}

.preset h3 {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
}

.preset img {
	max-width: 100%
}

.presets-grid .col {
	flex-basis: 25%;
	max-width: 25%;
}

@media (max-width: 1199px) {
	.presets-grid .col {
		flex-basis: 25%;
		max-width: 25%;
	}
}

@media (max-width: 991px) {
	.presets-grid .col {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
}

@media (max-width: 767px) {
	.presets-grid.row {
		margin: 0;
	}
}

@media (max-width: 565px) {
	.presets-grid .col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

.preset-img {
	/*height: 275px;*/
	position: relative;
	overflow: hidden;
}

.preset-img img {
	width: 100%;
	/*position: absolute;*/
	left: 0;
	top: 0;
	z-index: 0;
	transform: translateY(0);
}

.preset .btn {
	display: none;
	padding: 15px 25px;
	margin-top: 25px;
}

.preset {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}

.preset-img {
	box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
	transition: .2s;
}

.preset:hover .preset-img {
	box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
}

.preset .btn {
	display: block;
}

.preset .preset-caption {
	position: relative;
	padding: 20px 0 0;
}

.preset .preset-caption div {
	position: relative;
	z-index: 2;
}

.preset:hover .preset-caption div {
	position: relative;
	z-index: 2;
}

.btn {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 12px 26px;
	cursor: pointer;
	white-space: nowrap;
	border: 0;
	border-radius: 4px;
}

@media (max-width: 1199px) {
	.btn {
		font-size: 11px;
		font-weight: bold;
		line-height: 15px;
		padding: 8px 15px;
	}
}

.btn, .btn:active, .btn:active:focus, .btn:visited, .btn:focus {
	text-decoration: none;
	color: #fff;
	outline: none;
	background-color: #17c6aa;
	box-shadow: none !important;
}

.btn:hover, .btn:active:hover, .btn:focus:hover {
	transition: all .2s ease;
	color: #fff;
	outline: 0;
	background-color: #282828;
}

.btn--full {
	width: 100%;
}

.btn--invert, .btn--invert:active, .btn--invert:active:focus, .btn--invert:visited, .btn--invert:focus {
	color: #fff;
	background-color: #F8367E;
}

.btn--invert:hover {
	color: #fff;
	background-color: #282828;
}

.footer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	padding: 155px 0;
	background: url("../images/footer-bg.png") #282828;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.footer .btn {
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	padding: 15px 26px;
}

.footer .btn:hover {
	color: #fff;
	background-color: #F8367E;
}

footer h1 {
	font-size: 92px;
	line-height: 1em;
	font-weight: 900;
	color: #ffffff;
}

footer h1 span {
	color: #17c6aa;
}

footer h2 {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 800;
	color: #ffffff;
}

@media (max-width: 1199px) {
	.footer {
		padding: 120px 0;
	}

	footer h1 {
		font-size: 72px;
	}

	footer h2 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.footer {
		padding: 120px 0 185px;
	}
}

@media (max-width: 565px) {
	.footer {
		margin-top: 60px;
		padding: 100px 0 165px;
	}

	footer h1 {
		font-size: 52px;
	}

	footer h2 {
		font-size: 20px;
	}
}

.copyright {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	color: #999999;
	font-size: 10px;
	font-weight: 800;
}

@media (max-width: 767px) {
	.copyright {
		bottom: 65px;
	}
}

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
	left: 0;
	top: 0;
	opacity: 1;
	transition: .5s;
}

.loader .spinner {
	z-index: 0;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #c5c5c5;
	z-index: 1004;
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	border: 3px solid #c5c5c5;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: spin 1000ms infinite linear;
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

body.loaded header {
	opacity: 1 !important;
}

body.loaded .loader {
	opacity: 0;
	pointer-events: none;
}

.ball-container {
	position: relative;
	overflow: hidden;
}

@media (max-width: 565px) {
	.ball-container {
		margin-top: 10px;
	}
}

.ball-container > section .container, .phones > * {
	position: relative;
	z-index: 1;
}

.ball {
	display: none;
	position: absolute;
	z-index: 0;
	border-radius: 100%;
}

@media (max-width: 767px) {
	.ball {
		z-index: -1;
	}
}

/*horizontal-scroll*/
@media (min-width: 1025px) {
	.scene {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		height: calc(100vh - 80px);
		top: 40px;
		left: 0;
		right: 0;
	}

	.scene--active {
		position: fixed;
		left: 0;
		right: 0;
	}

	.scene--ended {
		position: absolute;
		bottom: 0;
		top: auto;
		height: 100vh;
	}
}

.horizontal-scroll-section {
	position: relative;
	opacity: 0;
	transition: 0.2s opacity;
	min-height: 100vh;
}

@media (max-width: 1024px) {
	.section.horizontal .container-fluid {
		padding: 0;
	}

	.horizontal-scroll-section {
		opacity: 1;
		min-height: 0;
	}
}

.horizontal-scroll-section img {
	display: block;
	width: 100%;
}

.horizontal-scroll-section--init {
	opacity: 1;
}

.horizontal-scroll-section__content {
	display: flex;
	align-items: center;
}

.horizontal-scroll-section__content-wrapper {
	display: flex;
	padding: 40px 30px;
	align-items: flex-start;
	position: relative;
	/*transition: transform .5s;*/
}

@media (min-width: 1200px) {
	.horizontal-scroll-section__content-wrapper {
		padding-left: calc(50vw - 585px);
	}
}

@media (max-width: 1024px) {
	.horizontal-scroll-section__content-wrapper {
		overflow-x: scroll;
	}
}

.horizontal-scroll-section__content-section {
	position: relative;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
}

.scroll-item {
	margin-top: 50px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.scroll-item {
		margin-top: 40px;
		margin-bottom: 10px;
	}
}

.scroll-item h3 {
	font-size: 26px;
	line-height: 1.1em;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.scroll-item h3 {
		font-size: 18px;
		margin-top: 20px;
	}

	.s-mobile {
		padding: 0;
	}
}

.scroll-item img {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
	max-width: 100%;
}

.phones {
	background: url("../images/phones-bg.png") #f8f8f8;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.phone-left {
	position: absolute;
	z-index: 1;
	top: 5%;
	left: 50%;
	transform: translateX(-65%);
	transition: transform 1s;
}

.s-mobile {
	overflow: hidden;
}

.phone-left.lazyloaded {
	transform: translateX(-92%);
}

.phone-right {
	position: absolute;
	z-index: 1;
	top: 5%;
	left: 50%;
	transform: translateX(-65%);
	transition: transform 1s;
}

.phone-right.lazyloaded {
	transform: translateX(-38%);
}

@media (max-width: 565px) {
	.phone-right, .phone-left {
		display: none !important;
	}
}

.phone-center {
	position: relative;
	z-index: 2;
}

.phone-center img {
	position: relative;
	z-index: 1;
}

.phone-center video {
	position: absolute;
	top: 14%;
	left: 39%;
	z-index: 0;
	width: 24%;
	height: 76%;
	background-color: #fff;
}

@media (max-width: 565px) {
	.phone-center video {
		position: absolute;
		top: 5%;
		left: 19%;
		z-index: 0;
		width: 62%;
		height: 90%;
	}
}

.phones-decor {
	position: absolute;
	z-index: 0;
	top: -26%;
	left: 38%;
	transition: transform 1s;
}

.button-tabs {
	margin: 40px 0;
}

.button-tabs .btn {
	margin: 0 9px;
	color: #ffffff;
}

.button-tabs .btn:not(.active) {
	color: #282828;
	background-color: #ffffff;
}

.button-tabs .btn:not(.active):hover {
	color: #ffffff;
	background-color: #282828;
}

@media (max-width: 565px) {
	.button-tabs {
		margin: 30px 0 20px;
	}

	.button-tabs .btn {
		margin: 0 5px 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.s-decor {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transition: transform 1s;
	transform: translate3D(-96%, -80%, 0);
}

.s-decor img, .phones-decor img {
	transition: all .2s, opacity 0.3s !important;
}

@media (max-width: 767px) {
	.s-decor {
		width: 100%;
	}
}

a.image-hover-scale {
	display: -ms-flexbox;
	display: flex;
	transition: 0s;
}

.image-hover-scale {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.image-hover-scale > * {
	-webkit-backface-visibility: hidden;
}

.image-hover-scale > img {
	max-width: 100%;
	transition: transform .5s ease 0s, opacity .5s !important;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
}

.image-hover-scale:hover > img {
	transition: transform .3s ease .05s, opacity .5s !important;
	transform: scale3d(1.075, 1.075, 1);
}

img[data-src] {
	opacity: 0;
	transition: all 0.3s;
	/*transform: translateY(100px);*/
}

img[data-src].lazyloaded {
	opacity: 1;
	/*transform: translateY(0);*/
}

.body-preloader {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	transition: .5s;
	opacity: 1;
	background-color: #f8f8f8;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.no-loader .body-preloader {
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}

.foxic-body-loader {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 120px;
	height: 120px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.foxic-body-loader .preloader-circle-1 {
	width: 120px;
	height: 120px;
	animation: clockwise .625s linear infinite;
	opacity: .75;
}

.foxic-body-loader .preloader-circle-2 {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 120px;
	height: 120px;
}

.foxic-body-loader .preloader-circle-3 {
	position: absolute;
	position: absolute;
	top: 0;
	top: 0;
	left: 0;
	left: 0;
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	margin: 0;
	animation: loader-rotate 1.25s cubic-bezier(.4, 0, .22, 1) infinite;
	border: 10px solid #17c6aa;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	background: none;
}

.foxic-body-loader .preloader-circle-3:after, .foxic-body-loader .preloader-circle-3:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 50%;
	background-color: #17c6aa;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, .3);
}

.foxic-body-loader .preloader-circle-3:after {
	top: 5%;
	left: 7%;
}

.foxic-body-loader .preloader-circle-3:before {
	right: 7%;
	bottom: 5%;
}

.foxic-body-loader svg {
	position: absolute;
	min-width: 60%;
	min-height: 60%;
	transform: scale(.35);
	animation-name: pulse;
	animation-duration: 1.25s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	opacity: .5;
	fill: #282828;
}

.foxic-body-loader .body-loader-image {
	position: absolute;
	max-width: 100%;
	transform: scale(.5);
	animation-name: pulseImage;
	animation-duration: 1.25s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	opacity: .75;
}

.foxic-loader {
	position: absolute;
	z-index: 1;
	width: 36px;
	height: 36px;
	animation: 1s spinLoader linear infinite;
	border: 2px solid #fff;
	border-top-color: #17c6aa;
	border-radius: 50%;
	background-color: transparent;
}

@keyframes pulse {
	from {
		transform: scale(.4);
		opacity: .5;
	}
	50% {
		transform: scale(.65);
		opacity: 1;
	}
	to {
		transform: scale(.4);
		opacity: .5;
	}
}

@keyframes pulseImage {
	from {
		transform: scale(.5);
		opacity: .5;
	}
	50% {
		transform: scale(.95);
		opacity: 1;
	}
	to {
		transform: scale(.5);
		opacity: .5;
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(-140deg);
	}
	100% {
		transform: rotate(0);
	}
}

@keyframes spinLoader {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#presets {
	position: relative;
	z-index: 2;
}

#features {
	position: relative;
	z-index: 1;
}

.preset-img-wrap {
	position: relative;
}

.label-trend {
	position: absolute;
	z-index: 10;
	right: -10px;
	top: -15px;
	background: #17c6aa;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	font-weight: 600;
	color: #ffffff;
}

.label-trend:after {
	background-color: #17c6aa;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	animation-name: blink;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.label-new {
	position: absolute;
	z-index: 10;
	right: -10px;
	top: -15px;
	background: #f8367e;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	font-weight: 600;
	color: #ffffff;
}

.label-new:after {
	background-color: #F8367E;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	animation-name: blink;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes blink {
	0% {
		transform: scale3d(1, 1, 1);
		opacity: 0.8;
	}
	100% {
		transform: scale3d(1.3, 1.3, 1.1);
		opacity: 0;
	}
}

.coming-soon {
	position: absolute;
	z-index: 1;
	animation: sway 2.4s infinite;
	animation-timing-function: ease-in-out;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	top: 0;
	left: 0;
	right: 0;
	height: 5%;
	z-index: 999;
	text-transform: none;
}

.coming-soon-shape {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #292929;
	margin: 0 auto;
	position: relative;
	color: #fff;
	text-align: center;
	padding-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
}

.coming-soon-shape span {
	font-size: 21px;
	color: #ffffff;
}

.coming-soon-rope {
	height: 100%;
	width: 5px;
	background-color: #292929;
	content: "";
	display: block;
	margin-left: 50%;
}
@keyframes sway {
	0% {
		transform: rotate(8deg);
	}
	50% {
		transform: rotate(-8deg);
	}
	100% {
		transform: rotate(8deg);
	}
}

@media (min-width: 1480px){
	.container {
		max-width: 1440px !important;
	}
}