body {
	--color-accent: #fff;
	--color-22: rgba(10, 19, 30, 0.961);
	--block-bg: rgba(51, 105, 155, 0.8);

	background: rgb(71, 151, 202) url(../media/bg-def.jpg) no-repeat center top;
	background-size: max(100%, 1500px);
	/* background-attachment: fixed; */
	color: rgb(255, 255, 255);
	min-height: 100vh;
	font-family: Piazzolla, Montserrat, Arial, sans-serif;
}

a {
	color: #bf9762;
}

a:hover {
	color: #f7c079;
}

#page-header {
	background-color: var(--block-bg) !important;
	backdrop-filter: blur(9px);
	z-index: 100;
}

#page-container.page-header-modern #page-header > .content-header {
	padding-top: 0;
	padding-bottom: 0;
}

.nav-main-header a {
	color: #fff;
	background: rgba(68, 72, 130, 0.19);
	box-sizing: border-box;
	border: 1px solid transparent;
	transition: 0.3s all;
	font-weight: normal;
}

.nav-main-header a > i {
	color: var(--color-accent);
}

.nav-main-header a:hover > i,
.nav-main-header .open a > i,
.nav-main-header a:focus > i {
	color: #000;
}

.btn-dual-secondary {
	color: #fff;
}

.text-dual-primary-dark {
	color: #fff !important;
}

a.link-effect::before {
	background-color: #fff;
}

.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: var(--color-accent);
	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: var(--color-accent);
	border: 1px solid transparent;
	color: #000 !important;
}

.block {
	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);
}

.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 {
	background-color: rgba(255, 255, 255, 0.7);
	color: rgb(0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}

.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: #dbdbdb;
	font-size: 0.9em;
}

.nav-link:focus,
.nav-link:hover {
	color: var(--color-accent);
}

.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: var(--color-accent);
}

.breadcrumb-item.active {
	color: #fff;
	opacity: 0.4;
}

.breadcrumb-item:hover {
	color: #8b7655;
}

h1:not(.popover-header),
h2:not(.popover-header),
h3:not(.popover-header),
h4:not(.popover-header),
h5:not(.popover-header),
h6:not(.popover-header),
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: var(--color-accent) !important;
	font-family: Oswald, Times New Roman, Times, serif;
}

.nav-tabs-alt .nav-link:hover,
.nav-tabs-alt .nav-link:focus {
	color: var(--color-accent);
	box-shadow: inset 0 -2px var(--color-accent);
}

.nav-tabs-block {
	background-color: rgba(0, 0, 0, 0.37);
}

.nav-tabs-block .nav-link:hover,
.nav-tabs-block .nav-link:focus {
	color: var(--color-accent);
}

.table {
	color: #d9d9d9;
}

.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);
}

.table-hover tbody tr:hover {
	color: var(--color-accent);
}

.input-group-text {
	background-color: rgba(20, 29, 47, 0.94);
	border: 1px solid #36404fa8;
	color: #8da1c1;
}

.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(33, 28, 60, 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: var(--color-accent);
	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: var(--color-accent);
	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: var(--color-accent);
}

.nav-main-header li ul li a:hover i {
	color: var(--color-accent) !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(9, 17, 30, 0.32) !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-inverse #sidebar,
#page-container #sidebar {
	color: rgb(205, 198, 255);
	background-color: #100d1ce3;
}

.sidebar-inverse #sidebar .nav-main a,
#sidebar .nav-main a {
	color: rgb(205, 198, 255);
	transition: 0.2s all;
}

.sidebar-inverse #sidebar .nav-main a > i,
#sidebar .nav-main a > i {
	color: rgb(175, 164, 251);
	transition: 0.2s all;
}

.sidebar-inverse #sidebar .nav-main a:hover,
.sidebar-inverse #sidebar .nav-main a:focus,
.sidebar-inverse #sidebar .nav-main a.active,
#sidebar .nav-main a:hover,
#sidebar .nav-main a:focus,
#sidebar .nav-main a.active {
	color: var(--color-accent);
}

.sidebar-inverse #sidebar .nav-main a:hover > i,
.sidebar-inverse #sidebar .nav-main a:focus > i,
.sidebar-inverse #sidebar .nav-main a.active > i,
#sidebar .nav-main a.active > i,
#sidebar .nav-main a:focus > i,
#sidebar .nav-main a:hover > i {
	color: var(--color-accent);
}

.modal-content {
	background-color: var(--color-22);
}

.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: var(--color-accent);
}

.psa__list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
}

.options-container .options-overlay {
	background-color: var(--color-22) !important;
}

.btn.btn-rounded {
	border-radius: 3px !important;
}

.submit-form,
.btn-alt-success {
	color: #0d0b0a;
	background-color: #e3e3e3;
	border-color: #ccc;
}

.submit-form:hover,
.submit-form:focus,
.submit-form.focus,
.btn-alt-success:hover,
.btn-alt-success:focus,
.btn-alt-success.focus,
.btn-alt-success:not([disabled]):not(.disabled):active {
	color: #000000;
	background-color: var(--color-accent);
	border-color: var(--color-accent);
}

.btn-outline-primary {
	color: #f7e9c7;
	border-color: #bf9b442e;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not([disabled]):not(.disabled):active {
	color: #f7e9c7;
	background-color: #ffe5951c;
	border-color: #bf9b442e;
}

.btn-primary {
	color: #d3f1ff;
	background-color: #1b3453;
	border-color: #1e476c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not([disabled]):not(.disabled):active {
	color: #ffffff;
	background-color: #1e476c;
	border-color: #1e476c;
}

.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: var(--color-accent);
	background-color: #5479a236;
	border-color: transparent;
}

.list-group-item {
	background-color: #5e5e5e3d;
	border: 1px solid #474b4f80;
}

.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: var(--color-accent);
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link,
.nav-pills .show > .nav-link:hover {
	background-color: var(--color-accent);
	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;
}

.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: var(--color-accent);
	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: var(--color-accent) !important;
}

.shop-item .text-muted {
	font-size: 18px;
	color: #dbdbbe !important;
}

.shop-item .shop-price {
	font-size: 18px;
	color: var(--color-accent);
}

/* bns */

.bns__title {
	color: #ffb83c;
	font-size: 1.6rem;
	margin: 5px 0;
	text-align: center;
	font-family: Oswald, 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(2, 1fr);
	}
	.psys_systems {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 540px) {
	.psys_def {
		grid-template-columns: repeat(4, 1fr);
	}
	.psys_systems {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 700px) {
	.psys_def {
		grid-template-columns: repeat(4, 1fr);
	}
	.psys_systems {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 1000px) {
	.psys_def {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (min-width: 1300px) {
	.psys_def {
		grid-template-columns: repeat(6, 1fr);
	}
}
.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: 80px;
	text-align: center;
}

.psys__bg {
	z-index: -1;
	border: 1px solid #1b4b66;
	border-radius: 5px;
	background: rgba(135, 171, 219, 0.05);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.psys__item:hover .psys__bg,
.psys__input:checked ~ .psys__bg,
.psys__item[data-open-gwps-active="true"] .psys__bg {
	border: 1px solid #1b4b66;
	background: #1b4d66;
}

.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;
}

/* ttl */
.ttl {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 600;
}

._systems {
	display: flex;
	flex-direction: column;
}

/* tippy */
.tippy-content {
	box-sizing: border-box;
	padding: 10px 20px;
}

.text-muted {
	color: #a3aeb9 !important;
}
