@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: #11112a;
}

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 55px 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;
}
.table {
	width: 100%;
	overflow: auto;
	margin: 30px 0;
}
.link {
	position: relative;
	z-index: 11;
	border-radius: 16px;
	background: #00a5fb;
	border: 1px solid #00a5fb;
	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: #00a5fb;
	border: 1px solid #00a5fb;
}
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: #ff5d18;
}
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: #11112a;
	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 71px 71px;
}
.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: #11112a;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.intro .button.user {
	background: #00a5fb;
}
.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: #094fc7;
}
.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: #ff5d18;
}
.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: #1e1e48;
	display: flex;
	margin: 0 0 5px 0;
	border-radius: 9px;
}
table tr:nth-child(2n) {
	background: #121235;
}
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 #ff5d18;
	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: #ff5d18;
}
footer ul li a {
	color: inherit;
	text-decoration: none;
}

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

p img {
	max-width: 100%;
}




/*promo*/
.block__promo {
    display:flex;
    align-items: center;
}
.block__promo-info {
    display:flex;
    align-items: center;
    justify-content: space-between;
    max-width: 220px;
    width:100%;
    padding:5px 20px;
    background: #FFFFFF;
    border-radius:19px;
    color:#030714;
    font-weight:700;
    font-size:18px;
      padding: 23px 30px;
    margin-right:20px;
}
.block__promo-btn {
    font-weight:400;
    background:#19213B;
    cursor:pointer;
    border-radius:12px;
         padding: 23px 23px;
    color: #ffffff;
    background: linear-gradient(93.85deg, #64C7FF 0.45%, #0877F9 100%);

}

.mainer{
        display: flex;
    align-items: center;
}

.intro .button.user {
    background: #00a5fb;
    margin-right: 0;
}


@media screen and (max-width:1024px){
    .block__promo {
                      flex-direction: row;
        width: 100%;
                margin-bottom: 20px;
    }
  
    .block__promo-info {
        margin-right: 0;
        border-radius: 8px;
        max-width: 100%;
            margin-right: 30px;
        padding: 10px;
    }
    .intro .button.user {
    background: #00a5fb;
    margin-right: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

    .block__promo-text, .block__promo-btn {
        font-size:14px;
    }
    .block__promo-btn {
        padding:10px 17px;
        
    }
    
    .mainer {
    display: flex;
    align-items: center;
    flex-direction: column;
}
}

/*download button*/
.sidebar .btn {
    position: sticky;
    top: 15px;
}
.btn {
    align-items: center;
    border-radius: 20px;
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 15px;
}
.btn-green {
    background: #15BA62;
    color: #fff;
    max-width:200px;
    width:100%;
}
a {
    text-decoration:none;
}
.btn-green:hover {
    background: #ff9b21;
    color: #fff;

}
.sidebar {
    position: fixed;
    top: 100px;
    right: 50px;
    z-index:10;
}
@media screen and (max-width: 992px) {
    .sidebar {
        bottom: 20px;
        left: 0;
        padding: 15px;
        right: 0;
        top:unset;
    }
    .btn-green {

    max-width:100%;
    width:100%;
}
}
