@font-face {font-family: NotoSans;src: url(fonts/NotoSans-Regular.woff) format('woff');font-weight: 400;font-style: normal;}
@font-face {font-family: NotoSans;src: url(fonts/NotoSans-SemiBold.woff) format('woff');font-weight: 600;font-style: normal;}
@font-face {font-family: NotoSans;src: url(fonts/NotoSans-Bold.woff) format('woff');font-weight: 700;font-style: normal;}
@font-face {font-family: NotoSans;src: url(fonts/NotoSans-Black.woff) format('woff');font-weight: 900;font-style: normal;}
button:hover, input[type="submit"]:hover { cursor: pointer; }
input, button, select, textarea, a {
	transition: 250ms;
	text-decoration: none !important;
}
p { margin: 0 0 10px 0; }
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.ttu { text-transform: uppercase; }
.m0 { margin: 0; }
.p0 { padding: 0; }
.posr { position: relative; }
.mb0 { margin-bottom: 0 !important; }
.db { display: block; }
.dib { display: inline-block; }
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
body, main, section, header, footer {
	font-family: NotoSans;
	font-weight: 400;
	font-size: 16px;
	overflow-x: hidden !important;
}
body {
	color: white;
	background-color: #060811;
}
*, *:hover, *:focus, *:active { outline: none !important; }
:root {
	--gray: #83858B;
	--graygrad: linear-gradient(to right, rgba(255,255,255,0.05), rgba(255,255,255,0.15) 73%, rgba(255,255,255,0.05));
	--green: #C1FD3C;
	--purple: #7545E2;
	--whitegrad: linear-gradient(to bottom, white, white 50%, transparent 90%);
}
.row {
	display: flex;
	flex-flow: row wrap;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 68px;
	margin-bottom: 24px;
	position: relative;
	z-index: 1;
}

h2 {
	font-size: 48px;
	margin-bottom: 16px;
}

h3 {
	font-size: 40px;
	margin-bottom: 16px;
}

h4 {
	font-size: 38px;
	font-size: 16px;
}

h5 {
	font-size: 36px;
	font-size: 16px;
}

h6 {
	font-size: 32px;
	font-size: 16px;
}

.textgrad {
	background: var(--whitegrad);
	color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	padding-top: 25px;
	background-color: transparent;
}

header .row { align-items: center; }

header ul {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 40px;
	align-items: center;
	justify-content: center;
}

header ul a { color: var(--gray); }

header ul a:hover { color: white; }

.lang {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	gap: 4px;
	padding: 4px;
	border: none;
	background-color: transparent;
	color: white;
	font-size: 16px;
	margin-right: 16px;
}

.lang:hover { color: var(--gray); }

.graybtn {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 600;
	background: var(--graygrad);
	position: relative;
	overflow: hidden;
  border-radius: 40px;
	border: 1px solid var(--gray);
}

.graybtn:before {
	content: '';
	opacity: 0.2;
	background: radial-gradient(#C1FD3C, transparent);
	filter: blur(10px);
	position: absolute;
	top: -17px;
	left: -36px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.graybtn:hover { color: var(--gray); }

section#first {
	padding: 144px 0 200px 0;
	margin-bottom: 40px;
	position: relative;
	background-image: url(img/fbg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 630px;
	overflow: hidden;
}

#first .blur {
	position: absolute;
	width: 100%;
	height: 500px;
	bottom: 0;
	z-index: 3;
}

#first .blur:after {
	content: '';
  display: block;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  mask-image: linear-gradient(to top, black, transparent);
  -webkit-mask-image: linear-gradient(to top, black, transparent);
}

#first .layer1 { position: relative; }

#first .layer1 img {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
	max-height: unset;
	max-width: unset;
	top: -76px;
}

#first .bigimg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1220px;
	height: 900px;
	margin: auto;
	z-index: 2;
}

#first .layer2 {
	position: relative;
	z-index: 5;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
}

#first .text {
	color: var(--gray);
	max-width: 330px;
	font-size: 20px;
	margin-bottom: 200px;
}

#first .text span { color: white; }

