html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

.nav li {
	position: relative;
}

.nav li.nav-news-menu > a {
	padding-right: 34px;
}

.nav li.nav-news-menu > a:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #fcedc0;
	filter: drop-shadow(0 0 5px rgba(104, 225, 255, 0.8));
}

.nav li.sub-menu ul {
	z-index: 50;
}

.nav li.sub-menu.active > a {
	color: #cc7954;
}

html {
	scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: normal;
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

.flex-sbc,
.flex-sbs,
.flex-sbe,
.flex-cc,
.flex-cs,
.flex-ce,
.flex-sc,
.flex-ss,
.flex-se,
.flex-ec,
.flex-es,
.flex-ee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-sbc,
.flex-sbs,
.flex-sbe {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-cc,
.flex-cs,
.flex-ce {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-sc,
.flex-ss,
.flex-se {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-ec,
.flex-es,
.flex-ee {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex-sbc,
.flex-cc,
.flex-sc,
.flex-ec {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-sbs,
.flex-cs,
.flex-ss,
.flex-es {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-sbe,
.flex-ce,
.flex-se,
.flex-ee {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	width: 100%;
	background: url(../images/body-bg.jpg) center top no-repeat;
	background-color: #0a0d16;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #696868;
	min-height: 100vh;
}

body.ch * {
	font-family: 'Noto Serif SC', serif !important;
}

body.bg-1 {
	background: url(../images/body-bg-1.jpg) center top no-repeat;
	background-color: #0d0d0d;
  }

body.bg-2 {
	background: url(../images/body-bg-2.jpg) center top no-repeat;
	background-color: #0a0d16;
}

body.bg-3 {
	background: url(../images/body-bg-3.jpg) center top no-repeat;
	background-color: #0a0d16;
}

a {
	transition: all 0.3s ease;
	color: #d8d0cc;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

p {
	margin-bottom: 20px
}

h1,
h2,
h3 {
	color: #ffdda9;
	margin-bottom: 20px;
	line-height: 1.3;
	font-family: "Marcellus", sans-serif;
}

h1 {
	font-size: 10px;
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}

table {
	width: 100%;
	margin-bottom: 30px;
}

table tr {
	background-color: #0d0f17
}

table td {
	border-collapse: collapse;
	padding: 15px 18px;
	border-top: 1px solid #12141e;
	border-bottom: 1px solid #12141e;
	color: #fff;
	font-size: 14px;
	vertical-align: middle
}

table thead td {
	color: #a97fff;
	text-transform: uppercase
}

img {
	max-width: 100%
}

caption {
	margin-bottom: 15px
}

select {
	background: #040609;
	width: 100%;
	height: 42px;
	line-height: 31px;
	border: 1px solid #36383a;
	padding: 4px 40px 13px 15px;
	position: relative;
	color: #fff;
	font-size: 16px;
	-webkit-appearance: none;
	background-image: url(../images/select-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	text-indent: 0.01px;
	appearance: none !important;
	transition: 0.3s;
	cursor: pointer
}

select:hover {
	border: 1px solid #fc9162;
	box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

#link {
	width: 700px;
	margin-bottom: 10px
}

input,
textarea {
	background: #040609;
	border: 1px solid #36383a;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	font-size: 16px;
	transition: 0.3s;
	font-family: "Marcellus", sans-serif;
	width: 147px;
}

input:hover,
textarea:hover {
	border: 1px solid #fc9162;
	box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

textarea {
	min-height: 120px
}

button,
.button {
	transition: all 0.3s ease;
	cursor: pointer;
	height: 40px;
	width: 147px;
	border: none;
	color: #ffffff !important;
	font-family: "Marcellus", sans-serif;
	font-size: 12px;
	background-image: linear-gradient(to right, #a96715 0%, #9b3030 50%, #933737 100%);
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	/* margin-left: 5px; */
	/* box-shadow: 0px 0px 22px 5px rgba(59, 36, 151, 0.2), 0px 10px 15px 4px rgba(0, 0, 0, 0.3); */
}

button:hover,
.button:hover {
	filter: brightness(120%)
}

.button {
	display: inline-block;
	text-decoration: none;
	line-height: 40px
}

.button-green {
	background: url(../images/button-green.png) no-repeat
}

.disabled,
.disabled:hover {
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1);
	/* Microsoft Edge and Firefox 35+ */
}

.big-button-green {
	background: url(../images/button-green-big.jpg) no-repeat;
	background-size: cover;
	width: 346px;
	height: 58px;
	font-size: 18px;
	box-shadow: 0px 0px 20px 5px rgba(42, 87, 255, 0.2)
}

:focus {
	outline: none
}

::-webkit-input-placeholder {
	color: #656565
}

::-moz-placeholder {
	color: #656565
}

:-moz-placeholder {
	color: #656565
}

:-ms-input-placeholder {
	color: #656565
}

.wrapper {
	width: 1200px;
	padding: 0px 25px;
	margin: 0 auto;
	position: relative
}

.flex {
	display: flex;
	flex-wrap: wrap
}

.flex-c {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.flex-s {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-s-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/* background: url(../images/block-top-bg.png) center top no-repeat; */
	/* background-color: #171719; */
	/* box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%); */
	padding: 0px 35px 0px;
	width: 364px;
}

.bright:hover {
	filter: brightness(120%)
}

.logo-mini {
	display: block;
	margin-right: 85px;
}

.topPanel {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0;
	right: 0;
	transition: 0.3s;
	z-index: 20;
	background: rgb(18 18 20 / 88%);
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
}

.topPanel-wrapper {
	width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
}

.nav li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	/* background: #fff; */
}
.nav li:hover {background: #a3ab490d;}
.nav li span {
	position: absolute;
	top: 52px;
	left: 7%;
	z-index: 25000;
	color: #98c78e;
	line-height: initial;
	padding: 5px;
	font-size: 11px;
	border-radius: 5px;
	text-align: center;
	width: 100px;  animation: blinker 1s linear infinite;

}

.nav li:before {
	filter: hue-rotate(185deg);
}


/*
.nav li:nth-child(1):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-1.png) no-repeat;
}

.nav li:nth-child(2):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-2.png) no-repeat;
    transition: 0.2s;
}

.nav li:nth-child(2):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.nav li:nth-child(3):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-3.png) no-repeat;
    transition: 0.2s;
}

.nav li:nth-child(3):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.nav li:nth-child(4):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-4.png) no-repeat;
    transition: 0.2s;
}

.nav li:nth-child(4):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.nav li:nth-child(5):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-5.png) no-repeat;
    transition: 0.2s;
}

.nav li:nth-child(5):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.nav li:nth-child(6):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-6.png) no-repeat;
    transition: 0.2s;
}

.nav li:nth-child(6):hover {
    margin-top: -5px;
    transition: 0.2s;
}

*/

.nav li.sub-menu ul li:before {
	display: none;
}

.nav li:first-child a {
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}

.drivers-img a:hover {
	opacity: 1;
}

.drivers-img a {
	opacity: 0.7;
	transition: .2s all ease;
}

.fonts_issue img {
	margin-bottom: 20px !important;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0px 0px 5px black;
	display: block;
}

.nav li a {
	font-family: "Marcellus", sans-serif;
	font-size: 16px;
	display: block;
	height: 90px;
	padding: 0px 20px 0px 20px;
	line-height: 90px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	background: linear-gradient(#ffffff, #3c3c36);
	-webkit-background-clip: text;
	color: transparent;
}

.nav li ul {
	position: absolute;
	left: 0;
	top: calc(100%);
	background: rgb(23 23 25 / 96%);
	padding: 25px 0px 25px 0px;
	min-width: 248px;
	display: none
}

.nav li ul li {
	display: block
}

.nav li ul li:after {
	content: "";
	position: absolute;
	background: url(../images/drop-menu-hover.png) no-repeat;
	width: 308px;
	height: 133px;
	left: -46px;
	top: 0px;
	margin-top: -47px;
	opacity: 0;
	transition: 0.3s
}

.nav li ul li a {
	font-size: 16px;
	padding: 15px 50px;
	height: auto;
	line-height: 1;
	color: #fcedc0 !important;
	background-image: url(../images/drop-menu-icon.png) !important;
	background-position: left -20px center !important;
	background-repeat: no-repeat !important;
}

.dropdown-menu {
	display: none;
	animation: 0.3s opas linear
}

.dropdown-toggle.active {
	color: #cc7954
}

.nav li:hover a {
	color: #cc7954;
}

.nav li ul li:hover:after {
	opacity: 1
}

.nav li ul li:hover a {
	color: #cc7954 !important;
	padding: 15px 0px 15px 70px;
	background-position: left 50px center
}

.nav .sub-menu li a {
	padding: 15px 50px
}

.sign-in {
	padding-right: 60px;
	color: #fcedc0;
	font-size: 18px;
	font-family: "Marcellus", sans-serif;
	position: relative;
	cursor: pointer;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}

.sign-in:after {
	content: "";
	background: url(../images/lock-icon.png) no-repeat;
	position: absolute;
	width: 91px;
	height: 87px;
	right: -26px;
	top: 50%;
	margin-top: -42px;
	transition: 0.3s
}

.sign-in:hover:after {
	filter: brightness(140%)
}

.topPanel.topPanel-fixed {
	background: rgb(18 18 20);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2)
}

.topPanel.topPanel-fixed .nav li:hover {
	background: rgb(23 23 25);
}

.topPanel.topPanel-fixed .dropdown-toggle.active {
	background: rgba(0, 0, 0, 0.95)
}

.topPanel.topPanel-fixed .topPanel-wrapper {
	border-bottom: 0px
}

.blue-light {
	background: url(../images/blue-light.png);
	width: 300px;
	height: 300px;
	top: 5px;
	left: 0px;
	position: absolute;
	animation: 12s p-next linear infinite;
	opacity: 0.7
}

.yellow-light {
	background: url(../images/yellow-light.png);
	width: 300px;
	height: 300px;
	top: 5px;
	left: 0px;
	position: absolute;
	animation: 12s p-prev linear infinite;
	opacity: 0.7
}

@keyframes p-next {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes p-prev {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(-180deg)
	}

	100% {
		transform: rotate(-360deg)
	}
}

.hand-animation {
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 230px
}


/* ----------------- bg mods ----------------- */

.bg-1 .hand-animation {
	margin-left: 145px;
	top: 50px;
}

.bg-2 .hand-animation {
	margin-left: 65px;
	top: 204px;
}

.bg-3 .hand-animation {
	margin-left: 174px;
	top: 300px;
	transform: scale(0.6);
	transform-style: preserve-3d;
}


/* ------------------------------------------- */

.light-hand {
	background: url(../images/light-hand.png);
	width: 350px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
	animation: 20s light-hand linear infinite;
	opacity: 0.7
}


/* ----------------- bg mods ----------------- */

.bg-1 .light-hand {
	opacity: 0.8
}

.bg-2 .light-hand {
	background: url(../images/light-hand-2.png);
	opacity: 0.7
}

.bg-3 .light-hand {
	background: url(../images/light-hand3.png);
	opacity: 1
}


/* ------------------------------------------- */

.rune-hand {
	background: url(../images/rune-hand.png);
	width: 350px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
	animation: 15s rune-hand linear infinite;
	opacity: 0.8
}


/* ----------------- bg mods ----------------- */

.bg-1 .rune-hand {
	background: url(../images/rune-hand1.png);
}

.bg-2 .rune-hand {
	animation: 3s rune-hand2 linear infinite;
	background: url(../images/rune-hand2.png);
	background-size: 100% 100%;
	opacity: 0.7
}

.bg-3 .rune-hand {
	animation: 10s rune-hand3 linear infinite;
	background: url(../images/rune-hand.png);
	opacity: 1;
	perspective: 100px;
}


/* ------------------------------------------- */

@keyframes light-hand {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(-180deg)
	}

	100% {
		transform: rotate(-360deg)
	}
}

@keyframes light-hand3 {
	0% {
		transform: rotate(0deg) scale(1)
	}

	50% {
		transform: rotate(-180deg) scale(0.7)
	}

	100% {
		transform: rotate(-360deg) scale(1)
	}
}

@keyframes rune-hand {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes rune-hand2 {
	0% {
		transform: rotate(0deg) scale(0.5)
	}

	50% {
		transform: rotate(180deg) scale(1)
	}

	100% {
		transform: rotate(360deg) scale(0.5)
	}
}

@keyframes rune-hand3 {
	0% {
		transform: rotate(0deg) scale(0.8)
	}

	50% {
		transform: rotate(180deg) scale(1)
	}

	100% {
		transform: rotate(360deg) scale(0.8)
	}
}

.sparks>div {
	position: absolute
}

.sparks .spark_1 {
	background: url(../images/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	right: 0;
	bottom: -120px;
	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
	}

	to {
		bottom: 0;
		transform: scale(1);
		opacity: 0
	}
}

.sparks .spark_2 {
	background: url(../images/spark_2.png) no-repeat;
	width: 149px;
	height: 335px;
	right: 230px;
	bottom: -320px;
	transform: scale(0.6);
	animation: spark-1 4s linear infinite;
	animation-delay: 2s
}

.sparks .spark_3 {
	background: url(../images/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;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1
	}

	25% {
		bottom: -80px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1
	}

	50% {
		bottom: -20px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1
	}

	75% {
		bottom: 40px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5
	}

	to {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.sparks .spark-big {
	background: url(../images/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	right: 0;
	bottom: -180px;
	transform: scale(0.6);
	animation: spark-5 4s linear infinite
}

@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: 0;
		transform: scale(0.9);
		opacity: 0.5
	}

	to {
		bottom: 60px;
		transform: scale(1);
		opacity: 0
	}
}

header {
	height: 636px;
	position: relative
}


/*------------------------------------------*/

.header-content {
	width: calc((100% - 25px) / 2);
	position: absolute;
	top: 220px;
	left: 0px
}

.header-content__logo {
	width: 409px;
	height: 168px;
	margin: 0 auto;
	transition: filter .3s ease-in-out;
}

.header-content__logo:hover {
	filter: brightness(130%);
}

.header-content__logo img {
	width: 100%;
	height: 100%;
}

.header-content__slider {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.header-content__slider span {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #e9e7e4;
	font-size: 36px;
	font-family: "Marcellus", sans-serif;
	font-weight: 700;
	text-align: center;
}

.header-content__slider p {
	display: block;
	width: 100%;
	color: #b7b7b7;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	text-shadow: 0px 1px 2px #000;
}

.swiper-header-next {
	width: 80px;
	background: none;
	border: 1px solid #b7b7b7;
	margin-left: 5px;
}


/*------------------------------------------*/

.logo {
	position: absolute;
	top: 262px;
	left: 150px;
}

.online {
	position: absolute;
	bottom: 180px;
	/* right: 0; */
}

.online:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.onlineReg {
	padding-top: 10px
}

.onlineBlock {
	width: 300px;
	height: 208px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	font-family: "Marcellus", sans-serif;
	padding-left: 3px;
	padding-top: 18px;
	position: relative;
	z-index: 2
}

.onlineBlock span {
	display: block;
	font-size: 48px;
	color: #ffdda9;
	letter-spacing: 8px;
	padding-top: 3px;
	text-shadow: 0px 0px 20px rgba(255, 118, 18, 0.7)
}

.onlineReg-block {
	width: 107px;
	min-height: 120px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-family: "Marcellus", sans-serif;
	padding-top: 95px;
	letter-spacing: 1px
}

.onlineReg-block span {
	display: block;
	color: #ffdda9;
	font-size: 18px;
	margin-bottom: 5px;
	letter-spacing: 2px
}

.onlineReg-block-player {
	background: url(../images/online-sprite.png) top left -3px no-repeat
}

.onlineReg-block-clans {
	background: url(../images/online-sprite.png) top right -3px no-repeat
}

.block-50 {
	width: calc(50% - 13px);
	height: 300px;
	box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2)
}

.swiper-container {
	width: 100%;
	height: 100%
}

.swiper-news .swiper-slide img {
	max-width: 100%;
	height: 100%
}

.swiper-news .swiper-slide .swiper-news_info {
	opacity: 0;
	transition: 1.5s
}

.swiper-news .swiper-slide.swiper-slide-active .swiper-news_info {
	opacity: 1;
	/* filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8)); */
}

.swiper-news_info {
	background: url(../images/slider-shadow.png) left bottom no-repeat;
	width: 561px;
	height: 245px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 0px 0px 35px 50px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	align-content: flex-end;
	font-family: "Marcellus", sans-serif
}

.swiper-news_info span {
	display: block;
	width: 100%;
	background: linear-gradient(#fdde91, #5b5d29);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 60px;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	width: 350px
}

.swiper-news_info p {
	color: #696868;
	text-shadow: #000 0px 0px 3px;
	font-size: 22px;
	width: 350px;
	margin-bottom: 0px;
	line-height: 1.2
}

.swiper-news-pagination {
	position: absolute;
	background: url(../images/slider-arrow-bg.png) no-repeat;
	width: 108px;
	height: 40px;
	right: 35px;
	bottom: 35px;
	z-index: 3
}

.swiper-news-pagination .swiper-button-prev {
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	filter: drop-shadow(0px 0px 20px #c88052)
}

.swiper-news-pagination .swiper-button-prev:after {
	display: none
}

.swiper-news-pagination .swiper-button-next {
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	filter: drop-shadow(0px 0px 20px #c88052)
}

.swiper-news-pagination .swiper-button-next:after {
	display: none
}

.swiper-news-pagination .swiper-pagination {
	color: #fff;
	font-size: 12px;
	bottom: 13px
}

.swiper-news-pagination .swiper-pagination .swiper-pagination-current {
	color: #cc7954
}

.download {
	position: absolute;
	left: -47px;
	bottom: -95px;
}

.download:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.download-button {
	background: url(../images/download.png) no-repeat;
	width: 447px;
	height: 333px;
	display: block;
	font-family: "Marcellus", sans-serif;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 116px 0px 0px 180px;
}

.download-button span {
	display: block;
	font-size: 14px;
	color: #000000;
	text-transform: none;
	margin-top: 4px;
	text-shadow: #ffffff2b 0px 1px 0px;
}

.more-downloads {
	top: -135px;
	position: relative;
	z-index: 2;
	color: #fff;
	padding-left: 5px;
	transition: 0.3s
}

.more-downloads a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	margin: 0px 20px;
	padding: 10px 0px 10px 22px;
	opacity: 0.4
}

.more-downloads a:hover {
	opacity: 1
}

.more-downloads span {
	opacity: 0.4
}

.windows {
	background: url(../images/windows-icon.png) left center no-repeat
}

.mac {
	background: url(../images/apple-icon.png) left center no-repeat
}

main {
	z-index: 4;
	/* min-height: 500px */
}

.newsBlock {
	background: url(../images/news-home-bg.jpg) no-repeat;
	z-index: 5;
	padding: 40px 45px
}

.h2-title {
	align-items: flex-end;
	margin-bottom: 25px
}

.h2-title span {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Marcellus", sans-serif;
	display: block;
	padding-left: 25px;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}

.h2-title span:before {
	content: "";
	position: absolute;
	background: url(../images/title-icon.png) no-repeat;
	width: 26px;
	height: 26px;
	left: -5px;
	top: 50%;
	margin-top: -13px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.h2-title a {
	color: #696868;
	font-size: 14px
}

.h2-title a:hover {
	color: #fff
}

.newsLink {
	position: relative;
	padding: 13px 0px 13px 50px;
	background: url(../images/news-icon.png) left top 12px no-repeat
}

.newsLink:after {
	content: "";
	background: url(../images/news-hover.png) no-repeat;
	position: absolute;
	width: 64px;
	height: 178px;
	right: -60px;
	top: 50%;
	margin-top: -89px;
	opacity: 0
}

.newsLink-info a {
	display: block;
	color: #fcedc0;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 300px;
	padding: 1px 0px;
	font-size: 16px;
	font-family: "Marcellus", sans-serif;
}

.newsLink-info span {
	color: #696868;
}

.newsLink-more {
	color: #cc7954;
	display: block;
	position: relative;
	padding-right: 20px
}

.newsLink-more span {
	opacity: 0;
	transition: 0.3s
}

.newsLink:hover:after {
	opacity: 1
}

.newsLink:hover .newsLink-info a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 10px;
	background: linear-gradient(#fdde91, #d5d5c8);
	-webkit-background-clip: text;
	color: transparent;
}

.newsLink:hover .newsLink-more span {
	opacity: 1
}

.newsLink:hover .newsLink-more:after {
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 28px;
	margin-top: -14px;
	right: -20px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.rightBodyLinks,
.leftBodyLinks {
	position: fixed;
	right: 0px;
	top: 30%;
	background: rgb(0 0 0 / 58%);
	padding: 3px 5px 7px 5px;
	z-index: 8;
	border-radius: 10px;
	box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);
}

.leftBodyLinks {
	right: unset;
	left: 13px;
}

.modal_video {
	max-width: 50% !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.rightBodyLinks a {
	display: block;
	text-align: center;
	color: #fcedc0;
	font-family: "Marcellus", sans-serif;
	font-size: 11px;
	margin: 8px 0px;
	min-width: 85px;
}

.rightBodyLinks a span {
	display: block;
	background-image: url(../images/right-panel-bg.png);
	width: 70px;
	height: 70px;
	position: relative;
	transition: 0.3s;
	margin: 0 auto;
	filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8));
}

.rightBodyLinks a span p {
	display: block;
	width: 70px;
	height: 70px;
	position: relative;
	transition: 0.3s;
	margin: 0 auto;
	color:
	orange;
	top: 56px;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.rightBodyLinks a span img {
	position: absolute
}

.rightBodyLinks a:hover span {
	background-image: url(../images/right-panel-bg-hover.png);
	filter: brightness(100%) drop-shadow(0px 10px 20px #ff0000);
}

.r-wiki span img {
	bottom: 18px;
	left: 18px
}

.r-shop span img {
	bottom: 18px;
	left: 17px
}

.r-forum span img {
	bottom: 18px;
	left: 18px
}

.toTop {
	background: url(../images/totop-img.png) left center no-repeat;
	height: 100px;
	display: flex;
	align-items: center;
	min-width: 100px;
	position: fixed;
	left: 0px;
	bottom: -131px;
	padding-left: 105px;
	cursor: pointer;
	transform: rotate(-90deg);
	z-index: 8
}

.toTop span {
	font-size: 12px;
	color: #fff;
	opacity: 0.2;
	font-family: "Marcellus", sans-serif;
	transition: 0.3s
}

.toTop:hover span {
	opacity: 1
}

.line {
	display: block;
	background: url(../images/line.png) center no-repeat;
	width: 100%;
	overflow-x: hidden;
	height: 86px
}

.mainHomeBlock {
	margin-bottom: 40px
}

.mainHomeBlock>div {
	height: 610px
}

.blockHome {
	background: url(../images/block-top-bg.png) center top no-repeat, url(../images/block-bottom-bg.png) center bottom no-repeat;
	background-color: #171719;
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
	padding: 35px 35px;
	width: 364px
}

.h2-title-table {
	border-bottom: 1px solid #22252d;
	padding-bottom: 25px;
	position: relative
}

.tabTable-block {
	display: none
}

.tabTable-block.active {
	display: block;
	animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
}

.tabTable {
	margin-right: -12px
}

.tabTable-button {
	cursor: pointer;
	display: inline-block;
	margin: 0px 12px;
	position: relative
}

.tabTable-button:after {
	content: "";
	position: absolute;
	width: 50%;
	margin-left: -25%;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: -26px;
	opacity: 0
}

.tabTable-button.active {
	color: #fff
}

.tabTable-button.active:after {
	opacity: 1
}

.tableBlock-title {
	background: url(../images/top-table-bg.png) repeat-x;
	height: 36px;
	padding: 0px 17px;
	display: flex;
	align-items: center;
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	width: 100%
}

.tableBlock-title span {
	color: #696868;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	display: block
}

.tableBlock-title_player {
	width: 62%
}

.tableBlock-title_level {
	width: 17%;
	text-align: center
}

.tableBlock-title_score {
	width: 21%;
	text-align: right
}

.tableBlock-content {
	display: flex;
	align-items: center;
	padding: 0px 50px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	width: 365px;
	margin-left: -35px
}

.tableBlock-content>div {
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	position: relative;
	height: 37px;
	padding-bottom: 1px
}

.tableBlock-content:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.1)
}

.tableBlock-content:hover {
	background-image: url(../images/hover-table.png)
}

.tableBlock-conten_number {
	width: 10%
}

.tableBlock-conten_name {
	width: 52%;
	display: flex !important;
	align-items: center;
	color: #fff;
	line-height: 1.2
}

.tableBlock-conten_name img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
	margin-right: 12px
}

.tableBlock-conten_name a {
	color: #fff;
	position: relative
}

.tableBlock-conten_lvl {
	width: 17%;
	justify-content: center;
	color: #a97fff
}

.tableBlock-conten_scr {
	width: 21%;
	justify-content: flex-end;
	color: #ffdda9
}

.color-purple {
	color: #a97fff
}

.color-blue {
	color: #4990df
}

.color-green {
	color: #4ac08d
}

.color-yellow {
	color: #e0a45e
}

.all-button {
	text-align: center;
	margin-top: 25px
}

.tablePopup {
	position: absolute;
	background: #000;
	padding: 15px 25px;
	width: 215px;
	z-index: 10;
	right: calc(100% + 15px);
	top: -40px;
	display: none
}

.tablePopup:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 36px;
	border: 10px solid transparent;
	border-left: 10px solid #000
}

.tablePopup-title {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 18px
}

.tablePopup-ava {
	text-align: center;
	margin-bottom: 18px
}

.tablePopup-ava img {
	width: 75px;
	height: 75px;
	border-radius: 50%
}

.tablePopup-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px
}

.tablePopup-block:last-child {
	margin-bottom: 18px
}

.tablePopup-block span {
	display: block
}

.tablePopup-block span:first-child {
	color: #8485a4
}

.tablePopup-block span:last-child {
	text-align: right
}

.tableBlock-conten_name a:hover .tablePopup {
	display: block;
	animation: 0.5s opas linear
}

.forumBlock-content {
	margin-top: -15px
}

.forumBlock {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0px
}

.forumBlock-ava {
	width: 70px;
}

.forumBlock-ava span {
	font-size: 12px;
	position: relative;
	top: -24px;
	left: 13px;
	width: 38px;
	background: #356b27;
	border-radius: 25px;
	height: 30px;
	padding-left: 4px;
	padding-right: 4px;
	box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 50%);
	color: #fff;
}

.forumBlock-ava img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5)
}

.forumBlock-text {
	width: calc(100% - 55px)
}

.forumBlock-text_link {
	color: #fcedc0;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	line-height: 1.2;
	background: linear-gradient(#ffffff, #835c60);
	-webkit-background-clip: text;
	color: transparent;
}

.forumBlock-text_link:hover {
	color: #fff;
	text-decoration: underline
}

.forumBlock-text_info {
	font-size: 11px;
	display: flex
}

.forumBlock-text_info-nick {
	margin-right: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	max-width: 90px;
	padding: 1px 0px
}

.forumBlock-text_info-nick a {
	color: #686868
}

.forumBlock-text_info-nick a:hover {
	color: #fff
}

.forumBlock-text_info-date {}

.forumBlock-text_info-comments {
	margin-left: 20px;
	background: url(../images/comment-icon.png) left center no-repeat;
	padding-left: 15px
}

.admin-group {
	color: #6579fe !important
}

.admin-group:hover {
	color: #fff !important
}

.socHome {
	width: 365px
}

.socButton {
	width: 365px;
	height: 115px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	font-size: 30px;
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-weight: 700;
	padding-left: 110px;
	position: relative;
	margin-bottom: 26px;
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3)
}

.socButton:hover {
	padding-left: 130px;
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.socButton span {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	margin-top: 5px;
	text-shadow: #000 0px 0px 3px;
}

.socButton:before {
	content: "";
	position: absolute;
	left: 40px;
	top: 50%
}

.socButton.socYoutube {
	background: url(../images/soc-button-red.jpg) no-repeat
}

.socButton.socYoutube:before {
	background: url(../images/wheel.png) no-repeat;
	width: 113px;
	height: 116px;
	margin-top: -28px;
	margin-left: -20px;
	filter: grayscale(80%);
}

.socButton.socDiscord {
	background: url(../images/soc-button-purple.jpg) no-repeat
}

.socButton.socDiscord:before {
	background: url(../images/discord2.png) no-repeat;
	width: 113px;
	height: 116px;
	margin-top: -28px;
	margin-left: -20px;
	filter: grayscale(80%);
}

.socButton.socFacebook {
	background: url(../images/soc-button-blue.jpg) no-repeat
}

.socButton.socFacebook:before {
	background: url(../images/slot.png) no-repeat;
	width: 113px;
	height: 116px;
	margin-top: -28px;
	margin-left: -20px;
	filter: grayscale(80%);
}

.socBlock {
	background: url(../images/soc-block.jpg) no-repeat;
	width: 365px;
	height: 187px;
	position: relative;
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3)
}

.socBlock:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	height: 130px;
	top: 50%;
	margin-top: -65px;
	background-color: rgba(255, 255, 255, 0.1)
}

.socBlock-button {
	text-align: center;
	width: 50%;
	height: 100%;
	padding: 20px;
	font-size: 30px;
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-weight: 700;
	position: relative;
	padding-top: 100px
}

.socBlock-button span {
	display: block;
	width: 100%;
	color: #fcedc0;
	font-size: 13px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	margin-top: 5px
}

.socBlock-button:before {
	content: "";
	position: absolute;
	width: 93px;
	height: 93px;
	top: 10px;
	left: 50%;
	margin-left: -46px;
	transition: 0.3s
}

.socBlock-button.socBlock-guides:before {
	background: url(../images/guides-icon.png) no-repeat
}

.socBlock-button.socBlock-forum:before {
	background: url(../images/forum-icon.png) no-repeat
}

.socBlock-button:hover:before {
	top: 0px
}

.bigSlider {
	position: relative
}

.bigSlider:after {
	content: "CLASSES";
	color: #161d2f;
	font-size: 122px;
	font-family: "Marcellus", sans-serif;
	position: absolute;
	top: -35px;
	left: 140px;
	letter-spacing: 10px;
	opacity: 0.2
}

.slider-for {
	width: 100%;
	background: url(../images/big-slider-bg.jpg) center top 50px no-repeat;
	z-index: 2;
	position: relative
}

.slider-for:before {
	content: "";
	position: absolute;
	background: url(../images/line.png) no-repeat;
	width: 1148px;
	height: 86px;
	left: 50%;
	margin-left: -574px;
	top: 10px
}

.tabs-content {
	display: none;
	opacity: 0
}

.tabs-content.active {
	display: block;
	opacity: 1;
	animation: 1s opas linear
}

.slideTabs {
	position: relative
}

.slideContent {
	position: relative;
	padding: 120px 120px 70px 140px;
	height: 700px
}

.hero-logo {
	position: absolute;
	left: -10px;
	top: 65px
}

.hero-trailer {
	position: absolute;
	left: -10px;
	top: 180px;
	transition: .2s all ease;
	cursor: pointer;
}

.hero-trailer:hover {
	transform: scale(1.1);
}

.slide-hero {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 1
}

.slide-tabs-caption {
	position: absolute;
	display: flex;
	z-index: 3;
	transform: rotate(-90deg);
	top: 280px;
	left: -10px
}

.slide-tabs-caption li {
	margin: 0px 15px;
	cursor: pointer
}

.slide-tabs-caption .active {
	color: #fff
}

.slideInfo {
	position: relative;
	z-index: 2;
	padding-bottom: 19px;
}

.slideInfo-name {
	color: #fff;
	font-size: 60px;
	display: block;
	font-family: "Marcellus", sans-serif;
	letter-spacing: 5px;
	margin-bottom: 40px;
	text-transform: uppercase
}

.slideInfo-text {
	width: 100%;
	max-width: 500px;
	font-size: 12px;
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 45px
}

.slideInfo-stats {
	max-width: 580px
}

.slideInfo-stats_title {
	color: #cc7954;
	font-size: 18px;
	font-family: "Marcellus", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block
}

.stats {
	padding: 4px 0px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 20px
}

.stats img {
	padding: 10px 0px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 10px;
}

.stats span {
	display: block;
	font-family: "Marcellus", sans-serif;
}

.stats-name {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	width: 119px;
}

.stats-bar {
	width: 120px;
	background: rgba(255, 255, 255, 0.1);
	height: 3px;
	margin-right: 15px
}

.stats-bar span {
	width: 0%;
	height: 3px;
	position: relative;
	transition: 3s;
	max-width: 100%;
}

.stats-bar span:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 8px;
	height: 3px
}

.stats-number {
	font-size: 12px;
	width: 20px;
}

.stat-green {
	color: #46c022;
	text-shadow: #000 0px 0px 3px;
}

.stat-green span {
	background: linear-gradient(to right, #1e3621, #4fee20)
}

.stat-green span:after {
	box-shadow: 0px 0px 10px 1px #4fee20
}

.stat-red {
	color: #cf4721
}

.stat-red span {
	background: linear-gradient(to right, #451b15, #cf3e14)
}

.stat-red span:after {
	box-shadow: 0px 0px 10px 1px #cf3e14
}

.stat-yellow {
	color: #cd8c21
}

.stat-yellow span {
	background: linear-gradient(to right, #332615, #cf8914)
}

.stat-yellow span:after {
	box-shadow: 0px 0px 10px 1px #cf8914
}

@keyframes opas {
	0% {
		display: none;
		opacity: 0
	}

	1% {
		display: block;
		opacity: 0
	}

	100% {
		display: block;
		opacity: 1
	}
}

.slick-active .slideFor .stats-bar span {
	width: 100%
}

.hero_3 {
	right: 0
}

.bigSlider .slick-arrow {
	width: 150px;
	height: 150px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	box-shadow: none
}

.bigSlider .slick-arrow:hover {
	filter: brightness(100%)
}

.bigSlider .slick-arrow.slick-prev {
	background: url(../images/slick-left.jpg) no-repeat;
	left: -85px
}

.bigSlider .slick-arrow.slick-next {
	background: url(../images/slick-right.jpg) no-repeat;
	right: -85px
}

.slideNav {
	cursor: pointer;
	transition: 0.3s
}

.slideNav-img {
	background: url(../images/hero-slider-mini-bg.png) center no-repeat;
	width: 120px;
	height: 120px;
	position: relative;
	margin: 0 auto;
	transition: 0.3s
}

.slideNav-img img {
	position: absolute;
	bottom: 0px;
	transition: 0.3s
}

.slideNav-text {
	text-align: center;
	color: #fcedc0;
	font-size: 16px;
	font-family: "Marcellus", sans-serif;
	position: relative;
	top: -10px;
	transition: 0.3s
}

.slider-nav {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	margin-top: -180px;
	z-index: 5
}

.slider-nav:before {
	content: "";
	position: absolute;
	background: url(../images/hero-border.png) no-repeat;
	width: 1000px;
	height: 257px;
	left: 50%;
	margin-left: -489px;
	top: -100px
}

.bigSlider .slick-center .slideNav-img {
	background: url(../images/hero-slider-mini-hover-bg.png) center no-repeat;
	filter: drop-shadow(0px 0px 25px rgba(248, 72, 21, 0.7))
}

.bigSlider .slick-center .slideNav-img img {
	transform: scale(1.3)
}

.bigSlider .slick-center .slideNav-text {
	font-size: 20px;
	top: 5px
}

.sliderGallery {
	position: relative;
	margin-top: -10px;
	margin-bottom: 30px;
	width: 1200px;
	margin: 0 auto;
}

.slider-nav .slick-track {
	height: 180px;
	padding-top: 30px
}

.sliderGallery .slick-list {
	padding: 20px 0px;
	max-width: 960px;
	width: 100%;
	margin: 0 auto
}

.sliderGallery .slick-arrow {
	width: 65px;
	height: 65px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.5));
	transition: 0.3s;
	box-shadow: none
}

.sliderGallery .slick-arrow:hover {
	width: 93px;
	height: 93px;
	margin-top: -46px
}

.sliderGallery .slick-arrow.slick-prev {
	background: url(../images/c-left.png) no-repeat;
	left: 0px
}

.sliderGallery .slick-arrow.slick-prev:hover {
	background: url(../images/c-left-hover.png) no-repeat;
	left: -15px
}

.sliderGallery .slick-arrow.slick-next {
	background: url(../images/c-right.png) no-repeat;
	right: 0px
}

.sliderGallery .slick-arrow.slick-next:hover {
	background: url(../images/c-right-hover.png) no-repeat;
	right: -15px
}

.sliderImg img {
	width: 220px;
	height: 145px;
	transition: 0.3s;
	margin: 0 auto
}

.sliderImg img:hover {
	transform: scale(1.1);
	box-shadow: 20px 0px 15px 1px rgba(0, 0, 0, 0.5), -20px 0px 15px 1px rgba(0, 0, 0, 0.5)
}

footer {
	background: #04060c;
	padding: 55px 0px
}

.footerMenu-block {
	width: 25%
}

.f-menu li a {
	position: relative;
	color: #fff;
	opacity: 0.3;
	display: block;
	background: url(../images/menu-f-icon.png) left center no-repeat;
	padding: 11px 0px 11px 24px
}

.f-menu li a:hover {
	opacity: 1
}

.e-mail {
	padding-top: 11px;
	margin-bottom: 30px
}

.e-mail p {
	margin-bottom: 14px;
	color: #fff;
	opacity: 0.3
}

.e-mail a {
	color: #fff
}

.e-mail a:hover {
	text-decoration: underline
}

.f-soc-icons {
	display: flex
}

.f-soc-icons a {
	display: block;
	height: 16px;
	opacity: 0.3;
	margin-right: 16px
}

.f-soc-icons a:hover {
	opacity: 1
}

.f-soc-icons .twitter {
	background: url(../images/soc-icons.png) left top no-repeat;
	width: 17px
}

.f-soc-icons .vk {
	background: url(../images/soc-icons.png) left -33px top no-repeat;
	width: 20px
}

.f-soc-icons .fb {
	background: url(../images/soc-icons.png) left -74px top no-repeat;
	width: 15px
}

.f-soc-icons .twitch {
	background: url(../images/soc-icons.png) left -110px top no-repeat;
	width: 16px
}

.footerInfo-block {
	margin-bottom: 0;
}

.playments img {
	opacity: 0.4
}

.copy span {
	color: #fff;
	opacity: 0.3
}

.copy a {
	color: #fff;
	opacity: 1
}

.copy a:hover {
	text-decoration: underline
}

.f-text {
	width: calc(100% - 200px);
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.3;
	color: #fff;
	opacity: 0.3
}

.modal_div {
	width: 100%;
	min-height: 400px;
	max-width: 480px;
	background: url(../images/modal-bg.png) center bottom no-repeat;
	background-color: rgba(0, 0, 0, 0.95);
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -240px;
	display: none;
	opacity: 0;
	z-index: 35;
	padding: 50px 60px;
	box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.5)
}

.modal_div .modal_close {
	width: 56px;
	height: 56px;
	position: absolute;
	top: -28px;
	right: -28px;
	cursor: pointer;
	display: block;
	background: url(../images/close-icon.png) no-repeat;
	transition: 0.3s;
	filter: drop-shadow(0px 10px 14px rgba(0, 0, 0, 0.6))
}

.modal_div .modal_close:hover {
	filter: brightness(120%)
}

#overlay {
	z-index: 30;
	position: fixed;
	background-color: #070a11;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.modalTitle {
	color: #cc7954;
	font-size: 24px;
	font-family: "Marcellus", sans-serif;
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	margin-bottom: 30px
}

.enterButtons {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 30px
}

.enterButtons a {
	display: flex;
	align-items: center;
	width: 346px;
	height: 58px;
	font-size: 18px;
	font-weight: 700;
	font-family: "Marcellus", sans-serif;
	line-height: 1.3;
	padding-left: 85px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	letter-spacing: 2px
}

.facebook-button {
	background: url(../images/facebook-button.png) left no-repeat;
	color: #fff;
	margin-bottom: 15px
}

.google-button {
	background: url(../images/google-button.png) left no-repeat;
	color: #000;
	text-shadow: none !important
}

.fieldGroup {
	position: relative;
	margin: 20px 0px
}

.fieldGroup input {
	width: 100%;
	height: 100%
}

.fieldGroup span {
	position: absolute;
	color: #696868;
	font-size: 11px;
	z-index: 1;
	display: block;
	padding: 5px;
	background: #040609;
	left: 10px;
	top: -12px;
	text-transform: uppercase
}

.fieldGroup:hover span {
	color: #fc9162;
	text-shadow: 1px 1px 10px #fc9162, -1px -1px 10px #fc9162
}

.enter {
	padding-top: 10px
}

.enterLinks p {
	margin-bottom: 0px;
	margin: 5px 0px
}

.enterLinks a {
	font-size: 14px
}

.enterLinks a:hover {
	color: #fff
}

.forgot {
	color: #696868;
	margin-bottom: 6px
}

.sign {
	color: #fcedc0;
	text-decoration: underline
}

.btn {
	position: fixed;
	top: 12px;
	left: 20px;
	z-index: 15;
	transition: 0.3s
}

.btn span {
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	margin: 5px 0px;
	opacity: 0.8;
	border-radius: 2px;
	transition: 0.3s;
	position: relative
}

.btn.active {
	left: 270px;
	top: 20px
}

.btn.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 8px
}

.btn.active span:nth-child(2) {
	display: none
}

.btn.active span:nth-child(3) {
	transform: rotate(-45deg)
}

.main {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 190px */
	margin-top: 60px;
}

aside {
	max-width: 365px;
	width: 100%
}

aside>div {
	margin-bottom: 15px
}

aside>div:last-child {
	margin-bottom: 0px
}

.content {
	width: calc(100% - 0px - 0px);
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
	background: url(../images/content-top-bg.jpg) center top repeat-x, url(../images/content-bottom-bg.jpg) center bottom repeat-x;
	background-color: #171719;
	padding: 35px
}

.content-page {
	color: #feffff;
	line-height: 1.6
}

.content-page a {
	color: #ffdda9;
	text-decoration: none
}

.content-page a:hover {
	color: #696868
}

.content-page p {
	margin-bottom: 25px
}

.h2-title-content {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 25px;
	line-height: 1
}

.h2-title-content a {
	color: #fff;
	text-decoration: none;
	position: relative
}

.h2-title-content a:after {
	content: "";
	position: absolute;
	width: 50%;
	margin-left: -25%;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: -26px
}

.page-date {
	font-size: 13px;
	color: #fcedc0
}

.page-date span {
	font-weight: 600;
	font-size: 18px
}

.downloadBlock-content {
	padding-top: 40px;
	padding-bottom: 20px
}

.downloadBlock {
	background: url(../images/down-block-bg.jpg) center no-repeat;
	background-size: cover;
	max-width: 560px;
	width: 100%;
	padding: 40px 80px 55px 80px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-decoration: none
}

.downloadBlock-title {
	display: block;
	color: #ffdda9;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px
}

.downloadBlock-title span {
	color: #fff
}

.downloadBlock-text {
	color: #ffffff;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 35px
}

.downloadBlock-button {
	text-align: center
}

.d-button {
	display: block;
	width: 105px;
	height: 115px;
	text-align: center;
	padding-top: 90px;
	font-size: 13px;
	font-weight: 600;
	margin: 10px;
}

.d-button.googleButton {
	background: url(../images/google-img.png) center top 20px no-repeat;
	background-color: #453b90;
	color: #fff
}

.d-button.dropboxButton {
	background: url(../images/dropbox-img.png) center top 20px no-repeat;
	background-color: #1a2535;
	color: #696868
}

.d-button:hover {
	transform: scale(1.1);
	color: #fff
}

.drivers {
	margin-bottom: 80px
}

.drivers span {
	display: block;
	text-align: center;
	color: #ffdda9;
	font-size: 15px;
	margin-bottom: 20px
}

.mirror-title {
	color: #ffdda9;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 60px
}

.mirrorBlock {
	text-align: center;
	margin-bottom: 65px
}

.mirrorBlock p {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px
}

.mirrorBlock p span {
	color: #a97fff
}

.acc {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 30px
}

.acc-title {
	display: block;
	text-align: center;
	color: #ffdda9;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px
}

.fieldGroup-input {
	background: #040609;
	border: 1px solid #36383a;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	font-size: 16px;
	transition: 0.3s
}

.accBlock-content {
	width: calc(50% - 15px)
}

.formGroup {
	position: relative;
	margin-top: 15px;
	padding-bottom: 15px
}

.formGroup input {
	padding: 15px
}

.formGroup div {
	padding: 15px
}

.formGroup span {
	position: absolute;
	color: #696868;
	font-size: 11px;
	z-index: 1;
	display: block;
	padding: 5px;
	background: url(../images/span-bg-input.jpg) center repeat-x;
	left: 10px;
	top: -10px;
	display: block;
	transition: 0.3s
}

.formGroup:hover span {
	color: #fc9162;
	text-shadow: 1px 1px 10px #fc9162, -1px -1px 10px #fc9162
}

.formGroup:hover div {
	border: 1px solid #fc9162;
	box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

.change-button {
	text-align: center;
	padding: 40px 0px
}

.support {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 60px
}

.supportButton {
	width: 50%;
	text-align: center
}

.row {
	display: flex;
	flex-wrap: wrap;
	/* margin-left: -15px; */
	width: calc(100% + 0px);
	margin-top: 10px;
}

.block-6 {
	width: 50%;
	padding: 0px 15px
}

.heroLeft-img {
	height: 310px;
	background: radial-gradient(#282240, #08090e 70%);
	margin-bottom: 15px;
	text-align: center
}

.heroLeft-button button,
.heroLeft-button .button {
	width: 100%
}

.heroName {
	font-family: "Marcellus", sans-serif;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	background-color: #030508;
	width: 100%;
	height: 81px;
	margin-bottom: 20px
}

.heroflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.flexBlock {
	width: calc(50% - 1px);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 81px;
	background-color: #030508;
	color: #a97fff;
	font-size: 30px;
	position: relative;
	border: 1px solid #3f4045
}

.flexBlock b {
	font-weight: 400;
	font-size: 14px;
	display: block;
	margin-left: 5px;
	padding-top: 12px
}

.flexBlock .flexBlock-sp {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 21px;
	margin-top: -11px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 1
}

.flexBlock .flexBlock-sp span {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 10px;
	height: 21px;
	line-height: 21px;
	background: url(../images/span-bg.jpg) repeat-x
}

.flexBlock-flag {
	border: none
}

.flexBlock-lvl {
	border: none;
	background: #090b11
}

.hero {
	margin-bottom: 50px
}

.heroInfo {
	margin-bottom: 50px
}

.heroInfo-title {
	text-align: center;
	color: #ffdda9;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 30px
}

.heroInfo-row {
	display: flex;
	justify-content: space-between;
	background-color: #0d0f17;
	margin-bottom: 2px
}

.heroInfo-row span {
	padding: 17px;
	color: #fff
}

.heroInfo-row span:last-child {
	color: #a97fff
}

.flexBlock-guild {
	background-color: #090b10;
	border: none;
	font-size: 20px
}

.flexBlock-guild b {
	padding-top: 6px
}

.infoTitle {
	display: block;
	text-align: center;
	color: #ffdda9;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 30px
}

.t-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/transfer-button.jpg) no-repeat;
	max-width: 469px;
	width: 100%;
	height: 87px;
	margin: 0 auto;
	margin-bottom: 15px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.t-button:hover {
	filter: brightness(120%)
}

.ticketTitle {
	margin-bottom: 25px
}

.ticketTitle-number {
	color: #ffdda9;
	font-size: 18px;
	font-family: "Marcellus", sans-serif;
	text-transform: uppercase;
	margin: 10px
}

.ticketTitle-number span {
	display: block;
	color: #fff;
	font-size: 12px;
	padding-top: 5px
}

.table-row {
	margin-right: -35px;
	margin-left: -35px
}

.tableTicket thead tr {
	background: url(../images/top-table-bg.png) repeat-x
}

.tableTicket thead tr td {
	color: #696868;
	font-size: 10px;
	padding: 13px 12px 13px 12px;
	white-space: nowrap
}

.tableTicket thead tr td:first-child {
	padding: 13px 0px 13px 30px
}

.tableTicket thead tr td:last-child {
	padding: 13px 30px 13px 12px
}

.tableTicket thead tr td:nth-child(2) {
	padding: 13px 12px 13px 0px
}

.tableTicket tbody tr td {
	padding: 16px 12px 16px 12px;
	border-bottom: 1px solid #030508;
	border-top: 1px solid #12141e;
	line-height: 1.3
}

.tableTicket tbody tr td:first-child {
	padding: 16px 0px 16px 30px
}

.tableTicket tbody tr td:last-child {
	padding: 16px 30px 16px 12px
}

.tableTicket tbody tr td:nth-child(2) {
	padding: 16px 12px 16px 0px;
	white-space: nowrap
}

.tableTicket tbody tr td:nth-child(3) {
	white-space: nowrap
}

.tableTicket tbody tr td:nth-child(4) {
	background: #1a182a;
	text-align: center
}

.message-button {
	border: 2px solid #a97fff;
	color: #a97fff;
	text-transform: uppercase;
	padding: 12px 18px;
	display: block;
	cursor: pointer;
	transition: 0.3s;
	white-space: nowrap;
	text-align: center
}

.message-button:hover {
	background: #a97fff;
	color: #fff
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0px
}

.pagination .number {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/row.png) no-repeat;
	width: 93px;
	height: 93px;
	position: relative;
	z-index: 1;
	margin: 0px -2px;
	font-weight: 600;
	color: #707280;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4))
}

.pagination .number.pag:after {
	content: '';
	width: 24px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px
}

.pagination .number.pag-prev:after {
	background: url(../images/left.png) no-repeat;
	margin-left: -15px
}

.pagination .number.pag-next:after {
	background: url(../images/right.png) no-repeat;
	margin-left: -11px
}

.pagination .number.active {
	color: #fff;
	background: url(../images/row-hover.png) no-repeat
}

.pagination .number:hover {
	color: #fff;
	background: url(../images/row-hover.png) no-repeat
}

.chatBlock {
	display: flex;
	padding: 20px 0px
}

.chatBlock-ava {
	width: 85px;
	display: flex
}

.chatBlock-ava img {
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.chatBlock-content {
	width: calc(100% - 85px);
	background: #21212f;
	box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.3);
	padding: 25px;
	position: relative
}

.chatBlock-content_name {
	color: #a27af5;
	margin-bottom: 15px
}

.chatBlock-content_text {
	line-height: 1.4;
	margin-bottom: 15px;
	color: #fff
}

.chatBlock-content_date {
	color: #6a6a87;
	font-weight: 600;
	font-size: 12px
}

.chatBlock-content:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 23px;
	border: 10px solid transparent;
	border-right: 10px solid #21212f
}

.chatBlock-content textarea {
	background: #1a1a26;
	border: 1px solid #1a1a26;
	display: block;
	margin-bottom: 25px;
	min-height: 120px
}

.chatBlock-content textarea:hover {
	border: 1px solid #fc9162
}

.chatBlock-user {
	flex-direction: row-reverse
}

.chatBlock-user .chatBlock-ava {
	justify-content: flex-end
}

.chatBlock-user .chatBlock-content {
	text-align: right;
	background: #1e253d
}

.chatBlock-user .chatBlock-content:before {
	right: auto;
	left: 100%;
	border-left: 10px solid #1e253d;
	border-right: none
}

.chatBlock-user .chatBlock-content_name {
	color: #4a92c0
}

.form {
	width: 100%;
	max-width: 330px;
	margin: 0 auto
}

.form button,
.form .button {
	width: 100%;
	max-width: 330px;
	margin-top: 15px
}

.topTitle {
	color: #ffdda9;
	font-family: "Marcellus", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.rankingTable td {
	white-space: nowrap;
	padding: 15px 10px
}

.rankingTable td:first-child {
	padding: 15px 0px 15px 35px
}

.rankingTable td:last-child {
	padding: 15px 35px 15px 10px;
	text-align: right
}

.rankingTable thead tr {
	background: #1a1d2d
}

.rankingTable thead tr td {
	color: #908585;
	font-size: 15px;
	text-transform: uppercase;
	padding: 20px 10px
}

.rankingTable thead tr td:first-child {
	padding: 20px 0px 20px 35px
}

.rankingTable thead tr td:last-child {
	padding: 20px 35px 20px 10px
}

.rankingTable tbody tr {
	transition: 0.3s;
	background-image: url(../images/hover-big.png);
	background-position: center top -100px;
	background-repeat: no-repeat
}

.rankingTable tbody tr:nth-child(even) {
	background-color: #13131e
}

.rankingTable tbody tr:nth-child(odd) {
	background-color: #1a1b25
}

.rankingTable tbody tr:hover {
	background-position: center top -2px
}

.rankingTable tbody tr td {
	color: #696868
}

.rankingTable tbody tr td:nth-child(1) {
	font-size: 13px
}

.rankingTable tbody tr td:nth-child(2) {
	font-size: 12px;
	color: #cbff3f;
	text-shadow: 0px 0px 8px #82e700
}

.rankingTable tbody tr td:nth-child(3) {
	font-weight: 600;
	color: #fff
}

.rankingTable tbody tr td:nth-child(4) {
	display: flex;
	align-items: center
}

.rankingTable tbody tr td:nth-child(4) img {
	margin-right: 15px;
	width: 24px;
	height: 24px;
	border-radius: 50%
}

.rankingTable tbody tr td:nth-child(6) {
	font-size: 13px;
	text-align: right
}

.rankingTable tbody tr td:nth-child(6) span {
	color: #f08d2f
}

.register header {
	height: 530px
}

.mainRegister {
	max-width: 980px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center
}

.blockR {
	width: 100%;
	max-width: 480px;
	margin: 13px
}

.regBlock {
	background: url(../images/modal-bg.png) center bottom no-repeat;
	background-color: #030508;
	padding: 50px 65px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2)
}

.regBlock .modalTitle {
	margin-bottom: 50px
}

.regBlock .fieldGroup {
	margin: 0px 0px 55px 0px
}

.regBlock .enterLinks {
	display: flex;
	margin-left: -8px;
	margin-bottom: 40px
}

.regBlock .enterLinks p {
	margin: 0px 8px
}

.s-server {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #030508;
	margin-bottom: 25px
}

.s-server li {
	background: url(../images/ch-bg.png) no-repeat;
	height: 54px;
	width: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffdda9;
	font-family: "Marcellus", sans-serif;
	cursor: pointer;
	padding-right: 2px;
	margin: 12px 8px;
	transition: 0.3s;
	position: relative
}

.s-server li:before {
	content: "";
	position: absolute;
	background: radial-gradient(#2b3492, #141941);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -18px;
	transition: 0.3s;
	opacity: 0
}

.s-server li:hover:before {
	opacity: 1
}

.s-server li.active:before {
	opacity: 1
}

.s-server li span {
	position: relative;
	z-index: 1
}

.s-acc {
	background: url(../images/modal-bg.png) center bottom no-repeat;
	background-color: #030508;
	padding: 35px 65px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
	height: 100%
}

.check-container {
	display: block;
	position: relative;
	width: 19px;
	height: 19px;
	cursor: pointer;
	user-select: none
}

.h3-title {
	display: block
}

.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: #030508
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.check-container input:checked~.checkmark:after {
	display: block
}

.check-container .checkmark:after {
	background: url(../images/check.png) no-repeat;
	left: 4px;
	top: 5px;
	width: 12px;
	height: 9px
}

.check-container-close .checkmark:after {
	background: url(../images/check-close.png) no-repeat;
	left: 5px
}

.select-acc_check {
	display: flex
}

.select-acc_check label {
	margin-right: 9px
}

.select-acc {
	background: url(../images/top-table-bg.png) repeat-x;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 9px
}

.select-acc:last-child {
	margin-bottom: 0px
}

.unsimple {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	height: 30px;
	opacity: 0.4;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.unsimple:hover {
	opacity: 0.8;
}


/* Market addon */

.market-panel {
	position: relative;
	margin-top: -10px;
	margin-bottom: 30px;
	height: 370px;
	padding: 30px;
	background: #12141e;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.market-panel h2 {
	text-align: left;
	color: #fff;
	font-size: 30px;
	display: block;
	width: 100%;
	font-family: "Marcellus", sans-serif;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.list-goods {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.list-goods li {
	width: 140px;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	border: 1px solid #192033;
	background-color: #0a0d16;
	transition: 0.3s;
}

.list-goods li:hover {
	margin-top: -10px;
}

.title-good {
	font-size: 12px;
	font-weight: normal;
	margin-top: -20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.market-panel .price {
	top: -8px;
	right: 0;
}

.list-goods li img {
	max-height: 135px;
	max-width: 135px;
	width: 135px;
	height: 135px;
	object-fit: none;
}

.button-buy {
	padding: 5px 18px;
	margin: 10px 0;
	background: #12141e;
	color: white;
	border: none;
	transition: 0.3s;
}

.button-buy:hover {
	background: #251f1f;
	box-shadow: 2px 4px 20px 0 #000;
	color: #ff0000;
}

.price {
	position: relative;
	right: 10px;
	color: #ffcc00;
	margin-top: 4px;
}

.price::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	right: -20px;
}

.button-market {
	position: relative;
	text-transform: uppercase;
	padding: 13px 40px 13px 28px;
	background: #251f1f;
	color: #dfbc60;
	border: none;
	margin-bottom: -10px;
}

.button-market::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 14px;
	height: 16px;
	background: url('../images/more-icon.png') 0 0 no-repeat;
}

.button-market:hover {
	background: #010000;
	box-shadow: 2px 4px 20px 0 #401e1e;
	color: #ff0000;
}

.padding-top {
	padding-top: 50px;
}

.settings {
	text-align: left;
	background-color: #324057;
}

@media screen and (min-width: 1279px) and (max-width: 1281px) {
	.serverSwitch {
		bottom: 15% !important;
	}
}

@media screen and (max-width: 768px) {
	.serverSwitch {
		bottom: unset !important;
		top: 50% !important;
	}

	.modal_div {
		width: 80% !important;
		max-width: 80% !important;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.option {
	transition: all 0.3s ease;
	cursor: pointer;
	background: url(../images/button-blue-small.png) no-repeat;
	height: 50px;
	width: 163px;
	border: none;
	color: #ffffff !important;
	font-family: "Marcellus", sans-serif;
	font-size: 12px;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	/* letter-spacing: 2px; */
	display: inline-block;
	line-height: 50px;
	margin-left: 5px;
	/* box-shadow: 0px 0px 22px 5px rgb(59 36 151 / 20%), 0px 10px 15px 4px rgb(0 0 0 / 30%); */
	/* filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8)); */
}

.active_btn {
	transition: all 0.3s ease;
	cursor: pointer;
	/* background: url(../images/button.png) no-repeat; */
	color: #ffffff !important;
	filter: brightness(100%) drop-shadow(0px -3px 20px rgba(81, 87, 156, 0.8));
}

.jumbotron {
	margin-bottom: 20px;
	/* float: right; */
}

.switch {
	margin-bottom: 20px;
	float: right
}

hr {
	border: none;
}

.bah-accordion {
	width: 100%;
	margin: 10px auto 10px auto;
	text-align: left;
}

.bah-accordion__element__header {
	position: relative;
	z-index: 4;
	display: block;
	cursor: pointer;
	background: #1f1f22;
	font-size: 22px;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);
	color: #d3d3d3;
	font-family: "Marcellus", sans-serif;
	border-bottom: 1px solid #303034;
}

.bah-accordion__element__header:hover {
	background: #2d2d32;
}

.bah-accordion__element__check:checked+.bah-accordion__element__header,
.bah-accordion__element__check:checked+.bah-accordion__element__header:hover {}

.bah-accordion__element__header:hover:after,
.bah-accordion__element__check:checked+.bah-accordion__element__header:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}

.bah-accordion__element__check {
	display: none;
}

.bah-accordion__element__content {
	overflow: hidden;
	height: 0;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.bah-accordion__element__check:checked~.bah-accordion__element__content {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.bah-accordion__element__check:checked~.bah-accordion__element__content--small {
	height: auto;
	padding: 20px 0px 21px 0px;
}

.bah-accordion__element__check:checked~.bah-accordion__element__content--medium {
	height: 180px;
}

.bah-accordion__element__check:checked~.bah-accordion__element__content--large {
	height: 230px;
}

.col-sm-6 {
	margin-right: 5px;
	width: 352px;
	line-height: 40px;
}

.col-sm-2 {
	width: 200px;
	line-height: 40px;
}

.col-sm-8 {
	width: 355px;
}

.form-control {
	width: 350px;
	margin-right: 5px;
}

.last {
	display: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	background: url(../images/next-arrow.png) center no-repeat;
	margin-right: 15px;
	text-indent: -9999px;
}

.current, .prev, .next {
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff !important;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	background: #424242 !important;
	border: 1px solid #17171a;
	/* box-shadow: 0px 0px 10px 0px rgb(0 0 0), inset 0px 0px 10px 0px rgb(10 10 12); */
}

.larger {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	color: #fff;
	background: #1f221a;
	border: 1px solid #17171a;
	/* box-shadow: 0px 0px 10px 0px rgb(0 0 0), inset 0px 0px 10px 0px rgb(10 10 12); */
}

.nextpostslink {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	color: #fff;
	background: #1f221a;
	border: 1px solid #17171a;
}

.tabset>input[type="radio"] {
	position: absolute;
	left: -200vw;
}

.tabset .tab-panel {
	display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
	display: block;
}

.tabset>label {
	position: relative;
	display: inline-block;
	padding: 0px 30px 10px;
	cursor: pointer;
	/* font-weight: 600; */
	margin: -1px;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	border-bottom: 1px solid #ffffff05;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.tabset>label:before {
	content: "";
	position: absolute;
	background: url(../images/title-icon.png) no-repeat;
	width: 26px;
	height: 26px;
	left: -5px;
	top: 50%;
	margin-top: -18px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.tabset>label:hover,
.tabset>input:focus+label {
	color: #fbef97;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
	background: #06c;
}

.tabset>input:checked+label {
	border-bottom: 1px solid #fffcc536;
}

.tab-panel {
	padding: 19px 0;
}

.tabset {
	/* max-width: 65em; */
}

.col {
	width: 50%;
	text-align: left;
	border-bottom: 1px solid #ffffff12;
	padding: 5px;
	font-size: 12px;
}

.langBlock {
	position: relative;
	top: 102px;
}

.langBlock-active {
	position: relative;
	cursor: pointer;
}

.langBlock-active img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 4px;
	transition: 0.3s;
}

.langBlock-active:before {
	content: "";
	position: absolute;
	background: url(../images/arrow-v.png) no-repeat;
	width: 10px;
	height: 6px;
	left: -15px;
	top: 50%;
	margin-top: -3px;
	opacity: 0.15;
	transition: 0.3s;
}

.langBlock-active:hover img {
	border: 1px solid white;
}

.langBlock-active:hover:before {
	opacity: 1;
}

.langBlock-active.active img {
	border: 1px solid white;
}

.langBlock-active.active:before {
	opacity: 1;
	transform: rotate(180deg);
}

.langBlock-content {
	background: url(../images/dark-fon.png);
	padding: 15px 0px;
	position: absolute;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.langBlock-content:after {
	content: '';
	border: 6px solid transparent;
	border-bottom-color: #222222;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
}

.langBlock-content li a {
	min-width: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 25px;
}

.langBlock-content li a:hover {
	background: rgba(255, 255, 255, 0.05);
}

.modal-header h5:before {
	content: "";
	position: absolute;
	background: url(../images/title-icon.png) no-repeat;
	width: 26px;
	height: 26px;
	left: -5px;
	top: 50%;
	margin-top: -13px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.modal-header h5 {
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Marcellus", sans-serif;
	display: block;
	padding-left: 25px;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}

.tool {
	cursor: help;
	position: relative;
	width: 32px;
	height: 32px;
	white-space: pre-line;
	margin: 0px;
	padding: 1px;
	line-height: 13px;
	font-weight: lighter;
}

.float-left::first-line {
	color: yellow;
}

.tool::before,
.tool::after {
	left: 50%;
	opacity: 0;
	position: absolute;
	z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
	opacity: 1;
	transform: scale(1) translateY(0);
	z-index: 100;
}


/*== pointer tip ==*/

.tool::before {
	border-style: solid;
	border-width: 1em 0.75em 0 0.75em;
	border-color: #282627 transparent transparent transparent;
	bottom: 100%;
	content: "";
	top: -27px;
	margin-left: -0.5em;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
	transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}


/*== speech bubble ==*/

.tool::after {
	background: #282627;
	border-radius: .25em;
	bottom: 180%;
	color: #EDEFF0;
	content: attr(data-tip);
	text-shadow: #00000061 0px 1px 0px;
	margin-left: -8.75em;
	padding: 1em;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
	transform: scale(.6) translateY(50%);
	width: 17.5em;
}

.tool:hover::after,
.tool:focus::after {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

@media (max-width: 760px) {
	.tool::after {
		font-size: .75em;
		margin-left: -5em;
		width: 10em;
	}
}

.tooltip-pure-css {
	position: relative;
	color: #1a87E9;
	/* #43B7E9; */
	/* #3B627E; */
	font-weight: bolder;
	text-shadow: 1px 1px 1px #111;
	cursor: pointer;
	float: left;
	white-space: pre;
	font-size: 14px;
	font-family: arial;
	text-transform: none;
}

.tooltip-pure-css:hover::before {
	content: "";
	border: solid transparent;
	border-bottom-color: #7ca033;
	border-width: 10px;
	position: absolute;
	top: 20px;
	left: 7px;
}

.tooltip-pure-css:hover::after {
	content: attr(data-tooltip-pure-css);
	position: absolute;
	min-width: 15em;
	font-weight: 100;
	line-height: 1.3em;
	margin: 0;
	background: #7ca033;
	color: #000;
	text-shadow: 1px 1px 1px #fff3;
	padding: 15px;
	border-radius: 5px;
	left: -13%;
	top: 38px;
	z-index: 25000;
	font-size: 0.7em;
}

.item-opt {
	position: relative;
	color: #1a87E9;
	/* #43B7E9; */
	/* #3B627E; */
	font-weight: bolder;
	text-shadow: 1px 1px 1px #111;
	cursor: pointer;
	float: left;
}

.item-opt:hover::before {
	content: "";
	border: solid transparent;
	border-top-color: #7ca033;
	border-width: 10px;
	position: absolute;
	top: -8px;
	left: -28px;
}

.item-opt:hover::after {
	content: attr(data-tooltip-pure-css);
	position: absolute;
	min-width: 15em;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3em;
	margin: 0;
	background: #7ca033;
	color: #9baa8a;
	text-shadow: 1px 1px 1px #ffffff40;
	padding: 15px;
	border-radius: 5px;
	color: #000;
	right: -121px;
	top: -56px;
	z-index: 2000;
	font-size: 14px;
	white-space: pre;
}


/* Class or Id doesn't matter */
.dynamic-badge {
	position: relative;
	top: 5px;
	left: -7px;
	/* z-index: 1 !important; */
	float: left;
}

.dynamic-badge[data-badge]:after {
	content: attr(data-badge);
	position: absolute;
	top: 14px;
	left: -27px;
	font-size: 9px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 16px;
	background: #000000ba;
	color: #ccc;
	width: 30px;
	height: 15px;

	box-shadow: 1px 2px 5px #000;
}

#page_title,
.post_title {
	font-size: 22px;
	padding: 10px;
	background: #1a1a1c;
	font-family: "Marcellus", sans-serif;
}

.post_date {
	font-size: 11px;
	float: right;
	padding-top: 3px;
}

.post_content {
	padding: 10px;
	background: #222226;
	margin-top: 1px;
	border-top: 1px solid #ffffff0a;
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

.serverIn {
	transition: 0.3s;
	width: 360px;
	height: 37px;
	background: #1b1b1b9c;
	display: inline-block;
	padding: 1px;
}


.serverIn p {
	font-size: 15px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
	float: left;
	padding: 8px 7px 8px 3px;
	width: 50%;
	background: linear-gradient(#e1e1e1, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}


.serverIn span {
	width: 50%;
	float: right;
	padding: 8px 7px 8px 3px;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 16px;
}

.reward {
	background: url(../images/reward.png);
	padding: 44px 53px;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	height: 200px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.reward span {
	width: 100%;
	background: linear-gradient(#fdde91, #5b5d29);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 38px;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	display: block;
	margin-bottom: 15px font-weight: 700;
	/* width: 350px; */
	font-family: "Marcellus", sans-serif;
}

.reward2 {
	background: url(../images/reward2.png);
	padding: 44px 53px;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	height: 200px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.reward2 span {
	width: 100%;
	background: linear-gradient(#fdde91, #5b5d29);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 38px;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	display: block;
	margin-bottom: 15px; font-weight: 700;
	/* width: 350px; */
	font-family: "Marcellus", sans-serif;
}


/*BS4_PATCH*/
[class='layer-interface'] .input-group {
	position: relative;
	width: 40%;
	float: left;
	clear: both;
}

[class='layer-interface'] .input-group input {
	position: relative;
}

[class='layer-interface'] .input-group-btn-vertical {
	top: 4px;
	/*equal to [class='layer-interface'] margin-top*/
	height: 30px;
}

[class='layer-interface'] .input-group-btn-vertical button,
[class='layer-interface'] .input-group-btn-vertical i {
	height: 15px;
	font-size: 10px;
	line-height: 15px;
}


.main-shop {
	display: block;
	margin: 0;
}

.options .package .info p,
.options .package .info2 p {
	margin-bottom: 22px;
	color: #68706f;
	font-family: "Marcellus", sans-serif;
}

.options .package {
	display: inline-table;
	width: 246px;

	/* margin: 1rem; */
	min-height: 399px !important;
	float: left;
	background: #171719;
	border-radius: 0.5rem;
	padding: 0rem;

	backdrop-filter: blur(8px);
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 5%), 0 1.5px 1.1px rgb(0 0 0 / 3%), 0 3.6px 2.5px rgb(0 0 0 / 5%), 0 6.8px 4.8px rgb(0 0 0 / 6%), 0 12.1px 8.5px rgb(0 0 0 / 7%), 0 22.6px 15.9px rgb(0 0 0 / 9%), 0 54px 38px rgb(0 0 0 / 12%);
}

.options .package .head {
	box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%);

	background-size: cover;
	padding: 1rem;
	padding-bottom: 0;
	height: 67px;
	background-image: linear-gradient(to right, #2c2c2c 0%, #1d1d20 50%, #1d1d1f 100%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.options .package .head .icons img {
	max-width: 100px;
	text-align: center;
	object-fit: cover;
}

.options .package .head h1 {

	color: white;
	text-align: left;
	position: relative;
	top: 11px;
	font-size: 12px;
	font-weight: 100;
	left: 11px;
	font-family: "Marcellus", sans-serif;
	background: linear-gradient(#ffffff, #dffaff);
	-webkit-background-clip: text;
	color: transparent;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	color: #ffdda9;
	margin-bottom: 20px;
	line-height: 1.3;
	font-family: "Marcellus", sans-serif;
}

.options .package .head .icons {
	display: block;
	margin: 0px auto;
	text-align: left;
	float: left;
}

.options .package .info {

	color: #333;

	/* font-weight: 500; */

	padding: 1rem;
	min-height: 111px;
	padding-top: 18px;
	font-size: 13px;
}

.options .package .info2 {
	font-family: "Philosopher", Arial;
	color: #333;
	text-align: center;
	font-weight: 500;

	padding: 2rem;
	padding-top: 3rem;
}

.info,
.info2 {
	min-height: 146px;
}

.button-section {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.options {
	width: 100%;
	/* display: block; */
	background: radial-gradient(100% 100% at 50% 5%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 1rem;
	padding: 0.5rem;
	backdrop-filter: blur(4px);
	/* width: 264px; */
	float: left;
	margin: 3px;
	text-align: center;
}

.icons {
	/* width: 100%; */
	display: block;
	margin: 0 auto;
	width: 34px;
	height: 34px;
	padding-bottom: 50px;
}

/*a.button {
	background: #344b72;
	border: 1px solid #4d6ea6;
	margin-top: 1rem;
}*/
.options .package .head h3 {
	color: #344b72;
	position: relative;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	/* border: 1px solid #02222c; */
	display: inline-flex;
	margin: 0px 20px 0px 20px;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input button {
	outline: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 35px;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 0.5rem;
	height: 2px;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
}

.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	font-family: sans-serif;
	max-width: 5rem;
	padding: .5rem;
	border: solid #a5581d24;
	border-width: 0 2px;
	background: #1b1b1d;
	text-align: center;
}

.priceTag_FCV {
	margin-top: 10px;
	left: 166px;
	font-size: 17px;
	background: linear-gradient(#fdde91, #696868);
	-webkit-background-clip: text;
	color: transparent;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	float: right;
}

.new_line {
	padding: 0px 20px 12px 20px;
}

.item {
	color: #d7a2a6;
	display: contents;
	font-weight: bolder;
}

.gold {
	color: #d1cea7;
	display: contents;
	font-weight: bolder;
}

.ref-reward {
	background: #141416;
	padding: 10px;
	height: 61px;
	line-height: 37px;
	padding-left: 10px;
	margin: 0px 0px 19px 0px;
	border: 1px solid #1d1d20;
}

.ref-reward span {
	margin-right: 10px;
}

.text-center {
	text-align: center;
}

.card {
    /* background: radial-gradient(100% 100% at 50% 5%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%); */
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
    border-radius: 1rem;
    padding: 0.5rem;
    backdrop-filter: blur(4px);
    width: 272px;
    float: left;
    margin: -1px;
    text-align: center;
}

.card>div {
	/* background: #171719; */
	background: url(../images/item-bg2.png) top no-repeat;
	border-radius: 0.5rem;
	padding: 22px 15px 7px;
	/* min-height: 355px; */
	/* backdrop-filter: blur(8px); */
	color: #d5d5d5;
	/* border-radius: 0.5rem; */
	/* padding: 2rem; */
	/* min-height: 375px; */
	/* backdrop-filter: blur(8px); */
	/* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1.5px 1.1px rgba(0, 0, 0, 0.034), 0 3.6px 2.5px rgba(0, 0, 0, 0.048), 0 6.8px 4.8px rgba(0, 0, 0, 0.06), 0 12.1px 8.5px rgba(0, 0, 0, 0.072), 0 22.6px 15.9px rgba(0, 0, 0, 0.086), 0 54px 38px rgba(0, 0, 0, 0.12); */
}

.card h1,
.card h2,
.card h3 {
	font-size: 12px;
}

.button, .swal-button {transition: all 0.3s ease;cursor: pointer;background: url(../images/button-blue-small.png) no-repeat;height: 50px;width: 165px;border: none;color: #fff !important;text-shadow: 1px -1px 0px rgb(0 0 0 / 30%);position: relative;z-index: 1;text-align: center;text-transform: uppercase;font-size: 12px;/* font-family: "AlbertusMedium"; */filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8));}
.button:hover,.swal-button:hover { filter: brightness(120%) drop-shadow(0px 0px 30px rgba(56, 114, 222, 0.4)); background-color:#a7787800 !important }
.button {display: inline-block;text-decoration: none;line-height: 48px;text-decoration: none;}
.swal-button:active {
    background-color: #70bce000;
}
.swal-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff0, 0 0 0 3px rgb(43 114 165 / 0%);
}
.disabled {
    filter: gray !important;
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
    }

.button>span {
	color: #ffffff;
	font-size: 10px;
	font-family: "Marcellus", sans-serif;
}

.glowingasset {
	display: inline-flex;
	/* width: 32px; */
	margin: 0 auto;
	text-align: -webkit-match-parent;
}

.icons img {
	width:32px;
	height:32px;
}

.announcement {
	padding: 10px 15px 0px;
	border: 1px solid #272727;
	background-color: #272727;
	border-radius: 4px;
}

.online {
	position: absolute;
	top: 365px;
	left: 11px;
}

.onlineBlock {
	margin: 0px 25px;
	position: relative;
	top: 155px;
	left: 53px;
}

.onlineBlock:after {
	content: "";
	position: absolute;
	width: 157px;
	height: 148px;
	left: 106px;
	margin-left: -94px;
	top: -63px;
	z-index: 3;
}

.onlineBlock:before {
	content: "";
	position: absolute;
	width: 215px;
	height: 215px;
	left: 107px;
	margin-left: -109px;
	top: -76px;
	z-index: 3;
	animation: 12s anim linear infinite;
}

.onlineBlock-blue:after {
	background: url(../images/server-icon-blue.png);
}

.onlineBlock-blue:before {
	background: url(../images/blue-anim.png);
}

.onlineBlock-blue .online-text {
	color: #4effeb;
}

.onlineBlock-green:after {
	background: url(../images/server-icon-green.png);
	/* filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8)); */
	/* filter: brightness(100%) drop-shadow(0px 10px 20px #ff0000); */
}

.onlineBlock-green:before {
	background: url(../images/green-anim.png);
}

.onlineBlock-green .online-text {
	color: #9eec67;
}

@keyframes anim {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.circlestat {}

.circle {
	overflow: hidden;
	height: 191px;
}

.oBlock {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 89px;
	left: -42px;
	z-index: 1;
	color: #fff;
}

.online-text {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: -3px;
}

.online-rait {
	font-size: 14px;
}

.f16 {
	/* position: relative; */
	/* top: 395px; */
	/* left: 137px; */
	/* z-index: 15; */
	position: relative;
	top: 112px;
	left: 154px;
	z-index: 20;
	}

.f16 .flag {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: text-top;
	line-height: 16px;
	background: url(../images/flags/flags.png) no-repeat;
}

.language-selector {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-right: 14px;
	padding: 6px 9px;
	color: #f7dfaa;
	background: rgba(0, 0, 0, 0.46);
	border: 1px solid rgba(232, 188, 98, 0.34);
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.32);
}

.language-selector .f16 {
	position: static;
	top: auto;
	left: auto;
	z-index: auto;
	line-height: 1;
}

.language-selector label {
	margin: 0;
	color: #f7dfaa;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.language-selector select {
	height: 26px;
	min-width: 118px;
	color: #fff3d4;
	background: rgba(8, 9, 12, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.16);
	outline: none;
	cursor: pointer;
}

body.frontis-shell .topPanel-right {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.frontis-shell .language-selector {
	flex: 0 0 auto;
	margin-right: 0;
	padding: 5px 8px;
	background: rgba(0, 0, 0, 0.54);
	border-color: rgba(196, 126, 57, 0.48);
}

body.frontis-shell .language-selector label {
	display: none;
}

body.frontis-shell .language-selector select {
	min-width: 94px;
	height: 28px;
	font-size: 12px;
}

.f16 ._African_Union {
	background-position: 0 -16px;
}

.f16 ._Arab_League {
	background-position: 0 -32px;
}

.f16 ._ASEAN {
	background-position: 0 -48px;
}

.f16 ._CARICOM {
	background-position: 0 -64px;
}

.f16 ._CIS {
	background-position: 0 -80px;
}

.f16 ._Commonwealth {
	background-position: 0 -96px;
}

.f16 ._England {
	background-position: 0 -112px;
}

.f16 ._European_Union,
.f16 .eu {
	background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
	background-position: 0 -144px;
}

.f16 ._Kosovo {
	background-position: 0 -160px;
}

.f16 ._NATO {
	background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
	background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
	background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
	background-position: 0 -224px;
}

.f16 ._OPEC {
	background-position: 0 -240px;
}

.f16 ._Red_Cross {
	background-position: 0 -256px;
}

.f16 ._Scotland {
	background-position: 0 -272px;
}

.f16 ._Somaliland {
	background-position: 0 -288px;
}

.f16 ._Tibet {
	background-position: 0 -304px;
}

.f16 ._United_Nations {
	background-position: 0 -320px;
}

.f16 ._Wales {
	background-position: 0 -336px;
}

.f16 .ad {
	background-position: 0 -352px;
}

.f16 .ae {
	background-position: 0 -368px;
}

.f16 .af {
	background-position: 0 -384px;
}

.f16 .ag {
	background-position: 0 -400px;
}

.f16 .ai {
	background-position: 0 -416px;
}

.f16 .al {
	background-position: 0 -432px;
}

.f16 .am {
	background-position: 0 -448px;
}

.f16 .ao {
	background-position: 0 -464px;
}

.f16 .aq {
	background-position: 0 -480px;
}

.f16 .ar {
	background-position: 0 -496px;
}

.f16 .as {
	background-position: 0 -512px;
}

.f16 .at {
	background-position: 0 -528px;
}

.f16 .au {
	background-position: 0 -544px;
}

.f16 .aw {
	background-position: 0 -560px;
}

.f16 .ax {
	background-position: 0 -576px;
}

.f16 .az {
	background-position: 0 -592px;
}

.f16 .ba {
	background-position: 0 -608px;
}

.f16 .bb {
	background-position: 0 -624px;
}

.f16 .bd {
	background-position: 0 -640px;
}

.f16 .be {
	background-position: 0 -656px;
}

.f16 .bf {
	background-position: 0 -672px;
}

.f16 .bg {
	background-position: 0 -688px;
}

.f16 .bh {
	background-position: 0 -704px;
}

.f16 .bi {
	background-position: 0 -720px;
}

.f16 .bj {
	background-position: 0 -736px;
}

.f16 .bm {
	background-position: 0 -752px;
}

.f16 .bn {
	background-position: 0 -768px;
}

.f16 .bo {
	background-position: 0 -784px;
}

.f16 .br {
	background-position: 0 -800px;
}

.f16 .bs {
	background-position: 0 -816px;
}

.f16 .bt {
	background-position: 0 -832px;
}

.f16 .bw {
	background-position: 0 -848px;
}

.f16 .by {
	background-position: 0 -864px;
}

.f16 .bz {
	background-position: 0 -880px;
}

.f16 .ca {
	background-position: 0 -896px;
}

.f16 .cg {
	background-position: 0 -912px;
}

.f16 .cf {
	background-position: 0 -928px;
}

.f16 .cd {
	background-position: 0 -944px;
}

.f16 .ch {
	background-position: 0 -960px;
}

.f16 .ci {
	background-position: 0 -976px;
}

.f16 .ck {
	background-position: 0 -992px;
}

.f16 .cl {
	background-position: 0 -1008px;
}

.f16 .cm {
	background-position: 0 -1024px;
}

.f16 .cn {
	background-position: 0 -1040px;
}

.f16 .zh {
	background-position: 0 -1040px;
}

.f16 .co {
	background-position: 0 -1056px;
}

.f16 .cr {
	background-position: 0 -1072px;
}

.f16 .cu {
	background-position: 0 -1088px;
}

.f16 .cv {
	background-position: 0 -1104px;
}

.f16 .cy {
	background-position: 0 -1120px;
}

.f16 .cz {
	background-position: 0 -1136px;
}

.f16 .de {
	background-position: 0 -1152px;
}

.f16 .dj {
	background-position: 0 -1168px;
}

.f16 .dk {
	background-position: 0 -1184px;
}

.f16 .dm {
	background-position: 0 -1200px;
}

.f16 .do {
	background-position: 0 -1216px;
}

.f16 .dz {
	background-position: 0 -1232px;
}

.f16 .ec {
	background-position: 0 -1248px;
}

.f16 .ee {
	background-position: 0 -1264px;
}

.f16 .eg {
	background-position: 0 -1280px;
}

.f16 .eh {
	background-position: 0 -1296px;
}

.f16 .er {
	background-position: 0 -1312px;
}

.f16 .es {
	background-position: 0 -1328px;
}

.f16 .et {
	background-position: 0 -1344px;
}

.f16 .fi {
	background-position: 0 -1360px;
}

.f16 .fj {
	background-position: 0 -1376px;
}

.f16 .fm {
	background-position: 0 -1392px;
}

.f16 .fo {
	background-position: 0 -1408px;
}

.f16 .fr {
	background-position: 0 -1424px;
}

.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
	background-position: 0 -1424px;
}

.f16 .ga {
	background-position: 0 -1440px;
}

.f16 .gb {
	background-position: 0 -1456px;
}

.f16 .sh {
	background-position: 0 -1456px;
}

.f16 .gd {
	background-position: 0 -1472px;
}

.f16 .ge {
	background-position: 0 -1488px;
}

.f16 .gg {
	background-position: 0 -1504px;
}

.f16 .gh {
	background-position: 0 -1520px;
}

.f16 .gi {
	background-position: 0 -1536px;
}

.f16 .gl {
	background-position: 0 -1552px;
}

.f16 .gm {
	background-position: 0 -1568px;
}

.f16 .gn {
	background-position: 0 -1584px;
}

.f16 .gp {
	background-position: 0 -1600px;
}

.f16 .gq {
	background-position: 0 -1616px;
}

.f16 .gr {
	background-position: 0 -1632px;
}

.f16 .gt {
	background-position: 0 -1648px;
}

.f16 .gu {
	background-position: 0 -1664px;
}

.f16 .gw {
	background-position: 0 -1680px;
}

.f16 .gy {
	background-position: 0 -1696px;
}

.f16 .hk {
	background-position: 0 -1712px;
}

.f16 .hn {
	background-position: 0 -1728px;
}

.f16 .hr {
	background-position: 0 -1744px;
}

.f16 .ht {
	background-position: 0 -1760px;
}

.f16 .hu {
	background-position: 0 -1776px;
}

.f16 .id {
	background-position: 0 -1792px;
}

.f16 .mc {
	background-position: 0 -1792px;
}

.f16 .ie {
	background-position: 0 -1808px;
}

.f16 .il {
	background-position: 0 -1824px;
}

.f16 .im {
	background-position: 0 -1840px;
}

.f16 .in {
	background-position: 0 -1856px;
}

.f16 .iq {
	background-position: 0 -1872px;
}

.f16 .ir {
	background-position: 0 -1888px;
}

.f16 .is {
	background-position: 0 -1904px;
}

.f16 .it {
	background-position: 0 -1920px;
}

.f16 .je {
	background-position: 0 -1936px;
}

.f16 .jm {
	background-position: 0 -1952px;
}

.f16 .jo {
	background-position: 0 -1968px;
}

.f16 .jp {
	background-position: 0 -1984px;
}

.f16 .ke {
	background-position: 0 -2000px;
}

.f16 .kg {
	background-position: 0 -2016px;
}

.f16 .kh {
	background-position: 0 -2032px;
}

.f16 .ki {
	background-position: 0 -2048px;
}

.f16 .km {
	background-position: 0 -2064px;
}

.f16 .kn {
	background-position: 0 -2080px;
}

.f16 .kp {
	background-position: 0 -2096px;
}

.f16 .kr {
	background-position: 0 -2112px;
}

.f16 .ko {
	background-position: 0 -2112px;
}

.f16 .kw {
	background-position: 0 -2128px;
}

.f16 .ky {
	background-position: 0 -2144px;
}

.f16 .kz {
	background-position: 0 -2160px;
}

.f16 .la {
	background-position: 0 -2176px;
}

.f16 .lb {
	background-position: 0 -2192px;
}

.f16 .lc {
	background-position: 0 -2208px;
}

.f16 .li {
	background-position: 0 -2224px;
}

.f16 .lk {
	background-position: 0 -2240px;
}

.f16 .lr {
	background-position: 0 -2256px;
}

.f16 .ls {
	background-position: 0 -2272px;
}

.f16 .lt {
	background-position: 0 -2288px;
}

.f16 .lu {
	background-position: 0 -2304px;
}

.f16 .lv {
	background-position: 0 -2320px;
}

.f16 .ly {
	background-position: 0 -2336px;
}

.f16 .ma {
	background-position: 0 -2352px;
}

.f16 .md {
	background-position: 0 -2368px;
}

.f16 .me {
	background-position: 0 -2384px;
}

.f16 .mg {
	background-position: 0 -2400px;
}

.f16 .mh {
	background-position: 0 -2416px;
}

.f16 .mk {
	background-position: 0 -2432px;
}

.f16 .ml {
	background-position: 0 -2448px;
}

.f16 .mm {
	background-position: 0 -2464px;
}

.f16 .mn {
	background-position: 0 -2480px;
}

.f16 .mo {
	background-position: 0 -2496px;
}

.f16 .mq {
	background-position: 0 -2512px;
}

.f16 .mr {
	background-position: 0 -2528px;
}

.f16 .ms {
	background-position: 0 -2544px;
}

.f16 .mt {
	background-position: 0 -2560px;
}

.f16 .mu {
	background-position: 0 -2576px;
}

.f16 .mv {
	background-position: 0 -2592px;
}

.f16 .mw {
	background-position: 0 -2608px;
}

.f16 .mx {
	background-position: 0 -2624px;
}

.f16 .my {
	background-position: 0 -2640px;
}

.f16 .mz {
	background-position: 0 -2656px;
}

.f16 .na {
	background-position: 0 -2672px;
}

.f16 .nc {
	background-position: 0 -2688px;
}

.f16 .ne {
	background-position: 0 -2704px;
}

.f16 .ng {
	background-position: 0 -2720px;
}

.f16 .ni {
	background-position: 0 -2736px;
}

.f16 .nl {
	background-position: 0 -2752px;
}

.f16 .bq {
	background-position: 0 -2752px;
}

.f16 .no {
	background-position: 0 -2768px;
}

.f16 .bv,
.f16 .nq,
.f16 .sj {
	background-position: 0 -2768px;
}

.f16 .np {
	background-position: 0 -2784px;
}

.f16 .nr {
	background-position: 0 -2800px;
}

.f16 .nz {
	background-position: 0 -2816px;
}

.f16 .om {
	background-position: 0 -2832px;
}

.f16 .pa {
	background-position: 0 -2848px;
}

.f16 .pe {
	background-position: 0 -2864px;
}

.f16 .pf {
	background-position: 0 -2880px;
}

.f16 .pg {
	background-position: 0 -2896px;
}

.f16 .ph {
	background-position: 0 -2912px;
}

.f16 .pk {
	background-position: 0 -2928px;
}

.f16 .pl {
	background-position: 0 -2944px;
}

.f16 .pr {
	background-position: 0 -2960px;
}

.f16 .ps {
	background-position: 0 -2976px;
}

.f16 .pt {
	background-position: 0 -2992px;
}

.f16 .pw {
	background-position: 0 -3008px;
}

.f16 .py {
	background-position: 0 -3024px;
}

.f16 .qa {
	background-position: 0 -3040px;
}

.f16 .re {
	background-position: 0 -3056px;
}

.f16 .ro {
	background-position: 0 -3072px;
}

.f16 .rs {
	background-position: 0 -3088px;
}

.f16 .ru {
	background-position: 0 -3104px;
}

.f16 .rw {
	background-position: 0 -3120px;
}

.f16 .sa {
	background-position: 0 -3136px;
}

.f16 .sb {
	background-position: 0 -3152px;
}

.f16 .sc {
	background-position: 0 -3168px;
}

.f16 .sd {
	background-position: 0 -3184px;
}

.f16 .se {
	background-position: 0 -3200px;
}

.f16 .sg {
	background-position: 0 -3216px;
}

.f16 .si {
	background-position: 0 -3232px;
}

.f16 .sk {
	background-position: 0 -3248px;
}

.f16 .sl {
	background-position: 0 -3264px;
}

.f16 .sm {
	background-position: 0 -3280px;
}

.f16 .sn {
	background-position: 0 -3296px;
}

.f16 .so {
	background-position: 0 -3312px;
}

.f16 .sr {
	background-position: 0 -3328px;
}

.f16 .st {
	background-position: 0 -3344px;
}

.f16 .sv {
	background-position: 0 -3360px;
}

.f16 .sy {
	background-position: 0 -3376px;
}

.f16 .sz {
	background-position: 0 -3392px;
}

.f16 .tc {
	background-position: 0 -3408px;
}

.f16 .td {
	background-position: 0 -3424px;
}

.f16 .tg {
	background-position: 0 -3440px;
}

.f16 .th {
	background-position: 0 -3456px;
}

.f16 .tj {
	background-position: 0 -3472px;
}

.f16 .tl {
	background-position: 0 -3488px;
}

.f16 .tm {
	background-position: 0 -3504px;
}

.f16 .tn {
	background-position: 0 -3520px;
}

.f16 .to {
	background-position: 0 -3536px;
}

.f16 .tr {
	background-position: 0 -3552px;
}

.f16 .tt {
	background-position: 0 -3568px;
}

.f16 .tv {
	background-position: 0 -3584px;
}

.f16 .tw {
	background-position: 0 -3600px;
}

.f16 .tz {
	background-position: 0 -3616px;
}

.f16 .ua {
	background-position: 0 -3632px;
}

.f16 .ug {
	background-position: 0 -3648px;
}

.f16 .us,
.f16 .en {
	background-position: 0 -3664px;
}

.f16 .uy {
	background-position: 0 -3680px;
}

.f16 .uz {
	background-position: 0 -3696px;
}

.f16 .va {
	background-position: 0 -3712px;
}

.f16 .vc {
	background-position: 0 -3728px;
}

.f16 .ve {
	background-position: 0 -3744px;
}

.f16 .vg {
	background-position: 0 -3760px;
}

.f16 .vn {
	background-position: 0 -3776px;
}

.f16 .vi {
	background-position: 0 -3792px;
}

.f16 .vu {
	background-position: 0 -3808px;
}

.f16 .ws {
	background-position: 0 -3824px;
}

.f16 .ye {
	background-position: 0 -3840px;
}

.f16 .za {
	background-position: 0 -3856px;
}

.f16 .zm {
	background-position: 0 -3872px;
}

.f16 .zw {
	background-position: 0 -3888px;
}

.f16 .sx {
	background-position: 0 -3904px;
}

.f16 .cw {
	background-position: 0 -3920px;
}

.f16 .ss {
	background-position: 0 -3936px;
}

.f16 .nu {
	background-position: 0 -3952px;
}


/* CSS CIRCLE */
.RadialProgress {
	--hue: 110;
	--holesize: 65%;
	--track-bg: hsla(0, 0%, 0%, 0.096);
	
	height: 160px;
	width: 160px;
	min-width: 100px;
	min-height: 100px;
	display: grid;
	align-items: center;
	justify-items: center;
	place-items: center;
	position: relative;
	font-weight: 700;
	font-size: max(10vmin, 1.4rem)
  ;left: 24px;top: 10px;}
  .RadialProgress::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  border-radius: 50%;
	  z-index: -1;
	  background: conic-gradient(
		hsl(var(--hue) 100% 70%),
		hsl(var(--hue) 100% 40%),
		hsl(var(--hue) 100% 70%) var(--progress, 0%),
		var(--track-bg) var(--progress, 0%) 100%
	  );
	  
	  -webkit-mask-image: radial-gradient(
		transparent var(--holesize),
		black calc(var(--holesize) + 0.5px)
	  );
	  
			  mask-image: radial-gradient(
		transparent var(--holesize),
		black calc(var(--holesize) + 0.5px)
	  );
	}
  
	#components-app {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	  }
	  #components-app > table {
		border: 2px solid rgba(68, 68, 68, 0.5);
		border-radius: 5px;
		cell-padding: 0;
		border-spacing: 0;
	  }
	  #components-app > table > thead {
		border-bottom: 1px solid rgba(68, 68, 68, 0.5);
	  }
	  #components-app > table > thead > tr > th {
		padding: 10px 12px;
		margin-top: -4px;
	  }
	  #components-app > table > thead > tr > th:not(:last-child) {
		border-right: 1px solid #ddd;
	  }
	  #components-app > table > tbody > tr:nth-child(odd) td {
		background-color: #ddd;
	  }
	  #components-app > table > tbody > tr > td {
		padding: 6px 5px;
	  }
	  #components-app > table > tbody > tr > td:not(last-child) {
		border-right: 1px solid #ddd;
	  }
	  
	  ul.pagination {
		display: flex;
		padding-left: 0;
		list-style: none;
		border-radius: 0.25rem;
	  }
	  ul.pagination li.page-item {
		line-height: 24px;
		margin-right: 0.5rem;
	  }
	  ul.pagination li.page-item a.page-link {
		padding: 0;
		width: 40px;
		height: 40px;
		display: block;
		font-size: 1rem;
		line-height: 40px;
		user-select: none;
		position: relative;
		text-align: center;
		border-radius: 50%;
		border: 2px solid #999;
		box-sizing: content-box;
		background: transparent;
	  }
	  ul.pagination li.page-item.active > a.page-link,
	  ul.pagination li.page-item > a.page-link:hover {
		color: #fff;
		cursor: pointer;
		border-color: #028ce8;
		background-color: #028ce8;
	  }

	  .container {
		display: flex;
		flex-wrap: wrap;
		/* width: 630px; */
		margin: 20px auto;
		}
	  
	  .square {
		border: 8px solid #463e3f;
		flex: 0 0 200px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 125px;
		width: 125px;
		border-radius: 50%;
		background: #242324;
		box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 20%);
		}
	  .square.square:not(:nth-child(3n)) {
		margin-right: 10px;
	  }
	  .square.square:not(:nth-child(n+7)) {
		margin-bottom: 10px;
		}
	  .square.is-active {
		border: 20px solid gold;
	  }
	  
	  .square__content {
		font-size: 2.8em;
	  }
	  
	  .square__start-btn {
		background: #a71867;
		color: #e97573;
		font-size: 27px;
		cursor: pointer;
		border: none;
		width: 150px !important;
		height: 150px !important;
		margin-top: 30px !important;
		border-radius: 0px;
		margin: 0 auto;
		border-radius: 100px;
		font-size: 21px;
		color: #fff;
		position: absolute;
		font-family: "Marcellus", sans-serif;
		box-shadow: 0px 0px 22px 5px rgb(59 36 151 / 20%), 0px 10px 15px 4px rgb(0 0 0 / 30%);
		}
	  .square__start-btn:hover {
		background: rgb(183 143 143 / 38%);
		}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.respond {
    float: left;
    margin-bottom: 10px;
}
.case {
    float: left;
}


.circle {
	display: grid;
	grid-template-areas:
		"layer";
	place-items: center;
	background: url(../images/spin.jpg);
	border-radius: 50%;
	--radius: 275px;
	width: 500px;
	height: 500px;
	overflow: visible;
	margin: 100px auto;
	box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 20%);
}

.stat {
	grid-area: layer;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #185adb;
	font-weight: bold;
	font-size: 15px;
	--d: calc(var(--i) / var(--total));
	--r-amount: 1turn;
	--r: calc((var(--r-amount) * var(--d)));
	--transform: rotate(var(--r)) translate(var(--radius)) rotate(calc(-1 * var(--r)));
	transform: var(--transform);
	transition: transform 1.5s ease-in-out;
	position: relative;
}



#left_side {
    float: left;
    height: 500px;
    width: 318px;
}

#right_side {
    float: left;
    /* width: 457px; */
    /* padding-top: 30px; */
    padding-left: -19px;
    margin-left: -121px;
    margin-right: 4px;
}

/* Sets the background image for the wheel */
td.the_wheel
{
    background-position: center;
    background-repeat: none;
}
.card-content p {
    min-height: 84px;
    font-size: 12px;
    color: #fff;
}
/* Do some css reset on selected elements */
h1, p
{
    margin: 0;
    font-family: "Marcellus", sans-serif;
}

div.power_controls
{
    margin-right:70px;
}

div.html5_logo
{
    margin-left:70px;
}

/* Styles for the power selection controls */
table.power
{
    background-color: #cccccc;
    cursor: pointer;
    border:1px solid #333333;
}

table.power th
{
    background-color: white;
    cursor: default;
}

td.pw1
{
    background-color: #6fe8f0;
}

td.pw2
{
    background-color: #86ef6f;
}

td.pw3
{
    background-color: #ef6f6f;
}

/* Style applied to the spin button once a power has been selected */
.clickable
{
    cursor: pointer;
}

/* Other misc styles */
.margin_bottom
{
    margin-bottom: 5px;
}

#rewards {background: url(../images/block-top-bg.png) center top no-repeat, url(../images/block-bottom-bg.png) center bottom no-repeat;background-color: #171719;box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);padding: 35px 35px;width: 364px;}

#spin_button {
	position: relative;
	text-align: center;
	top: -158px;
	left: 283px;
}

#item {
    width: 256px;
    margin: 0 auto;
    padding: 5px;
    height: 41px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05);
}

#image {
    width: 32px;
    height: 32px;
    float: left;
}

#count {
    width: 25px;
    height: 32px;
    float: left;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    line-height: 2.8;
    text-align: left;
}

#title {
    float: left;
    width: 180px;
    color: #FFFFFF;
    font-size: 11px;
    padding-left: 10px;
    line-height: 2.8;
    font-weight: 400;
    text-shadow: 0 0 3px #000000,0 0 15px #000000,0 0 30px rgba(255, 255, 255, 0.48);
    font-family: Play,sans-serif;
}

.highlight {background: #e29403;/* border-radius: 5px; */border: none;color: #fff;text-shadow: #000 0px 1px 1px;box-shadow: 0px 1px 0px rgb(49, 125, 44) !important;	
	-webkit-animation: flash linear .5s infinite;
	animation: flash linear .5s infinite;}

sup {
    vertical-align: super;
    font-size: smaller;
}
#account_cash {
	width: 100%;
	padding: 22px;
	margin-bottom: 20px;
	background: #2a2a27;
	font-family: "Marcellus", sans-serif;
	color: #cbc8c4;
	border: 1px solid #ffffff14;
	display: flex;
	font-size: 18px;
	box-shadow: 0px 0px 14px rgb(0 0 0);
	overflow: visible;
	position: relative;
}
#account_cash p {
	font-family: "Marcellus", sans-serif;
	color: #f99f30;
	padding-left: 5px;
}

@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

.sliderImg { padding:10px;border-radius: 5px;}
.itm {
    color: #ea5a10;
    /* text-align: left; */
}
.items .itm:first-child {
    color: #fff !important;
    /* text-align: left; */
}
.plus {
    color: #f0f1c6;
    /* text-align: left; */
}
.opt {
    color: #8fadbe;
    /* text-align: left; */
}
.data {
    width: 100%;
    margin-right: 14px;
}
.slots {
    color: #e6f78a;
    font-size: 17px;
    margin-top: 3px;
    /* text-align: left; */
}
.slots_empty {
    color: #fff3;
    /* text-align: left; */
}

/* (A) TABS CONTAINER */
.tab, .tab * {
	font-family: arial, sans-serif;
	box-sizing: border-box;
	/* width: 100%; */
	font-family: "Marcellus", sans-serif;
	}
  .tab {}
  
  /* (B) HIDE CHECKBOX */
  .tab input { display: none; }
  
  /* (C) TAB LABEL */
  .tab label {
	/* (C1) DIMENSIONS */
	position: relative; /* required for (f2) position:absolute */
	display: block;
	width: 100%;
	margin-top: 12px;
	border-radius: 3px;
	padding: 10px;
   
	/* (C2) COSMETICS */
	font-weight: 700;
	color: #fff;
	background: #19191c;
	cursor: pointer;
	height: 56px;
	box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 20%);
	}

  .tab label:hover {background: #303030;}

  .tab label p {
    margin-top: -33px;
    position: relative;
    margin-left: 48px;
    font-size: 15px;
    font-family: "Marcellus", sans-serif;
    display: block;
    background: linear-gradient(#ffffff, #7d7e55);
    -webkit-background-clip: text;
    color: transparent;
}
  
  /* (D) TAB CONTENT - HIDDEN BY DEFAULT */
  /* css animation will not work with auto height */
  /* this is why we use max-height instead */
  .tab .data {
	overflow: hidden;
	transition: max-height 0.3s;
	max-height: 0;
	}
  .tab .data p { padding: 10px; }
  
  /* (E) OPEN TAB ON CHECKED */
  .tab input:checked ~ .data {max-height: 111vh;padding-top: 20px;}
  
  /* (F) EXTRA - ADD ARROW INDICATOR */
  .tab label::after {
	/* (F1) RIGHT ARROW */
	display: block;
	content: "\25b6";
   
	/* (F2) PLACE AT RIGHT SIDE */
	position: absolute;
	right: 30px;
	top: 20px;
   
	/* (F3) ANIMATED ARROW */
	transition: all 0.4s;
	background: linear-gradient(#c7c6c6, #555);
	-webkit-background-clip: text;
	color: transparent;
	}
   
  /* (F4) ROTATE ARROW ON CHECKED */
  .tab input:checked ~ label::after { transform: rotate(90deg); }
  .filter-box {
	/* padding: 1rem 0; */
	text-align: center;
	width: 300px;
	float: left;
	}
  .filter-box .select-box {
	font-size: 14px;
	min-width: 17rem;
	}
  
  .category-container {
	/* display: flex; */
	/* justify-content: center; */
	/* flex-wrap: wrap; */
	}
  .category-container .category {
	opacity: 0;
	display: none;
	text-transform: capitalize;
	border-radius: 0.5rem;
	font-size: 1.25rem;
	}
  .category-container .category.active {
	opacity: 1;
	display: flex;
	-webkit-animation: fadeIn 0.5s ease forwards;
	animation: fadeIn 0.5s ease forwards;
	align-content: space-between;
	justify-content: space-around;
	flex-direction: column;
	}
  
  @-webkit-keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: translateY(10%);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
  }
  
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: translateY(10%);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
  }
.fee {
    line-height: 37px;
    /* padding: 8px; */
    margin-left: 20px;
}
.cate {
	color: orange;
	font-size: 15px;
	font-family: "Marcellus", sans-serif;
}

.border {
  height: 39px;
  width: 40px;
  background: linear-gradient(to right, #ffb700 20%, #dcf319 40%, #ECD08C 50%, #ffb500 55%, #ddbc26 70%, #dda30f 100%);
  background-size: 200% auto;
  animation: shine 3s linear infinite;
  filter: brightness(100%) drop-shadow(0px 2px 5px #fc9162);
}

@keyframes shine {
    to {
      background-position: 200% center;
    }
  }



  /* Tier */
  .tierbar {
	border-radius: 9999px 0 0 9999px;
	box-shadow: 0 0 0 1px #28252512 inset;
	display: block;
	height: 16px;
	background: #0000008a;
	margin-bottom: 51px !important;
	/* margin-right: 24px  !important; */
	margin-top: 56px  !important;
	max-width: 954px;
	position: relative;
	margin: 24px 24px auto;
	}
  .tierbar__fill {
	background: #d7b025;
	background: linear-gradient(to right, #1e3621, #4fee20);
	border-radius: 9999px 0 0 9999px;
	display: block;
	height: 16px;
	max-width: 100%;
	min-width: 16px;
	position: relative;
	}
  .tierbar__fill:after {
    box-shadow: 0px 0px 10px 1px #4fee20;
	}
  .tierbar__break {
	align-items: flex-end;
	background-position: 6px top;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	border-left: 2px solid #ffffff12;
	bottom: 0;
	box-sizing: border-box;
	color: #fefefe;
	display: flex;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	margin-left: -2px;
	min-width: 32px;
	padding-left: 6px;
	width: 100px !important;
	position: absolute;
	text-shadow: #000 0px 0px 5px;
	top: -27px;
	}
  .tierbar__break:nth-child(2) {
	border-color: transparent;
	margin-left: 0;
	/* overflow: hidden; */
	}
  .tierbar__break:nth-last-child(1) {
	border-color: transparent;
	color: #ff8d00;
	text-shadow: none;
	}
  .tierbar__break::after {
	box-sizing: border-box;
	color: #565657;
	content: attr(data-tier);
	font-size: 11px;
	font-weight: 400;
	left: 0;
	padding: 3px 6px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 43px;
	/* text-overflow: ellipsis; */
	white-space: nowrap;
	font-family: "Marcellus", sans-serif;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
	}
  .tierbar__break:nth-last-child(2)::after {
	color: #9828df;
	}
.tierbar__break:nth-last-child(1)::after {
	color: #dfa328;
	}
  .tierbar--top .tierbar__break:nth-last-child(2)::after {
	color: #565657;
	font-weight: 400;
  }
  .tierbar__break:nth-last-child(1) {
	width: 100px;
	}
  .tierbar--top .tierbar__break:nth-last-child(1) {
	opacity: 1;
  }
  .tierbar__break:nth-last-child(1)::after {
	min-width: 100px;
  }
  .tierbar--top .tierbar__break:nth-last-child(1)::after {
	color: #532c6c;
	font-weight: 600;
  }

  .tier-bg{background: url(../images/tier.png) center top no-repeat;padding-top: 89px;padding-bottom: 21px;margin-bottom: 93px;}  .tier-bg p {
    /* position: relative; */
    font-size: 43px;
    font-family: "Marcellus", sans-serif;
    display: block;
    padding-left: 25px;
    background: linear-gradient(#ffffff, #e1ffca);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    /* text-shadow: #000 0px 0px 7px; */
    margin-bottom: 140px;
}



#wrapper, #loginform {
    padding: 10px;margin:0 auto;
    width: 1080px;
    border: 1px solid #ffffff0f;
    background: #1b1b1e;
    }
  
#loginform { padding-top:18px; }
  
#loginform p { margin: 5px; }
  
#chatbox {
    text-align:
    left;
    margin:0 auto;
    margin-bottom: 7px;
    background: #171718;
    height: 438px;
    width: 100%;
    border: 1px solid #ffffff0f;
    overflow: hidden;
    padding: 4px;
    font-family: "Marcellus", sans-serif;
    }
#menu { padding:12.5px 25px 12.5px 25px; }
.msgln {
	border-bottom:1px solid #ffffff05;
	padding: 4px 4px 4px 11px;
}
#chat-area {
	padding: 10px;
}


.tooltip {
	position: relative;
	}
  .tooltip::after {
	font-size: 13px;
	font-weight: normal;
	content: attr(data-tooltip);
	background-color: #621a1acc;
	border-radius: 10px;
	color: #ffffff;
	display: block;
	padding: 8px 12px;
	position: absolute;
	text-align: center;
	z-index: 999;
	transition: all 200ms;
	text-transform: capitalize;
	}
  .tooltip.tooltip-xl::after {
	width: 400px;
  }
  .tooltip.tooltip-lg::after {
	width: 255px;
  }
  .tooltip.tooltip-md::after {
	width: 127px;
  }
  .tooltip.top::after {
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 10px)) scale(0);
  }
  .tooltip.right::after {
	top: 50%;
	right: 0;
	transform: translate(calc(100% + 10px), -50%) scale(0);
  }
  .tooltip.bottom::after {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, calc(100% + 10px)) scale(0);
  }
  .tooltip.left::after {
	top: 50%;
	left: 0;
	transform: translate(calc(-100% - 10px), -50%) scale(0);
  }
  .tooltip:hover::after {
	transform: scale(1);
  }
  .tooltip:hover.top::after {
	transform: translate(-50%, calc(-100% - 10px));
	}
  .tooltip:hover.right::after {
	transform: translate(calc(100% + 10px), -50%);
  }
  .tooltip:hover.bottom::after {
	transform: translate(-50%, calc(100% + 10px));
  }
  .tooltip:hover.left::after {
	transform: translate(calc(-100% - 10px), -50%);
  }
  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/wait.gif') 50% 50% no-repeat #000; }

