:root {
	--font-0: "Mongolian Baiti", "Philosopher", "Times New Roman", Times, serif;
	--font-1: "Times New Roman", Times, serif;
	--font-2: "Montserrat", Arial, sans-serif;
	--font-3: "Alice", "Times New Roman", Times, serif;
	--font-ico: "gwi";
	--color-light-rgb: rgb(232, 209, 166);
	--color-light: 232, 209, 166;
	--color-dark-rgb: rgb(0, 0, 0);
	--color-dark: 0, 0, 0;
	--color-red-rgb: rgb(255, 39, 39);
	--color-red: 255, 39, 39;
	--color-yellow-rgb: rgb(255, 255, 0);
	--color-yellow: 255, 255, 0;
	--color-orange-rgb: rgb(255, 165, 0);
	--color-orange: 255, 165, 0;
	--color-pink-rgb: rgb(255, 192, 203);
	--color-pink: 255, 192, 203;
	--color-purple-rgb: rgb(128, 0, 128);
	--color-purple: 128, 0, 128;
	--color-blue-rgb: rgb(0, 0, 255);
	--color-blue: 0, 0, 255;
	--color-green-rgb: rgb(0, 187, 0);
	--color-green: 0, 187, 0;
	--color-grey-rgb: rgb(128, 128, 128);
	--color-grey: 128, 128, 128;
	--color-white-rgb: rgb(255, 255, 255);
	--color-white: 255, 255, 255;
	--color-black-rgb: rgb(0, 0, 0);
	--color-black: 0, 0, 0;
	--color-brown-rgb: rgb(165, 42, 42);
	--color-brown: 165, 42, 42;
	--color-aqua-rgb: rgb(0, 255, 255);
	--color-aqua: 0, 255, 255;
	--color-0-rgb: rgb(255, 255, 255);
	--color-0: 255, 255, 255;
	--color-1-rgb: rgb(112, 112, 112);
	--color-1: 112, 112, 112;
	--color-2-rgb: rgb(111, 94, 76);
	--color-2: 111, 94, 76;
	--color-3-rgb: #fff;
	--color-3: #fff;
	--color-4-rgb: #fff;
	--color-4: #fff;
	--color-5-rgb: #fff;
	--color-5: #fff;
	--color-6-rgb: #fff;
	--color-6: #fff;
	--color-7-rgb: #fff;
	--color-7: #fff;
	--color-8-rgb: #fff;
	--color-8: #fff;
	--color-9-rgb: #fff;
	--color-9: #fff;
	--color-accent-rgb: rgb(208, 159, 80);
	--color-accent: 208, 159, 80;
	--color-accent-2-rgb: rgb(255, 217, 145);
	--color-accent-2: 255, 217, 145;
	--color-accent-3-rgb: rgb(254, 201, 141);
	--color-accent-3: 254, 201, 141;
	--color-url-rgb: rgb(225, 140, 68);
	--color-url: 225, 140, 68;
}

main {
	display: block;
}

html,
body {
	background-color: #0f0908;
	padding: 0;
	margin: 0;
	font-family: var(--font-0);
	font-size: 14px;
	/* color: #e3c79d; */
	color: #fff;
}

body {
	background-color: #0f0908;
	background-image: url(../images/bg.jpg);
	background-size: max(1000px, 100%) auto;
	background-position: center top;
	background-repeat: no-repeat;
}

h1 {
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
}

a {
	transition: 0.3s;
}
a:hover {
}

section,
footer {
	padding: 0px 20px 0px 20px;
}

section .content {
	font-size: 16px;
}

/*--- Flexbox Grid ---*/

.flex {
	display: flex;
}
.justify-a {
	display: flex;
	justify-content: space-around;
}
.justify-b {
	display: flex;
	justify-content: space-between;
}
.justify-c {
	display: flex;
	justify-content: center;
}
.wrap {
	flex-wrap: wrap;
}

/*--- Flexbox Grid End ---*/

.wex {
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
}

.sitebody .content-body {
	width: 100%;
	min-height: 100vh;
}

::-webkit-scrollbar {
	width: 13px;
}

::-webkit-scrollbar-track {
	background: #f5f6fa;
}

::-webkit-scrollbar-thumb {
	background: #dcdde1;
}

.sitebody {
	width: 100%;
}

.hidden {
	margin: 0px 0px 0px -250px;
	transition-duration: 0.5s;
}

.sidebar {
	background-color: rgba(13, 16, 28, 0.8);
	backdrop-filter: blur(0.3125rem);
	overflow-y: auto;
	min-width: 270px;
	position: relative;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07); */
	transition-duration: 0.5s;
}

.logo-block {
	padding: 10px 20px 10px 20px;
	align-items: center;
	position: relative;
	min-width: 270px;
	height: 60px;
	margin-right: auto;
}

.logo-block a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.logo-block img {
	min-width: 24px;
	height: 40px;
}

.logo-txt {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	color: #ffd9bc;
}

.logo-txt span {
	color: #3f9ce8;
}

.cp {
	overflow-x: hidden;
	overflow-y: auto;
}

.cp .content-body {
	height: 100vh;
	overflow-y: auto;
	position: relative;
	width: 100%;
}

.content {
	padding: 50px 0px 50px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.cp .content {
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.content-block.colored {
	background-color: rgba(13, 16, 28, 0.8);
	backdrop-filter: blur(0.3125rem);
	padding: 25px;
	margin: 0px 0px 20px 0px;
}

.content-block.colored-br {
	background-color: rgba(13, 16, 28, 0.8);
	backdrop-filter: blur(0.3125rem);
	padding: 25px;
	margin: 0px 0px 20px 0px;
}

.content-block {
	padding: 25px;
	line-height: 1.5;
	margin: 0px 0px 40px 0px;
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07); */
}

.buttons-top {
	padding: 0px 0px 0px 0px;
}

.topnav-content {
	padding: 10px 0px 10px 0px;
	margin: 30px 0px 0px 0px;
	position: relative;
	z-index: 700;
}

.mess {
	margin: 0px 15px 0px 0px;
	color: #999;
}

.mess a {
	color: #999;
}

.user-nav > ul > li > a > span {
	background: #ff0000;
	color: #fff;
	position: absolute;
	right: -5px;
	top: -5px;
	font-size: 10px;
	padding: 0px 5px 1px 5px;
	border-radius: 10px;
	height: 14px;
	line-height: 14px;
	margin: 0px 0px 0px 5px;
}

.nav-options ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.nav-options ul li {
	margin: 0px 5px 0px 0px;
	position: relative;
}

.nav-options ul li a {
	width: 25px;
	height: 25px;
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	color: #999;
}

.userside-panel {
	position: fixed;
	z-index: 7000;
	background: #fff;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 320px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	padding: 70px 0px 0px 0px;
	right: -320px;
	transition: 0.3s;
}

.close-user-panel {
	width: 30px;
	height: 30px;
	right: 15px;
	top: 23px;
	position: absolute;
}

.close-user-panel a {
	width: 30px;
	height: 30px;
	display: block;
}

.close-user-panel a:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: 0.3s;
}

