@import url("../fonts/stylesheet.css");

*{
	padding: 0;
	margin: 0;
	border:0;
	outline: none;
    color: #000;
    box-sizing: border-box;
	position: relative;
}


body {
	font-family: 'Avenir Next Cyr', sans-serif;
	background-color: #fff;
}

a{	
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.wrapper{
	max-width: 1145px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}


h2{
	font-weight: 700;
	font-size: 41px;
	line-height: 1;
	text-align: center;
	margin: 0 auto 60px;
}

header{
	padding-top: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 4;
}

.top-bg{
	background: rgba(196, 196, 196, 0.12);
}
.top{
	text-align: center;
	z-index: 3;
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 345px;
	text-align: left;
}

.top img{
	max-width: 519px;
	margin-right: 60px;
}

.top h1{
	
font-weight: 800;
font-size: 59px;
line-height: 72px;
	max-width: 740px;
	margin: 30px auto;
	text-align: left;
}

.top h3{
	z-index: 3;
font-weight: 500;
font-size: 24px;
line-height: 29px;
max-width: 680px;
}


.contacts p:after{
	content:'';
	display: block;
	position: absolute;
	right:255px;
	top:70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/h3_arrow.svg);
	height:105px;
	width:24px;
}
.stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn{
	display: inline-block;
	text-decoration: none;
	text-align: center;
background: #874EFF;
border-radius: 17px;
padding:35px 55px;
font-weight: 600;
font-size: 27px;
line-height: 1;
/* identical to box height */


color: #fff;

}
.btn{
	box-shadow: 0px 8px 29px rgba(135, 78, 255, 0.5);
	
	transition-duration: .2s;
}

.btn:hover{
	box-shadow: none;
	text-decoration: none;
}

.top .btn{
	z-index: 3;
    width: 336px;
    margin-top: 35px;
    background-image: url(../img/apple.svg);
    background-position-y: center;
    background-position-x: 60px;
    background-repeat: no-repeat;
    padding: 25px 55px;
    padding-left: 115px;
}

.top .btn span:first-child{
	color:#fff;
font-weight: 600;
display:block;
font-size: 19px;
line-height: 25px;
}
.top .btn span:last-child{
	color:#fff;
display:block;
	
font-weight: bold;
font-size: 33px;
line-height: 35px;
}

.logo{
	display: flex;
	align-items: center;
}

.logo span{	
	font-weight: 600;
	font-size: 21px;
	line-height: 31px;
	margin-left: 27px;
}

.logo img{
	max-width: 83px;
}

header .menu-link{	
	font-weight: 700;
	font-size: 27px;
	line-height: 40px;
}

header .menu-link:hover{
	text-decoration: underline;
}

h1{	
	font-weight: 600;
	font-size: 41px;
	line-height: 50px;
	margin: 52px 0 42px;
	text-align: center;
}

.scroll{
	display: flex;
	flex-direction: column;
	align-items: center;

}

.scroll span{
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	/* identical to box height */
	
	padding-top: 13px;
	color: rgba(255, 255, 255, 0.62);
}

.faq-list{
	max-width: 720px;
    margin: 0 auto 160px;
}

.faq-item{
	margin-bottom: 26px;
}

.faq-que{
	cursor: pointer;
	padding: 44px;	
	border-radius: 21px;
	font-weight: 600;
	font-size: 26px;
	line-height: 39px;
	background: #FFFFFF;
	box-shadow: 0px 9px 57px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
    padding-right: 100px;
}