.cards {border-radius: 5px;box-shadow: #2c1a1a 0px 0px 17px;filter: brightness(100%) drop-shadow(0px 0px 30px rgb(194 25 25 / 40%));}
.cards:hover {filter: brightness(120%) drop-shadow(0px 0px 30px rgba(56, 114, 222, 0.4));}

.theme {
    position: absolute;
    /* position: fixed; */
    right: 112px;
    top: 97px;
    background: #1c181a;
    padding: 10px;
    border-radius: 5px;
    font-size: 11px;
    color: #a7a195;
    font-family: "Marcellus", sans-serif;
    box-shadow: 0px 2px 12px 1px rgb(0 0 0 / 37%);
}
.swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 19px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    font-family: "Marcellus", sans-serif;
}
.item-corner {
    background: url(../images/corner-blue.png) no-repeat !important;
    width: 83px;
    height: 83px;
    position: absolute;
    top: 7px;
    z-index: 22;
    left: 0px;
    transition: 0.3s;
    opacity: 1;
}
.item-corner2 {
    background: url(../images/corner-orange.png) no-repeat !important;
    width: 83px;
    height: 83px;
    position: absolute;
    top: 7px;
    z-index: 22;
    left: 0px;
    transition: 0.3s;
    opacity: 1;
}
.item-corner span, .item-corner2 span { color: #fff; font-size: 9px; text-transform: uppercase; transform: rotate(-45deg); display: inline-block; text-align: center; width: 100%; position: absolute; left: -9px; top: 28px; letter-spacing: 1px; }


#discord-button .icon {
	width: 25px;
	height: 25px;
	font-size: 25px;
	margin-right: 15px;
	}
  #discord-button .icon svg {
	fill: white;
  }
  #discord-button a {
	color: white;
	font-weight: bold;
	border-radius: 5px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	padding: 10px 15px;
	background-color: #7289da;
	text-decoration: none;
	/* font-family: Myriad Pro; */
	margin-top: 20px;
	}
  #discord-button a:hover {
	background-color: #6a7fc9;
  }

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:60px; margin-left:-160px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline;
    position:absolute;
    /* border:2px solid #FFF; */
    /* color:#EEE; */
}

