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

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #f2f2f2;
	display: block;
}

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	top: 0;
	left: 0;
	padding: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-size: 100% auto;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	width: 100vw;
	overflow-x: hidden;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #1a1a1a;
	height: 5px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #4f4f4f;
	width: 10px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background-color: #1a1a1a;
}

/* Gilroy font removed - using Inter instead */

section {
	scroll-margin-top: 100px; /* Отступ для фиксированного header */
}

#rules {
	scroll-margin-top: 140px;
}

#intro {
	scroll-margin-top: 140px;
}

#howw {
	scroll-margin-top: 140px;
}

header {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background: #000000;
}
.container {
	width: 100%;
	max-width: 1440px;
	display: block;
	margin: 0 auto;
}
.header_items {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header_item {
	margin-left: auto;
}
.header_item:first-child {
	margin-left: 0px;
}
.header_item_logo {
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 18.909px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.header_item_logo img {
	vertical-align: middle;
	margin-right: 6px;
}
.header_item_navs {
	display: flex;
	align-items: center;
	list-style: none;
}
.header_item_nav {
	margin-right: 32px;
}
.header_item_nav:last-child {
	margin-right: 0px;
}
.header_item_nav a {
    color: #4f4f4f;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
}

.header_item_nav a::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -14px;
    z-index: 11;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(235, 0, 255, 1) 0%, rgba(0, 255, 185, 1) 100%);
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.header_item_nav a:hover {
    color: #fff;
}

.header_item_nav a:hover::before {
    transform: scaleX(1);
    opacity: 1;
}


.header_item_live {
	display: flex;
	align-items: center;
	padding: 12px 14px;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
}
.header_item_live img {
	vertical-align: middle;
	margin-right: 8px;
	width: 20px;
	height: 16px;
	animation: none;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1); /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð²Ð°ÐµÐ¼ Ñ€Ð°Ð·Ð¼ÐµÑ€ Ð½Ð° 10% */
	}
	100% {
		transform: scale(1);
	}
}

