@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:regular,700&display=swap);

@charset "UTF-8";

@font-face {
	font-family: Retron2000;
	font-display: swap;
	src:
		url("../fonts/Retron2000.woff2") format("woff2"),
		url("../fonts/Retron2000.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	min-width: 340px;
}

body {
	color: #f9f9f9;
	line-height: 1;
	font-family: "Retron2000";
	font-size: 1.125rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
	font-family: "Retron2000";
	font-size: inherit;
}

button {
	cursor: pointer;
	color: inherit;
	background-color: transparent;
}

a {
	color: inherit;
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	background: #232323;
	line-height: 1.3333333333;
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

@supports (overflow: clip) {
	.wrapper {
		overflow: clip;
	}
}

.wrapper > main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.wrapper > * {
	min-width: 0;
}
.page > * {
	padding: 80px 0 !important;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*="__container"] {
	max-width: 90rem;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.select {
	min-width: 0;
	position: relative;
}

.select__body {
	position: relative;
}

.select__title {
	color: inherit;
	text-align: left;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	width: 100%;
	border-radius: 4px;
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 1.875rem;
	gap: 0.625rem;
}

.select__value > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.select__value._select-pseudo-label::before {
	content: attr(data-pseudo-label);
	opacity: 0.5;
}

.select__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}

.select__options {
	color: #000;
	position: absolute;
	top: calc(100% - 0.0625rem);
	border-radius: 0 0 4px 4px;
	min-width: 100%;
	left: 0;
	border-top: 0;
	border-top: 0;
	padding: 7px 0px 5px 0px;
}

.select__scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

.select__option {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 100%;
	text-align: left;
	cursor: pointer;
	padding: 5px 21px;
	color: inherit;
	border-bottom: 1px solid transparent;
}

.select__option._select-selected {
	background-color: #eee;
}

.select__row {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.select._select-open {
	z-index: 5;
}

._select-tag {
	cursor: pointer;
}

[class*="-ibg"] {
	position: relative;
}

[class*="-ibg"] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

[class*="-ibg_contain"] img {
	-o-object-fit: contain;
	object-fit: contain;
}

._title {
	font-family: "Retron2000";
	font-style: normal;
	font-weight: 400;
	font-size: 55px;
	line-height: 60px;
	letter-spacing: -0.04em;
	color: #cdfd51;
}

.header {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	position: fixed;
	z-index: 6;
	top: 31px;
	left: 0;
	width: 100%;
	font-family: "Roboto Mono";
}

.header.scroll {
	top: 0;
	background: #0f0e0e;
	padding: 15px 0;
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .menu__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.header .select_header__lang .select__title {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #cdfd51;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.header .select_header__lang .select__title .select__value {
	font-family: "Roboto Mono";
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
	text-align: center;
}

.header .select_header__lang .select__options .select__option {
	font-family: "Roboto Mono";
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
	background-color: #232323;
}

.header__btn {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 217px;
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #0f0e0e;
	background: url("../img/header-btn.png") 0 0 / contain no-repeat;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 97px;
	-moz-column-gap: 97px;
	column-gap: 97px;
	row-gap: 20px;
}

.menu__link {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
}

.icon-menu {
	display: none;
}

.footer {
	position: relative;
	z-index: 2;
	background: #232323;
	border-top: 1px solid #cdfd51;
	padding: 70px 0;
}

.footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__logo {
	font-family: "Retron2000";
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: #cdfd51;
}

.footer__links {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 90px;
}

.footer__link {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 90px;
	font-family: "Roboto Mono";
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
}

.footer__social {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 90px;
}

.footer__item {
	font-family: "Roboto Mono";
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
}

.main {
	position: relative;
	background: #0f0e0e;
	padding-top: 160px;
}

.main .main_bg {
	position: absolute;
	width: 1400px;
	height: 529px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url("../img/cubs-bg.svg") center 0 no-repeat;
}

.main__container {
	position: relative;
	z-index: 2;
}

.main__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 18px;
}

.main__title {
	font-size: 150px;
	line-height: 200px;
	letter-spacing: -0.04em;
	color: #cdfd51;
}

.main__subtitle {
	font-family: "Roboto Mono";
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
}

.main__video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 472px;
	-webkit-clip-path: url(#mask);
	clip-path: url(#mask);
}

.main__video::before {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	background: url("../img/img-brd.png") center center/contain no-repeat;
	z-index: 2;
}

.main__video video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.main__row {
	padding: 25px 83px 27px 89px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #232323;
	margin-top: 22px;
}

.main__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05em;
	font-family: "Roboto Mono";
}

.main__item span {
	color: #cdfd51;
}

.main__item::before {
	content: "";
	width: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	height: 10px;
	background: url("../img/main/item_decor.png") 0 0 no-repeat;
}

.main-decor {
	position: absolute;
	width: 15px;
	height: 14px;
	background: url("../img/main/decor.svg") 0 0 / contain no-repeat;
}

.main-decor_1 {
	left: -4px;
	top: -7px;
}

.main-decor_2 {
	right: -6px;
	top: -6px;
}

.main-decor_3 {
	left: -4px;
	bottom: -5px;
}

.main-decor_4 {
	right: -6px;
	bottom: -6px;
}

.buy {
	background: #0f0e0e;
	padding-top: 180px;
	padding-bottom: 126px;
}

.buy__container {
	position: relative;
	z-index: 2;
}

.buy__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 84px;
}

.buy__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.buy__item {
	font-family: "Roboto Mono";
	max-width: 325px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
}

.buy__item span {
	color: #cdfd51;
}

.buy__btn {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	font-family: "Roboto Mono";
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: #0f0e0e;
	width: 217px;
	height: 61px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url("../img/buy/btn.png") 0 center/contain no-repeat;
}

.what {
	padding: 70px 0 140px;
}

.what__title {
	margin-bottom: 56px;
}

.what__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.what__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 185px;
	padding: 42px 25px 43px 43px;
	background: url("../img/what/bg1.png") center center/contain no-repeat;
}

.what__img {
	width: 100px;
	height: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.what__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.what__text {
	font-family: "Roboto Mono";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
}

.what__text span {
	color: #cdfd51;
}

.craft__container {
	/* padding-bottom: 70px !important; */
}

.craft__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 34px;
	-moz-column-gap: 34px;
	column-gap: 34px;
	row-gap: 50px;
}

.craft__img {
	background: url("../img/craft/1.png") 0 0 / contain no-repeat;
}

.craft__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	row-gap: 63px;
}

