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

/* HTML5 display-role reset for older browsers */
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 {}

body {
  width: 100%;
  background: url(../img/top-bg-fon-page.jpg) top center no-repeat, url(../img/footer-bg.jpg) bottom center no-repeat;
  background-color: #fbfcff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #575859;
  font-weight: 400;
}

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

p {
  margin-bottom: 20px;
}

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

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

/*
table {
  width: 100%;
  margin-bottom: 50px;
}
table td {
  border-collapse: collapse;
  padding: 25px 50px;
  border: 1px solid #cfcfcf;
  vertical-align: middle;
}
table thead {
  background: #dddfe4;
  color: #1a242d;
  border-top: 2px solid #a0a3ab;
}
table tbody {
  background: #fff;
}
*/

caption {
  margin-bottom: 15px;
}

select {
  background: #111927;
  min-width: 270px;
  border: 1px solid #536177;
  color: #e0eaf3;
  margin: 15px 0px;
  padding: 10px 40px 10px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../img/arrow-v.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;
  font-size: 14px;
}

input, textarea {
  background: rgba(17, 25, 39, 0.8);
  border: 1px solid #536177;
  color: #e0eaf3;
  padding: 15px 30px;
  position: relative;
  font-size: 14px;
  min-width: 220px;
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #111927;
  border: 1px solid #536177;
  color: #e0eaf3;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 16px 40px;
  text-transform: uppercase;
}
button:hover {
  background: #fbfcff;
  color: #111927;
}

.button {
  display: inline-block;
  text-decoration: none;
}

:focus {
  outline: none;
}

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

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

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

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

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.content {
  min-height: 200px;
  padding: 50px 0px;
  line-height: 1.4;
  background-color: #fbfcff;
  position: relative;
}

.bodyHomePage {
  background: url(../img/top-bg-fon.jpg) top center no-repeat, url(../img/bottom-bg-fon.jpg) bottom 241px center no-repeat, url(../img/footer-bg.jpg) bottom center no-repeat;
  background-color: #f8f7f5;
}

.contentHomePage {
  padding: 50px 0px 10px 0px;
  background-color: #f8f7f5;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-s {
  display: flex;
  justify-content: space-between;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: auto;
  position: relative;
}

.headerHomePage {
  height: 1182px;
}

.topPanel {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 99;
}
.topPanel.topPanel-top {
  background-color: rgba(11, 27, 43, 0.9);
}
.topPanel-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
}
.topPanel-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 105px;
  height: 1px;
  width: 100%;
  background-color: #223344;
  transition: 0.3s;
  opacity: 0;
}
.topPanel:hover {
  background-color: rgba(11, 27, 43, 0.9);
}
.topPanel:hover .topPanel-wrapper:after {
  opacity: 1;
}

.logo {
  margin-top: 32px;
}

.menu ul {
  display: flex;
}
.menu ul li {
  padding: 45px 40px;
  transition: 0.3s;
}
.menu ul li a {
  color: #fff;
  display: block;
  min-width: 100px;
  font-weight: 600;
}
.menu ul li ul {
  display: none;
}
.menu ul li:hover {
  background-color: rgba(32, 53, 74, 0.45);
}
.menu ul li:hover a {
  color: #ffdb75 !important;
}
.menu ul li:hover ul {
  display: block;
  margin-top: 60px;
}
.menu ul li:hover ul li {
  padding: 15px 0px;
}
.menu ul li:hover ul li:hover {
  background: none;
}
.menu ul li:hover ul li a {
  font-weight: 400;
  color: #fff;
}
.menu ul li:hover ul li a:hover {
  color: #ffdb75;
}

.acc-panel {
  background: url(../img/acc-icon.png) left no-repeat;
  height: 55px;
  padding-left: 80px;
  margin-top: 25px;
}
.acc-panel a {
  color: #f2db9e;
  font-size: 12px;
}
.acc-panel a:hover {
  color: #f2db9e !important;
}
.acc-panel span {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
  color: #fff;
  display: block;
}

.topPanel.topPanel-top .menu ul li {
  padding: 25px 40px;
}
.topPanel.topPanel-top .menu ul li ul li {
  padding: 15px 0px;
}
.topPanel.topPanel-top .menu ul li:hover ul {
  margin-top: 40px;
}
.topPanel.topPanel-top .logo {
  margin-top: 15px;
}
.topPanel.topPanel-top .acc-panel {
  margin-top: 5px;
}
.topPanel.topPanel-top .topPanel-wrapper:after {
  top: 65px;
}

.headerButtons {
  position: relative;
  left: auto;
  bottom: auto;
}

.downloadButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/download-button.jpg) no-repeat;
  width: 321px;
  height: 132px;
  color: #fbdb89;
  font-size: 12px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.downloadButton:hover {
  filter: brightness(120%);
  box-shadow: 0px 0px 14px 0px rgba(77, 224, 248, 0.8);
}
.downloadButton span {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

.headerButtons-other {
  background: url(../img/header-buttons-other.png) no-repeat;
  width: 272px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerButtons-other a {
  display: flex;
  flex-direction: column;
  width: 130px;
  height: 110px;
  text-align: center;
  color: #c1d8ea !important;
  font-size: 12px;
  padding-top: 10px;
}
.headerButtons-other a span {
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
}
.headerButtons-other a:hover {
  color: #fff !important;
}
.headerButtons-other a:hover .b-icons {
  filter: drop-shadow(0px 0px 10px #57c5d5);
}
.headerButtons-other .b-icons {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 0.3s;
}
.headerButtons-other .pack {
  background: url(../img/pack-icon.png) center no-repeat;
}
.headerButtons-other .fb {
  background: url(../img/fb-icon.png) center no-repeat;
}
.headerButtons-other .forum {
  background: url(../img/forum-icon.png) center no-repeat;
}
.headerButtons-other .mobile {
  background: url(../img/mobile-icon.png) center no-repeat;
}

.newsBlock {
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-news {
  width: 774px;
  height: 394px;
}

.newsPagination {
  position: absolute;
  background: #0a1218;
  left: 30px;
  bottom: 30px;
  width: 120px;
  height: 35px;
  z-index: 9;
}

.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
  width: 7px;
  height: 13px;
  background-size: 7px 13px;
  margin-top: -7px;
}

.swiper-news .swiper-pagination {
  color: #d0dce0;
  font-size: 15px;
}

.swiper-news .swiper-pagination-current {
  color: #ffc66d;
}

.news-block {
  background: url(../img/news-bg.jpg) no-repeat;
  width: 429px;
  height: 394px;
  border-right: 1px solid rgba(63, 90, 123, 0.5);
  border-top: 1px solid rgba(63, 90, 123, 0.5);
  padding: 30px;
  position: relative;
}

.news-block-tab-buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #364059;
}
.news-block-tab-buttons span {
  display: block;
  height: 44px;
  padding: 5px 10px;
  color: #828990;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.news-block-tab-buttons span:hover {
  color: #ffe49b;
}
.news-block-tab-buttons span.active {
  color: #ffe49b;
  font-weight: 700;
  border-bottom: 1px solid #ffe49b;
}
.news-block-tab-buttons span.active:after {
  content: "";
  background: #ffe49b;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.news-message {
  height: 77px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(54, 64, 89, 0.4);
}
.news-message h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}
.news-message span {
  color: #828990;
  font-size: 12px;
}

.news-block-tab {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(54, 64, 89, 0.4);
  height: 180px;
  overflow: hidden;
  display: none;
  animation: tab 0.4s linear;
}
.news-block-tab.active {
  display: block;
}

@keyframes tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #eee4cb;
  margin-bottom: 17px;
}
.news:last-child {
  margin-bottom: 0px;
}
.news a {
  color: #eee4cb;
  display: block;
  width: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0px;
}
.news a:hover {
  text-decoration: underline;
}
.news .date {
  color: #828990;
  font-size: 12px;
}

.color-red {
  color: #fe3d29;
}

.color-yellow {
  color: #c7ae71;
}

.load-more {
  text-align: center;
  padding-top: 20px;
}
.load-more a {
  color: #8f97a6;
  font-size: 14px;
  position: relative;
}
.load-more a:hover {
  color: #fff;
}
.load-more a:before {
  content: "+";
  margin-right: 5px;
}

.gemFamilyBlock {
  width: 770px;
}

.eventsBlock {
  width: 428px;
}