.close-user-panel a:before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
	position: absolute;
}

.close-user-panel a:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	position: absolute;
}

.close-user-panel a:hover:after,
.close-user-panel a:hover:before {
	background: #e65b5b;
}

.activepanel {
	right: 0px;
	transition: 0.3s;
}

.user-panel-info {
	position: absolute;
	top: 22px;
	left: 20px;
	height: 34px;
	padding: 0px 20px 0px 40px;
	line-height: 34px;
	font-size: 16px;
	color: #999;
	max-width: 180px;
}

.user-panel-info:before {
	content: "\f2be";
	font-family: fontawesome;
	font-size: 30px;
	position: absolute;
	left: 0px;
	color: #ccc;
}

.sidepanel-block {
	padding: 0px 15px 20px 15px;
	line-height: 22px;
}

.panel-accounts h3,
.panel-personages h3,
.panel-achievement h3 {
	font-size: 13px;
	margin: 0px 0px 15px 0px;
	font-weight: 100;
}

.panel-accounts span,
.panel-personages span,
.panel-achievement span {
	font-size: 26px;
	font-weight: 600;
	display: block;
	text-align: center;
}

.panel-accounts,
.panel-personages,
.panel-achievement {
	border: 1px solid #efefef;
	border-radius: 3px;
	text-align: center;
	padding: 5px 7px 15px 7px;
	width: 100%;
	margin: 0px 5px 0px 5px;
}

.panelstat {
	padding: 20px 10px 20px 10px;
	border-top: 1px solid #efefef;
}

.sidepanel-select:focus {
	outline: none;
}

.sidepanel-select {
	background: #f5f5f5 url(../images/down-arrow.png) no-repeat center right;
	width: 100%;
	padding: 9px 10px 9px 10px;
	border: 1px solid #dedede;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 0px 0px 20px 0px;
}

.create-acc a {
	background: rgba(234, 162, 51, 0.6);
	background-repeat: no-repeat;
	background-blend-mode: hard-light;
	display: block;
	padding: 30px 30px 30px 100px;
	color: rgb(26 22 20 / 90%);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	border-radius: 15px;
	background: linear-gradient(
		90deg,
		rgba(255, 224, 161, 0.9) 30%,
		rgba(255, 255, 255, 0) 100%
	);
}

.create-acc a:before {
	content: "\f234";
	font-family: fontawesome;
	font-size: 45px;
	color: rgb(26 22 20 / 90%);
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0%, -50%);
	font-weight: 100;
}

