@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

body {
	height:100%; 
	width:100%;
	background:#EFEEFC;
	font-family:"Montserrat", sans-serif;
	font-weight:400;
	font-size:1em;
	line-height:1.5;
	color:#434C54;
	padding-top:68px;
	margin:0;
	-webkit-font-smoothing:antialiased;
}

* {box-sizing:border-box;}
a {color:#5249F7; text-decoration:none;}
p {margin:0; padding-bottom:20px; width:95%;}
p:last-child {padding:0;}
strong {color:#5249f7; font-weight:600;}
h1 {
	font-size:2em;
	font-weight:600;
	margin:0;
	line-height:1.3;
	padding-bottom:11px;
}
h2 {
	font-size:1.375em;
	font-weight:500;
	margin:0;
	padding-bottom:24px;
}
input[type="text"], input[type="tel"], textarea{
	width:100%;
	background:#fff;
	border:1px solid #E5E4F3;
	font-family:"Montserrat", sans-serif;
	font-size:1em;
	color:#434C54;
	outline:none;
	margin-bottom:12px;
	padding:19px 24px 21px;
}
::placeholder {color:#8A8A8A;}
:-ms-input-placeholder {color:#8A8A8A;}
::-ms-input-placeholder {color:#8A8A8A;}

.h2-bold {
	font-size:1.5em;
	font-weight:600;
	padding-bottom:2px;
}
.container {position:relative; padding:0 12px;}
.center {text-align:center;}

.top {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#5249f7;
	padding:12px 0;
	z-index:100;
}
.top .container {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.top-bars {
	width:30px;
	height:30px;
	background:url(../svg/bars.svg) no-repeat left center;
	cursor:pointer;
}
.top-button {
	display:inline-block;
	border:1px solid #fff;
	color:#fff;
	font-weight:600;
	border-radius:10px;
	padding:10px 29px 11px;
	cursor:pointer;
}

.start-wrapper {
	background:linear-gradient(150.64deg, #5249F7 29.1%, #9649F7 100%);
	color:#fff;
	border-bottom-right-radius:80px;
	padding:30px 0;
}
.start .container {
	background:url(../svg/start.svg) no-repeat 18px 70px;
	padding-bottom:360px;
}
.start-about {
	font-size:1.375em;
}
.start-about strong {font-weight:700; color:#fff;}

.form {
	text-align:center;
	color:#28333D;
	padding:60px 0;
}
.form-about, .reasons-about {
	font-size:1.125em;
	font-weight:500;
	padding-bottom:18px;
}
.form-button {
	background:#5249F7;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	font-size:1.125em;
	line-height:1;
	text-align:center;
	padding:21px 20px 20px;
	margin-top:12px;
	cursor:pointer;
	width: 100%;
}
.form-done {display: none;}

.reasons {
	background:#fff;
	padding:40px 0;
	text-align:center;
}
.reasons h2 {color:#28333D;}
.reasons-about {color:#28333D; padding-bottom:30px;}
.reasons-icon {
	display:inline-block;
	width:100px;
	height:100px;
	border-radius:50%;
	border:5px solid #EFEEFC;
}
.reasons-icon.pay {
	background:linear-gradient(162.44deg, #5249F7 29.1%, #9649F7 100%);
}
.reasons-icon div {
	width:90px;
	height:90px;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:40px;
}
.reasons-tip {
	width:95%;
	margin:auto;
	color:#434C54;
	padding:24px 0;
}

.why {padding:40px 0;}
.why img {
	max-width:100%;
	border-radius:10px;
	margin-bottom:25px;
}
.why a {border-bottom:1px solid rgba(82, 73, 247, 0.5);}

.cond {background:#fff; padding:40px 0;}
.cond-block, .steps-block  {
	background-color:#F7F6FF;
	background-repeat:no-repeat;
	background-position:center 24px;
	background-size:40px;
	border-radius:10px;
	text-align:center;
	padding:75px 24px 24px;
	margin-bottom:8px;
}
.cond-block:last-child, .steps-block:last-child {margin:0;}

.steps {
	background:linear-gradient(149.88deg, #5249F7 29.1%, #9649F7 100%);
	padding:40px 0;
}
.steps h2 {color:#fff;}
.steps-block {background-color:#fff;}
.step-1 strong {cursor:pointer;}

.money {
	background:#fff;
	padding:40px 0;
}
.money-blocks {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
	padding-bottom:30px;
}
.money-block {
	height:100px;
	background:#F7F7FF;
	border-radius:5px;
	width:calc(50% - 6px);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:65px;
	margin-bottom:12px;
}
.money-block.logo-2 {background-size:59px;}
.money-block.logo-3 {background-size:128px;}
.money-block.logo-4 {background-size:106px;}
.money-block.logo-5 {background-size:89px;}
.money-block.logo-6 {background-size:88px;}
.money-block.logo-7 {background-size:124px;}
.money-block.logo-8 {background-size:64px;}
.money-daily {
	width:100%;
	background:linear-gradient(174.62deg, #5249F7 29.1%, #9649F7 100%);
	color:#fff;
	font-weight:500;
	border-radius:5px;
	text-align:center;
	padding:38px 15px;
	margin-bottom:12px;
}
.money-earn {
	background:linear-gradient(172.6deg, #5249F7 29.1%, #9649F7 100%);
	border-radius:10px;
	margin:20px 0 24px;
}
.money-earn div {
	background:url(../img/money_earn.png) no-repeat right 24px top 24px;
	background-size:48px;
	font-size:1.5em;
	font-weight:600;
	color:#fff;
	line-height:1.3;
	padding:24px 82px 24px 24px;
}

.opinions {padding:40px 0;}
.opinions .container {padding-right:0;}
.opinions h2 {padding-right:12px;}
.opinions-block {
	width:300px !important;
}
.opinions-block .wrapper {
	width:auto;
	height:350px;
	background:#fff;
	border-radius:10px;
	font-size:0.875em;
	text-align:center;
	padding:40px 15px 20px;
	margin: 0;
}
.opinions-block-photo {
	position:relative;
	display:inline-block;
	width:100px;
	height:100px;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100px;
}
.opinions-block-photo div {
	position:absolute;
	top:calc(100% - 15px);
	left:calc(50% - 15px);
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:20px;
}
.opinions-block-text {
	width:90%;
	margin:auto;
	padding:14px 0 8px;
}
.opinions-block-name {
	font-size:0.875em;
	color:#C2C6CB;
	font-weight:500;
	padding-top:6px;
}

.form-footer {
	background:#fff;
	padding:40px 0;
}

.footer {
	background:#1D2738;
	font-size:0.750em;
	color:#8393AE;
	padding:40px 0;
}
.footer-menu div {padding-bottom:10px;}
.footer-menu a {
	font-size:1.125em;
	color:#E3E9F4;
	border-bottom:1px solid rgba(227, 233, 244, 0.5);
}
.footer-text {
	line-height:2.6;
	padding-top:15px;
}
.footer-text a {
	color:#8393AE;
	border-bottom:1px solid rgba(131, 147, 174, 0.5);
}
.footer-text strong {color:#8393AE;}
.footer-email {padding:5px 0;}

@media (min-width:500px) {
	body {background:#e5e5e5;}
 	.wrapper {
		width:376px;
		margin:auto;
	}
	.top {
		width: 376px;
		left:50%;
		margin-left: -188px;
	}
	.start, .form, .opinions, .why {
		background:#EFEEFC;
	}
}


.wa
{
	display: block;
    padding: 20px;
    margin: 0 auto;
    width: 70%;
    background: #75C46B;
    text-align: CENTER;
    margin-top: 30px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 14px;
}