.greenbtn {
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #060811;
	font-size: 20px;
	font-weight: 600;
	border-radius: 100px;
	padding: 20px 40px;
	background-color: #C1FD3C;
	box-shadow: 0 2px 20px 8px rgba(193,253,60,0.15);
}

.greenbtn:hover {
	color: var(--gray);
	box-shadow: 0 2px 10px 4px rgba(193,253,60,0.3);
}

#first .layer2 .right {
	width: 100%;
	max-width: 430px;
}

#first .fee {
	margin-bottom: 110px;
	display: inline-flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 12px;
	color: var(--gray);
	border: 1px solid var(--gray);
	background: var(--graygrad);
	padding: 20px 32px;
	border-radius: 100px;
	font-size: 20px;
	backdrop-filter: blur(4px);
}

#first .fee img { color: var(--green); }

#first .blocks {
	margin-left: auto;
	text-align: center;
	width: 300px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

body.eng #first .blocks { width: 250px; }

#first .blocks .block {
	position: relative;
	display: inline-block;
}

#first .blocks .block img {
	position: absolute;
	width: 64px;
	height: 64px;
	z-index: 5;
}

#first .blocks .block.block1 img {
	left: -6px;
	top: -52px;
}

#first .blocks .block.block2 img {
	left: -34px;
	top: -34px;
}

#first .blocks .block.block3 img {
	right: -10px;
	top: -50px;
}

#first .blocks .block span {
	display: inline-block;
	color: var(--gray);
	border: 1px solid var(--gray);
	background: var(--graygrad);
	padding: 16px 24px;
	border-radius: 100px;
	font-size: 20px;
	position: relative;
	z-index: 6;
	backdrop-filter: blur(10px);
}

section#about {
	margin-bottom: 200px;
	overflow-x: visible;
}

#about .row { margin-bottom: 60px; }

#about h2 {
	text-align: left;
	margin-bottom: 6px;
}

#about p.sub {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	color: rgba(255,255,255,0.15);
}

#about p.text {
	margin: 16px 0 0 0;
	color: var(--gray);
}

.clientslider, .clientslider .slick-list, .clientslider .slick-track { overflow: visible !important; }

.clientslider .slick-slide { margin: 0 10px; }

.clientslider .slide {
	border-radius: 60px;
	padding: 24px 32px;
	border: 1px solid var(--gray);
	background: var(--graygrad);
}

section#results { margin-bottom: 170px; }

#results h2 { margin-bottom: 40px; }

.resultslider {
	max-width: 1100px;
	margin: 0 auto !important;
	padding: 24px 40px;
	border: 1px solid var(--gray);
	background: var(--graygrad);
	border-radius: 40px;
	position: relative;
}

.resultslider .slide {
	border-radius: 40px;
	overflow: hidden;
}

.resultslider .slick-arrow {
	border-radius: 100%;
	width: 48px;
	height: 48px;
	border: 1px solid var(--gray);
	background: var(--graygrad);
	backdrop-filter: blur(10px);
}

.resultslider .slick-arrow:before {
	width: 8px;
	height: 16px;
	margin: auto;
	display: block;
	padding-right: 3px;
	transition: 200ms;
}

.resultslider .slick-arrow.slick-next:before { padding: 0 0 0 3px; }

.resultslider .slick-arrow:hover { background-color: var(--green); }

.resultslider .slick-arrow:hover:before { filter: brightness(0); }

.resultslider .slick-dots {
	bottom: 10px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.resultslider .slick-dots li {
	margin: 0;
	cursor: pointer;
	height: 5px;
	width: 14px;
	transition: 200ms;
	background-color: #0E1221;
	border-radius: 4px;
}

.resultslider .slick-dots li.slick-active {
	width: 24px;
	background-color: var(--purple);
}

.resultslider .slick-dots li button { display: none; }

section#accounts {
	padding-top: 30px;
	margin-bottom: 80px;
}

.accountblock {
	margin-bottom: 40px;
	border-radius: 40px;
	padding: 40px 60px;
	border: 1px solid var(--gray);
	background: var(--graygrad);
	backdrop-filter: blur(10px);
	position: relative;
	z-index: 2;
}

.accountblock h3 {
	text-align: left;
	margin-bottom: 0;
	max-width: 410px;
}