.fr-title {
  color: #53453d;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.fr-title span {
  background-color: #f8f7f5;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 25px 5px 55px;
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.fr-title:after {
  content: "";
  height: 1px;
  width: 98%;
  position: absolute;
  top: 50%;
  margin-top: 1px;
  left: 0;
  background: #dfdad5;
}

.fr-title-gem span {
  background-image: url(../img/gem-title-icon.png);
}

.fr-title-events span {
  background-image: url(../img/event-title-icon.png);
}

.gemBlock {
  width: 386px;
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.gemBlock.vanertBlock {
  background: url(../img/vanert-bg.jpg) no-repeat;
}
.gemBlock.duprianBlock {
  background: url(../img/duprian-bg.jpg) no-repeat;
}
.gemBlock p {
  margin-bottom: -5px;
  color: #070500;
  font-size: 12px;
  text-transform: uppercase;
}
.gemBlock img {
  margin-right: 50px;
}

.event {
  display: block;
  width: 50%;
  border: 1px solid #d6beb4;
  height: 86px;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding-left: 15px;
  line-height: 1.1;
  color: #61564e;
  font-size: 14px;
  font-weight: 600;
}
.event:nth-child(1) {
  border-right: none;
  border-bottom: none;
}
.event:nth-child(2) {
  border-bottom: none;
}
.event:nth-child(3) {
  border-right: none;
}
.event-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 15px;
}
.event-icon:after {
  content: "";
  background: url(../img/icon-bg.png) no-repeat;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}
.event:hover {
  background: #3f332b;
  color: #ccbfb4;
}
.event:hover .event-icon img {
  filter: brightness(150%);
}
.event:hover .event-icon:after {
  opacity: 0.2;
}

.infoBlockHome {
  height: 1188px;
}

.slider {
  width: 1200px;
  height: 730px;
  position: relative;
}
.slider:before {
  content: "CLASS";
  font-size: 170px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -90px;
  top: 140px;
  letter-spacing: 50px;
}
.slider .swiper-slide {
  background-position: top right;
  background-repeat: no-repeat;
}

.gallery-top {
  height: 730px;
  width: 100%;
}

.gallery-thumbs {
  height: 167px;
  width: 996px;
  margin: 0 auto;
  margin-top: -167px;
}
.gallery-thumbs span {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #c9cacc;
  border: 1px solid #def0fd;
  position: relative;
  z-index: 2;
}
.gallery-thumbs span img {
  width: 96px;
  height: 96px;
  filter: grayscale(100%) brightness(120%);
}
.gallery-thumbs .swiper-slide {
  width: 166px;
  height: 163px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
.gallery-thumbs .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 166px;
  height: 163px;
  transition: 0.3s;
  opacity: 0;
}
.gallery-thumbs .swiper-slide.sm:after {
  background: url(../img/slider-nav.png) 0px top no-repeat;
}
.gallery-thumbs .swiper-slide.gl:after {
  background: url(../img/slider-nav.png) -166px top no-repeat;
}
.gallery-thumbs .swiper-slide.elf:after {
  background: url(../img/slider-nav.png) -332px top no-repeat;
}
.gallery-thumbs .swiper-slide.mg:after {
  background: url(../img/slider-nav.png) -498px top no-repeat;
}
.gallery-thumbs .swiper-slide.dm:after {
  background: url(../img/slider-nav.png) -664px top no-repeat;
}
.gallery-thumbs .swiper-slide.rf:after {
  background: url(../img/slider-nav.png) -830px top no-repeat;
}
.gallery-thumbs .swiper-slide.dl:after {
  background: url(../img/slider-nav.png) -996px top no-repeat;
}
.gallery-thumbs .swiper-slide.bk:after {
  background: url(../img/slider-nav.png) -1162px top no-repeat;
}
.gallery-thumbs .swiper-slide:hover span {
  border: 1px solid rgba(255, 255, 255, 0);
}
.gallery-thumbs .swiper-slide:hover span img {
  filter: none;
}
.gallery-thumbs .swiper-slide:hover:after {
  opacity: 1;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  filter: none;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.slider-arrow > div {
  top: auto;
  bottom: 55px;
  width: 126px;
  height: 61px;
}
.slider-arrow .swiper-button-prev {
  background-image: url(../img/slider-arrow-left.png);
  background-size: 126px 61px;
}
.slider-arrow .swiper-button-next {
  background-image: url(../img/slider-arrow-right.png);
  background-size: 126px 61px;
}

.classNameBlock {
  position: relative;
  margin-left: -20px;
  margin-bottom: 20px;
  margin-top: 157px;
  opacity: 0;
}

.class-img {
  width: 150px;
  height: 150px;
}
.class-img.magic {
  background: url(../img/magic-icon.png) no-repeat;
}
.class-img.archer {
  background: url(../img/archer-icon.png) no-repeat;
}
.class-img.warrior {
  background: url(../img/warrior-icon.png) no-repeat;
}

.className h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1;
}
.className span {
  font-size: 18px;
  color: #cbd3d6;
  font-weight: 600;
  text-transform: uppercase;
}

.skillBlock {
  color: #ecf6fa;
  font-size: 18px;
  padding-left: 130px;
  margin-bottom: 35px;
  opacity: 0;
}

.stars {
  background: url(../img/stars.png) no-repeat;
  width: 139px;
  height: 19px;
  display: block;
  position: relative;
  margin-left: 10px;
}
.stars span {
  background: url(../img/stars-active.png) no-repeat;
  height: 19px;
  display: block;
}

.sliderVideo {
  opacity: 0;
}

.sliderVideo a {
  margin-left: 130px;
  width: 165px;
  height: 90px;
  background: #000;
  position: relative;
  display: block;
}
.sliderVideo a:after {
  content: "";
  background: url(../img/video-icon.png) center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal_div {
  width: 800px;
  min-height: 300px;
  background: url(../img/modal-img.png) center top no-repeat;
  background-color: #251e1a;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-top: -150px;
  margin-left: -400px;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 30px 20px;
  border: 1px solid #352925;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}

.modal_div .modal_close {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  color: #000;
  top: 0px;
  right: -40px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  font-size: 20px;
}

#overlay {
  z-index: 998;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.modal-title {
  text-align: center;
  border-bottom: 1px solid #392e29;
  margin: 0px -20px;
}
.modal-title h2 {
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 30px;
  line-height: 1;
}

.modal-content {
  padding-top: 30px;
}

.modal_video .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_video iframe {
  width: 100%;
}

.swiper-slide-active .classNameBlock {
  animation: fade 1s linear;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.swiper-slide-active .skillBlock {
  animation: fade 1s linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.swiper-slide-active .sliderVideo {
  animation: fade 1s linear;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gameCenterBlock {
  padding-top: 110px;
}
.gameCenterBlock h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
}
.gameCenterBlock h1 span {
  font-weight: 400;
}

.gameBlock {
  width: 215px;
  height: 149px;
  border-top: 1px solid #d1c0b7;
  border-bottom: 1px solid #d1c0b7;
  border-left: 1px solid #d1c0b7;
  background: linear-gradient(to right, #fefefd, #f9f6f1);
  padding: 34px 0px 0px 60px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.gameBlock:last-child {
  border-right: 1px solid #d1c0b7;
}
.gameBlock p {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.gameBlock .game-title_1 {
  color: #6b5a42;
}
.gameBlock .game-title_2 {
  color: #a39178;
}
.gameBlock a {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 9px;
  background: #a39f99;
  position: relative;
  font-size: 10px;
  display: inline-block;
}
.gameBlock a:after {
  content: ">";
  margin-left: 5px;
}
.gameBlock:after {
  content: "";
  height: 1px;
  width: 100px;
  background: #eae6da;
  position: absolute;
  left: -20px;
  bottom: 20px;
  transform: rotate(-133deg);
}
.gameBlock:before {
  content: "";
  height: 1px;
  width: 100px;
  background: #ddd6c7;
  position: absolute;
  left: -40px;
  bottom: 20px;
  transform: rotate(-133deg);
}
.gameBlock:hover {
  width: 340px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.gameBlock:hover:after {
  display: none;
}
.gameBlock:hover:before {
  display: none;
}
.gameBlock:hover .game-title_1 {
  color: #fff;
}
.gameBlock:hover .game-title_2 {
  color: #fdf9cc;
}
.gameBlock:hover a {
  background: #867458;
}
.gameBlock.strategy:hover {
  background: url(../img/game-center-strategy.png) right no-repeat;
  background-color: #bea57d;
}
.gameBlock.system:hover {
  background: url(../img/game-center-system.png) right no-repeat;
  background-color: #bea57d;
}
.gameBlock.events:hover {
  background: url(../img/game-center-events.png) right no-repeat;
  background-color: #bea57d;
}
.gameBlock.pets:hover {
  background: url(../img/game-center-pets.png) right no-repeat;
  background-color: #bea57d;
}
.gameBlock.guides:hover {
  background: url(../img/game-center-guides.png) right no-repeat;
  background-color: #bea57d;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 241px;
  text-align: center;
  padding-top: 60px;
}

.f-logo {
  margin-bottom: 40px;
}
.f-logo img {
  filter: brightness(150%);
}

.copyright {
  color: #e8eff8;
  font-size: 14px;
  margin-bottom: 10px;
}

.copy-text {
  color: #849095;
}

.pageTitle {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0px;
  height: 110px;
  width: 100%;
  padding-left: 40px;
  position: absolute;
  left: 0;
  top: -112px;
  border-top: 1px solid #536e9b;
  border-left: 1px solid #536e9b;
  border-right: 1px solid #536e9b;
}
.pageTitle:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #344b72 30%, rgba(52, 75, 114, 0.7));
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
}
.pageTitle h1 {
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  font-weight: bold;
}
.pageTitle select {
  position: absolute;
  right: 45px;
  top: 25px;
  z-index: 10;
}

.blockTitle {
  margin-bottom: 50px;
  background: url(../img/title-icon.png) left no-repeat;
  padding-left: 25px;
  margin-left: 15px;
}
.blockTitle h2 {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
}
.blockTitle h2 span {
  font-weight: 600;
  color: #1a242d;
  font-size: 30px;
}

.downloadBlock {
  text-align: center;
}
.downloadBlock > div {
  height: 270px;
  padding: 0px 60px;
}
.downloadBlock-left {
  width: 700px;
  background: #e0e3ed;
}
.downloadBlock-right {
  width: 500px;
  background: #4b577e;
  color: #d5e7e8;
}
.downloadBlock-right h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
}

.file-size {
  font-size: 24px;
  color: #27353d;
  margin-bottom: 30px;
}

.filesBlock {
  display: flex;
  border: 1px solid #c8ccd6;
}
.filesBlock a {
  display: block;
  width: 120px;
  height: 90px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #c8ccd6;
}
.filesBlock a:last-child {
  border-right: none;
}
.filesBlock a:hover {
  background-color: #eef2ff;
}
.filesBlock .mega {
  background-image: url(../img/mega-icon.png);
}
.filesBlock .googledrive {
  background-image: url(../img/googledrive-icon.png);
}
.filesBlock .torrent {
  background-image: url(../img/torrent-icon.png);
}
.filesBlock .mediafire {
  background-image: url(../img/mediafire-icon.png);
}

.download-button {
  color: #dbe6fe;
  display: inline-block;
  padding: 14px 35px;
  border: 1px solid #a5b3db;
}
.download-button:hover {
  background: #a5b3db;
  color: #4b577e;
}

.block {
  margin-bottom: 50px;
}

.drivers {
  justify-content: space-between;
}
.drivers .driver {
  width: 380px;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bdbec1;
}

.rank-title {
  padding: 0px 0px 0px 50px;
  border-bottom: 1px solid #d1ccc9;
  margin-bottom: 40px;
}
.rank-title h2 {
  color: #1a242d;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 35px;
}

.topRanksBlock {
  margin-bottom: 30px;
}
.topRanksBlock > div {
  width: 582px;
  height: 125px;
  display: flex;
}

.topRank_1 {
  border: 1px solid #d6cb93;
  background: #f2ebc7;
}
.topRank_1 .topRank-number {
  background: #eadb8a;
  border-right: 1px solid #d6cb93;
}

.topRank_2 {
  border: 1px solid #bab9b1;
  background: #eaeae8;
}
.topRank_2 .topRank-number {
  background: #bab9b1;
  border-right: 1px solid #bab9b1;
}

.topRank-number {
  width: 123px;
}
.topRank-number span {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  color: #1a242d;
  font-size: 18px;
}

.topRank-icon {
  width: 134px;
  border-right: 1px solid #eadb8a;
}
.topRank-icon img {
  width: 70px;
}
.topRank-icon .topRank-icon-sm {
  background-image: url(../img/slider-nav.png);
}

.topRank-info {
  width: 325px;
  padding-left: 40px;
}
.topRank-info_name img {
  height: 20px;
  margin-right: 15px;
}
.topRank-info_name div {
  color: #3e3e3c;
  font-size: 24px;
  font-weight: 600;
  margin-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 160px;
}
.topRank-info_resets {
  color: #3e3e3c;
  font-size: 14px;
}

.p-online {
  color: #63c342;
  font-size: 14px;
}

.p-offline {
  color: #ff2d03;
  font-size: 14px;
}

.table-rank thead {
  border: 1px solid #d8d7d0;
  background: #e7e6df;
  color: #717171;
  font-size: 14px;
}
.table-rank td {
  border: none;
  border-bottom: 1px solid #d8d7d0;
}
.table-rank tbody td {
  color: #3b3f43;
  font-size: 18px;
  padding: 20px 50px;
}
.table-rank tbody td:nth-child(6n+1) {
  font-weight: 600;
}
.table-rank tbody td:nth-child(6n+2) img {
  width: 50px;
}
.table-rank tbody td:nth-child(6n+4) img {
  height: 16px;
  margin-right: 5px;
  margin-bottom: -2px;
}
.table-rank tbody td:nth-child(6n+5) {
  font-weight: 600;
}

.pagination {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li .number {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0px 7px;
  font-size: 14px;
  color: #404243;
  border-radius: 50%;
  position: relative;
}
.pagination li .active {
  color: #f1f8ff;
  background: #5f5d55;
}
.pagination li .prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #918f84;
}
.pagination li .prev:before {
  content: "<";
  font-stretch: ultra-condensed;
  color: #f1f8ff;
  font-size: 18px;
}
.pagination li .next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #918f84;
}
.pagination li .next:before {
  content: ">";
  font-stretch: ultra-condensed;
  color: #f1f8ff;
  font-size: 18px;
}

/*# sourceMappingURL=style.css.map */

/* ============================
   MU IMPERIO - BLACK & GOLD
   Overrides de colores
   ============================ */

/* Fondo general */
body,
.bodyHomePage,
.main-wrapper {
    background: #000000 !important;
    color: #f0f0f0;
}

/* Panel superior / header */
.topPanel-top,
header.headerHomePage,
.header,
.topPanel {
    background: #050509 !important;
    border-bottom: 2px solid #d4af37;
}

/* Logo */
.topPanel-top .logo img,
.header .logo img {
    max-height: 80px;
    height: auto;
    width: auto;
}

/* Menú principal */
nav.menu a,
.topPanel-top .menu a,
.mainMenu a {
    color: #d4af37 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

nav.menu a:hover,
.topPanel-top .menu a:hover,
.mainMenu a:hover,
.mainMenu a.active {
    color: #ffffff !important;
}

/* Bloques de contenido */
.newsBlock,
.infoBlockHome,
.panel,
.box,
.card,
.section,
.content-block,
.page-content,
.content,
.rankings-page {
    background: #101010 !important;
    border: 1px solid #3a3a3a;
    border-radius: 6px;
}

/* Títulos de secciones */
.newsBlock h2,
.infoBlockHome h2,
.panel-title,
.box-title,
.section-title,
h2, h3 {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Texto secundario */
p, li, span, td {
    color: #e0e0e0;
}

/* Botones generales */
.btn,
button,
input[type="submit"],
input[type="button"],
a.button {
    background: linear-gradient(180deg, #f3d37a 0%, #d4af37 50%, #b8860b 100%) !important;
    border: 1px solid #8a6a1a !important;
    color: #1a1a1a !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover {
    filter: brightness(1.1);
    color: #000000 !important;
}

/* Links en general */
a {
    color: #d4af37;
}
a:hover {
    color: #f5d46b;
}

/* Footer */
footer,
.footer {
    background: #050505 !important;
    color: #aaaaaa;
    border-top: 1px solid #333333;
}

/* Cuadros de ranking / tablas */
.table,
table {
    background: #080808;
    border: 1px solid #333333;
}

.table th,
table th {
    background: #1a1a1a;
    color: #d4af37;
    border-bottom: 1px solid #333333;
}

.table td,
table td {
    border-color: #222222;
}

/* Crédito desarrollador */
.dev-by{
    color:#d4af37;
    font-weight:600;
}

/* Video background */
#bgVideo{
    position:fixed;
    top:50%;
    left:50%;
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
    transform:translate(-50%,-50%);
    z-index:-1;
    object-fit:cover;
    opacity:0.45;
}

/* MU IMPERIO custom overrides */

/* Logo size */
.header .logo img,
.topPanel .logo img {
    max-height: 80px;
    height: auto;
    width: auto;
}

/* Place news block under slider instead of overlapping */
.newsBlock {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
}

/* Slider container spacing */
.swiper-news {
    width: 100% !important;
    max-width: 960px;
    height: auto;
    margin: 20px auto 30px auto;
}

/* Ensure slider is above background blocks */
.swiper-container.swiper-news {
    position: relative;
    z-index: 5;
}

/* Dark theme adjustments */
body,
.bodyHomePage {
    background: #000000;
}

/* Optional: subtle card background for news */
.news-block {
    background: rgba(5,5,5,0.85);
    border-radius: 6px;
    padding-bottom: 15px;
}

/* Footer credit */
.dev-by-santyd {
    display: block;
    margin-top: 5px;
    color: #d4af37;
    font-weight: 600;
    font-size: 12px;
}

/* ===== LOGO MU IMPERIO ===== */
.header .logo,
.topPanel .logo {
    display: flex;
    align-items: center;
}

.header .logo img,
.topPanel .logo img {
    max-height: 55px;
    width: auto;
    height: auto;
}

/* ===== SLIDER MU IMPERIO ===== */
.swiper-container.swiper-news,
.swiper-news {
    width: 100% !important;
    max-width: 1100px;
    height: auto !important;
    margin: 0 auto 25px auto;
    overflow: visible;
}

.swiper-news .swiper-slide {
    height: auto !important;
}

.swiper-news .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}


/* ===== FOOTER LOGO MU IMPERIO ===== */
.f-logo img {
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ===== RESPONSIVE AJUSTES HEADER/FOOTER LOGO ===== */
@media (max-width: 768px) {
    .header .logo img,
    .topPanel .logo img {
        max-height: 40px;
    }

    .f-logo img {
        max-height: 38px;
    }
}

/* ===== LOGO HEADER MÁS GRANDE ===== */
.header .logo img,
.topPanel .logo img {
    max-height: 90px !important;
    width: auto !important;
    height: auto !important;
}
@media (max-width: 768px) {
    .header .logo img,
    .topPanel .logo img {
        max-height: 60px !important;
    }
}
/* ===== FIX SLIDER CORTADO / HOME RESPONSIVE ===== */
.home-wrapper,
.home-wrapper .container {
    height: auto !important;
    min-height: auto !important;
}
.swiper-container.swiper-news,
.swiper-news {
    margin-top: 20px !important;
    height: auto !important;
    overflow: visible !important;
}
/* =============================
   MU IMPERIO – GAME CENTER
   NEGRO + DORADO + HOVER CON IMAGEN
   ============================= */

/* Bloques del Game Center (SERVER INFO, DONACIONES, etc.) */
.gameBlock.flex-c-c {
    background: #111;                 /* FONDO NEGRO (sin !important para no matar el hover original) */
    border: 1px solid #d4af37;
    border-radius: 4px;
    padding-left: 40px;
    transition: 0.3s;
}

/* Títulos dentro de los bloques */
.gameBlock.flex-c-c .game-title1,
.gameBlock.flex-c-c .game-title2 {
    color: #d4af37;                   /* DORADO */
}

/* Botón GO > */
.gameBlock.flex-c-c a {
    background: #d4af37;
    color: #000;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 11px;
}

/* HOVER: no tocamos el background para que la imagen original se siga viendo */
.gameBlock.flex-c-c:hover {
    /* NO poner background acá */
    box-shadow: 0 0 15px rgba(212,175,55,0.4);
    border-color: #f5d46b;
}

.gameBlock.flex-c-c:hover .game-title1,
.gameBlock.flex-c-c:hover .game-title2 {
    color: #ffffff;
}

.gameBlock.flex-c-c:hover a {
    background: #f5d46b;
    color: #000;
}

/* =============================
   TABLAS – PANEL DE INFORMACIÓN
   (Chaos Machine, General Info, etc.)
   ============================= */

/* Todas las tablas de la columna central */
.contentBlock table,
.contentBlock table tr,
.contentBlock table td,
.contentBlock table th {
    background-color: #000 !important;    /* FONDO NEGRO */
    color: #d4af37 !important;            /* TEXTO DORADO */
    border: 1px solid #333 !important;    /* BORDES OSCUROS */
}

/* Rayado sutil en filas pares */
.contentBlock table tr:nth-child(even) td {
    background-color: #0d0d0d !important;
}

/* Encabezados de tabla (th) un poco más claros */
.contentBlock table th {
    background-color: #111 !important;
    font-weight: 600;
}

/* Por si alguna tabla no está dentro de .contentBlock (cubrimos casi todo) */
table.dataTable,
table.dataTable td,
table.dataTable th {
    background-color: #000 !important;
    color: #d4af37 !important;
    border: 1px solid #333 !important;
}

/* Inputs dentro de tablas, para que no queden con fondo blanco */
.contentBlock table input,
.contentBlock table select {
    background-color: #111 !important;
    color: #d4af37 !important;
    border: 1px solid #d4af37 !important;
}
#pageTitle{
  display:none !important;
  height:0 !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}
/* Ocultar hero / espacio negro fuera de la home */
body:not(.bodyHomePage) .hall-hero,
body:not(.bodyHomePage) .pageTitle,
body:not(.bodyHomePage) .content > .row:before {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* HEADER: que no fuerce altura gigante */
.header { 
  height: auto; 
  min-height: 0; 
}

/* SOLO páginas internas: bajá el contenido un poco */
body:not(.bodyHomePage) .content{
  padding-top: 158px; /* ajustá: 50/70/90 según te guste */
}

/* HOME: sin ese padding extra */
.bodyHomePage .content{
  padding-top: 0;
}
/* BOTONES RANKING */
.rankings_menu button,
.rankings_menu .btn {
    background: #0b0b0b !important;
    color: #d4af37 !important; /* dorado */
    border: 1px solid #d4af37 !important;
    font-weight: 600;
    box-shadow: 0 0 8px rgba(212,175,55,.25);
}

/* Botón activo */
.rankings_menu button.active,
.rankings_menu .btn.active {
    background: linear-gradient(180deg, #d4af37, #a8842a) !important;
    color: #000 !important;
    border-color: #d4af37 !important;
}
/* =========================
   RANKING MENU (Top Level, etc) - NEGRO + DORADO
   ========================= */

.rankings_menu a{
  background:#0b0b0b !important;
  color:#d4af37 !important;
  border:1px solid #d4af37 !important;
  font-weight:600 !important;
  box-shadow:0 0 8px rgba(212,175,55,.25) !important;
  border-radius:4px !important;
}

.rankings_menu a:hover{
  filter:brightness(1.08);
  color:#ffffff !important;
}

.rankings_menu a.active{
  background:linear-gradient(180deg,#d4af37,#a8842a) !important;
  color:#000 !important;
  border-color:#d4af37 !important;
}
/* =========================
   RANKINGS - CLASES HORIZONTAL
   ========================= */

.rankings-class-filter{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  align-items:flex-start !important;
  gap:18px !important;
  margin:20px auto !important;
  padding:0 !important;
}

.rankings-class-filter li{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  margin:0 !important;
}

.rankings-class-filter img{
  display:block !important;
  width:70px !important;    /* ajustá tamaño */
  height:70px !important;
  object-fit:cover !important;
}

.rankings-class-filter br{ display:none !important; } /* saca el salto que apila */
.info-glow-panel{
  background: rgba(8,10,12,.78);
  border: 1px solid rgba(212,175,55,.22);
  border-radius: 12px;
  padding: 22px;
  box-shadow:
    0 0 0 1px rgba(0,0,0,.45) inset,
    0 0 55px rgba(212,175,55,.22),
    0 18px 45px rgba(0,0,0,.60);
  backdrop-filter: blur(3px);
}

/* separa visualmente cada bloque (opcional pero queda pro) */
.info-glow-panel .table{
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden; /* para que el borde redondeado aplique a thead/tbody */
}

.info-glow-panel .table thead th{
  background: linear-gradient(to bottom, rgba(212,175,55,.20), rgba(0,0,0,.40));
  color: #d4af37;
  border-color: rgba(212,175,55,.18) !important;
  text-shadow: 0 0 10px rgba(212,175,55,.22);
}

.info-glow-panel .table td,
.info-glow-panel .table th{
  border-color: rgba(212,175,55,.14) !important;
  color: rgba(255,255,255,.82);
}

.info-glow-panel .table tbody tr:hover td{
  background: rgba(212,175,55,.08);
}

.info-glow-panel h2{
  margin: 16px 0 10px;
  color: #d4af37;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(212,175,55,.25);
}
/* ================================
   OCULTAR ICONOS DE CLASE (RANKINGS)
   Mantiene Top Level / Resets
================================ */

/* Oculta SOLO las imágenes */
.rankings-class-filter img,
.rankings-class-filter-image {
    display: none !important;
}

/* Ajuste visual: elimina el espacio vacío */
.rankings-class-filter li {
    padding: 0 !important;
    margin: 0 !important;
}

/* Centra el contenido por si queda texto */
.rankings-class-filter a {
    display: inline-block;
}
/* Oculta toda la fila de clases pero NO los tabs superiores */
.rankings-class-filter {
    display: none;
}
/* Oculta la barra de filtro por clase (All, Wizards, etc) */
ul.rankings-class-filter {
  display: none !important;
}
/* Ocultar item "TOP GENS" del submenu Ranking */
nav.menu a[href*="rankings/gens"],
nav.menu a[href*="rankings/gens/"]{
  display: none !important;
}
/* HOME STATS - v5 */
.homeStats-wrapper{
  width: 100%;
  max-width: 1200px;
  margin: 18px auto 22px auto;
  padding: 0 20px;
  box-sizing: border-box;
  clear: both;
}

.homeStats{
  width: 100%;
}

.homeStats-inner{
  display: flex;
  gap: 14px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.statCard{
  flex: 1 1 240px;
  min-height: 68px;
  border-radius: 14px;
  padding: 14px 16px;
  box-sizing: border-box;
  background: rgba(10,12,18,.55);
  border: 1px solid rgba(255, 215, 0, .12);
  backdrop-filter: blur(8px);
  display: flex;
  gap: 12px;
  align-items: center;
}

.statIcon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255, 215, 0, .08);
  font-size: 18px;
}

.statText{ display:flex; flex-direction:column; gap:2px; }

.statLabel{
  font-size: 12px;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}

.statValue{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display:flex;
  align-items:center;
  gap:8px;
}

.serverDot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display:inline-block;
  background: #777;
}
.serverDot.isOnline{ background: #23d160; }
.serverDot.isOffline{ background: #ff3860; }

/* Responsive */
@media (max-width: 900px){
  .homeStats-inner{ gap: 10px; }
  .statCard{ flex: 1 1 calc(50% - 10px); }
}
@media (max-width: 520px){
  .statCard{ flex: 1 1 100%; }
}
/* /HOME STATS - v5 */
/* FIX DEFINITIVO HEADER HOME */
body.bodyHomePage header.headerHomePage {
    height: auto !important;
    min-height: unset !important;
    padding-bottom: 40px; /* aire visual */
}
body.bodyHomePage .headerHomePage .newsBlock {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 40px auto 0 auto !important;
    max-width: 1200px;
}
.bodyHomePage .contentHomePage {
    position: relative;
    z-index: 2;
}
.headerHomePage { outline: 2px solid red; }
.newsBlock { outline: 2px solid lime; }
/* ============================
   HOME - FIX STATS + SLIDER FLOW
   ============================ */

/* 1) Header: anula la altura fija del main.css */
body.bodyHomePage header.headerHomePage{
  height: auto !important;
  min-height: unset !important;
}

/* 2) Stats: forzar que exista y quede arriba */
body.bodyHomePage .homeStats-wrapper{
  display: block !important;
  position: relative;
  z-index: 20;              /* arriba del slider */
  margin-top: 20px;         /* separa del header */
}

/* 3) NewsBlock: como ahora está FUERA del header, hay que stylizarlo así */
body.bodyHomePage .newsBlock{
  position: relative !important;  /* mata el absolute del main.css */
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 22px auto 0 auto !important;
  max-width: 1200px !important;
  width: 100% !important;
  display: flex !important;
  align-items: stretch;
  z-index: 10;
}

/* 4) Slider / news column responsive (mantiene tu layout) */
body.bodyHomePage .newsBlock .swiper-container,
body.bodyHomePage .newsBlock .swiper-news{
  flex: 0 0 calc(100% - 340px) !important;
  width: calc(100% - 340px) !important;
  max-width: calc(100% - 340px) !important;
  overflow: hidden;
}

body.bodyHomePage .newsBlock .news-block{
  flex: 0 0 340px !important;
  width: 340px !important;
  max-width: 340px !important;
  margin-left: 15px !important;
}

@media (max-width: 991px){
  body.bodyHomePage .newsBlock{ flex-direction: column !important; }
  body.bodyHomePage .newsBlock .swiper-container,
  body.bodyHomePage .newsBlock .swiper-news,
  body.bodyHomePage .newsBlock .news-block{
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
}
