@import url(root.css);
@import url(helpers.css);
@import url(no-strap.css);
@font-face {
  font-family: "Fritz";
  src: url("../font/FritzRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
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;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 7px;
}
::-webkit-scrollbar-thumb {
  background-color: #2E86DE;
  filter: drop-shadow(0 0 10px #2E86DE);
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: grey;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

hr {
  background-color: #ffffff23;
}

blockquote,
q {
  quotes: none;
}

p {
  margin: 0 !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.bar {
  background-color: #2E86DE;
  /* filter: drop-shadow(2px 4px 6px #b1f62b); */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
}

body {
  width: 100%;
  background: url(../images/bg_header2.jpg) center top no-repeat;
  background-color: #0d1017;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #696868;
}

.bg-light-blue {
    background-color: #05111A; /* azul escuro */
}

.bg-dark-blue {
    background-color: #05111A; /* azul escuro */
}

a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #f0ab3f;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fritz";
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 22px 30px;
  vertical-align: middle;
}
table td img {
  vertical-align: middle;
}
table thead tr {
  background-color: #081722;
  font-family: "Fritz";
  color: #28465C;
  font-size: 15px;
}
table tbody tr:nth-child(even) {
  background: #05111A;
}
table tbody tr:nth-child(odd) {
  background: #030C12;
}
table tbody tr:hover {
  background: #233C50;
}

img:not(.image img) {
  max-width: 100%;
}

caption {
  margin-bottom: 15px;
}

select {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  margin-bottom: 15px;
  padding: 6px 30px 6px 10px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.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;
  cursor: pointer;
}

input:not([type="checkbox"], [type="radio"]),
textarea {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #eadcd2;
  padding: 0px 12px;
  height: 32px;
  position: relative;
  font-size: 13px;
  min-width: 210px;
  font-family: "Open Sans", sans-serif;
}

button:not(.btn-close),
.button,
.button-blue,
.button-red-2 {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button.png) center no-repeat;
  height: 48px;
  min-width: 150px;
  background-size: 100% 100%;
  padding: 0 15px;
  border: none;
  color: #fff !important;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgb(0 255 236 / 40%);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: "Fritz";
  font-size: 16px;
  letter-spacing: 2px;
}

.button-blue {
  background: url(../images/button-blue.png) center no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0px 15px 0px rgba(0, 131, 183, 0.4);
}

.button-red-2 {
  background: url(../images/button-red-2.png) center no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0px 15px 0px rgba(183, 6, 0, 0.4);
}

button:hover,
.button:hover {
  filter: brightness(120%);
}

.button {
  display: inline-block;
  text-decoration: none;
  line-height: 48px;
}

.button-red,
button.button-red {
  background: url(../images/button-red.png) no-repeat;
  background-size: 100% 100%;
  width: 155px;
  height: 58px;
  box-shadow: 0px 0px 15px 0px rgba(183, 43, 0, 0.6);
}

.button-small {
  min-width: 110px;
  max-width: 110px;
}

.button.fw-small {
  font-size: 0.8rem;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #696868;
}

::-moz-placeholder {
  color: #696868;
}

:-moz-placeholder {
  color: #696868;
}

:-ms-input-placeholder {
  color: #696868;
}

.container {
  width: 100%;
  max-width: 1150px !important;
  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%);
}

.topPanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 12;
}
.topPanel.topPanel-top {
  background: rgba(0, 0, 0, 0.9);
}
.topPanel-top .topPanel_Wrapper {
  border-bottom: 0px;
}
.topPanel_Wrapper {
  width: 100%;
  max-width: 1150px;
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.topPanel-left {
  display: flex;
  align-items: center;
  height: 90px;
}
.topPanel-left .mini-logo {
  display: block;
  margin-right: 30px;
}
.topPanel-left .mini-logo img {
  display: block;
}
.topPanel-right .log {
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
}
.topPanel-right .log img {
  margin-left: 20px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  padding: 4px;
  transition: 0.3s;
}
.topPanel-right .log .nickname {
  position: relative;
  display: block;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  padding-bottom: 2px;
}
.topPanel-right .log .nickname:after {
  content: "";
  position: absolute;
  background: url(../images/row-icon.png) no-repeat;
  width: 12px;
  height: 8px;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  opacity: 0.3;
  transition: 0.3s;
}
.topPanel-right .sign-up {
  color: #f0ab3f;
  font-size: 15px;
  cursor: pointer;
}
.topPanel-right .sign-up.show {
  color: #fff;
}
.topPanel-right .sign-up.show img {
  border: 1px solid #f0ab3f;
}
.topPanel-right .sign-up.show span:after {
  transform: rotate(180deg);
  opacity: 1;
}
.topPanel-right .sign-up img {
  border: 1px solid rgba(229, 221, 214, 0.25);
}
.topPanel-right .sign-up:hover {
  color: #fff;
}
.topPanel-right .sign-up:hover img {
  border: 1px solid #f0ab3f;
}
.topPanel-right .sign-up:hover span:after {
  opacity: 1;
}

.cpMenu {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 0px 10px 0px;
  width: 180px;
  top: 100%;
  left: 50%;
  margin-left: -90px;
  display: none;
}
.cpMenu:after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}
.cpMenu ul li a {
  display: block;
  padding: 9px 27px;
}
.cpMenu ul li a:hover {
  background-color: rgba(74, 74, 74, 0.25);
}
.cpMenu .settings {
  margin-top: 15px;
}
.cpMenu .settings a {
  padding: 17px 27px 17px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/setting-icon.png) left 28px center no-repeat;
}
.cpMenu .logout a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 17px 27px 17px 50px;
  background: url(../images/logout-icon.png) left 28px center no-repeat;
}

.dropMenu:hover .menu-a:after {
  content: "";
  opacity: 1;
}

.menu li {
  padding: 0px 20px;
  display: inline-block;
  position: relative;
}
.menu li a {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0px 20px;
  font-size: 15px;
}
.menu li .menu-a {
  position: relative;
  cursor: pointer;
}
.menu li .menu-a:after {
  content: "";
  position: absolute;
  background: url(../images/row-icon.png) no-repeat;
  width: 12px;
  height: 8px;
  right: -5px;
  top: 50%;
  margin-top: -2px;
  opacity: 0.3;
  transition: 0.3s;
}
.menu .dropDown-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  padding: 20px 0px 70px 0px;
}
.menu .dropDown-menu li {
  display: block;
  text-align: center;
}
.menu .dropDown-menu li a {
  display: block;
  height: auto;
  padding: 20px 3px;
}