.callout {z-index:20;position:absolute;border:0;top: -194px;left: 88px;border-radius: 100%;}
    
/*CSS3 extras*/
a.tooltip:after
{
    background: none;
}

.tooltip-toggle {
	cursor: pointer;
	position: relative;
}

.tooltip-toggle svg {
	height: 18px;
	width: 18px;
}

.tooltip-toggle::before {
	position: absolute;
	top: -80px;
	left: -80px;
	background-color: #2B222A;
	border-radius: 5px;
	color: #fff;
	content: attr(aria-label);
	padding: 1rem;
	text-transform: none;
	transition: all 0.5s ease;
	width: 160px;
}

.tooltip-toggle::after {
	position: absolute;
	top: -12px;
	left: 9px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #2B222A;
	content: " ";
	font-size: 0;
	line-height: 0;
	margin-left: -5px;
	width: 0;
}

.tooltip-toggle::before,
.tooltip-toggle::after {
	color: #efefef;
	font-family: monospace;
	font-size: 16px;
	opacity: 0;
	pointer-events: none;
	text-align: center;
}

.tooltip-toggle:focus::before,
.tooltip-toggle:focus::after,
.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
	opacity: 1;
	transition: all 0.75s ease;
}

/* New frontis layout */
body.frontis-shell {
	background: #050303 url(../images/body-bg-1.jpg) center top no-repeat;
	background-size: 1920px auto;
	color: #d8d0cc;
}