.add-acc a {
	background: linear-gradient(215deg, #9a843b 29.9%, #279baa 80%),
		linear-gradient(304deg, rgba(255, 101, 53, 0.4) 24.9%, #aa3127 91%),
		linear-gradient(10deg, #b1c9d8 19.9%, #27aaaa 50%),
		linear-gradient(145deg, #f4ef26 15.9%, #ad27ff 40%);
	background-repeat: no-repeat;
	background-blend-mode: hard-light;
	display: block;
	padding: 30px 30px 30px 100px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	border-radius: 4px;
}

.add-acc a:before {
	content: "\f0c0";
	font-family: fontawesome;
	font-size: 45px;
	color: #fff;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0%, -50%);
	font-weight: 100;
}

.make-acc a {
	background: linear-gradient(215deg, #19b9b2 29.9%, #27aaa1 80%),
		linear-gradient(304deg, rgba(64, 255, 53, 0.4) 24.9%, #7d3b36 91%),
		linear-gradient(10deg, #b1c9d8 19.9%, #276eaa 50%),
		linear-gradient(145deg, #26b9f4 15.9%, #ff1b1b 40%);
	background-repeat: no-repeat;
	background-blend-mode: hard-light;
	display: block;
	padding: 30px 30px 30px 100px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	border-radius: 4px;
}

.make-acc a:before {
	content: "\f085";
	font-family: fontawesome;
	font-size: 45px;
	color: #fff;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0%, -50%);
	font-weight: 100;
}

.btn-1 {
	width: 100%;
	position: relative;
}

.btn-1 a {
	transition: 0.3s;
}

.btn-1 a span {
	display: block;
	text-transform: none;
	font-size: 16px;
}

.buttons-top :nth-child(2) {
	margin: 0px 15px 0px 15px;
}

.btn-1 a:hover {
	transition: 0.2s;
	opacity: 1;
	transform: scale(1.03);
}

.counts {
	text-align: center;
	line-height: 0.9;
}

.counts > *:nth-last-child(1) {
	border: 0;
}

.counts h2 {
	font-weight: 600;
	font-size: 14px;
	margin: 0px 0px 15px 0px;
	color: #f5dab1;
	text-transform: uppercase;
}

.accounts-count,
.personages-count,
.achievement-count,
.balance-count,
.sale-count {
	width: 100%;
}

.accounts-count,
.personages-count,
.achievement-count,
.balance-count {
	border-right: 1px solid #463e33;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.accounts-count span,
.personages-count span,
.achievement-count span,
.balance-count span,
.sale-count span {
	width: 100%;
	display: block;
	font-size: 30px;
	color: #fff8ef;
}

.balance-count b {
	font-weight: 100;
	font-size: 22px;
	color: #1ab394;
}

.sale-count b {
	font-weight: 900;
	font-size: 22px;
	color: #f8ac59;
}

.con-2 .content-in {
	width: calc(50% - 10px);
}
.con-3 .content-in {
	width: calc(33.333% - 53.7px);
}
.con-4 .content-in {
	width: calc(25% - 55.5px);
}
.con-5 .content-in {
	width: calc(20% - 56.5px);
}

.con-2,
.con-3,
.con-4,
.con-5 {
	padding: 0px 0px 0px 0px;
	flex-wrap: wrap;
}

.con-2 > :nth-child(1) {
	margin: 0px 10px 0px 0px;
}
.con-2 > :nth-child(2) {
	margin: 0px 0px 0px 10px;
}
.con-3 > :nth-child(2) {
	margin: 0px 20px 0px 20px;
}
.con-4 > :nth-child(2) {
	margin: 0px 10px 0px 20px;
}
.con-4 > :nth-child(3) {
	margin: 0px 20px 0px 10px;
}
.con-5 > :nth-child(2) {
	margin: 0px 0px 0px 20px;
}
.con-5 > :nth-child(3) {
	margin: 0px 20px 0px 20px;
}
.con-5 > :nth-child(4) {
	margin: 0px 20px 0px 0px;
}

.content-in {
	/* background-image: url(../img/bg1.jpg);
	background-color: #28221f; */
	background-size: cover;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
	padding: 20px;
	border-bottom: 3px solid #786548;
	min-width: 180px;
}

.content-in h3 {
	color: #ffe2b8;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #3e3a34;
	text-transform: uppercase;
	font-weight: 400;
}

.mess.active .fa-bell {
	-webkit-animation: ring 4s 0.7s ease-in-out infinite;
	-webkit-transform-origin: 50% 2px;
	-moz-animation: ring 4s 0.7s ease-in-out infinite;
	-moz-transform-origin: 50% 2px;
	animation: ring 4s 0.7s ease-in-out infinite;
	transform-origin: 50% 2px;
}

.mobilesidebar {
	display: none;
}

.content-tabs {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.content-tabs ul.tabs {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: space-between;
}

.content-tabs ul.tabs li {
	margin: 0;
	cursor: pointer;
	padding: 10px 20px 10px 20px;
	line-height: 31px;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background: #72b8f3;
	color: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
	transition: 0.5s;
	text-transform: uppercase;
}

.content-tabs ul.tabs li:before {
	content: "\f233";
	font-family: fontawesome;
	margin: 0px 9px 0px 0px;
}

.content-tabs .tab_last {
	border-right: 1px solid #ececec;
}

.content-tabs ul.tabs li:hover {
	background-color: #9cc5e8;
	color: #fff;
	transition: 0.5s;
}

.content-tabs ul.tabs li.active {
	background-color: #fff;
	color: #999;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 10px 20px 10px 20px;
}

.content-tabs .tab_container {
	border: 1px solid #ececec;
	border-top: none;
	clear: both;
	width: calc(100% - 2px);
	background: #fff;
	overflow: auto;
}

.content-tabs .tab_container h2 {
	font-weight: 600;
	font-size: 20px;
}

.content-tabs .tab_content {
	padding: 20px;
	display: none;
}

.mobile-close-sidebar {
	display: none;
}

.mobile-close-sidebar {
	width: 30px;
	height: 30px;
	right: 15px;
	top: 23px;
	position: absolute;
	z-index: 20;
}

.mobile-close-sidebar a {
	width: 30px;
	height: 30px;
	display: block;
}

.mobile-close-sidebar a:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: 0.3s;
}

.mobile-close-sidebar a:before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
	position: absolute;
}

.mobile-close-sidebar a:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	position: absolute;
}

.mobile-close-sidebar a:hover:after,
.mobile-close-sidebar a:hover:before {
	background: #e65b5b;
}

.nav-options .sidepanel-select {
	margin: 0px 0px 0px 0px;
	box-shadow: inset 0px 0px 0px #fff;
	padding: 9px 20px 9px 20px;
	background: #fff url(../images/down-arrow.png) no-repeat center right;
	border-radius: 20px;
	color: #000;
}

.topblock-servers {
	margin: 0px 0px 20px 0px;
	color: #fff;
	background: url(../images/top-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
}

.server-block {
	padding: 10px;
}

.sb-1 {
	width: 25%;
	text-align: center;
}

.sb-2 {
	width: 60%;
}

.sb-3 {
	width: 15%;
	position: relative;
}

.sb-3 a div {
	width: 100%;
	padding: 0px 0px 0px 30px;
}

.sb-3 a div img {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0%, -75%);
}

.sb-3 a {
	color: #fff;
	text-decoration: none;
	align-items: center;
	width: 100%;
	height: 75%;
}

.sb-3 h2 {
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-weight: 600;
	font-size: 17px;
}

.sb-3 span {
	text-align: center;
	display: block;
	font-size: 24px;
	font-weight: 600;
	width: 100%;
	margin: -5px 0px 0px 0px;
}

.sb-in img {
	width: 50px;
}

.sbin2 {
	font-size: 16px;
}

.addbalance {
	position: absolute;
	display: block;
	bottom: 14px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	z-index: 20;
	height: 30px !important;
	line-height: 30px;
	font-weight: 400;
}

.addbalance:before {
	content: "\f067";
	font-family: fontawesome;
	font-size: 11px;
	margin: 0px 5px 0px 0px;
	font-weight: 400;
}

.all-achievement a {
	color: #dadada;
	text-decoration: none;
	padding: 1px 15px 1px 15px;
	display: block;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.5px;
	text-align: center;
	border-radius: 5px;
	margin: -5px 0px 0px 0px;
}

.all-achievement a:before {
	content: "\f091";
	font-family: fontawesome;
	font-size: 14px;
	margin: 0px 3px 0px 0px;
}

.all-achievement {
	margin: 0px 0px 0px 0px;
}

.contentaccount {
	color: #858585;
	margin: 10px;
	position: relative;
}

.content-block.user-acc-tabs {
	padding: 0px 0px 10px 0px;
}

.contentaccount h3 {
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	font-weight: 400;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}

.tabs-menu {
	height: 100%;
	list-style: none;
	clear: both;
	width: 230px;
	padding: 0;
	margin: 0;
}

.tabs-menu li {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin: 0px 0px 10px 0px;
	transition: 0.5s;
}

.tabs-menu li:hover {
	background: #53a0e0;
	color: #fff;
	transition: 0.5s;
	border: 1px solid #53a0e0;
}

.tabs-menu li:hover a {
	color: #fff;
	transition: 0.5s;
}

.tabs-menu li.current {
	position: relative;
	background: #53a0e0;
	z-index: 5;
	border: 1px solid #53a0e0;
}

.tabs-menu li a {
	display: block;
	padding: 7px 15px 7px 15px;
	text-transform: uppercase;
	color: #a0a0a0;
	text-decoration: none;
	font-size: 12px;
}

.tabs-menu .current a {
	color: #fff;
}

.tab {
	background-color: #fff;
	width: 100%;
	display: flex;
	margin: 0px 0px 0px 2px;
}

#tabs-container {
	display: flex;
}

.tab-content {
	text-align: justify;
	padding: 0px 20px 0px 20px;
	width: 100%;
}

#tab-1 {
	display: block;
}

.tabs-menu.top {
	height: 30px;
	list-style: none;
	clear: both;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 10px;
	display: flex;
	top: 10px;
	width: auto;
}

.tabs-menu.top li {
	width: 100%;
	height: 30px;
	margin-right: 10px;
	background-color: #414852;
}

.tabs-menu.top li.current {
	position: relative;
	background-color: #53a0e1;
	z-index: 5;
}

.tabs-menu.top li a {
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.tabs-menu.top .current a {
	color: #ffffff;
}

.tabcolumn {
	padding: 10px 15px 10px 15px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	display: table-row;
}

.tabcolumn span {
	display: block;
	padding: 10px 10px 10px 10px;
	display: table-cell;
}

.tabtable {
	display: table;
	width: 100%;
}

.tabtable > :nth-child(odd) {
	background: #f7f7f7;
}

.tabs-menu.top li {
	background: #fff;
}

.tabs-menu.top li a {
	color: #a0a0a0;
}

.tabs-menu.top li a:hover {
	color: #000;
}

.tabs-menu.top li:hover {
	border-color: #53a0e1;
}

.tabclose.closeBtn {
	position: absolute;
	right: 20px;
	top: 70px;
	cursor: pointer;
	color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	transition: 0.5s;
}

.tabclose.closeBtn:hover:before,
.tabclose.closeBtn:hover:after {
	background: #454545;
}

.tabclose.closeBtn:before {
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	position: absolute;
	background: #ccc;
	transform: rotate(-45deg);
	top: 11px;
}

.tabclose.closeBtn:after {
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	position: absolute;
	background: #ccc;
	transform: rotate(45deg);
	top: 11px;
}

.inp:focus {
	outline: none;
	border-bottom: 1px solid #53a0e0;
	transition: 0.5s;
}

.inp {
	border: 1px solid #ececec;
	padding: 9px 15px 9px 45px;
	border-radius: 4px;
	display: block;
	margin: 0px 10px 15px 0px;
	position: relative;
	transition: 0.5s;
}

.passchange {
	margin: 20px 0px 20px 5%;
}

.passchange .inp {
	width: 30%;
}

.passchange button {
	background: #53a0e0;
	border: 1px solid #53a0e0;
	color: #fff;
	padding: 9px 20px 9px 35px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.5px;
	position: relative;
	transition: 0.5s;
	cursor: pointer;
}

.passchange button:before {
	content: "\f023";
	font-family: fontawesome;
	margin: 0px 5px 0px 0px;
	font-size: 15px;
	position: absolute;
	left: 18px;
	top: 8px;
}

.passchange button:hover {
	filter: brightness(110%);
	transition: 0.5s;
}

.passchange label.pass,
.passchange label.pin {
	position: relative;
}

.passchange label.pass:before {
	content: "\f023";
	font-family: fontawesome;
	color: #999;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 34px;
	position: absolute;
	z-index: 10;
	text-align: center;
	left: 1px;
	top: 1px;
	font-size: 17px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background: #f7f7f7;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.passchange label.pin:before {
	content: "\f132";
	font-family: fontawesome;
	color: #999;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 34px;
	position: absolute;
	z-index: 10;
	text-align: center;
	left: 1px;
	top: 1px;
	font-size: 17px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background: #f7f7f7;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: rgba(var(--color-0), 1);
}

/*-------------------- Buttons --------------------*/

.btn {
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 16px;
	font-size: 16px;
	border: none;
	background: #dd9f6e;
	border-radius: 5px;
	background-image: none;
	transition: 0.2s all;
	text-align: center;
	gap: 10px;
	outline: 0 !important;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:active:hover,
.btn:active:focus,
.btn:focus:hover,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:focus {
	background: #c58d62;
	color: #fff;
}

.btn-group .btn {
	padding: 5px 40px 5px 40px;
}

.btn-primary {
	background: #496f7e;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
	background: #3c5b68;
	color: #fff;
}

.btn-success {
	background: #1ab394;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:active:focus {
	background: #1a9b7a;
	color: #fff;
}

/*-------------------- Start Page --------------------*/

header {
}

.logo a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: 600;
}

.logo a span {
	color: #3f9ce8;
}

.logo img {
	position: relative;
	width: 22px;
	top: 6px;
	margin: 0px 2px 0px 0px;
}

.header-in {
	background-color: rgba(0, 0, 0, 0.25);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	color: #fff;
}

.header-block {
	max-width: 70%;
	padding: 50px;
	text-align: center;
}

.header-block h1 {
	font-size: 60px;
	text-transform: none;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
}

.header-block span {
	font-size: 30px;
	text-transform: none;
	display: block;
	color: rgba(255, 255, 255, 0.8);
}

.header-buttons {
	justify-content: center;
	padding: 50px 0px 0px 0px;
}

.startpage h2 {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0px 0px 30px 0px;
	color: #4f9ee2;
}

.startpage {
	background: #fff;
}

.startpage .content-body > :nth-child(even) {
	background: #f6f7f9;
}

.bottom {
	padding: 20px 20px 30px 20px;
	text-align: center;
}

.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.row {
	display: table-row;
	transition: 0.5s;
}
.table-head {
	font-weight: 500;
	font-size: 16px;
}
.table-head i {
	margin: 0px 5px 0px 0px;
}
.cell {
	display: table-cell;
	border-top: 1px solid #e7eaec;
	border-bottom: 1px solid #e7eaec;
	padding: 7px 10px 7px 10px;
}

.table :first-child .cell {
	border-top: none;
	border-bottom: 1px solid #ddd;
}

/* .table :first-child:hover {
	background: none !important;
} */

.table .row:hover {
	background: #fff;
	transition: 0.5s;
}

.infoblock {
	width: 100%;
	margin: 0px 10px 0px 10px;
	padding: 20px 20px 20px 90px;
	text-align: right;
	height: 7vh;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	min-height: 65px;
}

.infoblock span {
	display: block;
	width: 100%;
	font-size: 30px;
}

.infocontent {
	justify-content: space-between;
}

.infocontent > :nth-child(1) {
	background: #87b2d6;
}

.infocontent > :nth-child(2) {
	background: #1ab394;
}

.infocontent > :nth-child(3) {
	background: #23c6c8;
}

.infocontent > :nth-child(4) {
	background: #f8ac59;
}

.infoblock i {
	font-size: 50px;
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translate(0%, -50%);
}

.sendmail {
	width: 100%;
	text-align: center;
}

.sendmail a {
	background: #1776c3;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	padding: 10px 30px 10px 30px;
}

.sendmail a:hover {
	background: #45acff;
}

.sendmail a:before {
	content: "\f1d8";
	font-family: fontawesome;
	margin: 0px 7px 0px 0px;
}

.sendbtn {
	width: 100%;
	text-align: center;
}

.sendbtn a {
	background: #1776c3;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	padding: 9px 30px 9px 30px;
}

.sendbtn a:hover {
	background: #45acff;
}

.sendbtn a:before {
	content: "\f1d8";
	font-family: fontawesome;
	margin: 0px 7px 0px 0px;
}

/*-------------------- Login Page --------------------*/

.loginpage .sitebody {
	width: 100%;
	height: 100vh;
}

.material {
	/* background: rgba(255, 255, 255, 0.5); */
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	pointer-events: none;
	z-index: -2;
}

.loginform h1,
.loginform h2,
.loginform h3 {
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.loginform h1 span {
	color: #3f9ce8;
}

.loginform h1 img {
	position: relative;
	top: 5px;
	left: 0px;
}

.loginform h1 {
	margin: 20px 0px 20px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginform h3 {
	font-size: 22px;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	color: #b1b1b1;
}

.loginform {
	width: 450px;
	background-color: rgba(13, 16, 28, 0.8);
	backdrop-filter: blur(0.3125rem);
	padding: 0px 20px 0px 20px;
	min-width: 250px;
	/* border-radius: 10px; */
	/* border: 1px solid rgb(238 233 200); */
	margin: auto;
	position: relative;
}

#signin {
	width: auto;
	margin: 0px 30px 30px 30px;
	position: relative;
	overflow: hidden;
}

#signin .form-title {
	color: #ebebeb;
	text-align: center;
	margin: 35px 0;
}

#signin .input-field {
	position: relative;
	height: 50px;
	margin: 20px 0;
	transition: all 300ms;
}

#signin .input-field i {
	position: absolute;
	bottom: 28px;
	left: 15px;
	color: #bbbbbb;
	height: 0;
	visibility: hidden;
	font-size: 100%;
	transition: height 250ms;
	z-index: 100;
}

#signin .input-field label {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: 20px;
	left: 4px;
	color: #df9f40;
	opacity: 1;
	transition: all 300ms;
	font-weight: 500;
	font-size: 15px;
}

#signin .input-field input {
	height: 0px;
	padding: 0 20px 0 50px;
	border: none;
	color: #7a7a7a;
	background: #0000008c;
	border-bottom: 1px solid #40382b;
	outline: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 300ms;
	font-size: 16px;
}

#signin .forgot-pw {
	color: #2e3c89;
	text-decoration: none;
	float: right;
	margin: 0 0 25px 0;
	display: block;
}

#signin button.login {
	width: 100%;
	padding: 15px;
	display: block;
	background-image: url(../img/005.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	color: #ffe1b4;
	border: none;
	outline: 0;
	cursor: pointer;
	left: 0;
	bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
	transition: 0.5s;
	margin: 15px 0px 10px 0px;
}

#signin button.login:before {
	content: "\f090";
	font-family: fontawesome;
	margin: 0px 5px 0px 0px;
}