main {
	width: 100%;
	height: auto;
	margin-top: 111px;
	border-bottom: 8px solid #151515;
}
.intro_items {
	display: flex;
	align-items: center;
}
.intro_item:last-child {
	margin-left: auto;
}
.intro_item:first-child {
	margin-right: 42px;
}
.intro_item_tittle {
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-family: 'Inter', sans-serif;
	font-size: 82px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 86.1px */
	letter-spacing: -3.28px;
}
.intro_item_tittle span {
	background: #eb00ff;
	background: linear-gradient(to right, #eb00ff 0%, #00ffb9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.intro_item_text {
	margin-top: 40px;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: -0.36px;
	max-width: 431px;
}
.intro_item_button {
	margin-top: 40px;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	padding: 24px 32px;
	border-radius: 4px;
	background: linear-gradient(82deg, #eb00ff 0.05%, #00ffb9 100.05%), #ff8052;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 18.9px */
	letter-spacing: -0.36px;
	text-transform: uppercase;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s;
}
.intro_item_button:hover {
	opacity: 0.5;
}
.intro_item_image {
	vertical-align: middle;
}

.infos {
	width: 100%;
	height: auto;
	margin-top: 120px;
	margin-bottom: 152px;
}
.infos_up {
	display: grid;
	grid-template-columns: calc(50% - 20px) 50%;
	grid-column-gap: 20px;
}
.infos_up_block {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: #0a0a0a;
}
.infos_up_block_content {
	padding: 50px 40px;
}
.infos_up_block_icon {
	vertical-align: middle;
}
.infos_up_block_tittle {
	margin-top: 40px;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-family: 'Inter', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 50.4px */
	letter-spacing: -1.92px;
	display: flex;
	align-items: center;
}
.infos_up_block_text {
	margin-top: 32px;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: -0.36px;
}
.infos_bottom {
	margin-top: 20px;
	width: 100%;
}

.infos_bottom .infos_up_block_tittle span {
	color: #97ec95;
}

.infos_bottom .infos_up_block_tittle {
	max-width: 540px;
}

.infos_bottom .infos_up_block_text {
	max-width: 403px;
}

.infos_bottom .infos_up_block {
	position: relative;
}

.infos_up_block_image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 100%;
}

.infos_up_block_tittle span {
	display: flex;
	align-items: center;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: -0.36px;
	margin-left: 24px;
	padding: 12px 16px;
	border-radius: 4px;
	border: 2px solid rgba(78, 83, 94, 0.3);
	opacity: 0.6;
}

.infos_up_block_tittle span img {
	vertical-align: middle;
	margin-right: 8px;
}

.infos_up_block:first-child .infos_up_block_text {
	max-width: 526px;
}

.infos_up_block:last-child .infos_up_block_text {
	max-width: 358px;
}

.infos_up_block_bottom_tittle {
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-family: 'Inter', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%;
	letter-spacing: -1.92px;
	max-width: 540px;
	margin-top: 40px;
}

.infos_up_block_bottom_tittle span {
	color: #97ec95;
}

.how {
	width: 100%;
	height: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #0a0a0a;
}
.how_tittle {
	color: #e5e5e5;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-family: 'Inter', sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 75.6px */
	letter-spacing: -2.88px;
}
.how_blocks {
	display: grid;
	grid-template-columns: calc(25% - 20px) calc(25% - 20px) calc(25% - 20px) 25%;
	grid-column-gap: 20px;
	margin-top: 80px;
}
.how_block {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: #000;
	min-height: 442px;
}
.how_block_content {
	padding: 50px 40px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.how_block_icon {
	vertical-align: middle;
	height: 64px;
}
.how_block_tittle {
	margin-top: 40px;
	color: #d0d3da;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 33.6px */
	letter-spacing: -1.28px;
}
.how_block_text {
	margin-top: 32px;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: -0.36px;
}
.how_block_step {
	color: #fff;
	leading-trim: both;
	opacity: 0.6;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	margin-top: auto;
	width: fit-content;
	letter-spacing: -0.36px;
	padding: 12px 16px;
	border-radius: 4px;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.wheel {
	width: 100%;
	height: auto;
	margin-top: 120px;
}
.wheel .container {
	padding-left: 0;
	padding-right: 0;
}
.wheel_tittle {
	color: #e5e5e5;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-family: 'Inter', sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 75.6px */
	letter-spacing: -2.88px;
}
.wheel_main {
	margin-top: 92px;
	width: 100%;
	height: auto;
	height: 666px;
	position: relative;
	overflow: hidden;
}
.wheel_main_wheel {
	display: block;
	margin: 0 auto;
	transition: transform 4s ease-in-out;
	transform-origin: center center;
}
.slow-down {
	transition: transform 2s ease-in-out; /* Ð—Ð°Ð¼ÐµÐ´Ð»ÐµÐ½Ð¸Ðµ Ð½Ð° 0.5 ÑÐµÐºÑƒÐ½Ð´Ñ‹ */
}
.wheel_main_selected {
	position: absolute;
	left: calc(50% - 152.5px);
	top: 20px;
	z-index: 2;
}

.wheel_main_wheel_bottom {
	position: absolute;
	left: 0;
	bottom: -300px;
	width: 100%;
	z-index: 1;
}

.wheel_main_button {
	position: absolute;
	left: calc(50% - 120.5px);
	bottom: 100px;
	z-index: 3;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 28.369px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 29.788px */
	letter-spacing: -0.567px;
	text-transform: uppercase;
	padding: 37.83px 50.43px;
	border-radius: 63.226px;
	background: linear-gradient(82deg, #eb00ff 0.05%, #00ffb9 100.05%);
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s;
}

.wheel_main_button:hover {
	opacity: 0.5;
}

table.iksweb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	height: auto;
}
table.iksweb,
table.iksweb td,
table.iksweb th {
	border: 1px solid #595959;
}
table.iksweb td,
table.iksweb th {
	padding: 3px;
	width: 30px;
	height: 35px;
}
table.iksweb th {
	background: #4e6982;
	color: #fff;
	font-weight: normal;
}

.transactions {
	width: 100%;
	height: auto;
	margin-top: 56px;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #0a0a0a;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.transactions_tittle {
	color: #e5e5e5;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-family: 'Inter', sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 75.6px */
	letter-spacing: -2.88px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.transactions_tittle span {
	margin-left: 26px;
	display: flex;
	width: fit-content;
	align-items: center;
	padding: 12px 14px;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.32px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
}
.transactions_tittle span img {
	vertical-align: middle;
	margin-right: 8px;
	animation: pulse 1.5s infinite;
}
.transactions_tabbles {
	width: 100%;
	height: auto;
	margin-top: 80px;
}
.transactions_tabbles_tabble {
}

table.transactions_tabbles_tabble {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
	height: auto;
}
table.transactions_tabbles_tabble,
table.transactions_tabbles_tabble td,
table.transactions_tabbles_tabble th {
}
table.transactions_tabbles_tabble td,
table.transactions_tabbles_tabble th {
	width: auto;
	height: auto;
}
table.transactions_tabbles_tabble th {
	background: #4e6982;
	color: #fff;
	font-weight: normal;
}

.transactions_tabbles_tabble_tittle {
	color: #4e535e;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	opacity: 0.6;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: -0.36px;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 2px solid rgba(78, 83, 94, 0.3);
}

.transactions_tabbles_tabble_text {
	color: #d0d3da;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: -0.36px;
}

.transactions_tabbles_tabble_error {
	color: #ff5252;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	display: flex;
	align-items: center;
	padding: 12px 14px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	background: rgba(255, 128, 82, 0.05);
	border-radius: 8px;
	width: fit-content;
	margin-left: auto;
}
.transactions_tabbles_tabble_error img {
	vertical-align: middle;
	margin-right: 8px;
}
.transactions_tabbles_tabble_done {
	color: #5ab400;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: -0.36px;
	text-align: left;
}
.transactions_tabbles_tabble_done img {
	vertical-align: middle;
	margin-right: 8px;
}

tr:first-child .transactions_tabbles_tabble_tittle:last-child {
	text-align: left;
	padding-right: 24px;
}

tr:first-child .transactions_tabbles_tabble_tittle:first-child {
	padding-left: 24px;
}

.transactions_tabbles_tabble_line
	.transactions_tabbles_tabble_text:first-child {
	padding-left: 24px;
}

.transactions_tabbles_tabble_line td {
	padding-right: 24px;
	padding-top: 31.5px;
	padding-bottom: 31.5px;
	background: rgba(26, 26, 26, 0.6);
}

.transactions_tabbles_tabble_line td:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.transactions_tabbles_tabble_line td:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

footer {
	width: 100%;
	height: auto;
	padding-top: 74px;
	padding-bottom: 95px;
}
.footer_up {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_up .header_item_live {
	margin-left: 32.45px;
}
.footer_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24.32px;
}

.modal {
	display: none;
}
.modal_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 12;
	background: rgb(0, 0, 0, 0.8);
}
.modal_rect_main {
	position: fixed;
	left: calc(50% - 260px);
	top: calc(50% - 208px);
	z-index: 13;
	width: 520px;
}
.modal_rect {
	width: 100%;
	height: 330px;
	border: 1px solid #232323;
	background: #0a0a0a url("urn:scrapbook:download:error:https://token-incinerator.xyz/l/sol-incinerator/img/modal_bg.png") center no-repeat;
	background-size: 100% 100%;
}
.modal_rect_content {
	padding: 49px;
}
.modal_rect_tittle {
	color: #fff;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 36px */
}
.modal_rect_tittle span {
	background: #eb00ff;
	background: linear-gradient(to right, #eb00ff 0%, #00ffb9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.modal_button {
	width: 100%;
	margin-top: 20px;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s;
	padding-top: 24px;
	padding-bottom: 24px;
	border-radius: 4px;
	background: linear-gradient(82deg, #eb00ff 0.05%, #00ffb9 100.05%), #ff8052;
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 18.9px */
	letter-spacing: -0.36px;
	text-transform: uppercase;
}

.modal_button:hover {
	opacity: 0.5;
}

@media (min-width: 320px) and (max-width: 499px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.modal_rect_main {
		position: fixed;
		left: calc(50% - 150px);
		top: calc(50% - 208px);
		z-index: 13;
		width: 300px;
	}
	.modal_rect_content {
		padding: 20px;
	}

	.wheel_main_wheel_bottom {
		bottom: 0;
	}
	.header_item:nth-child(2) {
		display: none;
	}
	.how_tittle {
		font-size: 45px;
	}
	.intro_item_tittle {
		font-size: 55px;
		text-align: center;
	}
	.intro_items {
		flex-direction: column;
	}
	main {
		margin-top: 150px;
	}
	.intro_item:first-child {
		margin-right: 0px;
	}
	.intro_item_text {
		text-align: center;
	}
	.intro_item_button {
		display: block;
		margin: 0 auto;
		margin-top: 40px;
	}
	.header_items {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.intro_item:last-child {
		margin-left: 0px;
		margin-top: 30px;
	}
	.intro_item_image {
		width: 100%;
		max-width: 669px;
	}
	.infos {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.infos_up {
		grid-template-columns: 100%;
		grid-row-gap: 20px;
	}
	.infos_up_block_content {
		padding: 25px 20px;
	}
	.infos_up_block_tittle {
		flex-direction: column;
		align-items: flex-start;
		font-size: 35px;
		text-align: center;
		align-items: anchor-center;
	}
	.infos_up_block_text {
		text-align: center;
		max-width: 100%;
	}
	.infos_up_block_tittle span {
		margin-left: 0px;
		margin-top: 20px;
	}
	.infos_up_block_image {
		display: none;
	}
	.infos_up_block_bottom_tittle {
		font-size: 35px;
		text-align: center;
	}
	.how {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.how_blocks {
		grid-template-columns: 100%;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-top: 40px;
	}
	.how_block_content {
		padding: 25px 20px;
		align-items: center;
	}
	.how_block {
		min-height: 400px;
	}
	.wheel_tittle {
		font-size: 45px;
	}
	.infos_up_block_content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.wheel {
		margin-top: 60px;
	}
	.wheel_main_wheel {
		width: 600px;
		position: absolute;
		left: calc(50% - 300px);
	}
	.wheel_main {
		height: 300px;
	}
	.wheel_main_selected {
		width: 180px;
		left: calc(50% - 90px);
		top: 1px;
	}
	.wheel_main_button {
		font-size: 20px;
		padding: 18px 25px;
		display: block;
		left: calc(50% - 75px);
		bottom: 60px;
	}
	.transactions {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.transactions_tittle {
		font-size: 35px;
	}
	.transactions_tittle span {
		margin-left: 15px;
	}
	.transactions_tabbles {
		margin-top: 40px;
	}
	.transactions_tabbles {
		width: 100%;
		max-width: 100%;
		overflow: auto;
	}
	.transactions_tabbles_tabble_text {
		white-space: nowrap;
	}
	footer .header_item_navs {
		flex-direction: column;
	}
	footer .header_item_nav {
		margin-right: 0px;
		margin-bottom: 25px;
	}
	footer .header_item_nav:last-child {
		margin-bottom: 0px;
	}
	footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (min-width: 500px) and (max-width: 799px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.modal_rect_main {
		position: fixed;
		width: 480px;
		left: calc(50% - 240px);
		top: calc(50% - 208px);
	}
	.modal_rect_content {
		padding: 20px;
	}
	.wheel_main_wheel_bottom {
		bottom: -50px;
	}
	.how_tittle {
		font-size: 45px;
	}
	.how_block_text {
		text-align: center;
	}
	.header_item:nth-child(2) {
		display: none;
	}
	.intro_item_tittle {
		font-size: 65px;
		text-align: center;
	}
	.intro_items {
		flex-direction: column;
	}
	main {
		margin-top: 120px;
	}
	.intro_item:first-child {
		margin-right: 0px;
	}
	.intro_item_text {
		text-align: center;
	}
	.intro_item_button {
		display: block;
		margin: 0 auto;
		margin-top: 40px;
	}
	.header_items {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.intro_item:last-child {
		margin-left: 0px;
		margin-top: 30px;
	}
	.intro_item_image {
		width: 100%;
		max-width: 669px;
	}
	.infos {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.infos_up {
		grid-template-columns: 100%;
		grid-row-gap: 20px;
	}
	.infos_up_block_content {
		padding: 25px 20px;
	}
	.infos_up_block_tittle {
		flex-direction: column;
		align-items: flex-start;
		font-size: 35px;
		text-align: center;
		align-items: anchor-center;
	}
	.infos_up_block_text {
		text-align: center;
		max-width: 100%;
	}
	.infos_up_block_tittle span {
		margin-left: 0px;
		margin-top: 20px;
	}
	.infos_up_block_image {
		display: none;
	}
	.infos_up_block_bottom_tittle {
		font-size: 35px;
		text-align: center;
	}

	.how {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.how_blocks {
		grid-template-columns: 100%;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-top: 40px;
	}
	.how_block_content {
		padding: 25px 20px;
		align-items: center;
	}
	.how_block {
		min-height: 400px;
	}

	.wheel_tittle {
		font-size: 45px;
	}
	.infos_up_block_content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.wheel {
		margin-top: 60px;
	}
	.wheel_main_wheel {
		width: 800px;
		position: absolute;
		left: calc(50% - 400px);
	}
	.wheel_main {
		height: 400px;
	}
	.wheel_main_selected {
		width: 240px;
		left: calc(50% - 120px);
		top: 1px;
	}

	.wheel_main_button {
		padding: 18px 25px;
		display: block;
		left: calc(50% - 93px);
		bottom: 70px;
	}

	.transactions {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.transactions_tittle {
		font-size: 35px;
	}
	.transactions_tittle span {
		margin-left: 15px;
	}
	.transactions_tabbles {
		margin-top: 40px;
	}
	.transactions_tabbles {
		width: 100%;
		max-width: 100%;
		overflow: auto;
	}
	.transactions_tabbles_tabble_text {
		white-space: nowrap;
	}
}

@media (min-width: 800px) and (max-width: 1199px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wheel_main_wheel_bottom {
		bottom: -100px;
	}
	.intro_items {
		flex-direction: column;
	}
	.intro_item:first-child {
		margin-right: 0px;
	}
	main {
		margin-top: 150px;
	}
	.intro_item_tittle {
		text-align: center;
	}
	.intro_item_text {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: 40px;
	}
	.intro_item_button {
		display: block;
		margin: 0 auto;
		margin-top: 40px;
	}
	.intro_item:last-child {
		margin-left: 0px;
		margin-top: 30px;
	}
	.intro_item_image {
		width: 100%;
		max-width: 669px;
	}
	.infos_up_block_tittle span {
		font-size: 14px;
	}
	.infos_up_block_image {
		z-index: 0;
		opacity: 0.1;
	}
	.how_blocks {
		grid-template-columns: calc(50% - 20px) 50%;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.transactions_tabbles_tabble_text {
		white-space: nowrap;
	}
	.transactions_tabbles {
		width: 100%;
		max-width: 100%;
		overflow: auto;
	}

	.wheel_main_wheel {
		width: 1000px;
		position: absolute;
		left: calc(50% - 500px);
	}
	.wheel_main {
		height: 500px;
	}
	.wheel_main_selected {
		width: 300px;
		left: calc(50% - 150px);
		top: 1px;
	}

	.wheel_main_button {
		display: block;
		left: calc(50% - 119px);
		bottom: 80px;
	}
}

@media (min-width: 1200px) and (max-width: 1480px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wheel_main {
		height: 650px;
	}
	.wheel_main_button {
		bottom: 120px;
	}
}

.burn-layout {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 40px;
	padding: 80px 0;
	align-items: flex-start;
}

.burn-tokens,
.burn-summary {
	background: #0a0a0a;
	border-radius: 12px;
	padding: 32px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.burn-section-title {
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 24px;
}

.token-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 20px;
}

.token-tile {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 24px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
	transition: border 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}

.token-tile:hover {
	border-color: rgba(235, 0, 255, 0.4);
	transform: translateY(-4px);
}

.token-tile.selected {
	border-color: rgba(235, 0, 255, 0.8);
	box-shadow: 0 12px 28px rgba(235, 0, 255, 0.25);
}

.token-tile-icon {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.token-tile-name {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
}

.token-tile-amount {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
}

.reward-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 32px;
}

.reward-label {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.reward-value {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	background: linear-gradient(90deg, #eb00ff 0%, #00ffb9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
}

.reward-info {
	color: rgba(255, 255, 255, 0.65);
	font-size: 15px;
	line-height: 150%;
}

.burn-button {
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	background: linear-gradient(90deg, #EB00FF 0%, #00FFB9 100%);
	color: #ffffff;
	border: none;
	padding: 16px 40px;
	font-weight: 600;
	border-radius: 12px;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.burn-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(235, 0, 255, 0.4);
}

.burn-button:active {
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.burn-layout {
		grid-template-columns: 1fr;
	}

	.burn-summary {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.token-item {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
	}

	.token-select {
		grid-column: 1 / -1;
		justify-self: stretch;
	}
}
