@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

* {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

a,
.btn{
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
 
.container {
	margin: auto;
	padding: 0 15px;
	max-width: 1170px;
	font-size: 0;
    width: 100%;
    position: relative;
}
 
.site-header .toggle {
    position: absolute;
    height: 20px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin: auto;
    cursor: pointer;
    display: none;
}
 
.site-header .toggle .bar {
    height: 2px;
    border-radius: 100px;
    background-color:  #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.site-header .toggle .bar2{
    top: 8px;
}
.site-header .toggle .bar3{
    top: 16px;
}
.site-header .toggle.active .bar1{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px;
}
.site-header .toggle.active .bar2{
    opacity: 0;
}
.site-header .toggle.active .bar3{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 7px;
}

.container{
	max-width: 1440px;
	padding: 0 40px;
}
img{
	max-width: 100%;
}

.site-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 29px 0;
}
.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;	
	flex-wrap: wrap;
}
.site-header .navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 380px)
}
.site-header .nav {
	font-size: 0;
}
.site-header li {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.site-header li:not(:first-child) {
	margin-left: 50px;
}
.site-header li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;	
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.site-header .active {
	font-weight: bold;	
}
.site-header li a:after {
	width: 0;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	content: "";
	position: absolute;
	background: #FFFFFF;
	border-radius: 3px;	
	transition: all 0.4s ease;
}
.site-header .active:after, 
.site-header a:hover:after{
	width: 70%;
} 
.site-header .sign {
	font-size: 0;
}
.site-header .sign .btn {
	background: #FFFFFF;
	border-radius: 8px;	
	padding: 12px 25px;
	min-width: 100px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #0097E3;	
	display: inline-block;
	border: 0;
	height: auto;
}
.site-header .sign .btn-signin{
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}
.site-header .sign .btn:last-child{
	margin-left: 16px;
}
.site-header .sign .btn:hover{
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}
 

.main {
	background: linear-gradient(206.28deg, #26D3FC 1.01%, #7C28FB 95.41%);	
	padding: 88px 0 0;
}
.main .main-inner {
	background: linear-gradient(204.47deg, #26D3FC 1.01%, #7C28FB 95.41%), #0097E3;
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.32);
	border-radius: 16px;	
	position: relative;
	padding: 64px 48px;
	direction: rtl;
	display: flex;
	align-items: center;
	top: 24px;
	justify-content: space-between;
}
.main .main-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	top: 0;
	background: url(/application/public/main/img_main/circles-main.png) calc(0px - 40px) calc(100% + 43px) no-repeat;
	background-size: contain;
	border-radius: 16px;
}
.main .main-text {
	width: 37%;
	text-align: left;
	position: relative;
	z-index: 20;
	direction: ltr;
}
.main .h1 {
	font-weight: 800;
	font-size: 46px;
	line-height: normal;
	color: #FFFFFF;	
	margin-bottom: 16px;
	margin-right: -20px;
}
.main .h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	color: #FFFFFF;	
	margin-bottom: 40px;
}
.main .main-text__p {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.72);
	mix-blend-mode: normal;	
	margin-bottom: 40px;
}
.main .main-image {
	width: calc(100% - 37% + 60px);
	margin-left: -60px;
}
.main img {
	width: calc(100% + 100px);
	margin: -40px -30px;
}
.btn__group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.btn {
	height: 64px;
	border: 2px solid #0DD95F;
	box-sizing: border-box;
	border-radius: 16px;	
	padding: 0 26px;
	min-width: 145px;
	line-height: 60px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	letter-spacing: -0.25px;
	text-decoration: none;
	color: #FFFFFF;	
	display: inline-block;
}
.btn__group .btn:hover{
	background: #22c664;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);	
	border-color: #22c664;
}
.btn__group .btn-primary {
	margin-right: 24px;
}
.btn.btn-primary{
	background: #0DD95F;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.btn.btn-primary:hover{
	background: #22c664;
	border-color: #22c664;
}


.block-header .h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}
.block-header .block-header__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.72);
	mix-blend-mode: normal;	
	max-width: 570px;
}

.push-element{
	padding: 96px 0 0;
}
.push-element .container{
	max-width: 1340px;
}
.push-element__wrap {
	padding: 120px 0 140px;
}
.push-element__wrap .push-element__center {
	max-width: 518px;
	margin: auto;
}
.push-element__wrap {
	position: relative;
}
.push-element__item {
	width: 368px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 16px;	
	padding: 24px 24px 16px 16px;
	position: absolute;
	z-index: 20;
}
.push-element__item:nth-child(2n) {
	text-align: right;
}
.push-element__item .item-line{
	position: absolute;
}
.push-element__item .item-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.item-title span{
	display: none;
}
.push-element__item .item-text {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.72);
	mix-blend-mode: normal;	
}
.push-element__item.item-1{
	top: 65px;
	left: 0;
}
.push-element__item .line-1{
	left: calc(100% - 6px);
	bottom: 20px;
}
.push-element__item.item-2{
	top: 65px;
	right: 0;
	padding: 24px 24px 30px;
}
.push-element__item .line-2{
	right: calc(100% - 8px);
	bottom: 13px;
}

.push-element__item.item-3{
	top: 235px;
	left: 0;
}
.push-element__item .line-3{
	left: calc(100% - 6px);
	top: 10px;
}
.push-element__item.item-4{
	top: 230px;
	right: 0;
	padding: 24px 24px 30px;
}
.push-element__item .line-4{
	right: calc(100% - 8px);
	top: -30px;
}


.how-work {
	margin-bottom: 60px;
}
.how-work .container {
	display: flex;
	direction: rtl;
	max-width: 1340px;	
	justify-content: space-between;
	flex-wrap: wrap;
}
.how-work .how-work__tab {
	width: 46%;	
	direction: ltr;
	margin-bottom: 15px;
}
.how-work .tab__item {
	margin-bottom: 15px;
	text-align: center;
	padding: 20px;
}
 
.how-work .tab__item img {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	max-height: 325px;
	display: inline-block;
}
.tab__nav ul {
	display: flex;
	justify-content: center;
}
.tab__nav li {
	margin: 0 23px;
}
.tab__nav .tab_link {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.87);	
	display: inline-block;
	position: relative;
	transition: all 0s;
	white-space: nowrap;
	margin-bottom: 20px;
}
.tab__nav .slick-current .tab_link {
	font-weight: bold;
	color: #0DD95F;	
}
.tab__nav .slick-current .tab_link:after{
    width: 40px;
    height: 4px;
    left: 46%;
    transform: translateX(-50%);
    bottom: -12px;
    content: "";
    position: absolute;
    background: #0DD95F;
    border-radius: 3px;
    transition: all 0.4s ease;	
}
.how-work .how-work__text {
	width: 54%;
	direction: ltr;
}
.how-work .block-header {
	margin-bottom: 45px;
}
.how-work .block-header__text {
	padding-right: 15px;
}
.how-work .how-work__item {
	position: relative;
	padding-left: 32px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.7);
	mix-blend-mode: normal;	
	margin-bottom: 35px;
}
.how-work .how-work__item:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 4px solid #0DD95F;
	left: 0;
	border-radius: 5px;
	top: 5px;
	box-sizing: border-box;
}
.how-work .btn__group {
	padding-top: 10px;
}
.how-work .btn__group .btn {
}
.how-work  .btn{
	color: rgba(0, 0, 0, 0.87);	
}
.how-work .btn-primary {
	color: #fff;
}
.how-work .btn:hover{
	color: #fff;
}