header {
  height: 580px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  z-index: 2;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.logo {
  position: absolute;
  top: 85px;
  width: 500px;
  height: 300px;
  left: 330px;
  z-index: 5;
}

.onlineBlock {
  background: url(../images/online_bg.png) no-repeat;
  width: 361px;
  height: 148px;
  position: absolute;
  top: 386px;
  left: 100px;
  text-align: center;
  padding-top: 45px;
  padding-left: 4px;
}
.onlineBlock p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.onlineBlock span {
  color: #f0ab3f;
  font-size: 36px;
  font-family: "Fritz";
  letter-spacing: 5px;
  text-shadow: 0px 0px 10px rgba(150, 60, 0, 0.6);
}

.fastButtons {
  min-height: 300px;
  position: fixed;
  right: 0px;
  top: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  background: rgba(0, 0, 0, 0.85);
  padding: 0px 15px;
  border-radius: 8px 0px 0px 8px;
  z-index: 10;
  z-index: 10;
}

.fastButtons::before {
  width: 336px;
  height: 30px;
  transform: rotate(270deg);
  position: absolute;
  right: -68px;
  background: url(../images/model-bg.png) no-repeat;
  content: "";
}

.fastButtons a {
  text-align: center;
  font-size: 0.7rem;
}

.fastButtons a:hover {
  color: #fff;
}

.fastButtons a .fastIcon:hover:after {
  opacity: 1;
}

.fastButtons .fastIcon {
  width: 62px;
  height: 62px;
  position: relative;
  border-radius: 50rem;
  margin-bottom: 5px;
}

.fastButtons a .fastIcon:after {
  content: "";
  position: absolute;
  border: 2px solid #fdb73f;
  filter: drop-shadow(0 0 10px #8d5b06);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}

.fastButtons a .fastIcon img {
  object-fit: cover;
  display: block;
  margin: 7px auto;
  position: relative;
  z-index: 3;
}

.downloadBlock {
    z-index: 50;
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 50px;
}
.downloadBlock .download {
  background: url(../images/download-button2.jpg) no-repeat;
  width: 300px;
  height: 100px;
  display: flex;
  color: #fff;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 105px;
  font-size: 20px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  letter-spacing: 3px;
  box-shadow: 0px 0px 30px 1px rgb(0 216 255 / 60%);
  font-family: "Fritz";
}
.downloadBlock .download span {
  width: 100%;
  display: block;
  margin-top: 7px;
  opacity: 0.3;
  font-size: 12px;
  letter-spacing: 6px;
}

.download2FA {
  width: 300px;
}

.download2FA .downloadButtons {
  background: rgba(8, 11, 4, 0.65);
  padding: 12px 0px;
}
.download2FA .downloadButtons a {
  display: block;
  color: #6d7068;
  font-size: 12px;
  padding: 6px 0px;
  width: 50%;  
}
.download2FA .downloadButtons a:hover {
  color: #fff;
}
.download2FA .downloadButtons a:hover span:before {
  opacity: 1;
}
.download2FA .downloadButtons a span {
  position: relative;
}
.download2FA .downloadButtons a span:before {
  content: "";
  position: absolute;
  left: -54px;
  top: 50%;
  margin-top: 30px;
  height: 16px;
  width: 18px;
  opacity: 0.3;
  transition: 0.3s;
}

.download2FA .downloadButtons a.google {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
  padding-right: 20px;
}
.download2FA .downloadButtons a.apple {
  padding-left: 40px;
}

.newsBlockContainer-left {
  width: 56%;
}
.newsBlockContainer-right {
  width: 42%;
  background: rgba(0, 0, 0, 0.9);
  height: 530px;
  padding: 50px 60px;
}

.swiper-news {
  height: 370px;
  margin-bottom: 25px;
}
.swiper-news .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-news .sliderNewsBlock {
  position: absolute;
  left: 60px;
  top: 150px;
}
.swiper-news .sliderNewsBlock h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 7px;
  font-family: "Fritz";
}
.swiper-news .sliderNewsBlock p {
  color: #fff;
  opacity: 0.4;
  font-size: 13px;
  margin-bottom: 0px;
}
.swiper-news .sliderNewsBlock .playButton {
  width: 50px;
  height: 50px;
  background: #000;
  display: block;
  transform: rotate(45deg);
  position: relative;
  transition: 0.3s;
  margin-bottom: 30px;
  margin-left: 15px;
}
.swiper-news .sliderNewsBlock .playButton:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 20px;
  border: 12px solid transparent;
  border-left: 12px solid #f0ab3f;
  transform: rotate(-45deg);
  filter: drop-shadow(0px 0px 8px #f0ab3f);
  transition: 0.3s;
}
.swiper-news .sliderNewsBlock .playButton:hover {
  transform: rotate(0deg);
}
.swiper-news .sliderNewsBlock .playButton:hover:after {
  transform: rotate(0deg);
  left: 22px;
  bottom: 14px;
}

.swiperNews-nav {
  width: 110px;
  height: 40px;
  right: 40px;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
}
.swiperNews-nav .swiper-buttons {
  width: 6px;
  height: 10px;
  color: #fff;
  margin-top: -5px;
}
.swiperNews-nav .swiper-buttons:after {
  font-size: 10px;
}
.swiperNews-nav .swiper-button-next {
  right: 15px;
}
.swiperNews-nav .swiper-button-prev {
  left: 15px;
}
.swiperNews-nav .swiper-pagination {
  bottom: 13px;
  font-size: 12px;
  color: #fff;
}
.swiperNews-nav .swiper-pagination .swiper-pagination-current {
  color: #f0ab3f;
}

.socButtons a {
  width: calc(50% - 13px);
  height: 135px;
  position: relative;
  padding-left: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.6s;
}
.socButtons a:hover {
  background-size: 110%;
}
.socButtons a:before {
  content: "";
  width: 54px;
  position: absolute;
  top: 50%;
  left: 50px;
}
.socButtons a p {
  font-size: 30px;
  font-family: "Fritz";
  margin-bottom: 8px;
}
.socButtons a span {
  font-size: 13px;
}
.socButtons a.discord {
  background-image: url(../images/disc-button.jpg);
}
.socButtons a.discord:before {
  background: url(../images/discord-icon.png) no-repeat;
  height: 42px;
  margin-top: -21px;
}
.socButtons a.youtube {
  background-image: url(../images/youtube-button.jpg);
}
.socButtons a.youtube:before {
  background: url(../images/youtube-icon.png) no-repeat;
  height: 38px;
  margin-top: -19px;
}

.newsTitle {
  font-family: "Fritz";
  font-size: 20px;
  position: relative;
  color: #fff;
}
.newsTitle a {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 19px;
  font-size: 20px;
  font-weight: bold;
  color: #d29429;
  filter: drop-shadow(0px 0px 3px #d29429);
  position: absolute;
  right: 0;
}

.newsTitle a:hover::after {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.newsTitle a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.1);
  right: 0;
  transform: rotate(45deg);
  content: "";
}

.weeklyButton {
  width: 100%;
  height: 122px;
  background: url(../images/news-weekly.png) no-repeat;
  background-size: cover;
  display: block;
  font-family: "Fritz";
  color: #fff;
  padding: 70px 0px 0px 25px;
  margin-bottom: 15px;
}
.weeklyButton p {
  margin-bottom: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.weeklyButton span {
  font-size: 18px;
  text-transform: uppercase;
}

.news-list {
  position: relative;
}

.news-list a {
  margin-bottom: 0px;
  padding: 22px 0px;
  border-bottom: 1px dashed #2d2c2c;
  display: flex;
  align-items: center;
  position: relative;
}
.news-list a:last-child {
  border-bottom: none;
}
.news-list a span {
  display: block;
}
.news-list a .news-type {
  font-size: 12px;
  margin-right: 12px;
}
.news-list .news-date {
  position: absolute;
  right: 0;
  top: 15px;
  color: orange;
  font-size: 12px;
}
.news-list a .news-title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;
  padding-right: 20px;
  position: relative;
}
.news-list a .news-title:after {
  content: "";
  background: url(../images/link-icon.png) left top no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 2px;
  transition: 0.3s;
}
.news-list a:hover .news-title {
  text-decoration: underline;
}
.news-list a:hover .news-title:after {
  background: url(../images/link-icon.png) left -8px top no-repeat;
}

.color-green {
  color: #7a805c !important;
}

.color-orange {
  color: #b76046 !important;
}

.color-blue {
  color: #579281 !important;
}

.color-yellow {
  color: #bdcf29 !important;
}

.moreNews {
  position: relative;
  margin-top: 15px;
}
.moreNews span {
  display: block;
  background: #010101;
  padding: 10px 15px;
  position: relative;
  color: #363b39;
  transition: 0.3s;
}
.moreNews:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #1c1b1b;
  top: 50%;
  left: 0px;
}
.moreNews:hover span {
  color: #fff;
}

.sliderHero {
  background: url(../images/slider-bg.jpg) center top no-repeat;
  background-color: #151412;
  position: relative;
}
.sliderHero:before {
  content: "";
  position: absolute;
  background: url(../images/slider-top-img.png) no-repeat;
  top: -24px;
  left: 50%;
  margin-left: -360px;
  width: 720px;
  height: 78px;
}
.sliderHero:after {
  content: "";
  position: absolute;
  background: url(../images/slider-bottom-img.png) no-repeat;
  bottom: -27px;
  left: 50%;
  margin-left: -325px;
  width: 650px;
  height: 29px;
}
.sliderHero .container:after {
  content: "CLASS";
  font-family: "Fritz";
  position: absolute;
  font-size: 260px;
  color: #000;
  opacity: 0.24;
  top: 70px;
  left: 50px;
  letter-spacing: 5px;
}

.hero-slider-nav {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(
    to right,
    rgba(33, 33, 33, 0),
    rgba(33, 33, 33, 0.45),
    rgba(33, 33, 33, 0)
  );
}
.hero-slider-nav .slick-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  font-size: 0px;
  box-shadow: none;
  top: 50%;
  margin-top: -22px;
}
.hero-slider-nav .slick-arrow.slick-prev,
.arrow-prev {
  background: url(../images/prev-icon.png) no-repeat;
  left: -100px;
}
.hero-slider-nav .slick-arrow.slick-next,
.arrow-next {
  background: url(../images/next-icon.png) no-repeat;
  right: -205px;
}
.hero-slider-nav .slick-dots {
  display: none !important;
}

