body {
	--color-accent: #ffe8b1;
	--color-22: rgba(22, 33, 54, 0.961);
	/* --block-bg: rgba(21, 21, 21, 0.788); */
	--block-bg: rgba(21, 21, 21, 0.96);
	--border-radius: 6px;

	background: #15181d url(../media/bg.jpg) no-repeat center top;
	/* background-attachment: fixed; */
	color: rgb(238, 238, 238);
	min-height: 100vh;
}

a {
	color: #bf9762;
}

a:hover {
	color: #f7c079;
}

#page-header {
	/* background-color: rgba(255, 255, 255, 0.44); */
	/* background-color: rgba(36, 37, 40, 0.45) !important; */
	background: rgba(13, 13, 13, 0.9) !important;
}

#page-container.page-header-modern #page-header > .content-header {
	padding-top: 0;
	padding-bottom: 0;
}

.nav-main-header a {
	color: #d8d8d8;
	background: rgba(74, 74, 74, 0.31);
	box-sizing: border-box;
	border: 1px solid transparent;
	transition: 0.3s all;
	font-weight: normal;
}

.nav-main-header a > i {
	color: #d3b681;
}

.nav-main-header a:hover > i,
.nav-main-header .open a > i,
.nav-main-header a:focus > i {
	color: #000;
}

.btn-dual-secondary {
	color: #d8d8d8;
}

.payment-title span {
	background-color: #f9ba10;
	color: #fff;
	border-radius: 30px;
	padding: 2px 9px;
	padding-left: 9px;
	padding-left: 10px;
}

.text-dual-primary-dark {
	color: #d8d8d8 !important;
}

a.link-effect::before {
	background-color: #d8d8d8;
}

.nav-main-header a:hover,
.nav-main-header a:focus,
.nav-main-header a.active,
.nav-main-header li.open > a.nav-submenu,
.nav-main-header li:hover > a.nav-submenu {
	background-color: #d3b681;
	border: 1px solid transparent;
	color: #000;
}

.btn-dual-secondary:not([disabled]):not(.disabled).active,
.show > .btn-dual-secondary.dropdown-toggle,
.btn-dual-secondary:hover,
.btn-dual-secondary:focus,
.btn-dual-secondary.focus {
	background-color: #d3b681;
	border: 1px solid transparent;
	color: #000 !important;
}

.block {
	background-color: #151515c9;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.block.block-shadow {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
}

.block-header {
	background: rgba(0, 0, 0, 0.24) !important;
}

.bg-body-light {
	background-color: rgba(0, 0, 0, 0.46) !important;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
	border-top: 0;
}

a.text-muted:hover,
a.text-muted:focus {
	color: rgb(187, 187, 187) !important;
}

.submit-form {
	color: rgb(0, 0, 0);
	background-color: rgba(255, 255, 255, 0.46);
	border-color: rgba(0, 0, 0, 0);
	font-size: 15px;
}