.blocks-wrap{
	background: linear-gradient(220.07deg, #26D3FC 1.01%, #7C28FB 95.41%);	
}

.advantage{
	margin-bottom: 56px;
}
.advantage__inner {
	background: linear-gradient(209.51deg, #26D3FC 1.01%, #7C28FB 95.41%), #0097E3;
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.32);
	border-radius: 16px;
	padding: 56px 20px 25px;
	position: relative;
	top: -24px;
}
.advantage__inner:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url(/application/public/main/img_main/bg-3-circles.png) center no-repeat;
	background-size: 110% auto;	
} 
.advantage .h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: normal;
	color: #FFFFFF;	
	text-align: center;
	margin-bottom: 0px;
}
.advantage__content{
	text-align: center;
	position: relative;
	z-index: 30;
	
}
 
.advantage__item {
	position: absolute;
	right: 10px;
	width: calc(50% - 200px);
	top: 0;
	text-align: left;
}
.advantage__item.item-1{
	top: 70px;
}
.advantage__item.item-2{
	top: 70px;
}
.advantage__item.item-3{
	top: 40%;
}
.advantage__item.item-4{
	top: 40%;
}
.advantage__item.item-5{
	top: 70%;
}
.advantage__item.item-6{
	top: 70%;
}
.advantage__item .item__h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;	
	margin-bottom: 16px;
}
.advantage__item .item__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;	
}

@media ( min-width: 992px ){
	.advantage__item:nth-child(2n-1){
		text-align: right;
		left: 10px;
		right: auto;
	}
}

.partners .container{
	max-width: 1340px;
}
.partners {
	padding-bottom: 80px; 
}
.partners .block-header {
	margin-bottom: 40px;
}
.partners .h2 {
	color: #fff;
}
.partners .block-header__text {
	color: #fff;
}

.partners__slider {
	padding: 0 85px;
}
.partners__slider .partners__item {
	background: #FFFFFF;
/*	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.16);*/
	border-radius: 16px;	
	margin: 0 13px;
	height: 180px;
	line-height: 140px;
	padding: 20px;
}
.partners__slider img {
	vertical-align: middle;
	display: inline-block;
}
.partners__slider  .slick-arrow{
	position: absolute;
	width: 48px;
	height: 48px;
	background: #FFFFFF url(/application/public/main/img_main/prev.svg) center no-repeat;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 56px;
	z-index: 20;
	border: 0;
	font-size: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	left: 0;
}
.partners__slider  .slick-next{
	left: auto;
	right: 0;
	background: #FFFFFF url(/application/public/main/img_main/next.svg) center no-repeat;	
}
.partners__slider .slick-disabled{
	opacity: 0.5;
}