#signin button.login:hover {
	filter: brightness(130%);
	transition: 0.5s;
}

#signin .check {
	width: 100%;
	height: 100%;
	background: #324192;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	visibility: hidden;
	transition: all 1s;
}

#signin .check.in {
	visibility: visible;
	top: 0;
}

#signin .check i {
	color: #fff;
	font-size: 64px;
	line-height: 7.4;
}

#signin .input-field input:focus {
	color: #cbb595;
}

#signin .input-field input:focus,
#signin .input-field input.not-empty {
	height: auto;
	padding: 12px 20px 10px 50px;
	/* background: #0a0604;
	border-bottom: 1px solid #605955;
	font-size: 17px; */
}

#signin .input-field input:focus + i,
#signin .input-field input.not-empty + i {
	font-size: 24px;
	bottom: 22px;
	height: 10px;
	visibility: visible;
}

#signin .input-field input:focus + i + label,
#signin .input-field input.not-empty + i + label {
	/* font-size: 13px; */
	/* margin-top: -14px; */
	opacity: 0.7;
	animation: label 300ms 1;
	transform: translateY(-40px) translateX(-40px) scale(0.8);
}

/* @keyframes label {
	0% {
		margin-top: -15px;
	}
	50% {
		margin-top: -25px;
	}
	100% {
		margin-top: -15px;
	}
} */