.hero-slider-nav .slick-slide,
.hero-nav-2.hero-slider-nav .character-slide {
  position: relative;
  opacity: 0.5;
  transition: 0.5s;
  text-align: center;
  background-image: url(../images/nav-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  cursor: pointer;
}
.hero-slider-nav .slick-slide img {
  width: 55px;
  height: 55px;
}

.hero-nav-2.hero-slider-nav .character-slide {
  width: 160px;
  height: 160px;
  display: flex;
  background-image: url(../images/nav-bg.png);
  background-size: 160px 160px;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
}

@media screen and (max-width: 576px) {
  .hero-nav-2.hero-slider-nav .character-slide {
    width: 156px;
  }
}

.hero-nav-2.hero-slider-nav .character-slide:hover {
  filter: brightness(115%);
  opacity: 0.8;
}

.hero-slider-nav .slick-slide.slick-center,
.hero-nav-2.hero-slider-nav .character-slide.active {
  background-image: url(../images/active-icon-bg.png);
  background-repeat: no-repeat;
  background-size: 160px 160px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  filter: drop-shadow(0px 0px 20px rgba(202, 91, 38, 0.5));
}

.hero-slider-nav .slick-slide.slick-center img,
.hero-nav-2.hero-slider-nav .character-slide img {
  width: 80px;
  height: 80px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-top: 3px;
}

.sl-slide {
  min-height: 550px;
}
.sl-slide .sl-hero {
  position: absolute;
  right: 70px;
  top: 10px;
  z-index: 1;
  opacity: 0;
  transition: 1s;
  transform: scale(0.5);
}
.sl-slide .classInfo {
  position: absolute;
  left: 0px;
  padding-left: 130px;
  top: 120px;
  z-index: 2;
}
.sl-slide .classInfo .classIcon {
  position: absolute;
  left: 0px;
  top: 10px;
  filter: drop-shadow(0px 0px 14px rgba(202, 91, 38, 0.5));
}
.sl-slide .classInfo h2 {
  font-family: "Fritz";
  font-size: 52px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
}

.sl-slide .classInfo h3 {
  color: #908585;
  font-family: "Fritz";
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 80px;
}
.sl-slide.slick-active .sl-hero {
  opacity: 1;
  transform: scale(1);
}
.sl-slide.slick-active .classInfo .abil .bar {
  width: 100%;
}

.basicAbility h4 {
  color: #fff;
  font-family: "Fritz";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
.basicAbility .abil {
  display: flex;
  align-items: center;
  margin: 14px 0px;
  width: 340px;
}
.basicAbility .abil span {
  display: block;
}
.basicAbility .abil .bar {
  margin-right: 15px;
  padding: 5px 4px;
  color: #7c7b7a;
  width: 100%;
  transition: 3s;
}
.basicAbility .abil.green .bar {
  border-right: 2px solid #62b232;
  background: linear-gradient(
    to right,
    rgba(98, 178, 50, 0),
    rgba(98, 178, 50, 0.3)
  );
}
.basicAbility .abil.green .abil-stat {
  color: #62b232;
}
.basicAbility .abil.yellow .bar {
  border-right: 2px solid #9bb232;
  background: linear-gradient(
    to right,
    rgba(155, 178, 50, 0),
    rgba(155, 178, 50, 0.3)
  );
}
.basicAbility .abil.yellow .abil-stat {
  color: #9bb232;
}
.basicAbility .abil.red .bar {
  border-right: 2px solid #b24232;
  background: linear-gradient(
    to right,
    rgba(178, 66, 50, 0),
    rgba(178, 66, 50, 0.3)
  );
}
.basicAbility .abil.red .abil-stat {
  color: #b24232;
}
.basicAbility .abil.orange .bar {
  border-right: 2px solid #b28132;
  background: linear-gradient(
    to right,
    rgba(178, 129, 50, 0),
    rgba(178, 129, 50, 0.3)
  );
}
.basicAbility .abil.orange .abil-stat {
  color: #b28132;
}

.basicAbility-h .abil .bar {
  width: 10%;
}

.gameBlockCenter {
  background: url(../images/gameblock-bg.jpg) center top no-repeat;
  background-color: #0f0e0c;
}
.gameBlockCenter h2 {
    text-align: center;
  text-transform: uppercase;
  font-family: "Fritz";
  font-size: 36px;
  letter-spacing: 5px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}
.gameBlockCenter h2 span {
  margin-left: 7px;
  color: #908585;
}
.gameBlockCenter .container {
  padding: 60px 0px 50px 0px;
}

.gameBlockContainer {
  border: 1px solid #403f3d;
  width: 100%;
  transition: 0.3s;
  
    flex-wrap: nowrap;
    background-color: #000000ba;
}
.gameBlockContainer .gameBlock {
  border-right: 1px solid #403f3d;
  width: 20%;
  padding: 40px 10px 40px 40px;
  transition: 0.3s;
  position: relative;
}
.gameBlockContainer .gameBlock h3 {
  font-family: "Fritz";
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}
.gameBlockContainer .gameBlock p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #7a7a79;
  position: relative;
  z-index: 1;
}
.gameBlockContainer .gameBlock .go {
  position: relative;
  display: inline-block;
  color: #f0ab3f;
  font-size: 14px;
  text-shadow: 0px 0px 10px #ff5e0f;
  position: relative;
  z-index: 1;
  padding: 5px 0px 5px 0px;
}
.gameBlockContainer .gameBlock .go:after {
  content: "";
  background: url(../images/link-icon.png) left -8px center no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -6px;
}
.gameBlockContainer .gameBlock .game-icon {
  display: block;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 50%;
  margin-top: -50px;
  opacity: 0;
  transition: 0.3s;
}
.gameBlockContainer .gameBlock .game-icon img {
  height: 100px;
}
.gameBlockContainer .gameBlock:last-child {
  border-right: none;
}
.gameBlockContainer .gameBlock:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/game-bg.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 0.3s;
}
.gameBlockContainer:hover .gameBlock {
  width: 18%;
}
.gameBlockContainer:hover .gameBlock:hover {
  width: 28%;
}
.gameBlockContainer:hover .gameBlock:hover p {
  color: #fff;
}
.gameBlockContainer:hover .gameBlock:hover .go {
  padding: 5px 30px 5px 10px;
  color: #000;
  background-color: #f0ab3f;
}
.gameBlockContainer:hover .gameBlock:hover .go:after {
  filter: grayscale(100%) brightness(10%);
  right: 10px;
}
.gameBlockContainer:hover .gameBlock:hover:after {
  opacity: 1;
}
.gameBlockContainer:hover .gameBlock:hover .game-icon {
  opacity: 1;
}

.subBlock span {
  font-size: 18px;
  color: #eadcd2;
  text-transform: uppercase;
  font-family: "Fritz";
  letter-spacing: 1px;
  margin-right: 15px;
}

.subButton {
  background: url(../images/sub-button.png) no-repeat;
  width: 32px;
  height: 32px;
  box-shadow: none;
}
.subButton:hover {
  filter: brightness(120%);
}

footer {
  background: #050404;
}
footer .container {
  padding: 60px 0px;
}
footer .container:after {
      content: "";
    position: absolute;
    background: url(../images/footerHero.png) 0px -31px no-repeat;
    width: 414px;
    height: 511px;
    right: -20px;
    top: -70px;
    z-index: 10;
}

.footerMenu {
  position: relative;
  margin-bottom: 50px;
}

.footerMenuBlock {
  width: 25%;
  position: relative;
}
.footerMenuBlock h4 {
  color: #eadcd2;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "Fritz";
}
.footerMenuBlock ul li a {
  position: relative;
  display: inline-block;
  color: #696868;
  font-size: 14px;
  padding: 10px 0px;
  background: url(../images/list-hover.png) left -20px center no-repeat;
}
.footerMenuBlock ul li a:hover {
  background: url(../images/list-hover.png) left 0px center no-repeat;
  padding: 10px 0px 10px 16px;
  color: #f0ab3f;
}

.footerButtons {
  position: absolute;
  left: 25%;
  bottom: 0px;
  width: 50%;
}

.langBlock {
  position: relative;
  margin-left: -10px;
}
.langBlock select {
  margin-bottom: 0px;
}
.langBlock:after {
  content: "";
  position: absolute;
  background: url(../images/map-icon.png) no-repeat;
  height: 60px;
  width: 65px;
  right: -60px;
  top: 50%;
  margin-top: -30px;
  opacity: 0.3;
}

.socBlock {
  margin-left: 17%;
}
.socBlock a {
  display: block;
  height: 16px;
  width: 20px;
  margin: 0px 8px;
  background-image: url(../images/soc-icons.png);
  background-repeat: no-repeat;
  opacity: 0.3;
}
.socBlock a:hover {
  opacity: 1;
}
.socBlock a.twitter {
  background-position: left 2px center;
}
.socBlock a.vk {
  background-position: left -33px center;
}
.socBlock a.facebook {
  background-position: left -72px center;
}
.socBlock a.twitch {
  background-position: left -108px center;
}

.footerInfo {
  position: relative;
  z-index: 13;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 40px;
}

.paymentsBlock {
  opacity: 0.4;
}