.site-footer {
	background: #342E3C;
	padding: 80px 0;
}
.site-footer .container {
	max-width: 1340px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.site-footer .logo{
	font-size: 0;
	line-height: normal;
}
.site-footer .navbar {
 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.site-footer .nav {
	display: flex;
	flex-wrap: wrap;
}
.site-footer a {
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    display: inline-block;	
}
.site-footer li:not(:first-child) {
    margin-left: 50px;
}

.site-footer table{
	display: inline-block;
}
.site-footer tr{
	display: flex;
}
.site-footer td:not(:last-child){
	margin-right: 16px;
}
.site-footer .ch{
	background: rgba(255, 255, 255, 0.24);
	border-radius: 3px;	
	width: 88px;
	height: 31px;
}
 
.adv-number{
	display: none;
}
.show-mob{
	display: none;
}

.how-much {
	margin-bottom: 88px;
}
.how-much__inner{
	background: #FFFFFF;
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.16);
	border-radius: 16px;	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.how-much .how-much__text {
	padding: 40px 48px 55px;
	width: calc(100% - 390px);
}

.earn-form {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 85px;
}
.earn-form .form-group {
	width: 30%;
}
.earn-form .form-control{
	height: 56px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	border-radius: 8px;	
	padding: 0 16px;
	width: 100%;
	font-weight: 600;
	font-size: 24px;
	color: #000000;	
}
.earn-form label {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.earn-form p {
	font-size: 12px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.72);
	margin-bottom: 16px;
}
 


.how-much__slider {
	width: 390px;
	background: linear-gradient(228.06deg, #26D3FC 1.01%, #7C28FB 95.41%), #0097E3;
	border-radius: 0px 16px 16px 0px;	
	padding: 40px 32px 50px;
}
.how-much__slider:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: url(/application/public/main/img_main/bg-2-circles.png) calc(0px - 60px) center  no-repeat;
    background-size: 80% auto;
	right: 0;
	z-index: 10;
}
.how-much__slider .how-much__earn {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 20;	
}
.how-much__slider .slick-list{
	position: relative;
	z-index: 20;
}
.how-much__slider .h2 {
	color: #fff;
}
.how-much__slider .block-header__text {
	color: #fff;
	margin-bottom: 15px;
}
.how-much__slider .how-much__amount {
	font-weight: 800;
	font-size: 72px;
	line-height: normal;
	color: #FFFFFF;	
	margin-bottom: 20px;
}
 


@media ( max-width: 1300px ){
 
	.earn-form{
		padding-top: 60px;
	}
	.site-footer table{
		padding: 10px;
	}
	.site-footer li:not(:first-child),
	.site-header li:not(:first-child) {
		margin-left: 30px;
	}	
	.site-header .navbar {
		width: calc(100% - 280px);
	}	
	.main .h1 {
		font-size: 40px;
		margin-right: -10px;
	}	
	.main .h4 {
		font-size: 20px;
	}	
	.main .main-text__p {
		font-size: 16px;
		line-height: 26px;
	}	
	.main .main-inner {
		padding: 44px 28px;
	}	
	.container{
		padding: 0 15px;
	}
	.main .main-text {
		width: 45%;
	}	
	.main .main-image {
		width: calc(55% + 30px);
		margin-left: -30px;
	}	
	.main img {
		width: calc(100% + 40px);
		margin: -20px -20px;
	}	
	.site-header li a{
		font-size: 14px;
	}
	.site-header .sign .btn{
		font-size: 15px;
		padding: 10px 20px;
	}
	.push-element__wrap{
		max-width: 1000px;
		margin: auto;
		padding: 140px 0 140px;		
	}
	.push-element__wrap .push-element__center {
		max-width: 430px;
	}	
	.push-element__item{
		width: 265px;
		padding: 20px;
	}
	.push-element__item.item-1{
		top: 35px;
		left: 0;
	}
	.push-element__item.item-2{
		top: 85px;
		right: 0;
		padding: 20px;
	}
 	
}

@media ( max-width: 1024px ){
	.block-header .h2{
		font-size: 30px;
	}
	.partners__slider .partners__item {
		height: 130px;
		line-height: 110px;
		padding: 10px;
		text-align: center;
	}		
	.partners__item img{
		max-height: 95%;
		max-width: 95%
	}
	.site-footer .navbar {
		width: auto;
	}	
	.site-footer li:not(:first-child) {
		margin-left: 30px;
	}	
	.site-header .toggle{
		display: block;
		top: 10px;
		transform: translate(0);
	}
	.site-header .navbar{
		width: 100%;
		z-index: 100;
		flex-wrap: wrap;
		display: none;
	}
	.site-header .nav{
		width: 100%;
		margin-bottom: 15px;
	}
	.site-header li{
		display: block;
		margin-left: 0!important;
	}
	.site-header{
		padding: 16px 0;
		z-index: 300;	
		transition: all 0.4s ease;
	}
 
	.site-header:after{
		transition: all 1.3s;
		background: linear-gradient(206.28deg, rgba(38, 211, 252, 1) 1.01%, rgba(124, 40, 251, 1) 95.41%);		
		left: 0;
		right: 0;
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		max-height: 0%;
	}
	.site-header .container{
		position: relative;
		z-index: 10;
	}
	.site-header.active:after {
		transition: all 0.5s;
		max-height: 100%;
	}	
	.site-header li a:after {
		width: 0;
		height: 4px;
		left: calc(100% + 15px);
		transform: translate(0%,-50%);
		bottom: auto;
		top: 50%;
	}	
	.site-header .active:after, .site-header a:hover:after{
		width: 40px;
	}
	.main .main-inner{
		direction: ltr;
		flex-wrap: wrap;
		text-align: center;
	}
	.main .main-image{
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.main .main-image img{
		display: inline-block;
		margin: -30px;
		max-width: 100%;
		width: auto;
	}
	.main .main-text{
		width: 100%;
		text-align: center;
	}
	
	.main br{
		display: none;
	}
	.btn__group{
		justify-content: center;
	}
	.btn__group .btn-primary{
		margin-right: 16px;
	}
	.main .h1 {
		margin-right: 0;
	}
}

@media ( max-width: 992px ){
	.how-much br{
		display: none;
	}
	.how-much__slider .block-header__text{
		max-width: 100%;
	}
	.how-much .how-much__text {
		padding: 30px 25px 35px;
		width: 100%;
	}	
	.how-much__slider{
		border-radius: 0 0 16px 16px;
		width: 100%;
	}	
	.show-mob{
		display: block;
	}
	.how-work__text .block-header{
		display: none;
	}
	.how-work .container{
		direction: ltr;
	}
	.how-work .how-work__text,
	.how-work .how-work__tab{
		width: 100%;
	}
	.how-work .how-work__tab{
		margin-bottom: 40px;
	}
	.how-work .tab__item{
		text-align: center;
	}
	.how-work .how-work__item{
		font-size: 16px;
	}
	.item-title span{
		display: inline;
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
		padding-right: 3px;
	}	
	.adv-number{
		display: block;
		position: absolute;
		font-weight: 600;
		font-size: 12px;
		line-height: 20px;
		color: #FFFFFF;		
		width: 16px;
		height: 16px;
		background: #0DD95F;		
		border-radius: 50%;
		text-align: center;
		line-height: 16px;
	}
	.adv-number:after{
		border-radius: 50%;
		content: "";
		position: absolute;
		top: -4px;
		bottom: -4px;
		left: -4px;
		right: -4px;
		border: 4px solid rgb(13, 217, 95);		
		background-color: transparent;
		opacity: 0.4;
	}
	.adv-number.number-1{
		left: 40px;
		top: 23px;
	}
	.adv-number.number-2{
		left: 150px;
		top: 23px;		
	}
	.adv-number.number-3{
		left: 260px;
		top: 63px;			
	}
	.adv-number.number-4{
		left: 195px;
		bottom: 28px;				
	}
	.push-element{
		overflow: hidden;
		padding-top: 55px;
	}
	.push-element__wrap {
		max-width: 1000px;
		margin: auto;
		padding: 0 0px 40px;
	}	
	.push-element__wrap .push-element__center{
		margin: 0;
		position: relative;
	}
	.push-element__center img{
		margin: 0 -30px -20px;
		max-width: 400px;
	}
	.push-element__item{
		position: static;
		width: 100%;
		text-align: left!important;
		margin-bottom: 8px;
		padding: 16px!important;
	}
	.push-element__item .item-line{
		display: none;
	}
	.advantage .slick-dots li{
		display: inline-block;
		background: rgba(255, 255, 255, 0.3);
		border-radius: 5px;	
		width: 8px;
		height: 8px;	
		border: 0;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		margin: 0 4px;
		cursor: pointer;
	}
	.advantage .slick-dots {
		padding-top: 12px;
	}
	.advantage .slick-dots .slick-active{
		background: #fff;
	}
	.advantage .slick-dots button{
		display: none;
	}
	.advantage .h2{
		font-size: 24px;
	}
	.advantage__inner {
		padding: 26px 20px 25px;
		top: -14px;
	}	
	.advantage__center{
		margin-bottom: 24px;
	}
	.advantage__center img{
		margin: -40px -30px 0;
		max-width: 500px;
	}
	.advantage__item{
		position: static;
		width: auto;
		text-align: center;
	}
	.advantage__inner:after{
		content: none;
	}
}


@media ( max-width: 768px ){	
	.how-much {
		margin-bottom: 0px;
	}	
	.how-much__slider{
		border-radius: 0;
	}
	.how-much .container{
		padding: 0;
	}
	.how-much__inner{
		box-shadow:  0 0 0;
		border-radius: 0;
	}
	.earn-form {
		flex-wrap: wrap;
		padding-top: 25px;
	}
	.how-much .how-much__text{
		padding: 0px 15px 5px;
		width: 100%;
	}
	.earn-form .form-group{
		width: 100%;
		margin-bottom: 24px;
	}
	.advantage__slider{
		padding: 0 10px;
	}
	.how-work .how-work__tab {
		margin-bottom: 35px;
	}
	.how-work .tab__item img {
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
		max-height: 300px;
/*		max-width: 300px;*/
	}	
	.how-work .block-header{
		margin-bottom: 25px;
	}
	.how-work .tab__item{
		padding: 15px 15px 20px;
	}
	.tab__nav li {
		margin: 0 15px;
		text-align: center
	}	
	.tab__nav .tab_link{
		font-size: 14px;
	}
	.advantage__center img {
		margin: -50px 0px 0;
		max-width: 100%;
	}	
	.advantage__inner {
		padding:20px 10px;
		top: -14px;
		margin: 0 -15px;
	}	
	.block-header .h2{
		font-size: 24px;
	}	
	.partners__slider {
		padding: 0 55px;
	}	
	.site-footer li:not(:first-child) {
		margin-left: 0;
	}	
	.site-footer {
		padding: 50px 0 20px;
	}	
	.site-footer li{
		width: 100%;
		padding: 6px 0;
	}
	.site-footer .navbar{
		width: 100%;
		padding-top: 20px;
	}
	.main .h1 {
		font-size: 28px;
		line-height: normal;
		margin: 0 0 8px;
	}	
	.main .h4 {
		font-size: 18px;
		line-height: normal;
		margin-bottom: 24px;
	}	
	.main .main-text__p {
		line-height: 23px;
		margin-bottom: 16px;
	}		
	.main .main-inner{
		top: 0;
		padding: 0 0 40px;
		background: transparent;
		box-shadow: 0 0 0;
		overflow: hidden;
	}
	.main .main-image img{
		margin: 0 -25px;
		max-width: calc(100% + 50px);
	}
	.main .main-inner:after{
		content: none;
	}
	.btn{
		padding: 0 15px;
		min-width: 100px;
	}
	.btn__group .btn{
		margin-bottom: 10px;
	}
	.main{
		padding-top: 65px;
	}
}
@media ( max-width: 550px ){
	.how-work .tab__item img {
		box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.25);
		max-height: 200px;
/*		max-width: 300px;*/
	}	
	.how-work .tab__item {
		padding: 10px 10px 15px;
	}
	.how-work .tab__item .mob{
		border-radius: 18px 15px 0 0!important;
	}
	.site-footer table{
		padding: 10px 0;
	}	
	.site-footer table tr{
		flex-wrap: wrap;
	}
	.site-footer table td{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.partners__slider{
		padding: 0;
		margin: 0 -15px;
	}
	.partners__slider .slick-list{
		padding-right: 135px;
	}
	.partners__slider .slick-arrow{
		display: none!important;
	}
}







@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

* {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

a,
.btn{
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
 
.container {
	margin: auto;
	padding: 0 15px;
	max-width: 1170px;
	font-size: 0;
    width: 100%;
    position: relative;
}
 
.site-header .toggle {
    position: absolute;
    height: 20px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin: auto;
    cursor: pointer;
    display: none;
}
 
.site-header .toggle .bar {
    height: 2px;
    border-radius: 100px;
    background-color:  #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.site-header .toggle .bar2{
    top: 8px;
}
.site-header .toggle .bar3{
    top: 16px;
}
.site-header .toggle.active .bar1{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px;
}
.site-header .toggle.active .bar2{
    opacity: 0;
}
.site-header .toggle.active .bar3{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 7px;
}

.container{
	max-width: 1440px;
	padding: 0 40px;
}
img{
	max-width: 100%;
}

.site-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 29px 0;
}
.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;	
	flex-wrap: wrap;
}
.site-header .navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 380px)
}
.site-header .nav {
	font-size: 0;
}
.site-header li {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.site-header li:not(:first-child) {
	margin-left: 50px;
}
.site-header li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;	
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.site-header .active {
	font-weight: bold;	
}
.site-header li a:after {
	width: 0;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	content: "";
	position: absolute;
	background: #FFFFFF;
	border-radius: 3px;	
	transition: all 0.4s ease;
}
.site-header .active:after, 
.site-header a:hover:after{
	width: 70%;
} 
.site-header .sign {
	font-size: 0;
}
.site-header .sign .btn {
	background: #FFFFFF;
	border-radius: 8px;	
	padding: 12px 25px;
	min-width: 100px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #0097E3;	
	display: inline-block;
	border: 0;
	height: auto;
}
.site-header .sign .btn-signin{
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}
.site-header .sign .btn:last-child{
	margin-left: 16px;
}
.site-header .sign .btn:hover{
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}
 

.main {
	background: linear-gradient(206.28deg, #26D3FC 1.01%, #7C28FB 95.41%);	
	padding: 88px 0 0;
}
.main .main-inner {
	background: linear-gradient(204.47deg, #26D3FC 1.01%, #7C28FB 95.41%), #0097E3;
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.32);
	border-radius: 16px;	
	position: relative;
	padding: 64px 48px;
	direction: rtl;
	display: flex;
	align-items: center;
	top: 24px;
	justify-content: space-between;
}
.main .main-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	top: 0;
	background: url(/application/public/main/img_main/circles-main.png) calc(0px - 40px) calc(100% + 43px) no-repeat;
	background-size: contain;
	border-radius: 16px;
}
.main .main-text {
	width: 37%;
	text-align: left;
	position: relative;
	z-index: 20;
	direction: ltr;
}
.main .h1 {
	font-weight: 800;
	font-size: 46px;
	line-height: normal;
	color: #FFFFFF;	
	margin-bottom: 16px;
	margin-right: -20px;
}
.main .h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	color: #FFFFFF;	
	margin-bottom: 40px;
}
.main .main-text__p {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.72);
	mix-blend-mode: normal;	
	margin-bottom: 40px;
}
.main .main-image {
	width: calc(100% - 37% + 60px);
	margin-left: -60px;
}
.main img {
	width: calc(100% + 100px);
	margin: -40px -30px;
}
.btn__group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.btn {
	height: 64px;
	border: 2px solid #0DD95F;
	box-sizing: border-box;
	border-radius: 16px;	
	padding: 0 26px;
	min-width: 145px;
	line-height: 60px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	letter-spacing: -0.25px;
	text-decoration: none;
	color: #FFFFFF;	
	display: inline-block;
}
.btn__group .btn:hover{
	background: #22c664;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);	
	border-color: #22c664;
}
.btn__group .btn-primary {
	margin-right: 24px;
}
.btn.btn-primary{
	background: #0DD95F;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.btn.btn-primary:hover{
	background: #22c664;
	border-color: #22c664;
}


