@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 { overflow-x: hidden !important; }
body {
	font-family: NotoSans;
	font-size: 16px;
	color: white;
	background-color: #110606;
}
*, *: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));
	--red: #FD3C3C;
	--blue: #5DAFEF;
	--whitegrad: linear-gradient(to bottom, white, white 50%, transparent 90%);
}
.row {
	display: flex;
	flex-flow: row wrap;
}

h1, .h1, h2, h3, h4, h5, h6 {
	background: var(--whitegrad);
	color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	margin-top: 0;
	line-height: 1.2;
}

h1, .h1 {
	font-size: 82px;
	text-align: left;
	margin-bottom: 0;
	line-height: 1.2;
}

h2 {
	margin-bottom: 60px;
	font-size: 48px;
}

h3 { font-size: 40px; }

h4 { font-size: 36px; }

h5 { font-size: 32px; }

h6 { font-size: 24px; }

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	padding-top: 24px;
	background-color: transparent;
}

header .row { align-items: center; }

header ul {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	margin: 0 0 0 -30px;
	padding: 0 0 2px 0;
	gap: 24px;
	align-items: center;
	justify-content: flex-start;
	font-weight: 600;
}

header ul a { color: var(--gray); }

header ul a:hover { color: white; }

.trbtn {
	background: var(--graygrad);
  border-radius: 100px;
	border: 1px solid var(--gray);
	font-weight: 600;
	padding: 12px 24px;
	font-size: 14px;
	color: white !important;
}

.trbtn:hover {
	border-color: white;
	color: var(--gray) !important;
}

section#first {
	min-height: 900px;
	max-width: 1500px;
	margin: 0 auto 60px auto;
	padding: 132px 0 120px 0;
	background-repeat: no-repeat;
	background-image: url(img/first.png);
	background-position: calc(50% + 20px) 0;
}

#first .wrap {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#first .title { margin-bottom: 50px; }

#first .title .h1:last-child { font-size: 70px; }

#first p.text {
	max-width: 330px;
	margin-bottom: 114px;
	font-size: 20px;
	line-height: 1.4;
	color: var(--gray);
}

#first p.text span { color: white; }

#first .buttons {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 16px;
}

#first .trbtn {
	font-size: 20px;
	width: 135px;
	height: 51px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.redbtn {
	color: #110606;
	background-color: var(--red);
	padding: 20px 40px;
	border-radius: 100px;
	font-weight: 600;
	font-size: 20px;
	box-shadow: 0 2px 20px 8px rgba(253,60,60,0.15);
}

.redbtn:hover {
	color: white;
	box-shadow: 0 2px 10px 4px rgba(253,60,60,0.3);
}

#first .info {
	display: flex;
	flex-flow: column wrap;
	gap: 8px;
	align-items: flex-end;
	margin: 30px 0 144px 0;
}

#first .info span {
	position: relative;
  border-radius: 100px;
	font-weight: 600;
	padding: 12px 24px;
	font-size: 14px;
	color: var(--gray);
	backdrop-filter: blur(16px);
	z-index: 3;
	background-color: #110606;
}

#first .info span:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 100px;
	background-color: #110606;
}

#first .info span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--graygrad);
	border-radius: 100px;
	z-index: -2;
}


#first .pflink {
	width: 212px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 8px;
	color: white;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
}

#first .pflink:hover { color: var(--red); }

#first .pflink .img {
	border: 1px solid rgba(131,133,139,0.3);
	padding: 12px;
	backdrop-filter: blur(16px);
	border-radius: 24px;
	width: 100%;
	transition: 200ms;
	height: 282px;
}

#first .pflink:hover .img { border-color: rgba(131,133,139,0.6); }

#first .pflink .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

section#advants { margin-bottom: 180px; }

#advants .block {
	position: relative;
	padding-top: 48px;
	margin-bottom: 20px;
}

#advants .block span.icon {
	position: absolute;
	top: -8px;
	right: 16px;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: var(--blue);
	padding: 12px;
	border-radius: 24px;
	z-index: 1;
}

#advants .block .wrap {
	position: relative;
	z-index: 2;
	border-radius: 24px;
	padding: 32px 24px 24px 24px;
	border: 1px solid rgba(131,133,139,0.3);
	backdrop-filter: blur(6px);
	background: var(--graygrad);
	overflow: hidden;
}