.craft__steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 55px;
}

.craft__step {
	font-family: "Roboto Mono";
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
	position: relative;
	padding-left: 47px;
}

.craft__step span {
	color: #cdfd51;
}

.craft__step::before {
	content: "1";
	position: absolute;
	left: 0;
	top: -17px;
	font-family: "Retron2000";
	font-style: normal;
	font-weight: 400;
	font-size: 55px;
	line-height: 73px;
	letter-spacing: -0.04em;
	-webkit-text-stroke: 1px #cdfd51;
	text-stroke: 1px #cdfd51;
	color: transparent;
}

.craft__step:nth-child(2)::before {
	content: "2";
}

.craft__step:nth-child(3)::before {
	content: "3";
}

.token__container {
	position: relative;
	z-index: 2;
}

.token__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.token__top {
	font-family: "Roboto Mono";
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
	width: 335px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url("../img/token/btn.png") 0 0 / contain no-repeat;
	margin-bottom: 20px;
}

.token__list {
	font-family: "Roboto Mono";
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
}

.token__list span {
	color: #cdfd51;
}

.token__list > *:not(:last-child) {
	margin-bottom: 20px;
}

.token__list li {
	padding-left: 40px;
	position: relative;
}

.token__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	height: 10px;
	background: url("../img/main/item_decor.png") 0 0 no-repeat;
}

.token .str__row-marque {
	-webkit-animation: row 10s linear infinite;
	animation: row 10s linear infinite;
}

.token-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-bottom: 70px;
}

.token-bottom .swiper-slide img {
	width: 261px;
	height: 261px;
}

.token__slider {
	overflow: visible !important;
}

.roadmap {
	background: #0f0e0e;
	position: relative;
	padding-top: 160px !important;
}

