@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@700&amp;display=swap');

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
}

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
}

html,
body {
	position: relative;
	overflow-x: hidden
}

body {
	width: 100%;
	background: url(../img/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(../img/body-bg-1.jpg) center top no-repeat;
	background-color: #0a0d16;
}

body.bg-2 {
	background: url(../img/body-bg-2.jpg) center top no-repeat;
	background-color: #0a0d16;
}

body.bg-3 {
	background: url(../img/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: "Philosopher", sans-serif;
	letter-spacing: 2px
}

h8 {
	margin-top: 20px;
	color: #ffdda9;
	font-size: 22px;
	margin-bottom: 0px;
	line-height: 1.3;
	font-family: "Philosopher", sans-serif;
	letter-spacing: 1px
}

h9 {
	margin-top: 22px;
	color: #fafafa;
	font-size: 19px;
	margin-bottom: 0px;
	line-height: 1.3;
	font-family: "Philosopher", sans-serif;
	letter-spacing: 0px
}

h1 {
	font-size: 20px
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}


table {
	width: 100%
}

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%;
	border: 1px solid #36383a;
	color: #fff;
	padding: 17px 40px 17px 15px;
	position: relative;
	color: #fff;
	font-size: 16px;
	-webkit-appearance: none;
	background-image: url(../img/select-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	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)
}

input,
textarea {
	background: #040609;
	border: 1px solid #36383a;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	font-size: 16px;
	transition: 0.3s;
	width: 100%;
	font-family: "Open Sans", sans-serif
}

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;
	background: url(../img/button.png) no-repeat;
	height: 40px;
	width: 147px;
	border: none;
	color: #ffffff !important;
	font-family: "Philosopher", sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	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-blue {
	background: url(../img/button-blue.png) no-repeat
}

.big-button-blue {
	background: url(../img/button-blue-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
}

.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
}

.topPanel-wrapper {
	width: 1350px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.nav li {
	display: inline-block;
	position: relative;
	cursor: pointer
}

.nav li:before {
	filter: hue-rotate(185deg);
}

/*
.nav li:nth-child(1):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../img/icon-menu-1.png) no-repeat;
}

.nav li:nth-child(2):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../img/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(../img/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(../img/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(../img/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(../img/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 {
	color: #fff
}

.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 {
	color: #fcedc0;
	font-family: "Philosopher", sans-serif;
	font-size: 18px;
	display: block;
	height: 90px;
	padding: 0px 42px 0px 59px;
	line-height: 90px;
	text-transform: uppercase;
	position: relative;
	z-index: 1
}

.nav li ul {
	position: absolute;
	left: 0;
	top: calc(100%);
	background: rgba(0, 0, 0, 0.95);
	padding: 25px 0px 25px 0px;
	min-width: 200px;
	display: none
}

.nav li ul li {
	display: block
}

.nav li ul li:after {
	content: "";
	position: absolute;
	background: url(../img/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(../img/drop-menu-icon.png);
	background-position: left -20px center;
	background-repeat: no-repeat
}

.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: "Philosopher", sans-serif;
	position: relative;
	cursor: pointer
}

.sign-in:after {
	content: "";
	background: url(../img/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: rgba(7, 10, 17, 0.95);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2)
}

.topPanel.topPanel-fixed .nav li:hover {
	background: rgba(0, 0, 0, 0.95)
}

.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(../img/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(../img/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: 130px;
	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(../img/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(../img/light-hand-2.png);
	opacity: 0.7
}

.bg-3 .light-hand {
	background: url(../img/light-hand3.png);
	opacity: 1
}

/* ------------------------------------------- */

.rune-hand {
	background: url(../img/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(../img/rune-hand1.png);
}

.bg-2 .rune-hand {
	animation: 3s rune-hand2 linear infinite;
	background: url(../img/rune-hand2.png);
	background-size: 100% 100%;
	opacity: 0.7
}

.bg-3 .rune-hand {
	animation: 10s rune-hand3 linear infinite;
	background: url(../img/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(../img/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(../img/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(../img/spark_3.png) no-repeat;
	width: 128px;
	height: 165px;
	right: 280px;
	bottom: -140px;
	transform: scale(0.6);
	animation: spark-3 4s linear infinite;
	animation-delay: 2s
}

@keyframes spark-3 {
	0% {
		bottom: -140px;
		-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(../img/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: 780px;
	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: "Philosopher", 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: 140px;
	left: 0px;
	width: 420px;
}

.online {
	position: absolute;
	bottom: 45px
}

.onlineReg {
	padding-top: 10px
}

.onlineBlock {
	background: url(../img/online-img.png) bottom center no-repeat;
	width: 300px;
	height: 250px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	font-family: "Philosopher", 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: "Philosopher", 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(../img/online-sprite.png) top left -3px no-repeat
}

.onlineReg-block-clans {
	background: url(../img/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
}

.swiper-news_info {
	background: url(../img/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: "Philosopher", sans-serif
}

.swiper-news_info span {
	display: block;
	width: 100%;
	background: linear-gradient(#fdde91, #9b311d);
	-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;
	font-size: 22px;
	width: 350px;
	margin-bottom: 0px;
	line-height: 1.2
}

.swiper-news-pagination {
	position: absolute;
	background: url(../img/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(../img/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(../img/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;
	right: -54px;
	bottom: -80px
}

.download-button {
	background: url(../img/download.png) no-repeat;
	width: 447px;
	height: 333px;
	display: block;
	font-family: "Philosopher", sans-serif;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 116px 0px 0px 183px
}

.download-button span {
	display: block;
	font-size: 14px;
	color: #cc7954;
	text-transform: none;
	margin-top: 4px
}

.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(../img/windows-icon.png) left center no-repeat
}

.mac {
	background: url(../img/apple-icon.png) left center no-repeat
}

main {
	position: relative;
	z-index: 4;
	min-height: 500px
}

.newsBlock {
	background: url(../img/news-home-bg.jpg) no-repeat;
	padding: 40px 45px
}

.h2-title {
	align-items: flex-end;
	margin-bottom: 25px
}

.h2-title span {
	position: relative;
	text-transform: uppercase;
	color: #cc7954;
	font-size: 18px;
	font-family: "Philosopher", sans-serif;
	display: block;
	padding-left: 25px
}

.h2-title span:before {
	content: "";
	position: absolute;
	background: url(../img/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(../img/news-icon.png) left top 12px no-repeat
}

.newsBlock .newsLink + .newsLink {
	margin-top: 8px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.newsBlock-pager {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.newsBlock-pager-info {
	color: #9aa3b0;
	font-size: 13px;
	font-weight: 600;
}

.newsBlock-pager-btn {
	color: #d6b36a;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	min-width: 28px;
	text-align: center;
	transition: color 0.2s, filter 0.2s;
}

.newsBlock-pager-btn:hover {
	color: #fcedc0;
}

.newsBlock-pager-btn.is-disabled {
	color: #4a4f5a;
	cursor: default;
	pointer-events: none;
}

.newsLink:after {
	content: "";
	background: url(../img/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
}

.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-more:after {
	content: "";
	position: absolute;
	background: url(../img/h-right.png) no-repeat;
	width: 8px;
	height: 12px;
	right: 0px;
	top: 50%;
	margin-top: -6px;
	transition: 0.3s
}

.newsLink:hover:after {
	opacity: 1
}

.newsLink:hover .newsLink-info a {
	color: #ffffff;
	text-decoration: underline
}

.newsLink:hover .newsLink-more span {
	opacity: 1
}

.newsLink:hover .newsLink-more:after {
	background: url(../img/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: rgba(0, 0, 0, 0.95);
	padding: 3px 5px 7px 5px;
	z-index: 8
}

.leftBodyLinks {
	right: unset;
	left: 0px;
}

.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: "Philosopher", sans-serif;
	font-size: 14px;
	margin: 8px 0px;
	min-width: 85px;
}

.rightBodyLinks a span {
	display: block;
	background-image: url(../img/right-panel-bg.png);
	width: 70px;
	height: 70px;
	position: relative;
	transition: 0.3s;
	margin: 0 auto;
}

.rightBodyLinks a span img {
	position: absolute
}

.rightBodyLinks a:hover span {
	background-image: url(../img/right-panel-bg-hover.png)
}

.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(../img/totop-img.png) left center no-repeat;
	height: 100px;
	display: flex;
	align-items: center;
	min-width: 100px;
	position: fixed;
	left: 0px;
	bottom: 50px;
	padding-left: 105px;
	cursor: pointer;
	transform: rotate(-90deg);
	z-index: 8
}

.toTop span {
	font-size: 12px;
	color: #fff;
	opacity: 0.2;
	font-family: "Philosopher", sans-serif;
	transition: 0.3s
}

.toTop:hover span {
	opacity: 1
}

.line {
	display: block;
	background: url(../img/line.png) center no-repeat;
	width: 100%;
	overflow-x: hidden;
	height: 86px
}

.mainHomeBlock {
	margin-bottom: 40px
}

.mainHomeBlock>div {
	height: 610px
}

.blockHome {
	background: url(../img/block-top-bg.png) center top no-repeat, url(../img/block-bottom-bg.png) center bottom no-repeat;
	background-color: #12141f;
	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(../img/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
}

/* Rankings (home): cabecera alineada con 4/3 columnas de datos, sin texto apilado en sup largos */
.blockHome .tableBlock-title.tableBlock-title--4,
.blockHome .tableBlock-title.tableBlock-title--guild {
	flex-wrap: nowrap;
	gap: 0
}

.blockHome .tableBlock-title--4 .ezio-tcol,
.blockHome .tableBlock-title--guild .ezio-tcol {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 7px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #696868;
	white-space: nowrap;
	line-height: 1.1;
	min-height: 20px;
	box-sizing: border-box;
	padding: 0 1px;
	overflow: hidden;
	text-overflow: ellipsis
}

.blockHome .tableBlock-title--4 .tableBlock-title_num {
	width: 10%;
	flex: 0 0 10%
}

.blockHome .tableBlock-title--4 .tableBlock-title_player {
	width: 52%;
	flex: 0 0 52%;
	text-align: center
}

.blockHome .tableBlock-title--4 .tableBlock-title_level {
	width: 17%;
	flex: 0 0 17%;
	text-align: center
}

.blockHome .tableBlock-title--4 .tableBlock-title_score {
	width: 21%;
	flex: 0 0 21%;
	text-align: right;
	justify-content: flex-end
}

.blockHome .tableBlock-title--guild .tableBlock-title_guild_main {
	width: 62%;
	flex: 0 0 62%;
	text-align: left;
	justify-content: flex-start
}

.blockHome .tableBlock-title--guild .tableBlock-title_level {
	width: 17%;
	flex: 0 0 17%
}

.blockHome .tableBlock-title--guild .tableBlock-title_score {
	width: 21%;
	flex: 0 0 21%;
	justify-content: flex-end
}

.blockHome .tableBlock-title .ezio-tcol sup {
	font-size: 5px;
	margin-left: 1px;
	top: -0.2em;
	position: relative
}

#guilds .tableBlock-content .tableBlock-conten_name {
	width: 62% !important
}

#guilds .tableBlock-content .tableBlock-conten_lvl,
#guilds .tableBlock-content .tableBlock-conten_scr {
	text-align: center
}

#guilds .tableBlock-content .tableBlock-conten_scr {
	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(../img/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: 55px
}

.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
}

.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 {
	margin-left: 10px
}

.forumBlock-text_info-comments {
	margin-left: 20px;
	background: url(../img/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: "Philosopher", 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
}

.socButton span {
	display: block;
	width: 100%;
	color: #fcedc0;
	font-size: 13px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	margin-top: 5px
}

.socButton:before {
	content: "";
	position: absolute;
	left: 40px;
	top: 50%
}

.socButton.socYoutube {
	background: url(../img/soc-button-red.jpg) no-repeat
}

.socButton.socYoutube:before {
	background: url(../img/youtub-icon.png) no-repeat;
	width: 54px;
	height: 38px;
	margin-top: -19px
}

.socButton.socDiscord {
	background: url(../img/soc-button-purple.jpg) no-repeat
}

.socButton.socDiscord:before {
	background: url(../img/discord-icon.png) no-repeat;
	width: 54px;
	height: 42px;
	margin-top: -21px
}

.socButton.socFacebook {
	background: url(../img/soc-button-blue.jpg) no-repeat
}

.socButton.socFacebook:before {
	background: url(../img/facebook-icon.png) no-repeat;
	width: 54px;
	height: 50px;
	margin-top: -25px
}

.socBlock {
	background: url(../img/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: "Philosopher", 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(../img/guides-icon.png) no-repeat
}

.socBlock-button.socBlock-forum:before {
	background: url(../img/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: "Philosopher", sans-serif;
	position: absolute;
	top: -35px;
	left: 140px;
	letter-spacing: 10px;
	opacity: 0.2
}

.slider-for {
	width: 100%;
	background: url(../img/big-slider-bg.jpg) center top 50px no-repeat;
	z-index: 2;
	position: relative
}

.slider-for:before {
	content: "";
	position: absolute;
	background: url(../img/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
}

.slideInfo-name {
	color: #fff;
	font-size: 60px;
	display: block;
	font-family: "Philosopher", 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: "Philosopher", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block
}

.stats {
	padding: 10px 0px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 20px
}

.stats span {
	display: block
}

.stats-name {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	width: 80px
}

.stats-bar {
	width: 140px;
	background: rgba(255, 255, 255, 0.1);
	height: 3px;
	margin-right: 15px
}

.stats-bar span {
	width: 0%;
	height: 3px;
	position: relative;
	transition: 3s
}

.stats-bar span:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 8px;
	height: 3px
}

.stats-number {
	font-size: 12px;
	width: 30px
}

.stat-green {
	color: #46c022
}

.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(../img/slick-left.jpg) no-repeat;
	left: -85px
}

.bigSlider .slick-arrow.slick-next {
	background: url(../img/slick-right.jpg) no-repeat;
	right: -85px
}

.slideNav {
	cursor: pointer;
	transition: 0.3s
}

.slideNav-img {
	background: url(../img/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: "Philosopher", 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(../img/hero-border.png) no-repeat;
	width: 1000px;
	height: 257px;
	left: 50%;
	margin-left: -489px;
	top: -100px
}

.bigSlider .slick-center .slideNav-img {
	background: url(../img/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
}

.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(../img/c-left.png) no-repeat;
	left: 0px
}

.sliderGallery .slick-arrow.slick-prev:hover {
	background: url(../img/c-left-hover.png) no-repeat;
	left: -15px
}

.sliderGallery .slick-arrow.slick-next {
	background: url(../img/c-right.png) no-repeat;
	right: 0px
}

.sliderGallery .slick-arrow.slick-next:hover {
	background: url(../img/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(../img/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(../img/soc-icons.png) left top no-repeat;
	width: 17px
}

.f-soc-icons .vk {
	background: url(../img/soc-icons.png) left -33px top no-repeat;
	width: 20px
}

.f-soc-icons .fb {
	background: url(../img/soc-icons.png) left -74px top no-repeat;
	width: 15px
}

.f-soc-icons .twitch {
	background: url(../img/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(../img/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(../img/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.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none
}

.modalTitle {
	color: #cc7954;
	font-size: 24px;
	font-family: "Philosopher", 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: "Philosopher", 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(../img/facebook-button.png) left no-repeat;
	color: #fff;
	margin-bottom: 15px
}

.google-button {
	background: url(../img/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-drop {
	position: fixed;
	top: 12px;
	left: 20px;
	z-index: 15;
	transition: 0.3s
}

.btn-drop span {
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	margin: 5px 0px;
	opacity: 0.8;
	border-radius: 2px;
	transition: 0.3s;
	position: relative
}

.btn-drop.active {
	left: 270px;
	top: 20px
}

.btn-drop.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 8px
}

.btn-drop.active span:nth-child(2) {
	display: none
}

.btn-drop.active span:nth-child(3) {
	transform: rotate(-45deg)
}

.main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 190px
}

aside {
	max-width: 365px;
	width: 100%
}

aside>div {
	margin-bottom: 15px
}

aside>div:last-child {
	margin-bottom: 0px
}

.content {
	width: calc(100% - 365px - 25px);
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
	background: url(../img/content-top-bg.jpg) center top repeat-x, url(../img/content-bottom-bg.jpg) center bottom repeat-x;
	background-color: #12141e;
	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(../img/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(../img/google-img.png) center top 20px no-repeat;
	background-color: #453b90;
	color: #fff
}

.d-button.dropboxButton {
	background: url(../img/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(../img/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% + 15px)
}

.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: "Philosopher", 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(../img/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(../img/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: "Philosopher", 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(../img/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(../img/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(../img/left.png) no-repeat;
	margin-left: -15px
}

.pagination .number.pag-next:after {
	background: url(../img/right.png) no-repeat;
	margin-left: -11px
}

.pagination .number.active {
	color: #fff;
	background: url(../img/row-hover.png) no-repeat
}

.pagination .number:hover {
	color: #fff;
	background: url(../img/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: "Philosopher", 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(../img/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(../img/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(../img/ch-bg.png) no-repeat;
	height: 54px;
	width: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffdda9;
	font-family: "Philosopher", 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(../img/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(../img/check.png) no-repeat;
	left: 4px;
	top: 5px;
	width: 12px;
	height: 9px
}

.check-container-close .checkmark:after {
	background: url(../img/check-close.png) no-repeat;
	left: 5px
}

.select-acc_check {
	display: flex
}

.select-acc_check label {
	margin-right: 9px
}

.select-acc {
	background: url(../img/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: "Philosopher", 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;
	background: url('../img/coin-icon.html') 0 0 no-repeat;
	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('../img/more-icon.html') 0 0 no-repeat;
}

.button-market:hover {
	background: #010000;
	box-shadow: 2px 4px 20px 0 #401e1e;
	color: #ff0000;
}

@media screen and (min-width: 1279px) and (max-width: 1281px) {
	.serverSwitch {
		bottom: 15% !important;
	}
}

@media screen and (max-width: 768px) {
	.rightBodyLinks {
		display: none !important;
	}

	.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;
	}
}

/* Event Timers + Castle Siege (modales Ezio) */
.ezio-modal-timers .ezio-event-timers-body,
.ezio-modal-castle .modalCastle {
	max-height: min(70vh, 520px);
	overflow-y: auto;
	padding-right: 4px;
}

.ezio-event-timers-body .event-timers {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ezio-event-timers-body .event-timers li {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ezio-event-timers-body .event-timers li:last-child {
	border-bottom: 0;
}

.ezio-event-timers-body .starts-in {
	color: #8a93a0;
	font-size: 12px;
}

.ezio-event-timers-body .time-start-event {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 12px;
	margin: 6px 0 0;
	font-size: 13px;
}

.ezio-event-timers-body .ezio-ev-next {
	color: #7dff9a;
	font-size: 12px;
}

.ezio-event-timers-body .event-title {
	color: #e8c87a;
	font-weight: 600;
}

.ezio-event-timers-body .event-schedule-open {
	color: #4ac08d;
}

.ezio-event-timers-body .event-schedule-inprogress {
	color: #4990df;
}

.ezio-castle-wrap {
	color: #cfd6df;
	font-size: 14px;
}

.ezio-castle-top {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	justify-content: center;
	margin-bottom: 20px;
}

.ezio-castle-top .castl-text {
	text-align: left;
}

.ezio-castle-wrap .castl-name,
.ezio-castle-wrap .castl-master {
	color: #fff;
}

.ezio-castle-battle {
	margin-top: 8px;
}

.ezio-castle-battle .nextBattle-div,
.ezio-castle-battle .cs-count-wrap,
.ezio-castle-battle .cs-next {
	margin-bottom: 10px;
	text-align: center;
}

.ezio-castle-battle .cat-label,
.ezio-castle-wrap .cat-label {
	color: #8a93a0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ezio-castle-battle .siegeTimer-inline,
.ezio-castle-battle .siegeTimer-inline span {
	color: #e8c87a;
	font-weight: 600;
}

.ezio-cs-registered {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	text-align: left;
}

.ezio-cs-registered .cs-reg-row {
	margin-bottom: 6px;
}

.ezio-cs-noreg {
	color: #8a93a0;
	font-size: 13px;
}

.ezio-cs-more {
	margin: 16px 0 0;
	text-align: center;
}

.ezio-cs-link {
	color: #e8c87a;
	font-weight: 600;
}

.ezio-cs-link:hover {
	color: #fff5d6;
}

.ezio-cs-fallback {
	color: #b9c1cb;
	text-align: center;
}

#castle .modalCastle {
	min-height: 0;
	height: auto;
}

.changelogBlock-content {
	max-height: 450px;
	overflow-y: auto;

}

.changelog {
	font-family: "Open Sans", sans-serif;
	color: #cfd6df;
}

.changelog-entry {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.changelog-meta {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 8px;
}

@keyframes shine {
	to {
		background-position: 200% center;
	}
}

.changelog-season {
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.5px;
	background: linear-gradient(110deg, #d6b36a, #f6e3a1, #d6b36a);
	background-size: 200% auto;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	animation: shine 6s linear infinite;
}

.changelog-date {
	font-size: 12px;
	color: #7dff9a;
}

.changelog-list {
	list-style: disc;
	padding-left: 18px;
	margin: 0;
}

.changelog-list li {
	margin-bottom: 6px;
	line-height: 1.45;
	color: #b9c1cb;
}

.changelog-list li::marker {
	color: #d6b36a;
}

.ezio-guild-rank {
	color: #ffdda9;
	margin-right: 4px;
}

.ezio-guild-ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.ezio-guild-ico img {
	vertical-align: middle;
}

.changelogBlock-content::-webkit-scrollbar {
	width: 6px;
}

.changelogBlock-content::-webkit-scrollbar-thumb {
	background: rgba(214, 179, 106, 0.45);
	border-radius: 6px;
}

.changelog-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
}

.changelog-modal.active {
	display: block;
}

.changelog-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
}

.changelog-modal-box {
	position: relative;
	width: 920px;
	max-width: 92%;
	height: 80vh;
	margin: 6vh auto;
	background: rgba(5, 8, 14, 0.96);
	border: 1px solid rgba(215, 179, 106, 0.22);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
}

.changelog-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 18px;
	color: #d7b36a;
	font-weight: 700;
	border-bottom: 1px solid rgba(215, 179, 106, 0.14);
}

.changelog-modal-close {
	background: none;
	border: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.changelog-modal-close:hover {
	color: #ffffff;
}

.changelog-modal-content {
	flex: 1;
	overflow: hidden;
}

.changelog-modal-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	background: transparent;
}

footer .footerInfo .footerInfo-block {
	display: flex !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
	width: 100% !important;
}

footer .footerInfo .playments {
	width: auto !important;
	max-width: 80% !important;
}

footer .footerInfo .copy {
	width: auto !important;
	text-align: right !important;
}

/* Fallback visual cuando Slick no logra inicializar la sección de clases */
.ezio-hero-fallback .slider-for .slideFor {
	display: none;
}

.ezio-hero-fallback .slider-for .slideFor:first-child {
	display: block;
}

.ezio-hero-fallback .slider-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 12px;
	margin-top: 24px;
}

.ezio-hero-fallback .slider-nav:before {
	display: none;
}

.ezio-hero-fallback .slider-nav .slideNav {
	width: 118px;
}

/* Páginas internas: layout Paragon (main + aside + .content) */
.ezio-page--inner.main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 16px 64px;
	box-sizing: border-box;
}

.ezio-content--full {
	width: 100% !important;
	max-width: 100% !important;
	flex: 1 1 100% !important;
}

aside .forumBlock-content.changelogBlock-content {
	max-height: 380px;
	overflow-y: auto;
	padding-right: 4px;
}

/* Registro estilo Paragon (bloques en .content) */
.ezio-reg-content#content {
	margin-top: 0;
}

.ezio-reg-box1 .title1 h1 {
	color: #feffff;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin: 8px 0 12px;
	letter-spacing: 0.04em;
}

.ezio-reg-subtitle {
	text-align: center;
	color: #d4af37;
	font-size: 15px;
	margin: 0 0 8px;
	line-height: 1.4;
}

.box-style1 {
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(215, 179, 106, 0.2);
	border-radius: 4px;
	padding: 24px 28px 32px;
}

.ezio-reg-content .box-style1 .title {
	color: #ffdda9;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 20px;
	text-align: left;
}

.ezio-reg-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 4px;
}

.ezio-reg-table .ezio-reg-labeltd {
	width: 150px;
	color: #cfd6df;
	vertical-align: top;
	padding: 8px 12px 8px 0;
	font-size: 14px;
}

.ezio-reg-input,
.ezio-reg-form select {
	background: #0c0e14;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #feffff;
	padding: 8px 12px;
	font-size: 14px;
	min-width: 220px;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

.ezio-reg-input:focus,
.ezio-reg-form select:focus {
	outline: 0;
	border-color: rgba(255, 140, 80, 0.45);
	box-shadow: 0 0 0 1px rgba(255, 140, 80, 0.2);
}

.ezio-reg-recap {
	padding: 8px 0 12px 0;
}

.ezio-reg-agree {
	width: 100%;
	max-width: 100%;
	color: #c6ced8;
	font-size: 13px;
	line-height: 1.45;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	column-gap: 10px;
	align-items: start;
}

.ezio-reg-agree-text {
	display: block;
	min-width: 0;
}

.ezio-reg-agree a {
	color: #ffdda9;
	text-decoration: none;
}

.ezio-reg-agree a:hover {
	color: #ffe7bd;
	text-decoration: underline;
}

.ezio-reg-checkbox {
	margin: 2px 0 0 0;
	width: 16px;
	height: 16px;
}

.button-style {
	margin-top: 4px;
	min-width: 180px;
	padding: 12px 32px;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(180deg, #5a4fc7 0%, #3a2a9a 50%, #2a1a70 100%);
	box-shadow: 0 2px 12px rgba(90, 79, 199, 0.45);
	border-radius: 2px;
}

.button-style:hover {
	filter: brightness(1.08);
}

/* Login module */
.ezio-login-content#content {
	max-width: 760px;
	margin: 0 auto;
}

.ezio-login-box1 .title1 h1 {
	margin: 0 0 6px;
	text-align: center;
	color: #ffffff;
	font-size: 44px;
	font-family: Cinzel, serif;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.ezio-login-card {
	margin: 14px 0 46px;
}

.ezio-login-card .title {
	text-align: left;
	margin: 0 0 14px;
}

.ezio-login-subtitle {
	margin: 0 0 18px;
	color: #c7cfda;
	font-size: 14px;
	line-height: 1.45;
}

.ezio-login-form {
	display: grid;
	gap: 14px;
}

.ezio-login-field {
	display: grid;
	gap: 6px;
}

.ezio-login-field label {
	color: #d3dbe7;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.ezio-login-input {
	width: 100%;
	background: #0c0e14;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #f7f9fd;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.3;
	border-radius: 4px;
	box-sizing: border-box;
}

.ezio-login-input:focus {
	outline: 0;
	border-color: rgba(255, 140, 80, 0.45);
	box-shadow: 0 0 0 1px rgba(255, 140, 80, 0.2);
}

.ezio-login-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.ezio-login-button {
	margin-top: 0;
	min-width: 180px;
}

.ezio-login-help {
	color: #c3cddd;
	font-size: 13px;
	text-decoration: none;
}

.ezio-login-help:hover {
	color: #ffdda9;
	text-decoration: underline;
}

.button-style--sm {
	min-width: 120px;
	padding: 8px 16px;
	font-size: 11px;
	letter-spacing: 0.06em;
}

a.button-style {
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}

.ezio-dl-sub {
	margin-bottom: 16px;
}

.ezio-dl-title-gap {
	margin-top: 28px;
}

.ezio-dl-table {
	width: 100%;
}

.ezio-dl-table thead th {
	text-align: left;
	color: #ffdda9;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 10px 8px 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ezio-dl-table .ezio-dl-th-size {
	width: 18%;
	white-space: nowrap;
}

.ezio-dl-table .ezio-dl-th-act {
	width: 22%;
	text-align: right;
}

.ezio-dl-table tbody td {
	vertical-align: middle;
	padding: 12px 8px 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	color: #cfd6df;
}

.ezio-dl-table .ezio-dl-cell-size {
	color: #b9c1cb;
	font-size: 13px;
	white-space: nowrap;
}

.ezio-dl-table .ezio-dl-cell-act {
	text-align: right;
}

.ezio-dl-table .download-description {
	color: #8a93a0;
	font-size: 12px;
}

.ezio-dl-empty {
	text-align: center;
	color: #b9c1cb;
	padding: 24px 12px;
	font-size: 14px;
}

.ezio-wemodule .page-title {
	color: #f2f0eb;
}

.ezio-wemodule--downloads .ezio-wemodule__body--downloads {
	margin-top: 16px;
}

.ezio-dl-block {
	background: rgba(0, 0, 0, 0.25) !important;
	border: 1px solid rgba(215, 179, 106, 0.2) !important;
	border-radius: 10px;
	margin-bottom: 20px;
}

.ezio-dl-block .panel-title {
	color: #d7b36a;
	font-size: 15px;
}

.ezio-dl-block .table,
.ezio-dl-block .table td,
.ezio-dl-block .table th {
	color: #cfd6df;
	border-color: rgba(255, 255, 255, 0.08) !important;
}

.ezio-dl-block .btn-primary {
	background: #2b5a9c;
	border-color: #1e4578;
}

@media (max-width: 991px) {
	.ezio-page--inner.main {
		flex-direction: column;
	}

	.ezio-page--inner.main .content {
		width: 100% !important;
		order: 1;
	}

	.ezio-page--inner.main aside {
		width: 100% !important;
		max-width: 100% !important;
		order: 2;
	}
}

/* UserCP hub + UserCP submodules */
.ezio-ucp-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.ezio-ucp-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 14px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none;
	transition: transform .08s ease, border-color .12s ease, background .12s ease;
}

.ezio-ucp-card:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 221, 169, 0.4);
	background: rgba(255, 255, 255, 0.07);
}

.ezio-ucp-card__icon img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.ezio-ucp-card__title {
	color: #f1f5ff;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	line-height: 1.3;
}

.ezio-webengine-page .panel {
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	box-shadow: none;
}

.ezio-webengine-page .panel .panel-heading {
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffdda9;
}

.ezio-webengine-page .panel .panel-title {
	color: #ffdda9;
}

.ezio-webengine-page .form-control,
.ezio-webengine-page input[type="text"],
.ezio-webengine-page input[type="email"],
.ezio-webengine-page input[type="password"],
.ezio-webengine-page input[type="number"],
.ezio-webengine-page select,
.ezio-webengine-page textarea {
	background: #0c0e14;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #f7fbff;
}

.ezio-webengine-page .form-control:focus,
.ezio-webengine-page input:focus,
.ezio-webengine-page select:focus,
.ezio-webengine-page textarea:focus {
	border-color: rgba(255, 183, 110, 0.55);
	box-shadow: 0 0 0 1px rgba(255, 183, 110, 0.22);
}

.ezio-webengine-page .table {
	color: #d7deea;
}

.ezio-webengine-page .table>thead>tr>th,
.ezio-webengine-page .table>tbody>tr>td {
	border-color: rgba(255, 255, 255, 0.08);
}

/* Rankings landing + rankings core menu/table */
.ezio-rank-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ezio-rank-help {
	margin-top: 12px;
	color: #97a2b3;
	font-size: 13px;
}

.rankings_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 16px;
}

.rankings_menu a,
.ezio-rank-links .custom_button {
	display: inline-block;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #dce6f4;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
}

.rankings_menu a.active,
.rankings_menu a:hover,
.ezio-rank-links .custom_button:hover {
	background: rgba(255, 221, 169, 0.14);
	border-color: rgba(255, 221, 169, 0.35);
	color: #ffdda9;
}

.ezio-rankings-panel {
	margin: 14px 0 0;
	background: linear-gradient(180deg, rgba(12, 16, 28, 0.95), rgba(5, 7, 12, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.ezio-rankings-table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ezio-rankings-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: transparent;
	min-width: 560px;
}

.ezio-rankings-table thead th {
	background: linear-gradient(180deg, #1e2640 0%, #141a2e 100%);
	color: #aebdd4;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 11px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	text-align: left;
	white-space: nowrap;
}

.ezio-rankings-table .ezio-rankings-th-place,
.ezio-rankings-table .rankings-table-place {
	width: 48px;
	text-align: center;
}

.ezio-rankings-table.table {
	margin-bottom: 0;
}

.ezio-rankings-table tbody tr:first-child td {
	border-top: 0;
}

.ezio-rankings-table tbody tr {
	background: rgba(0, 0, 0, 0.18);
}

.ezio-rankings-table tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 0.04);
}

.ezio-rankings-table tbody tr:hover {
	background: rgba(255, 221, 169, 0.08);
}

.ezio-rankings-table tbody td {
	padding: 11px 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	color: #e8eef7;
	font-size: 13px;
	vertical-align: middle;
}

.ezio-rankings-table tbody td a {
	color: #f2d8a0;
}

.rankings-menu-wrap {
	margin-bottom: 4px;
}

.rankings-update-time {
	margin-top: 12px;
	color: #97a2b3;
	font-size: 12px;
}

/* Info module — resumen general arriba del titulo (General Information) */
.ezio-info-summary {
	width: 100%;
	max-width: 920px;
	margin: 0 auto 14px;
	padding: 0 2px;
	box-sizing: border-box;
}
.ezio-info-summary__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 10px 12px;
	margin: 0;
	padding: 14px 16px;
	list-style: none;
	border-radius: 12px;
	border: 1px solid rgba(255, 221, 169, 0.16);
	background: linear-gradient(160deg, rgba(16, 18, 30, 0.75) 0%, rgba(6, 8, 16, 0.9) 100%);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.ezio-info-summary__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 120px;
	padding: 10px 12px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.06);
}
.ezio-info-summary__label {
	font-size: 0.65rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(200, 210, 230, 0.8);
	text-align: center;
}
.ezio-info-summary__value {
	font-size: 0.95rem;
	font-weight: 700;
	color: #e8c36a;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 520px) {
	.ezio-info-summary__item {
		flex: 1 1 42%;
		min-width: 0;
	}
}
@media (prefers-reduced-transparency: reduce) {
	.ezio-info-summary__list {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: rgba(10, 12, 20, 0.96);
	}
}

/* Info module — apilado vertical, paneles cristal */
.ezio-info-content {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}
.ezio-info-page {
	padding: 0 0 8px;
}
.ezio-info-hero {
	margin: 0 0 20px;
	padding: 0 2px 18px;
	border-bottom: 1px solid rgba(255, 221, 169, 0.15);
}
.ezio-info-hero__eyebrow {
	margin: 0 0 4px;
	font-size: 0.72rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 201, 130, 0.7);
}
.ezio-info-hero__title {
	margin: 0;
	font-size: clamp(1.35rem, 3.5vw, 1.85rem);
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #fff6ea;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.ezio-info-stack {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.ezio-info-section {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 221, 169, 0.12);
	background: linear-gradient(155deg, rgba(18, 20, 32, 0.5) 0%, rgba(8, 10, 18, 0.7) 100%);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(12px) saturate(1.15);
	backdrop-filter: blur(12px) saturate(1.15);
}
.ezio-info-section__head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px 10px;
	background: linear-gradient(90deg, rgba(255, 201, 120, 0.1) 0%, transparent 55%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ezio-info-section__icon {
	width: 8px;
	height: 8px;
	background: linear-gradient(135deg, #f4c575, #b8731a);
	box-shadow: 0 0 8px rgba(255, 200, 100, 0.35);
	transform: rotate(45deg);
	flex-shrink: 0;
}
.ezio-info-section__title {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ffdda9;
}
.ezio-info-section__body {
	background: rgba(0, 0, 0, 0.15);
}
.ezio-info-section__body--pad {
	padding: 14px 16px 16px;
}
.ezio-info-section--media .ezio-info-section__body {
	background: rgba(0, 0, 0, 0.22);
}
.ezio-info-tablewrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.ezio-info-tablewrap .ezio-modern-table {
	min-width: 100%;
}
.ezio-modern-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.45;
}
.ezio-modern-table th,
.ezio-modern-table td {
	padding: 11px 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	color: #d8e0ec;
	vertical-align: middle;
}
.ezio-modern-table tbody tr:hover td {
	background: rgba(255, 255, 255, 0.03);
}
.ezio-modern-table > tbody > tr:first-child > td,
.ezio-modern-table > tbody > tr:first-child > th {
	border-top: 0;
}
.ezio-modern-table > thead + tbody > tr:first-child > td,
.ezio-modern-table > thead + tbody > tr:first-child > th {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.ezio-modern-table thead th {
	color: #e8c36a;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.04em;
	background: rgba(0, 0, 0, 0.25);
}
.ezio-modern-table--2col .ezio-td-label {
	width: 40%;
	color: rgba(200, 210, 230, 0.88);
	font-weight: 600;
}
.ezio-modern-table--2col .ezio-td-value {
	color: #f0f4fa;
	font-weight: 600;
}
.ezio-modern-table--commands .ezio-td-cmd {
	width: 38%;
	vertical-align: top;
	white-space: nowrap;
}
.ezio-modern-table--commands .ezio-td-cmd-desc {
	color: #dce4f0;
}
.ezio-cmd-pill {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	font-family: consolas, "Fira Code", "Courier New", monospace;
	font-size: 0.8rem;
	color: #b8d4ff;
	background: rgba(30, 60, 120, 0.25);
	border: 1px solid rgba(100, 160, 255, 0.2);
	border-radius: 5px;
}
.ezio-info-grid {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.ezio-info-card {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 221, 169, 0.12);
	background: rgba(0, 0, 0, 0.12);
	padding: 14px 16px;
}
.ezio-info-card h3 {
	margin: 0 0 10px;
	color: #ffdda9;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.ezio-video-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
.ezio-video-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
@media (prefers-reduced-transparency: reduce) {
	.ezio-info-section {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: rgba(12, 14, 24, 0.96);
	}
}
@media (max-width: 500px) {
	.ezio-modern-table th,
	.ezio-modern-table td {
		padding: 9px 10px;
	}
}

/* Sidebar UserCP (sobre rankings en layout default) */
.ezio-sidebar-usercp .forumBlock-content {
	padding: 12px 14px;
}

.ezio-sidebar-usercp .h2-title {
	align-items: center;
}

.ezio-sidebar-usercp-logout {
	font-size: 11px;
	color: #d7b36a;
	text-decoration: none;
}

.ezio-sidebar-usercp-logout:hover {
	color: #ffdda9;
}

.ezio-sidebar-usercp .ezio-usercp-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ezio-sidebar-usercp .ezio-usercp-list li {
	margin-bottom: 5px;
}

.ezio-sidebar-usercp .ezio-usercp-list li img {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.ezio-sidebar-usercp .ezio-usercp-list a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 8px;
	border-radius: 7px;
	color: #ecd79a;
	font-size: 13px;
	line-height: 1.15;
	text-decoration: none;
	transition: background-color .12s ease, color .12s ease;
}

.ezio-sidebar-usercp .ezio-usercp-list a:hover,
.ezio-sidebar-usercp .ezio-usercp-list li.is-active a {
	background: rgba(255, 221, 169, 0.14);
	color: #ffe1aa;
}

/* UserCP sidebar visual refresh */
.ezio-usercp-sidebar {
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	padding: 14px 12px;
}

.ezio-usercp-sidebar__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	padding: 0 4px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ezio-usercp-sidebar__title {
	margin: 0;
	color: #e8c87a;
	font-size: 15px;
	letter-spacing: 0.04em;
	font-weight: 700;
}

.ezio-usercp-sidebar__logout {
	color: #f6b4b4;
	font-size: 12px;
	text-decoration: none;
}

.ezio-usercp-sidebar__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ezio-usercp-sidebar__item {
	margin-bottom: 3px;
}

.ezio-usercp-sidebar__item a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px 6px;
	border-radius: 6px;
	color: #ead794;
	text-decoration: none;
	font-size: 13px;
	transition: background .12s ease, color .12s ease;
}

.ezio-usercp-sidebar__item a img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	flex-shrink: 0;
}

.ezio-usercp-sidebar__item a:hover,
.ezio-usercp-sidebar__item.is-active a {
	background: rgba(255, 221, 169, 0.12);
	color: #ffdda9;
}

.ezio-usercp-sidebar__download {
	display: block;
	margin-top: 12px;
	text-align: center;
	padding: 8px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #e8c87a;
	text-decoration: none;
	font-size: 13px;
}

.ezio-usercp-login__input {
	width: 100%;
	margin-bottom: 8px;
	padding: 8px;
	border-radius: 6px;
	border: 1px solid #444;
	background: #111;
	color: #eee;
}

.ezio-usercp-login__button {
	width: 100%;
}

.ezio-usercp-login__help {
	margin: 10px 0 0;
}

.ezio-usercp-login__help a {
	color: #9ab;
}

/* Generic UserCP module skin */
.ezio-ucp-module > .h2-title {
	margin-bottom: 12px;
}

.ezio-form-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 18px 10px;
}

.ezio-table-wrap {
	width: 100%;
	overflow-x: auto;
}

.ezio-inline-action {
	margin: 0;
	display: inline-flex;
}

.ezio-ucp-module .general-table-ui,
.ezio-ucp-module .myaccount-table {
	min-width: 760px;
}

.ezio-ucp-module .general-table-ui td,
.ezio-ucp-module .myaccount-table td {
	vertical-align: middle;
}

.ezio-ucp-module .btn-primary {
	border: 0;
}

.ezio-ucp-module .module-requirements {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 14px 12px;
	margin-top: 14px;
}

.ezio-ucp-module .module-requirements p {
	margin: 0 0 8px;
}

.ezio-ucp-module .module-requirements p:last-child {
	margin-bottom: 0;
}

.ezio-myaccount-chars .myaccount-character-block img {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 3px;
}

.ezio-account-overview__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	margin-bottom: 14px;
}

.ezio-account-card {
	background: linear-gradient(180deg, rgba(18, 26, 40, 0.8), rgba(8, 12, 22, 0.85));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 12px;
	min-height: 88px;
}

.ezio-account-card__label {
	display: block;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9db2cf;
	margin-bottom: 6px;
}

.ezio-account-card__value {
	font-size: 19px;
	font-weight: 700;
	color: #f3f7ff;
	line-height: 1.2;
	word-break: break-word;
}

.ezio-account-card--action .button-style {
	margin-top: 8px;
}

.ezio-status-pill {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ezio-status-pill.is-success {
	background: rgba(62, 181, 103, 0.2);
	color: #8cf2b4;
	border: 1px solid rgba(91, 222, 138, 0.35);
}

.ezio-status-pill.is-danger {
	background: rgba(214, 84, 84, 0.18);
	color: #ffb2b2;
	border: 1px solid rgba(255, 114, 114, 0.35);
}

.ezio-myaccount-characters-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px;
	margin-bottom: 14px;
}

.ezio-character-card {
	background: rgba(8, 14, 26, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 10px;
}

.ezio-character-card__head {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 700;
	color: #f2d086;
	margin-bottom: 7px;
}

.ezio-character-card__avatar {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.ezio-character-card__avatar img {
	width: 100%;
	height: auto;
	display: block;
}

.ezio-character-card__meta {
	margin-top: 8px;
	color: #c7d5ec;
	font-size: 12px;
}

.ezio-character-card__meta span {
	display: block;
	color: #8aa2c9;
}

.ezio-character-card__level {
	margin-top: 7px;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
}

.ezio-myaccount-history thead th {
	color: #9ec3ff;
	font-weight: 700;
	font-size: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ezio-action-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 12px;
}

.ezio-action-card {
	background: linear-gradient(180deg, rgba(18, 26, 40, 0.82), rgba(8, 12, 22, 0.88));
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 10px;
	padding: 11px;
}

.ezio-action-card__top {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 8px;
}

.ezio-action-card__avatar img,
.ezio-action-card__avatar {
	width: 44px;
	height: 44px;
	display: block;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.ezio-action-card__name {
	font-weight: 700;
	font-size: 15px;
	color: #f1d08a;
}

.ezio-action-card__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px 10px;
	margin-bottom: 10px;
}

.ezio-action-card__stat {
	font-size: 12px;
	color: #b8c9e3;
}

.ezio-action-card__stat strong {
	color: #eef4ff;
	font-weight: 700;
}

.ezio-action-card__form {
	margin: 0;
}

.ezio-action-card__form .button-style {
	width: 100%;
}

.ezio-action-input {
	margin-top: 6px;
}

.ezio-action-submit {
	margin-top: 8px;
}

.ezio-ucp-form-card {
	background: linear-gradient(180deg, rgba(18, 26, 40, 0.82), rgba(8, 12, 22, 0.88));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 14px;
	max-width: 760px;
	margin: 12px auto;
}

img.rankings-class-image {
    width: 40px;
}

/* Rankings: filtro de clase con icono (UI Ezio) */
.ezio-rankings-class-select-native {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}
.ezio-class-filter-shell {
	position: relative;
	display: inline-block;
	min-width: 220px;
	max-width: 100%;
	text-align: left;
}
.ezio-class-filter-custom {
	margin-top: 4px;
}
.ezio-class-filter-button {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.28);
	color: #e4eaf2;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-align: left;
}
.ezio-class-filter-button:hover {
	border-color: rgba(255, 221, 169, 0.3);
}
.ezio-class-filter-btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}
.ezio-class-filter-ico,
.ezio-class-filter-btn-icon img,
.ezio-class-filter-item-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}
.ezio-class-filter-btn-text {
	flex: 1 1 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ezio-class-filter-caret {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #95a0b0;
	margin-left: auto;
	flex-shrink: 0;
}
.ezio-class-filter-dropdown {
	list-style: none;
	margin: 4px 0 0;
	padding: 4px 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 50;
	background: #12141f;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
	max-height: 300px;
	overflow-y: auto;
}
.ezio-class-filter-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	cursor: pointer;
	color: #dce4ef;
}
.ezio-class-filter-item:hover {
	background: rgba(255, 221, 169, 0.1);
}
.ezio-class-filter-item.is-all {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* —— Perfil jugador: panel + banner de raza solo en el bloque del nombre (profileCardBannerUrl) —— */
.profiles_player_card {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 221, 169, 0.12);
	padding: 0 0 22px;
	color: #e8ecf3;
	background: linear-gradient(165deg, rgba(12, 14, 24, 0.96) 0%, rgba(6, 8, 16, 0.98) 100%);
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.profiles_player_content {
	position: relative;
	z-index: 1;
	float: none;
	width: 100%;
	max-width: 100%;
	color: inherit;
	padding: 0 20px 0;
}
/* Hero del nombre: imagen de raza rellena solo esta franja */
.profiles_player_name_banner {
	position: relative;
	margin: 0 -20px 10px;
	min-height: 120px;
	padding: 0 20px;
	width: calc(100% + 40px);
	max-width: none;
	box-sizing: border-box;
	border-radius: 12px 12px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	border: none;
	border-bottom: 1px solid rgba(255, 221, 169, 0.2);
	background-color: #0a0c12;
	background-size: cover;
	background-position: center 24%;
	background-repeat: no-repeat;
}
.profiles_player_name_banner--empty {
	background: linear-gradient(130deg, #0f121c 0%, #1a1420 50%, #0a0c12 100%);
}
.profiles_player_name_banner--empty::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 120% at 50% 0%, rgba(255, 201, 120, 0.12), transparent 55%);
	pointer-events: none;
}
.profiles_name_banner__shine {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		100deg,
		transparent 0%,
		rgba(255, 255, 255, 0.06) 40%,
		transparent 65%
	);
	mix-blend-mode: soft-light;
}
.profiles_name_banner__label {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 20px 16px;
	font-size: 1.65rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #fff7ef;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 24px rgba(255, 201, 120, 0.2);
}
.profiles_player_name_banner--has .profiles_name_banner__label {
	color: #fff;
	text-shadow: 0 0 1px #000, 0 1px 3px rgba(0, 0, 0, 0.9), 0 4px 20px rgba(0, 0, 0, 0.75);
}
.profiles_player_class_caption {
	margin: 0 0 14px;
	text-align: center;
	font-size: 0.82rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 201, 130, 0.95);
}
.profiles_player_table .cname,
.profiles_player_table .cclass {
	text-align: center;
}
.profiles_player_table .cname {
	font-size: 1.35rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.profiles_player_table .cclass {
	font-size: 0.85rem;
	color: rgba(255, 225, 190, 0.95);
}
.profiles_player_table .isoffline,
.profiles_player_table_info .isoffline {
	color: #ff6b6b;
}
.profiles_player_table .isonline,
.profiles_player_table_info .isonline {
	color: #7dffb0;
}
.profiles_player_table_info {
	table-layout: fixed;
	margin-top: 10px;
	width: 100%;
}
.profiles_player_table_info tr td {
	padding: 4px 10px;
}
.profiles_player_table_info tr td:first-child {
	text-align: right;
	color: rgba(200, 210, 230, 0.85);
}
.profiles_player_table_info tr td:last-child {
	text-align: left;
}

/* —— Perfil gremio (Ezio) —— */
.ezio-guild-card.profiles_guild_card {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 221, 169, 0.12);
	padding: 0;
	color: #e8ecf3;
	background: linear-gradient(165deg, rgba(12, 14, 24, 0.96) 0%, rgba(6, 8, 16, 0.98) 100%);
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	text-shadow: none;
}
.ezio-guild-hero {
	position: relative;
	padding: 0;
	border-radius: 12px 12px 0 0;
	background-color: #080a10;
	background-size: cover;
	background-position: center 32%;
	background-repeat: no-repeat;
}
.ezio-guild-hero--empty {
	background-image: linear-gradient(125deg, #0c0e16 0%, #151a28 40%, #080a10 100%);
}
.ezio-guild-hero--empty::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(ellipse 100% 80% at 30% 0%, rgba(200, 90, 60, 0.12), transparent 50%),
		radial-gradient(ellipse 80% 60% at 100% 30%, rgba(100, 120, 200, 0.08), transparent 45%);
	pointer-events: none;
}
.ezio-guild-hero__scrim {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(4, 5, 10, 0.2) 0%, rgba(6, 8, 14, 0.45) 100%);
	pointer-events: none;
	z-index: 0;
}
.ezio-guild-hero--has .ezio-guild-hero__scrim {
	background: linear-gradient(180deg, rgba(4, 5, 10, 0.25) 0%, rgba(6, 8, 14, 0.6) 100%);
}
.ezio-guild-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px 28px;
	align-items: center;
	padding: 24px 22px 22px;
}
.ezio-guild-emblem {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ezio-guild-emblem__frame {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 152px;
	height: 152px;
	padding: 4px;
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(40, 36, 28, 0.95), rgba(12, 10, 8, 0.98));
	border: 1px solid rgba(255, 201, 120, 0.28);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.ezio-guild-emblem__frame img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: middle;
}
.ezio-guild-hero__text {
	min-width: 0;
}
.ezio-guild-name {
	margin: 0 0 12px;
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #fff8f0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85), 0 0 20px rgba(255, 201, 120, 0.2);
}
.ezio-guild-meta {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	-webkit-backdrop-filter: blur(8px) saturate(1.1);
	backdrop-filter: blur(8px) saturate(1.1);
	background: rgba(4, 6, 12, 0.38);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	overflow: hidden;
}
.ezio-guild-meta th,
.ezio-guild-meta td {
	padding: 10px 14px;
	text-align: left;
	vertical-align: top;
}
.ezio-guild-meta tr + tr th,
.ezio-guild-meta tr + tr td {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ezio-guild-meta th[scope="row"] {
	width: 38%;
	max-width: 12rem;
	font-weight: 600;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	color: rgba(200, 210, 230, 0.88);
	text-align: right;
	white-space: nowrap;
}
.ezio-guild-meta td {
	color: #f0f4fa;
	font-size: 0.95rem;
}
.ezio-guild-meta td a {
	color: #e8c36a;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.15s ease, text-shadow 0.15s ease;
}
.ezio-guild-meta td a:hover {
	color: #f5d78a;
	text-shadow: 0 0 12px rgba(232, 195, 106, 0.45);
}
.ezio-guild-body {
	padding: 20px 22px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ezio-guild-members-title {
	margin: 0 0 14px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffdda9;
}
.ezio-guild-members {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
}
.ezio-guild-member {
	margin: 0;
	padding: 0;
}
.ezio-guild-member a {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 8px;
	color: #e8c36a;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	background: rgba(255, 201, 120, 0.08);
	border: 1px solid rgba(255, 201, 120, 0.18);
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ezio-guild-member a:hover {
	color: #f5d78a;
	background: rgba(255, 201, 120, 0.14);
	border-color: rgba(255, 201, 120, 0.35);
}
.ezio-guild-members-empty {
	margin: 0;
	color: rgba(180, 190, 210, 0.5);
	font-size: 0.9rem;
}
@media (max-width: 600px) {
	.ezio-guild-hero__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.ezio-guild-hero__text {
		text-align: center;
	}
	.ezio-guild-meta th[scope="row"] {
		text-align: left;
	}
	.ezio-guild-hero--has,
	.ezio-guild-hero--empty {
		background-position: center 20%;
	}
}
@media (prefers-reduced-transparency: reduce) {
	.ezio-guild-meta {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: rgba(12, 14, 22, 0.9);
	}
}

/* Perfil: equipo (posiciones alineadas con DMN season6 / 400x407) */
#we-profile-inventory {
	position: relative;
}
#we-profile-inventory.we-prof-inventory-fallback {
	background:
		linear-gradient(180deg, rgba(17, 24, 37, 0.94), rgba(10, 14, 24, 0.98)),
		repeating-linear-gradient(to right, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 32px),
		repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 32px);
}
#we-profile-inventory.we-prof-inventory-fallback::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, rgba(255, 221, 169, 0.07), transparent 62%);
	pointer-events: none;
}
#we-profile-inventory .we-prof-slot {
	position: absolute;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	filter: drop-shadow(0 2px 5px rgba(0,0,0,.45));
}
#we-prof-helm { left: 73px; top: 58px; width: 56px; height: 66px; }
#we-prof-wings { left: 272px; top: 59px; width: 127px; height: 110px; }
#we-prof-pendant { left: 233px; top: 80px; width: 29px; height: 29px; }
#we-prof-sword { left: 6px; top: 242px; width: 69px; height: 129px; }
#we-prof-armor { left: 40px; top: 138px; width: 82px; height: 98px; }
#we-prof-shield { left: 330px; top: 242px; width: 69px; height: 129px; }
#we-prof-gloves { left: 271px; top: 178px; width: 85px; height: 55px; }
#we-prof-pants { left: 89px; top: 297px; width: 58px; height: 74px; }
#we-prof-boots { left: 258px; top: 297px; width: 58px; height: 74px; }
#we-prof-ring_left { left: 102px; top: 252px; width: 29px; height: 29px; }
#we-prof-ring_right { left: 272px; top: 252px; width: 29px; height: 29px; }

.profiles_player_equipment .profiles_equipment_title,
.profiles_player_content .profiles_equipment_title {
	margin: 20px 0 8px;
	color: #ffdda9;
	font-size: 15px;
	font-weight: 700;
}

/* Tooltip de ítems (plugin warehouse) — cristal + colores al estilo DMN / Caribe */
#we-prof-itemtip.we-prof-itemtip {
	position: fixed;
	z-index: 100050;
	display: none;
	pointer-events: none;
	margin: 0;
	max-width: min(420px, 92vw);
	max-height: 75vh;
	overflow: auto;
	padding: 12px 14px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #e8eef5;
	-webkit-backdrop-filter: blur(12px) saturate(1.15);
	backdrop-filter: blur(12px) saturate(1.15);
	background: rgba(18, 22, 32, 0.52);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
#we-prof-itemtip .item_size_12 { font-size: 12px; }
#we-prof-itemtip .item_font_family { font-family: tahoma, sans-serif; }
#we-prof-itemtip .item_white { color: #ffffff; }
#we-prof-itemtip .item_light_green { color: #00ff00; }
#we-prof-itemtip .item_light_blue { color: #80b2ff; }
#we-prof-itemtip .item_light_blue_2 { color: #3366ff; }
#we-prof-itemtip .item_blue { color: #0066ff; }
#we-prof-itemtip .item_pink { color: #ff1493; }
#we-prof-itemtip .item_yellow { color: #fade09; }
#we-prof-itemtip .item_yellow_2 { color: #ffcc00; }
#we-prof-itemtip .item_red { color: #ff0000; }
#we-prof-itemtip .item_dark_red { color: #800000; }
#we-prof-itemtip .item_dark_red_background { background-color: #800000; }
#we-prof-itemtip .item_purple { color: #800080; }
#we-prof-itemtip .item_socket { color: #b266ff; }
#we-prof-itemtip .item_grey { color: #808080; }
#we-prof-itemtip .item_luck { color: #8fd3ff; }
#we-prof-itemtip .item_yellow_title { color: #ffcc19; }
#we-prof-itemtip .item_exe_title { color: #008000; }
#we-prof-itemtip .item_socket_title { color: #b266ff; }
#we-prof-itemtip .item_socket_exe_title { color: #7401df; }
#we-prof-itemtip .item_ancient_title { color: #01df01; }
#we-prof-itemtip .item_ancient_background { background-color: #0000ff; }
@media (prefers-reduced-transparency: reduce) {
	#we-prof-itemtip.we-prof-itemtip {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: rgba(20, 24, 32, 0.96);
	}
}

/* —— Donation hub (Ezio) —— */
.ezio-donation-hub.donation-hub {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 8px;
}

.donation-hub-card.ezio-donation-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	max-width: 100%;
	text-decoration: none;
	color: inherit;
	min-width: 260px;
	flex: 1 1 300px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(150deg, rgba(22, 32, 48, 0.88), rgba(8, 12, 20, 0.96));
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
	padding: 0;
	overflow: hidden;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.donation-hub-card.ezio-donation-card:hover {
	transform: translateY(-3px);
	border-color: rgba(214, 179, 106, 0.35);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}

.ezio-donation-card__media {
	flex: 0 0 108px;
	min-height: 108px;
	background: #0a0e16;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ezio-donation-card__media img {
	width: 100%;
	height: 100%;
	max-height: 140px;
	object-fit: contain;
	display: block;
}

.ezio-donation-card__body {
	flex: 1 1 auto;
	padding: 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
}

.ezio-donation-card--paypal .ezio-donation-card__media {
	background: #fff;
}

.ezio-donation-card__media--binance {
	background: linear-gradient(160deg, #0b0e0f, #1a2320);
}
.ezio-donation-card__logo-binance {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 14px;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #f0d060;
	background: linear-gradient(145deg, #0a1812, #153025);
	border: 1px solid rgba(15, 192, 120, 0.35);
	box-shadow: 0 6px 18px rgba(0,0,0,.4);
}

.ezio-donation-card__media--bank {
	background: linear-gradient(150deg, #1a1f2e, #0d1018);
}
.ezio-donation-card__logo-bank {
	width: 52px;
	height: 40px;
	border: 2px solid rgba(214, 179, 106, 0.5);
	border-radius: 5px 5px 0 0;
	background: linear-gradient(180deg, rgba(46, 230, 255, 0.15), rgba(0,0,0,0.1));
	position: relative;
}
.ezio-donation-card__logo-bank::before,
.ezio-donation-card__logo-bank::after {
	content: "";
	position: absolute;
	background: rgba(214, 179, 106, 0.3);
}
.ezio-donation-card__logo-bank::before {
	left: 8px;
	top: 10px;
	width: 12px;
	height: 6px;
	border-radius: 1px;
}
.ezio-donation-card__logo-bank::after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: rgba(214, 179, 106, 0.4);
}

/* —— PayPal form (Ezio) —— */
.ezio-paypal {
	margin-top: 6px;
}

.ezio-paypal__top {
	display: grid;
	grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
	gap: 22px 28px;
	align-items: start;
}

@media (max-width: 768px) {
	.ezio-paypal__top {
		grid-template-columns: 1fr;
	}
}

.ezio-paypal__brand {
	text-align: center;
}

.ezio-paypal__logo {
	max-width: 100%;
	width: 220px;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 16px 50px rgba(0,0,0,.5);
}

.ezio-paypal__info-btn {
	display: inline-block;
	margin-top: 16px;
	padding: 10px 22px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1d24;
	background: linear-gradient(120deg, #d6b36a, #f6e3a1, #d6b36a);
	background-size: 200% auto;
	border: 0;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 4px 18px rgba(201, 161, 74, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.3s;
}

.ezio-paypal__info-btn:hover {
	color: #111;
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(201, 161, 74, 0.45);
	background-position: 100% center;
}

.ezio-paypal__form {
	padding: 22px 24px 24px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(155deg, rgba(18, 26, 40, 0.92), rgba(8, 11, 18, 0.97));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.ezio-paypal__label {
	display: block;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a93a0;
	margin-bottom: 10px;
}

.ezio-paypal__row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ezio-paypal__currency {
	color: #e8c87a;
	font-size: 22px;
	font-weight: 700;
}

.ezio-paypal__input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 12px 14px;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}
.ezio-paypal__input:focus {
	outline: none;
	border-color: rgba(46, 230, 255, 0.35);
	box-shadow: 0 0 0 2px rgba(46, 230, 255, 0.1);
}

.ezio-paypal__ccy {
	font-size: 15px;
	color: #9aa3af;
	white-space: nowrap;
}

.ezio-paypal__credits {
	margin: 12px 0 0;
	font-size: 15px;
	color: #cfd6df;
}

.ezio-paypal__credits #result {
	color: #6ee7ff;
	font-weight: 700;
	font-size: 19px;
}

.ezio-paypal__actions {
	margin-top: 22px;
}

.donation-paypal-submit.ezio-paypal__submit {
	width: 100%;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

/* —— Castle Siege (Ezio) —— */
.ezio-cs {
	margin-bottom: 24px;
}

.ezio-cs-block {
	margin-bottom: 32px;
}

.ezio-cs-block--last {
	margin-bottom: 0;
}

.ezio-cs-block__title {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #e8c87a;
	text-transform: uppercase;
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
}

.ezio-cs-card {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(165deg, rgba(16, 22, 35, 0.92), rgba(6, 8, 14, 0.95));
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
	padding: 20px 22px 22px;
}

.ezio-cs-card--owner {
	padding: 22px;
}

.ezio-cs-card--timer {
	text-align: center;
	padding: 24px 20px;
}

.ezio-cs-card--tablewrap {
	padding: 0;
	overflow: hidden;
}

.ezio-cs-timer-digits,
.ezio-cs-timer-digits span {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #6ee7ff;
	text-shadow: 0 0 24px rgba(46, 230, 255, 0.2);
}
.ezio-cs-timer-digits span {
	font-size: 18px;
	font-weight: 500;
	color: #9aa3af;
	margin: 0 0.1em 0 0.35em;
}

.ezio-cs-owner {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.ezio-cs-owner__main {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.ezio-cs-owner__text {
	text-align: left;
	min-width: 200px;
}

.ezio-cs-owner__guild-name {
	margin: 0 0 4px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #e8c87a;
}
.ezio-cs-owner__label {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a93a0;
}
.ezio-cs-owner__master {
	margin: 4px 0 0;
	font-size: 16px;
	color: #e4eaf2;
}

.ezio-cs-ally {
	margin-top: 4px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ezio-cs-ally__title {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 600;
	color: #cfd6df;
}
.ezio-cs-ally__head {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
	padding: 0 0 8px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6d7785;
}
.ezio-cs-ally__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.ezio-cs-ally__cel {
	font-size: 14px;
	text-align: center;
	color: #e4eaf2;
}

.ezio-cs-statlist {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ezio-cs-stat {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.ezio-cs-stat:last-child {
	border-bottom: 0;
}
.ezio-cs-stat__k {
	color: #8a93a0;
	font-size: 13px;
}
.ezio-cs-stat__v {
	color: #f2f4f7;
	font-weight: 500;
	text-align: right;
}
.ezio-cs-stat__muted {
	color: #6d7785;
	font-size: 12px;
	font-weight: 400;
}

.ezio-cs-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ezio-cs-table {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	color: #cfd6df;
	font-size: 14px;
}
.ezio-cs-table th {
	background: rgba(0, 0, 0, 0.35);
	color: #e4eaf2;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ezio-cs-table td {
	padding: 10px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.ezio-cs-table tbody tr:hover td {
	background: rgba(255, 255, 255, 0.02);
}
.ezio-cs-table--schedule th:nth-child(1) { min-width: 200px; }

@media (max-width: 640px) {
	.ezio-cs-ally__head { display: none; }
	.ezio-cs-ally__row {
		display: block;
		padding: 10px 12px 12px;
		margin-bottom: 8px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 10px;
		background: rgba(0, 0, 0, 0.2);
	}
	.ezio-cs-ally__cel { text-align: left; }
	.ezio-cs-ally__cel { padding: 3px 0; }
	.ezio-cs-table--schedule thead { display: none; }
	.ezio-cs-table--schedule tbody tr {
		display: block;
		margin-bottom: 12px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 10px;
		overflow: hidden;
	}
	.ezio-cs-table--schedule tbody td {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
	}
	.ezio-cs-table--schedule tbody td:last-child { border: 0 !important; }
	.ezio-cs-table--schedule td::before {
		display: block;
		font-size: 10px;
		letter-spacing: 0.05em;
		color: #6d7785;
		margin-bottom: 3px;
	}
	.ezio-cs-table--schedule td[data-title]:nth-child(1):before { content: attr(data-title); }
	.ezio-cs-table--schedule td[data-title]:nth-child(2):before { content: attr(data-title); }
	.ezio-cs-table--schedule td[data-title]:nth-child(3):before { content: attr(data-title); }
}

/* —— Footer: crédito Gabo Dev —— */
.f-credit-gabodev {
	color: #7a8490;
	font-size: inherit;
}
.f-credit-gabodev a {
	color: #c9a14a;
	text-decoration: none;
	font-weight: 600;
}
.f-credit-gabodev a:hover {
	color: #e8c87a;
	text-decoration: underline;
}

/* —— Changelog (página módulo) —— */
.ezio-changelog-page {
	margin-top: 4px;
}
.ezio-changelog-empty {
	color: #8a93a0;
	font-size: 15px;
	margin: 12px 0 0;
}

/* —— Páginas legales (TOS, privacidad, reembolsos) —— */
.ezio-legal {
	margin-top: 4px;
}
.ezio-legal__inner {
	max-width: 52rem;
}
.ezio-legal__intro {
	color: #8a93a0;
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 1.55;
}
.ezio-legal__section {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ezio-legal__section:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}
.ezio-legal__h2 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #e8c87a;
}
.ezio-legal p {
	color: #cfd6df;
	line-height: 1.65;
	margin: 0 0 12px;
}
.ezio-legal__list {
	margin: 8px 0 0;
	padding-left: 1.25rem;
	color: #b9c1cb;
	line-height: 1.6;
}
.ezio-legal__list li { margin-bottom: 6px; }

/* —— Verificación de e-mail —— */
.ezio-verify__box {
	min-height: 40px;
}

/* —— Noticias (Ezio) —— */
.ezio-news__article {
	margin-bottom: 22px;
	padding: 20px 22px 22px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(160deg, rgba(18, 24, 36, 0.9), rgba(8, 10, 16, 0.95));
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
}
.ezio-news__article--full {
	padding: 24px 24px 28px;
}
.ezio-news__head {
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-bottom: 12px;
}
.ezio-news__title {
	margin: 0 0 6px;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.3;
}
.ezio-news__title a {
	color: #f2f4f7;
	text-decoration: none;
	transition: color 0.2s ease;
}
.ezio-news__title a:hover {
	color: #e8c87a;
}
.ezio-news__date {
	display: block;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6d7785;
}
.ezio-news__body {
	color: #cfd6df;
	line-height: 1.65;
	font-size: 14px;
}
.ezio-news__body a.ezio-news__readmore,
.ezio-news__body .news-readmore {
	display: inline-block;
	margin-top: 12px;
	font-weight: 600;
	color: #e8c87a;
}
.ezio-news__body a.ezio-news__readmore:hover,
.ezio-news__body .news-readmore:hover {
	color: #fff5d6;
}