@font-face {
  font-family: "Friz Quadrata TT";
  src: url("../fonts/FrizQuadrataTT.ttf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro.ttf");
}
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: 1;
}
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;
}
* {
  -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(../images/bg-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #090816;
  font-size: 16px;
  color: #fff;
  min-height: 100vh;
  font-family: "Myriad Pro";
}
a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0px;
}
h1,
h2,
h3 {
  color: #a7dbff;
  margin-bottom: 20px;
  line-height: 1.2;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
table {
  width: 100%;
  margin-bottom: 15px;
}
img {
  max-width: 100%;
}
caption {
  margin-bottom: 15px;
}
select {
  background: #00bfff;
  min-width: 150px;
  border: 1px solid rgba(201, 170, 113, 0.1);
  color: #fff;
  margin-bottom: 15px;
  padding: 6px 40px 6px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.html);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  -ms-appearance: none;
  appearance: none !important;
}
input,
textarea {
  background: none;
  border: none;
  color: #fff;
  padding: 10px 10px;
  position: relative;
  font-size: 14px;
  font-family: "Friz Quadrata TT";
  width: 100%;
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button.png) no-repeat;
  height: 46px;
  width: 203px;
  border: none;
  color: #ffffff !important;
  position: relative;
  font-size: 13px;
  z-index: 1;
  text-align: center;
  font-family: "Myriad Pro";
  transition: 0.3s;
  filter: brightness(100%) drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
button:hover,
.button:hover {
  filter: brightness(140%) drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
.button {
  display: inline-block;
  text-decoration: none;
  line-height: 46px;
}
.button-small {
  width: 129px;
  height: 39px;
  line-height: 39px;
  font-size: 12px;
  background: url(../images/button-small.html) no-repeat;
}
.button-small-red {
  background: url(../images/red-button.html) no-repeat;
  width: 182px;
  height: 47px;
  line-height: 45px;
}
.button-small-grey {
  background: url(../images/grey-button.html) no-repeat;
}
.button-big {
  background: url(../images/button-big.png) no-repeat;
  width: 241px;
  height: 56px;
  line-height: 48px;
  font-size: 15px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 1400px;
}
.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%);
}
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  transition: 0.3s;
}
.header-wrapper {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 80px;
}
.header-fixed {
  background: #13102d;
}
.nav {
  position: relative;
  margin-left: -40px;
}
.menu li {
  padding: 10px 40px;
}
.menu li a {
  font-family: "Friz Quadrata TT";
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.7), 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.menu li a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  height: 2px;
  width: 0px;
  margin-top: 12px;
  background-color: #8fccda;
  transition: 0.3s;
}
.menu li a:hover {
  color: #d1f0ff;
}
.menu li a:hover:after {
  width: 100%;
}
.menu li.active a {
  color: #d1f0ff;
}
.menu li.active a:after {
  width: 100%;
}
.langBlock {
  position: relative;
}
.langBlock-active {
  display: flex;
  align-items: center;
  font-family: "Friz Quadrata TT";
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.langBlock-active img {
  margin-left: 10px;
  border: 1px solid rgba(101, 99, 139, 0.8);
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.langBlock-active:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top: 7px solid #c7c6dd;
  transition: 0.3s;
}
.langBlock-drop {
  position: absolute;
  right: -20px;
  top: 100%;
  border: 5px solid transparent;
  border-image: url(../images/drop-border.html) 5 round round;
  width: 140px;
  margin-top: 7px;
  display: none;
}
.langBlock-drop.active {
  display: block;
}
.langBlock-drop:after {
  content: "";
  position: absolute;
  background: url(../images/icons/border-languages-light.html);
  width: 52px;
  height: 58px;
  left: 50%;
  margin-left: -26px;
  bottom: -30px;
}
.langBlock-drop li {
  position: relative;
  background-color: #161526;
}
.langBlock-drop li a {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 8px 11px;
  font-size: 12px;
  z-index: 2;
}
.langBlock-drop li a:hover {
  background-color: #2a2843;
}
.langBlock-drop li a::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(72, 69, 114, 0),
    #484572 50%,
    rgba(72, 69, 114, 0)
  );
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
}
.langBlock-drop li a img {
  margin-right: 7px;
  border-radius: 50%;
  border: 1px solid rgba(101, 99, 139, 0.2);
  width: 17px;
  height: 17px;
}
.topBlock {
  height: 470px;
  position: relative;
}
.logo {
  position: absolute;
  right: -160px;
  top: 90px;
}
.ventas {
  position: absolute;
  top: 90px;
  background: url(../images/bg-bottom1.jpg) no-repeat;
  height: 390px;
width: 100%;
}