.roadmap .roadmap-bg {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.roadmap .roadmap-bg_mob {
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.roadmap__container {
	position: relative;
	z-index: 2;
	/* padding-bottom: 57px; */
}

.roadmap__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 79px;
}

.roadmap__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 52px;
	-moz-column-gap: 52px;
	column-gap: 52px;
	row-gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.roadmap__col {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 52px;
}

.roadmap__item {
	background: url("../img/roadmap/card.png") 0 0 no-repeat;
	width: 228px;
	height: 114px;
	padding: 21px 15px 21px 21px;
}

.roadmap__date {
	font-family: "Roboto Mono";
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #797979;
	margin-bottom: 7px;
}

.roadmap__info {
	font-family: "Roboto Mono";
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
}

.roadmap__info span {
	color: #cdfd51;
}

.roadmap-arr {
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.roadmap-arr:not(.arr-between) {
	left: 50%;
}

.arr-between {
	position: absolute;
	top: 50%;
	right: -72px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.partners {
	background: #0f0e0e;
	padding: 90px 0 114px;
}

.partners__container {
	position: relative;
	z-index: 2;
}

.partners__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 50px;
}

.partners__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 61px;
}

.partners__item {
	position: relative;
	width: 159px;
	height: 169px;
}

.partners__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.partners__title {
	text-align: right;
}

.last {
	padding-bottom: 160px !important;
	background: #0f0e0e;
}

.last__container {
	position: relative;
	z-index: 2;
}

.last__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.last__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 23px;
}

.last__list > *:not(:last-child) {
	margin-bottom: 20px;
}

.last__item {
	font-family: "Roboto Mono";
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: #f9f9f9;
	padding-left: 34px;
	position: relative;
}

.last__item::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	height: 10px;
	background: url("../img/main/item_decor.png") 0 0 no-repeat;
}

.last__btn {
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 323px;
	height: 61px;
	font-family: "Roboto Mono";
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #0f0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url("../img/last/btn.png") 0 0 / contain no-repeat;
}

.str {
	position: relative;
	width: 100%;
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}

.str__row-marque {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-animation: row 30s linear infinite;
	animation: row 30s linear infinite;
	will-change: transform;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.str__item {
	overflow: hidden;
	font-family: "Retron2000";
	font-weight: 400;
	font-size: 55px;
	line-height: 73px;
	text-transform: uppercase;
	white-space: nowrap;
	color: transparent;
	-webkit-text-stroke: 1px #cdfd51;
	text-stroke: 1px #cdfd51;
}

@-webkit-keyframes row {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0px, 0px);
		transform: translate3d(-100%, 0px, 0px);
	}
}

@keyframes row {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0px, 0px);
		transform: translate3d(-100%, 0px, 0px);
	}
}

.svg {
	position: absolute;
	width: 0;
	height: 0;
}

.swiper {
	overflow: hidden;
}

.swiper-initialized {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

@media (min-width: 47.99875em) {
	.footer__container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 90px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main {
		margin-bottom: -49px;
	}

	.main__item > div {
		max-width: 238px;
	}

	.buy {
		background:
			url("../img/cubs-bg.svg") center 0 no-repeat,
			#0f0e0e;
	}

	.token {
		margin-bottom: -40px !important;
		padding-bottom: 0 !important;
	}

	.roadmap .roadmap-bg_mob {
		display: none;
	}
}

@media (min-width: 61.99875em) {
	.menu__list {
		padding-bottom: 17px;
		border-bottom: 1px solid #cdfd51;
	}

	.craft__container {
		/* border-bottom: 1px solid #cdfd51; */
	}

	.craft__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 709px;
		flex: 0 1 709px;
		height: 441px;
	}

	.token {
		/* margin-top: 70px; */
	}
	.roadmap {
		position: relative;
	}
	.roadmap::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 1400px;
		height: 1px;
		background-color: #cdfd51;
	}
	.craft {
		position: relative;
	}
	.craft::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 1400px;
		height: 1px;
		background-color: #cdfd51;
	}
}

@media (min-width: 992px) {
	.what__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33%;
		flex: 0 1 33%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1141px) {
	.buy__col:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 587px;
		flex: 0 1 587px;
	}

	.buy__col:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 658px;
		flex: 0 1 658px;
	}

	.buy__col:not(:last-child) {
		margin-right: 50px;
	}
}

@media (min-width: 1436px) {
	.roadmap__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 247px;
		flex: 0 0 247px;
	}
}

@media (min-width: 90em) {
	.main__subtitle {
		margin-bottom: 32px;
	}

	.what__item_2 .what__img {
		margin-left: -45px;
	}

	.what__text {
		margin-left: -4px;
	}

	.roadmap-arr {
		opacity: 0;
	}

	.last__body {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.last__btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 323px;
		flex: 0 0 323px;
	}
}

@media (min-width: 1441px) {
	.token__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 689px;
		flex: 0 0 689px;
	}

	.last__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 549px;
		flex: 0 1 549px;
	}

	.last__row {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 688px;
		flex: 0 1 688px;
	}
}