body.frontis-shell:before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 120px, rgba(201, 123, 49, 0.18), transparent 360px),
		linear-gradient(180deg, rgba(0, 0, 0, 0.18), #050303 760px);
	z-index: 0;
}

body.frontis-shell .wrapper {
	z-index: 1;
}

body.frontis-shell header {
	height: 86px;
}

body.frontis-shell .topPanel {
	background: rgba(5, 4, 4, 0.82);
	border-bottom: 1px solid rgba(176, 105, 43, 0.28);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(8px);
}

body.frontis-shell .topPanel-wrapper {
	width: 1200px;
	height: 62px;
}

body.frontis-shell .nav {
	display: flex;
	align-items: center;
	gap: 8px;
}

body.frontis-shell .nav li {
	border-radius: 4px;
}

body.frontis-shell .nav li:hover {
	background: rgba(197, 123, 54, 0.14);
	box-shadow: inset 0 0 0 1px rgba(236, 177, 91, 0.22);
}

body.frontis-shell .nav li a {
	height: 42px;
	line-height: 42px;
	padding: 0 16px;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #d9c8a6;
	background: none;
	-webkit-background-clip: initial;
}

body.frontis-shell .nav li:first-child a {
	color: #f2c46f;
	background: none;
	-webkit-background-clip: initial;
}

