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

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	background: #080814;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
header .logo,
header .logo p {
	height: 45px;
	width: auto;
}
header aside:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 23px;
	width: 20%;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #d7d7d7;
	border-radius: 0px 0px 33px 0px;
	position: relative;
	z-index: 11;
}
header .logo img {
	height: 100%;
	width: auto;
}
header aside:last-child {
	padding: 15px 75px 15px 44px;
	width: 79.999%;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #d7d7d7;
	border-radius: 0px 0px 0px 33px;
}
header nav {
	display: flex;
	gap: 20px;
	justify-content: end;
}
header nav .burger {
	display: none;
}
header nav ul {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	list-style: none;
	align-items: end;
}
.table {
	width: 100%;
	overflow: auto;
	margin: 30px 0;
}
.link {
	position: relative;
	z-index: 11;
	border-radius: 16px;
	background: #4618FF;
	border: 1px solid #4618FF;
	padding: 13px 36px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.link:hover {
	background: transparent;
	border: 1px solid #fff;
}
.link.first {
	background: transparent;
	border: 1px solid #fff;
}
.link.first:hover {
	background: #4618FF;
	border: 1px solid #4618FF;
}
header nav ul li {
	margin: 0 20px 10px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-transform: capitalize;
	color: #fff;
	transition: 0.5s all linear;
}
header nav ul li:hover {
	color: #4618FF;
}
header nav ul li:last-child {
	margin: 0 0 10px 0;
}
header nav ul li a {
	color: inherit;
	text-decoration: none;
}
.burger__content {
	opacity: 0;
	visibility: hidden;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 245px;
	z-index: 10;
	background-color: #0d0d0d;
	transition: all 0.3s ease;
}
.burger__content.active {
	visibility: visible;
	opacity: 1;
	top: -30px;
}
.burger__language {
	border-bottom: 1px solid #222727;
	padding: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.burger__link {
	margin: 15px 0 0 0;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}
.intro {
	padding: 172px 0 100px 0;
	width: 90%;
	height: auto;
	margin: 0 auto;
	background: url('../img/bg.webp') center / cover no-repeat;
	border-radius: 0px 0px 45px 45px;
}
.intro.user {
	background: none;
}
.container {
	margin: 0 auto;
	width: 90%;
}
.container .row {
	margin: 0 auto;
	width: 60%;
}
.intro .row {
	display: flex;
	flex-direction: column;
}
.intro h1 {
	margin: 0 0 40px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 87.02%;
	text-align: center;
	color: #fff;
}
.intro h1 span {
	font-weight: 700;
	font-size: 96px;
	line-height: 87.02%;
}
.intro p {
	margin: 0 0 40px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #fff;
}
.intro .button {
	padding: 23px 109px;
	width: fit-content;
	margin: 0 auto;
	border-radius: 20px;
	background: #080814;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.intro .button.user {
	background: #094fc7;
}
.intro .button.user span {
	color: #fff;
}

.intro .button span {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
}
.intro .button:hover {
	background: #fff;
}
.intro .button:hover span {
	color: #0d2b21;
}
.intro .button.user:hover .intro .button.user span {
	color: #13c1b2;
}
.content {
	padding: 60px 0 173px 0;
	background: url('../img/bg-2.webp') top center / cover repeat-y;
}
.content.user {
	background: none;
}
.img-text {
	margin: 0 0 50px 0;
	width: 100%;
	height: auto;
	border-radius: 64px;
}
.img-text img {
	width: 100%;
	height: auto;
}
.content h2 {
	margin: 40px 0 40px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 87.02%;
	color: #fff;
	text-align: center;
}
.content h3 {
	margin: 30px 0 30px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 87.02%;
	color: #fff;
	text-align: center;
}
.content strong {
	display: block;
	margin: 30px 0 30px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 87.02%;
	color: #fff;
	text-align: center;
}
ul a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 87.02%;
	color: #fff;
	transition: all 0.3s ease;
	text-decoration: none;
}
ul a:hover {
	color: #4618FF;
}
.content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170.02%;
	color: #fff;
	text-align: center;
	margin: 0 0 30px 0;
}
.content ol,
.content ul {
	display: flex;
	flex-direction: column;
}
.content ol li,
.content ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170.02%;
	color: #fff;
	text-align: center;
	align-self: center;
}

.content table {
	margin: 30px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table,
td,
th {
	/* border: 1px solid #ff5d18; */
}
td,
th {
	padding: 5px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170.02%;
	color: #fff;
	text-align: center;
	align-self: center;
}
th {
	background-color: #7accee !important;
}
table tr {
	background: #11112E;
	display: flex;
	margin: 0 0 5px 0;
	border-radius: 9px;
}
table tr:nth-child(2n) {
	background: #0B0B23;
}
table tr td {
	width: 50%;
}
table td:nth-child(2n) {
	font-weight: 700;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 21px 0 31px 0;
	width: 100%;
	height: auto;
	border-top: 1px solid #fff;
	border-radius: 0px 0px 33px 0px;
}
footer .logo {
	display: none;
	height: 15px;
	width: auto;
}
footer .logo p {
	height: 15px;
	width: auto;
}
footer .logo img {
	height: 100%;
	width: auto;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
	list-style: none;
}
footer ul li {
	margin: 10px 10px 0 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	transition: 0.5s all linear;
}
footer ul li:hover {
	color: #4618FF;
}
footer ul li a {
	color: inherit;
	text-decoration: none;
}

.content .img-text {
	font-size: 0;
	line-height: 0;
}

p img {
	max-width: 100%;
	border-radius: 9px;
}
/* promo */
.block__promo {
	display: flex;
	align-items: center;
}
.block__promo-items {
	display: flex;
	align-items: center;
	gap: 15px;
}
.block__promo-text {
	color:#212938;
	font-size: 20px;
	font-weight: 900;
	padding: 22px 50px;
	background:#fff;
	border-radius: 18px;	
}
.block__promo-btn {
	background: #3E16F2;
	border-radius: 18px;
	padding: 19px;
	cursor: pointer;
}
.copied {
	color: #3E16F2; 
}
@media screen and (max-width: 1200px) {
	.block__promo {
		flex-direction: column;
		row-gap: 15px;
	}
	.block__promo-items {
		max-width: 337px;
		width: 100%;
	}
	.block__promo-text {
		width: 75%;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
.block__promo-text {
	padding: 5px 40px;
	border-radius: 14px;
}
.block__promo-btn {
	padding: 5px;
	border-radius: 12px;
}
}	