.block-header .h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: normal;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}
.block-header .block-header__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.72);
	mix-blend-mode: normal;	
	max-width: 570px;
}

.push-element{
	padding: 96px 0 0;
}
.push-element .container{
	max-width: 1340px;
}
.push-element__wrap {
	padding: 120px 0 140px;
}
.push-element__wrap .push-element__center {
	max-width: 518px;
	margin: auto;
}
.push-element__wrap {
	position: relative;
}
.push-element__item {
	width: 368px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 16px;	
	padding: 24px 24px 16px 16px;
	position: absolute;
	z-index: 20;
}
.push-element__item:nth-child(2n) {
	text-align: right;
}
.push-element__item .item-line{
	position: absolute;
}
.push-element__item .item-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.item-title span{
	display: none;
}
.push-element__item .item-text {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.72);
	mix-blend-mode: normal;	
}
.push-element__item.item-1{
	top: 65px;
	left: 0;
}
.push-element__item .line-1{
	left: calc(100% - 6px);
	bottom: 20px;
}
.push-element__item.item-2{
	top: 65px;
	right: 0;
	padding: 24px 24px 30px;
}
.push-element__item .line-2{
	right: calc(100% - 8px);
	bottom: 13px;
}

.push-element__item.item-3{
	top: 235px;
	left: 0;
}
.push-element__item .line-3{
	left: calc(100% - 6px);
	top: 10px;
}
.push-element__item.item-4{
	top: 230px;
	right: 0;
	padding: 24px 24px 30px;
}
.push-element__item .line-4{
	right: calc(100% - 8px);
	top: -30px;
}


.how-work {
	margin-bottom: 60px;
}
.how-work .container {
	display: flex;
	direction: rtl;
	max-width: 1340px;	
	justify-content: space-between;
	flex-wrap: wrap;
}
.how-work .how-work__tab {
	width: 46%;	
	direction: ltr;
	margin-bottom: 15px;
}
.how-work .tab__item {
	margin-bottom: 15px;
	text-align: center;
	padding: 20px;
}
 
.how-work .tab__item img {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	max-height: 325px;
	display: inline-block;
}
.tab__nav ul {
	display: flex;
	justify-content: center;
}
.tab__nav li {
	margin: 0 23px;
}
.tab__nav .tab_link {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.87);	
	display: inline-block;
	position: relative;
	transition: all 0s;
	white-space: nowrap;
	margin-bottom: 20px;
}
.tab__nav .slick-current .tab_link {
	font-weight: bold;
	color: #0DD95F;	
}
.tab__nav .slick-current .tab_link:after{
    width: 40px;
    height: 4px;
    left: 46%;
    transform: translateX(-50%);
    bottom: -12px;
    content: "";
    position: absolute;
    background: #0DD95F;
    border-radius: 3px;
    transition: all 0.4s ease;	
}
.how-work .how-work__text {
	width: 54%;
	direction: ltr;
}
.how-work .block-header {
	margin-bottom: 45px;
}
.how-work .block-header__text {
	padding-right: 15px;
}
.how-work .how-work__item {
	position: relative;
	padding-left: 32px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.7);
	mix-blend-mode: normal;	
	margin-bottom: 35px;
}
.how-work .how-work__item:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 4px solid #0DD95F;
	left: 0;
	border-radius: 5px;
	top: 5px;
	box-sizing: border-box;
}
.how-work .btn__group {
	padding-top: 10px;
}
.how-work .btn__group .btn {
}
.how-work  .btn{
	color: rgba(0, 0, 0, 0.87);	
}
.how-work .btn-primary {
	color: #fff;
}
.how-work .btn:hover{
	color: #fff;
}