body.frontis-shell .nav li:hover a {
	color: #ffe7ad;
}

body.frontis-shell .nav li ul {
	top: calc(100% + 8px);
	background: rgba(9, 7, 7, 0.98);
	border: 1px solid rgba(176, 105, 43, 0.35);
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.55);
	padding: 18px 0;
	min-width: 285px;
}

body.frontis-shell .nav li ul li a {
	height: auto;
	line-height: 1.25;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	letter-spacing: 1px;
}

body.frontis-shell .sign-in {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 42px 0 16px;
	border: 1px solid rgba(236, 177, 91, 0.36);
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.24);
	color: #f2c46f;
	-webkit-background-clip: initial;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

body.frontis-shell .sign-in:after {
	width: 34px;
	height: 34px;
	right: 3px;
	margin-top: -17px;
	background-size: contain;
	filter: drop-shadow(0 0 9px rgba(229, 149, 64, 0.55));
}

body.frontis-shell header .sparks,
body.frontis-shell header .online,
body.frontis-shell header .onlineBlock,
body.frontis-shell header .download,
body.frontis-shell header .theme {
	display: none;
}

.frontis-home {
	position: relative;
	z-index: 3;
	padding-bottom: 45px;
}

.frontis-hero {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	border: 1px solid rgba(192, 117, 48, 0.35);
	background: #0b0706;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.frontis-hero__image {
	position: absolute;
	inset: 0;
	background: url(../images/body-bg-1.jpg) center top no-repeat;
	background-size: cover;
	filter: saturate(0.95) contrast(1.05);
	transform: scale(1.01);
}

.frontis-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 3, 3, 0.92), rgba(5, 3, 3, 0.45) 48%, rgba(5, 3, 3, 0.75)),
		linear-gradient(180deg, rgba(5, 3, 3, 0.12), rgba(5, 3, 3, 0.92));
}

.frontis-hero__content {
	position: relative;
	max-width: 520px;
	padding: 130px 48px 58px;
}

.frontis-eyebrow {
	color: #f2c46f;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.frontis-hero h1 {
	color: #fff1c8;
	font-family: "Marcellus", sans-serif;
	font-size: 58px;
	line-height: 0.96;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 0 26px rgba(232, 137, 57, 0.55), 0 3px 0 #000;
	margin-bottom: 20px;
}

.frontis-copy {
	max-width: 440px;
	color: #d0c4b2;
	font-size: 17px;
	line-height: 1.6;
	text-shadow: 0 2px 4px #000;
	margin-bottom: 28px;
}

.frontis-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.frontis-button,
.frontis-download__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 28px;
	border-radius: 4px;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.frontis-button--primary,
.frontis-download__button {
	color: #251303;
	background: linear-gradient(#ffe0a1, #b96f20 52%, #6b330b);
	border: 1px solid #ffdda0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 0 24px rgba(205, 121, 45, 0.35);
}

.frontis-button--ghost {
	color: #f5d08b;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(240, 180, 96, 0.45);
}

.frontis-button:hover,
.frontis-download__button:hover {
	color: #fff;
	filter: brightness(1.12);
}

.frontis-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	gap: 18px;
	margin-top: 18px;
}

.frontis-feature,
.frontis-side,
.frontis-news,
.frontis-download,
.frontis-link-card,
.frontis-castle {
	border: 1px solid rgba(142, 83, 42, 0.45);
	background: rgba(10, 8, 8, 0.88);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.38);
}

.frontis-feature {
	position: relative;
	min-height: 285px;
	overflow: hidden;
}

.frontis-feature img {
	width: 100%;
	height: 100%;
	min-height: 285px;
	object-fit: cover;
	display: block;
}

.frontis-feature:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.86));
}

.frontis-feature__caption {
	position: absolute;
	left: 28px;
	bottom: 24px;
	z-index: 1;
}

.frontis-feature__caption span,
.frontis-section-title span,
.frontis-link-card span,
.frontis-castle span {
	display: block;
	color: #f6d28d;
	font-family: "Marcellus", sans-serif;
	text-transform: uppercase;
}

.frontis-feature__caption strong {
	display: block;
	color: #fff;
	font-size: 28px;
	font-family: "Marcellus", sans-serif;
	text-transform: uppercase;
}

.frontis-side {
	display: grid;
	gap: 18px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.frontis-download {
	padding: 28px;
	text-align: center;
}

.frontis-download span {
	display: block;
	color: #8f877a;
	font-size: 12px;
	margin-top: 12px;
}

.frontis-news {
	padding: 24px;
}

.frontis-news--updates .frontis-section-title {
	border-bottom-color: rgba(93, 160, 142, 0.48);
}

.frontis-news--updates .frontis-section-title span {
	color: #9ee6d3;
}

.frontis-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(181, 103, 45, 0.45);
	padding-bottom: 12px;
	margin-bottom: 8px;
}

.frontis-section-title span {
	font-size: 18px;
}

.frontis-section-title a {
	color: #b98a50;
	font-size: 12px;
	text-transform: uppercase;
}

.frontis-news-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.frontis-news-item strong {
	color: #f2e4c2;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.frontis-news-item span {
	color: #8d8072;
	font-size: 12px;
}

.frontis-news-item:hover strong {
	color: #fff;
}

.frontis-links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 18px;
}

.frontis-link-card {
	position: relative;
	min-height: 138px;
	overflow: hidden;
	padding: 78px 20px 18px;
	background-size: cover;
	background-position: center;
}

.frontis-link-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.84));
	transition: 0.3s;
}

.frontis-link-card span,
.frontis-link-card small {
	position: relative;
	z-index: 1;
}

.frontis-link-card span {
	color: #fff0bf;
	font-size: 22px;
	text-shadow: 0 2px 8px #000;
}

.frontis-link-card small {
	display: block;
	color: #b9aea0;
	font-size: 12px;
	margin-top: 3px;
}

.frontis-link-card:hover:before {
	background: linear-gradient(180deg, rgba(121, 57, 18, 0.12), rgba(0, 0, 0, 0.72));
}

.frontis-link-card--rules,
.frontis-link-card--discord {
	background-image: url(../images/slider-1.jpg);
}

.frontis-link-card--rankings,
.frontis-link-card--events {
	background-image: url(../images/slider-2.jpg);
}

.frontis-castles {
	margin-top: 32px;
}

.frontis-section-title--center {
	justify-content: center;
	border-top: 1px solid rgba(181, 103, 45, 0.45);
}

.frontis-castle-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.frontis-castle {
	position: relative;
	min-height: 150px;
	padding: 30px 26px 24px;
	overflow: hidden;
}

.frontis-castle:before {
	content: "";
	position: absolute;
	width: 52px;
	height: 72px;
	right: 24px;
	top: 28px;
	clip-path: polygon(50% 0, 100% 16%, 88% 80%, 50% 100%, 12% 80%, 0 16%);
	opacity: 0.9;
}