.copyBlock a {
  margin: 0px 15px;
}
.copyBlock span {
  margin-left: 25px;
  font-size: 14px;
}

.toTop {
  background: url(../images/buttonTop.png) no-repeat;
  width: 131px;
  height: 131px;
  position: fixed;
  bottom: 118px;
  right: 0px;
  cursor: pointer;
  display: none;
  z-index: 9;
}

.modal_div {
  max-width: 480px;
  width: 100%;
  min-height: 600px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -240px;
  margin-top: -50px;
  display: none;
  /* opacity: 0; */
  z-index: 999;
  padding: 50px 60px 50px 60px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

.showModal {
  display: block;
}
.modal_div h1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Fritz";
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  padding-bottom: 30px;
}

.modal_div .modal_close {
  width: 30px;
  height: 30px;
  background: url(../images/close-button.png) no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: block;
}

#overlay {
  z-index: 998;
  position: fixed;
  background-color: rgba(15, 13, 11, 0.8);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.facebookButton {
  display: flex;
  align-items: center;
  width: 346px;
  height: 58px;
  line-height: 46px;
  background: url(../images/facebook-button.png) no-repeat;
  padding-left: 100px;
  color: #fff;
  font-size: 18px;
  font-family: "Fritz";
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(50, 117, 199, 0.5);
  margin: 0 auto;
}

.modalForm .formGroup-name {
  background: #000;
}

.formGroup-button {
  margin-top: 40px;
}

.formLinks p {
  margin-bottom: 8px;
}

.lost-pass {
  color: #696868;
  font-size: 14px;
}

.signUp {
  color: #f0ab3f;
  font-size: 14px;
  text-decoration: underline;
}
.signUp:hover {
  text-decoration: none;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}
.formGroup input {
  width: 100%;
  border: 1px solid #383737;
  height: auto;
  padding: 10px 15px;
  font-size: 16px;
  transition: 0.3s;
}

.formGroup textarea {
  width: 100%;
  border: 1px solid #383737;
  min-height: 150px;
  padding: 10px 15px;
  font-size: 16px;
  transition: 0.3s;
}

.formGroup select {
  width: 100%;
  border: 1px solid #383737;
  height: auto;
  padding: 12px 15px;
  margin-bottom: 0px;
  font-size: 16px;
}
.formGroup-name {
  position: absolute;
  left: 10px;
  top: -7px;
  display: block;
  background: #171514;
  padding: 0px 5px;
  z-index: 1;
  transition: 0.3s;
}
.formGroup:hover .formGroup-name {
  color: #d29429;
}
.error-message {
  color: #df3b5a;
}
.formGroup:hover input {
  border: 1px solid #d29429;
  box-shadow: 0px 0px 14px 0px rgba(210, 148, 41, 0.6);
}
.formGroup:hover select {
  border: 1px solid #d29429;
  box-shadow: 0px 0px 14px 0px rgba(210, 148, 41, 0.6);
}
.formGroup:hover textarea {
  border: 1px solid #d29429;
  box-shadow: 0px 0px 14px 0px rgba(210, 148, 41, 0.6);
}
.formGroup:active .formGroup-name {
  color: #d29429;
}
.formGroup:active input {
  border: 1px solid #d29429;
}
.formGroup.error .formGroup-name {
  color: #df3b5a;
}
.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4),
    inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

/* .btn {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  z-index: 12;
  transition: 0.3s;
  display: none;
}
.btn span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px 0px;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  position: relative;
}
.btn.active {
  left: 260px;
  top: 30px;
}
.btn.active span {
  background: white;
}
.btn.active span:nth-child(1) {
  transform: rotate(45deg);
  bottom: -8px;
}
.btn.active span:nth-child(2) {
  display: none;
}
.btn.active span:nth-child(3) {
  transform: rotate(-45deg);
} */

.page {
  background: url(../images/pages-bg.jpg) top center no-repeat;
  background-color: #02090D;
}

.page header {
  height: 340px;
}

.hero {
  background: url(../images/hero.png) no-repeat;
  width: 526px;
  height: 624px;
  position: absolute;
  right: -80px;
  top: 0px;
  z-index: 5;
}

