@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

* {
	box-sizing: border-box;
}

body {
	position: relative;
	height: auto;
	background: #202036;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #eee;
}

ul,
li {
	margin: 0;
	padding: 0;
}

h1,
h2 {
	margin: 0;
	font-weight: normal;
}

input[type="email"]:active,
input[type="email"]:focus,
textarea:active,
textarea:focus {
	outline: none;
}

img,
button,
input[type="submit"] {
	border: 0;
}

a {
	color: #fff;
}

.box {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.clr {
	clear: both;
}

.d_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.btn {
	background: linear-gradient(145.35deg, #9665F4 -38.96%, #3B2BA8 58.18%, #181049 144.61%);
	box-shadow: 0px 2px 4px -1px rgba(27, 10, 82, 0.12), 0px 16px 24px rgba(27, 24, 50, 0.25), 0px 8px 8px -4px rgba(29, 29, 55, 0.25);
	border-radius: 12px;
	border: 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.btn:hover {
	background: linear-gradient(60deg, #9665F4 -38.96%, #3B2BA8 58.18%, #181049 144.61%);
	box-shadow: 0px 4px 20px rgba(31, 17, 133, 0.5), 0px 2px 4px -1px rgba(27, 10, 82, 0.12), 0px 16px 24px rgba(27, 24, 50, 0.25), 0px 8px 8px -4px rgba(29, 29, 55, 0.25);
}

button:active,
button:focus,
input:active,
input:focus {
	outline: none;
	text-decoration: none;
}

button:hover {
	cursor: pointer;
}

.hide_d {
	display: none !important;
}

nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 23px 0;
	background: linear-gradient(186.29deg, rgba(20, 20, 35, 0.95) -32.33%, rgba(35, 35, 61, 0.4) 95.27%);
	backdrop-filter: blur(10px);
}

nav .box {
	justify-content: space-between;
	align-items: center;
}

nav .logo {
	font-size: 30px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: -0.03em;
}
nav .logo a {
	text-decoration: none;
}
nav .logo img {
	vertical-align: middle;
}

nav ul.menu li {
	display: inline-block;
	padding: 0 40px;
}

nav ul.menu li a {
	display: block;
	text-decoration: none;
	line-height: 24px;
	font-weight: 600;
}

nav ul.menu li a.btn {
	padding: 12px 22px;
	background: linear-gradient(150.88deg, rgba(245, 247, 250, 0.12) -25.86%, rgba(245, 247, 250, 0.06) 60.02%, rgba(245, 247, 250, 0.0001) 138.85%);
	border: 1px solid rgba(245, 247, 250, 0.06);
	box-shadow: 0px 1px 1px rgba(20, 16, 41, 0.4), -4px -4px 8px rgba(224, 224, 255, 0.04), 8px 8px 24px rgba(20, 16, 41, 0.4);
	backdrop-filter: blur(54.3656px);
}

nav ul.menu li a.btn:hover {
	background: linear-gradient(145.35deg, #9665F4 -38.96%, #3B2BA8 58.18%, #181049 144.61%);
}

nav ul.menu li:last-child {
	padding-right: 0;
}

nav .burger {
	display: none;
	position: absolute;
	top: 23px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url(../images/icon-burger.svg) center no-repeat;
	cursor: pointer;
}

nav .burger.active {
	background: url(../images/icon-close.svg) center no-repeat;
}

nav .select_lang,
nav .social {
	display: none;
}

header {
	position: relative;
	height: 850px;
	padding: 278px 0 0;
	background: url(../images/bg-header.webp) no-repeat center/cover;
}

header .left {
	width: 800px;
}

header .left .ttl {
	font-weight: 500;
	font-size: 60px;
	line-height: 70px;
}

header .left .ttl span {
	background: linear-gradient(87.82deg, #453783 1.85%, #FCF1E9 60%, #473B92 98%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

header .left .desc {
	padding: 40px 0 60px;
	font-size: 20px;
	line-height: 30px;
	color: rgba(224, 224, 255, 0.6);
}

header .left a.btn {
	font-size: 18px;
	padding: 20px 40px;
	margin: 10px 10px 0 0;
}

header .left span.st {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-social.png) 0 -69px no-repeat;
	width: 32px;
	height: 24px;
}


.features {
	padding: 130px 0 120px;
	background: url(../images/bg-feat.webp) left bottom no-repeat;
}

.features .box {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.features .item {
	width: 23.4%;
	margin-bottom: 26px;
	padding: 24px;
	background: linear-gradient(135deg, rgba(245, 247, 250, 0.12) 0%, rgba(245, 247, 250, 0.06) 52.14%, rgba(245, 247, 250, 0.0001) 100%);
	border: 1px solid rgba(245, 247, 250, 0.06);
	box-shadow: 4px 4px 8px rgba(27, 22, 49, 0.2), 8px 8px 20px rgba(32, 32, 54, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	/*a.btn:active,a.btn:focus{border: 2px solid #3B2BA8}*/
}

.features .item .ttl {
	padding-bottom: 24px;
	font-size: 44px;
	line-height: 52px;
	font-weight: 700;
}

.features .item .icon_wrap {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(104, 72, 206, 0.1);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}

.features .item .name {
	padding: 12px 0 20px;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
}

.features .item .desc {
	margin: 0;
	line-height: 24px;
	color: rgba(224, 224, 255, 0.6);
}

.features .item a.btn {
	display: inline-block;
	width: 100%;
	margin-top: 82px;
	background: #fff;
	padding: 18px 0;
	box-shadow: 0px 16px 24px rgba(27, 24, 50, 0.1), 0px 8px 8px -4px rgba(29, 29, 55, 0.22);
}

.features .item a.btn span {
	background: linear-gradient(145.35deg, #9665F4 -38.96%, #3B2BA8 58.18%, #181049 144.61%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.features .item a.btn:hover {
	background: #2B1C93;
}

.features .item a.btn:hover span {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.features .item a.btn.disabled {
	background: #fff !important;
	opacity: .5;
}

.features .first_item {
	padding: 0 24px 24px 0;
	background: none;
	box-shadow: none;
	border: 1px solid transparent;
}

.features .last_item {
	background: linear-gradient(145.35deg, #9665F4 -38.96%, #3B2BA8 58.18%, #181049 144.61%);
	border: 1px solid rgba(245, 247, 250, 0.06);
	box-shadow: 0px 1px 1px #202036, -4px -4px 8px rgba(27, 22, 49, 0.2), 8px 8px 20px rgba(32, 32, 54, 0.4);
}

.features .last_item .icon_wrap {
	background: rgba(255, 255, 255, 0.1);
}

.getlicense {
	padding: 125px 0;
	text-align: center;
}

.getlicense .box {
	position: relative;
	overflow: hidden;
	padding: 64px 0;
	border-radius: 20px;
	background: linear-gradient(145.35deg, #9665F4 -38.96%, #3B2BA8 58.18%, #181049 144.61%);
	box-shadow: 0px 0px 1px rgba(52, 38, 148, 0.24), 0px 2px 5px -1px rgba(27, 10, 82, 0.12), 0px 7px 7px -5px rgba(56, 41, 160, 0.12);
}

.getlicense .box:before {
	content: '';
	position: absolute;
	top: -130px;
	left: -45px;
	width: 375px;
	height: 450px;
	background: url(../images/bg-lic-1.webp) 0 0 no-repeat;
}

.getlicense .box:after {
	content: '';
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 333px;
	height: 320px;
	background: url(../images/bg-lic-2.webp) 0 0 no-repeat;
}

.getlicense .content {
	position: relative;
	z-index: 7;
	width: 590px;
	margin: 0 auto;
}

.getlicense .ttl {
	padding-bottom: 24px;
	font-size: 44px;
	line-height: 52px;
	font-weight: 700;
}

.getlicense .desc {
	color: rgba(224, 224, 255, 0.6);
}

.getlicense .smallgrey {
	font-size: small;
	color: rgba(224, 224, 255, 0.4);
}

.getlicense .sttl {
	padding-top: 40px;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
}

.getlicense a {
	text-decoration: underline;
}

.getlicense form {
	display: block;
	overflow: hidden;
	margin: 30px 0;
}

.getlicense input[type="email"] {
	width: 388px;
	height: 60px;
	float: left;
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid transparent;
	border-radius: 12px;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.getlicense input[type="email"]::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #ccc;
}

.getlicense input[type="email"]:active,
.getlicense input[type="email"]:focus {
	border: 2px solid #fff;
}

.getlicense input[type="email"].error {
	border: 2px solid #f54562;
}

.getlicense button[type="submit"] {
	width: 180px;
	height: 60px;
	float: right;
	background: #fff;
	box-shadow: 0px 16px 24px rgba(27, 24, 50, 0.1), 0px 8px 8px -4px rgba(29, 29, 55, 0.22);
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	color: #3b2ba8;
	cursor: pointer;
	margin: 0 0 0 10px;
}

.getlicense button.ru[type="submit"] {
	width: 140px;
}

.getlicense button.world[type="submit"] {
	width: 40px;
}

.getlicense button[type="submit"]:hover {
	background: #2B1C93;
	color: #fff;
}

.getlicense.hide_desktop {
	display: none;
}

.getlicense img.provider {
	vertical-align: bottom;
}

.examples {
	padding: 100px 0 0;
}

.examples .ttl {
	text-align: center;
	font-size: 44px;
	line-height: 52px;
	font-weight: 700;
}

.examples .desc {
	width: 515px;
	margin: 55px auto 0;
	line-height: 24px;
	color: rgba(224, 224, 255, 0.6);
	text-align: center;
}

.owl-carousel {
	margin: 60px 0;
}

.owl-nav {
	position: absolute;
	height: 48px;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -24px;
}

.owl-nav button {
	position: absolute;
	top: 0;
	width: 48px;
	height: 48px;
	background: url(../images/icon-arrow.png) 0 0 no-repeat !important;
	z-index: 999;
}

.owl-nav .owl-prev {
	background: url(../images/icon-arrow.png) 0 0 no-repeat !important;
	left: 196px;
}

.owl-nav .owl-prev:hover {
	background: url(../images/icon-arrow.png) -160px 0 no-repeat !important;
}

.owl-nav .owl-next {
	background: url(../images/icon-arrow.png) -48px 0 no-repeat !important;
	right: 196px;
}

.owl-nav .owl-next:hover {
	background: url(../images/icon-arrow.png) -208px 0 no-repeat !important;
}

.support {
	padding: 100px 0;
}

.support .ttl {
	margin-bottom: 60px;
	text-align: center;
	font-size: 44px;
	line-height: 52px;
	font-weight: 700;
}

.support cod {
	color: #fff;
	background-color: #3f2f8fcf;
	padding-left: 4px;
	padding-right: 4px;
}

.support cod2 {
	color: #fff;
	background-color: #6788227f;
	padding-left: 4px;
	padding-right: 4px;
}

.support a {
	color: #527eff;

}

.support .img-responsive {
	display: block;
	margin: 20px auto 20px auto;
	max-width: 100%;
	height: auto;
}

.support .item {
	margin-bottom: 15px;
	padding: 25px 30px;
	background: linear-gradient(135deg, rgba(245, 247, 250, 0.12) 0%, rgba(245, 247, 250, 0.06) 52.14%, rgba(245, 247, 250, 0.0001) 100%);
	border: 1px solid rgba(245, 247, 250, 0.06);
	box-shadow: 4px 4px 8px rgba(27, 22, 49, 0.2), 8px 8px 20px rgba(32, 32, 54, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 12px;
}

.support .item .item_ans {
	position: relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	cursor: pointer;
}

.support .item .item_ans:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/icon-plus.png) 0 0 no-repeat;
}

.support .item .item_ans:hover:after {
	background: url(../images/icon-plus.png) 0 -30px no-repeat;
}

.support .item .item_ans.active:after {
	background: url(../images/icon-plus.png) -30px 0 no-repeat;
}

.support .item .item_ans.active:hover:after {
	background: url(../images/icon-plus.png) -30px -30px no-repeat;
}

.support .item .item_quest {
	display: none;
	margin: 0;
	padding-top: 12px;
	line-height: 24px;
	color: rgba(224, 224, 255, 0.6);
}

.support .item .vis {
	display: block;
}

.support h2 {
	margin: 0 0 20px 0;
}


footer {
	padding: 43px 0 22px;
	background: #13132D;
	color: rgba(224, 224, 255, 0.6);
	line-height: 24px;
}

footer .d_flex {
	justify-content: space-between;
}

footer a {
	color: rgba(224, 224, 255, 0.6);
	text-decoration: none;
}

footer .logo {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #fff;
}


footer .social {
	padding-top: 22px;
}

footer .social a {
	padding-left: 34px;
}

footer .social a:hover {
	color: #fff;
}

footer .social .tw {
	background: url(../images/icon-social.png) 0 -100px no-repeat;
	margin-right: 22px;
}

footer .social .tw:hover {
	background: url(../images/icon-social.png) 0 0 no-repeat;
}

footer .social .st {
	background: url(../images/icon-social.png) 0 -37px no-repeat;
	margin-right: 22px;
}

footer .social .st:hover {
	background: url(../images/icon-social.png) 0 -69px no-repeat;
}

footer .social .vk {
	background: url(../images/icon-social.png) 0 -160px no-repeat;
	margin-right: 22px;
}

footer .social .vk:hover {
	background: url(../images/icon-social.png) 0 -131px no-repeat;
}

footer .tar {
	text-align: right;
}

footer .lang {
	font-size: 18px;
}

footer .select_lang {
	padding-top: 22px;
}

footer .select_lang a:hover {
	color: #fff;
	cursor: pointer;
}

footer .bottom {
	align-items: flex-end;
	padding: 60px 0 0;
	font-size: 14px;
}

footer .copy a {
	color: #fff;
}

footer .polic a {
	padding-left: 20px;
}

@media screen and (max-width: 1240px) {
	.box {
		width: 90%;
	}
}

@media screen and (max-width: 1000px) {
	.features .item {
		width: 48%;
	}

	.owl-nav {
		left: -30px;
		right: -30px;
	}

	.owl-nav .owl-prev {
		left: 0;
	}

	.owl-nav .owl-next {
		right: 0;
	}
}

@media screen and (max-width: 720px) {
	.hide_m {
		display: none !important;
	}

	.hide_d {
		display: block !important;
	}

	nav .logo {
		font-size: 18px;
	}

	nav ul.menu {
		display: none;
	}

	nav .burger {
		display: block;
	}

	nav.active {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding-bottom: 50px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
		background: #202036;
	}

	nav.active .d_flex {
		display: block;
	}

	nav.active .logo {
		display: none;
	}

	nav.active ul.menu {
		display: block;
		margin-top: 140px;
	}

	nav.active ul.menu li {
		display: block;
		padding: 0;
	}

	nav.active ul.menu li a {
		display: block;
		padding: 20px 0;
		font-size: 18px;
		text-align: center;
	}

	nav.active ul.menu li a.btn {
		margin-top: 50px;
	}

	nav.active .select_lang {
		display: block;
		margin-top: 80px;
		text-align: center;
		color: rgba(224, 224, 255, 0.6);
	}

	nav.active .select_lang a {
		color: rgba(224, 224, 255, 0.6);
		text-decoration: none;
	}

	nav.active .select_lang a:active,
	nav.active .select_lang a:hover {
		color: #fff;
	}

	nav.active .social {
		display: block;
		margin-top: 22px;
		text-align: center;
	}

	nav.active .social a {
		padding-left: 34px;
		color: rgba(224, 224, 255, 0.6);
	}

	nav.active .social a:hover {
		color: #fff;
	}

	nav.active .social .tw {
		background: url(../images/icon-social.png) 0 -100px no-repeat;
		margin-right: 22px;
	}

	nav.active .social .tw:hover {
		background: url(../images/icon-social.png) 0 0 no-repeat;
	}

	nav.active .social .st {
		background: url(../images/icon-social.png) 0 -37px no-repeat;
		margin-right: 22px;
	}

	nav.active .social .st:hover {
		background: url(../images/icon-social.png) 0 -69px no-repeat;
	}

	nav.active .social .vk {
		background: url(../images/icon-social.png) 0 -160px no-repeat;
		margin-right: 22px;
	}

	nav.active .social .vk:hover {
		background: url(../images/icon-social.png) 0 -131px no-repeat;
	}

	header {
		height: auto;
		padding: 140px 0;
		background: #1a1927 url(../images/bg-header-mob.jpg) no-repeat right/cover;
	}

	header .left {
		width: 100%;
	}

	header .left .ttl {
		font-size: 32px;
		line-height: 40px;
	}

	header .left .desc {
		font-size: 14px;
		line-height: 24px;
	}

	header .left a.btn {
		display: block;
		width: 100%;
	}

	.features {
		background: url(../images/bg-feat.webp) left center no-repeat;
	}

	.features .item {
		width: 100%;
	}

	.features .item .ttl {
		font-size: 28px;
		line-height: 36px;
	}

	.features .item .desc {
		font-size: 14px;
	}

	.features .item .name {
		font-size: 20px;
	}

	.owl-nav {
		left: -20px;
		right: -20px;
	}

	.owl-carousel .owl-stage-outer {
		width: 90%;
		margin: 0 auto;
		border-radius: 10px;
	}

	.getlicense.hide_mobile {
		display: none;
	}

	.getlicense.hide_desktop {
		display: block;
	}

	.getlicense.hide_desktop .box {
		padding: 70px 20px;
	}

	.getlicense.hide_desktop .ttl {
		font-size: 28px;
		line-height: 36px;
	}

	.getlicense.hide_desktop .sttl {
		font-size: 14px;
	}

	.getlicense.hide_desktop .sttl2 {
		font-size: 20px;
	}

	.getlicense.hide_desktop .desc {
		font-size: 14px;
		line-height: 22px;
	}

	.getlicense.hide_desktop .content,
	.getlicense.hide_desktop .features .item {
		width: 100%;
	}

	.getlicense.hide_desktop input[type="email"],
	.getlicense.hide_desktop button[type="submit"] {
		width: 100%;
		margin-bottom: 20px;
	}

	.examples .ttl,
	.support .ttl {
		font-size: 28px;
		line-height: 36px;
	}

	.examples .desc {
		width: 100%;
		font-size: 14px;
	}

	.support .item .item_ans {
		font-size: 18px;
		line-height: 26px;
	}

	.support .item .item_quest {
		font-size: 14px;
	}

	.support .item .item_ans:after {
		right: -10px;
	}

	footer .d_flex {
		display: block;
	}

	footer .col {
		margin-bottom: 30px;
	}

	footer .tar {
		text-align: left;
	}

	footer .bottom {
		padding: 0;
	}

	footer .polic a {
		padding-left: 0;
		padding-right: 20px;
	}
}