.accountblock h3 + h3 + h3 { margin-bottom: 24px; }

.accountblock#accountblock1 h3 span { color: #FFC607; }

.accountblock#accountblock2 h3 span { color: #0077FF; }

.accountblock .advants {
	display: flex;
	flex-flow: row wrap;
	gap: 16px;
	margin-bottom: 24px;
}

.accountblock .advants div {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 8px;
	gap: 8px;
	border-radius: 100px;
	border: 1px solid var(--gray);
	color: var(--gray);
	background: var(--graygrad);
	backdrop-filter: blur(10px);
}

.accountblock p {
	margin-bottom: 24px;
	color: var(--gray);
}

.accountblock img.icon {
	position: absolute;
	top: 84px;
	right: -32px;
	z-index: 3;
}

.accountblock#accountblock2 img.icon {
	top: -26px;
	right: -26px;
}

.accountblock:before {
	position: absolute;
	z-index: -1;
	content: url(img/ya.svg);
	top: 84px;
	right: -32px;
	filter: blur(10px);
}

.accountblock#accountblock2:before {
	content: url(img/vk.svg);
	top: -26px;
	right: -26px;
}

section#methods {
	padding: 120px 0 200px 0;
	background-color: #0E1221;
	text-align: center;
}

#methods h2 { margin-bottom: 60px; }

.method { margin-bottom: 40px; }

.method .icon {
	border: 1px solid var(--gray);
	background: var(--graygrad);
	backdrop-filter: blur(10px);
	position: relative;
	z-index: 2;
	width: 92px;
	height: 92px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 10px;
	margin: auto;
	border-radius: 24px;
}

.method p.title {
	position: relative;
	z-index: 1;
	margin: -14px 0 0 0;
	padding: 20px 12px;
	background-color: var(--purple);
	font-size: 24px;
	font-weight: 700;
	border-radius: 24px;
}

.method p.text {
	margin-bottom: 0;
	margin-top: -12px;
	padding: 32px 24px 24px 24px;
	color: var(--gray);
	font-size: 20px;
	border-radius: 24px;
	background-color: #191825;
}

section#steps {
	background-color: #0E1221;
	padding-bottom: 120px;
}

#steps .container { position: relative; }

#steps h2 {
	text-align: left;
	margin-bottom: 0;
}

#steps h2 + h2 { margin-bottom: 40px; }

#steps a.greenbtn { margin-bottom: 340px; }

#steps .ask {
	display: flex;
	flex-flow: column wrap;
	gap: 4px;
	font-size: 20px;
}

#steps .ask span { color: var(--gray); }

#steps .ask a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--purple);
}

#steps .ask a img { transition: 200ms; }

#steps .ask a:hover { color: white; }

#steps .ask a:hover img { filter: brightness(0) invert(1); }

.stepswrap {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 944px;
}

.stepswrap .step {
	position: absolute;
	top: 88px;
	right: 480px;
	z-index: 2;
}

.stepswrap .step#step2 {
	right: 0;
	top: 124px;
}

.stepswrap .step#step3 {
	right: 290px;
	top: 320px;
}

.stepswrap .step#step4 {
	right: 642px;
	top: 370px;
}

.stepswrap .step#step5 {
	right: 24px;
	top: unset;
	bottom: 0;
}

body.eng .stepswrap .step#step1 { right: 450px; }

body.eng .stepswrap .step#step2:after { right: 27%; }

body.eng .stepswrap .step#step3 { right: 190px; }

body.eng .stepswrap .step#step4 { right: 610px; }

body.eng .stepswrap .step#step5 { right: 40px; }

.stepswrap .step#step1:after {
	position: absolute;
	content: url(img/step1.svg);
	z-index: 1;
	left: 100%;
	top: 50%;
}

.stepswrap .step#step2:after {
	position: absolute;
	content: url(img/step2.svg);
	z-index: 1;
	top: 100%;
	right: 50%;
}

.stepswrap .step#step3:after {
	position: absolute;
	content: url(img/step3.svg);
	z-index: 1;
	right: 100%;
	bottom: 50%;
}