.blocks-wrap{
	background: linear-gradient(220.07deg, #26D3FC 1.01%, #7C28FB 95.41%);	
}

.advantage{
	margin-bottom: 56px;
}
.advantage__inner {
	background: linear-gradient(209.51deg, #26D3FC 1.01%, #7C28FB 95.41%), #0097E3;
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.32);
	border-radius: 16px;
	padding: 56px 20px 25px;
	position: relative;
	top: -24px;
}
.advantage__inner:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url(/application/public/main/img_main/bg-3-circles.png) center no-repeat;
	background-size: 110% auto;	
} 
.advantage .h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: normal;
	color: #FFFFFF;	
	text-align: center;
	margin-bottom: 0px;
}
.advantage__content{
	text-align: center;
	position: relative;
	z-index: 30;
	
}
 
.advantage__item {
	position: absolute;
	right: 10px;
	width: calc(50% - 200px);
	top: 0;
	text-align: left;
}
.advantage__item.item-1{
	top: 70px;
}
.advantage__item.item-2{
	top: 70px;
}
.advantage__item.item-3{
	top: 40%;
}
.advantage__item.item-4{
	top: 40%;
}
.advantage__item.item-5{
	top: 70%;
}
.advantage__item.item-6{
	top: 70%;
}
.advantage__item .item__h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;	
	margin-bottom: 16px;
}
.advantage__item .item__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;	
}

@media ( min-width: 992px ){
	.advantage__item:nth-child(2n-1){
		text-align: right;
		left: 10px;
		right: auto;
	}
}

.partners .container{
	max-width: 1340px;
}
.partners {
	padding-bottom: 80px; 
}
.partners .block-header {
	margin-bottom: 40px;
}
.partners .h2 {
	color: #fff;
}
.partners .block-header__text {
	color: #fff;
}

.partners__slider {
	padding: 0 85px;
}
.partners__slider .partners__item {
	background: #FFFFFF;
/*	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.16);*/
	border-radius: 16px;	
	margin: 0 13px;
	height: 180px;
	line-height: 140px;
	padding: 20px;
}
.partners__slider img {
	vertical-align: middle;
	display: inline-block;
}
.partners__slider  .slick-arrow{
	position: absolute;
	width: 48px;
	height: 48px;
	background: #FFFFFF url(/application/public/main/img_main/prev.svg) center no-repeat;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 56px;
	z-index: 20;
	border: 0;
	font-size: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	left: 0;
}
.partners__slider  .slick-next{
	left: auto;
	right: 0;
	background: #FFFFFF url(/application/public/main/img_main/next.svg) center no-repeat;	
}
.partners__slider .slick-disabled{
	opacity: 0.5;
}

.site-footer {
	background: #342E3C;
	padding: 80px 0;
}
.site-footer .container {
	max-width: 1340px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.site-footer .logo{
	font-size: 0;
	line-height: normal;
}
.site-footer .navbar {
 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.site-footer .nav {
	display: flex;
	flex-wrap: wrap;
}
.site-footer a {
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    display: inline-block;	
}
.site-footer li:not(:first-child) {
    margin-left: 50px;
}

.site-footer table{
	display: inline-block;
}
.site-footer tr{
	display: flex;
}
.site-footer td:not(:last-child){
	margin-right: 16px;
}
.site-footer .ch{
	background: rgba(255, 255, 255, 0.24);
	border-radius: 3px;	
	width: 88px;
	height: 31px;
}
 
.adv-number{
	display: none;
}
.show-mob{
	display: none;
}

.how-much {
	margin-bottom: 88px;
}
.how-much__inner{
	background: #FFFFFF;
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.16);
	border-radius: 16px;	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.how-much .how-much__text {
	padding: 40px 48px 55px;
	width: calc(100% - 390px);
}

.earn-form {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 85px;
}
.earn-form .form-group {
	width: 30%;
}
.earn-form .form-control{
	height: 56px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	border-radius: 8px;	
	padding: 0 16px;
	width: 100%;
	font-weight: 600;
	font-size: 24px;
	color: #000000;	
}
.earn-form label {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.earn-form p {
	font-size: 12px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.72);
	margin-bottom: 16px;
}
 


.how-much__slider {
	width: 390px;
	background: linear-gradient(228.06deg, #26D3FC 1.01%, #7C28FB 95.41%), #0097E3;
	border-radius: 0px 16px 16px 0px;	
	padding: 40px 32px 50px;
}
.how-much__slider:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: url(/application/public/main/img_main/bg-2-circles.png) calc(0px - 60px) center  no-repeat;
    background-size: 80% auto;
	right: 0;
	z-index: 10;
}
.how-much__slider .how-much__earn {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 20;	
}
.how-much__slider .slick-list{
	position: relative;
	z-index: 20;
}
.how-much__slider .h2 {
	color: #fff;
}
.how-much__slider .block-header__text {
	color: #fff;
	margin-bottom: 15px;
}
.how-much__slider .how-much__amount {
	font-weight: 800;
	font-size: 72px;
	line-height: normal;
	color: #FFFFFF;	
	margin-bottom: 20px;
}
 


 
.main .whatIts-inner{
	align-items: flex-start;
	padding-bottom: 48px;
	padding-top: 48px;
	padding-right: 70px;
}
.main .whatIts-inner:after{
	content: none;
}

.whatIts-text {
	direction: ltr;
	width: 40%;
	padding-top: 30px;
}
.whatIts-text .whatIts-title {
	font-weight: 800;
	font-size: 36px;
	line-height: normal;
	color: #FFFFFF;	
	margin-bottom: 32px;
}
.whatIts-text .main-text__p {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;	
	margin-bottom: 55px;
}
.whatIts-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 370px;
}
.whatIts-list .whatIts-item {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;	
	width:  calc(50% - 12px);
	margin-bottom: 24px;
	padding: 16px;
	text-align: center;
}
.whatIts-list .whatIts-item:first-child{
	background: #0DD95F;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);	
}
.whatIts-list .whatIts-number {
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
}
.whatIts-list .whatIts__text {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;

	color: #FFFFFF;	
}
 
.whatIts-info p {
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.5);
	mix-blend-mode: normal;	
}

.whatIts-image{
	width: 50%;
}
.main .whatIts-image img{
	width: auto;
	margin: 0;
}

.push-type {
	padding: 80px 0 58px;
}
.push-type .container {
    max-width: 1340px;
}
.push-type .block-header {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 60px;
}
.push-type .block-header__text {
	max-width: 570px;
	margin: auto;
}
.push-type .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.push-type .item {
	margin-bottom: 22px;
	width: calc(25% - 12px);
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 24px;
	text-align: center;
}
.push-type .icon {
	height: 115px;
	line-height: 115px;
	font-size: 0;
	margin-bottom: 20px;
}
.push-type img {
	vertical-align: middle;
	max-width: 90%;
	max-height: 100%;
}
.push-type .title {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;	
}