.submit-form:hover,
.submit-form:active {
	background-color: rgba(255, 255, 255, 0.7);
	color: rgb(0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}

.submit-form.btn-alt-primary {
	background-color: #d3b681;
	border: 1px solid transparent;
	color: #000;
}

.submit-form.btn-alt-primary:hover,
.submit-form.btn-alt-primary:active {
	background-color: #f5ce87;
	border: 1px solid transparent;
	color: #000;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: rgb(255, 255, 255);
	border-color: rgb(41, 145, 62);
	background-color: rgb(38, 166, 46);
}

.form-control {
	color: rgb(130, 130, 130);
	background-color: rgba(0, 0, 0, 0.44);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.form-control:focus {
	color: rgb(219, 219, 219);
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.form-control optgroup {
	background-color: rgba(255, 255, 255, 0.05);
	color: rgb(182, 182, 182);
}

.form-control option {
	background-color: rgb(27, 27, 27);
	color: rgb(219, 219, 219);
}

.nav-tabs-alt .nav-link.active,
.nav-tabs-alt .nav-item.show .nav-link {
	background-color: transparent;
	border-color: transparent;
	box-shadow: inset 0 -2px rgb(36, 36, 36);
	color: rgb(219, 219, 219);
}

.nav-link {
	color: #8c8c8c;
}

.nav-link:hover {
	color: #d3b681;
}

.nav-tabs {
	border-bottom: 0;
}

.btn-secondary {
	color: rgb(130, 130, 130);
	background-color: rgba(0, 0, 0, 0.44);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.btn-secondary:not([disabled]):not(.disabled):active {
	color: rgb(219, 219, 219) !important;
	background-color: rgba(0, 0, 0, 0.6) !important;
	border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.breadcrumb-item {
	color: #d3b681;
}

.breadcrumb-item:hover {
	color: #8b7655;
}

.breadcrumb-item.active {
	opacity: 0.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	/* color: #d3b681 !important; */
	color: #fdd07e !important;
	font-family: "Philosopher", "Times New Roman", Times, serif;
}

.nav-tabs-alt .nav-link:hover,
.nav-tabs-alt .nav-link:focus {
	color: #d3b681;
	box-shadow: inset 0 -2px #d3b681;
}

.nav-tabs-block {
	background-color: rgba(246, 247, 249, 0.11);
}

.nav-tabs-block .nav-link:hover,
.nav-tabs-block .nav-link:focus {
	color: #d3b681;
}

.table {
	color: #a8a8a8;
}

.block.block-bordered,
.table-bordered,
.table-bordered th,
.table-bordered td {
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.table th,
.table td {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.input-group-text {
	background-color: rgba(39, 37, 45, 0.94);
	border: 1px solid #383b3ea8;
	color: #a2a1a1;
}

.border-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#calculation_board {
	color: rgba(253, 253, 253, 0.45);
}

.dropdown-menu {
	background-color: rgba(53, 53, 53, 0.95);
	border: 1px solid transparent;
	border-radius: 5px;
}

.dropdown-item {
	color: #c8c8c8;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #3b3b3b;
}

.nav-main-header ul,
.nav-main-header > li:hover > a.nav-submenu {
	background-color: #d3b681;
	border: 1px solid transparent;
	color: #000;
}

.nav-main-header li a span,
.nav-main-header li a i {
	transition: 0.3s all;
}

.nav-main-header li ul li a {
	background-color: #d3b681;
	color: #000;
}

.nav-main-header li ul li a i {
	color: #000 !important;
	transition: 0.3s all;
}

.nav-main-header > li ul li a:hover {
	background-color: #000;
	color: #d3b681;
}

.nav-main-header li ul li a:hover i {
	color: #d3b681 !important;
}

.dropdown-divider {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.border-b {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.block.block-fx-shadow {
	box-shadow: none;
}

.content .push {
	background-color: rgba(255, 255, 255, 0.169) !important;
}

.block .push {
	background-color: transparent !important;
}

.bg-info {
	background-color: rgba(38, 218, 193, 0.369) !important;
}

.content-heading {
	border-color: rgba(255, 255, 255, 0.05);
}

.alert-warning {
	color: #ffedcb;
	background-color: rgba(255, 220, 119, 0.271);
	border-color: rgb(255, 240, 195);
}

#page-container.page-header-modern #sidebar {
	box-shadow: 5px 0 20px #000;
}

#page-container #sidebar {
	color: #d9d8e3;
	background-color: #111010;
}

#sidebar .nav-main a {
	color: rgba(216, 216, 216, 0.9);
	transition: 0.2s all;
}

#sidebar .nav-main a > i {
	color: rgba(216, 216, 216, 0.5);
	transition: 0.2s all;
}

#sidebar .nav-main a:hover,
#sidebar .nav-main a:focus,
#sidebar .nav-main a.active {
	color: #d3b681;
}

#sidebar .nav-main a.active > i,
#sidebar .nav-main a:focus > i,
#sidebar .nav-main a:hover > i {
	color: #d3b681;
}

.modal-content {
	background-color: #181818;
}

.border-right,
.border-left,
.border-top,
.border-bottom {
	border-color: rgba(222, 226, 230, 0.08) !important;
}

hr {
	border-color: rgba(222, 226, 230, 0.08) !important;
}

/* psa */

.psa {
	margin-top: 30px;
	margin-bottom: 30px;
}

.psa__title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #d3b681;
}

.psa__list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
}