#advants .block .wrap:before {
	content: '';
	opacity: 0.2;
	background: radial-gradient(var(--red), transparent);
	filter: blur(20px);
	position: absolute;
	top: -82px;
	left: -146px;
	width: 200px;
	height: 200px;
	border-radius: 100%;
}

#advants .block .wrap p.title {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
}

#advants .block .wrap p.text {
	margin-bottom: 0;
	color: var(--gray);
}

section#prices { margin-bottom: 168px; }

#prices .price {
	position: relative;
	height: 380px;
	border-radius: 40px;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	margin-bottom: 32px;
}

#prices .price.pricebig { height: 480px; }

#prices .price img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
}

#prices .price .block {
	position: relative;
	z-index: 2;
	bottom: 24px;
	left: 24px;
	width: calc(100% - 48px);
	backdrop-filter: blur(16px);
	padding: 16px 24px;
	border-radius: 24px;
	border: 1px solid var(--gray);
}

#prices .price .block span {
	position: absolute;
	right: 16px;
	top: -16px;
	background-color: var(--red);
	padding: 12px 16px;
	line-height: 1;
	border-radius: 100px;
	font-weight: 600;
	font-size: 20px;
}

#prices .price .block p.title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}

#prices .price .block p.text { margin-bottom: 0; }

#prices .redbtn {
	display: block;
	width: 100%;
	text-align: center;
}

#prices .extra {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 8px;
}

#prices .extra span {
	width: 94px;
	height: 50px;
	background-color: var(--blue);
	border-radius: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
}

#prices .extra p {
	font-size: 15px;
	margin-bottom: 0;
	width: calc(100% - 104px);
}

section#effect { margin-bottom: 184px; }

#effect .line {
	display: flex;
	gap: 28px;
}

#effect .block {
	padding-top: 30px;
	margin-bottom: 16px;
	text-align: center;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

#effect .block span {
	padding: 8px 16px;
	color: #110606;
	background-color: var(--red);
	border-radius: 100px;
	font-weight: 600;
	font-size: 20px;
	box-shadow: 0 2px 20px 8px rgba(253,60,60,0.15);
}

#effect .block p.title {
	padding: 16px 24px;
	border-radius: 24px;
	background: var(--graygrad);
	border: 1px solid var(--gray);
	display: inline-block;
	margin: -8px 0 0 0;
	backdrop-filter: blur(16px);
	font-size: 24px;
	font-weight: 700;
}

#effect .block p.text {
	margin: -16px 0 0 0;
	color: var(--gray);
	padding: 24px 16px;
	border-radius: 24px;
	background-color: #251818;
}

section#examples {
	margin-bottom: 80px;
	overflow: visible !important;
}

#examples h2 { margin-bottom: 80px; }

#examples .slick-track, #examples .slick-list { overflow: visible !important; }

#examples .slide {
	transition: 300ms;
	height: 440px;
	overflow: hidden;
	padding: 0 8px;
	opacity: 0.6;
	position: relative;
	z-index: 1;
}

#examples .slick-current .slide {
	opacity: 1;
	transform: scale(1.15);
	z-index: 2;
}

#examples .slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

section#steps {
	margin-bottom: 60px;
	padding: 100px 0;
}

#steps .title { margin-bottom: 16px; }

#steps h2 {
	text-align: left;
	margin-bottom: 0;
}

#steps p.text {
	margin-bottom: 24px;
	color: var(--gray);
}

#steps .line {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 24px;
}

#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(--blue);
}

#steps .ask a img { transition: 200ms; }

#steps .ask a:hover { color: white; }

#steps .ask a:hover img { filter: brightness(0) invert(1); }

.step {
	position: relative;
	margin-bottom: 40px;
}

.step#step3 {
	margin-bottom: 0;
	z-index: 4;
}

.step p {
	color: white;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	padding: 24px 32px;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(16px);
	border: 1px solid var(--gray);
	background: var(--graygrad);
	border-radius: 24px;
}

.step p span { color: var(--blue); }

.step p:before {
	content: '';
	opacity: 0.2;
	background: radial-gradient(var(--red), transparent);
	filter: blur(20px);
	position: absolute;
	top: -82px;
	left: -146px;
	width: 200px;
	height: 200px;
	border-radius: 100%;
}