.examples {
	margin-bottom: 50px;
}
.examples .container {
	max-width: 1340px;
}
.examples .block-header {
	text-align: center;
	margin-bottom: 55px;
}
.examples .block-header__text {
	margin: auto;
}
.examples .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.examples .item {
	background: #FFFFFF;
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.16);
	border-radius: 8px;	
	width: calc(50% - 15px);
	margin-bottom: 30px;
	display: flex;
}
.examples .image {
	width: 152px;
	border-radius: 8px 0 0 8px;
	background-size: cover;
	background-position: center;
}
.examples .item-text {
	padding: 8px 30px 15px 24px;
	width: calc(100% - 152px);
}
.examples .item-text .title {
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 8px;
}
.examples .item-text .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.72);
	opacity: 0.7;	
	margin-bottom: 24px;
	padding-right: 20px;
}
.examples .item-text .link {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000000;	
}

.begin-inner.main-inner:after {
	content: none;
}
.begin-inner.main-inner{
	padding-bottom: 100px;
}
.begin-inner .begin-image {
	width: 54%;
	margin-left: -4%;
}
.begin-inner .begin-image img {
	width: auto;
	margin: 0;
}
.begin-inner .begin-text {
	direction: ltr;
	width: 50%;
	text-align: left;
}
.begin-inner .begin-title {
	font-weight: 400;
	font-size: 36px;
	line-height: normal;
	color: #FFFFFF;	
	margin-right: -70px;
	margin-bottom: 30px;
}
.begin-inner b {
	font-weight: 600;
}
.begin-inner .main-text__p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;	
	max-width: 425px;
	margin-bottom: 45px;
}
.begin-inner .btn {
	border: 0;
	height: auto;
	line-height: inherit;
	padding: 22px 25px;
}
 
.whatDo {
	padding: 80px 0;
}
.whatDo .container {
	max-width: 1340px;
}
.whatDo .block-header {
	text-align: center;
	margin-bottom: 60px;
}
.whatDo .block-header__text {
	margin: auto;
}

.whatDo-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.whatDo-list .col {
	width: calc(20% - 28px);
	position: relative;
}
.whatDo-list .item {
	padding: 30px 14px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	text-align: center;
	position: relative;
	margin-bottom: 130px;
	min-height: 224px;
	z-index: 20;
}
.whatDo-list .icon {
	height: 115px;
	line-height: 115px;
	margin-bottom: 20px;
}
.whatDo-list .icon img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 95%;
}
.whatDo-list .col .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000000;
}
.whatDo-list .col-1 .arrow {
	position: absolute;
	left: calc(100% + 15px);
	top: 50%;
	max-width: 43%;
	margin-top: -4px;
}
.whatDo-list .col-4 .item .arrow{
	position: absolute;
	left: calc(100% + 15px);
	top: 32%;
	max-width: 64%;	
}
.whatDo-list .item:last-child{
	margin-bottom: 0;
}
.whatDo-list .number {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 90%;
}
.whatDo-list .number-wrap {
	position: absolute;
	top: 50%;
	left: calc(50% + 4px );
	transform: translate(-50%,-50%);
}
.whatDo-list .up{
	bottom: calc(100% + 10px);
	left: 50%;
	margin-left: -4px;
}
.whatDo-list .down{
	top: calc(100% + 10px);
	left: 50%;
	margin-left: -4px;	
}
.whatDo-list .right{
	left: calc(100% + 90%);
	top: 50%;
	margin-top: -4px;	
	max-width:85px;
}
.whatDo-list .number-wrap .arrow {
	position: absolute;
}
.whatDo-list .col-4 .right {
	left: calc(100% + 10px);
}
 

.contacts-inner {
	background: #fff;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
	border-radius: 16px;	
	padding: 48px 80px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 20;
	top: 24px;
}
.contacts-inner .block-header {
	text-align: center;
	margin-bottom: 50px;
	width: 100%;
}
.contacts-inner .block-header__text {
	margin: auto;
}
.contacts-info{
	width: calc(100% - 445px);
	margin-bottom: 24px;
}
.contacts-info .block-header{
	margin-bottom: 40px;
}
.support-item {
	display: flex;
	justify-content: space-between;
}
.support-item:not(:last-child) {
	margin-bottom: 35px;
}
.support-item .support-photo {
    width: 104px;
    height: 100px;
    border-radius: 16px;
    background-size: contain;
    background-repeat: no-repeat!important;
    background-position: bottom center!important;
}
.support-item .support-text {
	width: calc(100% - 104px);
	padding-left: 24px;
}
.support-item .support-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #202020;
	margin-bottom: 16px;
}
.support-item .support-contacts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 400px;
	width: 100%;
}
.support-item li {
	display: flex;
	align-items: center;
	width: 47%;
	margin-bottom: 15px;
}
.support-item .support-icon {
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.contacts-inner .support-item img {
	vertical-align: middle;
	margin: 0;
	width: auto;
}
.support-item a {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #636363;
	text-decoration: none;
	max-width: calc(100% - 24px);
}

.contacts-form {
	width: 445px;
	background: #FFFFFF; 
	margin-bottom: 24px;
}
 
.contacts-form .form-group {
	position: relative;
	font-size: 0;
	margin-bottom: 16px;
}
.contacts-form .form-group .form-control{
	height: 56px;
	width: 100%;
	padding: 0 24px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	border-radius: 8px;	
	font-size: 16px;
	line-height: 24px;
	color: #636363;	
}
.contacts-form .form-group textarea.form-control{
	padding: 16px 24px;
	resize: none;
	height: 120px;
}
.contacts-form .form-group label {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #636363;	
	position: absolute;
	padding: 0 6px;
	left: 22px;
	top: 16px;
	transition: all 0.4s ease;
}
.contacts-form .form-control:focus + label,
.contacts-form .form-control.valid + label{
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #0082E1;	
	top: -6px;
}
.contacts-form .form-control:focus,
.contacts-form .form-control.valid{
	border: 2px solid #0082E1;	
	padding: 0 23px;
}
.contacts-form .form-control.invalid + label{
	font-size: 12px;
	line-height: 16px;
	color: #EF2B37;	
}
.form-control.invalid {
	border: 2px solid #EF2B37;	
}
.contacts-form .btn-primary {
	width: 100%;
	border: 0;
	padding: 22px 10px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -0.25px;	
	margin: 0;
	cursor: pointer;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);	
	font-size: 14px;
}

.map {
	font-size: 0;
}
.map iframe {
}