.frontis-castle--gold:before {
	background: linear-gradient(#ffd772, #a65b0e);
}

.frontis-castle--red:before {
	background: linear-gradient(#ff725d, #8e1414);
}

.frontis-castle--green:before {
	background: linear-gradient(#49e2bc, #057a58);
}

.frontis-castle span {
	color: #ded3be;
	font-size: 15px;
	margin-bottom: 10px;
}

.frontis-castle strong {
	display: block;
	color: #f7c76f;
	font-size: 20px;
	font-family: "Marcellus", sans-serif;
	margin-bottom: 22px;
}

.frontis-castle small {
	color: #8c8377;
	font-size: 12px;
}

@media only screen and (max-width: 1240px) {
	body.frontis-shell .wrapper,
	body.frontis-shell .topPanel-wrapper {
		width: 100%;
		max-width: 1200px;
	}
}

@media only screen and (max-width: 900px) {
	body.frontis-shell header {
		height: 76px;
	}

	.frontis-hero {
		min-height: 440px;
	}

	.frontis-hero__content {
		padding: 105px 26px 42px;
	}

	.frontis-hero h1 {
		font-size: 42px;
	}

	.frontis-grid,
	.frontis-links,
	.frontis-castle-grid {
		grid-template-columns: 1fr;
	}

	.frontis-link-card {
		min-height: 118px;
		padding-top: 60px;
	}
}

@media only screen and (max-width: 560px) {
	body.frontis-shell .wrapper {
		padding-left: 12px;
		padding-right: 12px;
	}

	.frontis-hero h1 {
		font-size: 34px;
	}

	.frontis-copy {
		font-size: 15px;
	}

	.frontis-button,
	.frontis-download__button {
		width: 100%;
	}

	.frontis-news-item {
		grid-template-columns: 1fr;
		gap: 5px;
	}
}

/* Classic portal frontis */
body.frontis-shell {
	background: #0e1a20 url(../images/body-bg-2.jpg) center top no-repeat;
	background-size: 1920px auto;
}

body.frontis-shell:before {
	background:
		linear-gradient(90deg, rgba(11, 22, 28, 0.05), rgba(11, 22, 28, 0.82) 23%, rgba(11, 22, 28, 0.88) 77%, rgba(11, 22, 28, 0.05)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.12), #0e1a20 900px);
}

body.frontis-shell .wrapper {
	width: 980px;
	padding: 0;
}

body.frontis-shell header {
	height: 76px;
}

body.frontis-shell .topPanel {
	background: rgba(4, 9, 12, 0.72);
	border-bottom: 1px solid rgba(86, 139, 153, 0.35);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
}

body.frontis-shell .topPanel-wrapper {
	width: 980px;
	height: 42px;
	justify-content: center;
}

body.frontis-shell .nav {
	gap: 2px;
	background: rgba(0, 0, 0, 0.58);
	border: 1px solid rgba(74, 126, 145, 0.45);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.frontis-shell .nav li {
	border-radius: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.06);
}

body.frontis-shell .nav li a {
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	font-size: 11px;
	color: #dbe8e8;
}

body.frontis-shell .nav li:first-child a,
body.frontis-shell .nav li:hover a {
	color: #9fe4ff;
	text-shadow: 0 0 9px rgba(91, 191, 226, 0.55);
}

body.frontis-shell .topPanel-right {
	position: absolute;
	right: 0;
	top: 4px;
}

body.frontis-shell .sign-in {
	min-height: 26px;
	padding: 0 34px 0 10px;
	border-color: rgba(83, 145, 163, 0.42);
	color: #dbe8e8;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.42);
}

body.frontis-shell .sign-in:after {
	width: 26px;
	height: 26px;
	right: 2px;
	margin-top: -13px;
}

.frontis-portal {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 44px;
}

.skyfall {
	position: fixed;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
}

.skyfall span {
	position: absolute;
	top: -80px;
	left: var(--fall-left);
	width: var(--fall-size);
	height: calc(var(--fall-size) * 5);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(183, 238, 255, 0), rgba(183, 238, 255, 0.95), rgba(255, 196, 104, 0));
	box-shadow: 0 0 14px rgba(126, 216, 255, 0.85), 0 0 26px rgba(216, 143, 48, 0.35);
	opacity: 0;
	transform: translate3d(0, -120px, 0) rotate(12deg);
	animation: skyfall-drop var(--fall-duration) linear infinite;
	animation-delay: var(--fall-delay);
}

.skyfall span:nth-child(1) { --fall-left: 7%; --fall-size: 2px; --fall-duration: 7.5s; --fall-delay: -1.2s; }
.skyfall span:nth-child(2) { --fall-left: 14%; --fall-size: 1px; --fall-duration: 9s; --fall-delay: -5.4s; }
.skyfall span:nth-child(3) { --fall-left: 21%; --fall-size: 3px; --fall-duration: 8.4s; --fall-delay: -2.6s; }
.skyfall span:nth-child(4) { --fall-left: 29%; --fall-size: 1px; --fall-duration: 10.2s; --fall-delay: -7.1s; }
.skyfall span:nth-child(5) { --fall-left: 35%; --fall-size: 2px; --fall-duration: 6.8s; --fall-delay: -3.5s; }
.skyfall span:nth-child(6) { --fall-left: 42%; --fall-size: 1px; --fall-duration: 9.6s; --fall-delay: -8.4s; }
.skyfall span:nth-child(7) { --fall-left: 49%; --fall-size: 2px; --fall-duration: 7.9s; --fall-delay: -4.2s; }
.skyfall span:nth-child(8) { --fall-left: 55%; --fall-size: 3px; --fall-duration: 8.9s; --fall-delay: -6.1s; }
.skyfall span:nth-child(9) { --fall-left: 61%; --fall-size: 1px; --fall-duration: 10.6s; --fall-delay: -2.2s; }
.skyfall span:nth-child(10) { --fall-left: 68%; --fall-size: 2px; --fall-duration: 7.2s; --fall-delay: -9s; }
.skyfall span:nth-child(11) { --fall-left: 74%; --fall-size: 1px; --fall-duration: 9.8s; --fall-delay: -1.7s; }
.skyfall span:nth-child(12) { --fall-left: 82%; --fall-size: 2px; --fall-duration: 8.1s; --fall-delay: -5.8s; }
.skyfall span:nth-child(13) { --fall-left: 88%; --fall-size: 1px; --fall-duration: 10.8s; --fall-delay: -4.7s; }
.skyfall span:nth-child(14) { --fall-left: 94%; --fall-size: 3px; --fall-duration: 7.7s; --fall-delay: -8.9s; }
.skyfall span:nth-child(15) { --fall-left: 18%; --fall-size: 2px; --fall-duration: 11.4s; --fall-delay: -9.8s; }
.skyfall span:nth-child(16) { --fall-left: 38%; --fall-size: 1px; --fall-duration: 12s; --fall-delay: -6.8s; }
.skyfall span:nth-child(17) { --fall-left: 71%; --fall-size: 2px; --fall-duration: 10.9s; --fall-delay: -3.1s; }
.skyfall span:nth-child(18) { --fall-left: 90%; --fall-size: 1px; --fall-duration: 12.6s; --fall-delay: -11.2s; }

.skyfall span:nth-child(3),
.skyfall span:nth-child(8),
.skyfall span:nth-child(14),
.skyfall span:nth-child(17) {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: url(../images/server-icon-green.png) center no-repeat;
	background-size: contain;
	box-shadow: 0 0 18px rgba(75, 211, 255, 0.88), 0 0 30px rgba(255, 202, 91, 0.28);
}

.skyfall span:nth-child(8) {
	background-image: url(../images/reward.png);
}

.skyfall span:nth-child(14) {
	background-image: url(../images/rewards.png);
}

.skyfall span:nth-child(4),
.skyfall span:nth-child(11),
.skyfall span:nth-child(16) {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 35%, #fff7d0, #d89d43 38%, #56310f 72%);
	box-shadow: 0 0 18px rgba(236, 178, 80, 0.78);
}

.skyfall span:nth-child(4):before,
.skyfall span:nth-child(11):before,
.skyfall span:nth-child(16):before {
	content: "";
	position: absolute;
	left: -8px;
	right: -8px;
	top: 8px;
	height: 3px;
	border-radius: 50%;
	background: rgba(133, 211, 255, 0.76);
	transform: rotate(-18deg);
	box-shadow: 0 0 10px rgba(105, 200, 255, 0.72);
}

@keyframes skyfall-drop {
	0% {
		opacity: 0;
		transform: translate3d(-18px, -120px, 0) rotate(12deg);
	}
	12% {
		opacity: 0.9;
	}
	72% {
		opacity: 0.75;
	}
	100% {
		opacity: 0;
		transform: translate3d(42px, calc(100vh + 160px), 0) rotate(12deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.skyfall span {
		animation: none;
		opacity: 0.18;
		top: 18%;
	}
}

body.frontis-shell .mainHomeBlock {
	display: none;
}

.portal-logo {
	position: relative;
	height: 92px;
	padding: 18px 0 0 285px;
	font-family: "Marcellus", sans-serif;
	text-shadow: 0 2px 8px #000;
}

.portal-logo:before {
	content: "";
	position: absolute;
	left: 180px;
	top: 10px;
	width: 98px;
	height: 88px;
	background: url(../images/server-icon-green.png) center no-repeat;
	background-size: contain;
	filter: hue-rotate(185deg) drop-shadow(0 0 14px rgba(96, 193, 224, 0.32));
	opacity: 0.9;
}

.portal-logo span {
	display: block;
	color: #9dddf0;
	font-size: 18px;
	letter-spacing: 1px;
}

.portal-logo strong {
	display: block;
	color: #f4efe1;
	font-size: 40px;
	line-height: 1;
}

.portal-layout {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr) 160px;
	gap: 10px;
	align-items: start;
}

.portal-sidebar {
	display: grid;
	gap: 10px;
}

.portal-panel,
.portal-post,
.frontis-castle {
	border: 1px solid rgba(84, 145, 166, 0.45);
	background: rgba(8, 16, 21, 0.88);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 24px rgba(0, 0, 0, 0.35);
}

.portal-title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
	padding: 0 10px;
	color: #ecf7f8;
	font-family: "Marcellus", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: linear-gradient(180deg, rgba(32, 69, 82, 0.95), rgba(9, 21, 27, 0.95));
	border-bottom: 1px solid rgba(93, 168, 188, 0.35);
}

.portal-title--wide {
	justify-content: space-between;
}

.portal-title--wide a {
	color: #9fd8e8;
	font-size: 10px;
}

.portal-title--updates {
	background: linear-gradient(180deg, rgba(66, 71, 39, 0.95), rgba(20, 24, 14, 0.95));
}

.portal-title--center {
	margin-bottom: 8px;
}

.portal-account,
.portal-panel {
	padding-bottom: 8px;
}

.portal-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	margin: 8px 10px 0;
	color: #291707;
	font-family: "Marcellus", sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(#ffe4a6, #be7628 55%, #6c3510);
	border: 1px solid #f4c275;
	box-shadow: 0 0 14px rgba(198, 126, 45, 0.3);
}

.portal-button--dark {
	color: #d8eef2;
	background: linear-gradient(#1d3a45, #071117);
	border-color: rgba(105, 179, 200, 0.45);
}

.portal-mini-link,
.portal-rank,
.portal-status-row,
.portal-news-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	padding: 8px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.portal-mini-link span,
.portal-rank strong,
.portal-news-row strong,
.portal-status-row span {
	color: #dfecec;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portal-mini-link strong,
.portal-rank small,
.portal-news-row span,
.portal-status-row strong {
	color: #c59d58;
	font-size: 11px;
}

.portal-rank {
	grid-template-columns: 22px minmax(0, 1fr) auto;
}

.portal-rank span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #081015;
	background: #9fd8e8;
	font-size: 10px;
	font-weight: 700;
}

.portal-content {
	display: grid;
	gap: 10px;
}

.portal-post--featured {
	overflow: hidden;
}

.portal-post--featured img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-bottom: 1px solid rgba(84, 145, 166, 0.45);
}

.portal-post-body {
	padding: 18px 22px 20px;
}

.portal-post-head {
	display: flex;
	justify-content: space-between;
	color: #91cddf;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(84, 145, 166, 0.28);
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.portal-post h1 {
	color: #f4efe1;
	font-family: "Marcellus", sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.portal-post p {
	color: #b9c7c7;
	font-size: 13px;
	line-height: 1.6;
}

.portal-actions {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.portal-actions .portal-button {
	margin: 0;
	min-width: 110px;
}

.portal-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.portal-news-row:hover strong,
.portal-mini-link:hover span,
.portal-rank:hover strong {
	color: #9fe4ff;
}

.portal-status {
	padding-bottom: 8px;
}

.portal-status-row {
	grid-template-columns: 1fr auto;
}

.portal-castles {
	margin-top: 0;
}

.portal-castles .frontis-castle-grid {
	grid-template-columns: repeat(2, 1fr);
}

.portal-castles .frontis-castle {
	min-height: 112px;
	padding: 22px 20px 18px;
	background: rgba(8, 16, 21, 0.88);
}

.portal-castles .frontis-castle span {
	color: #dce9e9;
	font-size: 12px;
}

.portal-castles .frontis-castle strong {
	font-size: 18px;
	margin-bottom: 16px;
}

@media only screen and (max-width: 1020px) {
	body.frontis-shell .wrapper,
	body.frontis-shell .topPanel-wrapper,
	.frontis-portal {
		width: calc(100% - 24px);
	}

	.portal-layout {
		grid-template-columns: 1fr;
	}

	.portal-logo {
		padding-left: 110px;
	}

	.portal-logo:before {
		left: 10px;
	}

	.portal-sidebar {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 680px) {
	body.frontis-shell .topPanel-wrapper {
		justify-content: flex-start;
	}

	body.frontis-shell .nav {
		max-width: 100%;
		overflow-x: auto;
	}

	.portal-columns,
	.portal-sidebar,
	.portal-castles .frontis-castle-grid {
		grid-template-columns: 1fr;
	}

	.portal-logo strong {
		font-size: 30px;
	}

	.portal-post--featured img {
		height: 150px;
	}
}

/* Asteria-inspired Last Chaos frontis */
body.frontis-shell {
	background: #020713 url(../images/body-bg-2.jpg) center top no-repeat;
	background-size: 1920px auto;
}

body.frontis-shell:before {
	background:
		radial-gradient(ellipse at 50% 330px, rgba(206, 153, 67, 0.22), transparent 260px),
		radial-gradient(circle at 50% 350px, rgba(0, 153, 224, 0.2), transparent 430px),
		linear-gradient(90deg, rgba(2, 7, 17, 0.12), rgba(2, 7, 17, 0.84) 22%, rgba(2, 7, 17, 0.82) 78%, rgba(2, 7, 17, 0.12)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.02), #040716 980px);
}

body.frontis-shell .wrapper,
body.frontis-shell .topPanel-wrapper,
.frontis-portal {
	width: 1180px;
	max-width: calc(100% - 24px);
}

body.frontis-shell header {
	height: 54px;
}

body.frontis-shell .topPanel {
	background: linear-gradient(180deg, rgba(14, 8, 5, 0.98), rgba(5, 4, 4, 0.98));
	border-top: 1px solid rgba(185, 116, 55, 0.28);
	border-bottom: 1px solid rgba(185, 116, 55, 0.32);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.65);
}

body.frontis-shell .topPanel-wrapper {
	height: 44px;
	justify-content: space-between;
}

body.frontis-shell .nav {
	background: transparent;
	border: 0;
	gap: 14px;
}

body.frontis-shell .nav li {
	border: 0;
}

body.frontis-shell .nav li a {
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	color: #f1d7a8;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 0 1px 4px #000;
}

body.frontis-shell .nav li:hover {
	background: rgba(190, 118, 45, 0.12);
	box-shadow: 0 0 20px rgba(190, 118, 45, 0.2);
}

body.frontis-shell .sign-in {
	background: rgba(0, 0, 0, 0.24);
	border-color: rgba(196, 126, 57, 0.45);
	color: #f1d7a8;
	box-shadow: 0 0 20px rgba(196, 126, 57, 0.16);
}

body.frontis-shell .nav > li:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: linear-gradient(135deg, #2ee8d2, #195050);
	transform: rotate(45deg);
	box-shadow: 0 0 8px rgba(46, 232, 210, 0.7);
}

body.frontis-shell .nav > li:last-child:after {
	display: none;
}

body.frontis-shell .nav > li:nth-child(2) a {
	min-width: 150px;
	text-align: center;
	color: #211303;
	background: linear-gradient(#ffe6ab, #b66f26 58%, #5a2c0d);
	border: 1px solid #ffd08a;
	border-radius: 28px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 0 20px rgba(190, 118, 45, 0.28);
}

body.frontis-shell .topPanel-right {
	position: static;
	margin-left: auto;
}

body.frontis-shell .topPanel-right .sign-in {
	min-width: 120px;
	justify-content: center;
}

.frontis-portal {
	position: relative;
	padding: 0 0 70px;
}

.floating-socials {
	position: fixed;
	right: 18px;
	top: 190px;
	z-index: 30;
	display: grid;
	gap: 10px;
}

.floating-social {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 136px;
	min-height: 42px;
	padding: 0 14px;
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	background: rgba(4, 12, 24, 0.82);
	border: 1px solid rgba(99, 204, 255, 0.38);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transform: translateX(92px);
	transition: transform 0.25s ease, filter 0.25s ease;
}

.floating-social i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
}

.floating-social:hover {
	transform: translateX(0);
	filter: brightness(1.18);
}

.floating-social--discord i {
	color: #9da9ff;
}

.floating-social--youtube i {
	color: #ff5252;
}

.floating-social--facebook i {
	color: #62a8ff;
}

.back-to-top {
	position: fixed;
	right: 22px;
	bottom: 24px;
	z-index: 31;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: #08121d;
	background: linear-gradient(#ffe6ab, #b66f26 58%, #5a2c0d);
	border: 1px solid #ffd08a;
	border-radius: 50%;
	box-shadow: 0 0 24px rgba(190, 118, 45, 0.45);
}

.back-to-top:hover {
	color: #fff;
	filter: brightness(1.15);
}

.asteria-hero {
	position: relative;
	min-height: 420px;
	background:
		radial-gradient(ellipse at 50% 38%, rgba(204, 143, 57, 0.22), transparent 190px),
		radial-gradient(circle at 50% 32%, rgba(21, 159, 239, 0.26), transparent 280px),
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(4, 8, 22, 0.12) 60%, rgba(4, 8, 22, 0.95)),
		url(../images/slider-2.jpg) center top no-repeat;
	background-size: cover;
	overflow: visible;
}

.asteria-hero > * {
	position: relative;
}

.asteria-hero:before,
.asteria-hero:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 270px;
	height: 360px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.94;
	filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.65));
}

.asteria-hero:before {
	left: 40px;
	background-image: url(../images/stage-3.png);
	background-position: left bottom;
}

.asteria-hero:after {
	display: none;
}

.asteria-hero .apocalypse-online-orb {
	position: absolute;
	top: -6px;
	left: 50%;
	z-index: 6;
	width: 116px;
	height: 116px;
	margin-left: -58px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 28%, #fff3c5, #b77c2e 30%, #3d2610 58%, #07101f 76%);
	border: 1px solid rgba(255, 222, 135, 0.78);
	box-shadow: 0 0 45px rgba(234, 169, 75, 0.88), 0 0 70px rgba(65, 190, 255, 0.45), inset 0 -14px 26px rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-family: "Marcellus", sans-serif;
	text-shadow: 0 2px 5px #000;
}

.orb-frame {
	position: absolute;
	left: 50%;
	top: -68px;
	width: 260px;
	height: 154px;
	margin-left: -130px;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(7, 21, 34, 0.96), rgba(7, 21, 34, 0)) center top / 34px 78px no-repeat,
		radial-gradient(circle at 50% 91%, #38f1ff 0 8px, #103748 9px 18px, transparent 19px),
		linear-gradient(135deg, transparent 19%, rgba(12, 32, 49, 0.98) 20% 42%, transparent 43%) left 8px top 40px / 120px 104px no-repeat,
		linear-gradient(225deg, transparent 19%, rgba(12, 32, 49, 0.98) 20% 42%, transparent 43%) right 8px top 40px / 120px 104px no-repeat;
	filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 18px rgba(38, 222, 255, 0.45));
	z-index: -1;
}

.orb-frame:before,
.orb-frame:after {
	content: "";
	position: absolute;
	top: 58px;
	width: 88px;
	height: 84px;
	background: linear-gradient(180deg, rgba(18, 48, 69, 0.98), rgba(3, 13, 24, 0.95));
	clip-path: polygon(50% 0, 100% 28%, 78% 100%, 50% 78%, 22% 100%, 0 28%);
	border: 1px solid rgba(73, 192, 222, 0.28);
}

.orb-frame:before {
	left: 22px;
	transform: rotate(-18deg);
}

.orb-frame:after {
	right: 22px;
	transform: rotate(18deg);
}

.asteria-hero .apocalypse-online-orb > span,
.asteria-hero .apocalypse-online-orb > small {
	transform: translateY(8px);
}

.asteria-hero .apocalypse-online-orb:before {
	display: none;
}

.asteria-hero .apocalypse-online-orb:after {
	content: "";
	position: absolute;
	inset: -10px;
	border-radius: 50%;
	border: 2px solid rgba(137, 219, 255, 0.44);
	animation: apocalypse-pulse 2.8s ease-in-out infinite;
}

.apocalypse-online-orb .orb-anchor,
.asteria-hero .apocalypse-online-orb + .replaceable-logo:before {
	display: none;
}

.asteria-hero .apocalypse-online-orb:has(span) {
	overflow: visible;
}

.asteria-hero .apocalypse-online-orb {
	background:
		radial-gradient(circle at 35% 28%, #fff3c5, #b77c2e 30%, #3d2610 58%, #07101f 76%);
}

.asteria-hero .apocalypse-online-orb .anchor {
	display: none;
}

.asteria-hero .apocalypse-online-orb {
	clip-path: none;
}

.asteria-hero .apocalypse-online-orb:before {
	z-index: 1;
}

.asteria-hero .apocalypse-online-orb span,
.asteria-hero .apocalypse-online-orb small {
	z-index: 3;
}

.asteria-hero .apocalypse-online-orb:after {
	z-index: 0;
}

.asteria-hero .apocalypse-online-orb + .replaceable-logo:after {
	display: none;
}

.apocalypse-online-orb span {
	position: relative;
	z-index: 6;
	font-size: 34px;
	line-height: 1;
	color: #fff4c8;
	min-width: 62px;
	padding: 8px 10px 2px;
	text-align: center;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.28) 68%, transparent);
	border-radius: 50%;
	text-shadow: 0 0 8px #000, 0 2px 4px #000;
}

.apocalypse-online-orb small {
	position: relative;
	z-index: 6;
	color: #bdefff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -1px;
	text-shadow: 0 0 7px #000, 0 2px 4px #000;
}

@keyframes apocalypse-pulse {
	0%, 100% {
		opacity: 0.45;
		transform: scale(1);
	}
	50% {
		opacity: 0.95;
		transform: scale(1.08);
	}
}

.replaceable-logo {
	position: absolute;
	left: 80%;
	top: -4px;
	z-index: 3;
	width: 410px;
	margin-left: -205px;
	text-align: center;
	transition: transform 0.3s ease, filter 0.3s ease;
	pointer-events: auto;
	cursor: default;
}

.replaceable-logo img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 18px rgba(74, 178, 255, 0.25));
}

.replaceable-logo:hover {
	transform: scale(1.07);
	filter: brightness(1.2) drop-shadow(0 0 28px rgba(93, 202, 255, 0.85)) drop-shadow(0 0 18px rgba(255, 232, 174, 0.4));
}

.hero-copy {
	position: absolute;
	left: 50%;
	bottom: 62px;
	z-index: 3;
	width: 520px;
	margin-left: -260px;
	text-align: center;
}

.hero-copy h1 {
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.hero-copy p {
	color: #bfefff;
	font-size: 14px;
	text-shadow: 0 2px 4px #000;
}

.donate-chest {
	position: absolute;
	left: -18px;
	top: 224px;
	z-index: 5;
	width: 210px;
	height: 210px;
	filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.65));
	transition: transform 0.25s ease, filter 0.25s ease;
}

.donate-chest img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.donate-chest:hover {
	transform: translateY(-8px) scale(1.05);
	filter: drop-shadow(0 0 20px rgba(255, 195, 92, 0.75));
}

.asteria-actions {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 840px;
	margin: -42px auto 24px;
	gap: 14px;
	box-shadow: none;
}

