@import "fonts/lato/lato.css";

body{
	font-family: 'Lato';
	background:#f7f9fd;
	background:#fff;
	color:#18173B;
}


.logo{
	color:#000;
	font-weight:400;
	display:inline-flex;
	align-items: center; 
	font-size:20px;
}
.logo span{
	color:#0077FC;
}
.logo .svg{
	width:30px;
	height:30px;
	background:url(../img/cloud.svg) center center no-repeat;
	background-size:cover;
	margin-left:7px;
}

@media (max-width: 768px){ 

 .hidden-xs{
 	display: none!important;
 }

}

.menu{
	z-index:5;
	padding:25px;
	position:absolute;
	left:0;
	top:0;
	right:0;
}

.header{
	text-align:left;
	min-height: 100vh;
}
.zinger{
	width:344px;
	height:458px;
	/*background:url(../img/iphone15pro.png) left bottom no-repeat;*/
	background-size:contain;
	position:absolute;
	right:150px;
	bottom:0px;
	top:0; 
	margin: auto;
	box-shadow: 0px 8px 10px 0px rgba(54, 98, 255, 0.06);
	border-radius: 10px;
}



.header-content{
	z-index:3;
	position:relative;
}

.header{
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:140px 0 160px 0;
}

.header h1{
	font-size:36px;
	font-weight: 900;
	line-height: 1.3em;
	color:#000;
}
.header h1 span {
    position: relative;
    padding-left:12px;
    padding-right:6px;
    border-radius: 100px;
    white-space: nowrap;
	background:#FFCC68;
	margin-right:4px;
}
.header p{
	color:#747489;
	font-weight:400;
	font-size:18px;
	margin-top:20px;
	margin-bottom:40px;
}





.Clouds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  animation: FadeIn 0.8s ease-out;
  user-select: none;