@media ( max-width: 1300px ){
	 .whatDo-list .col-4 .right {
		left: calc(100% + 10px);
		 max-width: 110%;
	}
	.earn-form{
		padding-top: 60px;
	}
	.site-footer table{
		padding: 10px;
	}
	.site-footer li:not(:first-child),
	.site-header li:not(:first-child) {
		margin-left: 30px;
	}	
	.site-header .navbar {
		width: calc(100% - 280px);
	}	
	.main .h1 {
		font-size: 40px;
		margin-right: -10px;
	}	
	.main .h4 {
		font-size: 20px;
	}	
	.main .main-text__p {
		font-size: 16px;
		line-height: 26px;
	}	
	.main .main-inner {
		padding: 44px 28px;
	}	
	.container{
		padding: 0 15px;
	}
	.main .main-text {
		width: 45%;
	}	
	.main .main-image {
		width: calc(55% + 30px);
		margin-left: -30px;
	}	
	.main img {
		width: calc(100% + 40px);
		margin: -20px -20px;
	}	
	.site-header li a{
		font-size: 14px;
	}
	.site-header .sign .btn{
		font-size: 15px;
		padding: 10px 20px;
	}
	.push-element__wrap{
		max-width: 1000px;
		margin: auto;
		padding: 140px 0 140px;		
	}
	.push-element__wrap .push-element__center {
		max-width: 430px;
	}	
	.push-element__item{
		width: 265px;
		padding: 20px;
	}
	.push-element__item.item-1{
		top: 35px;
		left: 0;
	}
	.push-element__item.item-2{
		top: 85px;
		right: 0;
		padding: 20px;
	}
	.whatIts-image{
		width: 46%;
	}
	.whatIts-text{
		width: 46%;
	}
}