.socials-login {
	padding: 0px 0px 10px 0px;
}

.socials {
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
	padding: 0px 0px 0px 0px;
}

.socials li a i {
	display: block;
	width: 38px;
	height: 38px;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	margin: 0px 0px 1px 0px;
}

.socials li a {
	text-decoration: none;
	font-weight: 900;
	color: #fff;
}

.fa-vk {
	background: #4e73a3;
}
.fa-facebook {
	background: #3d5998;
}
.fa-steam {
	background: #191b23;
}
.fa-google {
	background: #ef5350;
}
.fa-odnoklassniki {
	background: #f28202;
}
.fa-twitter {
	background: #34cbff;
}
.yandex {
	background: #fff;
	color: #ff0000;
	border: 1px solid #dadada;
	width: 36px !important;
	height: 36px !important;
	font-family: Georgia;
	font-style: normal;
}
.mail {
	background: #0d54a6;
}
.wargaming {
	background: #d61731;
}

.wargaming img {
	width: 20px;
	position: relative;
	top: 2px;
}

.forgot-pass {
	text-align: center;
	margin: 0px 0px 15px 0px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.forgot-pass a {
	color: #b38d55;
	font-size: 15px;
	text-decoration: none;
}

.forgot-pass a:hover {
	color: #ff0000;
}

.loginform .languages {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.loginform .languages .active {
	background: #3f9ce8;
	border-radius: 3px;
}

.loginform .languages a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px 15px;
	border-radius: 5px;
	font-size: 13px;
	background: #df9000;
	min-width: 70px;
	text-align: center;
}

.loginform .languages a:hover {
	filter: brightness(120%);
	transition: 0.2s;
}

.sidepanel-block.notify h3 {
	background: #f5f5f5;
	margin: 0px -15px 0px -15px;
	padding: 20px 10px 20px 20px;
	color: #454545;
	font-weight: 600;
}

.sidepanel-block.notify h3 i {
	margin: 0px 10px 0px 0px;
}

.language-select {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 37px;
}

.language-select li,
.language-select > li > span {
	height: 32px;
	line-height: 32px;
}

.language-select > li {
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
}

.language-select li img {
	margin: 0px 5px 0px 0px;
	width: 26px;
	height: 26px;
}

.language-select > li > ul {
	padding: 2px 5px 2px 0px;
	width: auto;
}

.language-select > li {
	background: #fff;
	padding: 4px 15px 0px 5px;
	border-radius: 20px;
	border: 1px solid #ececec;
	height: 30px;
}

.language-select > li > ul > li {
	background: #fff;
	padding: 5px 15px 2px 15px;
	border-radius: 20px;
	line-height: 26px;
}

.language-select > li > ul {
}

.language-select > li > span {
}

.first > :nth-child(2) {
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translate(-50%, 0%);
}

/*
.language-select li :nth-child(2) {
	display: none;
}

*/

.newaccount {
	width: 100%;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background: #f7f7f7;
}

.newaccount button {
	width: 85%;
	padding: 12px 0px 12px 0px;
	background: #53a0e0;
	color: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.5s;
	font-size: 14px;
}

.newaccount button:hover {
	filter: brightness(120%);
	transition: 0.5s;
}

.newaccount button:before {
	content: "\f234";
	font-family: fontawesome;
	margin: 0px 5px 0px 0px;
}

.input-field select {
	width: 100%;
	padding: 10px 20px 10px 5px;
	border: none;
	color: #ababab;
	background: #0a0604;
	border-bottom: 1px solid #777;
	outline: 0;
	overflow: hidden;
	display: block;
	margin: 0px 0px 0px 0px;
	height: 44px;
	font-weight: 500;
	font-size: 15px;
}

#signin .input-field.select label {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	position: relative;
	padding: 10px 0px 10px 0px;
	left: 4px;
	color: #ababab;
	opacity: 1;
	transition: all 300ms;
	font-size: 16px;
}

#signin .input-field.select {
	height: auto;
}

.captcha {
	text-align: center;
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
}

.cptable {
	display: table;
	background: #ffffff08;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 2px solid rgba(26, 22, 20, 0.9);
	margin: 0px 0px 20px 0px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
	background-color: rgba(13, 16, 28, 0.8);
	backdrop-filter: blur(0.3125rem);
}

