body {
    padding: 0;
    color: #524f4e;
}

/* new home block */
.wrap{
    max-width: 1040px;
    margin: 0 auto;
}
.header{
    height: 65px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
	border-bottom: 1px solid #FFF;
	background: rgba(255,255,255,0);
	/*box-shadow: 0 0px 0px rgba(24, 24, 25, 0.14);*/
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.header.light{
	border-bottom: 1px solid #989898;
    /*box-shadow: 0 1px 9px rgba(24, 24, 25, 0.14);*/
	background: rgba(255,255,255,1);
}


.header .logo-block{
	position: relative;
}

.header .logo.white{
	position: absolute;
	left: 15px;
	top: 0;
}

.header .logo.white,
.header.light .logo{
	opacity: 0;
}

.header .logo,
.header.light .logo.white{
	opacity: 1;
}

.header .menu{
    overflow: hidden;
}
.header .logo{
    float: left;
    width: 360px;
}

.header .logo img{
	width: 100%;
}

.header .logo-block a{
	line-height: 65px;
}

.header ul{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header ul li{
    float: left;
    padding: 0 0 0 50px;
}
.header ul li a{
    font-size: 18px;
    color: #FFF;
    font-family: MyriadProRegular;
    line-height: 65px;
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.header.light ul li a{
	color: #3bb82e;
}

#video-preview{
	position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    object-fit: cover;
    z-index: 0;
}

.block-top{
	height: 100vh;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
}

.scroll-but{
	margin-bottom: 30px;
	display: block;
}

.scroll-but svg{
	width: 60px;
    height: 80px;
    color: white;
}

.uk-slideshow .uk-slideshow-items,
.uk-slideshow,
.slider-holder{
	width: inherit !important;
	height: inherit !important;
}

/*.uk-slideshow .uk-slideshow-items{*/
/*	background-color: rgba(62, 92, 69, 0.8);*/
/*}*/

.uk-slideshow p,
.uk-slideshow h1{
	color: #FFF;
}

.uk-slideshow h1{
	font: 45px/1.2em HelveticaNeueBold;
}

.uk-slideshow p{
	font: 26px/1.2em HelveticaNeue-Thin;
}

.btn{
	font:  20px/1em HelveticaNeue;
	padding: 15px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	width: 230px;
	margin: 0 20px;
	margin-top: 40px;
    height: 54px;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.btn.green{
	color: #FFF;
	background-color: #3bb82e;
}

.btn.scale-font:hover{
    font-size: 24px;
}

.btn.scale:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.uk-slideshow .btn.green{

}

.btn.white{
	color: #3bb82e;
	background-color: #FFF;
}

.uk-slideshow .btn.white{

}

.bg-white{

}

section h2{
	font: 28px/1em HelveticaNeue;
	color: #3bb82e;
}

section h2.thin{
	font: 28px/1em HelveticaNeue-Thin;
}

section h2 em{
	font: italic 28px/1em HelveticaNeueMedium;
	color: #3bb82e;
}

section h2.thin em{
	font: italic 28px/1em HelveticaNeue;
}

section h4 em{
	font: italic 24px/1em HelveticaNeueMedium;
	color: #3bb82e;
}

section h4.thin em{
	font: italic 24px/1em HelveticaNeue;
}

section.large-padding{
    padding-top: 180px;
    padding-bottom: 100px;
}

section.standart-padding{
	padding-top: 90px;
    padding-bottom: 100px;
}

section.protect {
	padding-top: 0;
}

section.section-approved {
	padding-bottom: 100px;
}

.bg-green{
	background-color: #3bb82e;
}

.logo-list{
	width: 45%;
	margin-top: 50px;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

.ligth-text{
	font: 24px/1.2em HelveticaNeueLight;
}

h4,
h4.text{
	font: 24px/1.2em HelveticaNeue;
}

h4.thin,
h4.thin.text{
	font: 24px/1.4em HelveticaNeue-Thin;
}

h4.regular{
	
}

h4{
	color: #3bb82e;
}

.bg-green h4,
.bg-green .ligth-text{
	color : #FFF;
}

.apple-logo{
	
}

.apple-logo img{
	width: 32px;
} 

.pluses-list{
	margin-top: 50px;
}

.pluses-list h6{
	margin: 25px 0 15px;
	font:  18px/1.3em HelveticaNeueMedium;
	color : #FFF;
}

.pluses-list p{
	color : #FFF;
	margin-top: 0;
	font: 18px/1.4em HelveticaNeue-Thin;
}

.pluses-list p.sml-text{
	color : #FFF;
	font: 12px/1.4em HelveticaNeueLight;
}

.protect .icon-holder{
	float: left;
	margin-right: 40px; 
	margin-top: 5px; 
}

.protect h4{
	margin-bottom: 15px;
}

.protect p{
	font: 18px/1.2em HelveticaNeueLight;
	margin: 0;
	color: #3bb82e;
}

.phone{
	position: relative;
	overflow: hidden;
}

.phone .bg-holder:before{
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	opacity: 0.9;
	background-color: #3bb82e;
}

.phone .btn{
	margin: 0;
	
}

.phone .wrap{
	position: relative;
	z-index: 5;
}

.phone-slider-wrap{
	position: relative;
	width: 332px;
	height: 677px;
	margin: 30px auto 0;
}

.phone-slider{
	height: 512px!important;
    width: 288px !important;
	position: absolute !important;
    top: 83px;
    left: 22px;
}

.trustedby-slider img{
	width: 60%;
	max-width: 429px;
	max-height: 150px;
	margin: 0 auto;
}

.phone .btn{
		margin: 0 auto;
	}


@media screen and (min-width: 640px) and (max-width: 1024px) {
	
	.header ul li {
		padding: 0 0 0 20px;
	}
	
	.header ul{
		margin-right: 16px;
	}
	
	.header ul li a{
		font-size: 16px;
	}
	
	section.phone .wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	section.protect .wrap{
		padding-left: 30px;
		padding-right: 30px;
	}
	 
	
	.pluses-list p{
		font-size: 16px;
	}
	
	.protect .icon-holder{
		margin-bottom: 30px;
	}
	
	
	
}


header #links a,
header .separator{
  color: #fff !important;
}
.header.light #links a{
  color: #3bb82e !important;
}

.header.light .separator{
  color: #524f4d !important;
}

.pluses-list img{
  height: 90px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pluses-list li{
  padding-left: 15px;
}

@media (max-width: 1041px){
  .pluses-list{
    padding-left: 40px;
    padding-right: 40px;
  }
}

.landing-buttons a {
	flex: 1;
}

@media (min-width: 768px){
	.landing-buttons a {
		max-width: 254px;
	}
}