@media ( max-width: 1200px ){
	.support-item .support-contacts{
		max-width: 350px;
	}	
	.contacts-inner {	
		padding: 48px 30px 5px;
	}	
	.contacts-form{
		width: 390px;
	}
	.contacts-info {
		width: calc(100% - 390px);
		padding-right: 20px;
	}	
	.support-item a{
		font-size: 14px;
	}
	.whatDo-list .col {
		width: calc(20% - 15px);
	}	
	.whatDo-list .col-1 .arrow{
		max-width: 36%;
		left: calc(100% + 10px);
	}
	.whatDo-list .col-4 .item .arrow{
		left: calc(100% + 10px);
		top: 32%;
		max-width: 57%;		
	}
	.whatDo-list .col-4 .right{
		max-width: 90%;
	}
	.whatDo-list .right {
		left: calc(100% + 50%);
		top: 50%;
		margin-top: -4px;
		max-width: 80px;
	}	
	.whatDo-list .col .title{
		font-size: 15px;
	}
}
@media ( max-width: 1024px ){
	.begin-inner .begin-title{
		font-size: 30px;
	}
	.begin-inner .begin-text{
		padding-left: 20px;
	}
	.begin-inner .begin-title{
		margin-right: 0;
	}
	.begin-inner .begin-image{
		margin-left: 0;
		width: 48%;
	}
	.block-header .h2{
		font-size: 30px;
	}
	.partners__slider .partners__item {
		height: 130px;
		line-height: 110px;
		padding: 10px;
		text-align: center;
	}		
	.partners__item img{
		max-height: 95%;
		max-width: 95%
	}
	.site-footer .navbar {
		width: auto;
	}	
	.site-footer li:not(:first-child) {
		margin-left: 30px;
	}	
	.site-header .toggle{
		display: block;
		top: 10px;
		transform: translate(0);
	}
	.site-header .navbar{
		width: 100%;
		z-index: 100;
		flex-wrap: wrap;
		display: none;
	}
	.site-header .nav{
		width: 100%;
		margin-bottom: 15px;
	}
	.site-header li{
		display: block;
		margin-left: 0!important;
	}
	.site-header{
		padding: 16px 0;
		z-index: 300;	
		transition: all 0.4s ease;
	}
 
	.site-header:after{
		transition: all 1.3s;
		background: linear-gradient(206.28deg, rgba(38, 211, 252, 1) 1.01%, rgba(124, 40, 251, 1) 95.41%);		
		left: 0;
		right: 0;
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		max-height: 0%;
	}
	.site-header .container{
		position: relative;
		z-index: 10;
	}
	.site-header.active:after {
		transition: all 0.5s;
		max-height: 100%;
	}	
	.site-header li a:after {
		width: 0;
		height: 4px;
		left: calc(100% + 15px);
		transform: translate(0%,-50%);
		bottom: auto;
		top: 50%;
	}	
	.site-header .active:after, .site-header a:hover:after{
		width: 40px;
	}
	.main .main-inner{
		direction: ltr;
		flex-wrap: wrap;
		text-align: center;
	}
	.main .main-image{
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.main .main-image img{
		display: inline-block;
		margin: -30px;
		max-width: 100%;
		width: auto;
	}
	.main .main-text{
		width: 100%;
		text-align: center;
	}
	
	.main br{
		display: none;
	}
	.btn__group{
		justify-content: center;
	}
	.btn__group .btn-primary{
		margin-right: 16px;
	}
	.main .h1 {
		margin-right: 0;
	}
}

@media ( max-width: 992px ){
	.contacts-form{
		width: 390px;
		margin:0 auto 25px;
	}
	.contacts-info {
		width: 100%;
		padding-right: 0;
	}	
	.whatDo-list .col .arrow{
		display: none;
	}
	.whatDo-list{
		flex-wrap: wrap;
		max-width: 600px;
		margin: auto;
	}
	.whatDo-list .col {
		width: 100%;
		justify-content: space-between;
		display: flex;
		margin-bottom: 30px;
	}
	.whatDo-list .col:first-child,
	.whatDo-list .col:last-child{
		justify-content: center;
	}
	.whatDo-list .col:last-child{
		margin-bottom: 0;
		margin-top: 35px;
	}
	.whatDo-list .col .item{
		width: calc(50% - 55px);
		margin-bottom: 0;
		
	}
	.begin-inner .begin-title{
		font-size: 28px;
	}	
	.begin-inner .begin-text{
		padding-left: 0;
		width: 100%;
	}
	.begin-inner .begin-image{
		display: none;
	}
	.push-type .icon {
		height: 90px;
		line-height: 90px;
	}	
	.push-type .title{
		font-size: 16px;
	}
	.examples .item{
		width: 100%;
		margin-bottom: 20px;
	}
	.whatIts-list{
		margin: 0 auto 10px;
	}
	.how-much br,
	.whatIts-image{
		display: none;
	}
	.whatIts-text{
		width: 100%;
	}
	.how-much__slider .block-header__text{
		max-width: 100%;
	}
	.how-much .how-much__text {
		padding: 30px 25px 35px;
		width: 100%;
	}	
	.how-much__slider{
		border-radius: 0 0 16px 16px;
		width: 100%;
	}	
	.show-mob{
		display: block;
	}
	.how-work__text .block-header{
		display: none;
	}
	.how-work .container{
		direction: ltr;
	}
	.how-work .how-work__text,
	.how-work .how-work__tab{
		width: 100%;
	}
	.how-work .how-work__tab{
		margin-bottom: 40px;
	}
	.how-work .tab__item{
		text-align: center;
	}
	.how-work .how-work__item{
		font-size: 16px;
	}
	.item-title span{
		display: inline;
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
		padding-right: 3px;
	}	
	.adv-number{
		display: block;
		position: absolute;
		font-weight: 600;
		font-size: 12px;
		line-height: 20px;
		color: #FFFFFF;		
		width: 16px;
		height: 16px;
		background: #0DD95F;		
		border-radius: 50%;
		text-align: center;
		line-height: 16px;
	}
	.adv-number:after{
		border-radius: 50%;
		content: "";
		position: absolute;
		top: -4px;
		bottom: -4px;
		left: -4px;
		right: -4px;
		border: 4px solid rgb(13, 217, 95);		
		background-color: transparent;
		opacity: 0.4;
	}
	.adv-number.number-1{
		left: 40px;
		top: 23px;
	}
	.adv-number.number-2{
		left: 150px;
		top: 23px;		
	}
	.adv-number.number-3{
		left: 260px;
		top: 63px;			
	}
	.adv-number.number-4{
		left: 195px;
		bottom: 28px;				
	}
	.push-element{
		overflow: hidden;
		padding-top: 55px;
	}
	.push-element__wrap {
		max-width: 1000px;
		margin: auto;
		padding: 0 0px 40px;
	}	
	.push-element__wrap .push-element__center{
		margin: 0;
		position: relative;
	}
	.push-element__center img{
		margin: 0 -30px -20px;
		max-width: 400px;
	}
	.push-element__item{
		position: static;
		width: 100%;
		text-align: left!important;
		margin-bottom: 8px;
		padding: 16px!important;
	}
	.push-element__item .item-line{
		display: none;
	}
	.advantage .slick-dots li{
		display: inline-block;
		background: rgba(255, 255, 255, 0.3);
		border-radius: 5px;	
		width: 8px;
		height: 8px;	
		border: 0;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		margin: 0 4px;
		cursor: pointer;
	}
	.advantage .slick-dots {
		padding-top: 12px;
	}
	.advantage .slick-dots .slick-active{
		background: #fff;
	}
	.advantage .slick-dots button{
		display: none;
	}
	.advantage .h2{
		font-size: 24px;
	}
	.advantage__inner {
		padding: 26px 20px 25px;
		top: -14px;
	}	
	.advantage__center{
		margin-bottom: 24px;
	}
	.advantage__center img{
		margin: -40px -30px 0;
		max-width: 500px;
	}
	.advantage__item{
		position: static;
		width: auto;
		text-align: center;
	}
	.advantage__inner:after{
		content: none;
	}
	.whatDo .block-header{
		margin-bottom: 70px;
	}
	.whatDo-list .number{
		max-width: 110px;
		top: -50px;
	}
}


@media ( max-width: 768px ){
	.contacts-inner {
		padding: 48px 20px 5px;
	} 
	.examples .item-text{
		padding-right: 15px;
	}
	.push-type .icon {
		height: 80px;
		line-height: 80px;
	}	
	.push-type .item {
		width: calc(50% - 8px);
		padding: 24px 10px;
		margin-bottom: 18px;
	}	
	.whatIts-list {
		padding-top: 10px;
	}
	.whatIts-list .whatIts-item {
		width: calc(50% - 8px);
		margin-bottom: 16px;
		padding: 16px 14px;
	}	
	.whatIts-list .whatIts-number{
		font-size: 32px;
	}
	.whatIts-text .whatIts-title{
		font-size: 28px;
		margin-bottom: 25px;
	}
	.how-much {
		margin-bottom: 0px;
	}	
	.how-much__slider{
		border-radius: 0;
	}
	.how-much .container{
		padding: 0;
	}
	.how-much__inner{
		box-shadow:  0 0 0;
		border-radius: 0;
	}
	.earn-form {
		flex-wrap: wrap;
		padding-top: 25px;
	}
	.how-much .how-much__text{
		padding: 0px 15px 5px;
		width: 100%;
	}
	.earn-form .form-group{
		width: 100%;
		margin-bottom: 24px;
	}
	.advantage__slider{
		padding: 0 10px;
	}
	.how-work .how-work__tab {
		margin-bottom: 35px;
	}
	.how-work .tab__item img {
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
		max-height: 300px;
/*		max-width: 300px;*/
	}	
	.how-work .block-header{
		margin-bottom: 25px;
	}
	.how-work .tab__item{
		padding: 15px 15px 20px;
	}
	.tab__nav li {
		margin: 0 15px;
		text-align: center
	}	
	.tab__nav .tab_link{
		font-size: 14px;
	}
	.advantage__center img {
		margin: -50px 0px 0;
		max-width: 100%;
	}	
	.advantage__inner {
		padding:20px 10px;
		top: -14px;
		margin: 0 -15px;
	}	
	.block-header .h2{
		font-size: 24px;
	}	
	.partners__slider {
		padding: 0 55px;
	}	
	.site-footer li:not(:first-child) {
		margin-left: 0;
	}	
	.site-footer {
		padding: 50px 0 20px;
	}	
	.site-footer li{
		width: 100%;
		padding: 6px 0;
	}
	.site-footer .navbar{
		width: 100%;
		padding-top: 20px;
	}
	.main .h1 {
		font-size: 28px;
		line-height: normal;
		margin: 0 0 8px;
	}	
	.main .h4 {
		font-size: 18px;
		line-height: normal;
		margin-bottom: 24px;
	}	
	.main .main-text__p {
		line-height: 23px;
		margin-bottom: 16px;
	}		
	.main .main-inner{
		top: 0;
		padding: 0 0 40px;
		background: transparent;
		box-shadow: 0 0 0;
		overflow: hidden;
	}
	.main .main-image img{
		margin: 0 -25px;
		max-width: calc(100% + 50px);
	}
	.main .main-inner:after{
		content: none;
	}
	.btn{
		padding: 0 15px;
		min-width: 100px;
	}
	.btn__group .btn{
		margin-bottom: 10px;
	}
	.main{
		padding-top: 65px;
	}
	.begin-inner.main-inner{
		padding: 40px 0 55px;
	}	
}
@media ( max-width: 550px ){
	.map iframe{
		height: 420px;
		margin-top: 20px;
	}
	.support-item .support-photo {
        width: 104px;
        height: 100px;
        border-radius: 16px;
        background-size: contain;
        background-repeat: no-repeat!important;
        background-position: center!important;
	}	
	.support-item .support-text {
		width: calc(100% - 80px);
		padding-left: 20px;
	}	
	.contacts-inner{
		border-radius: 0;
		margin: 0 -15px;
	}
	.support-item li{
		width: 100%;
	}
	.how-work .tab__item img {
		box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.25);
		max-height: 200px;
/*		max-width: 300px;*/
	}	
	.how-work .tab__item {
		padding: 10px 10px 15px;
	}
	.how-work .tab__item .mob{
		border-radius: 18px 15px 0 0!important;
	}
	.site-footer table{
		padding: 10px 0;
	}	
	.site-footer table tr{
		flex-wrap: wrap;
	}
	.site-footer table td{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.partners__slider{
		padding: 0;
		margin: 0 -15px;
	}
	.partners__slider .slick-list{
		padding-right: 135px;
	}
	.partners__slider .slick-arrow{
		display: none!important;
	}
	.examples .item{
		flex-wrap: wrap;
	}
	.examples .image{
		width: 100%;
		height: 180px;
		border-radius: 8px 8px 0 0;
	}
	.examples .item-text{
		width: 100%;
		padding: 10px 14px 16px;
	}
	.push-type .title{
		font-size: 14px;
	}
	.whatDo-list .number-wrap{
		top: -10px;
	}
	.whatDo-list .col .item {
		width: calc(50% - 10px);
		margin-bottom: 15px;
		min-height: inherit;
	}
	.whatDo-list .col:first-child .item, 
	.whatDo-list .col:last-child .item{
		width: 100%;
	}
	.whatDo-list .col .title{
		font-size: 14px;
		line-height: normal;
	}
	.whatDo-list .icon {
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.whatDo-list .col:last-child{
		margin-bottom: 0;
		margin-top: 25px;
	}
}





/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.how-much__earn .btn {
  margin: 0 0 20px;
}