.cprow {
	display: table-row;
	transition: 0.5s;
	cursor: pointer;
}

.cprow:hover {
	background: rgba(255, 255, 255, 0.15) !important;
	transition: 0.1s;
}

.cprow:hover .cpcell {
	color: #fff !important;
}

.cpcell {
	display: table-cell;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #f1f1f12e;
	color: inherit;
	font-size: 13px;
	vertical-align: middle;
}

.cprow.headrow {
	border-bottom: 2px solid rgba(26, 22, 20, 0.47);
	font-size: 13px;
	font-weight: 600;
	background: #fbfbfb12 !important;
}

.cprow.headrow .cpcell {
	padding: 12px 20px 12px 20px;
}

.cptable > :nth-child(odd) {
	background: #fbfbfb12;
}

.sb-images {
	align-items: center;
}

.sb-images span {
	padding: 0px 0px 0px 10px;
	font-size: 22px;
	color: #ffeca8;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#b45a0d),
		color-stop(13%, #be6d10),
		color-stop(28%, #cb871b),
		color-stop(48%, #e3a12d),
		color-stop(68%, #f0b239),
		color-stop(87%, #ffcc55),
		to(#ffcc55)
	);
	background-image: -webkit-linear-gradient(
		bottom,
		#b45a0d 0%,
		#be6d10 13%,
		#cb871b 28%,
		#e3a12d 48%,
		#f0b239 68%,
		#ffcc55 87%,
		#ffcc55 100%
	);
	background-image: -o-linear-gradient(
		bottom,
		#b45a0d 0%,
		#be6d10 13%,
		#cb871b 28%,
		#e3a12d 48%,
		#f0b239 68%,
		#ffcc55 87%,
		#ffcc55 100%
	);
	background-image: linear-gradient(
		to top,
		#ffe8d4 0%,
		#ffead1 13%,
		#ffd086 28%,
		#ffefa0 48%,
		#fff6e4 68%,
		#ffefcb 87%,
		#fff9ec 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}
.modalWindow {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999 !important;
	max-width: 550px;
	width: 100%;
	min-height: 200px;
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}
.modal.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 997;
	cursor: pointer;
}
.modalWindow .modalWrapper {
	margin: 30px;
	text-align: left;
	min-height: 100px;
}
.closeBtn {
	position: absolute;
	right: 10px;
	top: 6px;
	cursor: pointer;
}

.modalWindow .modalWrapper h2 {
	margin: 0px 0px 20px 0px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}

.modal.overlay.activeoverlay {
	display: block;
}

.loginform .select {
	margin: 35px 0px 15px 0px !important;
}

.loginlinks a {
	margin: 0px 4px 0px 4px;
	background-image: url(../img/004.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	color: #ffe1b4;
	width: 116px;
	text-align: center;
}

.loginlinks a:hover {
	filter: brightness(130%);
	color: #fff;
}

.without-flex {
	display: block !important;
}

.checkbox.pull-left {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #9e9e9e;
}

#remember {
	margin: 0px 0px 0px -20px;
}

.loginform h2 {
	font-size: 20px;
	font-weight: 500;
}

.loginlinks {
	flex-wrap: wrap;
}

.btn-reg {
	min-width: 80%;
	display: block;
	margin: 0px 0px 10px 0px !important;
}

.regtop {
	text-align: center;
	font-size: 12px;
	margin: 15px 0px 0px 0px;
}

.sendmailin {
	font-size: 14px !important;
}

.navbar:before,
.navbar:after {
	display: none;
}

.modal-backdrop {
	z-index: 100;
}

.content-header {
	align-items: center;
	color: #fff;
}

.breadcrumb {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-color: transparent;
	color: #fff;
}

.breadcrumb > .active {
	color: #b9b9b9;
}

.nobg {
	background-color: rgba(13, 16, 28, 0.8);
	backdrop-filter: blur(0.3125rem);
	border-radius: 3px;
	margin: 10px 0px 20px 0px !important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	padding: 15px 25px 15px 25px !important;
}

.content-header i {
	font-size: 30px;
	margin: -4px 10px 0px 0px;
}

.breadcrumb li:before {
	content: "\f105";
	font-family: fontawesome;
	margin: 0px 15px 0px 0px;
	font-size: 16px;
}

.content-block.con-2 h3 {
	font-size: 14px;
	font-weight: 500;
}

.btnsflex {
	width: 100%;
}

.btnsflex a {
	color: #ffe3b9;
	background-image: url(../img/001.png);
	background-size: 100% 100%;
	font-size: 11px;
	padding: 4px 15px 4px 15px;
	margin: 10px 10px 0px 0px;
	white-space: nowrap;
}

.btnsflex a:hover {
	filter: brightness(130%);
}

/* .row > div {
	display: flex;
	align-items: center;
} */

.nav.navbar-nav .navbar-menu {
	background: none;
}

.row > div p {
	margin: 0px 5px 0px 5px;
	color: rgb(255, 175, 71);
}

.row > div span {
	font-weight: 600;
}

.modal-content .navbar-right {
	padding: 5px 0px 20px 0px;
	float: none !important;
}

input#bonus {
	color: #333333 !important;
}

.col-md-12 {
	font-size: 13px !important;
}

input[type="range"] {
	margin: 10px 0px 9px 0px;
}

.cpcell .btn {
	color: #151515;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 3px;
	margin: 0px 5px 0px 5px;
	background: #dd9f6e;
	border: 0;
	text-shadow: none;
	outline: 0 !important;
}

.cpcell .btn:hover {
}

.headrow {
	cursor: default;
}

.cbtn {
	width: 120px;
}

.cbtn a,
.cbtn button {
	width: 120px;
	display: block;
	text-align: center;
}

.cpcell {
	text-align: center;
}

.tabedstats {
	padding: 0px 0px 0px 0px !important;
}

.tabedstats section {
	padding: 0px 0px 0px 0px;
}

.allct .tab-content {
	display: block;
}

/* .table-hover .btn {
	padding: 5px 40px 5px 40px;
} */

/* .table-hover .btn:hover {
	filter: brightness(110%);
	background: #53a0e0 !important;
	border: 1px solid #53a0e0 !important;
} */

.accinfo {
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 500;
	color: rgb(255, 175, 71);
}

.accinfo p {
	margin: 10px 10px 10px 10px;
}

.paysyswrapper {
  background-image: url(../img/bg1.jpg);
  background-color: #28221f;
  background-size: cover;
  margin: 0 auto;
  padding: 40px;
}

.checkboxes {
	display: flex;
	flex-wrap: wrap;
}

.paysys {
	position: relative;
	width: 145px;
	height: 90px;
	margin: 5px;
}

.paysys label {
	background: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 30;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
}

.paysys label {
	max-width: 200px;
}

.paysys label img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.55;
}

input[type="radio"]:checked ~ label {
	border: 1px solid #53a0e0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	transition: 0.3s;
}

input[type="radio"]:checked ~ label img {
	opacity: 1;
}

#calculator {
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	max-width: 800px;
}

.calc-slider {
	margin-bottom: 15px;
}

.number-text,
.profit-text {
	position: absolute;
	margin-left: 40px;
	font-size: 14px;
	font-weight: 400;
	top: -26px;
}

.profit-text {
	right: 50px;
}

.number-text {
	content: "+";
	left: 10px;
}

.calc-bottom {
	display: flex;
	height: 25px;
}

.calc-input__wrap,
.calc-result__wrap {
	position: relative;
	height: 100%;
	border: 1px solid #6c604d;
	display: flex;
	width: 180px;
	border-radius: 50px;
	overflow: hidden;
}

.calc-result__wrap {
	margin-left: auto;
}

.calc-input__wrap span,
.calc-result__wrap span {
	margin-left: auto;
	width: 90px;
	line-height: 24px;
	background-color: #181311;
	border-left: 1px solid #52493c;
	text-align: center;
	font-size: 13px;
}

.calc-input,
.calc-result {
	height: 100%;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
}

.calc-result {
	flex: 1;
	font-size: 14px;
	margin-left: auto;
}

.calc-input {
	border: none;
	max-width: 80px;
}

.calc-input:focus {
	outline: none;
}

.ui-slider {
	position: relative;
	text-align: left;
	border-radius: 50px;
}

.ui-slider .ui-slider-handle {
	content: "X";
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	margin-left: -15px;
	margin-top: -7px;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 14px;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: 8px;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 29px;
}

.ui-slider-horizontal .ui-slider-range-min {
	height: 100%;
	background-color: #53a0e0;
	left: 0;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	margin-right: -25px;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-widget.ui-widget-content {
	border: 1px solid #544939;
}

.ui-widget-content {
	border: 1px solid #d7d7d7;
	background: #0c0909;
	color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: bold;
	color: #454545;
	border-radius: 50%;
	text-align: center;
	line-height: 19px;
	font-size: 14px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
	outline: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	border: 1px solid #000;
	background: #fff;
	font-weight: normal;
	color: #000;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
	background-color: #51643a !important;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #b9aa93;
	background-color: #121010;
	background-image: none;
	border: 1px solid #544f48;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.paysyswrapper h2 {
	color: #d5bc96;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #564c3d;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.cline {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #c9c9c9;
	color: #7e7e7e;
}

.cline > :first-child {
	font-weight: 600;
}

.curencybalance {
	margin: 0px 0px 20px 0px;
}

.paybtn {
	padding: 25px 0px 10px 5px;
	text-align: right;
}

.paybtn a {
	padding: 8px 50px 8px 50px;
	background-image: url(../img/002.png);
	background-size: 100% 100%;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.paybtn a:hover {
	filter: brightness(130%);
}

button.paysystems {
  border: 0;
  background-color: transparent;
}

.paysystems {
	background-image: url(../img/005.png) !important;
	background-size: 100% 100% !important;
	color: #fff !important;
	padding: 7px 20px 7px 20px;
	margin: 0px 15px 0px 0px;
}

.paysystems:hover {
	filter: brightness(110%);
}

.pull-right {
	display: flex;
}

.pull-right .btn {
	padding: 3px 10px 3px 10px;
	font-size: 13px;
	margin: 0px 5px 0px 5px;
}

.grid-header b {
	color: #f7844c;
	font-weight: 500;
}

.discord a {
	color: #acb2ff !important;
}

.discord a:hover {
	border-color: #acb2ff !important;
}

.show-panel-button {
	display: none;
}

@media (max-width: 768px) {
	.show-panel-button {
		display: block;
	}

	.cke_top.cke_reset_all {
		display: none;
	}

	.grid-header {
		flex-direction: column;
		align-items: stretch;
		gap: 5px;
	}
	.pull-right {
		margin-top: 10px;
	}

	.actions.pull-right {
		padding: 10px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: -10px;
	}

	.actions.pull-right > * {
		margin: 10px;
	}
}

#cke_157_uiElement {
	display: none;
}

.info-label {
	position: relative;
}

.info-label-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	z-index: 99999999999;
}

.info-label-icon-value {
	font-size: 12px;
	color: #fff;
	background: #4babb2;
	padding: 0px 5px 0px 5px;
	border-radius: 20px;
	cursor: pointer;
}

.info-label-icon-value:hover ~ .info-label-icon-toast {
	visibility: visible;
	opacity: 1;
	top: 25px;
}

.info-label-icon-toast {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50px;
	right: 50%;
	transform: translateX(50%);
	z-index: 99999999999;
	transition: all 0.2s ease;
}

.info-label-icon-toast-content {
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
}

.info-label-icon-toast-content::after {
	content: " ";
	position: absolute;
	top: -10px;
	right: 10px;
	border: 10px solid transparent;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}

.fa-lock:before {
	content: "\f023";
	opacity: 0.3;
}

.input-eye-icon {
	opacity: 0.3;
}

.fa-user:before {
	content: "\f007";
	opacity: 0.3;
}

.rc-anchor-light {
	background: #28110a !important;
	color: #d1ad79 !important;
}

.rc-anchor-light.rc-anchor-normal,
.rc-anchor-light.rc-anchor-compact {
	border: 1px solid #563125 !important;
}

.sparks {
	position: absolute;
	width: 1230px;
	left: 50%;
	margin-left: -200px;
	bottom: 10%;
	pointer-events: none;
	transform: translate(-50%, 0%);
}
.sparks > div {
	position: absolute;
}

.sparks .spark_1 {
	background: url(../img/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	right: 0;
	bottom: -320px;
	transform: scale(0.6);
	animation: spark-1 4s linear infinite;
	animation-delay: 1s;
}

@keyframes spark-1 {
	0% {
		bottom: -320px;
		transform: scale(0.6);
		opacity: 1;
	}
	25% {
		bottom: -240px;
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -160px;
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: -80px;
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 0px;
		transform: scale(1);
		opacity: 0;
	}
}

.sparks .spark_2 {
	background: url(../img/spark_2.png) no-repeat;
	width: 179px;
	height: 335px;
	right: 230px;
	bottom: -320px;
	transform: scale(0.6);
	animation: spark-1 4s linear infinite;
	animation-delay: 2s;
}

.sparks .spark_3 {
	background: url(../img/spark_3.png) no-repeat;
	width: 128px;
	height: 165px;
	right: 280px;
	bottom: -140px;
	transform: scale(0.6);
	animation: spark-3 4s linear infinite;
	animation-delay: 2s;
}

@keyframes spark-3 {
	0% {
		bottom: -140px;
		transform: scale(0.6);
		opacity: 1;
	}
	25% {
		bottom: -80px;
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -20px;
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 40px;
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 100px;
		transform: scale(1);
		opacity: 0;
	}
}
.sparks .spark-big {
	background: url(../img/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	right: 0;
	bottom: -180px;
	transform: scale(0.6);
	animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
	animation-delay: 2s;
	right: 40px;
}
@keyframes spark-5 {
	0% {
		bottom: -180px;
		transform: scale(0.6);
		opacity: 1;
	}
	25% {
		bottom: -120px;
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -60px;
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 0px;
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 60px;
		transform: scale(1);
		opacity: 0;
	}
}

.clouds {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	bottom: 0px;
	width: 100%;
	height: 40%;
}

@keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 10000px 0;
	}
}
@-webkit-keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 10000px 0;
	}
}
@-moz-keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 10000px 0;
	}
}
@-ms-keyframes move-clouds-back {
	from {
		background-position: 0;
	}
	to {
		background-position: 10000px 0;
	}
}