.faq-que:after{
	content:'';
	position: absolute;
	right:39px;
	top:39px;
	width:53px;
	height:53px;
	border-radius: 50%;
	background-color: #874EFF;
	background-image: url(../img/plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.open .faq-que:after{
	content:'';
	background-image: url(../img/minus.svg);
}

.faq-ans{
	padding: 40px 44px 25px;
font-weight: normal;
font-size: 25px;
line-height: 35px;
	display: none;
}

.open .faq-ans{
	display: block;
}

.setup{
	padding-bottom: 100px;
	z-index: 9;
	margin-top: -240px;
}


.setup h2 + p{
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
    max-width: 686px;
    margin: 0 auto 145px;
}

.setup-list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
    margin: 0 auto;
}
.step img{
	display: block;
	max-width: 100%;
	height: auto;

}

.img{
	height:84px;
	width:84px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E7F1FF;
	border-radius: 12px;
	margin-bottom: 28px;
}
.img-2{
	background: #F5E5FF;
}

.img-3{
	background: #FFE7F4;
}

.img-4{

	background: #E7FFF2;
}
.step{
	padding: 30px 34px 34px;
	border-radius: 30px;
	flex:0 0 23.5%;
	background: #FFFFFF;
	box-shadow: 0px 9px 57px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
}

.step-title{	
	font-weight: 600;
	font-size: 27px;
	line-height: 33px;
	margin-bottom: 12px;
	display: block;
}

.step-desc{
	
font-weight: 400;
font-size: 22px;
line-height: 27px;

}


.contacts{
	padding-bottom: 160px;
    text-align: center;
}

.contacts h2{
	margin-bottom: 50px;
	z-index: 9;
}


.docs{
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.documents{
	display: flex;
	align-items: center;
}

.documents > img{
	max-width: 400px;
	margin-right: 55px;
}

.documents .right{
	width: 100%;
}
.doc-item{
	padding:23px 30px;
	width: 100%;
background: #FFFFFF;
box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.11);
border-radius: 19px;
display: flex;
align-items: center;
margin-bottom: 35px;
}

.doc-item span{
	padding-left: 35px;
font-weight: 600;
font-size: 30px;
line-height: 37px;
letter-spacing: 0.371429px;
}

.doc-item:last-child{
	margin-bottom: 0;
}

.contacts p{
	margin-bottom: 60px;
font-weight: 500;
font-size: 24px;
z-index: 9;
line-height: 29px;
text-align: center;
}

.contacts .btn{
	margin: 0 auto;
	z-index: 9;
}

.follow{
	padding-bottom: 100px;
    text-align: center;
	z-index: 9;
}

.follow h2{
	margin-bottom: 50px;
}

.follow img{
	max-width: 650px;
	display: block;
	margin: 0 auto 20px;
}

.follow .btn{
    z-index: 9;
	margin: 0 auto;
}

.reviews{
	padding-bottom:130px;
}


.review{
	
background: #FFFFFF;
box-shadow: 0px 4px 52px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding:30px 40px;
	flex:0 0 31%;
}


.reviews-list{
	justify-content: space-between;
	display: flex;
}

.review-name{	
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.reviews h2{
	margin-bottom: 100px;
}

.review-title{
	
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: rgba(0, 0, 0, 0.61);
	text-align: center;
	display: block;
	margin-bottom: 13px;
}

.review img{
	margin: 0 auto 25px;
	display: block;
}

.review-text{
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
footer{
	z-index: 5;
	padding-bottom:30px;
	padding-top:100px;
}

footer ul{
	display: flex;
	align-items: center;
	justify-content:space-between;
	list-style:none;
	flex-wrap: wrap;
}

footer ul li{
	margin-right: 83px;
}

footer ul li:last-child{
	margin-right: 0;
}

footer ul li a{	
	font-weight: 500;
font-size: 22px;
line-height: 19px;
	text-align: center;
}

footer .copyrights{	
font-size: 17px;
line-height: 38px;
margin-bottom:70px;
text-align:center;
}


@media (max-width:900px){
	.documents > img {
		max-width: 300px;
		margin-right: 24px;
	}
	.stars {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
}
	.contacts p:after {
		right: 10%;
	}
	.review{
		padding: 35px 30px;
	}
	.review-text{		
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
	}
	
	.review-name{
		
font-weight: 400;
font-size: 19px;
line-height: 28px;
	}
	.review img {
		max-width: 100%;
	}
	.review-title{
		
		font-weight: bold;
		font-size: 21px;
		line-height: 31px;
	}
}
.follow .mob{
	display:none;
}

@media (max-width:1000px){
	.top img {
		max-width: 340px;
		margin-right: 20px;
	}
	.step{
		flex:0 0 48%;
		margin-bottom: 20px;
	}
}

@media (max-width:760px){
	.top img{
		
		max-width: 350px;
		margin: 0 auto;
		width: 100%;
	}
	.iphone{
		flex-direction:column;
	}
	.iphone .left{
		padding-right:0;
		margin-bottom:20px;
	}
	.setup-list{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.step{
		margin-top:0 !important;
		max-width: 400px;
		width:100%;
		margin-bottom: 20px;
	}

	.setup h2 + p{
		
		font-weight: 500;
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 90px;
	}
	.setup-list{
		padding-top: 0;
	}
	.step:last-child{
		margin-bottom: 0;
	}
}

@media (max-width:700px){
	.documents{
		flex-direction: column-reverse;
	}

	.documents .right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.doc-item {
		padding: 10px 15px;
		width: 100%;
		border-radius: 19px;
		display: flex;
		align-items: center;
		margin-bottom: 15px !important;
		flex: 0 0 48%;
	}
	.documents > img{
		margin-right: 0;
		max-width: 400px;
		width: 100%;
		display: block;
	}

	.doc-item span{
		padding-left: 20px;
		font-size: 20px;
	}
	.home:after, .home:before{
		
    background-position-x: -286px;
	}
	.contacts p:after{
		top:115px;
	}
	h2{
		
font-size: 26px;
line-height: 39px;
text-align: center;
margin-bottom: 23px !important;
	}
	.follow .mob{
		display: block;
		width: 100%;
		z-index: 9;
	}
	.follow .desk{
		display: none;
	}
	
	.contacts .btn:after{
		display: none;
	}
	.review img {
		max-width: 206px;
	}
	.reviews-list{
		max-width: 500px;
		margin: 0 auto;
		flex-wrap:wrap;
	}
	
	.review{
		flex:0 0 100%;
		margin-bottom:30px
	}
	.top{
		text-align: center;
		flex-wrap: wrap;
	}
	.top h1{
		text-align: center;
font-weight: 800;
font-size: 33px;
line-height: 39px;
	}

	.top h3{
		
font-weight: 500;
font-size: 18px;
line-height: 27px;
text-align: center;
	}

	footer{
		padding-top: 24px;
		padding-bottom: 30px;
	}

	footer ul{
		justify-content: center;
	}

	footer ul li{
		margin-right: 0;
	}

	footer ul li a{		
		display: block;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		padding: 12px 20px;
	}

	footer .copyrights{
		text-align: center;
font-size: 14px;
line-height: 23px;
margin-bottom:40px;
	}
	.reviews {
    padding-bottom: 35px;
}
}

@media (max-width:500px){
	.doc-item {
		flex:0 0 100%;
	}
	.contacts p:after{
		top:75px;
		right:0;
	}.home:after, .home:before{
		
    background-position-x: -356px;
	}
	header .menu-link{		
		font-weight: 600;
		font-size: 14px;
		line-height: 21px;
	}

	.logo span{
		font-weight: 600;
		font-size: 12px;
		line-height: 18px;
		margin-left: 11px;
	}

	.logo img{
		max-width: 30px;
	}
	.top h3:after {
		right: 16%;
	}
	.contacts p{
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 45px;
	}
	
	.iphone h2{
		
font-size: 27px;
line-height: 38px;
margin-bottom:25px;
	}
	.iphone .left p{
		
font-size: 16px;
line-height: 20px;
	}
	.iphone img {
    max-width: 380px;
    display: block;
    height: auto;
    width: 100%;
}

	header{
		padding-top: 33px;
	}

	.btn{
		padding:28px 20px;
		
font-size: 23px;
line-height: 28px;
	}
	.top .btn{
		margin: 50px auto 65px;
		width: 274px;
		padding:14px 32px 14px 70px;
		background-position-x:25px;
	}
	
	.top .btn span:first-child{
		
		font-size: 17px;
	}
	.top .btn span:last-child{
		
		font-size: 31px;
	}
	.faq-item{
		margin-bottom: 18px;
	}

	.faq-que {
		padding: 23px 70px 23px 21px;
		font-size: 16px;
		line-height: 24px;
	}
	.faq-que:after {
		
		right: 21px;
		top: 22px;
		width: 30px;
		height: 30px;
	}

	.faq-ans{
		padding-left: 21px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width:420px){
	
	.top h3:after {
		right: 4%;
	}
}