.sidebar {
  width: 318px;
  background: url(../images/right-bg.jpg) top center;
  background-size: cover;
  padding: 25px 0px;
}
.main-content {
  width: calc(100% - 318px - 30px);
}
.upper {
  background: url(../images/upper-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.upper-block {
  padding: 20px 50px;
  position: relative;
}
.upper-block:after {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 16px;
  right: 0px;
  top: 50%;
  margin-top: -8px;
}
.upper-block:last-child:after {
  display: none;
}
.upper-block:hover {
  color: #8fccda;
}
.upper-block_img {
  background: url(../images/pres-bg.png) no-repeat;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.upper-block_img:after {
  content: "";
  position: absolute;
  background: url(../images/icons/icon-top.png) no-repeat;
  width: 50px;
  height: 54px;
  left: 50%;
  margin-left: -25px;
  top: -18px;
}
.upper-block_info p {
  font-family: "Friz Quadrata TT";
  margin-bottom: 3px;
  font-size: 18px;
  text-transform: uppercase;
}
.upper-block_info span {
  font-family: "Myriad Pro";
  font-size: 11px;
}
.upperBlock {
  margin-left: -30px;
  margin-right: -30px;
}
.swiper {
  width: 100%;
  max-width: 768px;
  position: relative;
  height: 313px;
  border: 10px solid transparent;
  border-image: url(../images/slider-border.png) 10 round round;
}
.swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide {
  padding: 0px 2px 2px 0px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #e1e1e1;
  font-size: 30px;
}
.swiper-pagination {
  top: 35px;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 11px;
  padding-right: 20px;
  z-index: 2;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #838c9d;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #9094ff;
}
.slider {
  margin-bottom: 25px;
  position: relative;
}
.slider:after {
  content: "";
  position: absolute;
  background: url(../images/icons/border-slider-lihgt.png) no-repeat;
  width: 63px;
  height: 68px;
  left: 50%;
  margin-left: -31.5px;
  top: -30px;
  z-index: 3;
}
.slider:before {
  content: "";
  position: absolute;
  background: url(../images/icons/border-slider-lihgt.png) no-repeat;
  width: 63px;
  height: 68px;
  left: 50%;
  margin-left: -31.5px;
  bottom: -30px;
  z-index: 3;
}
.select {
  position: relative;
  cursor: pointer;
}
.select:focus .select_dropdown {
  display: block;
}
.news-title {
  margin-bottom: 35px;
}
.news-title_t {
  font-family: "Friz Quadrata TT";
  font-size: 22px;
  text-transform: uppercase;
}
.select_dropdown {
  position: absolute;
  right: -70px;
  top: 100%;
  border: 5px solid transparent;
  border-image: url(../images/drop-border.html) 5 round round;
  width: 140px;
  margin-top: 7px;
  display: none;
  z-index: 3;
}
.select_dropdown:after {
  content: "";
  position: absolute;
  background: url(../images/icons/border-languages-light.html);
  width: 52px;
  height: 58px;
  left: 50%;
  margin-left: -26px;
  bottom: -30px;
}
.select_dropdown.active {
  display: block;
}
.select_dropdown li {
  position: relative;
  background-color: #161526;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 8px 11px;
  font-size: 12px;
  transition: 0.3s;
  z-index: 5;
}
.select_dropdown li:hover {
  background-color: #2a2843;
}
.select_dropdown li::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(72, 69, 114, 0),
    #484572 50%,
    rgba(72, 69, 114, 0)
  );
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
}
.select_value {
  display: inline-block;
  padding-right: 20px;
}
.select_value:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top: 7px solid #c7c6dd;
  transition: 0.3s;
}
.content {
  padding: 10px 30px;
  background: url(../images/center-bg.jpg) top center;
  background-size: cover;
}
.news-block {
  height: 60px;
  background: rgba(29, 29, 37, 0.5);
  padding: 0px 50px 0px 60px;
  position: relative;
  transition: 0.3s;
}
.news-block:after {
  content: "";
  background: url(../images/icons/icon-news.png) no-repeat;
  width: 60px;
  height: 73px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -37px;
  z-index: 2;
}
.news-block:hover:after {
  right: 15px;
}
.news-block:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0)
  );
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
}
.news-block:first-child:before {
  display: none;
}
.news-block_l {
  position: relative;
  width: 75%;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-block_l a {
  font-size: 17px;
  font-family: "Friz Quadrata TT";
}
.news-block_l a:hover {
  color: #a0bdff;
}
.news-block_r {
  font-family: "Friz Quadrata TT";
  font-size: 10px;
  position: absolute;
  right: 40px;
}
.news-block_r span {
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 11px;
}
.news-block_r:after {
  content: "";
  position: absolute;
  background: url(../images/icons/arrow-link.png) no-repeat;
  width: 9px;
  height: 17px;
  right: -28px;
  top: 50%;
  margin-top: -8.5px;
  transition: 0.3s;
}
.color-green {
  color: #a0ffc6;
}
.color-red {
  color: #ffa0a0;
}
.color-blue {
  color: #a0bdff;
}
.color-yellow {
  color: #e5d06c;
}
.news {
  margin-bottom: 35px;
}
.topHome-50 {
  max-width: 360px;
  position: relative;
  width: 100%;
}
.topHome-title a {
  margin-top: 4px;
  margin-right: -12px;
}
.topHome-title span {
  font-family: "Friz Quadrata TT";
  font-size: 21px;
}
.top-table {
  font-size: 14px;
}
.top-table td {
  padding: 10px 10px;
}
.top-table tbody tr {
  background-color: #1c1a33;
  position: relative;
}
.top-table tbody tr:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0)
  );
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
}
.top-table tbody tr:first-child:after {
  display: none;
}
.top-table tbody td a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 120px;
}
.top-table tbody td a:hover {
  color: #a0bdff;
}
.top-table tbody td:last-child {
  text-align: center;
}
.clan {
  color: #f34242;
}
.warrior {
  color: #edd048;
}
.userPanel {
  margin-bottom: 25px;
}
.userPanel-title {
  font-family: "Friz Quadrata TT";
  font-size: 15px;
  text-transform: uppercase;
  padding: 0px 25px 20px 25px;
}
.userPanel-info {
  font-size: 13px;
  text-align: center;
  padding: 15px 10px;
  background: #101a25;
  margin-bottom: 25px;
}
.userPanel-info a {
  color: #9dd1ef;
}
.userPanel-info a:hover {
  color: #6fbbe8;
}
.statistics {
  border: 1px solid #1c1f48;
  border-radius: 5px;
  width: 274px;
  height: 156px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.statistics1 {
  border: 1px solid #1c1f48;
  border-radius: 5px;
  width: 274px;
  height: 520px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.statisticsBlock {
  width: 264px;
  height: 146px;
  background: url(../images/game-statistic-bg.jpg) no-repeat;
}
.statisticsBlock1 {
  width: 264px;
  height: 500px;
  background: url(../images/game-statistic-bg.jpg);
}

.statisticsBlock-title {
  text-align: center;
  color: #d1e1ff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Friz Quadrata TT";
  padding-top: 20px;
  margin-bottom: 10px;
}
.statisticsBlock-info {
  padding: 5px 0px;
  max-width: 200px;
  margin-left: 20px;
  font-family: "Friz Quadrata TT";
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.statisticsBlock-info span {
  color: #d1e1ff;
}
.banner {
  border: 1px solid #1c1f48;
  border-radius: 5px;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.bannerBlock {
  width: 240px;
  height: 240px;
}
.bannerBlock img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  transition: 0.3s;
}
.bannerBlock img:hover {
  filter: brightness(140%);
}
.king {
  width: 260px;
  margin: 0 auto;
}
.king-title {
  font-family: "Friz Quadrata TT";
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.king-block {
  width: 260px;
  height: 200px;
  background: url(../images/champion-bg.html) center no-repeat;
  background-size: cover;
  margin: 0 auto;
  border: 2px solid #212245;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.king-block_img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.king-block_stat {
  font-family: "Friz Quadrata TT";
  text-align: center;
  width: 80px;
  position: absolute;
}
.king-block_stat p {
  margin-bottom: 1px;
  font-size: 12px;
}
.king-block_stat span {
  font-size: 10px;
}
.wars {
  top: 153px;
  left: 25px;
}
.wars p {
  color: #fcc970;
}
.playtime {
  top: 113px;
  left: 25px;
}
.playtime p {
  color: #fcf770;
}
.kills {
  top: 73px;
  left: 25px;
}
.kills p {
  color: #fcc970;
}
.king-block_info {
  text-align: center;
  width: 90px;
  position: absolute;
  top: 17px;
  left: 15px;
}
.king-block_info-name {
  font-family: "Friz Quadrata TT";
  font-size: 20px;
  margin-bottom: 4px;
}
.king-block_info-guild {
  font-size: 10px;
}
.king-block_info-guild span {
  display: inline-block;
  position: relative;
  padding: 0px 4px;
}
.king-block_info-guild span:first-child:after {
  content: "";
  position: absolute;
  background: #505660;
  height: 3px;
  width: 1px;
  right: 0px;
  top: 50%;
  margin-top: -1.5px;
}
.king-more {
  text-align: center;
}
.king-more a {
  font-size: 14px;
  font-family: "Friz Quadrata TT";
}
.king-more a:hover {
  color: #a0bdff;
}
.footer {
  padding: 30px 0px 50px 0px;
}
.footer-info {
  width: 40%;
  padding-top: 15px;
}
.footerMenu {
  width: 20%;
}
.copyright {
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
}
.footerMenu span {
  display: inline-block;
  color: #7a97df;
  font-size: 16px;
  font-family: "Friz Quadrata TT";
  margin-bottom: 10px;
}
.footerMenu ul li {
  padding: 6px 0px;
}
.footerMenu ul li a {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
.footerMenu ul li a:hover {
  color: #d1f0ff;
  border-bottom: 1px solid #d1f0ff;
}
.icon-soc {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icons/sprite.html);
  background-repeat: no-repeat;
  margin-right: 5px;
}
.fb {
  background-position: center top;
}
.md {
  background-position: center top -24px;
}
.ep {
  background-position: center top -47px;
}
.вы {
  background-position: center top -71px;
}
.footerMenu-soc li {
  padding: 4px 0px !important;
}
.userPanel-enter {
  text-align: center;
}
.or {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 12px;
  padding: 10px 0px;
}
.or:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background: rgba(255, 255, 255, 0.2);
  right: calc(100% + 10px);
  top: 50%;
}
.or:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background: rgba(255, 255, 255, 0.2);
  left: calc(100% + 10px);
  top: 50%;
}
.download {
  background: url(../images/button-download.png) no-repeat;
  width: 322px;
  height: 56px;
  display: inline-block;
  margin: 0 auto;
  padding-top: 12px;
  margin-top: 25px;
}
.download:hover {
  filter: brightness(120%);
}
.download p {
  margin-bottom: 1px;
  font-size: 17px;
  color: #fff;
  font-family: "Friz Quadrata TT";
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5), -3px -3px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.download span {
  color: #cdf1ff;
  font-size: 12px;
}
.top-all-button {
  text-align: center;
  padding: 10px 0px;
}
.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modall {
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  padding: 30px;
}
.overlay .modall.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modall.open .modalBlock {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modall .modalBlock {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.modalBlock {
  background: #010b26;
  padding: 50px 70px;
  position: relative;
}
.modalBlock:before {
  content: "";
  position: absolute;
  background: #7da2ff;
  height: 2px;
  width: 100%;
  left: 0px;
  top: 0px;
  box-shadow: 0px 0px 10px 1px #7da2ff;
}
.modalBlock:after {
  content: "";
  position: absolute;
  background: #7da2ff;
  height: 2px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  box-shadow: 0px 0px 10px 1px #7da2ff;
}
.modalBlock-crystal {
  position: absolute;
  background: url(../images/icons/icon-news.png) no-repeat;
  width: 60px;
  height: 73px;
  top: -36px;
  left: 50%;
  margin-left: -30px;
  z-index: 2;
}
.modalBlock-title {
  font-family: "Friz Quadrata TT";
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.formGroup {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 360px;
  height: 50px;
  position: relative;
  margin-bottom: 30px;
}
.formGroup1 {
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 50px;
  position: relative;
  margin-bottom: 30px;
}
.formGroup span {
  font-family: "Friz Quadrata TT";
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding: 5px;
  background-color: #000;
  position: absolute;
  left: 20px;
  top: -14px;
}
.formGroup p {
  margin-bottom: 0px;
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: -15px;
}
.formGroup-flex {
  display: flex;
  align-items: center;
  height: 100%;
}
.formGroup-icon {
  width: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formGroup-icon:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
  height: 18px;
  right: 0px;
  top: 50%;
  margin-top: -9px;
}
.form-icon {
  display: inline-block;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  border: 1px solid #646464;
}
.icon-user {
  background: url(../images/icons/icon-user-name.png) center no-repeat;
}
.icon-password {
  background: url(../images/icons/icon-password.png) center no-repeat;
}
.icon-mail {
  background: url(../images/icons/icon-mail.html) center no-repeat;
}
.icon-pin {
  background: url(../images/icons/icon-pin.html) center no-repeat;
}
.formGroup-agree {
  border: 1px solid #346636;
}
.formGroup-agree .form-icon {
  border: 1px solid #346636;
}
.formGroup-agree .formGroup-icon:after {
  background: #346636;
}
.formGroup-agree span {
  color: #82ff85;
}
.formGroup-agree p {
  color: #82ff85;
}
.formGroup-agree input {
  color: #82ff85;
}
.formGroup-wrong {
  border: 1px solid #802121;
}
.formGroup-wrong .form-icon {
  border: 1px solid #802121;
}
.formGroup-wrong .formGroup-icon:after {
  background: #802121;
}
.formGroup-wrong span {
  color: #ff4141;
}
.formGroup-wrong p {
  color: #ff4141;
}
.formGroup-wrong input {
  color: #ff4141;
}
.formGroup-button {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.formGroup-text {
  text-align: center;
  font-family: "Friz Quadrata TT";
  font-size: 14px;
}
.formGroup-text a {
  color: #91a8f8;
}
.formGroup-text a:hover {
  text-decoration: underline;
}
.close-modal {
  background: url(../images/icons/icon-close.png) no-repeat;
  width: 17px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.userPanel-name {
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}
.userPanel-name span {
  color: #c1e8ff;
}
.icon-coin {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.coin-f {
  background: url(../images/icons/coin.html) center no-repeat;
}
.coin-s {
  background: url(../images/icons/coin-other.html) center no-repeat;
}
.coin-block {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.coin-block span {
  color: #c1e8ff;
  padding: 0px 3px;
}
.coin {
  background: rgba(22, 31, 35, 0.7);
  margin-bottom: 20px;
}
.cp-menu {
  text-align: center;
}
.cp-menu li {
  position: relative;
  margin-top: -8px;
  margin-bottom: -8px;
}
.cp-menu li:last-child a {
  background: url(../images/button-red-logout.html) no-repeat;
}
.page-title {
  position: relative;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-left: 50px;
  margin-left: -10px;
}
.page-title:before {
  content: "";
  position: absolute;
  background: url(../images/icons/icon-news.png) no-repeat;
  width: 60px;
  height: 73px;
  left: 0px;
  top: 50%;
  margin-top: -36px;
}
.page-title:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  width: 75%;
  height: 1px;
  right: 0px;
  top: 50%;
}
.page-title span {
  font-family: "Friz Quadrata TT";
  font-size: 22px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: normal;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.page-title-news:after {
  width: 80%;
}
.download-l {
  width: 56%;
}
.download-r {
  width: 40%;
}
.download-block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px;
}
.download-block_flex {
  background: url(../images/block-bg.html) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.download-block_flex-c {
  text-align: center;
  font-family: "Friz Quadrata TT";
  width: 100%;
}
.gameClient-title {
  font-size: 14px;
  margin-bottom: 30px;
}
.gameClient-title span {
  color: #b6ebff;
  font-size: 16px;
}
.gameClient-download {
  max-width: 320px;
  margin: 0 auto;
}
.gameClient-download a {
  display: block;
  width: 33.3%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0px;
}
.gameClient-download a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.gameClient-download a img {
  height: 33px;
  margin-bottom: 10px;
}
.gameClient-download a span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.link-title {
  margin-bottom: 15px;
}
.link-text {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 18px;
}
.table td, .table th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 20px 10px;
}
.table td:last-child, .table th:last-child {
  border-right: 0px;
}
.table thead td, .table thead th {
  font-size: 16px;
}
.table thead tr {
  background: #112268;
}
.table tbody td {
  font-size: 14px;
}
.drivers {
  margin-bottom: 50px;
}
.drivers img {
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.articleContent {
  font-family: "Friz Quadrata TT";
  line-height: 20px;
  font-size: 13px;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.articleContent h1 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.articleContent h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
.articleContent img {
  margin-bottom: 20px;
}
.articleContent-info {
  padding-top: 40px;
}
.date {
  padding-left: 20px;
}
.date span {
  position: relative;
}
.date span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  right: calc(100% + 10px);
  top: 50%;
}
.mobile-download {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  display: none;
}
.buttons {
  position: absolute;
  right: 0px;
  top: 2px;
}
.buttons a {
  margin-right: -15px;
}
.buttons .active {
  background: url(../images/button-small.html) no-repeat;
}
.tabTable-block {
  display: none;
}
.tabTable-block.active {
  display: block;
  animation: tab 1s linear;
}
@keyframes tab {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.page-title-rank:after {
  right: 225px;
  width: 50%;
}
.topTwo {
  margin-bottom: 15px;
}
.topTwoBlock {
  background: url(../images/top-bg.html) no-repeat;
  position: relative;
  width: 385px;
  height: 107px;
  padding-left: 165px;
}
.top-image {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 107px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-hero {
  position: absolute;
  bottom: 1px;
}
.top-hero-1 {
  right: -23px;
}
.top-hero-2 {
  right: -54px;
}
.topInfo {
  width: 120px;
  text-align: center;
  padding-top: 15px;
  font-family: "Friz Quadrata TT";
}
.topInfo-name {
  font-size: 14px;
  margin-bottom: 19px;
}
.topInfo-lvl {
  font-size: 12px;
  margin-bottom: 16px;
}
.topInfo-lvl span {
  color: #ff5b82;
  position: relative;
  margin-left: 15px;
}
.topInfo-lvl span:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  left: -10px;
  top: 50%;
  margin-top: -3px;
}
.topInfo-guild {
  font-size: 13px;
}
.topInfo-name_first {
  color: #fbffbc;
}
.topInfo-name_second {
  color: #d1d1d1;
}
.table-top td {
  font-size: 16px !important;
}
.color-black-red {
  color: #f33737;
}
.pagination {
  padding: 15px 0px;
}
.pagination li {
  padding: 15px;
}
.number {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Friz Quadrata TT";
  color: #fff;
  font-size: 12px;
  background-color: #152763;
  background-position: center;
  background-repeat: no-repeat;
}
.number:hover {
  background-color: #0747c0;
  box-shadow: 0px 5px 10px 0px rgba(7, 71, 192, 0.5);
}
.number.active {
  background-color: #0747c0;
  box-shadow: 0px 5px 10px 0px rgba(7, 71, 192, 0.5);
}
.number-prev {
  background-image: url(../images/icons/icon-prev.html);
}
.number-next {
  background-image: url(../images/icons/icon-next.html);
}
.table-top {
  min-width: 600px;
}
.table-scroll {
  overflow-y: auto;
}
@media (max-width: 1540px) {
  .logo {
    right: 0px;
  }
}
@media (max-width: 1210px) {
  .header,
  .wrapper {
    padding: 0px 15px;
  }
  .upper-block {
    padding: 20px 20px;
  }
  .menu li {
    padding: 10px 30px;
  }
  .topHome-50 {
    max-width: 100%;
  }
  .news-block_l {
    width: 65%;
  }
  .upper-block:after {
    display: none;
  }
  .drivers {
    justify-content: center;
  }
  .drivers img {
    margin: 10px;
  }
  .topTwo {
    justify-content: center;
  }
  .topTwoBlock {
    margin-bottom: 15px;
  }
}
@media (max-width: 993px) {
  .header {
    background: #13102d;
  }
  .burger {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 30px;
    position: relative;
    z-index: 2;
    left: 0px;
    transition: 0.3s;
  }
  .burger span {
    display: inline-block;
    height: 4px;
    width: 30px;
    background: #fff;
    border-radius: 5px;
    margin: 3px 0px;
    transition: 0.3s;
    position: relative;
  }
  .burger.active {
    left: 250px;
  }
  .burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
  }
  .burger.active span:nth-child(2) {
    display: none;
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 5px;
  }
  .nav {
    position: fixed;
    left: -320px;
    top: 0px;
    width: 320px;
    background: #13102d;
    height: 100%;
    margin-left: 0px;
    display: flex;
    align-items: center;
    transition: 0.3s;
  }
  .nav.active {
    left: 0px;
  }
  .menu {
    display: block;
    width: 100%;
  }
  .menu li {
    padding: 15px 15px;
    text-align: center;
  }
  .menu li a {
    font-size: 20px;
  }
  .news-block_l {
    text-overflow: unset;
    overflow: unset;
    white-space: normal;
  }
  .news-block {
    padding: 10px 20px 10px 60px;
    height: auto;
  }
  .upper-block {
    padding: 10px 20px;
  }
  .news-block_r {
    top: 10px;
  }
  .news-block_l {
    width: 100%;
    padding: 20px 0px;
  }
  .footer-info {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footerMenu {
    width: 30%;
  }
  .r-block {
    display: flex;
    align-items: center;
  }
  .cp {
	background: url(../images/user1.png) no-repeat; 
    width: 32px;
    height: 32px;
    opacity: 0.8;
    margin-left: 30px;
    position: relative;
  }
  .userPanel {
    position: fixed;
    top: 80px;
    right: 0px;
    z-index: 90;
    background: url(../images/right-bg.jpg) top center;
    padding: 20px 0px;
    display: none;
  }
  .userPanel.active {
    display: block;
  }
  .userPanel-title {
    padding: 0px 25px 20px 25px;
    text-align: center;
  }
  .download-block {
    width: 100%;
    margin: 10px 0px;
  }
  .logo {
    text-align: center;
    width: 100%;
  }
  .mobile-download {
    display: block;
  }
}
@media (max-width: 776px) {
  .main-content,
  .sidebar {
    width: 100%;
  }
  .header-wrapper {
    height: 50px;
  }
  .userPanel {
    top: 50px;
  }
  .mobile-download {
    bottom: 40px;
  }
  .page-title:after {
    display: none !important;
  }
}
@media (max-width: 525px) {
  .content {
    padding: 10px 10px;
  }
  .wrapper {
    padding: 0px 5px;
  }
  .footerMenu {
    padding: 10px;
  }
  .modalBlock {
    padding: 50px 20px;
    position: relative;
  }
}
@media (max-width: 410px) {
  .modalBlock {
    padding: 50px 5px;
    position: relative;
  }
  .buttons {
    top: -40px;
  }
  .top-hero {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .formGroup {
    width: 300px;
  }
  .table {
    min-width: 400px;
  }
  .table-scroll {
    overflow-x: auto;
  }
  .articleContent-info {
    justify-content: center;
  }
  .date {
    padding: 10px 0px;
  }
}
.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.error-message {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Personalización adicional para SweetAlert2 */
.swal2-popup {
    border-radius: 15px !important;
}

.swal2-title {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.swal2-content {
    font-size: 1rem !important;
}