.clouds {
	background: url(../img/clouds3.png) repeat-x bottom center;
	z-index: 1;
	-moz-animation: move-clouds-back 200s linear infinite;
	-ms-animation: move-clouds-back 200s linear infinite;
	-o-animation: move-clouds-back 200s linear infinite;
	-webkit-animation: move-clouds-back 200s linear infinite;
	animation: move-clouds-back 200s linear infinite;
}

.modal-content {
	background: none;
}

/* auth */

.auth {
	min-height: 100vh;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 20px;
}

/* decsep */
.decsep {
	background-color: transparent;
	background-image: url(../images/decsep-top.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 29px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
}

.decsep_position_top {
	top: -12px;
}

.decsep_position_bottom {
	bottom: -16px;
	background-image: url(../images/decsep-bottom.png);
}

/* bttn */
:root {
	--bttn-w: 27.8125rem;
	--bttn-h: 5.3125rem;
	--bttn-fs: 2.4rem;
	--bttn-scale: 0.5;
	--bttn-img: url(../images/bttn/btn.png);
}

.bttn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	grid-gap: 0.5rem;
	gap: 0.5rem;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	flex-shrink: 0;
	font-style: normal;
	color: rgba(var(--color-0), 1);
	font-family: var(--font-0);
	font-size: calc(var(--bttn-fs) * var(--bttn-scale));
	font-weight: 400;
	cursor: pointer;
	transition: 0.2s all;
	box-shadow: none;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
	outline: 0;
	background: transparent;
	border: 0;
	line-height: 1;
	padding: 0.625rem 0;
	width: calc(var(--bttn-w) * var(--bttn-scale));
	height: calc(var(--bttn-h) * var(--bttn-scale));
	max-width: 100%;
	text-wrap: balance;
	text-shadow: 0 max(0.0625rem, 1px) max(0.0625rem, 1px)
		rgba(var(--color-1), 0.8);
}