.stepswrap .step#step4:after {
	position: absolute;
	content: url(img/step4.svg);
	z-index: 1;
	left: 100%;
	top: 50%;
}

.stepswrap .step span {
	position: absolute;
	border-radius: 100%;
	background-color: var(--green);
	box-shadow: 0 2px 20px 8px rgba(193,253,60,0.15);
	color: black;
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	top: -64px;
	left: -24px;
	z-index: -1;
}

.stepswrap .step#step5 span {
	left: unset;
	right: -24px;
}

.stepswrap .step p {
	padding: 24px 40px;
	border: 1px solid var(--gray);
	background: var(--graygrad);
	backdrop-filter: blur(10px);
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	border-radius: 24px;
	position: relative;
	z-index: 9;
}

section#payments { padding: 120px 0 160px 0; }

#payments h2 {
	text-align: left;
	margin-bottom: 0;
}

#payments h2 + h2 { margin-bottom: 16px; }

#payments p.text {
	max-width: 420px;
	font-size: 20px;
	color: var(--gray);
	margin-bottom: 40px;
}

.paywrap {
	padding: 40px;
	border-radius: 40px;
	overflow: hidden;
	border: 1px solid var(--gray);
	background: var(--graygrad);
	backdrop-filter: blur(10px);
	display: flex;
	flex-flow: column wrap;
	gap: 40px;
}

.paywrap:before {
	content: '';
	opacity: 0.2;
	background: radial-gradient(#C1FD3C, transparent);
	filter: blur(60px);
	position: absolute;
	top: -80px;
	left: -140px;
	width: 300px;
	height: 300px;
	border-radius: 100%;
}

.paywrap .payblock {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 16px;
}

.paywrap .payblock .icon {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 140px;
	height: 60px;
	text-align: center;
	background-color: var(--purple);
	border-radius: 100px;
}

.paywrap .payblock p.title {
	margin: 0 24px 0 0;
	font-size: 24px;
	font-weight: 700;
}

.paywrap .payblock .info {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 8px;
}

.paywrap .payblock .info span {
	border: 1px solid var(--gray);
	background: var(--graygrad);
	backdrop-filter: blur(10px);
	padding: 12px 24px;
	font-size: 20px;
	color: var(--gray);
	border-radius: 100px;
	line-height: 1;
}

.paywrap hr {
	width: 100%;
	margin: 0;
	height: 1px;
	border: none;
	background-color: rgba(255,255,255,0.15);
}

footer { padding-bottom: 90px; }

footer .container {
	padding-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.15);
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: column wrap;
	gap: 24px;
	color: var(--gray);
}

footer ul a { color: white; }

footer ul a:hover { color:var(--green); }

footer .links {
	display: flex;
	flex-flow: row wrap;
	gap: 14px;
}

footer .links a {
	display: flex;
	flex-flow: row wrap;
	padding: 12px 24px;
	border-radius: 40px;
	border: 1px solid var(--gray);
	background: var(--graygrad);
	backdrop-filter: blur(10px);
	font-size: 14px;
	font-weight: 600;
	color: white;
}

footer .links a:hover { color: var(--gray); }

footer .links a img {
	transition: 200ms;
	filter: brightness(0) invert(1);
}

footer .links a:hover img { filter: none; }

.menubtn {
	cursor: pointer;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	gap: 2px;
	border: 1px solid var(--gray);
	background: var(--graygrad);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	width: 40px;
	height: 40px;
}

.menubtn span {
	height: 2px;
	width: 16px;
	background-color: white;
	border-radius: 2px;
}

#menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	z-index: 1000000000000000000;
	transition: 300ms;
	background-color: #191825;
	padding: 24px;
}

#menu.active { left: 0; }

#menu .head {
	margin-bottom: 60px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

#menu .menubtn span {
	position: absolute;
	transform: rotate(45deg);
}

#menu .menubtn span:last-child { transform: rotate(-45deg); }

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: column wrap;
	gap: 24px;
}

#menu ul a {
	color: white;
	line-height: 1;
	font-size: 24px;
	font-weight: 700;
}

#menu ul a:hover { color: var(--green); }