.options-container .options-overlay {
	background-color: #1e1e1e !important;
}

.btn-alt-success,
.btn-alt-success:not([disabled]):not(.disabled).active,
.show > .btn-alt-success.dropdown-toggle {
	color: #0d0b0a;
	background-color: #ffc334;
	border-color: #ffdeba;
}

.btn-alt-success:hover,
.btn-alt-success:focus,
.btn-alt-success.focus,
.btn-alt-success:not([disabled]):not(.disabled):active {
	color: #000000;
	background-color: #ff9e22;
	border-color: #ffb461;
}

.btn-outline-primary {
	color: #a2866e;
	border-color: #5c361f73;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not([disabled]):not(.disabled):active {
	color: #f7e9c7;
	background-color: #53331b70;
	border-color: #5c361f73;
}

.btn-primary {
	color: #c7e7f7;
	background-color: #1b3a53;
	border-color: #1e4a6c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not([disabled]):not(.disabled):active {
	color: #e3f3fb;
	background-color: #326086;
	border-color: #246597;
}

.btn-alt-danger {
	color: #ee9f9e;
	background-color: #7b3633ab;
	border-color: #ffb2ae30;
}

.btn-alt-danger:hover,
.btn-alt-danger:focus,
.btn-alt-danger.focus,
.btn-alt-danger:not([disabled]):not(.disabled):active {
	color: #f4a6a4;
	background-color: #661a15;
	border-color: #7b2621;
}

.css-switch .css-control-input ~ .css-control-indicator {
	background-color: #535353;
}

.nav-tabs-block .nav-link.active,
.nav-tabs-block .nav-item.show .nav-link {
	color: #d79d39;
	background-color: #aea88338;
	border-color: transparent;
}

.list-group-item {
	background-color: #5e5e5e3d;
	border: 1px solid #47494f80;
}

.list-group-item-action {
	color: #ccc;
}

.intl-tel-input .country-list {
	background-color: #1a1a1a;
	border-color: #464646;
}

.intl-tel-input .country-list .country.highlight {
	background-color: rgb(40, 40, 40);
}

.intl-tel-input .country-list .divider {
	border-color: #464646;
}

.modal-backdrop {
	background-color: #212528;
}

a.block.block-link-shadow:hover {
	/* box-shadow: 0 0 6px rgba(255, 255, 255, 0.150); */
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
	border-color: #d3b681;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link,
.nav-pills .show > .nav-link:hover {
	background-color: #d3b681;
	color: #000;
}

.isel {
	background-color: rgba(51, 51, 51, 0.44);
	margin-bottom: 4px;
	border: none;
}

.checkbox__block {
	background: rgba(255, 238, 145, 0.44);
	border-radius: 3px 0 0 3px;
	box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.63);
	transform: scale(1);
}

.checkbox__block:after {
	border-radius: 3px 0 0 3px;
}

.checkbox__input:checked + .checkbox__block:after {
	background-color: rgb(41, 104, 41);
}

.content-header-item-logo {
	height: 40px;
	line-height: 40px;
}

/* itm */

.itm-list {
	display: grid;
	gap: 6px;
}

.itm {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 6px;
}

.itm__pic {
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 3px;
	flex-shrink: 0;
}

.itm__img {
	max-width: 100%;
	max-height: 100%;
}

.itm__content {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.02em;
	color: rgb(255, 255, 255);
	margin-left: 6px;
}

/* logo */

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	z-index: 0;
	max-width: 119px;
}

.logo__img {
	display: block;
	transition: 0.3s all;
	max-width: 100%;
}

.logo__img_hover_effect:hover {
	filter: brightness(120%);
}

.logo__img_hover_animation {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: 0.2s all;
	pointer-events: none;
}

.logo:hover .logo__img_hover_animation {
	animation: logo 0.3s ease;
}

