html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover {
	border: 0;
}

body,
input,
button,
textarea,
* {
	font-family: "Inter", sans-serif;
	font-weight: 300;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body a {
	color: #02155A;
	text-decoration: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	position: relative;
	color: #93B0E8;
	background: #131831 url('/assets/images/bg.jpg');
	font-family: "Inter", sans-serif;
	font-weight: 300;
}

body.home_bg {
	/* background: #131831 url('/assets/images/bg.svg') center top no-repeat; */
	background-size: cover;
	background-color: #453377;
}

body.inner_bg {
	background: url('/assets/images/bg-inner.svg') center top no-repeat;
	background-size: cover;
}

body.mobile {
	padding-top: 80px;
}

.app__framework {
	display: flex;
	padding-top: 25px;
	justify-content: center;
	max-width: 460px;
	margin: auto;
}

.app__cocoon-body {
	max-width: 100%;
	min-width: 360px;
	display: flex;
	flex-flow: column;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.app__header {
	display: flex;
	flex-flow: column;
}

.header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.user-nav-cell {
	display: flex;
	align-items: center;
	gap: 16px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.user__btn {
	display: flex;
	position: relative;
	overflow: hidden;
	width: 32px;
	height: 32px;
	min-width: 32px;
	border-radius: 60px;
}

.user__btn img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dialogue__btn {
	cursor: pointer;
	border: 0;
	width: 24px;
	height: 24px;
	min-width: 24px;
	background: url('/assets/images/chat.svg') center/contain no-repeat;
}

.dialogue__btn:focus {
	outline: none;
}

.right-navbar {
	display: flex;
	align-items: center;
	gap: 26px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.reinvest__btn {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.reinvest__btn:before {
	content: '';
	display: inline-flex;
	width: 24px;
	min-width: 24px;
	height: 24px;
	background: url('/assets/images/reload.svg') center/contain no-repeat;
}

.gift__btn {
	border: 0;
	cursor: pointer;
	background: url('/assets/images/gift.svg') center/contain no-repeat;
	width: 24px;
	height: 24px;
	min-width: 24px;
}

.gift__btn:focus {
	outline: none;
}

.header__balance {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 16px;
	border-radius: 500px;
	background: #13183126;
	margin-top: 12px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	width: 100%;
}

.balance__coins {
	display: flex;
	align-items: center;
	gap: 6px;
	padding-right: 25px;
	border-right: 1px solid rgba(255, 255, 255, .10);
}

.bc__value {}

.bc__value img {
	vertical-align: bottom;
	min-width: 35px;
	max-width: 35px;
}

.balance__details {
	display: flex;
	flex-flow: column;
	color: #fff;
	gap: 5px;
	font-weight: 400;
}

.balance__label {
	font-size: 11px;
}

.balance__value {
	font-weight: 700;
	font-size: 18px;
}

.balance__cocoon {
	display: flex;
	align-items: center;
	gap: 6px;
}

.app__scoreboard {
	padding-top: 45px;
}

.scoreboard__header {
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: center;
}

.scoreboard__balance {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 34px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#balance {}

.gpu__cell {
	display: flex;
	align-items: center;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.gpu__power {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.gpu__power i {
	display: inline-flex;
	width: 16px;
	height: 16px;
	min-width: 16px;
	position: relative;
	background: url('/assets/images/GPU.svg') center/contain no-repeat;
}

.gpu__power i:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.gpu__power strong {
	font-size: 18px;
}

.support__btn {
	display: inline-flex;
	cursor: pointer;
	padding: 0;
	border: 0;
	background: none;
	margin-left: 8px;
}

.support__btn:focus {
	outline: none;
}

.support__btn svg {
	color: #6B7FB4;
}

.support__btn:hover svg {
	color: #fff;
}

.main__cocoon {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.cocoon__body {
	display: flex;
	height: 340px;
	justify-content: center;
	align-items: center;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.cocoon__body video {
	width: 100%;
}

.cocoon__nav-bar {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 32px;
	width: 100%;
}

.cocoon__nav-bar .cocoon__btn:first-child {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.cocoon__nav-bar .cocoon__btn:last-child {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.cocoon__nav-bar .cocoon__btn {
	width: 50%;
}

.cocoon__btn {}

.cocoon__btn {
	position: relative;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.cb__inner {
	background:
		linear-gradient(0deg, #2F6EFF, #2F6EFF),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	-webkit-box-shadow:
		0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset,
		0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset,
		0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset,
		-3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	box-shadow:
		0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset,
		0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset,
		0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset,
		-3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 300px;
}

.cb__inner.pink {
	background:
		linear-gradient(0deg, #DC24E5, #DC24E5),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);

	box-shadow:
		0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset,
		0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset,
		0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset,
		-3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.stories-button-bar a:hover,
.cb__inner:hover {
	background: rgba(47, 110, 255, 1);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.claim__btn:hover,
.cb__inner.pink:hover {
	background: rgba(220, 36, 229, 1);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.cocoon__btn:focus {
	outline: none;
}

.cb__inner i {
	position: relative;
	width: 24px;
	min-width: 24px;
	height: 24px;
	border-radius: 50px;
	background: rgba(255, 255, 255, .2);
	display: inline-flex;
}

.cb__inner i:before {
	content: '';
	display: inline-flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.cb__inner .monets:before {
	background: url('/assets/images/monets.svg') center/15px no-repeat;
}

.cb__inner .mining:before {
	background: url('/assets/images/mining.svg') center/15px no-repeat;
}

.cb__inner .roket:before {
	background: url('/assets/images/roket.svg') center/13px no-repeat;
}

.transaction__body {
	background: #fff;
	border-radius: 24px 24px 0 0;
	margin-top: 24px;
}

.trnsb__inner {
	display: flex;
	flex-flow: column;
	padding: 24px 16px 75px 16px;
	gap: 24px;
}

.trnsb__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.trnsb__header h2 {
	font-weight: bold;
	color: rgba(19, 24, 49, 1);
	font-size: 15px;
}

.btn__all {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 24px;
	padding: 0 6px;
	border-radius: 40px;
	color: rgba(47, 110, 255, 1);
	font-weight: 600;
	font-size: 12px;
	background: rgba(241, 241, 241, 1);
	transition: all 300ms ease-in-out 0s;
	text-transform: uppercase;
}

.btn__all:hover {
	color: #fff;
	background: rgba(47, 110, 255, 1);
}

.trnsb__list {
	display: flex;
	flex-flow: column;
	gap: 12px;
	padding-bottom: 50px;
}

.trnsb__item {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(241, 241, 241, 1);
}

.trnsb__item-list {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	align-items: center;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-size: 14px;
}

.trnsb__item-list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.trnsb__item-list li date {
	line-height: 1.2;
	font-weight: 500;
	font-size: 13px;
}

.trnsb__item-list li .history__coin {
	display: flex;
	align-items: center;
	gap: 4px;
}

.trnsb__item-list li .history__coin i {
	width: 16px;
	height: 16px;
	min-width: 16px;
}

.trnsb__item-list li .history__coin i.ton {
	background: url('/assets/images/coins/ton.svg') center/contain no-repeat;
}

.trnsb__item-list li .history__coin i.bitocin {
	background: url('/assets/images/coins/bitocin.svg') center/contain no-repeat;
}

.trnsb__item-list li .history__coin i.tron {
	background: url('/assets/images/coins/tron.svg') center/contain no-repeat;
}

.trnsb__item-list li .trnsb__status {}

.trnsb__item-list li .trnsb__status.success {
	color: rgba(14, 181, 67, 1);
}

.trnsb__item-list li .trnsb__status.failure {
	color: rgb(233, 30, 99, 1);
}

.nav__section {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 11;
}

.naw__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: calc(460px - 30px);
	margin: 0 auto;
}

.nav__cell {
	border: 1px solid rgba(235, 228, 245, 1);
	box-shadow: 0px 2px 4px 0px rgba(26, 29, 60, 0.1);
	box-shadow: 0px 7px 7px 0px rgba(26, 29, 60, 0.09);
	box-shadow: 0px 15px 9px 0px rgba(26, 29, 60, 0.05);
	box-shadow: 0px 26px 11px 0px rgba(26, 29, 60, 0.01);
	box-shadow: 0px 41px 12px 0px rgba(26, 29, 60, 0);
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.85);
	border-radius: 100px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.nav__list {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 13px 25px;
}

.nav__cell:last-child .nav__list {
	padding-left: 0;
	padding-right: 0;
	width: 60px;
	justify-content: center;
}

.nav__list a {
	display: flex;
	flex-flow: column;
	color: #8F869D;
	font-weight: 600;
	font-size: 12px;
	transition: all 300ms ease-in-out 0s;
	gap: 4px;
	align-items: center;
}

.nav__list a span {}

.nav__list a:hover,
.nav__list a.select {
	color: #dc24e5;
}

.more__section {
	display: flex;
	flex-flow: column;
	gap: 24px;
	min-height: 100vh;
}

.more__header {
	display: flex;
	flex-flow: column;
	gap: 20px;
	color: #fff;
	align-items: center;
}

.more__header h1 {
	font-weight: 700;
	font-size: 34px;
	text-transform: uppercase;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.more__header p {
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	max-width: 360px;
}

.more__body {
	border-radius: 24px 24px 0 0;
	background: rgba(19, 24, 49, 1);
	padding: 24px;
	height: 100%;
}

.more__list {
	display: flex;
	flex-flow: column;
	gap: 12px;
}

.more__item {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mi__info {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mi__icon {
	position: relative;
	width: 48px;
	height: 48px;
	min-width: 48px;
	border-radius: 100px;
	background: linear-gradient(160.8deg, #24A8E5 17.21%, #E807FF 114.24%);
}

.mi__icon i {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	display: inline-flex;
}

.mi__icon i.roket {
	background: url('/assets/images/roket.svg') center/23px no-repeat;
}

.mo__details {
	display: flex;
	flex-flow: column;
	gap: 5px;
}

.mo__details h2 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.mo__details p {
	color: rgba(100, 120, 160, 1);
	font-weight: 400;
	font-size: 12px;
}

.back__bar {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.back__btn {
	display: inline-flex;
	width: 25px;
	height: 36px;
	min-width: 25px;
	background: url('/assets/images/back.svg') center/25px no-repeat;
}

.home__link {
	display: inline-flex;
}

.home__link img {
	vertical-align: bottom;
	width: 25px;
}

.notification__news-section {
	display: flex;
	flex-flow: column;
	gap: 25px;
}

.nns__header {}

.nns__header h1 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.stories__list {
	display: flex;
	gap: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stories__list li {}

.stories__btn {
	display: flex;
	flex-flow: column;
	max-width: 54px;
	gap: 4px;
	align-items: center;
}

.sb__item-btn {
	border: 2px solid rgba(73, 76, 102, 1);
	background: none;
	cursor: pointer;
	padding: 0;
	border-radius: 100px;
	display: inline-flex;
}

.news__item .stories__btn.active .sb__item-btn,
.stories__btn.active .sb__item-btn {
	border: 2px solid rgba(22, 246, 167, 1);
}

.stories__btn span {
	font-weight: 300;
	color: #ffff;
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
}

.sbi__cell {
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sbi__icon {
	display: inline-flex;
	width: 46px;
	height: 46px;
	min-width: 46px;
	background: linear-gradient(164.74deg, #24A8E5 -31.83%, #E807FF 89.29%);
	border-radius: 100px;
	position: relative;
}

.sbi__icon i {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
}

.sbi__icon i.gift {
	background: url('/assets/images/gift.svg') center/20px no-repeat;
}

.sbi__icon i.smile {
	background: url('/assets/images/smile.svg') center/20px no-repeat;
}

.news__section {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.news__post {
	display: flex;
	flex-flow: column;
	gap: 10px;
	padding-bottom: 80px;
}

.news__post h1,
.news__section h2 {
	font-weight: 700;
	font-size: 15px;
	color: #fff;
}

.news__post h1 {}

.post__date {
	margin-bottom: 20px;
}

.post__date date {
	font-size: 12px;
	font-weight: 400;
}

.post__picture {}

.post__picture img {
	vertical-align: bottom;
	width: 100%;
}

.news__details {
	margin-top: 10px;
}

.news__details p {
	line-height: 1.3;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
}

.post__info {
	display: flex;
	flex-flow: column;
	gap: 12px;
	margin-top: 15px;
}

.post__info h2 {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 12px;
}

.post__info-list {
	display: flex;
	flex-flow: column;
	gap: 12px;
	counter-reset: list-counter;
}

.post__info-list li {
	color: #fff;
	line-height: 1.3;
	position: relative;
	padding-left: 33px;
	font-weight: 300;
	font-size: 14px;
}

.post__info-list li:before {
	content: counter(list-counter);
	counter-increment: list-counter;
	position: absolute;
	left: 0;
	color: #fff;
	display: inline-flex;
	min-width: 24px;
	line-height: 24px;
	background: rgba(47, 110, 255, 1);
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	align-items: center;
	justify-content: center;
}

.news__list {
	display: flex;
	flex-flow: column;
	gap: 20px;
	padding-bottom: 25px;
}

.news__item {}

.news__link {
	display: flex;
	align-items: center;
	gap: 12px;
}

.news__link .sbi__icon {
	position: relative;
	overflow: hidden;
	width: 34px;
	height: 34px;
	min-width: 34px;
	background: none;
}

.news__link .sbi__icon img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news__shorts-info {
	display: flex;
	flex-flow: column;
	gap: 5px;
}

.news__shorts-info h3 {
	font-weight: 600;
	font-size: 13px;
	color: #fff;
}

.news__shorts-info p {
	line-height: 1.3;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
}

.stories__body {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	min-height: 100vh;
	overflow: auto;
	width: 100%;
	background: #E807FF;
	background: linear-gradient(0deg, rgba(232, 7, 255, 1) 0%, rgba(47, 110, 255, 1) 100%);
	display: none;
}

.stories__body.view {
	display: flex;
}

.stories__article {
	display: flex;
	flex-flow: column;
	padding: 20px 16px;
	max-width: 460px;
	margin: auto;
}

.stories__header {
	display: flex;
	position: relative;
	justify-content: flex-end;
	flex-flow: column;
	align-items: flex-end;
	gap: 8px;
}

.stories__close {
	cursor: pointer;
	padding: 0;
	border: 0;
	width: 32px;
	height: 32px;
	min-width: 32px;
	background: url('/assets/images/close.svg') center/24px no-repeat;
}

.stories__close:focus {
	outline: none;
}

.stories__loadbar {
	position: relative;
	overflow: hidden;
	height: 2px;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
}

.stories__loadbar span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 0%;
	animation: storyProgress 10s linear forwards;
}

@keyframes storyProgress {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.stories__view {
	display: flex;
	flex-flow: column;
	padding-top: 20px;
	padding-bottom: 90px;
}

.stories__view h1 {
	font-weight: 700;
	font-size: 34px;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 15px;
}

.stories__view img {
	vertical-align: bottom;
	max-width: 340px;
	width: 100%;
	margin: 0 auto 20px auto;
}

.stories__view p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}

.stories-button-bar {
	position: fixed;
	left: 16px;
	right: 16px;
	z-index: 13;
	bottom: 20px;
}

.stories-button-bar a {
	display: flex;
	line-height: 60px;
	border-radius: 100px;
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	-webkit-box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	bottom: 30px;
	justify-content: center;
	max-width: 460px;
	margin: 0 auto;
}

.stories-button-bar a span {}

.bonus__area {
	display: flex;
	flex-flow: column;
	padding-bottom: 40px;
}

.bonus__area h1 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.bonus__tablo {
	display: flex;
	margin: 30px 0 25px 0;
	justify-content: center;
	align-items: center;
}

.daily__data {
	display: inline-flex;
	width: 223px;
	height: 223px;
	min-width: 223px;
	position: relative;
	background: url('/assets/images/numBg.png') center/contain no-repeat;
	align-items: center;
	justify-content: center;
}

.daily__data:before {
	content: '';
	display: inline-flex;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 180px;
	height: 204px;
	background: url('/assets/images/a_step01.png') center/contain no-repeat;
	margin: -90px 0 0 -90px;
	transition: all 300ms ease-in-out 0s;
}

.daily__data.day1:before {
	background: url('/assets/images/a_step01.png') center/contain no-repeat;
}

.daily__data.day2:before {
	background: url('/assets/images/a_step02.png') center/contain no-repeat;
}

.daily__data.day3:before {
	background: url('/assets/images/a_step03.png') center/contain no-repeat;
}

.daily__data.day4:before {
	background: url('/assets/images/a_step04.png') center/contain no-repeat;
}

.daily__data.day5:before {
	background: url('/assets/images/a_step05.png') center/contain no-repeat;
}

.daily__data.day6:before {
	background: url('/assets/images/a_step06.png') center/contain no-repeat;
}

.daily__data.day7:before {
	background: url('/assets/images/a_step07.png') center/contain no-repeat;
}

.dd__info {
	display: flex;
	flex-flow: column;
	gap: 6px;
	align-items: center;
}

.dd__info h2 {
	font-weight: 700;
	font-size: 70px;
	color: #fff;
}

.dd__info p {
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	max-width: 70px;
	line-height: 1.2;
}

.bonus__days:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.bonus__days {
	background: linear-gradient(180deg, rgba(46, 167, 255, 0) 57.41%, rgba(46, 167, 255, 0.1) 100%);
	padding: 20px;
	border-radius: 24px;
	backdrop-filter: blur(20px);
	position: relative;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.day__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.day__item {
	width: calc(25% - 2px);
	opacity: .3;
}

.day__btn {
	display: flex;
	flex-flow: column;
	gap: 10px;
	padding: 12px 4px;
	background: linear-gradient(180deg, rgb(3 35 86 / 95%) 0%, rgba(32, 7, 63, 0.2) 100%);
	align-items: center;
	border-radius: 24px;
	border: 2px solid transparent;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.day__item.active .day__btn:before {
	content: '';
	display: inline-flex;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('/assets/images/blr-btn.png') left top no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
}

.day__btn:focus {
	outline: none;
}

.day__btn-icon {
	display: flex;
	position: relative;
	z-index: 2;
}

.day__btn-icon:before {
	content: '';
	width: 32px;
	height: 32px;
	min-width: 32px;
	background: url('/assets/images/kokon_icon.svg') center/contain no-repeat;
}

.day__item.active {
	opacity: 1;
}

.day__item.active .day__btn {
	background: linear-gradient(180deg, #032356 0%, #20073F 100%),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(217, 33, 241, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	border: 2px solid rgba(220, 36, 229, 1);
	box-shadow: 0px 3px 7px 0px rgba(220, 36, 229, 0.1);
	box-shadow: 0px 13px 13px 0px rgba(220, 36, 229, 0.09);
	box-shadow: 0px 29px 18px 0px rgba(220, 36, 229, 0.05);
	box-shadow: 0px 52px 21px 0px rgba(220, 36, 229, 0.01);
	box-shadow: 0px 82px 23px 0px rgba(220, 36, 229, 0);
}

.day__item.active .day__btn-icon:before {
	background: url('/assets/images/kokon.svg') center/contain no-repeat;
}

.day__name {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	position: relative;
	z-index: 2;
}

.day__bonuses {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.day__bonuses:after {
	display: inline-flex;
	width: 16px;
	height: 16px;
	min-width: 16px;
	background: url('/assets/images/coins/ton.svg') center/contain no-repeat;
	content: '';
}

.claim-btn-row {
	padding-top: 30px;
}

.claim__btn {
	display: flex;
	line-height: 60px;
	border-radius: 100px;
	background: linear-gradient(0deg, #DC24E5, #DC24E5),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	-webkit-box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	justify-content: center;
}

.claim__btn:focus {
	outline: none;
}

.modal__info {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	min-height: 100vh;
	background: rgba(19, 24, 49, 0.5);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.modal__info.visible {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: flex;
}

.modal__alert {
	display: flex;
	flex-flow: column;
	text-align: center;
	background: rgba(19, 24, 49, 1);
	border-radius: 24px;
	border-radius: 24px;
	border: 1px solid rgba(47, 110, 255, 1);
	padding: 60px 16px 16px 16px;
	width: 90%;
	position: relative;
	max-width: 460px;
}

.alert__close-btn {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('/assets/images/close.svg') center/contain no-repeat;
	display: inline-flex;
	padding: 0;
	border: 0;
}

.alert__close-btn:focus {
	outline: none;
}

.modal__info.visible .modal__alert {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.modal__alert h2 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.modal__alert p {
	line-height: 1.3;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
	margin: 15px 0;
}

.alert__icon {
	margin-bottom: 15px;
}

.alert__icon:before {
	display: inline-flex;
	width: 100px;
	height: 100px;
	content: '';
}

.modal__alert.success .alert__icon:before {
	background: url('/assets/images/check.svg') center/contain no-repeat;
}

.modal__alert.error .alert__icon:before {
	background: url('/assets/images/error.svg') center/contain no-repeat;
}

.modal__alert.error {
	border: 1px solid red;
}

.allert-btn__row {
	display: flex;
	justify-content: center;
}

.allert-btn {
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	-webkit-box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	padding: 0 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 300px;
	border: 0;
}

.allert-btn:focus {
	outline: none;
}

/** Reinvest **/

/** Reinvest end**/
.profile__area {
	display: flex;
	flex-flow: column;
	padding-bottom: 80px;
}

.profile__area h1 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

.profile__list {
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.profile__item-cell {}

.profile__item-body {
	position: relative;
}

.referral__btn:before,
.profile__btn:before,
.profile__item-body:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.pib__inner {
	border-radius: 24px;
	padding: 16px;
	background: linear-gradient(180deg, rgba(46, 167, 255, 0) 57.41%, rgba(46, 167, 255, 0.1) 100%);
	backdrop-filter: blur(20px);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.profile__i-left {
	display: flex;
	flex-flow: column;
	gap: 8px;
}

.profile__i-left label {
	font-weight: 300;
	color: rgba(100, 120, 160, 1);
	font-size: 15px;
}

.profile__i-left h2 {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.profile__i-left p {
	font-weight: 600;
	color: #fff;
	font-size: 12px;
}

.profile__i-right {}

.user__avatar {
	display: inline-flex;
	position: relative;
	overflow: hidden;
	border-radius: 100px;
	width: 53px;
	height: 53px;
	min-width: 53px;
}

.user__avatar img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.referral__btn,
.profile__btn {
	width: 40px;
	height: 40px;
	min-width: 40px;
	cursor: pointer;
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	border: 0;
	border-radius: 100px;
	position: relative;
	display: inline-flex;
}

.referral__btn:before,
.profile__btn:before {
	border-radius: 100px;
	z-index: 2;
	background: #ffffff3b;
}

.profile__btn:focus {
	outline: none;
}

.referral__btn i,
.profile__btn i {
	width: 24px;
	height: 24px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
	display: inline-flex;
}

.referral__btn i:before,
.profile__btn i:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.profile__btn#copy__num i:before {
	background: url('/assets/images/copy.svg') center/16px no-repeat;
}

.profile__btn#language__btn i:before {
	background: url('/assets/images/globe.svg') center/16px no-repeat;
}

.profile__btn#support__btn i:before {
	background: url('/assets/images/plane.svg') center/16px no-repeat;
}

.shorts__links {
	display: flex;
	flex-flow: column;
	padding: 0 18px;
	background: linear-gradient(180deg, rgba(46, 167, 255, 0) 57.41%, rgba(46, 167, 255, 0.1) 100%);
	border-radius: 24px;
}

.shorts__links li {
	padding: 12px 0;
}

.shorts__links li:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shorts__links li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 28px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
}

.shorts__links li a:hover {
	color: #dc24e5;
}

.shorts__links li a svg {
	width: 16px;
}

.language__modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	min-height: 100vh;
	background: rgba(19, 24, 49, 0.5);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.language__modal {
	align-items: flex-start;
	padding-top: 100px;
}

.language__modal.visible {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: flex
}

.language__article {
	position: relative;
	background: rgba(19, 24, 49, 1);
	border: 1px solid rgba(47, 110, 255, 1);
	border-radius: 24px 24px 0 0;
	padding: 60px 16px 16px 16px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
	padding-bottom: 100px;
	max-width: 460px;
}

.language__article h2 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.language__list {
	display: flex;
	flex-flow: column;
}

.language__list a {
	display: flex;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	gap: 10px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	align-items: center;
	position: relative;
}

.language__list a.select {
	border-bottom: 1px solid rgba(220, 36, 229, 1);
}

.language__list a.select:after {
	display: inline-flex;
	width: 24px;
	height: 24px;
	min-width: 24px;
	border-radius: 50px;
	background: #fff url('/assets/images/select.svg') center/contain no-repeat;
	content: '';
	position: absolute;
	right: 0;
	top: 14px;
}

.language__list a i {
	display: inline-flex;
	width: 24px;
	height: 24px;
	min-width: 24px;
}

.language__list a i.de {
	background: url('/assets/images/flags/de.svg') center/contain no-repeat;
}

.language__list a i.us {
	background: url('/assets/images/flags/us.svg') center/contain no-repeat;
}

.language__list a i.sp {
	background: url('/assets/images/flags/sp.svg') center/contain no-repeat;
}

.language__list a i.fr {
	background: url('/assets/images/flags/fr.svg') center/contain no-repeat;
}

.language__list a i.it {
	background: url('/assets/images/flags/it.svg') center/contain no-repeat;
}

.language__list a i.pr {
	background: url('/assets/images/flags/pr.svg') center/contain no-repeat;
}

.language__list a i.ua {
	background: url('/assets/images/flags/ua.svg') center/contain no-repeat;
}

.language__list a i.ru {
	background: url('/assets/images/flags/ru.svg') center/contain no-repeat;
}

.language-nav__cell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	gap: 20px;
}

.language-nav__cell button {
	border: 0;
	width: 100%;
	line-height: 40px;
	display: inline-flex;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	justify-content: center;
}

.language-nav__cell button.cancel {
	background: linear-gradient(0deg, #201E40, #201E40),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(42, 39, 81, 0.295) 0%, rgba(42, 39, 81, 0) 69.79%, rgba(42, 39, 81, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(42, 39, 81, 0.23) 0%, rgba(42, 39, 81, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(42, 39, 81, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(42, 39, 81, 1) inset;
}

.language-nav__cell button.save {
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.about__article {
	display: flex;
	flex-flow: column;
	gap: 40px;
	padding-bottom: 100px;
}

.about__article h1 {
	color: #fff;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.3;
}

.about__list {
	display: flex;
	flex-flow: column;
	gap: 25px;
	margin: 0 -16px;
}

.about__list li {
	display: flex;
	flex-flow: column;
	gap: 25px;
}

.about__list p {
	font-weight: 300;
	line-height: 1.3;
	font-size: 16px;
	color: #fff;
	padding-left: 16px;
	padding-right: 16px;
}

.about__pic {}

.about__pic img {
	width: 100%;
	vertical-align: bottom;
}

.about__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}

.about__action button {
	width: 100%;
}

.faq__section {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.faq__section h1 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.faq__list {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.faq__item {}

.faq__body {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq__question {
	display: flex;
	align-items: center;
	gap: 25px;
	justify-content: space-between;
	cursor: pointer;
}

.faq__question h2 {
	line-height: 1.3;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

.faq__question i {
	display: inline-flex;
	width: 32px;
	height: 32px;
	min-width: 32px;
	position: relative;
	background: linear-gradient(0deg, #201E40, #201E40),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(42, 39, 81, 0.295) 0%, rgba(42, 39, 81, 0) 69.79%, rgba(42, 39, 81, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(42, 39, 81, 0.23) 0%, rgba(42, 39, 81, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(42, 39, 81, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(42, 39, 81, 1) inset;
	border-radius: 50px;
}

.faq__question i:before {
	content: '';
	display: inline-flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/images/f_plus.svg') center/16px no-repeat;
}

.faq__unswer {
	padding-top: 15px;
}

.faq__body.visible .faq__question i {
	background: rgba(220, 36, 229, 1);
}

.faq__body.visible .faq__question i:before {
	background: url('/assets/images/f_minus.svg') center/20px no-repeat;
}

.faq__unswer {
	display: none;
	overflow: hidden;
}

.faq__body.visible .faq__unswer {
	display: block;
	padding-top: 15px;
}

.faq__unswer p {
	color: rgba(255, 255, 255, .8);
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.faq__point {}

.faq__point a {
	display: inline-flex;
	align-items: center;
	line-height: 40px;
	padding: 0 12px;
	border-radius: 50px;
	background: linear-gradient(0deg, #201E40, #201E40),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(42, 39, 81, 0.295) 0%, rgba(42, 39, 81, 0) 69.79%, rgba(42, 39, 81, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(42, 39, 81, 0.23) 0%, rgba(42, 39, 81, 0) 86.18%);
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
	font-weight: 600;
	gap: 10px;
}

.faq__point a i {
	display: inline-flex;
	width: 24px;
	height: 24px;
	min-width: 24px;
	background: url('/assets/images/arrow_corner.svg') center/10px no-repeat;
}

.faq__point a:hover {
	background: rgba(220, 36, 229, 1);
	color: #fff;
}

.boost__article {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.boost__article h1 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.payment__action {
	border-radius: 24px;
	padding: 24px;
	background: linear-gradient(180deg, rgba(46, 167, 255, 0) 57.41%, rgba(46, 167, 255, 0.1) 100%);
	position: relative;
	backdrop-filter: blur(20px);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.payment__action:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.payment__inner {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.payment__inner h2 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.payments__list {
	display: flex;
	flex-flow: column;
	gap: 12px;
}

.payment__method-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: none;
	cursor: pointer;
	padding: 10px 12px;
	width: 100%;
	gap: 15px;
}

.payment__method-btn:focus {
	outline: none;
}

.payment__ml {
	display: flex;
	align-items: center;
	gap: 14px;
}

.pml__icon {}

.pml__icon i {}

.pml__icon i.star {
	display: inline-flex;
	width: 24px;
	height: 24px;
	min-width: 24px;
	background: url('/assets/images/star.svg') center/contain no-repeat;
}

.pml__details {
	display: flex;
	flex-flow: column;
	gap: 5px;
	color: #fff;
}

.pml__details h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	display: flex;
	gap: 6px;
}

.pml__details h2 span {
	display: inline-flex;
	line-height: 16px;
	padding: 0 6px;
	border-radius: 40px;
	background: rgba(23, 185, 88, 1);
	color: #fff;
	font-weight: 600;
	font-size: 10px;
}

.pml__details p {
	font-weight: 400;
	font-size: 11px;
	text-align: left;
}

.payment__cheker {
	position: relative;
	width: 22px;
	height: 22px;
	min-width: 22px;
	border: 2px solid rgba(47, 110, 255, 1);
	border-radius: 40px;
}

.payment__cheker:before {
	display: inline-flex;
	width: 10px;
	height: 10px;
	background: rgba(47, 110, 255, 1);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	content: '';
	border-radius: 10px;
	opacity: 0;
}

.payment__method-btn.check .payment__cheker:before {
	opacity: 1;
}

.payment__method-btn.check {
	border: 1px solid rgba(47, 110, 255, 1);
}

.pml__icon.coins {
	display: flex;
	align-items: center;
}

.pml__icon.coins i {
	display: inline-flex;
	width: 24px;
	height: 24px;
	min-width: 24px;
	position: relative;
}

.pml__icon.coins i.tron {
	background: url('/assets/images/coins/tron.svg') center/contain no-repeat;
}

.pml__icon.coins i.bitocin {
	background: url('/assets/images/coins/bitocin.svg') center/contain no-repeat;
	z-index: 2;
	margin-left: -12px;
}

.pml__icon.coins i.ton {
	background: url('/assets/images/coins/ton.svg') center/contain no-repeat;
	z-index: 3;
	margin-left: -12px;
}

.pay__duration-section {
	display: flex;
	flex-flow: column;
	padding: 16px;
	border-radius: 24px 24px 0 0;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, .2);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	padding-bottom: 130px;
}

.pay__duration-section h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.pay__duration-section p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 15px;
}

.duration__list {
	display: flex;
	flex-flow: column;
	gap: 14px;
}

.duration__item {}

.duration-ite-cell {
	position: relative;
	padding: 20px 20px 15px 0;
	border-radius: 24px;
	border-bottom: 0;
	display: flex;
	justify-content: space-between;
	display: flex;
	flex-flow: column;
}

.duration-top-bar {
	display: flex;
	gap: 15px;
	width: 100%;
	justify-content: space-between;
}

.duration-ite-btn {
	width: 40px;
	position: relative;
	z-index: 5;
	height: 40px;
	min-width: 40px;
	cursor: pointer;
	border-radius: 100px;
	z-index: 2;
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	border: 0;
	position: relative;
	display: inline-flex;
}

.duration-ite-btn:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.duration-ite-btn i {
	width: 24px;
	height: 24px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
	display: inline-flex;
}

.duration-ite-btn i:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/images/down.svg') center/15px no-repeat;
}

.duration-ite-btn:focus {
	outline: none;
}

.duration-ite-cell:after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	background: linear-gradient(131.97deg, rgba(23, 185, 255, 0.2) 0%, rgba(23, 185, 255, 0.03) 49.85%, rgba(23, 185, 255, 0.2) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	border: 1px solid rgba(23, 185, 255, 0.1);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.duration-ite-cell:before {
	content: '';
	display: inline-flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(69.9% 110.16% at 17.58% 4.3%, rgba(46, 167, 255, 0.25) 0%, rgba(28, 27, 51, 0.1) 78.06%);
	border-radius: 24px 24px 0 0;
}

.duration__table {
	display: flex;
	position: relative;
	z-index: 5;
}

.duration__egg {
	min-width: 90px;
	width: 115px;
}

.duration__egg img {
	vertical-align: bottom;
	width: 100%;
}

.duration__description {
	display: flex;
	flex-flow: column;
}

.duration__description h3 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}

.duration__description p {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 8px;
}

.duration__amount {
	font-weight: 400;
	gap: 5px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 11px;
}

.duration__amount:before {
	width: 12px;
	height: 12px;
	min-width: 12px;
	display: inline-flex;
	background: rgba(0, 170, 255, 1) url('/assets/images/coube.svg') center/6px no-repeat;
	content: '';
	border-radius: 40px;
}

.duration__text {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.3;
	color: rgba(100, 120, 160, 1);
	margin: 5px 0;
}

.duration__labels {
	display: flex;
	gap: 4px;
	margin-top: 6px;
}

.duration__labels span {
	display: inline-flex;
	background: rgba(220, 36, 229, 1);
	font-weight: 600;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0 5px;
	border-radius: 12px;
}

.duration__labels span.discount {
	background: rgba(23, 185, 88, 1);
}

.duration-fulldetails {
	display: none;
	flex-flow: column;
	position: relative;
	z-index: 5;
	padding-left: 20px;
	transition: all 300ms ease-in-out 0s;
	margin-top: 0;
}

.dfi__body {
	background: rgb(8 17 46);
	border-radius: 20px 20px 0 0;
	padding: 22px 22px;
	display: flex;
	flex-flow: column;
}

.dfi__body h2 {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
}

.dfi__bottom {
	display: flex;
}

.dfi__bottom:after,
.dfi__bottom:before {
	content: '';
	display: inline-flex;
	width: 8px;
	height: 8px;
	min-width: 8px;
	background: rgb(8 17 46);
}

.dfi__bottom:after {
	width: 3px;
	min-width: 3px;
}

.dfi__bottom div {
	display: flex;
	height: 8px;
	background: url('/assets/images/dotpoint.png') left bottom repeat-x;
	width: 100%;
	flex: 1;
}

.dfi__list {
	display: flex;
	flex-flow: column;
	gap: 12px;
}

.dfli-cell {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dfl__label-name {
	font-weight: 400;
	color: rgba(100, 120, 160, 1);
	font-size: 11px;
}

.dfl__label-data {
	display: flex;
	flex-flow: column;
	gap: 4px;
	color: #fff;
	font-weight: 400;
	font-size: 11px;
	align-items: flex-end;
}

.dfl__label-data small {
	color: rgba(100, 120, 160, 1);
}

.dfl__action-cell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 12px 0 15px 0;
}

.dfl__action-cell button {
	width: 70px;
	height: 70px;
	min-width: 70px;
	border: 0;
	padding: 0;
	background: url('/assets/images/minus_bg.png') center/contain no-repeat;
	cursor: pointer;
	position: relative;
}

.dfl__action-cell button i {
	display: inline-flex;
	width: 24px;
	height: 24px;
	background: url('/assets/images/minus.svg') center/contain no-repeat;
}

.dfl__action-cell button:focus {}

.dfl__action-cell button.dfl__minus:hover i {
	background: url('/assets/images/minus_active.svg') center/contain no-repeat;
}

.dfl__action-cell button.dfl__plus {
	background: url('/assets/images/plus_bg.png') center/contain no-repeat;
}

.dfl__action-cell button.dfl__plus i {
	background: url('/assets/images/plus.svg') center/contain no-repeat;
}

.dfl__action-cell button.dfl__plus:hover i {
	background: url('/assets/images/plus_active.svg') center/contain no-repeat;
}

.dfl__num {
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	font-size: 34px;
}

.duration__buy-cell {
	display: flex;
	padding-left: 20px;
	margin-top: 20px;
	z-index: 5;
}

.buy__now {
	padding: 0;
	border: 0;
	background: none;
	width: 100%;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	border-radius: 60px;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
}

.buy__now .cb__inner.pink {
	width: 100%;
}

.buy__now:focus {
	outline: none;
}

.duration__item.visible .duration-ite-btn {
	background: linear-gradient(0deg, #DC24E5, #DC24E5),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
}

.duration__item.visible .duration-ite-btn i:before {
	background: url('/assets/images/close_x.svg') center/15px no-repeat;
}

.duration__item.visible .duration-fulldetails {
	display: flex;
	margin-top: 14px;
}

.duration__item.visible .duration-ite-cell:before {
	background: radial-gradient(69.9% 110.16% at 17.58% 4.3%, rgba(232, 7, 255, 0.25) 0%, rgba(28, 27, 51, 0.1) 78.06%);
}

.friends__area {
	overflow: hidden;
	padding-bottom: 100px;
}

.friends__area.no_padding {
	padding-bottom: 0;
}

.friends__header {
	margin-bottom: 40px;
}

.friends__area h1 {
	font-weight: 700;
	font-size: 34px;
	color: #fff;
	margin-bottom: 12px;
}

.friends__area p {
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}

.friend-main__cell {
	position: relative;
	background: linear-gradient(180deg, rgba(46, 167, 255, 0) 57.41%, rgba(46, 167, 255, 0.1) 100%);
	border-radius: 24px;
	backdrop-filter: blur(20px);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.referall__cell:before,
.friend-main__cell:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.friend__pic {
	content: '';
	display: inline-flex;
	width: 220px;
	height: 220px;
	z-index: 1;
	background: url('/assets/images/friend.png') center/contain no-repeat;
	top: -56px;
	right: -5px;
	position: absolute;
	animation: levitation 9s ease-in-out infinite;
}

@keyframes levitation {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

.friend__cell-inner {
	position: relative;
	z-index: 4;
	padding: 32px 20px 20px 20px;
}

.friend__cell-inner h2 {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	margin-bottom: 35px;
}

.referall__cell {
	position: relative;
	z-index: 4;
	background: #141933b0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	backdrop-filter: blur(8px);
	border-radius: 24px;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.referral__link {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.referral__btn {}

.referral__btn i:before {
	background: url('/assets/images/copy.svg') center/16px no-repeat;
}

.referral__action-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 15px;
}

.referral__action-row .refferral__action {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	display: inline-flex;
	width: 100%;
	border-radius: 100px;
	border: 0;
	cursor: pointer;
	align-items: center;
	padding: 0;
	display: inline-flex;
	background: red;
	justify-content: center;
	background: rgba(220, 36, 229, 1);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.referral__action-row .refferral__action:focus {
	outline: none;
}

.referral__action-row .refferral__action.friendlist {
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	-webkit-box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.ref__rewards {
	display: flex;
	flex-flow: column;
	padding: 16px;
	border-radius: 24px;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, .2);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	margin-top: 15px;
}

.ref__inner {
	display: flex;
	flex-flow: column;
	position: relative;
	z-index: 5;
}

.ref__inner h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.rewards__list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
	justify-content: space-between;
}

.rewards__list li {
	width: calc(33.33% - 6px);
}

.rewards__item {
	display: flex;
	flex-flow: column;
	gap: 10px;
	padding: 12px 4px;
	background: linear-gradient(180deg, rgb(3 35 86 / 95%) 0%, rgba(32, 7, 63, 0.2) 100%);
	align-items: center;
	border-radius: 24px;
	border: 2px solid transparent;
	width: 100%;
	position: relative;
}

.rewards__item.active {
	background: linear-gradient(180deg, #032356 0%, #20073F 100%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(217, 33, 241, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	border: 2px solid rgba(220, 36, 229, 1);
	box-shadow: 0px 3px 7px 0px rgba(220, 36, 229, 0.1);
	box-shadow: 0px 13px 13px 0px rgba(220, 36, 229, 0.09);
	box-shadow: 0px 29px 18px 0px rgba(220, 36, 229, 0.05);
	box-shadow: 0px 52px 21px 0px rgba(220, 36, 229, 0.01);
	box-shadow: 0px 82px 23px 0px rgba(220, 36, 229, 0);
}

.rewards__item.active:before {
	content: '';
	display: inline-flex;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/blr-btn.png) left top no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	border-radius: 24px 24px 0 0;
}

.reward__info {
	display: flex;
	flex-flow: column;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 3;
}

.ri__icon {
	display: inline-flex;
	width: 78px;
	height: 78px;
	min-width: 78px;
	background: url('/assets/images/friend-cocon.png') center/contain no-repeat;
	margin-top: -25px;
}

.reward__info h3 {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.friends__num {
	display: flex;
	font-weight: 700;
	font-size: 34px;
}

.reward__info label {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 300;
}

.referral__more-row {
	margin-top: 15px;
}

.referral__more {
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	display: flex;
	padding: 0;
	border: 0;
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	-webkit-box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	width: 100%;
	border-radius: 50px;
	cursor: pointer;
	justify-content: center;
}

.refferral__action.friendlist:hover,
.referral__more:hover {
	background: rgba(47, 110, 255, 1);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.referral__more:focus {
	outline: none;
}

.friend__modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	min-height: 100vh;
	background: rgba(19, 24, 49, 0.5);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.friend__modal.visible {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: flex;
}

.rewards__modal {
	position: relative;
	background: rgba(19, 24, 49, 1);
	border: 1px solid rgba(47, 110, 255, 1);
	border-radius: 24px;
	padding: 60px 16px 16px 16px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
	max-width: 300px;
}

.friend__modal.visible .rewards__modal {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.rewards__close-btn {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(../images/close.svg) center / contain no-repeat;
	display: inline-flex;
	padding: 0;
	border: 0;
}

.rewards__close-btn:focus {
	outline: none;
}

.rewards__modal h2 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.rewards__modal p {
	margin-bottom: 12px;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.3;
}

.rewards__modal p strong {
	font-weight: 600;
	font-size: 16px;
}

.friends__list-area {}

.friends__list-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.friends__area .friends__list-header h1 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}

.invite__friend {
	background: linear-gradient(0deg, #DC24E5, #DC24E5), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 300px;
	border: 0;
	cursor: pointer;
}

.invite__friend:hover {
	background: rgba(220, 36, 229, 1);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.invite__friend:focus {
	outline: none;
}

.friends__list-progress {
	display: flex;
	margin: 15px 0 30px 0;
	gap: 10px;
}

.friend-count__cell {
	display: flex;
	flex-flow: column;
	gap: 10px;
	padding: 12px 4px;
	background: linear-gradient(180deg, rgb(3 35 86 / 95%) 0%, rgba(32, 7, 63, 0.2) 100%);
	align-items: center;
	border-radius: 24px;
	border: 2px solid transparent;
	width: 100%;
	position: relative;
}

.friend-count__cell.active {
	background: linear-gradient(180deg, #032356 0%, #20073F 100%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(217, 33, 241, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	border: 2px solid rgba(220, 36, 229, 1);
	box-shadow: 0px 3px 7px 0px rgba(220, 36, 229, 0.1);
	box-shadow: 0px 13px 13px 0px rgba(220, 36, 229, 0.09);
	box-shadow: 0px 29px 18px 0px rgba(220, 36, 229, 0.05);
	box-shadow: 0px 52px 21px 0px rgba(220, 36, 229, 0.01);
	box-shadow: 0px 82px 23px 0px rgba(220, 36, 229, 0);
	border: 2px solid rgba(220, 36, 229, 1);
}

.friend-count__cell.active:before {
	content: '';
	display: inline-flex;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/blr-btn.png) left top no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	border-radius: 24px;
}

.friend-count__cell label {
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 2;
}

.friend-count__cell span {
	font-weight: 700;
	font-size: 34px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.referral__article {
	display: flex;
	flex-flow: column;
	border-radius: 24px 24px 0 0;
	padding: 24px 16px 16px 16px;
	gap: 25px;
	background: #fff;
	min-height: calc(100vh - 250px);
}

.referral__article h2 {
	color: rgba(19, 24, 49, 1);
	font-weight: 700;
	font-size: 15px;
}

.referral__list {
	display: flex;
	flex-flow: column;
	gap: 12px;
}

.ref-item-row {
	font-weight: 400;
	size: 12px;
	color: rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(241, 241, 241, 1);
	display: grid;
	grid-template-columns: 115px 1fr auto;
	padding: 8px 0;
}

.ref-item-row span {}

.ref-item-row .ref-item-user {
	display: flex;
	gap: 4px;
	align-items: center;
}

.ref-item-row .ref-item-user img {
	vertical-align: bottom;
	min-width: 16px;
	height: 16px;
	width: 16px;
	border-radius: 100px;
}

.amount-eggs {
	display: flex;
	align-items: center;
	gap: 4px;
}

.amount-eggs i {
	display: inline-flex;
	width: 16px;
	height: 16px;
	min-width: 16px;
	background: url('/assets/images/kokon.svg') center/contain no-repeat;
}

.referral__empty {
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: center;
}

.referral__empty img {
	vertical-align: bottom;
	width: 70px;
}

.referral__empty h2 {
	font-weight: 700;
	font-size: 18px;
	color: rgba(19, 24, 49, 1);
}

.referral__empty p {
	text-align: center;
	line-height: 1.3;
	font-weight: 300;
	font-size: 16px;
	color: rgba(19, 24, 49, 1);
}

.referral-invite-cell {
	width: 100%;
}

.referral__invite {
	line-height: 60px;
	border-radius: 100px;
	cursor: pointer;
	font-weight: 600;
	display: flex;
	gap: 8px;
	color: #fff;
	border-radius: 100px;
	background: linear-gradient(0deg, #DC24E5, #DC24E5), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	align-items: center;
	border: 0;
	width: 100%;
	justify-content: center;
}

.referral__invite:focus {
	outline: none;
}

.referral__invite:hover {
	background: rgba(220, 36, 229, 1);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.referral__invite i {
	display: inline-flex;
	width: 24px;
	height: 24px;
	min-width: 24px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.2);
	position: relative;
	justify-content: center;
}

.referral__invite i:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	background: url('/assets/images/add_user.svg') center/14px no-repeat;
}


.wallet__section {}

.wallet__section .transaction__body {
	min-height: calc(100vh - 200px);
}

.wallet__header {
	margin-bottom: 15px;
}

.wallet__header h1 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.wallet__list {
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.wallet__cell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border-radius: 24px;
	background: radial-gradient(69.9% 110.16% at 17.58% 4.3%, rgba(232, 7, 255, 0.25) 0%, rgba(28, 27, 51, 0.1) 78.06%);
	position: relative
}

.wallet__cell:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.wallet__info {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wallet__info .coin {
	display: inline-flex;
	position: relative;
	min-width: 48px;
	height: 48px;
	width: 48px;
}

.wallet__info .coin.ton {
	background: url('/assets/images/coins/ton.svg') center/contain no-repeat;
}

.wallet__info .coin.egg {
	background: url('/assets/images/kokon.svg') center/contain no-repeat;
	width: 35px;
	min-width: 35px;
	height: 48px;
}

.wallet__data {
	display: flex;
	flex-flow: column;
	gap: 5px;
}

.wallet__num {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
}

.wallet__data label {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}

.wallet__btn {
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: rgba(220, 36, 229, 1);
	border-radius: 100px;
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	position: relative;
	border: 0;
	cursor: pointer;
}

.wallet__btn:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 3;
}

.wallet__btn i {
	width: 24px;
	height: 24px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
	display: inline-flex;
}

.wallet__btn i:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.wallet__btn i.wallet:before {
	background: url('/assets/images/wallet.svg') center/15px no-repeat;
}

.wallet__btn i.exchange:before {
	background: url('/assets/images/reload.svg') center/17px no-repeat;
}

.wallet__list li:nth-child(2) .wallet__cell {
	background: radial-gradient(69.9% 110.16% at 17.58% 4.3%, rgba(46, 167, 255, 0.25) 0%, rgba(28, 27, 51, 0.1) 78.06%);
}

.wallet__modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	min-height: 100vh;
	background: rgba(19, 24, 49, 0.5);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.wallet__modal.view {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: flex;
	overflow: auto;
}

.view__modal-inner {
	position: relative;
	background: rgba(19, 24, 49, 1);
	border: 1px solid rgba(47, 110, 255, 1);
	border-radius: 24px;
	padding: 60px 16px 16px 16px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
	max-width: 460px;
	display: none;
}

.view__modal-inner h2 {
	color: rgba(220, 36, 229, 1);
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.wallet__modal.view .view__modal-inner {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.wallet__close-btn {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(../images/close.svg) center / contain no-repeat;
	display: inline-flex;
	padding: 0;
	border: 0;
}

.wallet-item-cell {
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50px;
}

.wallet-item-cell .coin {
	width: 24px;
	height: 24px;
	min-width: 24px;
}

.wallet-item-cell .coin.ton {
	background: url('/assets/images/ton.png') center/contain no-repeat;
}

.wallet-item-cell .coin.cocoon {
	background: url('/assets/images/kokon.svg') center/contain no-repeat;
}

.wallet-item-cell.checkarea .coin.ton {
	background: url('/assets/images/coins/ton.svg') center/contain no-repeat;
}

.wallet-item-cell label {
	font-weight: 300;
	color: rgba(255, 255, 255, .6);
}

.wallet-item-cell .wallet__num {
	order: 2;
}

.wallet-info__alert {
	display: flex;
	flex-flow: column;
	gap: 12px;
	margin: 16px 0 16px 0;
}

.wallet-info__alert h3 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.wallet-info__alert h4 {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

.wallet-info__alert p {
	line-height: 1.3;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, .9);
}

.wallet-item-cell.checkarea {
	border: 1px solid rgba(88, 83, 166, 1);
}

.wallet__input {
	margin: 10px 0;
}

.wallet__input input {
	line-height: 54px;
	border: 1px solid rgba(88, 83, 166, 1);
	border-radius: 50px;
	padding: 0px 16px;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
	width: 100%;
}

.wallet__input input[type="number"]::-webkit-inner-spin-button,
.wallet__input input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wallet__input input:focus {
	outline: none;
}

.wallet__input.amount {
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: flex-start;
}

.amount__all {
	display: inline-flex;
	color: #fff;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	padding: 0 10px;
	border-radius: 50px;
	background: rgba(220, 36, 229, 1);
	cursor: pointer;
	border: 0;
	margin-left: 12px;
}

.amount__all:focus {
	outline: none;
}

.wallet__info-result {
	display: flex;
	flex-flow: column;
	gap: 14px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 15px;
	margin: 20px 0 0 0;
	padding-bottom: 15px;
}

.wallet__info-result li {
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
}

.wallet__info-result li strong {
	font-weight: 600;
	color: #fff;
}

.wallet__action-row {
	display: flex;
	align-items: center;
	gap: 20px;
}

.wallet__action-row button {
	cursor: pointer;
	width: 100%;
	display: inline-flex;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	border-radius: 50px;
	border: 0;
	justify-content: center;
}

.wallet__action-row button:focus {
	outline: none;
}

.wallet__action-row button.not__yet {
	background: linear-gradient(0deg, #201E40, #201E40),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(42, 39, 81, 0.295) 0%, rgba(42, 39, 81, 0) 69.79%, rgba(42, 39, 81, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(42, 39, 81, 0.23) 0%, rgba(42, 39, 81, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(42, 39, 81, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(42, 39, 81, 1) inset;
}

.wallet__action-row button.send {
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	-webkit-box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.wallet__action-row button.send:hover {
	background: rgba(47, 110, 255, 1);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
}

.m_withdraw {
	display: none;
}

.m_deposit {
	display: none;
}

.m_exchange.visible,
.m_deposit.visible,
.m_withdraw.visible {
	display: block;
}

.wallet__input input.input__cocoon {
	padding-left: 50px;
	background: rgba(255, 255, 255, 0.05) url('/assets/images/kokon.svg') 17px 15px no-repeat;
	background-size: 19px;
}

.wallet__input input.input__ton {
	padding-left: 50px;
	background: rgba(255, 255, 255, 0.05) url('/assets/images/coins/ton.svg') 17px 15px no-repeat;
	background-size: 25px;
}

.line__to {
	position: relative;
	margin: 12px;
	text-align: center;
}

.line__to:before {
	content: '';
	display: inline-flex;
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.line__to small {
	text-transform: uppercase;
	padding: 0 6px;
	background: #131831;
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	position: relative;
	z-index: 5;
}

.mission__section {
	padding-bottom: 100px;
}

.mission__header {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.mission__header h1 {
	font-weight: 700;
	font-size: 34px;
	color: #fff;
}

.mission__header p {
	line-height: 1.3;
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
	font-weight: 600;
}

.mission__tabs-btns {
	display: flex;
	gap: 10px;
	padding: 8px;
	position: relative;
	border-radius: 50px;
	backdrop-filter: blur(20px);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	margin: 15px 0 20px 0;
}

.promo__start:before,
.mission__tabs-btns button.check:before,
.mission__tabs-btns:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.mission__tabs-btns button {
	position: relative;
	line-height: 35px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	width: 33.33%;
	border-radius: 50px;
	background: linear-gradient(0deg, #201E40, #201E40),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(42, 39, 81, 0.295) 0%, rgba(42, 39, 81, 0) 69.79%, rgba(42, 39, 81, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(42, 39, 81, 0.23) 0%, rgba(42, 39, 81, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(42, 39, 81, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(42, 39, 81, 1) inset;
	border: 0;
}

.mission__tabs-btns button:focus {
	outline: none;
}

.mission__tabs-btns button.check {
	background: linear-gradient(0deg, #DC24E5, #DC24E5),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
}

.missions__tabs {}

.ms__tab {
	display: none;
}

.ms__tab.visible {
	display: block;
}

.promo__list {
	display: flex;
	flex-flow: Column;
	gap: 15px;
}

.promo__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 24px;
	background: rgba(64, 60, 125, 0.15);
	padding: 15px;
	border: 1px solid rgba(64, 60, 125, 1);
}

.ref__body.success,
.promo__body.success {
	border: 1px solid transparent;
}

.promo__left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.cocoon__icon {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: inline-flex;
	background: url('/assets/images/promo.png') center/contain no-repeat;
}

.promo__details {
	display: flex;
	flex-flow: column;
	gap: 5px;
}

.promo__details h2 {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}

.promo__amount {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}

.promo__amount:before {
	content: '';
	display: inline-flex;
	width: 16px;
	height: 16px;
	min-width: 16px;
	background: url('/assets/images/kokon.svg') center/contain no-repeat;
}

.promo__action {}

.ref__success,
.promo__success {
	display: inline-flex;
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: linear-gradient(0deg, #201E40, #201E40),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(42, 39, 81, 0.295) 0%, rgba(42, 39, 81, 0) 69.79%, rgba(42, 39, 81, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(42, 39, 81, 0.23) 0%, rgba(42, 39, 81, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(42, 39, 81, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(42, 39, 81, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(42, 39, 81, 1) inset;
	border-radius: 80px;
	align-items: center;
	justify-content: center;
}

.ref__success i,
.promo__success i {
	display: inline-flex;
	height: 24px;
	min-width: 24px;
	border-radius: 50px;
	background: rgba(124, 143, 184, 0.05);
	position: relative;
}

.ref__success i:before,
.promo__success i:before {
	display: inline-flex;
	width: 16px;
	height: 16px;
	min-width: 16px;
	border-radius: 50px;
	background: #fff url('/assets/images/select.svg') center/contain no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	content: '';
}

.promo__start {
	cursor: pointer;
	border: 0;
	position: relative;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	padding: 0 15px;
	line-height: 40px;
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	border-radius: 50px;
}

.promo__start:hover {}

.promo__start span {
	position: relative;
	z-index: 2;
}

.promo__start:focus {
	outline: none;
}

.promo__btn:after {
	content: '';
	display: inline-flex;
	position: absolute;
	right: 4px;
	top: -5px;
	width: 18px;
	height: 18px;
	background: url('/assets/images/star_field.svg') center/contain no-repeat;
}

.ref__list {
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.ref__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 24px;
	background: rgba(19, 24, 49, 0.5);
	padding: 15px;
	border: 1px solid rgba(64, 60, 125, 1);
}

.ref__left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.ref__details {
	display: flex;
	flex-flow: column;
	gap: 5px;
}

.ref__details h2 {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}

.ref__amount {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}

.ref__amount:before {
	content: '';
	display: inline-flex;
	width: 16px;
	height: 16px;
	min-width: 16px;
	background: url(../images/kokon.svg) center / contain no-repeat;
}

.ref__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.ref__progress {
	display: flex;
	flex-flow: column;
	width: 100%;
	margin-top: 15px;
	gap: 8px;
}

.ref__progress-bar {
	position: relative;
	height: 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
}

.ref__progress-bar span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 10px;
	background: rgba(220, 36, 229, 1);
	transition: all 300ms ease-in-out 0s;
}

.ref__progress-bar span:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: -4px;
	width: 20px;
	height: 20px;
	background: linear-gradient(157.51deg, rgba(47, 110, 255, 0.7) 16.75%, rgba(220, 36, 229, 0.7) 85.92%);
	backdrop-filter: blur(7.643842697143555px);
	box-shadow: 0px 7.64px 7.64px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
}

.ms__tab.ref .ref__body {
	display: flex;
	flex-flow: column;
}

.ref__steps {
	font-weight: 600;
	text-align: center;
	font-size: 9px;
	color: #fff;
	line-height: 1.4;
}

.ref__start {
	position: relative;
	border: 0;
	padding: 0 15px;
	cursor: pointer;
	line-height: 40px;
	border-radius: 50px;
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	-webkit-box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset, 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset, -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	font-weight: 600;
}

.ref__start:focus {
	outline: none;
}

.ref__start span {
	position: relative;
	z-index: 2;
	color: #fff;
}

.ref__body.active {
	border: 1px solid rgba(220, 36, 229, 1);
}

.ref__progress-bar.empty span:after {
	right: -14px;
}

.aboutApp {
	position: relative;
	padding: 16px;
	border-radius: 24px;
	backdrop-filter: blur(20px);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	background: linear-gradient(180deg, rgba(46, 167, 255, 0) 57.41%, rgba(46, 167, 255, 0.1) 100%);
	margin-bottom: 20px;
}

.aboutApp:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.infoApp {
	position: relative;
	z-index: 2;
}

.app__header {
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: center;
}

.app__header h1 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.app__social {
	display: flex;
	gap: 15px;
}

.app__social li {}

.app__social li a {
	display: flex;
	min-width: 32px;
	height: 32px;
}

.app__social li a img {
	vertical-align: bottom;
}

.get__up-cell {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
}

.get__inner {
	display: flex;
	align-items: center;
	gap: 20px;
}

.get__inner img {
	vertical-align: bottom;
	min-width: 34px;
	height: 46px;
}

.get__details {
	display: flex;
	flex-flow: column;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	gap: 10px;
}

.get__details div {
	padding-left: 10px;
}

.get__details h2 {
	font-size: 34px;
}

.get__action-cell {
	width: 100%;
}

.add__content {
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF),
		radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	border-radius: 120px;
	position: relative;
	border: 0;
	width: 100%;
	padding: 0;
	cursor: pointer;
}

.add__content:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 120px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.add__content span {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 5;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 60px;
	justify-content: center;
}

.add__content span:before {
	content: '';
	display: inline-flex;
	width: 24px;
	height: 24px;
	min-width: 24px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.2) url('/assets/images/plus.svg') center/14px no-repeat;
}

.add__content:focus {
	outline: none;
}

.app__rules {
	border-radius: 24px;
	background: rgba(19, 24, 49, 0.9);
	padding: 20px 16px 16px 16px;
}

.app__rules h2 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

.app__rules ul {
	display: flex;
	flex-flow: column;
	gap: 8px;
}

.app__rules ul li {
	position: relative;
	padding-left: 15px;
	line-height: 1.3;
	font-weight: 300;
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
}

.app__rules ul li em {
	position: absolute;
	left: 0;
	top: 0;
}

.get__friends {
	background: linear-gradient(178.4deg, rgba(46, 167, 255, 0) -6.08%, rgba(46, 167, 255, 0.1) 98.64%);
	backdrop-filter: blur(20px);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	padding: 0 16px;
	justify-content: center;
	margin: 12px 0;
}

.get__friends:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 120px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.get__friends .get__lnk {
	display: flex;
	color: #fff;
	position: relative;
	z-index: 3;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	justify-content: center;
	cursor: pointer;
	background: none;
	border: 0;
	padding: 16px 0;
	width: 100%;
}

.getlinks__modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	min-height: 100vh;
	background: rgba(19, 24, 49, 0.5);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.getlinks__modal.visible {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: flex;
	overflow: auto;
}

.getlink__modal-body {
	position: relative;
	background: rgba(19, 24, 49, 1);
	border: 1px solid rgba(47, 110, 255, 1);
	border-radius: 24px;
	padding: 60px 16px 16px 16px;
	width: 100%;
	max-width: 300px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.getlink__modal-body h2 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}

.getmodal__close-btn {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(../images/close.svg) center / contain no-repeat;
	display: inline-flex;
	padding: 0;
	border: 0;
}

.enter__link {
	position: relative;
	background: linear-gradient(178.4deg, rgba(46, 167, 255, 0) -6.08%, rgba(46, 167, 255, 0.1) 98.64%);
	border-radius: 80px;
	backdrop-filter: blur(20px);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.enter__link:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 80px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.enter__link input {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 0 12px;
	background: none;
	border: 0;
	line-height: 60px;
}

.enter__link input::placeholder {
	color: #fff;
}

.enter__link input:focus {
	outline: none;
}

.get__button {}

.get__button .submit {
	border: 0;
	border-radius: 80px;
	background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
	box-shadow: 0px -8px 26px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 3px 9px 0px rgba(255, 255, 255, 0.3) inset;
	box-shadow: -3px -3px 9px 0px rgba(255, 255, 255, 0.25) inset;
	width: 100%;
	padding: 0;
}

.get__button .submit:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.get__button .submit:focus {
	outline: none;
}

.get__button .submit span {
	position: relative;
	z-index: 2;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
}

.getlist {
	display: flex;
	flex-flow: column;
	gap: 10px;
	margin: 15px 0;
}

.getlist li {
	position: relative;
	padding-left: 35px;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	line-height: 1.3;
}

.getlist input[type="checkbox"] {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	appearance: none;
	-webkit-appearance: none;
	background: url('/assets/images/checker__empty.svg') center/contain no-repeat;
	border-radius: 4px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: -3px;
}

.getlist input[type="checkbox"]:checked {
	background: url('/assets/images/checker.svg') center/contain no-repeat;
}

.packages__section {
	padding-bottom: 100px;
}

.packages__section h1 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.packages__list {
	display: flex;
	flex-flow: column;
	gap: 12px;
}

.packages__item {
	position: relative;
	padding: 20px;
	border-radius: 24px;
	background: radial-gradient(59.64% 91.38% at 17.58% 4.3%, rgba(46, 167, 255, 0.5) 0%, rgba(28, 27, 51, 0.2) 100%);
}

.packages__item:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(23, 185, 255, 1) 0%, rgba(23, 185, 255, 0.1) 49.85%, rgba(23, 185, 255, 1) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.packages__container {
	position: relative;
	width: 100%;
}

.packages__item-b {
	overflow: hidden;
	--border-radius: 44px;
	--border-width: 3px;
	appearance: none;
	position: relative;
	background: rgba(19, 24, 49, 1);
	padding: 22px 15px;
	border-radius: 80px;
}

.packages__container.active .packages__item-b:after {
	animation-play-state: running;
	opacity: 1;
}

.packages__item-b:after {
	--m-i: linear-gradient(#000, #000);
	--m-o: content-box, padding-box;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: var(--border-width);
	border-radius: var(--border-radius);
	background-image: conic-gradient(#488cfb, #29dbbc, #ddf505, #ff9f0e, #e440bb, #655adc, #488cfb);
	mask-image: var(--m-i), var(--m-i);
	mask-origin: var(--m-o);
	mask-clip: var(--m-o);
	mask-composite: exclude;
	-webkit-mask-composite: destination-out;
	filter: hue-rotate(0);
	animation: hue linear 1000ms infinite;
	animation-play-state: paused;
	opacity: 0;
}

@keyframes hue {
	to {
		filter: hue-rotate(1turn);
	}
}

.pib__data {
	display: flex;
	align-items: center;
	padding-left: 0px;
	align-items: center;
	justify-content: space-between;
	z-index: 3;
	position: relative;
	justify-content: center;
}

.pib__data .pack__gpu-data {
	line-height: 1;
}

.pib__data .pack__icon {
	position: absolute;
	left: 0;
	top: -13px;
}

.packi__inner {
	position: relative;
	z-index: 2;
}

.pack__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.pack__gpu {
	position: relative;
	z-index: 2;
	border-radius: 100px;
}

.pack__gpu:before {
	content: '';
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pack__item {
	display: flex;
	align-items: center;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	z-index: 3;
	position: relative;
}

.pack__icon {
	display: inline-flex;
}

.pack__icon img {
	vertical-align: bottom;
	min-width: 40px;
	max-width: 40px;
}

.pack__gpu-data {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 60px;
}

.pack__action {}

.p-action_btn {
	width: 70px;
	min-width: 70px;
	position: relative;
	background: linear-gradient(139.18deg, rgba(84, 86, 153, 0.5) 19.47%, rgba(41, 52, 94, 0.5) 83.88%);
	border-radius: 100px;
	height: 38px;
	border: 0;
	cursor: pointer;
}

.p-action_btn i {
	content: '';
	display: inline-block;
	width: 38px;
	height: 38px;
	background: linear-gradient(157.51deg, rgba(2, 109, 255, 0.7) 16.75%, rgba(0, 215, 255, 0.7) 85.92%);
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	transition: all 300ms ease-in-out 0s;
}

.p-action_btn.started i {
	background: #201E40;
	right: calc(100% - 40px);
	border: 1px solid rgb(52 49 88);
}

.p-action_btn.started i:before {
	content: '';
	display: inline-flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/images/pause.svg') center/14px no-repeat;
}

.p-action_btn:focus {
	outline: none;
}

.pack__details {
	display: flex;
	flex-flow: column;
	gap: 12px;
	margin: 20px 0;
}

.pack__details li {
	font-size: 12px;
	color: rgba(100, 120, 160, 1);
	font-weight: 400;
	display: flex;
	justify-content: space-between;
}

.pack__details li span:last-child {
	color: #fff;
}

.pack__balance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 35px;
	background: radial-gradient(69.9% 110.16% at 17.58% 4.3%, rgba(232, 7, 255, 0.25) 0%, rgba(28, 27, 51, 0.1) 78.06%);
	padding: 8px;
	position: relative;
}

.p-action_btn:before,
.pack__balance:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 35px;
	padding: 1px;
	background: linear-gradient(131.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 49.85%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.pack__ton {
	width: 32px;
	height: 32px;
	min-width: 32px;
	background: url('/assets/images/coins/ton.svg') center/contain no-repeat;
	position: relative;
	z-index: 3;
}

.pack__amount {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	z-index: 3;
}

.packages__item.active {
	background: none;
}

.packages__item.active .pack__gpu:before {
	display: none;
}

.packages__item.active .pack__item {
	border: 2px solid #2a2f59;
}

.xlabel {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: -10px;
	border-radius: 30px;
	background: linear-gradient(180deg, #FDE74A 0%, #F0AA18 100%);
	color: rgba(19, 24, 49, 1);
	display: inline-flex;
	font-weight: 800;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	z-index: 4;
}

.active .xlabel {
	animation: floatAround 4s ease-in-out infinite;
}

@keyframes floatAround {
	0% {
		transform: rotate(10deg) translate(0, 0);
	}

	25% {
		transform: rotate(12deg) translate(-2px, -4px);
	}

	50% {
		transform: rotate(10deg) translate(0, -6px);
	}

	75% {
		transform: rotate(8deg) translate(2px, -3px);
	}

	100% {
		transform: rotate(10deg) translate(0, 0);
	}
}

* {
	-webkit-tap-highlight-color: transparent;
}

/** Animation **/
.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/** Animation end**/
@media screen and (max-width: 560px) {

	body.inner_bg,
	body.home_bg {
		background-size: cover;
	}
}

@media screen and (max-width: 460px) {
	.pack__item {
		gap: 10px;
		padding-right: 30px;
	}

	.pack__topbar {
		gap: 15px;
	}
}

@media screen and (max-width: 420px) {
	.naw__wrapper {
		max-width: 96%;
	}
}

@media screen and (max-width: 380px) {
	.pack__gpu-data {
		font-size: 14px;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.duration__egg {
		min-width: 70px;
		width: 70px;
	}

	.duration__description h3 {
		font-size: 15px;
	}
}

@media screen and (max-width: 360px) {
	.nav__list {
		padding: 12px 15px;
	}

	.nav__list {
		gap: 20px;
	}

	.app__cocoon-body {
		min-width: 100%;
	}

	.profile__i-left h2,
	.balance__value {
		font-size: 14px;
	}

	.scoreboard__balance {
		font-size: 25px;
	}

	.bc__value img {
		min-width: 26px;
		max-width: 26px;
	}

	.trnsb__item-list li,
	.trnsb__item-list li date {
		font-size: 12px;
	}

	.nav__section {
		bottom: 12px;
	}

	.about__article h1 {
		font-size: 22px;
	}

	.about__article {
		gap: 20px;
	}

	.bonus__days {
		padding: 10px;
	}

	.day__name {
		font-size: 13px;
	}

	.reward__info h3,
	.referral__list,
	.day__bonuses {
		font-size: 12px;
	}

	.claim-btn-row {
		padding-top: 20px;
	}

	.ref-item-row {
		grid-template-columns: 1fr 1fr auto;
	}

	.friend__pic {
		width: 190px;
		height: 190px;
		top: -40px;
	}

	.referral__action-row .refferral__action {
		font-size: 14px;
	}

	.friends__num {
		font-size: 26px;
	}

	.wallet__num {
		font-size: 15px;
	}

	.pack__icon img {
		width: 30px;
		min-width: 30px;
	}

	.pack__topbar {
		gap: 8px;
	}

	.pib__data .pack__icon {
		top: -8px;
	}

	.pib__data {
		justify-content: flex-start;
		padding-left: 55px;
	}
}

@media screen and (max-height: 720px) {
	.wallet__modal {
		align-items: flex-start;
	}

	.language__modal {
		overflow: auto;
		padding-top: 0;
	}
}



.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(58, 0, 115, 1);
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 9999;
	flex-direction: column;
}

.loading-icon {
	width: 80px;
	height: 80px;
}

.loading-text {
	color: #fff;
	font-size: 28px;
	margin-top: 20px;
	font-weight: 600;
}

.inp_title_modal {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 0;
}