.step#step3 p {
	text-align: center;
	padding: 24px 40px;
}

.step span.num {
	box-shadow: 0 2px 20px 8px rgba(253,60,60,0.15);
	cursor: default;
	position: absolute;
	border-radius: 100%;
	color: #110606;
	font-weight: 900;
	font-size: 38px;
	background-color: var(--red);
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	top: -24px;
	left: -64px;
}

.step#step2 span.num {
	left: -24px;
	top: -64px;
}

.step#step3 span.num {
	right: 0;
	left: 0;
	top: -64px;
	margin: auto;
}

footer { padding-bottom: 80px; }

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: inline-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: #251818;
	padding: 24px;
}

#menu.active { left: 0; }

#menu .head {
	margin-bottom: 60px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	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: 32px;
}

#menu ul a {
	color: white;
	line-height: 1;
	font-size: 24px;
	font-weight: 700;
}

#menu ul a:hover { color: var(--green); }

#menu .redbtn {
	text-align: center;
	position: absolute;
	bottom: 24px;
	left: 24px;
	width: calc(100% - 48px);
}

@media(min-width: 992px) and (max-width: 1223px) {
	header { padding: 20px 0 4px 0; }
	header ul { margin-left: 0; }
	section#first {
		background-position: calc(50% + 60px) 0;
		background-size: auto 750px;
	}
	#first .info span { color: white; }
	#advants .block .wrap {
		padding: 24px 16px 16px 16px;
		min-height: 250px;
	}
	#advants .block .wrap p.text { letter-spacing: -1px; }
	#prices .price .block { padding: 30px 16px 16px 16px; }
	#effect .line { gap: 18px; }
	#effect .block { min-width: 164px; }
	#effect .block span { font-size: 18px; }
	#effect .block p.text {
		padding: 24px 8px 16px 8px;
		letter-spacing: -1px;
	}
	#steps p.text { font-size: 14px; }
	#steps .redbtn { padding: 20px 32px; }
	.step p { font-size: 18px; }
}

@media(min-width: 768px) and (max-width: 991px) {
	h2 { font-size: 40px; }
	header { padding: 16px 0 8px 0; }
	header ul { margin-left: 0; }
	section#first {
		min-height: 740px;
		padding: 80px 0 0 0;
		background-position: calc(50% + 160px) 0;
		background-size: auto 540px;
	}
	#first .title .h1:last-child { font-size: 60px; }
	#first .info { margin: 100px 0 60px 0; }
	#first .info span { color: white; }
	section#advants { margin-bottom: 100px; }
	#advants .block .wrap {
		padding: 24px 16px 16px 16px;
		min-height: 180px;
	}
	section#prices { margin-bottom: 100px; }
	#prices .price .block {
		padding: 30px 12px 12px 12px;
		left: 16px;
		width: calc(100% - 32px);
	}
	#prices .price .block p.text { font-size: 12px; }
	#prices .redbtn { font-size: 16px; }
	#prices .extra span {
		font-size: 16px;
		width: 60px;
		height: 36px;
		border-radius: 24px;
	}
	#prices .extra p {
		width: calc(100% - 68px);
		font-size: 12px;
	}
	section#effect { margin-bottom: 100px; }
	#effect .line {
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 0;
	}
	#effect .block { width: 49%; }
	#effect .block:last-child { width: 100%; }
	#effect .block span { font-size: 18px; }
	#effect .block p.text {
		padding: 24px 8px 16px 8px;
		letter-spacing: -1px;
	}
	section#examples { margin-bottom: 40px; }
	section#steps { margin-bottom: 0; }
	#steps p.text { margin-bottom: 64px; }
	#steps .line {
		width: 92%;
		margin: 24px 0 0 auto;
	}
	#steps .row .row {
		width: 96%;
		margin-left: auto;
	}
	.step p {
		font-size: 18px;
		padding: 24px 30px;
	}
	footer { padding-bottom: 60px; }
	footer .links { margin-top: 16px; }
}