.breadcrumbs {
  background: rgba(0, 0, 0, 0.9);
  min-height: 55px;
  position: relative;
  top: -55px;
  margin-bottom: -55px;
  color: #696868;
  font-size: 14px;
  padding: 20px 30px 20px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs span {
  display: block;
  background: url(../images/row-icon.png) no-repeat;
  width: 12px;
  height: 8px;
  opacity: 0.3;
  transform: rotate(-90deg);
  margin: 0px 20px;
}
.breadcrumbs a {
  color: #f0ab3f;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}

.content {
  position: relative;
  z-index: 9;
  line-height: 1.4;
  padding: 40px 0px;
}

.content-page {
  padding: 40px 10px 150px 10px;
}
.content-page a {
  color: #f0ab3f;
}
.content-page a:hover {
  color: #fff;
}
.content-page table {
  margin-bottom: 15px;
}

.list {
  margin-bottom: 15px;
  padding-left: 40px;
}
.list li {
  list-style-type: square;
  padding: 5px 0px;
}

.dTitle {
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 18px;
  color: #fff;
  font-family: "Fritz";
  text-transform: uppercase;
  position: relative;
  margin: 20px 0px;
  z-index: 6;
}
.dTitle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
}
.dTitle span {
  display: inline-block;
  background: url(../images/title-icon.png) left no-repeat;
  background-color: #02090D;
  padding: 10px 20px 10px 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.dTitle.dTitle-first {
  margin-top: -20px;
}

main {
  min-height: 730px;
}

.gameClient > div {
  width: calc(50% - 20px);
  background: #081722;
  text-align: center;
  padding: 40px 60px;
}
.gameClient > div h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.gameClient > div p {
  margin-bottom: 25px;
}

.downloadLinks {
  border: 1px solid #323030;
}
.downloadLinks .dLinks {
  width: 33%;
  display: block;
  padding: 20px 0px;
  border-right: 1px solid #323030;
}
.downloadLinks .dLinks img {
  margin-bottom: 12px;
  transition: 0.3s;
}
.downloadLinks .dLinks p {
  margin-bottom: 0px;
  color: #867d86;
  font-size: 11px;
  transition: 0.3s;
}
.downloadLinks .dLinks:last-child {
  border-right: none;
}
.downloadLinks .dLinks.google:hover img {
  filter: drop-shadow(0px 0px 20px rgba(255, 210, 68, 0.5));
}
.downloadLinks .dLinks.torrent:hover img {
  filter: drop-shadow(0px 0px 20px rgba(118, 184, 62, 0.5));
}
.downloadLinks .dLinks.dropbox:hover img {
  filter: drop-shadow(0px 0px 20px rgba(0, 126, 229, 0.5));
}
.downloadLinks .dLinks:hover {
  background-color: #05111A;
}
.downloadLinks .dLinks:hover p {
  color: #fff;
}

.table-system tbody td {
  font-size: 16px;
}
.table-system tbody td:nth-child(2n + 2) {
  color: #fff;
}
.table-system tbody td:nth-child(2n + 3) {
  color: #fff;
}

.subBlock-page {
  margin: 150px 0px 10px 0px;
}

.rankingTabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
}
.rankingTabs .tab-button {
  font-size: 15px;
  color: #908585;
  font-family: "Fritz";
  text-transform: uppercase;
  padding: 20px 35px;
  position: relative;
  bottom: -2px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.rankingTabs .tab-button.active {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: #02090D;
}

.tab-block {
  display: none;
}
.tab-block.active {
  display: block;
}

.topFtableBlock {
  width: calc(33% - 20px);
  height: 115px;
  background: #081722;
}
.topFtableBlock .numberIcon {
  width: 110px;
  height: 100%;
}
.topFtableBlock .numberIcon.numberIcon-first {
  background: url(../images/first-icon.png) left 13px top 13px no-repeat;
  background-color: #05111A;
}
.topFtableBlock .numberIcon.numberIcon-second {
  background: url(../images/second-icon.png) left 13px top 13px no-repeat;
  background-color: #05111A;
}
.topFtableBlock .numberIcon.numberIcon-third {
  background: url(../images/third-icon.png) left 13px top 13px no-repeat;
  background-color: #05111A;
}
.topFtableBlock .topInfo {
  position: relative;
  left: -10px;
}
.topFtableBlock .topInfo img#classRank,
.topFtableBlock .topInfo #classRank svg {
  border-radius: 50%;
  border: 1px solid #45403a;
  padding: 3px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.topFtableBlock .topOnline {
  color: #62b232;
  font-size: 10px;
  margin-bottom: 6px;
}
.topFtableBlock .topNick {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.topFtableBlock .topNick span {
  color: #d59629;
  font-size: 14px;
}
.topFtableBlock .topNick a {
  color: #fff;
}
.topFtableBlock .topClass {
  font-weight: 600;
  display: flex;
}
.topFtableBlock .topClass span {
  border-right: 1px solid #696868;
  padding-right: 7px;
}
.topFtableBlock .topClass span:last-child {
  padding-left: 7px;
  border-right: none;
}

.topFtable {
  margin-bottom: 40px;
}

.topTable td {
  position: relative;
  padding: 12px 23px;
}
.topTable td:nth-child(4n + 2) {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.topTable td:last-child {
  text-align: right;
}
.topTable .t-nickname {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.topTable .t-lvl {
  color: #d59629;
}
.topTable .avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
.topTable .t-online {
  color: #62b232;
  font-size: 10px;
  position: absolute;
  right: 100%;
  width: 50px;
  margin-right: -15px;
  text-align: right;
  top: 50%;
  margin-top: -8px;
}
.topTable .t-online b {
  font-weight: 600;
}
.topTable .yourChar {
  background: linear-gradient(to bottom, #561d25, #8a441c);
}
.topTable .yourChar td {
  color: #fff;
}
.topTable .yourChar td .t-lvl {
  color: #fff;
}
.topTable .yourChar .yp {
  position: absolute;
  right: 100%;
  color: #ba8325;
  text-shadow: 0px 0px 10px #ba8325;
  width: 120px;
  top: 50%;
  margin-top: -10px;
}
.topTable .yourChar .yp:after {
  content: "";
  background: url(../images/link-icon.png) left -8px center no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
  filter: drop-shadow(0px 0px 15px #ba8325);
}

.areaInfo {
  background: url(../images/area-info-bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 144px;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
}
.areaInfo > div {
  padding: 15px 30px;
}
.areaInfo-name {
  width: 30%;
}
.areaInfo-name_img {
  position: relative;
}
.areaInfo-name_img span {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  border: 4px solid #222919;
  background: #8acf27;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.areaInfo-name_img img {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  border: 1px solid #343131;
  padding: 3px;
}
.areaInfo-name_info {
  width: 100%;
  text-align: center;
}
.areaInfo-name_info p {
  color: #ffffff;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.areaInfo-name_info a {
  color: #696868;
}
.areaInfo-active {
  width: 24%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.areaInfo-active_block {
  width: 100%;
  font-size: 14px;
  margin: 2px 0px;
}
.areaInfo-active_block span {
  float: right;
  color: #fff;
}
.areaInfo-clan {
  display: flex;
  align-items: center;
  width: 18%;
}
.areaInfo-clan img {
  margin-right: 10px;
}
.areaInfo-clan p {
  margin-bottom: 3px;
  color: #696868;
  font-weight: 400;
}
.areaInfo-clan_name {
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.areaInfo-clan_name a {
  color: #fff;
}
.areaInfo-money {
  width: 26%;
  display: flex;
  align-items: center;
  padding: 0px !important;
}
.areaInfo-money_block {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 19px 8px 20px;
}
.areaInfo-money_block span {
  position: relative;
  margin-right: -10px;
  display: block;
  background: url(../images/money-icon.png) right no-repeat;
  padding: 18px 50px 18px 0px;
  font-size: 16px;
  color: #f7ad30;
  text-shadow: 0px 0px 17px #ff5e0f;
}

.color-green {
  color: #92d529 !important;
}

.tab-button span {
  display: block;
  height: 20px;
  width: 30px;
  margin-right: 5px;
}

.characters {
  background: url(../images/tabs-icon.png) left 3px top no-repeat;
}

.myfriend {
  background: url(../images/tabs-icon.png) left -193px top no-repeat;
}

.messages {
  background: url(../images/tabs-icon.png) left -420px top no-repeat;
}

.area {
  background: url(../images/tabs-icon.png) left -620px top no-repeat;
}

.swiper-characters .heroNav {
  background: #05111A;
  position: absolute;
  top: 0px;
  bottom: auto;
  width: 100%;
  height: 210px;
}
.swiper-characters .swiper-pagination {
  bottom: auto;
  top: 12px;
}

.nav-char {
  background: #05111A;
  max-width: 100%;
  padding: 0px 80px;
  position: relative;
  margin-bottom: 35px;
}
.nav-char:after {
  content: "";
  position: absolute;
  background: url(../images/slider-bottom-img.png) no-repeat;
  bottom: -27px;
  left: 50%;
  margin-left: -323px;
  width: 650px;
  height: 29px;
}
.nav-char:before {
  content: "";
  position: absolute;
  background: url(../images/nav-char-bg.png) no-repeat;
  bottom: -18px;
  left: 50%;
  margin-left: -189px;
  width: 397px;
  height: 191px;
}
.nav-char .slick-slide {
  display: block;
  padding-top: 51px;
}
.nav-char .slick-slide p {
  margin-bottom: 0px;
  margin-top: 15px;
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}
.nav-char .slick-slide p span {
  color: #f0ab3f;
}
.nav-char .slick-slide.slick-center {
  padding-top: 38px;
}
.nav-char .slick-slide.slick-center p {
  font-size: 16px;
  margin-top: 30px;
}
.nav-char .slick-track {
  padding: 10px 0px 40px 0px;
}
.nav-char .slick-arrow {
  margin-top: -36px;
}
.nav-char .slick-arrow.slick-next {
  right: 20px;
}
.nav-char .slick-arrow.slick-prev {
  left: 20px;
}

.hero-for {
  background: url(../images/char-bg.jpg) top center no-repeat;
  background-color: #1b1a18;
  min-height: 770px;
  padding: 10px 0px 0px 0px;
}

.characterWrapFlex {
  display: flex;
}

.charSlide {
  display: flex !important;
}
.charSlide-info {
  width: 460px;
  padding: 50px 60px;
  position: relative;
}
.charSlide-info h2 {
  font-size: 64px;
  font-family: "Fritz";
  letter-spacing: 5px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.charSlide-info h3 {
  font-size: 30px;
  font-family: "Fritz";
  letter-spacing: 5px;
  font-weight: normal;
  text-transform: uppercase;
  color: #908585;
  margin-bottom: 35px;
}
.charSlide-info .char {
  position: absolute;
  right: -10px;
  top: 120px;
}
.charSlide-info .classIcon img {
  filter: drop-shadow(0px 0px 25px #be5b1f);
  height: 95px;
}
.charSlide-info_bottom {
  position: absolute;
  width: calc(100% - 120px);
  bottom: 50px;
}
.charSlide-info_bottom .basicAbility {
  margin-bottom: 30px;
}
.charSlide-info_bottom .charLevelBlock-info {
  color: #e04838;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.charSlide-info_bottom .charLevelBlock-info span {
  display: bloxk;
  color: #fff;
  position: relative;
  opacity: 0.3;
}
.charSlide-info_bottom .charLevelBlock-info span:after {
  content: "";
  position: absolute;
  background: url(../images/row-icon.png) no-repeat;
  width: 12px;
  height: 8px;
  left: -20px;
  top: 50%;
  transform: rotate(-90deg);
  margin-top: -4px;
}
.charSlide-info_bottom .charLevelBlock-progress {
  border: 1px solid #35302e;
  background: linear-gradient(to bottom, #201b19, #302b29);
  padding: 10px;
  position: relative;
}
.charSlide-info_bottom .charLevelBlock-progressBar {
  background: url(../images/progress-bar.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #b14644;
}
.charSlide-info_bottom .charLevelBlock-progress .points {
  position: relative;
  z-index: 1;
  color: #fff;
}
.charSlide-info_bottom .charLevelBlock-progress .points_n {
  position: relative;
  z-index: 1;
  color: #7c7a79;
}
.charSlide-info_bottom .charLevelBlock-progress .points_n span {
  color: #fff;
}
.charSlide-eq {
  background: url(../images/equipment-bg.png) top center no-repeat;
  height: 766px;
  width: 690px;
  position: relative;
}
.charSlide-eq_title {
  position: absolute;
  left: 70px;
  top: 43px;
  color: #1e1919;
  font-size: 18px;
  font-family: "Fritz";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.charSlide-eq_title p {
  font-size: 24px;
  margin-bottom: 0px;
}

.equipment {
  width: 100%;
  position: relative;
}

.equipment-info {
  position: absolute;
  height: 100%;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  color: #1e1919;
  font-size: 12px;
}
.equipment-info p {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
}
.equipment-info > div {
  width: 150px;
  position: absolute;
}

.eq-left {
  left: -265px;
  text-align: right;
}
.eq-left.hand-info {
  top: 238px;
}
.eq-left.amulet-info {
  top: 327px;
}
.eq-left.sword-info {
  top: 417px;
}
.eq-left.cloack-info {
  top: 594px;
}

.eq-right {
  position: absolute;
  right: -265px;
}
.eq-right.helmet-info {
  top: 60px;
}
.eq-right.shoulder-info {
  top: 150px;
}
.eq-right.chest-info {
  top: 238px;
}
.eq-right.ring-info {
  top: 327px;
}
.eq-right.belt-info {
  top: 417px;
}
.eq-right.shield-info {
  top: 505px;
}
.eq-right.boots-info {
  top: 594px;
}

.eq-bg {
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 28px;
}

.eq-bg_1 {
  background: url(../images/eq-helmet-bg.png) no-repeat;
  width: 87px;
  height: 98px;
}

.eq-bg_2 {
  background: url(../images/eq-hand-bg.png) no-repeat;
  width: 87px;
  height: 125px;
}

.eq-bg_3 {
  background: url(../images/eq-chest-bg.png) no-repeat;
  width: 112px;
  height: 169px;
}

.eq-bg_4 {
  background: url(../images/eq-ring-bg.png) no-repeat;
  width: 67px;
  height: 78px;
}

.eq-bg_5 {
  background: url(../images/eq-belt-bg.png) no-repeat;
  width: 112px;
  height: 90px;
}

.eq-bg_6 {
  background: url(../images/eq-weapon-bg.png) no-repeat;
  width: 95px;
  height: 185px;
}

.eq-bg_7 {
  background: url(../images/eq-boots-bg.png) no-repeat;
  width: 95px;
  height: 145px;
}

.helmet-bg {
  left: 306px;
  top: 72px;
}

.shoulder-bg {
  left: 393px;
  top: 135px;
}

.eq-not-bg {
  position: absolute;
}
.eq-not-bg:after {
  content: "";
  background: url(../images/plus.png) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  top: 23px;
}

.shoulder-bg-not {
  background: url(../images/eq-helmet-bg-not.png) no-repeat;
  width: 87px;
  height: 98px;
  left: 217px;
  top: 135px;
}

.hand-bg-not {
  background: url(../images/eq-hand-bg-not.png) no-repeat;
  width: 87px;
  height: 125px;
  left: 414px;
  top: 214px;
}
.hand-bg-not:after {
  top: 35px;
}

.chest-bg {
  left: 293px;
  top: 151px;
}

.hand-bg {
  left: 196px;
  top: 214px;
}

.amulet-bg {
  left: 216px;
  top: 320px;
}

.belt-bg {
  left: 293px;
  top: 300px;
}

.ring-bg {
  left: 414px;
  top: 320px;
}

.sword-bg {
  left: 190px;
  top: 380px;
}

.cloack-bg {
  left: 293px;
  top: 367px;
}

.shield-bg {
  left: 414px;
  top: 380px;
}

.boots-bg {
  left: 302px;
  top: 572px;
}

.skillsBlock {
  background: #080706;
}
.skillsBlock > div {
  padding: 45px 65px;
}
.skillsBlock-left {
  width: 460px;
}
.skillsBlock-right {
  width: 690px;
}
.skillsBlock-title {
  color: #fff;
  font-size: 16px;
  font-family: "Fritz";
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.skillsBlock-title a {
  text-decoration: underline;
  text-transform: none;
  color: #f0ab3f;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 5px;
}
.skillsBlock-title a:hover {
  color: #fff;
  text-decoration: none;
}
.skillsBlock-ability {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.skillsBlock-ability p {
  margin-bottom: 0px;
  margin: 9px 0px;
  width: 100%;
}
.skillsBlock-ability p span {
  float: right;
  color: #fff;
}

.statBlock {
  margin-top: 30px;
}
.statBlock .h-bar {
  background: url(../images/health-bg.png) no-repeat;
  height: 75px;
  width: 75px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.statBlock .h-bar span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.statBlock .h-bar-progress {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 16px;
  top: 12px;
  transform: rotate(180deg);
}
.statBlock .h-bar-progress span {
  height: 100%;
  width: 100%;
  display: block;
}
.statBlock .statBlock-info p {
  font-family: "Fritz";
  color: #fff;
  font-size: 16px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.statBlock .statBlock-info div {
  color: #605e5e;
  font-size: 14px;
}
.statBlock .statBlock-info span {
  font-size: 600;
}
.statBlock-health .h-bar-progress span {
  background: url(../images/health-bar.png) no-repeat;
  filter: drop-shadow(0px 0px 15px rgba(123, 221, 55, 0.5));
}
.statBlock-health .statBlock-info span {
  color: #a8ce25;
}
.statBlock-mana .h-bar-progress span {
  background: url(../images/mana-bar.png) no-repeat;
  filter: drop-shadow(0px 0px 15px rgba(0, 183, 230, 0.5));
}
.statBlock-mana .statBlock-info span {
  color: #09b0c9;
}

.skillBlock {
  display: flex;
  margin-bottom: 25px;
}
.skillBlock-block {
  width: 50%;
  display: flex;
  align-items: center;
}
.skillBlock-img {
  background: url(../images/skill-bg.png) no-repeat;
  width: 61px;
  height: 61px;
  position: relative;
  margin-right: 20px;
}
.skillBlock-img img {
  width: 55px;
  height: 55px;
  padding: 3px 0px 0px 3px;
}
.skillBlock-info {
  color: #686867;
  font-size: 12px;
}
.skillBlock-info p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.mause {
  background: url(../images/mause_1.png) no-repeat;
  width: 27px;
  height: 33px;
  position: absolute;
  right: -11px;
  bottom: -12px;
}
.mause.mause_1 {
  background: url(../images/mause_1.png) no-repeat;
}
.mause.mause_2 {
  background: url(../images/mause_2.png) no-repeat;
  right: -13px;
}

.m-number {
  background: url(../images/skill-number.png) no-repeat;
  width: 28px;
  height: 38px;
  position: absolute;
  color: #f7ad30;
  text-shadow: 0px 0px 15px #f7ad30;
  font-size: 9px;
  text-align: center;
  padding-top: 6px;
  right: -14px;
  bottom: -20px;
}

.skillsSmall {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.skillsSmallBlock {
  width: 33%;
  display: flex;
  align-items: center;
}
.skillsSmallBlock-img {
  background: url(../images/skill-bg_small.png) no-repeat;
  width: 72px;
  height: 74px;
  padding: 14px 0px 0px 13px;
  margin-right: 10px;
}
.skillsSmallBlock-img img {
  width: 46px;
  height: 46px;
}
.skillsSmallBlock-info {
  color: #686867;
  font-size: 12px;
}
.skillsSmallBlock-info p {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}

.ray {
  background: url(../images/ray12.png) no-repeat;
  width: 419px;
  height: 419px;
  position: absolute;
  left: 70px;
  top: 306px;
  animation: ray 14s infinite linear;
  transform: rotate(0deg);
  opacity: 0.6;
}

@keyframes ray {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rainbow {
  background: url(../images/rainbow.png) no-repeat;
  background-size: 150px 142px;
  width: 445px;
  height: 422px;
  position: absolute;
  left: 166px;
  top: 329px;
  opacity: 0;
  animation: rainbow 5s infinite linear;
}

@keyframes rainbow {
  0% {
    background: url(../images/rainbow.png) no-repeat;
    background-size: 150px 142px;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    background: url(../images/rainbow.png) no-repeat;
    background-size: 445px 422px;
    opacity: 0;
    left: 166px;
    top: 329px;
  }
}
.sparks {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 40px;
}
.sparks > div {
  position: absolute;
}
.sparks .spark_1 {
  background: url(../images/spark_1.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}
@keyframes spark-1 {
  0% {
    bottom: -320px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    transform: scale(1);
    opacity: 0;
  }
}
.row2{
    width:100%;
}
.botoes{
    width:30%;
    float:left;
}
.buttonbg{
    width:322px;
}
.menuprincipal{
    width:100%;
}
.menuativo{
    width:70%;
    margin-left:30%;
    background-color: black;
}
.sparks .spark_2 {
  background: url(../images/spark_2.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}
.sparks .spark_3 {
  background: url(../images/spark_3.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  transform: scale(0.6);
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}
@keyframes spark-3 {
  0% {
    bottom: -140px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks .spark-big {
  background: url(../images/spark_4.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  transform: scale(0.6);
  animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
  animation-delay: 2s;
  right: 40px;
}
@keyframes spark-5 {
  0% {
    bottom: -180px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    transform: scale(1);
    opacity: 0;
  }
}
.flame {
        transform: rotateX(124deg);
  width: 400px;
  height: 450px;
  position: absolute;
  left: 820px;
  top: 160px;
}
.flame > div {
  width: 400px;
  height: 450px;
  position: absolute;
  opacity: 0;
}
.smog {
    position: absolute;
    width: 100%;
    height: 600px;
    z-index: 10;
}

.smog .num1 {
    -webkit-animation: spreadSmog 7s infinite linear;
    animation: spreadSmog 7s infinite linear;
}

.smog .num2 {
    -webkit-animation: spreadSmog 15s infinite linear;
    animation: spreadSmog 15s infinite linear;
}

.smog .num3 {
    -webkit-animation: spreadSmog 40s infinite linear;
    animation: spreadSmog 40s infinite linear;
}

.smog .num1 {
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
 @keyframes fa-blink {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }
 }
.fa-blink {
   -webkit-animation: fa-blink .75s linear infinite;
   -moz-animation: fa-blink .75s linear infinite;
   -ms-animation: fa-blink .75s linear infinite;
   -o-animation: fa-blink .75s linear infinite;
   animation: fa-blink .75s linear infinite;
}

.smog i {
    position: absolute;
    display: block;
    background: url('../images/sp_smog.png') no-repeat;
    transform-origin: 80% 100%;
}
.brilhologo{
background: url(../images/logobrilho.png);
    width: 420px;
    height: 158px;
    left: 111px;
    top: -219px;
    animation: fa-blink 1s infinite alternate;
    position: relative;
    z-index: 50;
}
.smog .num2 {
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.smog .num3 {
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@keyframes spreadSmog {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    45% {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        opacity: 1;
    }
    90% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}


.flame_1 {
  background: url(../images/flame_1.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 0.7s;
}

.flame_2 {
  background: url(../images/flame_2.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 1.4s;
}

.flame_3 {
  background: url(../images/flame_3.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 2.1s;
}

.flame_4 {
  background: url(../images/flame_4.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 2.8s;
}

.flame_5 {
  background: url(../images/flame_5.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 3.5s;
}

@keyframes flame_1 {
  0% {
    bottom: 0px;
    left: 0px;
    opacity: 0;
    transform: scale(1);
  }
  50% {
    bottom: 60px;
    left: 30px;
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    bottom: 120px;
    left: 60px;
    opacity: 0;
    transform: scale(0.6);
  }
}

/* Custom CSS */
.bblock {
  background: var(--black-opacity-1);
  height: auto;
  padding: 22px 20px;
}

@media screen and (max-width: 576px) {
  .bblock {
    width: 100%;
    max-width: 100%;
  }
}

.bblock .topTable td {
  padding: 12px 16px;
}

.bblock .topTable td:nth-child(4n + 2) {
  padding: 12px 14px;
}

.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tabs li {
  display: inline;
}

.tabs li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--black-opacity-1);
  color: #ffffff;
  text-decoration: none;
}

.tabs li a:hover {
  background-color: #292929;
  color: #f0ab3f;
}

.tabs li a.active {
  background-color: #292929;
  color: #f0ab3f;
  text-shadow: 0 0 10px #92671c;
}

.tabs-content .tab-content {
  display: none;
  padding: 20px;
  background-color: var(--black-opacity-1);
  border: 1px solid var(--grey-opacity-1);
  border-top: none;
  margin-bottom: 100px;
}

.tabs-content .tab-content.active {
  display: block;
}

/* Titulo */
.title {
  position: relative;
  font-family: "Fritz";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.title::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: rgba(54, 54, 54, 0.164);
  bottom: -10px;
  content: "";
}

/* Lista para ranks */
.topList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.topList li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.topList li.header {
  font-weight: bold;
}

.topList li .rank {
  width: 30px;
  text-align: center;
}

.topList li .patents {
  width: 49px;
  margin: 0 10px;
  text-align: center;
}

.topList li .name {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-left: 10px;
}

.topList li .score {
  width: 80px;
  text-align: right;
}

/* Eventos  */

/*==============================
    Top Classes
==============================*/
.top_class .class_item {
    color: #fffbca;
  max-width: 212px;
  text-align: center;
  position: relative;
  border: 1px solid var(--border-color-grey-1);
}

/* Degrade de fundo */
.top_class .class_item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  content: "";
}
.class_score p {
    color: goldenrod;
}
.top_class .class_item #cover_class {
  pointer-events: none;
}
.badge {
    color: goldenrod;
}
/* ajustando imagem de cada classe */
.top_class .class_item img {
  max-width: 100%;
  color: #ffd78b;
  opacity: 0.7;
}
.text-uppercase {
    text-align: center;
}

.class_item .class_item_info {
  top: 118px;
  z-index: 10;
  margin: auto;
}

.col_events {
  max-height: 400px;
  height: 100%;
  overflow: hidden;
  padding: calc(10px - -10px);
}

.col_events .custom_list {
  height: 100%;
  padding-right: 8px;
}

.custom_list_scroll_v {
  overflow: auto;
  overflow-y: scroll;
}

.custom_list.list-group .event,
.custom_list.list-group .list-group-item {
  display: flex;
  justify-content: space-between;
  color: #fff;
  background-color: transparent;
  border-color: var(--grey-opacity-1);
}
.switch-slider {
  background-color: #0e0c0b;
  border: 1px solid #222222;
}

input:checked + .switch-slider {
  background-color: #0e0c0b;
}

.switch-slider:before {
  background-color: #535353;
}

input:checked + .switch-slider:before {
  filter: drop-shadow(0 0 15px #53a812);
  background-color: #53a812;
}

/* WarDevias Event 
.test{
    padding-top: 40px;
    padding-bottom: 20px;
}
*/
#modal-wd {
  background: url(../images/owner-wd.png) no-repeat center 50px
    rgba(0, 0, 0, 0.9);
}
.modal-wd {
  background: url(../images/owner-wd.png) no-repeat center 9px
    rgba(0, 0, 0, 0.9);
    width: 335px;
    margin-left: 13px;
    padding: 10px 0px 14px 0px;
}
.modal-cs {
  background: url(../images/statue-cs.png) no-repeat center 9px
    rgba(0, 0, 0, 0.9);
    width: 335px;
    margin-left: 40px;
    padding: 10px 0px 14px 0px;
}
img#rei_mu_avatar {
    width: 130px;
}
.modal-rm {
    background: url(../images/statue-1cs.png) no-repeat center 17px rgba(0, 0, 0, 0.9);
    width: 335px;
        margin-left: 36px;
        padding: 10px 0px 14px 0px;
}

/* Castle Siege Event */

/* Statue */
#modal-cs {
  background: url(../images/statue-cs.png) no-repeat center 50px
    rgba(0, 0, 0, 0.9);
}

.markCsGuild {
  width: 130px;
  height: 130px;
  background-color: #000;
  margin: 140px auto 0 auto;
}

/* Castle Siege Results */
.csGuildResult {
  margin-top: 10px;
}

/* Title Result */
.csGuildResult .csText h4 {
  color: #ffff;
  margin: 11px 0;
}

/* Result Info */
.csGuildResult .csText span {
  width: 100%;
  display: block;
  position: relative;
  color: #f0ab3f;
}

.csGuildResult .csText span::after {
  width: inherit;
  height: 1px;
  display: block;
  background-color: rgba(128, 128, 128, 0.089);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
  content: "";
}

/* Next Battle CS */
.nextCs {
  text-align: center;
}

/* Marcadores */
.online {
  color: rgba(92, 183, 0, 0.925);
  filter: drop-shadow(0 0 7px rgba(77, 153, 1, 0.836));
}

.offline {
  color: rgba(221, 4, 4, 0.925);
  filter: drop-shadow(0 0 7px rgba(153, 1, 1, 0.836));
}

/* Lootboxes */

.credit-shop .credit-box {
  max-width: 18.3%;
  padding: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: var(--black-opacity-1);
}

@media screen and (max-width: 540px) {
  .credit-shop .credit-box {
    max-width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .credit-shop .credit-box {
    width: 45%;
    max-width: 100%;
  }
}

@media screen and (width: 920px) {
  .credit-shop .credit-box {
    width: 30%;
    max-width: 100%;
  }
}
.credit-desc p {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.8rem;
}

.credit-desc img {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* Case */
.lootbox-case {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.lootbox-case-window {
  max-width: 100%;
  height: max-content;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  margin: auto;
}

.lootbox-case-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 40px 0 50px -20px rgba(0, 0, 0, 0.7),
    inset -40px 0 50px -20px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.lootbox-case-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-top: 20px solid red;
  background-color: transparent;
  z-index: 10;
}

.lootbox-case-spinnable {
  width: max-content;
  position: relative;
  left: 0;
}

.lootbox-case-item {
  float: left;
  margin: 0 5px;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: gray;
  position: relative;
}

.lootbox-case-item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.lootbox-case-item .name {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  position: relativee;
  z-index: 1;
}

.lootbox-case-item .image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relativee;
  z-index: 1;
}

.lootbox-case-item .image img {
  max-width: 70%;
  max-height: 70%;
}

/* Panel */
.container-grid {
/*  display: grid; */
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 10px; /* Espaçamento de 10px */
  width: 100%;
}

/* Market  index */
.market-options {
  margin-top: 50px;
}
.market-options .market-option-item {
  position: relative;
}

.market-option-item img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
}

.market-option-header {
  margin-top: 68px;
  text-align: center;
}

.market-option-header h2 {
  color: #e2ac2c;
}

/* Grid de items */
.market-shop {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.market-shop-item {
  min-width: 24.3333%;
  max-width: 24.3333%;
  min-height: 287px;
  max-height: 287px;
  border: 1px solid var(--brown-1);
}

.market-shop-item .card {
  min-height: 100%;
  max-height: 100%;
}

.market-shop-item .card .card-body img {
  max-width: 80%;
  max-height: 105px;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .market-shop-item {
    min-width: 100%;
  }

  .market-shop-item .card {
    min-height: 100%;
  }
}

.block:nth-child(2) {
  align-self: start;
}

.alert {
  border-radius: 0;
}

#img-shadow {
  filter: drop-shadow(7px 11px 7px rgb(0, 0, 0, 0.5));
}

/*==============================
     Webshops
==============================*/
.shops .item_shop .card {
  min-height: 256px;
  max-height: 256px;
}

.item_shop .card .badge-solds {
  position: absolute;
  top: 10px;
  right: 10px;
}

.shops .item_shop .image {
  margin: auto;
}

.shops .item_shop .image img {
  max-width: 150px;
  width: 100%;
  filter: drop-shadow(15px 3px 10px rgba(0, 0, 0, 0.459));
}

/* badge de quantidade */
.badge-quantity {
  position: absolute;
  left: 50%;
  top: 0;
  padding: 5px 30px;
  font-size: 0.9rem;
  box-shadow: 0 1px 0 1px var(--dark-grey-opacity-1);
  transform: translate(-50%, -50%);
  background-color: var(--main-bg-grey);
}

/*==============================
     Workshop
==============================*/
.chareacter-item {
  width: 150px;
  max-height: 255px;
  min-height: 250px;
  margin-bottom: 10px;
}

.chareacter-item .avatar img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* 
  Inventório 
  Seleção de personagens 
*/

.characters-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.characters-list .character-item {
  flex-basis: 13.5%;
  background-color: var(--dark-brown-1);
  border: 1px solid var(--brown-1);
}

.character-item .character-name {
  text-align: center;
}

.character-item .character-avatar img {
  object-fit: cover;
  display: block;
  margin: auto;
}

/*==============================
  Rifas
==============================*/

.raffle-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  background-color: var(--dark-brown-1);
  border: 1px solid var(--brown-1);
}

.raffle-numbers a.number,
.raffle-numbers .number.my {
  width: 35px;
  height: 35px;
  border-radius: 10rem;
  text-align: center;
  line-height: 35px;
  background-color: var(--dark-brown-2);
}

.raffle-numbers a.number:hover,
.raffle-numbers a.number.active,
.raffle-numbers .number.my {
  background-color: var(--light-orange-1);
  filter: drop-shadow(0 0 10px rgb(173, 89, 21));
  box-shadow: inset 0 2px 1px #ffe6b0dc;
  color: #922c04;
}

.raffle-numbers a.number.active {
  background-color: rgb(121, 94, 45);
  filter: drop-shadow(0 0 10px rgb(173, 89, 21));
  color: #fff;
}

.character .character .character-avatar img {
  width: 100%;
  height: 100%;
}

.diamond {
  overflow: hidden;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/*==============================
  Profile
==============================*/
.mapping {
}

/* Painel Characters */

.char-name {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f7ad30;
}

.char-inv {
  width: 256px;
}

.char_services {
  margin-bottom: 30px;
}

.char_services a.button {
  width: 24.1%;
  display: block;
}

/* Menu de serviços */
.service_list li:last-child a.button {
  width: 100% !important;
}

.equipments {
  width: 708px;
  height: 766px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(../images/equipment-2-bg.png) no-repeat;
}

.characterSlide {
  display: flex;
}

#inv-char {
  filter: brightness(25%);
}

.chatBlock {
  display: flex;
  padding: 20px 0;
}
.chatBlock-ava {
  width: 85px;
  display: flex;
}
.chatBlock-ava img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.chatBlock-content {
  width: calc(100% - 85px);
  background: #030C12;
  box-shadow: 0 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 #030C12;
}
.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: #030C12;
}
.chatBlock-user .chatBlock-content:before {
  right: auto;
  left: 100%;
  border-left: 10px solid #030C12;
  border-right: none;
}
.chatBlock-user .chatBlock-content_name {
  color: #4a92c0;
}

@media screen and (max-width: 576px) {
  .characters-list {
    justify-content: space-between;
    gap: 8px;
  }

  .equipments {
    width: 100%;
    height: 100%;
    background-size: cover;
    flex-direction: column;
  }

  .equipments .charSlide-eq_title {
    top: 30px;
    color: #141311;
  }

  .char_services a.button {
    width: 100%;
  }

  .characters-list .character-item {
    flex-basis: 15%;
    flex: 1 0 0;
  }

  .characters-list .character-item:last-child {
    align-self: flex-start;
  }
}

/* Countdowns */
.countdowns {
  position: absolute;
  right: 0;
  height: max-content;
  top: 65% !important;
}

.countdowns .countdown .title {
  color: #fff;
}

.countdowns .countdown {
  background: #0a0404;
  border-radius: 0;
}
.countdowns .countdown .timer div {
  background: #529a20;
  filter: drop-shadow(0 0 25px #529a20);
  color: #fff;
  border-radius: 0;
  font-family: "Fritz";
  width: 69px;
}

/* Events */
.event {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(105, 84, 65, 0.125);
}

/* Pop up Morpheus */

#morpheus-popup-container .morpheus-popup-content {
  height: auto;
  background-color: #02090D;
  box-shadow: inset 0 0 15px rgba(44, 29, 17, 0.555);
  border: 0;
  padding: 30px;
}

.morpheus-popup-message {
  margin-top: 50px;
}

.morpheus-popup-btn {
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #256b4c !important;
}

#morpheus-popup-cancel {
  background: #752e2e !important;
  color: #fff !important;
}

/* Streamer Plugin */
.streamers__title {
  background: #040404;
  border: 1px solid #4e4e4eb5;
  color: #fff;
}

.streamers__online {
  background: #020202d1;
  border: 1px solid #2c2c2c99;
}

.streamers__streamer {
  border: 1px solid #4e4e4e;
}

.streamers__streamer-name {
  color: #c8c8c8;
  background: #191919;
  font-family: "Fritz";
  text-transform: uppercase;
  color: orange;
}

.streamers__streamer-thumb {
  display: flex;
}

/* Divider or */
#or_divider {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 20px 0;
}
#or_divider::before {
  left: 0;
}
#or_divider::after {
  right: 0;
}

#or_divider::before,
#or_divider::after {
  position: absolute;
  top: 10px;
  width: 44%;
  height: 1px;
  background-color: #131313;
  content: "";
}
.brilholevolutionarts {
    background: url(../images/rune-hand2.png);
    width: 192px;
    height: 192px;
    transform: rotate(-15deg);
    position: relative;
    margin-left: 184px;
    top: -224px;
    float: left;
    z-index: 10;
    -webkit-animation: rodaroda 3s linear alternate 3;
    -moz-animation: rodaroda 8.0s linear infinite;
    -ms-animation: rodaroda 8.0s linear infinite;
    -o-animation: rodaroda 8.0s linear infinite;
    animation: rodaroda 8.0s linear infinite;
}
.brilholevolutionartsb {
    background: url(../images/rune-hand23.png);
    width: 258px;
    height: 258px;
    transform: rotate(-15deg);
    position: relative;
    margin-left: 151px;
    top: -449px;
    float: left;
    z-index: 10;
    -webkit-animation: rodaroda 3s linear alternate 3;
    -moz-animation: rodaroda 8.0s linear infinite;
    -ms-animation: rodaroda 8.0s linear infinite;
    -o-animation: rodaroda 8.0s linear infinite;
    animation: rodaroda 15.0s linear infinite;
}
.brilho{
background: url(../images/logo.png);
    width: 558px;
    height: 258px;
    top: 0px;
    margin-left: 0px;
    position: relative;
    z-index: 15;
    }
    
    @-webkit-keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
@-moz-keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
@-ms-keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
@-o-keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
@keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}