.relative {
	position: relative;
}

.row {
	display: flex;
	flex-wrap: nowrap;
}

.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
}

.row-center {
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
}

.row-sb {justify-content: space-between;}
.row-end {justify-content: flex-end;}
.row-col {flex-direction: column;}

.h100 {height: 100%;}


@media(max-width:767px) {
	.hidden-xs {display:none !important;}
}
@media(min-width:768px) and (max-width:959px) {
	.hidden-sm {display:none !important;}
}
@media(min-width:960px) and (max-width:1199px) {
	.hidden-md {display:none !important;}
}
@media(min-width:1200px) {
	.hidden-lg {display:none !important;}
}

.upp {text-transform: uppercase;}
.hidden {display: none;}


/* styles */

body {
	padding: 0;
	margin: 0;
	font-size:14px;
	font-family: "Inter", sans-serif;
	background-color: #090909;
	color: #7f7f7f;
	position: relative;
}

.orange {color: #E68721;}

.btn {
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	line-height: 0;
	height: 60px;
	padding: 0px 25px;
	width: fit-content;
}

.btn_small {
	height: 38px;
	padding: 0px 20px;
}

.btn.btn_primary {
	color: #fff;
	background-color: #E68721;
}

.btn.btn_secondary {
	color: #E68721;
	background-color: #151515;
	border: 1px solid #242424;
	text-decoration: underline;
}

.nav_items {gap: 40px;}

.nav_items a {
	color: #7f7f7f;
	font-size: 15px;
	font-weight: 300;
}

.nav-list__item a.wait {
	cursor: wait;
	color: #555;
}

.nav-list__item a.wait .sup {color:rgb(19 99 221);}

.btn:hover {cursor: pointer;}

.card_items .card_item {
	background-color: #151515;
	border: 1px solid #242424;
	position: relative;
}

.card_items .card_item img {position: absolute;}

.gradient {
	background: rgb(230,135,33);
	background: radial-gradient(circle, rgba(230,135,33,0.2) 0%, rgba(230,135,33,0) 70%);
}

h1, h2, h3 {
	color: #fff;
	font-weight: 900  !important;
}

.nav-list__item a {color: #B2B2B2;}

.nav-list__item a:hover {color: #ddd;}

.nav-list__item div {color: #B2B2B2;cursor: pointer;}

.nav-list__item div:hover {color: #ddd;}

.header__toggle::after, .header__toggle::before {background-color: #E68721;}

.header__toggle span {
	background-color: #ffffff00;
	margin: 3px 0;
}



@media screen and (min-width:320px) {

	.row-1\@xs>* {width: 100%;}
	.col-1\@xs {width: 100%;}

	.header {
		padding: 0 !important;
		margin-bottom: 30px;
		border-bottom: 1px solid #262626;
	}

	.header__wrap {
		height: 60px;
	}

	.header__logo img {
		width: 110px;
		margin-top: 6px;
		max-width: none;
	}

	.header__mob {
		width: 100%;
	}

	.header__mob sup {
		margin-top: -15px;
	}

	.header__mob .nav-list {
		padding-top: 60px;
	}

	.header__mob {
		padding: 40px 20px 0 45px;
	}
	
	h1.title {
		font-size: 37px;
		line-height: 33px;
		margin-bottom: 20px;
	}

	h3 {
		font-size: 18px;
		line-height: normal;
	}

	.footer__wrap p.small {
		margin-left: 10px;
	}

	p.small {
		font-size: 10px;
	}

	.btn_items {
		margin-top: 30px;
		gap: 12px;
	}

	.card_items .card_item {
		padding: 130px 20px 20px 20px;
		border-radius: 24px;
		margin-top: 60px;
	}

	.card_item h3 {
		margin-bottom: 18px;
	}

	.card_item p {
		margin-bottom: 20px;
	}

	.card_item img {
		top: -20px;
        right: 50%;
        transform: translate(50%, 0);
        height: auto;
	}

	.card_item img.img-android {
		width: 130px;
	}

	.card_item img.img-hide {
		width: 160px;
	}

	.footer {
		padding-top: 30px;
        padding-bottom: 40px;
	}
	
	
}

@media screen and (max-width:640px) {

	.col-1-2\@s {width: 50%;}
	.w_100_mob {
		width: 100%;
	}


}

@media screen and (min-width:640px) {

	.card_items .card_item {
		padding: 34px 30px;
		border-radius: 24px;
		overflow: hidden;
		margin-top: 20px;
	}

	.card_item h3 {
		margin-bottom: 15px;
	}

	.card_item p {
		margin-bottom: 25px;
	}

	.card_item img {
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
	}
	
	.card_item img.img-android {
		width: 130px;
	}

	.card_item img.img-hide {
		width: 160px;
	}

	.gradient {
		width: 520px;
		height: 520px;
		border-radius: 260px;
		position: absolute;
		right: -260px;
		bottom: -260px;
	}
}


@media screen and (min-width:960px) {

	.col-70\@m {width: 70%;}
	.col-80\@m {width: 80%;}
	.row-1-2\@m > * {width: 50%;}

	h1.title {
		font-size: 64px;
		letter-spacing: -1px;
		line-height: 53px;
		margin-bottom: 40px;
	}

	h3 {
		font-size: 24px;
		line-height: normal;
	}

	p {
		font-size: 18px;
	}

	.header {
		padding: 0 !important;
		margin-bottom: 60px;
	}

	.header__logo img {
		width: 120px;
		margin-top: 0px;
	}

	.header__wrap {
		height: 80px;
	}

	.header_logo {
		width: 120px;
	}

	.btn_items {
		margin-top: 60px;
		gap: 20px;
	}

	.card_items {
		gap: 30px;
		
	}

	.card_items .card_item {
		margin-top: 0px;
	}

	.card_item img {
		right: 30px;
	}
	
}
	
/* dropdown */

.dropbtn {
	border: none;
	color: #B2B2B2;
}

.dropdown {
	position: relative;
	display: inline-block;
}
  
.dropdown-content {
	display: none;
	position: absolute;
	left: -20px;
	background-color: #090909;
	width: max-content;
	z-index: 1;
	border-radius: 12px;
	padding: 20px 30px;
}
  
.dropdown-content a {
	color: #B2B2B2;
	padding: 10px 0px;
	text-decoration: none;
	display: block;
}
  
.dropdown-content a:hover {color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {color: #555;} 


/* Попап */

a {
  color: #E68721;
}



.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	justify-content: center;
	align-items: start;
	z-index: 9;
}

.popup-content {
	margin: 10% 2%;
	background: #222;
	padding: 34px;
	border-radius: 20px;
	width: 100%;
	max-width: 800px;
	position: relative;
}

.close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 22px;
	color: #ff8000;
	cursor: pointer;
}

.instructions {
	margin-top: 20px;
	text-align: left;
}

.instruction-text {
 	display: none;
}

.instruction-text * {
 	margin-bottom: 8px;
}

.instruction-text h3 {
	margin-top: 20px;
}

.instruction-text.active {
 	display: block;
}

.platform-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0px 40px;
}
.platform-buttons .platform {
	padding: 6px 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: #fff;
}


.platform-buttons .platform.active {
	border: 1px solid #ff8000;
	transition: all 0.2s;
}