@media (max-width: 90em) {
	.menu__list {
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
	.last__title {
		align-self: flex-start;
	}
	.main__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		row-gap: 20px;
		margin-bottom: 40px;
	}

	.what__row {
		gap: 20px;
	}

	.token-top {
		gap: 50px;
		margin-bottom: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.last__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 50px;
	}
}

@media (max-width: 1439px) {
	.main__video {
		height: 340px;
		width: 580px;
		margin: 0px auto;
		-webkit-clip-path: url(#mask-tablet);
		clip-path: url(#mask-tablet);
	}

	.main__video::before {
		background: url("../img/mask_tablet.svg") 0 0 / contain no-repeat;
	}

	.main__video video {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@media (max-width: 1435px) {
	.roadmap__body {
		gap: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 1300px) {
	.partners__row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media (max-width: 1140px) {
	.buy__bottom {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
	}

	.buy__col {
		gap: 40px;
	}

	.roadmap__row {
		gap: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.roadmap__col {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		gap: 20px;
	}

	.roadmap__item {
		padding-left: 26px;
		width: 280px;
		height: 114px;
		background: url("../img/roadmap/card_tablet.png") 0 0 no-repeat;
	}

	.roadmap__info {
		font-size: 18px;
		line-height: 24px;
	}

	.roadmap-arr {
		width: 56px;
		height: 56px;
	}

	.arr-between {
		display: none;
	}
}

@media (max-width: 991px) {
	.what__item {
		padding: 30px 52px;
		height: 160px;
		max-width: 580px;
		background: url("../img/what/bg1_tablet.png") 0 0 / contain no-repeat;
	}
}

@media (max-width: 870px) {
	.last__row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}

	.last__btn {
		width: 580px;
		height: 80px;
		background: url("../img/last/btn_tablet.png") 0 0 / contain no-repeat;
	}
}

@media (max-width: 640px) {
	.roadmap__col {
		gap: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.roadmap-arr {
		display: none;
	}
}

@media (max-width: 630px) {
	.footer__logo {
		margin-right: 34px;
	}

	.footer__links {
		gap: 10px;
	}

	.footer__social {
		display: none;
	}

	.partners__body {
		gap: 9px;
	}

	.partners__item {
		width: 98px;
		height: 104px;
	}
}

@media (max-width: 620px) {
	._title {
		font-size: 28px !important;
		line-height: 32px !important;
	}
}

@media (max-width: 595px) {
	.main__video {
		width: 320px;
		height: 280px;
	}

	.main__video::before {
		background: url("../img/mask_mob.svg") 0 0 / contain no-repeat;
	}
}

@media (max-width: 400px) {
	.partners__body {
		gap: 15px;
		max-width: 230px;
	}
}

@media (max-width: 375px) {
	.footer__logo {
		font-size: 9.9px;
		line-height: 13px;
	}

	.footer__links {
		font-size: 12px;
		line-height: 16px;
	}

	.footer__item {
		font-size: 12px;
		line-height: 16px;
	}
}

@media (max-width: 61.99875em) {
	._title {
		font-size: 42px;
		line-height: 50px;
	}

	.header {
		top: 30px;
	}

	.header__menu {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}

	.header .select_header__lang .select__title {
		width: 40px;
		height: 40px;
	}

	.header .select_header__lang .select__options {
		padding-top: 4px;
	}

	.header .select_header__lang .select__options .select__option {
		text-align: center;
		padding: 5px 0px;
	}

	.header__btn {
		position: fixed;
		bottom: 20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 579px;
		height: 80px;
		background: url("../img/header-btn_tablet.png") 0 0 / contain no-repeat;
	}

	.menu__body {
		-webkit-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
		position: fixed;
		z-index: 4;
		top: -200%;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background: #0f0e0e;
		padding: 206px 0 100px;
	}

	.menu-open .menu__body {
		top: 0;
	}

	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.menu__link {
		letter-spacing: -0.04em;
		font-size: 42px;
		line-height: 50px;
		font-family: "Retron2000";
	}

	.icon-menu {
		display: block;
		position: fixed;
		top: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 8.125rem;
		height: 1.375rem;
		z-index: 5;
	}

	.icon-menu::before,
	.icon-menu::after {
		content: "";
		right: 0;
		position: absolute;
		width: 100%;
		height: 0.3125rem;
		background-color: #cdfd51;
	}

	.icon-menu::before {
		top: 0;
	}

	.icon-menu::after {
		bottom: 0;
	}

	.menu-open .icon-menu {
		width: 26px;
		height: 22px;
		background: url("../img/header-close.png") 0 0 / contain no-repeat;
	}

	.menu-open .icon-menu::before,
	.menu-open .icon-menu::after {
		display: none;
	}

	.footer {
		padding: 50px 0 150px;
	}

	.main {
		padding-top: 95px !important;
	}

	.main__title {
		font-size: 117px;
		line-height: 156px;
		letter-spacing: -0.04em;
	}

	.main__row {
		padding: 26px 15px 26px 14px;
	}

	.buy {
		padding-bottom: 96px;
		padding-top: 150px;
	}

	.buy__btn {
		width: 280px;
		background: url("../img/buy/btn_tablet.png") 0 center/contain no-repeat;
	}

	.what {
		padding: 50px 0 100px;
	}

	.what__title {
		margin-bottom: 50px;
	}

	.what__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.craft__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.craft__img {
		background: url("../img/craft/1_tablet.png") 0 0 / contain no-repeat;
		position: relative;
		padding: 0px 0px 76% 0px;
	}

	.craft__img img {
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.craft__body {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.token__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 50px;
	}

	.token__top {
		width: 580px;
		height: 100px;
		background: url("../img/token/btn_tablet.png") 0 0 / contain no-repeat;
	}

	.token-bottom .swiper-slide img {
		width: 211px;
		height: 211px;
	}

	.roadmap {
		padding-top: 138px;
	}

	.roadmap__container {
		/* padding-bottom: 100px; */
	}

	.partners {
		padding-top: 0;
		padding-bottom: 100px;
	}

	.partners__body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.last {
		padding-bottom: 101px;
	}

	.str__item {
		font-size: 42px;
		line-height: 56px;
	}
}

@media (max-width: 61.99875em) and (any-hover: none) {
	.icon-menu {
		cursor: default;
	}
}

@media (max-width: 47.99875em) {
	[class*="__container"] {
		padding: 0 11px;
	}

	.header {
		top: 16px;
	}

	.header__btn {
		width: 312px;
		height: 50px;
		background: url("../img/header-btn_mobile.png") 0 0 / contain no-repeat;
	}

	.menu__body {
		padding: 124px 0 100px;
	}

	.menu__link {
		font-size: 20px;
		line-height: 26px;
		text-align: center;
		letter-spacing: -0.05em;
	}

	.icon-menu {
		width: 4.5rem;
		height: 0.8125rem;
		top: 16px;
	}

	.icon-menu::before,
	.icon-menu::after {
		height: 0.1875rem;
	}

	.footer {
		padding-bottom: 120px;
	}

	.footer__logo {
		margin-right: 61px;
	}

	.footer__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
		margin-right: 83px;
	}

	.footer__social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}

	.main .main_bg {
		width: 100%;
		height: 1021px;
		background: url("../img/cubs-bg_mob.svg") center 0 / cover no-repeat;
	}

	.main.main {
		padding-top: 53px !important;
	}

	.main__top {
		gap: 11px;
		margin-bottom: 20px;
	}

	.main__title {
		font-size: 64px;
		line-height: 85px;
		letter-spacing: -0.04em;
	}

	.main__subtitle {
		max-width: 170px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.05em;
	}

	.main__row {
		padding: 20px 54px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 20px;
		margin-top: 34px;
	}

	.main__item::before {
		width: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 5.5px;
		flex: 0 0 5.5px;
		height: 5.5px;
	}

	.main__item {
		width: 100%;
		gap: 5.5px;
		font-size: 14px;
		line-height: 18px;
	}

	.main__item br {
		display: none;
	}

	.main-decor {
		width: 9px;
		height: 8px;
		background: url("../img/main/decor_mobile.svg") 0 0 / cover no-repeat;
	}

	.main-decor_1 {
		top: -3px;
		left: -4px;
	}

	.main-decor_2 {
		top: -3px;
		right: -4px;
	}

	.main-decor_3 {
		left: -4px;
		bottom: -3px;
	}

	.main-decor_4 {
		right: -3px;
		bottom: -4px;
	}

	.buy {
		padding-bottom: 82px;
		padding-top: 63px;
	}

	.buy__bottom {
		margin-top: 21px;
		gap: 20px;
	}

	.buy__col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.buy__col:first-child {
		gap: 10px;
	}

	.buy__col:last-child {
		gap: 20px;
	}

	.buy__item {
		font-size: 14px;
		line-height: 18px;
	}

	.buy__btn {
		font-size: 9.9px;
		line-height: 13px;
		width: 154px;
		height: 36px;
		background: url("../img/buy/btn_mob.png") 0 center/contain no-repeat;
	}

	.what {
		padding: 70px 0;
	}

	.what__title {
		margin-bottom: 28px;
	}

	.what__row {
		gap: 5.5px;
	}

	.what__item {
		padding: 16px 28px;
		width: 319px;
		height: 88px;
	}

	.what__img {
		width: 55px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55px;
		flex: 0 0 55px;
		height: 55px;
	}

	.what__text {
		font-size: 14px;
		line-height: 18px;
	}

	.craft__row {
		gap: 20px;
	}

	.craft__body {
		row-gap: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.craft__steps {
		gap: 21.6px;
	}

	.craft__step {
		font-size: 14px;
		line-height: 18px;
		padding-left: 26px;
	}

	.craft__step::before {
		font-size: 28px;
		line-height: 37px;
		-webkit-text-stroke: 0.55px #cdfd51;
		text-stroke: 0.55px #cdfd51;
		top: -2px;
	}

	.token {
		/* margin-bottom: 43px; */
	}

	.token__body {
		row-gap: 20px;
	}

	.token__top {
		font-size: 14px;
		line-height: 18px;
		width: 319px;
		height: 55px;
		background: url("../img/token/btn_mob.png") 0 0 / contain no-repeat;
	}

	.token__list {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.05em;
	}

	.token__list li {
		padding-left: 23px;
	}

	.token__list li::before {
		width: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 5.5px;
		flex: 0 0 5.5px;
		height: 5.5px;
	}

	.token-top {
		margin-bottom: 17px;
		gap: 21px;
	}

	.token-bottom .swiper-slide img {
		width: 122px;
		height: 122px;
	}

	.roadmap .roadmap-bg {
		display: none;
	}

	.roadmap {
		padding-top: 32px;
	}

	.roadmap__container {
		/* padding-bottom: 70px; */
	}

	.roadmap__body {
		gap: 21px;
	}

	.partners {
		padding-bottom: 70px;
	}

	.partners__row {
		gap: 27px;
	}

	.partners__body {
		gap: 16px;
		gap: 16px;
	}

	.last.last {
		padding-bottom: 50px !important;
	}

	.last__body {
		gap: 20px;
	}

	.last__list > *:not(:last-child) {
		margin-bottom: 10px;
	}

	.last__item {
		padding-left: 18px;
		font-size: 14px;
		line-height: 18px;
		max-width: 268px;
	}

	.last__item::before {
		width: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 5.5px;
		flex: 0 0 5.5px;
		height: 5.5px;
	}

	.last__btn {
		width: 319px;
		height: 50px;
		background: url("../img/last/btn_mob.png") 0 0 / contain no-repeat;
	}

	.str__item {
		font-size: 26px;
		line-height: 35px;
		-webkit-text-stroke: 0.55px #cdfd51;
		text-stroke: 0.55px #cdfd51;
	}
	.page > * {
		padding: 25px 0 !important;
	}
}

@media (max-width: 47.99875em) and (min-width: 375px) {
	.footer__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1300px) and (min-width: 992px) {
	.what__item {
		padding: 20px 26px 19px 29px;
	}

	.what__text {
		font-size: 15px;
		line-height: 21px;
	}
}

@media (max-width: 61.99875em) and (min-width: 47.99875em) {
	.craft__container {
		/* padding-bottom: 100px; */
	}

	.craft__step br {
		display: none;
	}
}

@media (any-hover: hover) {
	.select__option:hover {
		border-bottom: 1px solid #cdfd51;
	}

	.header .select_header__lang .select__title:hover {
		border: 1px solid #bcff14;
	}

	.header__btn:hover {
		color: #cdfd51;
		background: url("../img/header-btn_hover.png") 0 0 / contain no-repeat;
	}

	.menu__link:hover {
		color: #cdfd51;
	}

	.footer__link:hover {
		color: #cdfd51;
	}

	.footer__item:hover {
		color: #cdfd51;
	}

	.buy__btn:hover {
		color: #cdfd51;
		background: url("../img/buy/btn_hover.png") 0 center/contain no-repeat;
	}

	.last__btn:hover {
		color: #cdfd51;
		background: url("../img/last/btn_hover.png") 0 0 / contain no-repeat;
	}
}