#menu .greenbtn {
	position: absolute;
	bottom: 24px;
	left: 24px;
	width: calc(100% - 48px);
}

@supports (-webkit-touch-callout: none) {
  .accountblock .advants div, .paywrap .payblock .info span { background: #0E1221; }
}

@media(min-width: 992px) and (max-width: 1239px) {
	header ul { gap: 20px; }
	h1 {
		font-size: 52px;
		margin-bottom: 36px;
	}
	h2 { font-size: 36px; }
	h3 { font-size: 32px; }
	section#first { background-size: auto 480px; }
	#first .text {
		font-size: 18px;
		max-width: 300px;
	}
	#first .layer1 img {
		width: 740px;
		left: 100px;
	}
	#first .layer2 .right { max-width: 400px; }
	#first .fee { margin-left: 160px; }
	#about p.text { margin-top: 0; }
	.accountblock { padding: 32px 24px; }
	.accountblock h3 + h3 + h3 { margin-bottom: 36px; }
	.method p.text {
		font-size: 18px;
		padding: 32px 16px 24px 16px;
	}
	.stepswrap {
		right: -80px;
		transform: scale(0.8);
	}
	.paywrap { padding: 32px 24px; }
	.paywrap .payblock { padding: 8px; }
	.paywrap .payblock .icon { width: 80px; }
	.paywrap .payblock p.title { margin-right: 8px; }
	.paywrap .payblock .info { gap: 6px; }
	.paywrap .payblock .info span { padding: 10px 16px; }
}

@media(min-width: 768px) and (max-width: 991px) {
	header { padding-top: 20px; }
	header .col-xs-7 { text-align: right; }
	header ul { margin-top: 16px; }
	h1 {
		font-size: 40px;
		margin-bottom: 36px;
	}
	h2 { font-size: 32px; }
	h3 { font-size: 24px; }
	section#first {
		background-position: top right;
		background-size: auto 380px;
		padding-bottom: 100px;
	}
	#first .text {
		font-size: 18px;
		max-width: 300px;
	}
	#first .layer1 img {
		width: 540px;
		top: -60px;
		left: 340px;
	}
	#first .layer2 .right { max-width: 400px; }
	#first .fee {
		position: absolute;
		top: 180px;
		left: 200px;
	}
	body.eng #first .fee { top: 140px; }
	section#about { margin-bottom: 100px; }
	#about h2 { font-size: 24px; }
	#about p.text {
		margin-top: 0;
		font-size: 14px;
	}
	section#results { margin-bottom: 70px; }
	section#accounts { margin-bottom: 40px; }
	.accountblock { padding: 32px 24px; }
	.accountblock h3 + h3 + h3 { margin-bottom: 36px; }
	.accountblock#accountblock2 img.icon, .accountblock#accountblock2:before { top: 0; }
	body.eng .accountblock#accountblock2 img.icon, body.eng .accountblock#accountblock2:before { top: 60px; }
	.accountblock .advants {
		align-items: flex-start;
		flex-flow: column wrap;
	}
	section#methods { padding: 60px 0 80px 0; }
	.method p.title {
		padding: 16px 8px;
		font-size: 14px;
	}
	.method p.text {
		font-size: 14px;
		padding: 32px 16px 24px 16px;
	}
	.method p.text br { display: none; }
	section#steps {
		min-height: 800px;
		padding: 20px 0 50px 0;
	}
	#steps h2 {
		display: inline-block;
		vertical-align: middle;
		margin: 0 6px 0 0 !important;
		width: 270px;
		font-size: 48px;
	}
	#steps a.greenbtn {
		vertical-align: middle;
		margin: 0 12px 0 0;
	}
	#steps .ask {
		vertical-align: middle;
		display: inline-flex;
	}
	.stepswrap {
		top: 100px;
		right: -40px;
		transform: scale(0.8);
		height: 600px;
	}
	.stepswrap .step#step1 { right: 460px; }
	.stepswrap .step#step3 {
		top: 340px;
		right: 280px;
	}
	.stepswrap .step#step5 {
		bottom: -70px;
		right: 40px;
	}
	.stepswrap .step p { padding: 24px 32px; }
	section#payments { padding: 50px 0; }
	#payments .container { position: relative; }
	#payments a.greenbtn {
		position: absolute;
		right: 0;
		top: 0;
	}
	#payments h2 {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 36px !important;
	}
	#payments a.greenbtn { padding: 12px 24px; }
	#payments p.text { max-width: 100%; }
	.paywrap { padding: 32px 24px; }
	.paywrap .payblock { padding: 8px; }
	.paywrap .payblock .icon { width: 80px; }
	.paywrap .payblock p.title { margin-right: 8px; }
	.paywrap .payblock .info { gap: 6px; }
	.paywrap .payblock .info span { padding: 10px 16px; }
	footer { padding-bottom: 40px; }
	footer .links { margin-top: 20px; }
	body.eng .stepswrap .step#step1 { right: 430px; }
	body.eng .stepswrap .step#step2:after { right: 5%; }
	body.eng .stepswrap .step#step3 { right: 100px; }
	body.eng .stepswrap .step#step3:after { bottom: 38%; }
	body.eng .stepswrap .step#step4 {
		right: 500px;
		top: 420px;
	}
	body.eng .stepswrap .step#step5 { right: 0; }
}

