
html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

.main {
	overflow: hidden;
}

body {
	font-family: sans-serif;
	position: relative;
	overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Raleway, helvetica neue, helvetica, arial, tahoma, sans-serif;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	font-weight: 300;
	color: #232323;
	background-color: white;
}

*::-webkit-input-placeholder {
	color: rgba(0,0,0,.3);
	opacity: 1;
}
*:-moz-placeholder {
	color: rgba(0,0,0,.3);
	opacity: 1;
}
*::-moz-placeholder {
	color: rgba(0,0,0,.3);
	opacity: 1;
}
*:-ms-input-placeholder {
	color: rgba(0,0,0,.3);
	opacity: 1;
}

.color-green {
	color: #FD3434;
}

.color-yellow {
	color: #FD3434;
}

.bg-green {
	background: #FD3434;
}

.bg-yellow {
	background: #FD3434;
}

a {
	color: #232323;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.blue,
a.blue {
	color: var(--blue) !important;
}

a.blue:hover {
	border-bottom-color: var(--blue);
}

a.pseudo {
	border-bottom-style: dotted;
}

a:hover,
a.hover {
	color: var(--blue);
	text-decoration: none;
	transition: .1s ease-out;
}

a:active,
a:focus {
	color: var(--blue);
	text-decoration: none;
	outline: none;
}

.box-link {
	display: block;
}

.btn,
button {
	display: inline-block;
	min-height: 50px;
	padding: 15px 20px;
	margin: 0;
	font-size: 100%;
	line-height: 20px;
	background: var(--blue);
	color: white;
	font-weight: 400;
	color: white;
	border-radius: 0;
	border: 0;
	transition: .2s;
}

.btn.btn-big {
	padding: 25px 40px;
	font-size: 20px;
}

.btn:hover,
button:hover {
	color: white;
	background: var(--blue);
}

.btn:focus,
.btn:active,
.btn:active:focus,
button:focus,
button:active,
button:active:focus {
	color: white;
	background: var(--blue);
}

.btn.btn-white {
	color: var(--blue);
	background: white;
}

.btn.btn-white:hover {
	color: var(--blue);
	background: white;
}

.btn.btn-border {
	color: var(--blue);
	background: transparent;
	border: 2px solid var(--blue);
}

.btn.btn-border.btn-big {
	border-width: 3px;
}

.btn.btn-border:hover {
	color: white;
	background: var(--blue);
}

.btn.btn-border.btn-white {
	color: white;
	border-color: white;
}

.btn.btn-border.btn-white:hover {
	color: var(--blue);
	background: white;
}

input,
textarea {
	color: #232323;
	border: 1px solid #bbb;
	background: white;
	height: 50px;
	padding: 10px 5px 10px 15px;
	box-shadow: none;
	line-height: 20px;
}

input:hover,
textarea:hover {
	border-color: #777;
}

input:focus,
textarea:focus {
	border-color: #333;
}

.text-label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.label-title {
	flex-grow: 2;
	min-width: 140px;
	margin: 5px 0;
}

.input-wrap {
	flex-grow: 10;
}

.input-wrap input {
	width: 100%;
	min-width: 200px;
}

select {
	background: white;
	border: 0;
	padding: 10px 15px;
}

button:focus,
button:active,
button:active:focus,
select:focus,
select:active,
select:active:focus,
input:focus,
input:active,
input:active:focus,
textarea:focus,
textarea:active,
textarea:active:focus {
	outline: none;
}

textarea {
	min-height: 80px;
	width: 100%;
}

body hr {
	margin: 0;
}

h1 {
	font-size: 36px;
	margin: 0 0 15px -.1em;
	line-height: 1.3;
	font-weight: 600;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
}

h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 15px;
}

h3:not(:first-child) {
	margin-top: 45px;
}

h4 {
	font-size: 32px;
	margin: 0 0 10px;
	font-weight: 500;
	line-height: 1.2;
}

h5 {
	font-size: 24px;
	margin: 0 0 10px;
	line-height: 1.3;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

p {
	margin: 0 0 15px;
}

.smaller {
	font-size: 65%;
}

small,
.small {
	font-size: 85%;
}

big,
.text-big {
	font-size: 130%;
}

.text-bigger {
	font-size: 180%;
}

.text-maximus {
	font-size: 100px;
	font-weight: 500;
	line-height: 1;
}

b,
strong,
.text-strong {
	font-weight: 500;
}

img {
	max-width: 100%;
}


section {
	padding: 150px 0;
}

.hidden {
	display: none;
}

.container {
	position: relative;
	z-index: 10;
}


.intro {
	position: relative;
	overflow: visible;
	padding: 10vw 0;
	min-height: 920px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 5;
}

.intro.bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(0,10,50,.5);*/
	mix-blend-mode: luminosity;
	transition: .3s;
}

.intro a {
	color: white;
}

.intro .content,
.intro .btn-box {
	position: relative;
	z-index: 20;
}

.intro .logo {
	display: inline-block;
	width: 240px;
	margin: -6px;
	margin-bottom: 60px;
}

.mobile-logo {
	display: none;
}

.btn-box {
	margin-top: 20px;
	display: inline-flex;
	box-shadow: 0 5px 40px rgba(0,0,0,.1);
	background: white;
	border-radius: 8px;
}