@media(min-width: 1px) and (max-width: 767px) {
	h2 {
		font-size: 36px;
		margin-bottom: 40px;
	}
	header { padding: 16px 0 8px 0; }
	header .tar {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 12px;
	}
	header .trbtn {
		padding: 0;
		height: 40px;
		width: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	section#first {
		min-height: 1px;
		margin-bottom: 80px;
		padding: 80px 0 40px 0;
		background-image: url(img/bg.png);
		background-position: center 150px;
		background-size: 100% auto;
	}
	h1, .h1 { font-size: 48px; }
	#first .title { margin-bottom: 310px; }
	#first .title .h1:last-child { font-size: 40px; }
	#first p.text {
		color: white;
		margin-bottom: 24px;
		font-size: 16px;
	}
	#first .trbtn {
		width: 118px;
		height: 42px;
		font-size: 16px;
	}
	.redbtn {
		padding: 16px 32px;
		font-size: 16px;
	}
	#first .info {
		margin: 0;
		position: absolute;
		top: 10px;
		right: 0;
	}
	#first .info span {
		font-size: 12px;
		padding: 12px 16px;
		color: white;
	}
	#first .pflink {
		position: absolute;
		left: 0;
		top: 190px;
		width: 96px;
	}
	#first .pflink .img {
		width: 100%;
		height: 128px;
		padding: 5px;
		border-radius: 10px;
	}
	#first .pflink .img img { border-radius: 10px; }
	section#advants { margin-bottom: 100px; }
	#advants .row { margin: 0 -10px; }
	#advants .row .col-xs-6 { padding: 0 8px; }
	#advants .block .wrap {
		padding: 24px 8px 16px 8px;
		min-height: 260px;
	}
	#advants .block .wrap p.title { font-size: 20px; }
	#advants .block .wrap p.text { font-size: 14px; }
	section#prices { margin-bottom: 100px; }
	#prices h2 { margin-bottom: 0; }
	#prices h2 + h2 { margin-bottom: 40px; }
	#prices .price { height: 300px; }
	#prices .price.pricebig { height: 380px; }
	#prices .price .block {
		margin-bottom: 24px;
		padding: 16px 24px;
		left: 16px;
		bottom: 16px;
		width: calc(100% - 32px);
	}
	#prices .price .block p.title { font-size: 20px; }
	#prices .price .block p.text { font-size: 14px; }
	#prices .extra { margin-bottom: 24px; }
	#prices .extra p { font-size: 14px; }
	section#effect { margin-bottom: 100px; }
	#effect .line {
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 0;
	}
	#effect .block {
		margin-bottom: 0;
		padding-top: 16px;
		width: 46%;
	}
	#effect .block:last-child { width: 100%; }
	#effect .block span { font-size: 14px; }
	#effect .block p.title { font-size: 20px; }
	#effect .block p.text {
		padding: 24px 8px 16px 8px;
		letter-spacing: -1px;
		font-size: 14px;
	}
	section#examples { margin-bottom: 100px; }
	#examples h2 { margin-bottom: 48px; }
	#examples .slider {
		margin-left: 15px;
		width: 55%;
	}
	#examples .slide {
		height: auto;
		padding: 0;
	}
	section#steps {
		margin-bottom: 0;
		padding: 0 0 80px 0;
	}
	#steps .line { margin-bottom: 0; }
	#steps p.text {
		font-size: 14px;
		margin-bottom: 64px;
	}
	#steps .row .row { margin-bottom: 56px; }
	.step {
		margin-bottom: 24px;
		width: 276px;
		margin-left: auto;
	}
	.step#step2 { margin-left: 0; }
	.step p { padding: 16px 24px !important; }
	.step#step3 { width: 290px; }
	.step#step3 p { text-align: left; }
	.step span.num {
		width: 64px;
		height: 64px;
		font-size: 38px;
		left: -52px;
	}
	.step#step2 span.num {
		top: 0;
		bottom: 0;
		left: unset;
		right: -52px;
		margin: auto;
	}
	.step#step3 span.num {
		top: unset;
		right: unset;
		bottom: -16px;
		left: -50px;
		margin: 0;
	}
	#steps .line {
		gap: 8px;
		justify-content: space-between;
	}
	#steps .redbtn { padding: 12px 24px; }
	#steps .ask { font-size: 14px; }
	footer { padding-bottom: 40px; }
	footer .container {
		padding: 40px 0 0 0;
		margin-left: 15px;
		width: calc(100% - 30px);
	}
	footer ul { margin: 40px 0; }
}