@keyframes logo {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		opacity: 0.3;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.page-item.disabled .page-link {
	color: #999;
	pointer-events: none;
	cursor: auto;
	background-color: #202020;
	border-color: #404040;
}

.page-item.active .page-link {
	z-index: 1;
	color: #d3b681;
	background-color: #2f2e2e;
	border-color: #4d4d4d;
}

a.block.block-link-pop:hover {
	box-shadow: none !important;
}

.fileuploader {
	background: #242424;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
	background: #151515;
	border: 2px dashed #3e3e3e;
	text-align: center;
	font-size: 30px;
	color: #6a6a6a;
}

.text-primary {
	color: #d3b681 !important;
}

/* bns */

.bns__title {
	color: #ffb83c;
	font-size: 1.6rem;
	margin: 5px 0;
	text-align: center;
	font-family:
		PT Serif,
		Times New Roman,
		Times,
		serif;
}

.bns__desc {
	margin: 5px 0 10px;
	text-align: center;
}

.bns__list {
	display: grid;
	gap: 5px;
	max-width: 500px;
	margin: 0 auto;
}

.bns__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px;
}

.bns__box {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 3px;
	box-sizing: border-box;
	padding: 3px;
	background-color: rgba(252, 252, 252, 0.1);
	border-radius: 3px;
}

.bns__item {
	background: rgba(0, 0, 0, 0.3);
	padding: 5px 8px;
	border-radius: 3px;
	border: 1px solid transparent;
	box-sizing: border-box;
	line-height: 1.2;
	text-align: center;
	cursor: default;
	font-size: 14px;
}

.bns__item_accent {
	background-color: #ffb83c;
	color: #040404;
	font-weight: bold;
}

.bns__name {
	text-transform: uppercase;
}

.bns__val {
}

/* .gamepage */

.gamepage {
	background: #e4e7ed17 !important;
}

/* psa */
.psa {
	margin-top: 30px;
	margin-bottom: 30px;
}

.psa__title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #eac485;
}

.psa__list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
}

/* psys */

.psys {
	display: grid;
	width: 100%;
	gap: 10px;
}