.btn-store {
	display: inline-block;
	width: 200px;
	line-height: 0;
	border: 0;
	cursor: pointer;
}

.btn-sub-text {
	padding: 12px 25px 6px;
	line-height: 1.3;
}

.intro-bg {
	position: absolute;
	width: 1400px;
	height: 1000px;
	top: 200px;
	left: 50%;
	transform: translate(-60%, -35%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1400px auto;
	background-image: url(../img/intro-bg.png);
	z-index: 1;
}

.phone-box {
	position: absolute;
	right: 5%;
	width: 280px;
	height: 680px;
	border-radius: 36px;
	z-index: 10;
}

.phone-border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border: 8px solid #232323;
	box-shadow: 0 0 0 1000px rgba(255,255,255,.75);
	overflow: hidden;
	z-index: 5;
}

.phone-border:before {
	content: '';
	position: absolute;
	background: #232323;
	left: 25%;
	right: 25%;
	height: 4%;
	border-radius: 0 0 16px 16px;
	z-index: 10;
}

.phone-screen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}


.features-section {
	position: relative;
	min-height: 800px;
	z-index: 100;
}

.features-section .top-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 800px;
	background: #232323;
	transform: skewY(-7deg);
	overflow: hidden;
	z-index: -1;
}

.features-section .top-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: -500px;
	height: 500px;
	background: #FD3434;
	transform: skewY(13deg);
	transform-origin: 50% 0;
}


.features-section .bottom-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 300px;
	background: #FD3434;
	transform: skewY(-7deg);
	z-index: 1;
}

.features-section .bottom-bg:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 800px;
	background: #232323;
	transform: skewY(13deg);
	transform-origin: 50% 0;
}


.features-slider {
	transform-origin: 50% 0;
	transform: skewY(7deg);
	margin-top: 150px;
}

.features-slider img {
	width: 300px;
	margin-right: 60px;
	transform: skewY(-7deg);
	outline: none !important;
}

.slick-list {
	overflow: visible;
}

.slick-arrow {
	position: absolute;
	top: -160px;
	width: 70px;
	height: 70px;
	font-size: 0;
	right: 0;
}

.slick-arrow:hover {
	background: rgba(255,255,255,.1);
}

.slick-next:after {
	content: '';
	position: absolute;
	top: 35px;
	left: 10px;
	right: 10px;
	height: 2px;
	background: #FD3434;
}

.slick-next:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #FD3434;
	top: 27px;
	right: 11px;
	transform: rotate(45deg);
	border-left: 0;
	border-bottom: 0;
}

.slick-prev {
	right: 70px;
}

.slick-prev:after {
	content: '';
	position: absolute;
	top: 35px;
	left: 10px;
	right: 10px;
	height: 2px;
	background: #FD3434;
}

.slick-prev:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #FD3434;
	top: 27px;
	left: 11px;
	transform: rotate(45deg);
	border-right: 0;
	border-top: 0;
}


.inhouse-section {
	position: relative;
	z-index: 5;
	min-height: 90vw;
	text-align: center;
	background: url(../img/inhouse.png) no-repeat center;
	background-size: cover;
	color: #232323;
}

.inhouse-section:after {
	content: '';
	position: absolute;
	height: 300px;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.inhouse-section h2 {
	max-width: 400px;
	margin: -20px auto 50px;
}

.inhouse-section .text {
	max-width: 600px;
	margin: 60vw auto 0;
}


.call-to-action-section {
	text-align: center;
	padding-top: 0;
	margin-top: -15px;
}


.footer {
	font-size: 85%;
	background-color: #232323;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #777;
	text-align: center;
}

.footer-nav a {
	color: #bbb;
	margin: 0 10px;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-nav {
	margin-top: 30px;
}



/* Large Devices, Wide Screens */
@media (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media (max-width : 992px) {

}
/* Small Devices, Tablets */
@media (max-width : 768px) {

	section {
		padding: 60px 0;
	}

	h1 {
		font-size: 25px;
	}

	.container {
		padding: 40px;
	}

	.mobile-logo {
		display: inline-block;
	}

	.desktop-logo {
		display: none;
	}

	.intro {
		padding-top: 15px;
		text-align: center;
	}

	.intro .logo {
		width: 120px;
		margin-bottom: 40px;
	}
	
	.intro .text {
		max-width: 400px;
		margin: 0 auto 50px;
	}

	.phone-box {
		position: relative;
		right: auto;
		clear: both;
		margin: 0 auto;
	}

	.btn-box {
		display: inline-block;
		text-align: center;
		box-shadow: none;
	}

	.features-slider {
		margin-top: 80px;
	}

	.features-slider img {
		margin-right: 0;
		width: 280px;
	}

	.slick-arrow {
		width: 50px;
	}
	
	.slick-prev {
		right: 50px;
	}
}

@media (max-width: 720px) {

}


/* Extra Small Devices, Phones */
@media (max-width : 576px) {

	.xs-visible {
		display: block !important;
	}

	.xs-hidden {
		display: none !important;
	}

	.col-xxs-12 {
		width: 100% !important;
		clear: both;
		float: none;
	}

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media (min-width : 576px) {

}

/* Small Devices, Tablets */
@media (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {

	.container {
		width: 970px;
	}

}