.bttn:hover {
}

.bttn:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: 0.2s all;
	background-image: var(--bttn-img);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transform-style: preserve-3d;
	perspective: 1000px;
	pointer-events: none;
}

.bttn:hover:before {
	filter: brightness(110%);
}

/* bttn_type_2 */
.bttn_type_2 {
	--bttn-w: 23.625rem;
	--bttn-h: 6.375rem;
	--bttn-fs: 1.875rem;
	--bttn-scale: 0.5;
	--bttn-img: url(../images/bttn/bttn-2.png);
	filter: drop-shadow(0rem 0.625rem 1.5625rem rgba(46, 41, 29, 0.7));
}

@media (min-width: 1050px) {
	.bttn {
		--bttn-scale: 0.6;
	}
}

/* bt */
:root {
	--bt-fs: 1.125rem;
	--bt-scale: 1;
}

.bt {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	grid-gap: 0.5rem;
	gap: 0.5rem;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	flex-shrink: 0;
	font-style: normal;
	color: rgba(var(--color-0), 1);
	font-family: var(--font-0);
	font-size: calc(var(--bt-fs) * var(--bt-scale));
	font-weight: 400;
	cursor: pointer;
	transition: 0.2s all;
	text-shadow: none;
	box-shadow: none;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
	outline: 0;
	background: transparent;
	border: 0;
	line-height: 1;
	padding: calc(0.1875rem * var(--bt-scale)) calc(2rem * var(--bt-scale));
	min-width: calc(9.375rem * var(--bt-scale));
	height: calc(3.125rem * var(--bt-scale));
	max-width: 100%;
	text-wrap: balance;
	overflow: hidden;
	/* border-radius: 100px; */
}

.bt:hover {
}

.bt:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: 0.2s all;
	background: #dd9f6e;
	pointer-events: none;
	clip-path: polygon(
		calc(100% - 20px * var(--bt-scale)) 0,
		100% 50%,
		calc(100% - 20px * var(--bt-scale)) 100%,
		calc(20px * var(--bt-scale)) 100%,
		0 50%,
		calc(20px * var(--bt-scale)) 0
	);
}

.bt:hover:after {
	filter: brightness(90%);
}

/* bt_color_2 */
.bt_color_2:after {
	/* background: #7e9eb0; */
	background: #496f7e;
}

/* btn_size_small */

.bt_size_small {
	--bt-fs: 1.4rem;
	--bt-scale: 0.6;
}

@media (min-width: 1050px) {
	.bt {
		--bt-scale: 1;
	}

	.bt_size_small {
		--bt-fs: 1.4rem;
		--bt-scale: 0.6;
	}
}

/* inform */

.inform {
}

.inform-key {
	font-size: 1rem;
	color: #d5d5d5;
	display: inline-block;
}

.inform-val {
	font-size: 1rem;
	color: rgb(255, 175, 71);
	display: inline-block;
}

/* btns */

.btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.btns_start {
	justify-content: flex-start;
}

/* box */

.box {
	background-color: rgba(13, 16, 28, 0.8);
	backdrop-filter: blur(0.3125rem);
	position: relative;
	z-index: 0;
}

.breadcrumbs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 15px;
	margin-bottom: 40px;
}

/* other */

.grid {
	background-color: rgba(13, 16, 28, 0.8);
	backdrop-filter: blur(0.3125rem);
	color: #fff;
}

.grid-no-bg {
	background: transparent;
}

.balance-info,
.discount-info {
	background: rgba(255, 250, 246, 0.15);
}

.modal-footer .btn-group .btn + .btn {
	margin: 0;
}

.nav > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.nav > li > a:focus {
	background: none;
}

.pzr {
	position: relative;
	z-index: 0;
}

.frm {
	display: grid;
	gap: 10px;
	padding: 20px;
	align-items: center;
}

.frm-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 640px) {
	.frm {
		grid-template-columns: 1fr;
	}
}

/* margin */

.mt {
	margin-top: 10px;
}

.mb {
	margin-bottom: 10px;
}

.ml {
	margin-left: 10px;
}

.mr {
	margin-right: 10px;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.ml-0 {
	margin-left: 0;
}

.mr-0 {
	margin-right: 0;
}

/* padding */

.pt {
	padding-top: 10px;
}

.pb {
	padding-bottom: 10px;
}

.pl {
	padding-left: 10px;
}

.pr {
	padding-right: 10px;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

#paysystems .modal-body {
  padding: 0;
}

#paysystems .payment-methods {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}