* {
	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: "Roboto", sans-serif;
	font-weight: 500;
	top: 0;
	left: 0;
	padding: 0;
	background: #0d0d0d url(../img/bg.jpg) top no-repeat;
	background-size: 100% auto;
	margin: 0;
	width: 100%;
	height: 100%;
}

html,
body {
	width: 100vw;
	overflow-x: hidden;
}

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

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

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

.container {
	width: 100%;
	max-width: 1440px;
	display: block;
	margin: 0 auto;
}
.header {
	width: 100%;
}
.header_items {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.header_item:nth-child(2) {
	margin-left: auto;
	margin-right: 50px;
}
.header_item_logo {
	vertical-align: middle;
}
.header_item_socials {
	display: flex;
	align-items: center;
}
.header_item_social {
	cursor: pointer;
	transition: all 0.5s;
	margin-right: 12px;
}
.header_item_social:hover {
	opacity: 0.5;
}
.header_item_social:last-child {
	margin-right: 0px;
}
.header_item_button {
	cursor: pointer;
	transition: all 0.5s;
}
.header_item_button:hover {
	opacity: 0.5;
}
.header_item_button {
	color: #363325;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 28px */
	text-transform: uppercase;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.5s;
	padding: 24px 32px;
	border-radius: 15px;
	background: #F9DB7A;
	outline: none;
	border: none;
}
.header_item_button img {
	vertical-align: middle;
	margin-left: 12px;
}

.header_item_button:hover {
	opacity: 0.5;
}

.main {
	padding-top: 78px;
	padding-bottom: 60px;
}
.main_tittle {
	color: #fff;
	color: #fff;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 98px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 108.9px */
	text-transform: uppercase;
}
.main_tittle span {
	background: -webkit-linear-gradient(#fff, #FDF1AB); -webkit-background-clip: text; 
-webkit-text-fill-color: transparent;
}
.main_wheel {
	margin-top: 40px;
	position: relative;
}
.main_wheel::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../img/grad.png) bottom no-repeat;
	background-size: 100% 100%;
	background-position-y: 150px;
}
.main_wheel_main {
	position: relative;
	width: 100%;
	max-height: 600px;
	overflow: hidden;
}
.main_wheel_main_arrow {
	position: absolute;
	left: calc(50% - 62px);
	top: 40px;
	z-index: 1;
}
.main_wheel_main_wheel {
	top: -20px;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1344px;
}

.main_wheel_main_button {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.5s;
}

.main_wheel_main_button {
	color: #363325;
	text-align: center;
	z-index: 8;
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 35.2px */
	letter-spacing: -0.64px;
	text-transform: uppercase;
	outline: none;
	border: none;
	padding: 32px 44px;
	border-radius: 15px;
	background: #F9DB7A;
	cursor: pointer;
	transition: all 0.5s;
	position: absolute;
	left: calc(50% - 120.5px);
	top: 365px;
}

.main_faq {
	position: relative;
	top: -25px;
	width: 100%;
	margin-top: -65px;
	z-index: 3;
}
.main_faq_blocks {
	display: block;
	margin: 0 auto;
	max-width: 1061px;
}
.main_faq_block {
	margin-bottom: 12px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 30px */
	display: flex;
	align-items: center;
	padding: 24px 20px;
	border-radius: 16px;
	background: #171717;
	display: flex;
	align-items: center;
}
.main_faq_block img {
	vertical-align: middle;
	margin-right: 12px;
}

.main_faq_block:last-child {
	margin-bottom: 0px;
}

.main_faq_copy {
	color: #6e6e6e;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 30px */
	position: relative;
	margin-top: 60px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgb(0, 0, 0, 0.7);
	backdrop-filter: blur(3px);
}
.modal_active {
	display: block;
}

.modal_rect {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
	margin-top: 250px;
	border-radius: 16px;
	background: #0d0d0d;
}
.modal_rect_up {
	width: 100%;
	height: auto;
	background: url(../img/modal_bg.png) top no-repeat;
}
.modal_rect_up_tittle {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%; /* 35.2px */
	letter-spacing: -0.64px;
	text-transform: uppercase;
	padding-top: 58px;
	padding-bottom: 58px;
}
.modal_rect_up_tittle span {
	color: #fff;
}

.modal_rect_bottom_content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.modal_rect_bottom_text {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 30.8px */
	letter-spacing: -0.56px;
}