opacity: 0.1;
z-index:1;
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.1;
  }
}
.Cloud {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 70px;
  animation-duration: 120s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: Float, FadeFloat;
  z-index: 1;
}
.Cloud.Foreground {
  height: 10%;
  min-height: 20px;
  z-index: 3;
}
.Cloud.Background {
  height: 9.09090909%;
  min-height: 8px;
  animation-duration: 210s;
}
@-webkit-keyframes Float {
  from {
    transform: translateX(100%) translateZ(0);
  }
  to {
    transform: translateX(-15%) translateZ(0);
  }
}
@keyframes Float {
  from {
    transform: translateX(100%) translateZ(0);
  }
  to {
    transform: translateX(-15%) translateZ(0);
  }
}
@keyframes FadeFloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 0.5;
  }
}
.Cloud:nth-child(10) {
  -webkit-animation-delay: -184.61538462s;
          animation-delay: -184.61538462s;
  top: 80%;
}
.Cloud.Foreground:nth-child(10) {
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
  height: 35%;
}
.Cloud.Background:nth-child(10) {
  -webkit-animation-duration: 110s;
          animation-duration: 110s;
  height: -3.40909091%;
}
.Cloud:nth-child(9) {
  -webkit-animation-delay: -166.15384615s;
          animation-delay: -166.15384615s;
  top: 54%;
}
.Cloud.Foreground:nth-child(9) {
  -webkit-animation-duration: 84s;
          animation-duration: 84s;
  height: 32.5%;
}
.Cloud.Background:nth-child(9) {
  -webkit-animation-duration: 114s;
          animation-duration: 114s;
  height: -2.15909091%;
}
.Cloud:nth-child(8) {
  -webkit-animation-delay: -147.69230769s;
          animation-delay: -147.69230769s;
  top: 48%;
}
.Cloud.Foreground:nth-child(8) {
  -webkit-animation-duration: 88s;
          animation-duration: 88s;
  height: 30%;
}
.Cloud.Background:nth-child(8) {
  -webkit-animation-duration: 118s;
          animation-duration: 118s;
  height: -0.90909091%;
}
.Cloud:nth-child(7) {
  -webkit-animation-delay: -129.23076923s;
          animation-delay: -129.23076923s;
  top: 42%;
}
.Cloud.Foreground:nth-child(7) {
  -webkit-animation-duration: 92s;
          animation-duration: 92s;
  height: 27.5%;
}
.Cloud.Background:nth-child(7) {
  -webkit-animation-duration: 122s;
          animation-duration: 122s;
  height: 0.34090909%;
}
.Cloud:nth-child(6) {
  -webkit-animation-delay: -110.76923077s;
          animation-delay: -110.76923077s;
  top: 36%;
}
.Cloud.Foreground:nth-child(6) {
  -webkit-animation-duration: 96s;
          animation-duration: 96s;
  height: 25%;
}
.Cloud.Background:nth-child(6) {
  -webkit-animation-duration: 126s;
          animation-duration: 126s;
  height: 1.59090909%;
}
.Cloud:nth-child(5) {
  -webkit-animation-delay: -92.30769231s;
          animation-delay: -92.30769231s;
  top: 30%;
}
.Cloud.Foreground:nth-child(5) {
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  height: 22.5%;
}
.Cloud.Background:nth-child(5) {
  -webkit-animation-duration: 130s;
          animation-duration: 130s;
  height: 2.84090909%;
}
.Cloud:nth-child(4) {
  -webkit-animation-delay: -73.84615385s;
          animation-delay: -73.84615385s;
  top: 24%;
}
.Cloud.Foreground:nth-child(4) {
  -webkit-animation-duration: 104s;
          animation-duration: 104s;
  height: 20%;
}
.Cloud.Background:nth-child(4) {
  -webkit-animation-duration: 134s;
          animation-duration: 134s;
  height: 4.09090909%;
}
.Cloud:nth-child(3) {
  -webkit-animation-delay: -55.38461538s;
          animation-delay: -55.38461538s;
  top: 18%;
}
.Cloud.Foreground:nth-child(3) {
  -webkit-animation-duration: 108s;
          animation-duration: 108s;
  height: 17.5%;
}
.Cloud.Background:nth-child(3) {
  -webkit-animation-duration: 138s;
          animation-duration: 138s;
  height: 5.34090909%;
}
.Cloud:nth-child(2) {
  -webkit-animation-delay: -36.92307692s;
          animation-delay: -36.92307692s;
  top: 12%;
}
.Cloud.Foreground:nth-child(2) {
  -webkit-animation-duration: 112s;
          animation-duration: 112s;
  height: 15%;
}
.Cloud.Background:nth-child(2) {
  -webkit-animation-duration: 142s;
          animation-duration: 142s;
  height: 6.59090909%;
}
.Cloud:nth-child(1) {
  -webkit-animation-delay: -18.46153846s;
          animation-delay: -18.46153846s;
  top: 6%;
}
.Cloud.Foreground:nth-child(1) {
  -webkit-animation-duration: 116s;
          animation-duration: 116s;
  height: 12.5%;
}
.Cloud.Background:nth-child(1) {
  -webkit-animation-duration: 146s;
          animation-duration: 146s;
  height: 7.84090909%;
}
.Cloud {
	z-index: -1;
  background-image: url(../img/cloud.svg);
}



.window{
	border-radius:7px;
	background:#F2F8FF;
	max-width:900px;
	margin:0 auto;
	box-shadow:0px 20px 30px 0px rgba(0,0,0,0.08);
	overflow: hidden;
	border:1px solid #f5f5f5;
}
.window img{
	width:100%;
}

@media (max-width: 1200px){
	br {content: ""}
	br:after {content: " "}
	.zinger{display: none;}
}





.info{
	background:#F2F8FF;
	padding:40px;
	border-radius:10px;
	font-weight: 700;
}






