@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Staatliches';
	src: url('../fonts/Staatliches-Regular.eot');
	src: url('../fonts/Staatliches-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Staatliches-Regular.woff2') format('woff2'), url('../fonts/Staatliches-Regular.woff') format('woff'), url('../fonts/Staatliches-Regular.ttf') format('truetype'), url('../fonts/Staatliches-Regular.svg#Staatliches-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #252609;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
}

.container {
	max-width: 1200px;
	margin: auto;
	padding: 0 16px;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: linear-gradient(180deg, #1b1f00, transparent);
	z-index: 1000;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
	max-width: none;
	padding: 0px 50px;
}

.logo {
	width: 170px;
	height: 55px;
}

.nav-left a {
	color: #cfff00;
	font-weight: bold;
	margin-right: 16px;
	text-decoration: none;
}

.btn-signin {
	border: 2px solid #cfff00;
	padding: 5px 18px;
	color: white;
	background: #232705;
	text-decoration: none;
	border-radius: 5px;
	font-family: "Staatliches";
	font-size: 18px;
	line-height: 25px;
	display: block;
	transition: all 0.3s ease;
}

.btn-signin:hover {
	background: #d3fe02;
	color: #232705;
}

section.payments > .container > .heading,
section.providers > .container > .heading {
	text-align: center;
	margin: 0px 0px 20px 0px;
	font-size: 44px;
	font-weight: bold;
	line-height: 40px;
}

section {
	padding: 40px 0px 40px 0px;
}

ul {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

ul > li {
	padding: 0px 0px 0px 10px;
}

ul.pros > li::marker {
	content: "\2714";
	color: lime;
}

ul.cons > li::marker {
	content: "\2716";
	color: red;
}

a {
	color: #cfff00;
}

h1 {
	margin: 0px 0px 20px 0px;
	font-size: 50px;
	line-height: 50px;
}

h3 {
	margin: 0px 0px 15px 0px;
}

h2 {
	margin: 0px 0px 20px 0px;
	font-size: 44px;
	line-height: 40px;
}

.pros-cons {
	display: flex;
}

.pros-cons > ul {
	flex: 1;
}

.top-block {
	padding: 120px 0 120px;
	background: url('../images/top-bg.jpg') center / cover no-repeat;
	margin: 0px;
}

.top-content {
	max-width: 520px;
	margin: auto;
	text-align: center;
}

.top-content > .top-bonus {
	font-size: 65px;
	font-family: "Staatliches";
	line-height: 60px;
}

.green {
	color: #cfff00;
}

.top-sub {
	margin: 50px 0px;
	font-size: 16px;
}

.top-sub > strong {
	margin: 0px 0px 20px 0px;
	display: block;
}

.deposit-form {
	background: rgba(0, 0, 0, .45);
	padding: 20px;
	border-radius: 10px;
}

.amount-row {
	display: flex;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.currency {
	padding: 0 10px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.amount-row input {
	border: none;
	width: 90px;
	font-size: 30px;
	font-weight: bold;
	outline: none;
}

.quick-buttons {
	margin-left: auto;
	padding: 5px;
}

.quick-buttons button {
	background: #000;
	color: #fff;
	border: none;
	padding: 10px 12px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
}

.quick-buttons button:hover {
	background: #4c4c4c;
}

.deposit-btn {
	display: block;
	width: 100%;
	background: linear-gradient(#eaff3b, #b6ff00);
	border: 2px solid #b6ff00;
	padding: 14px;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-decoration: none;
	color: black;
}

.deposit-btn:hover {
	background: none;
	color: white;
}

.deposit-features {
	list-style: none;
	font-size: 13px;
	margin: 15px 0px 0px 0px;
}

.deposit-features li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 10px 0px 0px 0px;
}

.payment-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 40px 0px 0px 0px;
}

.payment-logos img {
	width: 100px;
}

.providers {
	text-align: center;
}

.provider-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0px 0px 0px;
}

.provider-grid img {
	width: 100px;
}

.text-section {
	background: url(../images/section-bg.jpg) center / 100% auto;
}

p {
	margin-top: 15px;
}

p:first-child {
	margin: 0px;
}

table {
	width: 100%;
	border-spacing: 0px;
}

table td {
	border: 2px solid #cfff00;
	background: #232705;
	padding: 10px;
}

table tr:first-child > td:first-child {
	border-radius: 5px 0px 0px 0px;
}

table tr:first-child > td:last-child {
	border-radius: 0px 5px 0px 0px;
}

table tr:last-child > td:first-child {
	border-radius: 0px 0px 0px 5px;
}

table tr:last-child > td:last-child {
	border-radius: 0px 0px 5px 0px;
}

blockquote {
	margin: 20px 0;
	padding: 20px;
	border: 4px solid #cfff00;
	font-style: italic;
	border-radius: 10px;
	background: #232705;
}

.faq {}

.faq > .container > h2 {
	text-align: center;
}

.faq-item {
	margin: 15px 0px 0px 0px;
	background: #2a3000;
	border-radius: 8px;
}

.faq-item h3 {
	padding: 15px 50px 15px 15px;
	cursor: pointer;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	position: relative;
}

.faq-answer {
	visibility: hidden;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-answer p {
	padding: 0px 15px 15px 15px;
	margin: 0px;
}

.faq-item.active > .faq-answer {
	max-height: 500px;
	visibility: visible;
}

.faq-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -10px 0px 0px 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #d3fe02;
	border-radius: 50%;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyNyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZDNmZTAyIj48cGF0aCBkPSJNLjUgMTMuNWExMyAxMyAwIDEgMSAxMyAxMyAxMyAxMyAwIDAgMS0xMy0xM1oiLz48cGF0aCBkPSJNMTMuNSA2Ljk3OVYyMC4wMiIgc3Ryb2tlLXdpZHRoPSIxLjYiLz48cGF0aCBkPSJNNi43NDYgMTMuNWgxMy41MDciIHN0cm9rZS13aWR0aD0iMS42Ii8+PC9nPjwvc3ZnPg==') center;
	transition: all 0.3s ease;
}

.faq-item.active .faq-arrow {
	transform: rotate(135deg);
}

.footer {
	background: #1b1f00;
	color: #bdbdbd;
	font-size: 13px;
	line-height: 1.5;
}

.footer-top {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	background: #232705;
}

.footer-badges {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.footer-badges img {
	height: 28px;
	opacity: 0.9;
}

.footer-main {
	padding: 40px 0 30px;
	text-align: center;
}

.footer-logo {
	width: 200px;
	margin-bottom: 25px;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px 26px;
	margin-bottom: 30px;
}

.footer-nav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
}

.footer-nav a:hover {
	color: #cfff00;
}

.footer-text {
	max-width: 1000px;
	margin: 0 auto;
}

.footer-text p {
	margin-bottom: 12px;
}

.footer-copy {
	margin-top: 20px;
	color: #777;
}

.tbl-wrap {
	overflow: auto;
}

@media (max-width: 768px) {
	h2 {
		font-size: 36px;
		line-height: 32px;
	}
	.nav-left {
		display: none;
	}
	.header-inner {
		justify-content: center;
		position: relative;
	}
	.nav-right {
		position: absolute;
		right: 16px;
	}
	.top-content h1 {
		font-size: 36px;
	}
	.top-block {
		padding: 110px 0 40px;
	}
	.tbl-wrap > table {
		width: 125vw;
	}
	.footer-nav {
		gap: 12px 16px;
	}
	.footer-badges {
		flex-wrap: wrap;
		gap: 15px;
	}
}