.asteria-action {
	position: relative;
	min-height: 104px;
	padding: 24px 24px 20px 106px;
	overflow: hidden;
	color: #fff;
	border: 1px solid rgba(209, 171, 103, 0.44);
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 34px rgba(0, 0, 0, 0.48);
	transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.asteria-action--download {
	background:
		radial-gradient(circle at 16% 50%, rgba(81, 192, 255, 0.45), transparent 76px),
		linear-gradient(135deg, #0b375d, #08213d 58%, #060c19);
}

.asteria-action--register {
	background:
		radial-gradient(circle at 16% 50%, rgba(213, 143, 75, 0.52), transparent 76px),
		linear-gradient(135deg, #563618, #24140a 58%, #090604);
}

.asteria-action--coins {
	background:
		radial-gradient(circle at 16% 50%, rgba(233, 192, 86, 0.5), transparent 76px),
		linear-gradient(135deg, #51421b, #211a0b 58%, #080603);
}

.asteria-action:before {
	content: "";
	position: absolute;
	inset: 8px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	pointer-events: none;
}

.asteria-action:after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	right: -86px;
	top: -46px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 58%);
	opacity: 0.9;
}

.asteria-action:hover {
	transform: translateY(-6px);
	filter: brightness(1.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 0 34px rgba(84, 201, 255, 0.45), 0 18px 34px rgba(0, 0, 0, 0.5);
}

.asteria-action--download {
	overflow: visible;
}

.asteria-action--download:before {
	inset: -10px;
	border-color: rgba(109, 211, 255, 0.48);
	box-shadow: 0 0 24px rgba(85, 197, 255, 0.46), inset 0 0 20px rgba(109, 211, 255, 0.18);
}

.asteria-action strong,
.asteria-action small {
	display: block;
	position: relative;
	z-index: 2;
}

.asteria-action--coins .action-icon {
	display: flex;
}

.asteria-action--coins {
	padding-left: 106px;
}

.asteria-action strong {
	font-family: "Marcellus", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff3d5;
}

.asteria-action small {
	color: rgba(214, 232, 240, 0.86);
	font-size: 12px;
	margin-top: 4px;
}

.donate-bonus {
	position: absolute;
	left: 106px;
	bottom: 18px;
	z-index: 4;
	min-width: 0;
	padding: 0;
	border-radius: 0;
	color: #78ff3b;
	font-style: normal;
	font-size: 13px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	background: none;
	border: 0;
	box-shadow: none;
	transform: none;
	text-shadow: 0 0 8px rgba(104, 255, 34, 0.95), 0 1px 3px #000;
}

.action-icon {
	position: absolute;
	left: 22px;
	top: 20px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 32%, #fff5cf, #b78436 36%, #07111f 70%);
	border: 1px solid rgba(255, 218, 132, 0.7);
	box-shadow: 0 0 20px rgba(221, 157, 71, 0.52);
	display: flex;
	align-items: center;
	justify-content: center;
}

.action-icon:before,
.action-icon:after {
	content: "";
	position: absolute;
}

.action-icon:after {
	left: -12px;
	right: -12px;
	top: 30px;
	height: 8px;
	border-radius: 50%;
	border-top: 2px solid rgba(255, 219, 132, 0.72);
	transform: rotate(-18deg);
}

.action-icon--download:before {
	width: 24px;
	height: 26px;
	left: 21px;
	top: 17px;
	background:
		linear-gradient(#fff5cf, #fff5cf) center top / 8px 20px no-repeat,
		linear-gradient(135deg, transparent 0 35%, #fff5cf 36% 64%, transparent 65%) center 15px / 28px 18px no-repeat,
		linear-gradient(#fff5cf, #fff5cf) center bottom / 32px 5px no-repeat;
	filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}

.action-icon--login:before {
	width: 34px;
	height: 34px;
	left: 16px;
	top: 17px;
	background:
		radial-gradient(circle at 50% 27%, #fff5cf 0 8px, transparent 9px),
		radial-gradient(ellipse at 50% 82%, #fff5cf 0 17px, transparent 18px);
	filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
}

.action-icon--coins:before {
	width: 38px;
	height: 26px;
	left: 14px;
	top: 20px;
	border-radius: 5px;
	background:
		radial-gradient(circle at 50% 50%, transparent 0 7px, rgba(255, 245, 207, 0.95) 8px 10px, transparent 11px),
		linear-gradient(90deg, rgba(255, 245, 207, 0.7), #fff5cf, rgba(255, 245, 207, 0.7));
	box-shadow: 0 0 0 3px rgba(255, 245, 207, 0.18), 0 0 12px rgba(255, 226, 124, 0.85);
}

.action-icon--coins:after {
	display: block;
	left: 28px;
	top: 14px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, #fff7d7, #f0b747 62%, #7a4a0c);
	border: 1px solid rgba(255, 245, 207, 0.7);
	transform: none;
	box-shadow: 0 0 10px rgba(255, 210, 90, 0.8);
}

.asteria-body {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr) 190px;
	gap: 14px;
	align-items: start;
	max-width: 1160px;
	margin: 0 auto;
}

.asteria-rail,
.asteria-feed,
.asteria-widgets {
	display: grid;
	gap: 14px;
}

.asteria-panel,
.asteria-post,
.asteria-widget-card,
.asteria-siege-card {
	background: rgba(5, 20, 37, 0.94);
	border: 1px solid rgba(36, 164, 233, 0.34);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 36px rgba(0, 0, 0, 0.5);
}

.asteria-panel-title {
	min-height: 36px;
	padding: 10px 16px;
	color: #15d7ff;
	font-family: "Marcellus", sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(36, 164, 233, 0.24);
}

.asteria-panel-title--updates {
	color: #ffd678;
}

.asteria-rank,
.asteria-news-row,
.asteria-mini-row,
.asteria-status div:not(.server-info-title) {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	padding: 9px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.asteria-rank span {
	color: #15d7ff;
	font-weight: 700;
}

.asteria-rank strong,
.asteria-news-row strong,
.asteria-mini-row span,
.asteria-status span {
	color: #ecf8ff;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.asteria-rank small,
.asteria-news-row span,
.asteria-mini-row strong,
.asteria-status strong {
	color: #ff6565;
	font-size: 12px;
}

.asteria-mini-row,
.asteria-status div:not(.server-info-title),
.asteria-news-row {
	grid-template-columns: minmax(0, 1fr) auto;
}

.asteria-small-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	min-height: 26px;
	margin: 12px auto 14px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	background: linear-gradient(#25bdf8, #0866b4);
	border: 1px solid #63caff;
	cursor: pointer;
}

.rail-character {
	min-height: 220px;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.65));
}

.rail-character--top {
	display: none;
}

.rail-character--bottom {
	background-image: url(../images/reward.png);
	background-position: left top;
	margin-top: -24px;
}

.asteria-post--main > img {
	display: block;
	width: 100%;
	height: 340px;
	object-fit: cover;
	border-bottom: 1px solid rgba(36, 164, 233, 0.34);
}

.asteria-post-content {
	min-height: 340px;
	padding: 42px 50px 52px;
}

.asteria-post-kicker {
	color: #18d9ff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.asteria-post h2 {
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.asteria-post p {
	color: #c8dce8;
	font-size: 15px;
	line-height: 1.8;
	max-width: 760px;
}

.asteria-post-share {
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.asteria-post-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 90px;
	min-height: 28px;
	color: #fff;
	font-size: 12px;
	background: #0d84d7;
}

.frontis-admin-editor {
	grid-column: 1 / -1;
	display: grid;
	gap: 8px;
	margin-top: 18px;
	padding: 14px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 204, 112, 0.32);
}

.frontis-admin-editor input,
.frontis-admin-editor textarea {
	width: 100%;
	min-height: 34px;
	padding: 8px 10px;
	color: #e8f8ff;
	background: rgba(3, 12, 23, 0.92);
	border: 1px solid rgba(87, 179, 226, 0.36);
}

.frontis-admin-editor textarea {
	min-height: 150px;
	resize: vertical;
}

.frontis-admin-editor button {
	min-height: 34px;
	color: #271707;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(#ffe0a1, #b96f20);
	border: 1px solid #ffdda0;
	cursor: pointer;
}

.asteria-feed-grid,
.asteria-siege {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.siege-board {
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	padding-top: 64px;
	background: radial-gradient(ellipse at 50% 12%, rgba(185, 116, 45, 0.12), transparent 380px);
}

.siege-heading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f8e1a9;
	font-family: "Marcellus", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid rgba(223, 159, 78, 0.55);
	border-bottom: 1px solid rgba(223, 159, 78, 0.35);
}

.siege-heading:before,
.siege-heading:after {
	content: "";
	width: 180px;
	height: 1px;
	margin: 0 28px;
	background: linear-gradient(90deg, transparent, #c58a42, transparent);
}

.asteria-siege-card {
	position: relative;
	padding: 96px 28px 38px;
	min-height: 292px;
	text-align: center;
	background:
		linear-gradient(180deg, rgba(26, 15, 9, 0.82), rgba(4, 4, 8, 0.98)),
		url(../images/slider-1.jpg) center no-repeat;
	background-size: cover;
	border-color: rgba(223, 159, 78, 0.34);
	border-radius: 0 0 16px 16px;
	text-shadow: 0 3px 9px #000, 0 0 16px rgba(0, 0, 0, 0.95);
	cursor: default;
}

.asteria-siege-card:before {
	display: none;
}

.asteria-siege-card:after {
	display: none;
}

.asteria-siege-card:first-of-type:before {
	background: linear-gradient(#ffe582, #c88711 58%, #684208);
}

.asteria-siege-card:last-of-type:before {
	background: linear-gradient(#ff7b66, #c21d1d 58%, #5d0808);
}

.asteria-siege-card--dratan {
	background-image:
		linear-gradient(180deg, rgba(7, 9, 13, 0.12), rgba(4, 5, 8, 0.52)),
		url(../images/war_01.png) !important;
}

.asteria-siege-card--merak {
	background-image:
		linear-gradient(180deg, rgba(7, 9, 13, 0.12), rgba(4, 5, 8, 0.52)),
		url(../images/war_02.png) !important;
}

.asteria-siege-card span,
.asteria-siege-card strong,
.asteria-siege-card small,
.asteria-siege-card em,
.asteria-widget-card strong,
.asteria-widget-card span {
	display: block;
	position: relative;
	z-index: 2;
}

.asteria-siege-card span,
.asteria-widget-card span {
	color: #fff1c9;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.asteria-siege-card strong,
.asteria-widget-card strong {
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-size: 31px;
	margin: 12px 0 16px;
	text-shadow: 0 3px 10px #000, 0 0 18px rgba(255, 213, 139, 0.4);
}

.asteria-siege-card small {
	color: #f0e4d4;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 0 2px 7px #000;
}

.asteria-siege-card em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	padding: 8px 16px;
	color: #101015;
	font-style: normal;
	font-weight: 700;
	background: linear-gradient(#ffd38a, #b66b24);
	border-radius: 0 0 10px 10px;
}

.siege-guild--dratan {
	color: #ffd100 !important;
}

.siege-guild--merak {
	color: #ff684f !important;
}

.server-info-title {
	padding: 10px 12px 8px;
	color: #b9b3ac;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 700;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	text-shadow: 0 2px 4px #000;
}

.asteria-status {
	background: linear-gradient(180deg, rgba(31, 31, 31, 0.96), rgba(18, 18, 18, 0.96));
	border-color: rgba(255, 255, 255, 0.12);
}

.asteria-status div:not(.server-info-title) {
	padding: 7px 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	border-bottom: 0;
}

.asteria-status span {
	color: #b9b3ac;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
}

.asteria-status strong {
	color: #aaa39d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
}

.server-status-line {
	margin-top: 20px;
	position: relative;
}

.server-status-line:after {
	display: none;
}

.asteria-widget-card {
	min-height: 132px;
	padding: 24px 20px;
	background-size: cover;
	background-position: center;
}

.asteria-widget-card--rules {
	background-image: linear-gradient(90deg, rgba(5, 20, 37, 0.82), rgba(5, 20, 37, 0.28)), url(../images/slider-1.jpg);
}

.asteria-widget-card--events {
	background-image: linear-gradient(90deg, rgba(5, 20, 37, 0.82), rgba(5, 20, 37, 0.28)), url(../images/slider-2.jpg);
}

@media only screen and (max-width: 1060px) {
	.asteria-body {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.asteria-widgets {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 820px) {
	.asteria-hero {
		min-height: 360px;
	}

	.asteria-hero:before,
	.asteria-hero:after {
		opacity: 0.35;
	}

	.asteria-actions,
	.asteria-body,
	.asteria-feed-grid,
	.asteria-siege,
	.asteria-widgets {
		grid-template-columns: 1fr;
	}

	.asteria-actions {
		margin-top: -28px;
	}

	.asteria-action {
		padding-left: 104px;
	}

	.rail-character {
		display: none;
	}

	.floating-socials {
		top: auto;
		right: 12px;
		bottom: 82px;
	}

	.floating-social {
		min-width: 42px;
		width: 42px;
		padding: 0;
		justify-content: center;
		transform: none;
	}

	.floating-social span {
		display: none;
	}
}

@media only screen and (max-width: 560px) {
	.replaceable-logo {
		width: 280px;
		margin-left: -140px;
	}

	.replaceable-logo:hover {
		transform: scale(1.04);
	}

	.hero-copy {
		width: calc(100% - 32px);
		margin-left: 0;
		left: 16px;
	}
}

.asteria-hero .apocalypse-online-orb {
	background: url(../images/hero-slider-mini-hover-bg.png) center / contain no-repeat;
	border: 0;
	box-shadow: none;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.asteria-hero .apocalypse-online-orb:hover {
	transform: translateY(-8px) scale(1.12);
	filter: drop-shadow(0 0 24px rgba(248, 72, 21, 0.78)) drop-shadow(0 18px 24px rgba(0, 0, 0, 0.55));
}

.asteria-hero .apocalypse-online-orb:after,
.orb-frame {
	display: none;
}

.wiki-shortcut {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wiki-shortcut img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.frontis-image-slider {
	position: relative;
	height: 390px;
	overflow: hidden;
	background: #061321;
	border-bottom: 1px solid rgba(84, 145, 166, 0.45);
}

.frontis-image-slider__track,
.frontis-image-slider__track img {
	width: 100%;
	height: 100%;
}

.frontis-image-slider__track img {
	position: absolute;
	inset: 0;
	display: block;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 0.45s ease, transform 1.8s ease;
}

.frontis-image-slider__track img.active {
	opacity: 1;
	transform: scale(1);
}

.frontis-image-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	border: 0;
	background: url(../images/slider-arrow-bg.png) center / contain no-repeat;
	cursor: pointer;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.7));
	transition: transform 0.2s ease, filter 0.2s ease;
}

.frontis-image-slider__arrow:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #ffd58b;
	border-right: 2px solid #ffd58b;
}

.frontis-image-slider__arrow--prev {
	left: 14px;
}

.frontis-image-slider__arrow--prev:before {
	margin-left: -4px;
	margin-top: -7px;
	transform: rotate(-135deg);
}

.frontis-image-slider__arrow--next {
	right: 14px;
}

.frontis-image-slider__arrow--next:before {
	margin-left: -10px;
	margin-top: -7px;
	transform: rotate(45deg);
}

.frontis-image-slider__arrow:hover {
	transform: scale(1.12);
	filter: drop-shadow(0 0 18px rgba(248, 72, 21, 0.78));
}

.frontis-image-slider__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	z-index: 3;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.frontis-image-slider__dots span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(191, 239, 255, 0.48);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.frontis-image-slider__dots span.active {
	background: #ffd58b;
	box-shadow: 0 0 12px rgba(255, 213, 139, 0.8);
}

.asteria-post--main > .frontis-image-slider + .asteria-post-content {
	border-top: 0;
}

body.frontis-shell .nav li.nav-news-menu > a {
	min-width: 112px;
	height: 42px;
	line-height: 42px;
	padding: 0 28px 0 18px;
	font-size: 14px;
	border-radius: 22px;
}

body.frontis-shell .nav li.nav-news-menu > a:after {
	right: 13px;
}

.asteria-hero .apocalypse-online-orb {
	top: -18px;
}

.asteria-hero .apocalypse-online-orb > span,
.asteria-hero .apocalypse-online-orb > small {
	transform: translateY(-2px);
}

.apocalypse-online-orb span {
	padding-top: 4px;
	font-size: 32px;
}

.apocalypse-online-orb small {
	margin-top: -3px;
	font-size: 11px;
}

.donate-chest.wiki-shortcut {
	left: 42px;
	top: 252px;
	width: 128px;
	height: 128px;
}

.asteria-actions {
	max-width: 760px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.asteria-action {
	min-height: 94px;
	padding: 20px 18px 16px 92px;
}

.asteria-action--coins {
	padding-left: 92px;
}

.donate-bonus {
	left: 92px;
	bottom: 13px;
}

.action-icon {
	left: 18px;
	top: 18px;
	width: 58px;
	height: 58px;
}

.asteria-hero:before {
	display: none !important;
}

.donate-chest.wiki-shortcut {
	position: fixed;
	left: 42px;
	top: 250px;
	z-index: 80;
	width: 92px;
	height: 92px;
	margin: 0;
	cursor: grab;
	touch-action: none;
	filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.62)) drop-shadow(0 0 16px rgba(80, 190, 255, 0.42));
}

.donate-chest.wiki-shortcut:hover {
	transform: scale(1.08);
	filter: drop-shadow(0 0 18px rgba(80, 190, 255, 0.78)) drop-shadow(0 12px 16px rgba(0, 0, 0, 0.58));
}

.donate-chest.wiki-shortcut.is-dragging {
	cursor: grabbing;
	transform: scale(1.04);
}

.simple-captcha {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 12px auto 4px;
	color: #fcedc0;
	font-family: "Marcellus", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.simple-captcha input {
	width: 86px;
	height: 38px;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	background: rgba(5, 12, 22, 0.92);
	border: 1px solid rgba(95, 190, 255, 0.45);
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.55), 0 0 12px rgba(95, 190, 255, 0.16);
}

.simple-captcha--table {
	margin: 0;
	justify-content: flex-start;
}

.simple-captcha--table input.form-control {
	display: inline-block;
	width: 110px;
	margin: 0;
}

.register-security-code {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 18px 0;
	padding: 16px;
	color: #fcedc0;
	background: rgba(4, 12, 24, 0.88);
	border: 1px solid rgba(95, 190, 255, 0.38);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.45), 0 0 18px rgba(95, 190, 255, 0.16);
}

.register-security-code strong {
	font-family: "Marcellus", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.simple-captcha--register {
	margin: 0;
}

.simple-captcha--register input.form-control {
	width: 120px;
	margin: 0;
}

body.frontis-shell .nav li.sub-menu {
	position: relative;
}

body.frontis-shell .nav li.sub-menu > ul {
	top: 100%;
	padding: 14px 0;
	min-width: 248px;
	background: rgba(10, 10, 12, 0.97);
	border: 1px solid rgba(190, 118, 45, 0.32);
	box-shadow: 0 18px 26px rgba(0, 0, 0, 0.7);
}

body.frontis-shell .nav li.nav-ranking-menu > ul {
	min-width: 238px;
	max-height: 420px;
	overflow-y: auto;
}

body.frontis-shell .nav li.nav-ranking-menu > a {
	padding-right: 34px;
}

body.frontis-shell .nav li.nav-ranking-menu > a:after {
	content: "";
	position: absolute;
	right: 13px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #fcedc0;
	filter: drop-shadow(0 0 5px rgba(104, 225, 255, 0.8));
}

.asteria-hero {
	min-height: 430px;
	background-position: center top;
	background-size: 112% auto;
}

.replaceable-logo {
	left: 50%;
	top: 42px;
	width: 390px;
	margin-left: -195px;
}

.asteria-actions {
	grid-template-columns: repeat(3, minmax(0, 1fr)) 94px;
	max-width: 872px;
	align-items: center;
}

.apocalypse-online-orb--actions {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 88px;
	height: 88px;
	justify-self: start;
	color: #fff;
	font-family: "Marcellus", sans-serif;
	text-align: center;
	text-shadow: 0 2px 5px #000;
	background: url(../images/hero-slider-mini-hover-bg.png) center / contain no-repeat;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.apocalypse-online-orb--actions:hover {
	transform: translateY(-6px) scale(1.08);
	filter: drop-shadow(0 0 24px rgba(248, 72, 21, 0.78)) drop-shadow(0 14px 18px rgba(0, 0, 0, 0.55));
}

.apocalypse-online-orb--actions .orb-frame {
	display: none;
}

.apocalypse-online-orb--actions span {
	font-size: 28px;
	min-width: 52px;
	padding: 3px 8px 0;
}

.apocalypse-online-orb--actions small {
	margin-top: -3px;
	font-size: 10px;
	letter-spacing: 0;
}

.asteria-siege-card {
	min-height: 285px;
	padding-top: 104px;
	background-position: center top;
}

@media (max-width: 980px) {
	.asteria-actions {
		grid-template-columns: 1fr;
		max-width: 360px;
	}

	.apocalypse-online-orb--actions {
		justify-self: center;
	}

	.replaceable-logo {
		left: 50%;
		width: min(390px, 82vw);
		margin-left: 0;
		transform: translateX(-50%);
	}
}

.asteria-post--main {
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(12, 4, 4, 0.94), rgba(12, 8, 8, 0.82)),
		url(../images/slider-1.jpg) center / cover no-repeat;
	border-color: rgba(183, 96, 69, 0.42);
}

.frontis-image-slider {
	width: calc(100% - 48px);
	max-width: 860px;
	height: 292px;
	margin: 24px auto 0;
	border: 1px solid rgba(160, 111, 68, 0.52);
	border-radius: 2px 2px 0 0;
	box-shadow: 0 18px 30px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(255, 227, 163, 0.08);
}

.frontis-image-slider__track img {
	object-fit: cover;
	object-position: center top;
}

.frontis-image-slider__arrow {
	width: 34px;
	height: 34px;
	margin-top: -17px;
	border-radius: 50%;
	background: rgba(230, 225, 218, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.52);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.48);
	filter: none;
}

.frontis-image-slider__arrow:before {
	width: 10px;
	height: 10px;
	border-color: #2a2728;
}

.frontis-image-slider__arrow--prev {
	left: 20px;
}

.frontis-image-slider__arrow--next {
	right: 20px;
}

.frontis-image-slider__arrow:hover {
	transform: scale(1.12);
	background: #f7efe0;
	filter: drop-shadow(0 0 16px rgba(255, 213, 139, 0.62));
}

.frontis-image-slider__dots {
	bottom: 18px;
	gap: 7px;
}

.frontis-image-slider__dots span {
	width: 8px;
	height: 8px;
	background: rgba(213, 228, 237, 0.72);
}

.frontis-image-slider__dots span.active {
	background: #ffd58b;
}

.asteria-post--main > .frontis-image-slider + .asteria-post-content,
.asteria-post-content {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 28px;
	min-height: 230px;
	padding: 28px 32px 32px;
	background: rgba(9, 4, 5, 0.68);
	border-top: 1px solid rgba(183, 96, 69, 0.34);
}

.frontis-post-author {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #fff5dc;
	text-align: center;
}

.frontis-post-author img {
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid rgba(255, 213, 139, 0.72);
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.72), 0 0 18px rgba(61, 181, 255, 0.24);
}

.frontis-post-author strong {
	font-family: "Marcellus", sans-serif;
	font-size: 15px;
}

.frontis-post-author time {
	color: #fcedc0;
	font-size: 13px;
	line-height: 1.35;
}

.frontis-post-main {
	min-width: 0;
}

.frontis-post-main .asteria-post-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: 0 0 12px;
	padding: 0 14px;
	color: #fff;
	background: linear-gradient(180deg, #e719a0, #9c0067);
	border-radius: 2px;
	text-align: left;
}

.frontis-post-main h2 {
	margin-bottom: 14px;
	font-size: 18px;
	text-transform: none;
}

.frontis-feature-lines p {
	position: relative;
	max-width: none;
	margin: 0 0 8px;
	padding-left: 18px;
	color: #f2f2f2;
	font-size: 15px;
	line-height: 1.55;
}

.frontis-feature-lines p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.68em;
	width: 7px;
	height: 7px;
	background: #ffb220;
	transform: rotate(45deg);
	box-shadow: 0 0 8px rgba(255, 178, 32, 0.58);
}

.asteria-post-share {
	display: none;
}

@media (max-width: 720px) {
	.frontis-image-slider {
		width: calc(100% - 24px);
		height: 230px;
	}

	.asteria-post--main > .frontis-image-slider + .asteria-post-content,
	.asteria-post-content {
		grid-template-columns: 1fr;
	}
}

.frontis-image-slider {
	width: min(82%, 720px);
	max-width: 720px;
	height: 330px;
	margin-top: 34px;
}

.frontis-image-slider__track img {
	object-position: center 58%;
}

.frontis-section-separator {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	min-height: 76px;
	color: #f7dfb2;
	font-family: "Marcellus", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 0;
	text-shadow: 0 2px 6px #000;
}

.frontis-portal {
	width: min(1280px, calc(100vw - 18px));
	max-width: calc(100vw - 18px);
}

.asteria-hero {
	width: min(1280px, calc(100vw - 18px));
	margin-left: 50%;
	background-color: #000;
	background-size: cover;
	transform: translateX(-50%);
}

.frontis-section-separator:before,
.frontis-section-separator:after {
	content: "";
	width: 180px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c58a42, transparent);
}

.asteria-post--main > .frontis-image-slider + .frontis-section-separator + .asteria-post-content {
	border-top: 1px solid rgba(197, 138, 66, 0.34);
}

.asteria-actions {
	grid-template-columns: repeat(3, minmax(0, 250px)) 128px;
	max-width: 1010px;
}

.apocalypse-online-orb--actions {
	width: 116px;
	height: 116px;
	justify-self: end;
	margin-left: 26px;
}

.apocalypse-online-orb--actions span {
	font-size: 34px;
	min-width: 62px;
}

.apocalypse-online-orb--actions small {
	font-size: 11px;
}

.frontis-update-board {
	display: grid;
	gap: 14px;
	margin: 18px 0 28px;
}

.frontis-update-card {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	min-height: 164px;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(9, 4, 5, 0.92), rgba(9, 4, 5, 0.72)),
		url(../images/slider-1.jpg) center / cover no-repeat;
	border: 1px solid rgba(183, 96, 69, 0.46);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.62);
}

.frontis-update-author {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px;
	text-align: center;
	background: rgba(0, 0, 0, 0.18);
}

.frontis-update-author img {
	width: 82px;
	height: 82px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid rgba(255, 213, 139, 0.64);
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.72);
}

.frontis-update-author strong,
.frontis-update-author time {
	color: #fff3d4;
	font-size: 13px;
}

.frontis-update-main {
	min-width: 0;
	padding: 0 22px 22px;
}

.frontis-update-top {
	display: flex;
	align-items: center;
	gap: 26px;
	min-height: 36px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}

.frontis-update-top span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 15px;
	color: #fff;
	font-weight: 700;
	background: linear-gradient(180deg, #e719a0, #9c0067);
	border-radius: 0 0 4px 4px;
}

.frontis-update-top strong {
	color: #f7dfb2;
	font-size: 15px;
}

.frontis-update-main p {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: #f2f2f2;
	font-size: 15px;
	line-height: 1.55;
}

.frontis-update-main p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 7px;
	height: 7px;
	background: #ffb220;
	transform: rotate(45deg);
	box-shadow: 0 0 8px rgba(255, 178, 32, 0.58);
}

.server-state {
	font-weight: 900;
	text-transform: uppercase;
}

.server-state--online {
	color: #58ff4f !important;
	text-shadow: 0 0 10px rgba(88, 255, 79, 0.75), 0 1px 3px #000;
}

.server-state--offline {
	color: #ff4b4b !important;
	text-shadow: 0 0 10px rgba(255, 75, 75, 0.75), 0 1px 3px #000;
}

@media (max-width: 980px) {
	.asteria-actions {
		grid-template-columns: 1fr;
		max-width: 360px;
	}

	.apocalypse-online-orb--actions {
		justify-self: center;
	}
}

@media (max-width: 720px) {
	.frontis-image-slider {
		width: calc(100% - 24px);
		max-width: none;
		height: 240px;
	}

	.frontis-update-card {
		grid-template-columns: 1fr;
	}

	.frontis-section-separator {
		gap: 14px;
		font-size: 20px;
	}

	.frontis-section-separator:before,
	.frontis-section-separator:after {
		width: 70px;
	}
}

.asteria-hero {
	min-height: 640px;
	width: min(1120px, calc(100vw - 120px));
	max-width: calc(100vw - 120px);
	background-color: #000;
	background-position: center top;
	background-size: cover;
}

.frontis-image-slider {
	width: min(74%, 680px);
	max-width: 680px;
	height: 246px;
}

.asteria-actions {
	max-width: 1100px;
	grid-template-columns: repeat(3, minmax(0, 250px)) 150px;
}

.apocalypse-online-orb--actions {
	transform: translateX(86px);
}

.apocalypse-online-orb--actions:hover {
	transform: translateX(86px) translateY(-6px) scale(1.08);
}

.frontis-custom-info {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	min-height: 210px;
	margin: 16px 0 18px;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(9, 4, 5, 0.92), rgba(9, 4, 5, 0.72)),
		url(../images/slider-1.jpg) center / cover no-repeat;
	border: 1px solid rgba(183, 96, 69, 0.46);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.62);
}

.frontis-custom-info__main {
	min-width: 0;
	padding: 0 22px 24px;
}

.frontis-admin-editor--info {
	margin-top: 20px;
}

@media (max-width: 980px) {
	.apocalypse-online-orb--actions,
	.apocalypse-online-orb--actions:hover {
		transform: none;
	}
}

@media (max-width: 720px) {
	.asteria-hero {
		min-height: 500px;
		width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
	}

	.frontis-image-slider {
		width: calc(100% - 24px);
		height: 220px;
	}

	.frontis-custom-info {
		grid-template-columns: 1fr;
	}
}

.asteria-hero {
	min-height: 690px;
	width: min(1230px, calc(100vw - 70px));
	max-width: calc(100vw - 70px);
	background-size: cover;
	background-position: center top;
}

.replaceable-logo {
	left: 50%;
	top: 220px;
	width: 430px;
	margin-left: -215px;
}

.frontis-image-slider {
	width: min(92%, 880px);
	max-width: 880px;
	height: 230px;
}

.asteria-actions {
	max-width: 1220px;
	grid-template-columns: repeat(3, minmax(0, 250px)) 190px;
	transform: translateX(34px);
}

.apocalypse-online-orb--actions {
	width: 136px;
	height: 136px;
	transform: translateX(160px);
}

.apocalypse-online-orb--actions span {
	font-size: 40px;
}

.apocalypse-online-orb--actions small {
	font-size: 12px;
}

.apocalypse-online-orb--actions:hover {
	transform: translateX(160px) translateY(-6px) scale(1.08);
}

@media (max-width: 980px) {
	.replaceable-logo {
		top: 165px;
	}

	.apocalypse-online-orb--actions,
	.apocalypse-online-orb--actions:hover {
		transform: none;
	}
}

@media (max-width: 720px) {
	.asteria-hero {
		min-height: 520px;
		width: calc(100vw - 16px);
		max-width: calc(100vw - 16px);
	}

	.replaceable-logo {
		top: 180px;
		width: min(360px, 78vw);
		margin-left: 0;
		transform: translateX(-50%);
	}

	.frontis-image-slider {
		width: calc(100% - 24px);
		height: 210px;
	}

	.asteria-actions {
		transform: none;
	}
}

body.frontis-shell .account-menu {
	position: relative;
	z-index: 80;
}

body.frontis-shell .topPanel,
body.frontis-shell .topPanel-wrapper {
	overflow: visible;
}

body.frontis-shell .account-menu .sign-in {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 152px;
	min-height: 34px;
	padding: 0 54px 0 18px;
	font-size: 13px;
	border: 1px solid rgba(196, 126, 57, 0.58);
	border-radius: 4px;
}

body.frontis-shell .topPanel-right > .sign-in:not(.main-item) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	min-height: 40px;
	padding: 0 50px 0 22px;
	color: #1d1005 !important;
	font-size: 14px;
	font-weight: 800;
	background: linear-gradient(#ffe9b8, #c6802f 58%, #5b2b0c);
	-webkit-background-clip: border-box;
	border: 1px solid #ffd18a;
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 0 22px rgba(190, 118, 45, 0.34);
	text-shadow: 0 1px 0 rgba(255, 235, 185, 0.45);
}

body.frontis-shell .topPanel-right > .sign-in:not(.main-item):after {
	right: 8px;
	transform: scale(0.72);
}

.frontis-guide-panel {
	margin: 10px 0 24px;
}

.frontis-blackjack-panel {
	margin: 10px 0 24px;
}

.frontis-blackjack-entry {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto 18px;
	padding: 4px;
	border: 1px solid rgba(255, 205, 102, 0.62);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.45), 0 0 24px rgba(219, 147, 42, 0.26), inset 0 0 70px rgba(0, 0, 0, 0.35);
	background: rgba(0, 0, 0, 0.52);
}

.frontis-blackjack-entry:before {
	content: "";
	position: absolute;
	inset: -45%;
	z-index: 0;
	background: conic-gradient(from 0deg, transparent 0deg, rgba(255, 206, 94, 0.95) 55deg, transparent 112deg, transparent 180deg, rgba(255, 66, 45, 0.82) 230deg, transparent 288deg);
	animation: frontisBlackjackBorder 4s linear infinite;
}

.frontis-blackjack-entry:after {
	content: "";
	position: absolute;
	inset: 4px;
	z-index: 2;
	pointer-events: none;
	border: 1px solid rgba(255, 234, 160, 0.46);
	box-shadow: inset 0 0 18px rgba(255, 196, 83, 0.18), 0 0 18px rgba(255, 178, 48, 0.22);
}

.frontis-blackjack-entry img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-height: 260px;
	object-fit: cover;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.frontis-blackjack-entry span {
	position: absolute;
	z-index: 3;
	right: 18px;
	bottom: 16px;
	padding: 9px 16px;
	color: #fff3d4;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.6px;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 213, 139, 0.44);
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}

.frontis-blackjack-entry:hover img {
	transform: scale(1.03);
	filter: brightness(1.12);
}

.frontis-blackjack-entry.is-locked img {
	filter: grayscale(0.25) brightness(0.75);
}

@keyframes frontisBlackjackBorder {
	to {
		transform: rotate(360deg);
	}
}

.frontis-custom-info--guide {
	margin-top: 0;
}

body.frontis-shell .account-menu .hidden-block {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 90;
	display: none;
	width: 260px;
	max-height: 520px;
	overflow-y: auto;
	padding: 14px;
	background: rgba(8, 8, 10, 0.98);
	border: 1px solid rgba(196, 126, 57, 0.44);
	box-shadow: 0 18px 28px rgba(0, 0, 0, 0.72);
}

body.frontis-shell .account-menu.is-open .hidden-block {
	display: block;
}

body.frontis-shell .account-menu .hidden-block li,
body.frontis-shell .account-menu .hidden-block div {
	margin-bottom: 8px;
}

body.frontis-shell .account-menu .hidden-block a {
	display: block;
	padding: 8px 10px;
	color: #fcedc0;
	background: rgba(255, 255, 255, 0.04);
}

.wiki-shortcut:after {
	content: "Guide";
	position: absolute;
	left: 50%;
	bottom: -24px;
	padding: 4px 10px;
	color: #fcedc0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: rgba(5, 12, 22, 0.92);
	border: 1px solid rgba(80, 190, 255, 0.44);
	transform: translateX(-50%) translateY(6px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.wiki-shortcut:hover:after {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.promo-youtube-button span img {
	left: 7px !important;
	bottom: 24px !important;
	width: 56px;
	height: auto;
	border-radius: 3px;
}

.rank-medal--gold span,
.rank-medal--gold strong,
.rank-medal--gold small {
	color: #ffd84f !important;
	text-shadow: 0 0 9px rgba(255, 216, 79, 0.72);
}

.rank-medal--silver span,
.rank-medal--silver strong,
.rank-medal--silver small {
	color: #d9e4ef !important;
	text-shadow: 0 0 9px rgba(217, 228, 239, 0.62);
}

.rank-medal--bronze span,
.rank-medal--bronze strong,
.rank-medal--bronze small {
	color: #d99a56 !important;
	text-shadow: 0 0 9px rgba(217, 154, 86, 0.62);
}

body.frontis-shell .account-menu .sign-in {
	min-width: 170px;
	min-height: 40px;
	padding: 0 50px 0 22px;
	color: #1d1005 !important;
	font-size: 14px;
	font-weight: 800;
	background: linear-gradient(#ffe9b8, #c6802f 58%, #5b2b0c);
	-webkit-background-clip: border-box;
	border: 1px solid #ffd18a;
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 0 22px rgba(190, 118, 45, 0.34);
	text-shadow: 0 1px 0 rgba(255, 235, 185, 0.45);
}

body.frontis-shell .account-menu .sign-in:after {
	right: 8px;
	transform: scale(0.72);
}

body.frontis-shell .account-menu .hidden-block {
	display: block;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: max-height 0.24s ease, opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

body.frontis-shell .account-menu.is-open .hidden-block {
	max-height: 520px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.promo-youtube-button span img {
	left: 12px !important;
	bottom: 14px !important;
	width: 46px;
	height: 46px;
	object-fit: contain;
	border-radius: 50%;
}

.simple-captcha--vote {
	margin: 4px auto 18px;
	padding: 12px 16px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(95, 190, 255, 0.34);
}

.simple-captcha--vote input.form-control {
	width: 105px;
	margin: 0;
}

#ranking-panel .rank-extra {
	display: none;
}

#ranking-panel.ranking-expanded .rank-extra {
	display: grid !important;
	visibility: visible !important;
	opacity: 1 !important;
}

#ranking-panel.ranking-expanded .asteria-panel {
	max-height: none;
	overflow: visible;
}

.simple-captcha--modal {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
}

.simple-captcha--modal input {
	width: 120px;
	min-height: 34px;
	padding: 6px 10px;
	color: #fcedc0;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(95, 190, 255, 0.34);
}

.guide-modal .modalContent {
	width: min(640px, calc(100vw - 48px));
	min-height: 680px;
	color: #fcedc0;
	background: rgba(5, 8, 14, 0.96);
	border: 1px solid rgba(196, 126, 57, 0.42);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.8), inset 0 0 24px rgba(95, 190, 255, 0.08);
}

.guide-modal-content {
	padding: 44px 42px 64px;
	text-align: left;
}

.guide-modal-content h3 {
	margin-bottom: 20px;
	color: #f7dfb2;
	font-family: "Marcellus", sans-serif;
	font-size: 34px;
	text-transform: uppercase;
}

.guide-modal-content p {
	margin: 0 0 16px;
	color: #d7e7ef;
	font-size: 18px;
	line-height: 1.75;
}

@media (max-width: 760px) {
	body.frontis-shell .wrapper,
	body.frontis-shell .topPanel-wrapper,
	.frontis-portal {
		width: calc(100vw - 16px);
		max-width: calc(100vw - 16px);
	}

	body.frontis-shell .topPanel-wrapper,
	body.frontis-shell .nav {
		height: auto;
		flex-wrap: wrap;
	}

	body.frontis-shell .nav li a {
		height: 42px;
		line-height: 42px;
		padding: 0 10px;
		font-size: 12px;
	}

	.floating-socials,
	.leftBodyLinks {
		display: none;
	}

	.asteria-body {
		grid-template-columns: 1fr;
	}

	.asteria-rail,
	.asteria-widgets {
		order: 2;
	}

	.asteria-feed {
		order: 1;
	}

	.asteria-actions {
		grid-template-columns: 1fr;
		transform: none;
		max-width: 320px;
	}
}

@media (max-width: 760px) {
	body.frontis-shell {
		min-width: 0;
		overflow-x: hidden;
	}

	body.frontis-shell .wrapper,
	body.frontis-shell .topPanel-wrapper,
	.frontis-portal {
		width: 100%;
		max-width: 100%;
	}

	body.frontis-shell .topPanel-wrapper,
	body.frontis-shell .nav {
		height: auto;
		flex-wrap: nowrap;
	}

	body.frontis-shell .nav li a {
		height: 42px;
		line-height: 42px;
		padding: 0 14px;
		font-size: 14px;
	}

	.asteria-body {
		grid-template-columns: 1fr;
	}

	.asteria-actions {
		grid-template-columns: 1fr;
		max-width: 420px;
		transform: none;
	}

	.floating-socials {
		display: none;
	}

	.leftBodyLinks {
		display: none;
	}
}

body.frontis-shell .nav li.nav-ranking-menu > ul {
	min-width: 246px;
	max-height: none;
	padding: 10px;
	overflow: visible;
	background: rgba(4, 5, 7, 0.96);
	border: 1px solid rgba(190, 118, 45, 0.42);
	box-shadow: 0 18px 30px rgba(0, 0, 0, 0.76);
}

body.frontis-shell .nav li.nav-ranking-menu > ul li {
	margin: 0 0 4px;
}

body.frontis-shell .nav li.nav-ranking-menu > ul li:last-child {
	margin-bottom: 0;
}

body.frontis-shell .nav li.nav-ranking-menu > ul li a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 42px;
	line-height: 1.1 !important;
	padding: 0 18px;
	color: #f7e9bf;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(180deg, rgba(8, 10, 14, 0.98), rgba(2, 4, 7, 0.98));
	border: 1px solid rgba(255, 198, 114, 0.64);
	border-radius: 21px;
	text-shadow: 0 0 8px rgba(104, 225, 255, 0.72);
}

body.frontis-shell .nav li.nav-ranking-menu > ul li a:hover {
	color: #fff;
	background: linear-gradient(180deg, rgba(42, 30, 14, 0.98), rgba(9, 6, 3, 0.98));
	border-color: rgba(255, 214, 120, 0.9);
}

#ranking-panel .rank-empty strong,
#ranking-panel .rank-empty span,
#ranking-panel .rank-empty small {
	color: rgba(220, 238, 248, 0.45);
	text-shadow: none;
}