.but{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 700;
	font-size:20px;
	border-radius: 6px;
    background-size: 150%;
    background: linear-gradient(#8F17F2, #C202FC);
    box-shadow: 0px 8px 10px 0px rgba(54, 98, 255, 0.06);
    background-position-x: 0;
	padding:25px 55px;
	color:#fff;


		font-size:16px;
		margin-top:0px;
}
.but:after{
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    transform: rotateZ(60deg) translate(-5em,7.5em);
    opacity: 0;
    animation: blink 3s infinite;
    z-index: 100
}
.but-open-a:after{
	background: none;
	animation: none;
	display:none;
}
.but{
}
@keyframes blink{
    0%,79%{
        opacity: 0;
        transform: rotateZ(60deg) translate(-5em,7.5em)
    }
    80%{
        opacity: 0.8;
        transform: rotateZ(60deg) translate(-5em,7.5em)
    }
    95%{
        opacity: 0.8;
        transform: rotateZ(60deg) translate(1em,-11em)
    }
    to{
        opacity: 0;
        transform: rotateZ(60deg) translate(1em,-9em)
    }
}
.but-wrap{
	display:inline-block;
	position:relative;
}
.but-info{
	color:#858686;
	font-weight:400;
	font-size:13px;
	position:absolute;
	left:90%;
	top:100px;
	width:130px;
	line-height:1.4em;
}
.but-info div{
	background:url(../img/arr.png) center center no-repeat;
	background-size:contain;
	width:30px;
	height:30px;
	position:absolute;
	left:-40px;
	top:-12px;
}



.s{
	padding:100px 0;
	padding-bottom:0;
}
.s h2{
	font-weight:900;
	color:#18173B;
	font-size:26px;
	margin-bottom:40px;
	line-height: 1.4em;
}
.s p{
	font-weight:400;
	color:#18173B;
	font-size:24px;
	margin-top:30px;
	margin-bottom:60px;
}


.card{
	margin-bottom:40px;
}
.card-img{
	width:40px;
	height:40px;
	background: linear-gradient(to bottom,#469fff 0%,#0078F9 100%);
    box-shadow: 0 10px 18px 0 rgba(0,120,240,.25), inset 0 2px 0 0 rgba(0,120,240,.004);
	color:#fff;
	border-radius:12px;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:18px;
}
.card-p{
	margin-top:20px;
	color:#747489;
	font-size:16px;
}

.s-trigs{

	padding-bottom:0px;
	padding-top:70px;
}
.s-trigs h2, .s-price h2{
	text-align: center;
}


.trig{
	background: linear-gradient(to right, #8F17F2, #C202FC);
	border-radius:12px;
	padding:30px;
	color:#fff;
		margin-bottom:30px;
	    box-shadow: 0 10px 18px 0 rgba(0,0,0,.25), inset 0 2px 0 0 rgba(0,0,0,.004);
		min-height:230px;
}
.trig-h{
	font-weight: 700;
	margin-top:20px;
}
.trig-d{
	margin-top:4px;
	font-size:16px;
}
.trig-img{
	width:50px;
	height:50px;
	border-radius:12px;
	background:#fff;
    box-shadow: 0 10px 18px 0 rgba(0,0,0,.05), inset 0 2px 0 0 rgba(0,120,240,.004);
}
.trig-w{
	color:#18173B;
	background:#F2F8FF;
    box-shadow: none;
}
.trig-w .trig-img{
}



.trig-hide{
	height:170px;
	overflow: hidden;
	position: relative;
}
.trig-hide-a{
	height:auto;
	overflow: hidden;
	position: relative;
}
.trig-hide:before{
	content:'';
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:2;
	background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.trig-hide-a:before{
	display: none;
}
.trig-btn{
	text-align: center;
	margin-top:60px;
}


.box-pay{

	border:3px solid #F2F8FF;
    border-radius: 7px;
	padding:25px;
	padding-top:5px;
	width:100%;
	margin-bottom:20px;
	position:relative;
	margin-top:10px;
}
.box-pay .head{
	font-size:18px;
	font-weight:700;
	color:#18173B;
	margin-bottom:0px;
	text-align:center;
	margin-top:20px;
}
.box-pay .desc{
	margin-top:20px;
	font-size:14px;
	line-height:1.4em;
	color:#777;
		color:#747489;
}
.box-pay .price{
	margin-top:20px;
	font-size:30px;
	text-align:center;
}
.box-pay .price-stroke-1{
	position:relative;
}
.box-pay .price-stroke-1:before{
	content:'';
	position:absolute;
	left:0;
	top:20px;
	right:0;
	height:3px;
	background:#ff0000;
	margin:0 auto;
	width:100px;
	transform:rotate(10deg);
	opacity:0.7;
}
.box-pay .price-stroke-2{
	margin-top:0px;
}
.box-pay .btn{
	margin-top:20px;
	width:100%;
	text-align:center;
}
.box-pay .info{
	margin-bottom:20px;
}
.btn{
	display:inline-block;
	padding:7px 15px;
	background:#8F17F2;
	color:#fff;
	font-weight:400;
	border-radius:7px;
	font-size:14px;
	cursor:pointer;
	user-select: none;
}
.btn-w{
	display:inline-block;
	padding:7px 15px;
	background: #f0f3f7;
	color:#747489;
	font-weight:400;
	border-radius:7px;
	font-size:14px;
	cursor:pointer;
	user-select: none;
	margin-left:2px;
}

.s-footer{
	text-align: center;
	padding-bottom: 160px;
}
.s-footer .hr{
	height:2px;
	background:#F2F8FF;
}







.lp-steps{
	margin-bottom:50px;
}
.lp-steps-flex{
	display:flex;
	justify-content: space-between;
	margin:0 auto;
	margin-bottom:40px;
	width:100%;
	max-width: 900px;
}
.lp-step{
	width:100%;
	max-width:350px;
	min-height:324px;
}
.lp-step-img{
	height:200px;
	background:#fff;
	border-radius:10px;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
	position: relative;
}
.lp-step-img-4{
	box-shadow: 0 10px 30px 0 rgba(0,120,240,.3), inset 0 2px 0 0 rgba(0,120,240,.004);
}





.lp-step-img-1:before{
	position:absolute;
	right:-200px;
	top:0px;
	bottom:0;
	margin:auto;
	width:200px;
	height:2px;
	background:#eaeaeb;
	content:'';
}
.lp-step-img-1-1:before{
	position:absolute;
	right:-200px;
	top:0px;
	bottom:0;
	margin:auto;
	width:200px;
	height:2px;
	border-top:2px dashed #eaeaeb;
	content:'';
}
.lp-step-img-2:before{
	position:absolute;
	right:-100px;
	top:70px;
	content:'';
	width: 200px;
    height: 420px;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    border: 2px solid #eaeaeb;
    border-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	z-index:-1;
}
.lp-step-img-3:after{
	position:absolute;
	left:-100px;
	top:70px;
	content:'';
	width: 200px;
    height: 420px;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
    border: 2px solid #eaeaeb;
    border-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	z-index:-1;
}


@media (max-width: 900px){
	.lp-steps-flex{
		display:block;
		padding:0 40px;
		margin:0 auto;
		margin-bottom:0px;
		text-align: center;
		width:100%;
		max-width:100%;
	}
	.lp-step{
		margin:0 auto;
		margin-bottom:40px;
	}
	.lp-step-img-1:before{
		display:none;
	}
	.lp-step-img-2:before{
		display:none;
	}
	.lp-step-img-3:after{
		display:none;
	}
	.lp-step-img-1-1:before{
		display: none;
	}
	.lp-step-m-h{
		display:none;
	}
}


.lp-step-img-{
	position:absolute;
	left:14px;
	top:14px;
	right:14px;
	bottom:14px;
	background:#f5f5f5 url() center center no-repeat;
	background-size:cover;
	border-radius:7px;
	background-position: center center;
}
.lp-step-head{
	font-weight:700;
	margin-top:20px;
	font-size:16px;
}
.lp-step-desc{
	margin-top:4px;
	color:#747489;
}







.box-trig-h{
	font-weight:900;
	font-size:26px;
	text-align: center;
	margin-bottom:40px;
}
.box-trig-h div{
	display:inline-block;
	width:30px;
	height:30px;
	margin-right:5px;
	position:relative;
	top:5px;
	background:url(../img/cloud.svg) left top no-repeat;
	background-size:contain;
}
.box-trig{
	display:flex;
	align-items: center;
	margin-bottom:20px;
}
.box-trig-img{
	width:24px;
	height:24px;
	background:#8F17F2 url(../img/tick-w.svg) center center no-repeat;
    box-shadow: 0 10px 18px 0 rgba(0,0,0,.2), inset 0 2px 0 0 rgba(0,0,0,.004);
	background-size:12px auto;
	margin-right:10px;
	flex-shrink: 0;
	border-radius:115px;
	position:relative;
}
.box-trig-desc{
	color:#747489;
}
.cont-trig{
	max-width:850px;
}



.footer{
	padding:20px 0;
	text-align:center;
}
.footer a{
	color:#747489;
	font-size:12px;
	margin:0 5px;
}



.s-footer{
	text-align: center;
	padding-bottom: 160px;
}
.s-footer .hr{
	height:2px;
	background:#F2F8FF;
}