@media(min-width: 1px) and (max-width: 767px) {
	header { padding-top: 20px; }
	header .col-xs-7 {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-end;
		gap: 8px;
		text-align: right;
	}
	h1 {
		margin-bottom: 0;
		line-height: 1;
		font-size: 54px;
	}
	section#first {
		padding: 92px 0 20px 0;
		margin-bottom: 80px;
		background-size: auto 400px;
	}
	#first .h1 {
		display: block;
		text-align: center;
		font-size: 54px;
		font-weight: 900;
		background: var(--whitegrad);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
		line-height: 1;
	}
	#first .layer1 img {
		width: 600px;
		left: -130px;
		top: 40px;
	}
	#first .layer2 { margin-top: 270px; }
	#first .text {
		max-width: 100%;
		font-size: 16px;
		margin-bottom: 100px;
	}
	#first .fee {
		position: absolute;
		top: -250px;
		backdrop-filter: blur(10px);
		padding: 16px 24px;
		gap: 8px;
		color: white;
		align-items: flex-start;
		font-size: 14px;
		border-radius: 40px;
	}
	#first .fee img { height: 32px; }
	#first .blocks {
		position: absolute;
		margin: -130px 0 0 6px;
		width: 100% !important;
	}
	#first .blocks .block span {
		font-size: 14px;
		padding: 12px 16px;
	}
	#first .blocks .block.block1 img, #first .blocks .block.block2 img, #first .blocks .block.block3 img {
		left: -12px;
		top: -24px;
		width: 40px;
		height: 40px;
	}
	.greenbtn { padding: 16px 32px; }
	h2 { font-size: 34px; }
	section#about { margin-bottom: 120px; }
	#about .row { margin-bottom: 24px; }
	#about p.text {
		font-size: 14px;
		margin: 10px 0 40px 0;
	}
	section#results {
		margin-bottom: 0;
		padding-bottom: 180px;
	}
	.resultslider {
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
	}
	.resultslider .slide { border-radius: 8px; }
	.resultslider .slick-dots { bottom: -38px; }
	.resultslider .slick-arrow {
		top: unset;
		bottom: -84px;
		right: 40px;
	}
	.resultslider .slick-arrow.slick-prev {
		right: unset;
		left: 40px;
	}
	.accountblock { padding: 24px 16px; }
	.accountblock h3 {
		margin-bottom: 20px;
		font-size: 32px;
	}
	body.eng .accountblock h3 { margin-bottom: 0; }
	body.eng .accountblock h3 + h3 + h3 { margin-bottom: 20px; }
	.accountblock img.icon, .accountblock:before {
		transform: scale(0.6);
		top: -60px;
		right: -36px;
	}
	.accountblock#accountblock2 img.icon, .accountblock#accountblock2:before {
		transform: scale(0.6);
		top: 76px;
		right: -56px;
	}
	body.eng .accountblock#accountblock1 img.icon, body.eng .accountblock#accountblock1:before {
		top: 70px;
		right: -50px;
	}
	body.eng .accountblock#accountblock2 img.icon, body.eng .accountblock#accountblock2:before { top: -45px; }
	.accountblock .advants div {
		font-size: 14px;
		padding: 8px;
	}
	.accountblock .advants div img { width: 24px; }
	.accountblock p { font-size: 14px; }
	section#methods { padding: 80px 0 60px 0; }
	#methods h2 { margin-bottom: 0; }
	#methods h2 + h2 + h2 { margin-bottom: 40px; }
	.method { margin-bottom: 24px; }
	.method .icon {
		width: 64px;
		height: 64px;
		border-radius: 16px;
	}
	.method .icon img {
		width: 34px;
		height: 34px;
	}
	.method p.title {
		font-size: 16px;
		padding: 20px 1px;
	}
	.method p.text {
		font-size: 14px;
		padding: 16px 8px 12px 8px;
	}
	.method p.text br { display: none; }
	#methods .greenbtn { margin-top: 16px; }
	section#steps { padding-bottom: 80px; }
	#steps h2 { text-align: center; }
	.stepswrap {
		position: initial;
		width: 100%;
		max-width: 300px;
		margin: 60px auto 40px auto;
	}
	.stepswrap .step {
		margin-bottom: 24px;
		position: relative;
		top: unset !important;
		left: unset !important;
		right: unset !important;
		bottom: unset !important;
	}

	.stepswrap .step#step2, .stepswrap .step#step4 { margin-left: auto; }
	.stepswrap .step span, .stepswrap .step#step5 span {
		font-size: 36px;
		width: 64px;
		height: 64px;
		left: -16px;
		top: -48px;
	}
	.stepswrap .step#step2 span, .stepswrap .step#step4 span {
		left: unset;
		right: -16px;
	}
	.stepswrap .step p {
		padding: 16px 24px;
		font-size: 16px;
		display: inline-block;
	}
	.stepswrap .step#step1, .stepswrap .step#step2, .stepswrap .step#step3 { width: 234px; }
	.stepswrap .step#step4 { width: 248px; }
	.stepswrap .step#step5 { width: 270px; }
	.stepswrap .step p br { display: none; }
	.stepswrap .step#step1:after {
		content: url(img/s1.svg);
		top: 58%;
	}
	.stepswrap .step#step2:after {
		content: url(img/s2.svg);
		right: 100%;
		top: 52%;
	}
	.stepswrap .step#step3:after {
		content: url(img/s3.svg);
		right: unset;
		left: 100%;
		bottom: 18%;
	}
	.stepswrap .step#step4:after {
		content: url(img/s4.svg);
		left: unset;
		right: 100%;
	}
	#steps a.greenbtn {
		margin: 0 8px 0 0;
		font-size: 16px;
		padding: 16px 24px;
		vertical-align: middle;
	}
	#steps .ask {
		font-size: 14px;
		display: inline-flex;
		vertical-align: middle;
	}
	section#payments { padding: 80px 0 100px 0; }
	#payments p.text { font-size: 14px; }
	.paywrap {
		margin-bottom: 40px;
		padding: 16px;
		flex-flow: row wrap;
		gap: 2px;
		justify-content: space-between;
	}
	.paywrap .payblock {
		flex-flow: column wrap;
		align-items: flex-start;
		width: calc(50% - 10px);
		gap: 8px;
	}
	.paywrap .payblock .icon {
		width: 100px;
		height: 48px;
	}
	.paywrap .payblock p.title { margin: 0 0 12px 0; }
	.paywrap .payblock .info {
		max-width: 140px;
		gap: 8px 10px;
	}
	.paywrap .payblock .info span {
		font-size: 14px;
		padding: 12px 16px;
	}
	.paywrap hr {
		height: 200px;
		width: 1px;
	}
	footer { padding-bottom: 40px; }
	footer .container {
		padding: 40px 0 0 0;
		margin-left: 15px;
		width: calc(100% - 30px);
	}
	footer ul { margin: 40px 0; }
	.accountblock .advants div, .paywrap .payblock .info span { backdrop-filter: none; }
	#results h2 { margin-bottom: 0; }
	#results h2 + h2 + h2 { margin-bottom: 40px; }
}