.modal_rect_bottom_button {
	color: #363325;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 28px */
	text-transform: uppercase;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.5s;
	padding: 24px 48px;
	border-radius: 15px;
	background: #F9DB7A;
	outline: none;
	border: none;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

.modal_rect_bottom_button:hover {
	opacity: 0.5;
}

.header_item_logo__mobile {
	display: none;
}

.socials .header_item_socials{
	display: none;
}

@media (max-width: 1501px) {
	body {
		position: relative;
		background: #0d0d0d url(../img/bg-new.jpg) top no-repeat;
	}

	body::after {
		content: '';
		background: url('../img/notleft.png') no-repeat center center/cover;
		position: absolute;
		top: 435px;
		left: -240px;
		width: 561px;
		height: 357px;
		z-index: -5;
	}
	body::before {
		content: '';
		background: url('../img/notright.png') no-repeat center center/cover;
		position: absolute;
		top: 435px;
		right: -240px;
		width: 561px;
		height: 357px;
		z-index: -5;
	}

	.main {
		padding-top: 25px;
	}

	.main_tittle {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}

@media (max-width: 450px) {
	.header_item_logo {
		display: none;
	}
	.header_item_logo__mobile {
		display: block;
	}
	.header_item_logo__mobile-item {
		width: 84px;
		border-radius: 999px;

	}
}

@media (min-width: 320px) and (max-width: 499px) {
	.socials .header_item_socials{
		display: flex;
		justify-content: center;
		padding-bottom: 20px;
	}
	body::after {
        width: 150px;
        height: 100px;
        left: -24px;
		top: 290px;
	}
	body::before {
        top: 73px;
        width: 150px;
        height: 100px;
        right: -24px;
    }
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.modal {
		padding-left: 20px;
		padding-right: 20px;
	}
	.modal_rect_up_tittle {
		font-size: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.modal_rect_up {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}

	.modal_rect_bottom_text {
		font-size: 18px;
	}
	.modal_rect_bottom_content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.modal_rect_bottom_button {
		margin-top: 20px;
		font-size: 16px;
		padding: 12px 24px;
	}
	.header_item:nth-child(2) {
		display: none;
	}
	.header_item_logo {
		width: 100px;
	}
	.header_item_button {
		font-size: 12px;
		white-space: nowrap;
		padding: 10px 14px;
	}
	.header_item_button img {
		width: 6px;
	}
	.header_item:last-child {
		margin-left: auto;
	}
	.main_tittle {
		font-size: 40px;
	}
	.main_wheel_main_arrow {
		width: 50px;
		left: calc(50% - 25px);
	}
	.main_wheel_main_button {
        font-size: 12px;
        font-weight: 600;
        padding: 10px;
        left: calc(50% - 33px);
        top: 115px;
	}
	.main_faq_block {
		font-size: 14px;
		text-align: left;
		padding: 12px 10px;
	}
	.main_wheel_main_wheel {
		top: -10px;
	}

	.main_wheel_main {
		max-width: 280px;
		max-height: inherit;
		display: block;
		margin: 0 auto;
	}
	.main_wheel::before {
		display: none;
	}

	.main_faq {
		top: 0;
	}

	.main_faq_copy {
		margin-top: 30px;
		font-size: 14px;
	}
	.main {
		padding-top: 30px;
	}






	.main_wheel_main{
		height: 300px; /* Установите нужную высоту контейнера */
		overflow: hidden; /* Скрывает часть изображения, выходящую за пределы контейнера */
		max-width: 100%;
	}
	.main_wheel_main_wheel{
		width: 800px;
        left: calc(50% - 400px);

		display: block; /* Убирает отступы под изображением */
    height: auto; /* Сохраняет пропорции изображения */
	}

	.main_wheel_main_button {
        font-size: 16px;
        font-weight: 600;
        padding: 16px;
        left: calc(50% - 55px);
        top: 215px;
    }
	.main_wheel_main_arrow {
        width: 100px;
        left: calc(50% - 50px);
		top: 25px;
    }
	.main_faq {
        top: 40px;
    }
	.main_wheel{
		margin-top: 0px;
	}
	.main .container{
		padding-left: 0px;
		padding-right: 0px;
	}

}

@media (min-width: 500px) and (max-width: 799px) {
	.socials .header_item_socials{
		display: flex;
		justify-content: center;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	body::after {
		top: 235px;
	}
	body::before {
		top: 235px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.modal {
		padding-left: 20px;
		padding-right: 20px;
	}

	.modal {
		padding-left: 20px;
		padding-right: 20px;
	}
	.modal_rect_up_tittle {
		font-size: 30px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.modal_rect_up {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}

	.modal_rect_bottom_text {
		font-size: 20px;
	}
	.modal_rect_bottom_content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.modal_rect_bottom_button {
		margin-top: 30px;
		font-size: 18px;
		padding: 18px 30px;
	}
	.header_item:nth-child(2) {
		display: none;
	}
	.header_item_logo {
		width: 150px;
	}
	.header_item_button {
		font-size: 14px;
		white-space: nowrap;
		padding: 14px 18px;
	}
	.header_item_button img {
		width: 6px;
	}
	.header_item:last-child {
		margin-left: auto;
	}
	.main_tittle {
		font-size: 50px;
		padding-top: 25px;
	}
	.main_wheel_main_arrow {
		width: 50px;
		left: calc(50% - 25px);
	}
	.main_wheel_main_button {
        font-size: 16px;
        font-weight: 600;
        padding: 20px;
        left: calc(50% - 55px);
        top: 200px;
	}
	.main_faq_block {
		font-size: 16px;
		text-align: left;
		padding: 16px 14px;
	}
	.main_wheel_main_wheel {
		top: -10px;
	}

	.main_wheel_main {
		max-width: 460px;
		max-height: inherit;
		display: block;
		margin: 0 auto;
	}
	.main_wheel::before {
		display: none;
	}

	.main_faq {
		top: 0;
	}

	.main_faq_copy {
		margin-top: 30px;
		font-size: 16px;
	}




	.main_wheel_main{
		height: 320px; /* Установите нужную высоту контейнера */
		overflow: hidden; /* Скрывает часть изображения, выходящую за пределы контейнера */
	}
	.main_wheel_main_wheel{
		width: 1000px;
        left: calc(50% - 500px);

		display: block; /* Убирает отступы под изображением */
    height: auto; /* Сохраняет пропорции изображения */
	}

	.main_wheel_main_button {
		font-size: 16px;
        font-weight: 600;
        padding: 16px;
        left: calc(50% - 56px);
        top: 260px;
    }
	.main_wheel_main_arrow {
        width: 100px;
        left: calc(50% - 50px);
		top: 38px;
    }
	.main_faq {
        top: 65px;
    }
	.main_wheel{
		margin-top: 0px;
	}
	.main_wheel_main{
		max-width: 100%;
	}
	.main .container{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (min-width: 800px) and (max-width: 1480px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main_wheel_main_wheel {
		top: -20px;
	}
	.socials .header_item_socials{
		display: none;
	}
	.main_faq_copy{
		margin-bottom: 20px;
	}
	


	.main_wheel_main{
		height: 440px; /* Установите нужную высоту контейнера */
		overflow: hidden; /* Скрывает часть изображения, выходящую за пределы контейнера */
	}
	.main_wheel_main_wheel{
		width: 1400px;
		left: calc(50% - 700px);
margin: inherit;
max-width: inherit;
		display: block; /* Убирает отступы под изображением */
    height: auto; /* Сохраняет пропорции изображения */
	}

	.main_wheel_main_button {
		font-size: 22px;
        font-weight: 600;
        padding: 20px;
        left: calc(50% - 82px);
        top: 360px;
		max-width: 100%;
    }
	.main_wheel_main_arrow {
		width: 124px;
        left: calc(50% - 62px);
        top: 45px;
    }
	.main_faq {
        top: 65px;
    }
	.main_wheel{
		margin-top: 0px;
	}
	
	.main .container{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.main_container {
    padding-top: 78px;
    padding-bottom: 60px;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.visible {
    opacity: 1;
    visibility: visible;
}
.modal-content {
    background: #171717;
    color: white;
    padding: 25px 30px;
    border-radius: 16px;
    width: 90%;
    max-width: 480px;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #2a2a2a;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.close-button, .back-button {
    position: absolute;
    top: 10px;
    background: none;
    border: none;
    color: #aaa;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
    font-weight: bold;
}
.close-button:hover, .back-button:hover {
    color: #fff;
}
.close-button {
    right: 15px;
}
.back-button {
    left: 15px;
}
.modal-step h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.modal-step p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #a0a0a0;
}
.modal-step p.subtitle {
    font-size: 15px;
    line-height: 1.4;
}
.modal-button {
    background: #f9db7a;
    color: #363325;
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
}
.modal-button:hover {
    background: #f7d15a;
    transform: translateY(-2px);
}
.modal-button:disabled {
    background-color: #555;
    transform: none;
    cursor: not-allowed;
}
.modal-input, .modal-textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #444;
    background-color: #0d0d0d;
    color: white;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.modal-input:focus, .modal-textarea:focus {
    outline: none;
    border-color: #f9db7a;
    box-shadow: 0 0 0 3px rgba(249, 219, 122, 0.2);
}
.modal-textarea {
    resize: vertical;
    font-family: inherit;
}
.wallet-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.wallet-option {
    background: #252525;
    border: 1px solid #444;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
}
.wallet-option:hover {
    background: #333;
    border-color: #666;
}
.word-count-selector {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    background: #0d0d0d;
    border-radius: 10px;
    padding: 5px;
}
.word-count-btn {
    flex: 1;
    padding: 10px;
    border: none;
    background: transparent;
    color: #888;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s;
    font-family: inherit;
    font-weight: 500;
}
.word-count-btn.active {
    background: #252525;
    color: #fff;
    font-weight: 600;
}
.error-message {
    color: #ff6b6b;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}
.loader {
    border: 5px solid #333;
    border-top: 5px solid #f9db7a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-loader 1s linear infinite;
    margin: 20px auto;
}
@keyframes spin-loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* ... (весь ваш существующий CSS код) ... */

/* Добавленный стиль для reCAPTCHA */
.g-recaptcha-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}