.vote-site-name {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	white-space: nowrap;
}

.vote-site-name img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	filter: drop-shadow(0 0 8px rgba(95, 190, 255, 0.45));
}

.webdev table th,
.webdev table td {
	text-align: center;
	vertical-align: middle;
}

.webdev .row {
	display: grid;
	grid-template-columns: repeat(2, minmax(240px, 1fr));
	gap: 16px 28px;
	align-items: center;
}

.webdev .row .col {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 64px;
	text-align: center;
}

.webdev .button-green {
	float: none;
	margin: 0;
}

.promo-youtube-button span img {
	left: 0 !important;
	bottom: 0 !important;
	width: 70px !important;
	height: 70px !important;
	object-fit: contain;
	border-radius: 50%;
}

.donate-methods {
	margin: 24px 0 30px;
}

.donate-methods__note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 20px;
	padding: 16px 18px;
	color: #f5d76e;
	text-align: center;
	background: rgba(15, 16, 20, 0.76);
	border: 1px solid rgba(243, 186, 47, 0.28);
	box-shadow: inset 0 0 22px rgba(243, 186, 47, 0.05), 0 12px 28px rgba(0, 0, 0, 0.34);
}

.donate-methods__note strong {
	color: #fff0b7;
	text-transform: uppercase;
}

.donate-methods__note a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #fff;
	font-size: 22px;
	background: #5865f2;
	border-radius: 8px;
	box-shadow: 0 0 18px rgba(88, 101, 242, 0.45);
}

.donate-methods__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.donate-method-card {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 16px;
	min-height: 112px;
	padding: 18px 22px;
	color: #f7e9bf;
	text-decoration: none;
	background: linear-gradient(135deg, rgba(14, 16, 21, 0.94), rgba(33, 28, 18, 0.86));
	border: 1px solid rgba(196, 126, 57, 0.42);
	box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.03), 0 14px 30px rgba(0, 0, 0, 0.36);
}

.donate-method-card:hover {
	color: #fff;
	border-color: rgba(255, 213, 107, 0.78);
	transform: translateY(-2px);
}

.donate-method-card__icon {
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background: rgba(0, 0, 0, 0.34);
	border: 1px solid rgba(255, 213, 107, 0.28);
	border-radius: 50%;
}

.donate-method-card__icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.donate-method-card__icon i {
	color: #ffd56b;
	font-size: 30px;
}

.donate-method-card strong {
	font-size: 22px;
	text-transform: uppercase;
}

.donate-method-card small {
	color: #d8dee8;
	font-size: 13px;
}

.donate-method-card--binance {
	background: linear-gradient(135deg, rgba(38, 30, 8, 0.96), rgba(12, 14, 18, 0.92));
}

.donate-method-card--paypal {
	background: linear-gradient(135deg, rgba(10, 28, 54, 0.92), rgba(12, 14, 18, 0.94));
}

.donate-method-card--revolut {
	background: linear-gradient(135deg, rgba(18, 26, 72, 0.94), rgba(7, 12, 26, 0.94));
}

.donate-method-card--mercadopago {
	background: linear-gradient(135deg, rgba(0, 72, 100, 0.9), rgba(8, 19, 26, 0.94));
}

.paypal-donate-modal .modalContent {
	width: min(560px, calc(100vw - 32px));
	padding: 28px 34px 34px;
	text-align: center;
	background: linear-gradient(180deg, rgba(8, 10, 16, 0.98), rgba(2, 4, 8, 0.98));
	border: 1px solid rgba(255, 213, 107, 0.48);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.8), inset 0 0 28px rgba(255, 213, 107, 0.06);
}

.paypal-donate-modal .modalTitle {
	display: block;
	color: #ffe3a2;
	font-size: 27px;
	text-shadow: 0 0 14px rgba(255, 213, 107, 0.35);
}

.paypal-modal-content {
	padding: 10px 0 4px;
	color: #f2f6fb;
	font-size: 17px;
	line-height: 1.7;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.paypal-modal-content strong {
	display: block;
	margin-bottom: 12px;
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
}

.paypal-modal-content p {
	margin: 9px auto;
	max-width: 430px;
	color: #eef5ff;
}

.paypal-discord-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 190px;
	margin: 18px auto 0;
	color: #fff !important;
	background: linear-gradient(180deg, #5865f2, #3542c8) !important;
	border: 1px solid rgba(202, 208, 255, 0.55);
	box-shadow: 0 0 22px rgba(88, 101, 242, 0.45);
	text-decoration: none;
}

.paypal-donate-modal,
.donate-info-modal {
	background: transparent !important;
}

.paypal-donate-modal .modalContent,
.donate-info-modal .modalContent {
	position: relative;
	width: min(560px, calc(100vw - 32px)) !important;
	min-height: 0 !important;
	padding: 30px 34px 34px !important;
	background: linear-gradient(180deg, rgba(10, 10, 12, 0.98), rgba(2, 3, 6, 0.98)) !important;
	color: #f4e3c1 !important;
	border: 1px solid rgba(197, 112, 55, 0.58) !important;
	border-radius: 6px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.84), inset 0 0 34px rgba(255, 213, 107, 0.05) !important;
	text-align: center;
}

.donate-info-modal .modalContent {
	width: min(460px, calc(100vw - 32px)) !important;
	text-align: left;
}

.paypal-donate-modal .modalTitle,
.donate-info-modal .modalTitle {
	display: block;
	margin-bottom: 18px;
	color: #f2a365 !important;
	font-size: 25px;
	text-shadow: 0 0 14px rgba(242, 115, 49, 0.35) !important;
}

.paypal-modal-content,
.donate-policy-content {
	color: #f1dfc4 !important;
	font-size: 17px;
	line-height: 1.65;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.92) !important;
}

.paypal-modal-content strong {
	color: #ffffff !important;
}

.paypal-modal-content p,
.donate-policy-content p {
	color: #f1dfc4 !important;
}

.paypal-donate-modal .modal_close,
.donate-info-modal .modal_close {
	top: 12px !important;
	right: 14px !important;
	width: 28px !important;
	height: 28px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #6f1f18 !important;
	color: #fff !important;
	border-radius: 50%;
	font: 700 15px/1 Arial, sans-serif;
	text-indent: 0 !important;
	cursor: pointer;
}

.paypal-donate-modal .modal_close:before,
.donate-info-modal .modal_close:before {
	content: "X";
}

.donate-info-modal .modal_close {
	color: transparent !important;
}

.paypal-donate-modal input,
.paypal-donate-modal select,
.paypal-donate-modal textarea,
.donate-info-modal input,
.donate-info-modal select,
.donate-info-modal textarea {
	color: #fff !important;
	background: rgba(0, 0, 0, 0.78) !important;
	border-color: rgba(255, 213, 107, 0.38) !important;
}

.paypal-donate-modal a,
.donate-info-modal a {
	color: #6fd8ff !important;
}

.refund-policy-link {
	color: #41b9ff !important;
	text-decoration: underline;
}

.bah-accordion__element__content .form-control {
	background: #f8f3ea !important;
	color: #1f1710 !important;
	border: 1px solid rgba(201, 146, 85, 0.75) !important;
}

.bah-accordion__element__content .form-control::placeholder {
	color: #6d6258 !important;
}

@media (max-width: 980px) {
	.donate-methods__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.frontis-shell .frontis-image-slider {
	height: 340px;
}

body.frontis-shell .asteria-siege-card {
	min-height: 315px;
	padding-top: 112px;
	pointer-events: none;
}

body.frontis-shell .asteria-siege-card span {
	color: #fff4d4;
	font-size: 20px;
	font-weight: 800;
	text-shadow: 0 3px 10px #000, 0 0 14px rgba(0, 0, 0, 0.9);
}

body.frontis-shell .asteria-siege-card strong {
	font-size: 32px;
	text-shadow: 0 4px 12px #000, 0 0 20px rgba(255, 213, 107, 0.5);
}

body.frontis-shell .asteria-siege-card small {
	color: #fff0df;
	font-size: 16px;
	font-weight: 700;
}

body.frontis-shell #overlay {
	opacity: 0.46;
}

.simple-captcha--email {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.simple-captcha--email img {
	width: 132px;
	height: 44px;
	object-fit: cover;
	border: 1px solid rgba(95, 190, 255, 0.34);
}

.simple-captcha--email input.form-control {
	width: 130px;
	margin: 0;
}

.news-editor-form .target {
	overflow: visible;
}

.news-editor-actions {
	position: sticky;
	bottom: 16px;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	margin-top: 16px;
	padding: 12px 0;
	background: linear-gradient(90deg, rgba(12, 12, 14, 0.96), rgba(12, 12, 14, 0));
}

.news-editor-actions--top {
	position: relative;
	bottom: auto;
	margin: 12px 0 8px;
	padding: 0;
	background: transparent;
}

.news-editor-submit {
	width: 170px;
	height: 42px;
	line-height: 42px;
	color: #fff !important;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border: 0;
}

.tos-admin-editor {
	display: grid;
	gap: 12px;
	margin: 18px 0 28px;
	padding: 16px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 204, 112, 0.32);
}

.tos-admin-editor textarea {
	width: 100%;
	min-height: 320px;
	resize: vertical;
}

.tos-admin-editor .button-green {
	width: 170px;
	height: 42px;
	border: 0;
	color: #fff !important;
}

.tos-rules-content {
	color: #d7d7d7;
	font-size: 15px;
	line-height: 1.7;
}

body.frontis-shell .frontis-image-slider {
	width: min(100%, 1400px);
	max-width: 1400px;
	height: auto;
	aspect-ratio: 7 / 2;
	margin: 24px auto 0;
}

body.frontis-subpage header {
	height: 120px;
	min-height: 120px;
}

body.frontis-subpage .header-content,
body.frontis-subpage .online,
body.frontis-subpage .download,
body.frontis-subpage .hand-animation,
body.frontis-subpage .light-hand,
body.frontis-subpage .rune-hand,
body.frontis-subpage .sparks,
body.frontis-subpage .theme {
	display: none !important;
}

body.frontis-subpage #page-content {
	margin-top: 0;
}

body.frontis-subpage .content-bg,
body.frontis-subpage .ranking-bg {
	padding-top: 22px;
}

@media (max-width: 760px) {
	html,
	body,
	body.frontis-shell {
		width: 100%;
		min-width: 0 !important;
		overflow-x: hidden;
	}

	body.frontis-shell .wrapper,
	body.frontis-shell .topPanel-wrapper,
	body.frontis-shell .frontis-portal {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	body.frontis-shell header,
	body.frontis-subpage header {
		height: auto;
		min-height: 74px;
		padding-top: 0;
	}

	body.frontis-shell .topPanel {
		position: relative;
		min-height: 0;
	}

	body.frontis-shell .topPanel-wrapper {
		height: auto !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: flex-start;
		gap: 6px;
	}

	body.frontis-shell .topPanel-left {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
		overflow: hidden;
	}

	body.frontis-shell .nav {
		display: flex;
		flex-wrap: nowrap !important;
		justify-content: flex-start;
		gap: 8px;
		width: 100%;
		padding: 4px 4px 4px 10px;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	body.frontis-shell .nav::-webkit-scrollbar {
		display: none;
	}

	body.frontis-shell .nav li {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	body.frontis-shell .nav li a {
		height: 38px !important;
		line-height: 38px !important;
		padding: 0 12px !important;
		font-size: 13px !important;
	}

	body.frontis-shell .topPanel-right {
		position: static;
		flex: 0 0 auto;
		width: auto;
		justify-content: center;
		padding: 0;
	}

	body.frontis-shell .topPanel-right > .sign-in:not(.main-item),
	body.frontis-shell .account-menu .sign-in {
		min-width: 116px;
		min-height: 38px;
		font-size: 13px;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	body.frontis-shell .replaceable-logo {
		left: 50% !important;
		right: auto !important;
		margin-left: 0 !important;
		transform: translateX(-50%) !important;
		width: min(300px, 78vw) !important;
	}

	body.frontis-shell .asteria-hero {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 360px;
		margin: 0;
		transform: none;
		background-position: center top;
	}

	body.frontis-shell .asteria-actions {
		grid-template-columns: 1fr !important;
		width: calc(100% - 20px);
		max-width: 420px;
		margin: -36px auto 22px;
		transform: none;
	}

	body.frontis-shell .asteria-action {
		min-height: 86px;
		padding: 14px 18px 14px 96px;
	}

	body.frontis-shell .asteria-action strong {
		font-size: 25px;
	}

	body.frontis-shell .content-bg,
	body.frontis-shell .ranking-bg,
	body.frontis-shell .main,
	body.frontis-shell .content,
	body.frontis-shell #content,
	body.frontis-shell #box1,
	body.frontis-shell .box-style1 {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.frontis-shell table {
		display: block;
		width: 100%;
		overflow-x: auto;
	}

	.webdev .row {
		display: grid;
		grid-template-columns: 1fr !important;
		gap: 14px;
	}

	.webdev .row .col {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: start;
		gap: 6px;
		min-height: 0;
		padding-bottom: 14px;
	}

	.webdev .row .button-green,
	.webdev .row input.button-green {
		width: min(100%, 260px) !important;
		margin: 0;
		float: none;
	}

	.tos-admin-editor {
		padding: 12px;
	}

	.tos-admin-editor textarea {
		min-height: 260px;
		font-size: 14px;
	}
}

@media (max-width: 720px) {
	body.frontis-shell .frontis-image-slider {
		height: auto;
		aspect-ratio: 7 / 2;
	}

	body.frontis-shell .asteria-siege-card {
		min-height: 285px;
	}
}

body.frontis-shell .replaceable-logo {
	width: min(340px, 34vw);
	max-height: 340px;
	margin-left: 0;
	transform: translateX(-50%);
}

body.frontis-shell .replaceable-logo img {
	width: 100%;
	max-height: 340px;
	object-fit: contain;
}

@media (max-width: 720px) {
	body.frontis-shell .replaceable-logo {
		width: min(250px, 64vw);
		max-height: 250px;
	}

	body.frontis-shell .replaceable-logo img {
		max-height: 250px;
	}
}

body.frontis-shell .asteria-hero {
	position: relative;
	overflow: hidden;
}

body.frontis-shell .asteria-hero:before {
	display: none !important;
}

body.frontis-shell .replaceable-logo {
	top: 27%;
	z-index: 4;
	width: min(360px, 29vw);
	aspect-ratio: 1;
	max-height: 360px;
	background: url(../images/ApocalypseLogo.png?ver=2026-apocalypse-logo-v2) center / contain no-repeat;
	filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.82));
	transition: transform 0.24s ease, filter 0.24s ease;
}

body.frontis-shell .replaceable-logo img {
	opacity: 0;
	max-height: 360px;
	pointer-events: none;
}

body.frontis-shell .replaceable-logo:hover {
	transform: translateX(-50%) scale(1.18);
	filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 16px rgba(255, 210, 150, 0.35));
}

body.frontis-shell .skyfall span {
	width: max(1px, var(--fall-size));
	height: calc(var(--fall-size) * 15);
	border-radius: 999px;
	background:
		linear-gradient(180deg, transparent 0%, rgba(155, 0, 0, 0.14) 12%, rgba(130, 0, 0, 0.9) 46%, rgba(44, 0, 0, 0.96) 82%, transparent 100%);
	box-shadow: 0 0 4px rgba(120, 0, 0, 0.68);
	opacity: 0;
	transform: translate3d(0, -140px, 0) rotate(4deg);
}

body.frontis-shell .skyfall span:nth-child(3),
body.frontis-shell .skyfall span:nth-child(8),
body.frontis-shell .skyfall span:nth-child(14),
body.frontis-shell .skyfall span:nth-child(17),
body.frontis-shell .skyfall span:nth-child(4),
body.frontis-shell .skyfall span:nth-child(11),
body.frontis-shell .skyfall span:nth-child(16) {
	width: calc(var(--fall-size) * 2);
	height: calc(var(--fall-size) * 12);
	border-radius: 999px;
	background:
		linear-gradient(180deg, transparent 0%, rgba(185, 0, 0, 0.78) 34%, rgba(58, 0, 0, 0.96) 100%);
	box-shadow: 0 0 5px rgba(125, 0, 0, 0.62);
}

body.frontis-shell .skyfall span:nth-child(4):before,
body.frontis-shell .skyfall span:nth-child(11):before,
body.frontis-shell .skyfall span:nth-child(16):before {
	display: none;
}

body.frontis-shell .skyfall span:nth-child(19) { --fall-left: 4%; --fall-size: 3px; --fall-duration: 6.4s; --fall-delay: -2.4s; }
body.frontis-shell .skyfall span:nth-child(20) { --fall-left: 11%; --fall-size: 4px; --fall-duration: 7.1s; --fall-delay: -5.2s; }
body.frontis-shell .skyfall span:nth-child(21) { --fall-left: 24%; --fall-size: 3px; --fall-duration: 6.8s; --fall-delay: -1.1s; }
body.frontis-shell .skyfall span:nth-child(22) { --fall-left: 33%; --fall-size: 5px; --fall-duration: 8.2s; --fall-delay: -6.7s; }
body.frontis-shell .skyfall span:nth-child(23) { --fall-left: 47%; --fall-size: 4px; --fall-duration: 7.6s; --fall-delay: -3.3s; }
body.frontis-shell .skyfall span:nth-child(24) { --fall-left: 58%; --fall-size: 3px; --fall-duration: 6.9s; --fall-delay: -4.4s; }
body.frontis-shell .skyfall span:nth-child(25) { --fall-left: 66%; --fall-size: 5px; --fall-duration: 8.8s; --fall-delay: -7.6s; }
body.frontis-shell .skyfall span:nth-child(26) { --fall-left: 79%; --fall-size: 3px; --fall-duration: 7.4s; --fall-delay: -2.9s; }
body.frontis-shell .skyfall span:nth-child(27) { --fall-left: 96%; --fall-size: 4px; --fall-duration: 6.6s; --fall-delay: -5.9s; }
body.frontis-shell .skyfall span:nth-child(28) { --fall-left: 16%; --fall-size: 3px; --fall-duration: 9.1s; --fall-delay: -8.1s; }
body.frontis-shell .skyfall span:nth-child(29) { --fall-left: 52%; --fall-size: 4px; --fall-duration: 8.7s; --fall-delay: -1.8s; }
body.frontis-shell .skyfall span:nth-child(30) { --fall-left: 87%; --fall-size: 3px; --fall-duration: 7.9s; --fall-delay: -6.2s; }
body.frontis-shell .skyfall span:nth-child(31) { --fall-left: 2%; --fall-size: 4px; --fall-duration: 8.4s; --fall-delay: -3.8s; }
body.frontis-shell .skyfall span:nth-child(32) { --fall-left: 39%; --fall-size: 3px; --fall-duration: 6.2s; --fall-delay: -4.9s; }
body.frontis-shell .skyfall span:nth-child(33) { --fall-left: 72%; --fall-size: 5px; --fall-duration: 9.5s; --fall-delay: -7.3s; }
body.frontis-shell .skyfall span:nth-child(34) { --fall-left: 91%; --fall-size: 3px; --fall-duration: 6.5s; --fall-delay: -2.1s; }
body.frontis-shell .skyfall span:nth-child(35) { --fall-left: 27%; --fall-size: 4px; --fall-duration: 8s; --fall-delay: -6.8s; }
body.frontis-shell .skyfall span:nth-child(36) { --fall-left: 63%; --fall-size: 3px; --fall-duration: 7s; --fall-delay: -3.6s; }

body.frontis-shell .skyfall span:nth-child(6),
body.frontis-shell .skyfall span:nth-child(12),
body.frontis-shell .skyfall span:nth-child(18),
body.frontis-shell .skyfall span:nth-child(23),
body.frontis-shell .skyfall span:nth-child(29),
body.frontis-shell .skyfall span:nth-child(34) {
	width: 34px;
	height: 42px;
	background: none;
	box-shadow: none;
}

body.frontis-shell .skyfall span:nth-child(6):after,
body.frontis-shell .skyfall span:nth-child(12):after,
body.frontis-shell .skyfall span:nth-child(18):after,
body.frontis-shell .skyfall span:nth-child(23):after,
body.frontis-shell .skyfall span:nth-child(29):after,
body.frontis-shell .skyfall span:nth-child(34):after {
	content: "\2620";
	display: block;
	color: rgba(120, 0, 0, 0.78);
	font: 900 26px/1 "Times New Roman", serif;
	text-shadow: 0 2px 7px rgba(0, 0, 0, 0.9);
}

body.frontis-shell .skyfall span:nth-child(2):after,
body.frontis-shell .skyfall span:nth-child(7):after,
body.frontis-shell .skyfall span:nth-child(15):after,
body.frontis-shell .skyfall span:nth-child(21):after,
body.frontis-shell .skyfall span:nth-child(27):after,
body.frontis-shell .skyfall span:nth-child(33):after {
	content: "";
	position: absolute;
	left: -5px;
	bottom: -6px;
	width: 9px;
	height: 7px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(120, 0, 0, 0.82), rgba(35, 0, 0, 0.08) 72%);
	box-shadow: 5px 2px 0 rgba(80, 0, 0, 0.42), -4px 3px 0 rgba(95, 0, 0, 0.32);
}

@media (max-width: 720px) {
	body.frontis-shell .asteria-hero:before {
		display: none !important;
	}

	body.frontis-shell .replaceable-logo {
		top: 18%;
		width: min(260px, 66vw);
		aspect-ratio: 1;
		max-height: 260px;
	}

	body.frontis-shell .replaceable-logo img {
		max-height: 260px;
	}
}

body.frontis-shell .topPanel {
	height: 50px;
	overflow: visible;
}

body.frontis-shell .topPanel-wrapper {
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: visible;
}

body.frontis-shell .topPanel-left,
body.frontis-shell .topPanel-right {
	height: 50px;
	display: flex !important;
	align-items: center !important;
}

body.frontis-shell .topPanel-right {
	position: static !important;
	flex: 0 0 auto;
	margin-left: 14px;
	gap: 8px;
	padding: 0 !important;
}

body.frontis-shell .language-selector {
	height: 32px;
	margin: 0 !important;
	padding: 0 8px !important;
	background: rgba(0, 0, 0, 0.62);
	border: 1px solid rgba(236, 177, 91, 0.48);
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.38), 0 0 12px rgba(196, 126, 57, 0.12);
}

body.frontis-shell .language-selector select {
	width: 132px !important;
	min-width: 132px !important;
	height: 28px !important;
	padding: 0 26px 0 8px !important;
	color: #f7dfaa !important;
	font-size: 12px !important;
	line-height: 28px !important;
	text-indent: 0 !important;
	background-color: rgba(5, 7, 9, 0.96) !important;
	background-image: url(../images/select-icon.png) !important;
	background-position: right 8px center !important;
	background-repeat: no-repeat !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

body.frontis-shell .language-selector select option {
	color: #1d1005;
	background: #f7dfaa;
}

body.frontis-shell .topPanel-right > .sign-in:not(.main-item),
body.frontis-shell .account-menu .sign-in {
	height: 36px !important;
	min-height: 36px !important;
}

body.frontis-shell .topPanel-wrapper {
	flex-wrap: nowrap !important;
	gap: 8px !important;
	max-width: 1120px !important;
	min-width: 0 !important;
}

body.frontis-shell .topPanel-left {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	overflow: visible !important;
}

body.frontis-shell .nav {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	height: 50px !important;
	max-width: 100% !important;
	overflow: visible !important;
	white-space: nowrap !important;
}

body.frontis-shell .nav > li {
	flex: 0 0 auto !important;
}

body.frontis-shell .nav > li > a {
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 12px !important;
	letter-spacing: 0 !important;
}

body.frontis-shell .nav > li.sub-menu > a {
	min-width: 86px !important;
}

body.frontis-shell .topPanel-right {
	flex: 0 0 auto !important;
	align-self: center !important;
	min-width: 0 !important;
}

body.frontis-shell .language-selector {
	flex: 0 0 auto !important;
}

body.frontis-shell .content-bg,
body.frontis-shell .ranking-bg,
body.frontis-shell .frontis-portal,
body.frontis-shell #page-content {
	position: relative;
	z-index: 2;
}

body.frontis-shell footer {
	position: relative;
	z-index: 0;
	clear: both;
	margin-top: 0;
}

body.frontis-subpage #page-content {
	min-height: 620px;
}

body.frontis-shell .events-content h3 {
	color: #f1c36b;
	margin-bottom: 18px;
	text-transform: uppercase;
}

body.frontis-shell .events-content ul {
	margin: 18px 0 0 20px;
	list-style: disc;
}

body.frontis-shell .events-content li {
	margin-bottom: 8px;
}