@media (min-width: 250px) {
	.psys_def {
		grid-template-columns: repeat(4, 1fr);
	}
	.psys_systems {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width: 540px) {
	.psys_def {
		grid-template-columns: repeat(4, 1fr);
	}
	.psys_systems {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width: 700px) {
	.psys_def {
		grid-template-columns: repeat(4, 1fr);
	}
	.psys_systems {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width: 1000px) {
	.psys_def {
		grid-template-columns: repeat(1, 1fr);
	}
	.psys_systems {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* @media (min-width: 1300px) {
	.psys_def {
		grid-template-columns: repeat(4, 1fr);
	}
} */

.btn-secondary {
	color: #212529;
	background-color: #f2f5f5;
	border-color: #cfdada;
}

.psys__item {
	text-decoration: none;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.2s all;
	position: relative;
	z-index: 0;
	border: 0;
	border-radius: 5px;
	background: transparent;
	margin: 0;
	min-height: 66px;
	max-height: 60px;
	text-align: center;
}

.psys__item_type_2 {
	padding: 2px;
}

.psys__bg {
	z-index: -1;
	border: 1px solid #d3b6811f;
	border-radius: 5px;
	background: rgba(211, 182, 129, 0.08);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.psys__item[data-open-gwps-active="true"] {
	pointer-events: none;
}

.psys__item:hover .psys__bg {
	background: #d3b6813d;
}

.psys__input:checked ~ .psys__bg,
.psys__item[data-open-gwps-active="true"] .psys__bg {
	/* border: 1px solid #d3b68133;
	background: #d3b6813d; */
	background: #403420;
}

.psys__marker {
	position: absolute;
	right: 3px;
	background-color: #2a7160;
	top: 3px;
	font-size: 10px;
	padding: 0px 8px;
	border-radius: 2px;
	color: #fff;
}

.psys__marker_ua {
	background-color: #2a4271;
}

.psys__marker_world {
	background-color: #731333;
}

.psys__img {
	display: block;
	max-width: 100%;
	max-height: 90%;
}

.psys__input {
	display: none;
	opacity: 0;
}

.about-payments-system {
	font-size: 12px;
	text-align: center;
	margin: 25px 0px 15px 0;
	padding: 6px 10px;
	border-radius: 5;
	font-weight: 400;
	color: #ffffff;
	background: #1b4d66;
}

/* gwtab */

[data-tab],
[data-gwps] {
	display: none;
	opacity: 0;
	animation: tab 1s ease forwards;
}

@keyframes tab {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* tippy */

.tippy-content {
	box-sizing: border-box;
	padding: 10px 20px;
}

/* step */

.step {
	background-color: #ffb83c;
	color: #000;
	border-radius: 30px;
	width: 28px;
	height: 28px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	font-family: "Muli", sans-serif;
}

/* ttl */

.ttl {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-family:
		PT Serif,
		Times New Roman,
		Times,
		serif;
}

.pay_image {
	width: 100%;
	height: 65px;
	justify-content: center;
	display: flex;
	align-items: center;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.ttl_row {
	margin-right: -15px;
	margin-left: -15px;
}

.ttl_small {
	font-size: 12px;
}

._systems {
	display: flex;
	flex-direction: column;
}

/* bonusitm */

.bonusitm {
	display: flex;
	align-items: center;
	font-size: 20px;
	box-sizing: border-box;
	padding: 10px 0;
	box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.32);
	margin-bottom: 10px;
	border: 1px solid #292929;
	border-radius: 3px;
}

.bonusitm__count {
	box-sizing: border-box;
	padding: 5px;
	border-radius: 3px;
	background-color: #d3d3d3;
	color: #000;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4;
}

.bonusitm__img {
	border: 1px solid #ffb83c;
	border-radius: 5px;
	margin-right: 10px;
	width: 32px;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
}

@media (min-width: 250px) {
	.bonusitm {
		font-size: 14px;
	}
}
@media (min-width: 1000px) {
	.bonusitm {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.bonusitm {
		font-size: 20px;
	}
}

/* quickbtns */

.quickbtns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 10px;
}

/* quickbtn */

.quickbtn {
	padding: 5px;
	border: 1px solid #d3b6811f;
	background: rgba(211, 182, 129, 0.08);
	border-radius: 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s;
}

.quickbtn:hover {
	border: 1px solid #d3b68133;
	background: #d3b6813d;
}

.quickbtn__bonus {
	box-sizing: border-box;
	padding: 2px 6px;
	background-color: #ffb83c;
	color: #040404;
	line-height: 1.2;
	border-radius: 2px;
}

.quickbtn__num {
	font-weight: bold;
}

/* payform */

.payform {
	width: 100%;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

@media (min-width: 1000px) {
	.payform {
		grid-template-columns: 1fr 36%;
	}
}

.payform__body {
	background-color: var(--block-bg);
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
	padding: 20px;
	border-radius: 10px;
}

.payform__sidebar {
	background-color: var(--block-bg);
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
	padding: 20px;
	border-radius: 10px;
}

.custom-field {
	min-height: 45px;
}

/* msgf */

.msgf {
	margin-top: 20px;
	background-color: #ff9b043d;
	padding: 10px;
	border-radius: 10px;
}

.msgf:empty {
	display: none;
}

/* btnpay */

.btnpay {
	display: block;
	padding: 16px;
	width: 100%;
	background-color: #09a78f;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	color: #f3f3f3;
	letter-spacing: 0.5px;
	font-size: 20px;
	border: none;
	box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 32%);
	transition: 0.3s all;
}

.btnpay:hover {
	background-color: #ffb83c;
	color: #000;
	text-decoration: none;
}

/* lock */

.lock {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.lock_fixed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.lock:before {
	content: "";
	background-color: rgba(30, 55, 94, 0.8);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	transition: 0.3s all;
	/* box-shadow: 0 0 50px rgba(255, 255, 255, 0.8),
		0 0 40px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.8); */
}

.lock:after {
	content: "\f021";
	font-family: "FontAwesome";
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	z-index: 25;
	font-size: 70px;
	color: rgb(67, 105, 141);
	animation: lock 2s linear infinite;
}

@keyframes lock {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

/* payment-bonuses */

.payment-bonuses {
	width: 100%;
	background-color: var(--block-bg);
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.payment-bonuses {
		padding: 30px;
		gap: 20px;
		width: 100%;
	}
}
.payment-bonuses__title {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}

.payment-bonuses__text {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: rgb(238, 228, 217);
	margin-bottom: 20px;
}

.payment-bonuses__items {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.payment-bonuses__items-item {
	width: 100%;
	border-radius: 5px;
	background: linear-gradient(to right, #272320, #39322d);
	border: 1px solid #53443c;
	padding: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
	position: relative;
	overflow: hidden;
}
.payment-bonuses__items-item-col:nth-child(1) {
	width: 62%;
}
.payment-bonuses__items-item-col:nth-child(2) {
	width: 35%;
}
.payment-bonuses__items-item-sub {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.5;
}
.payment-bonuses__items-item-value {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-top: 5px;
}
.payment-bonuses__items-item:after {
	content: "";
	width: 200%;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-20deg);
	background-color: rgba(255, 255, 255, 0.05);
}
.payment-bonuses__items-item--yellow {
	background: linear-gradient(to right, #3b2514, #573a25);
	border: 1px solid #6d4835;
}
.payment-bonuses__items-item--yellow .payment-bonuses__items-item-value {
	color: #ffbc75;
}
.payment-bonuses__items-item--green {
	background: linear-gradient(to right, #213712, #3d572b);
	border: 1px solid #4f693c;
}
.payment-bonuses__items-item--green .payment-bonuses__items-item-value {
	color: #95d568;
}
.payment-bonuses__items-item--red {
	background: linear-gradient(to right, #592424, #833c3c);
	border: 1px solid #874141;
}
.payment-bonuses__items-item--red .payment-bonuses__items-item-value {
	color: #ff9898;
}
.payment-bonuses__items-item--violet {
	background: linear-gradient(to right, #3b1961, #6c3b75);
	border: 1px solid #7d438f;
}
.payment-bonuses__items-item--violet .payment-bonuses__items-item-value {
	color: #e4aaf7;
}
.payment__paypal__text {
	font-size: 16px;
	line-height: 22px;
	color: rgb(238, 228, 217);
}

[data-recipient="false"] {
	display: none;
}

[data-recipient="true"] {
	display: block;
}

/* irs */
.irs.irs--round .irs-handle {
	border-color: #9b793d;
}
.irs.irs--round .irs-from::before,
.irs.irs--round .irs-to::before,
.irs.irs--round .irs-single::before {
	border-top-color: #9b793d;
}
.irs.irs--round .irs-bar,
.irs.irs--round .irs-from,
.irs.irs--round .irs-to,
.irs.irs--round .irs-single {
	background: #9b793d;
}

/*Ð¡Ñ‚Ð°Ñ‚Ð¸Ñ‡ÐµÑÐºÐ°Ñ Ð¢Ð°Ð±Ð»Ð¸Ñ†Ð° ÑÐºÐ¸Ð´Ð¾Ðº*/
.pricemoney {
	width: 100%;
	display: flex;
	justify-content: center;
	background: transparent;
	margin: 1px;
	padding: 1px;
}
@media (max-width: 600px) {
	.pricemoney {
		display: block;
	}
}

.pricemoney_block {
	text-align: center;
	display: flex;
	justify-content: center;
	background: #3d372e;
	margin: 2px;
	padding: 5px;
	border-radius: 1px;
}
@media (max-width: 600px) {
	.pricemoney_block {
		width: 200px;
		margin: 2px auto 2px;
	}
}

.pricemoney_block-title {
	background: #282523;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 21px;
}
@media (max-width: 600px) {
	.pricemoney_block-title {
		width: 80px;
	}
}

.pricemoney_block-content {
	background: #282523;
	display: inline-block;
	width: 100px;
	padding: 5px 5px 3px 5px;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-left: 2px;
}
@media (max-width: 600px) {
	.pricemoney_block-content {
		flex-grow: 1;
	}
}

.pricemoney_block:nth-child(3) > .pricemoney_block-content {
	background: #eac485;
	color: #282523;
	font-weight: bold;
}

.price {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.price h4 {
	text-align: center;
}

.price span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.price b {
	color: #eac485;
}

.ma-title {
	text-align: left;
	padding-left: 20px;
	margin-bottom: 0px !important;
}

.bonus-code-title {
	font-size: 15px;
}

.bonus-code-button {
	font-size: 11px;
	line-height: 1em;
}

/* .overlay-header */

.overlay-header {
	position: fixed;
	bottom: auto;
	z-index: 1000;
}
