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;
}



ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}


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 {
  min-height: 100%;

}

body {
  background: url(../image/top-menu.png) repeat-x, url(../image/background.jpg) center top no-repeat, url(../image/fon-bg-bottom.png) center bottom no-repeat;
  background-color: #000000;
  /* line-height: 1; */
  color: #c4961a;
}

a {
  transition: all 0.3s ease;
  color: #d0d0d0;
  text-decoration: none;
}

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;
}


: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-page {
  min-height: 200px;
  line-height: 1.4;
  background-color: #fff;
  position: relative;
  background: url(../image/background-page-2.jpg) right top repeat-x;
  background-size:100% 100%;
  padding:60px;
}

.bodyHomePage {
  background: url(../image/top-menu.png) repeat-x, url(../image/background.jpg) center top no-repeat, url(../image/fon-bg-bottom.png) center bottom no-repeat;
  background-color: #000000;
}

.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: 735px;
  position: relative;
}
.header2 {
  height: 435px;
  position: relative;
}
.HomeheaderHomePage {
  height: 600px;
}

.header-logo {
  display: block;
  position: absolute;
  top: 297px;
  right: 461px;
  z-index: 2;
}
.header-logo2 {
  margin: 0 auto;
  width: 500px;
  height: 400px;
  display: block;
  margin-top: 80px;
}
.header-text {
  display: block;
  position: absolute;
  top: 520px;
  left: 660px;
  width: 540px;
  height: 100px;
  bottom: 5px;
  z-index: 2;
  color: #d6b8ab;
  font-family:'Bahnschrift Regular';
  font-size: 16px;
}
.header-events {
  display: block;
  position: absolute;
  top: 460px;
  left: 1080px;
  z-index: 2;
  color: #fff;
}

.header-button {
  display: block;
  position: absolute;
  top: 400px;
  left: 660px;
  height: 200px;
  width: 540px;
  bottom: 5px;
  z-index: 2;
  padding-left: 1px;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5);
}





.topPanel {
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 99;
}

.topPanel-wrapper {
  width: 1280px;
  margin: 0 auto;
  /* margin-top:-17px; */
  /* padding: 0px 20px; */
  position: relative;
}
.topPanel-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 105px;
  height: 1px;
  width: 100%;
  background-color: #442241;
  transition: 0.3s;
  opacity: 0;
}

.logo {
  margin-top: 15px;
  margin-right: 100px;
  max-height: 58px;
  max-width: 131px;
}

.menu ul {
  display: flex;
}

.menu ul li a {
  color: #755f4e;
  font-size: 17px;
  padding: 0px 12px;
  display: block;
  height: 66px;
  line-height: 50px;
  position: relative;
  top: 23px;
}
.menu ul li a:hover {
  color: #fa1515;
  text-shadow: #fa1515 0em 0em 0.9em;
}
.menu ul li .active {
  color: #fa1515;
  text-shadow: #fa1515 0em 0em 0.9em;
}
.menu ul li a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  bottom: -2px;
  left: 0px;
  position: absolute;
  background: #fa1515;
}

.menu ul li ul {
  display: none;
}


.acc-panel {
  height: 55px;
  margin-top: 25px;
}

.message.alerta {
  background: #FCF8E3;
  color: #8A6D3B;
  border: 1px solid #8A6D3B;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px;
}

.message.bon {
  background: #e3fce7;
  color: #4c8a3b;
  border: 1px solid #4c8a3b;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px;
}

.acc-panel a {
  color: #fa1515;
  font-size: 16px;
  padding: 10px 25px;
  border: 1px solid #fa1515;
}
.acc-panel a:hover {
  color: #b30f0f;
  border: 1px solid #b30f0f;
  padding: 10px 25px;
  font-size: 16px;
}

.acc-panel span {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
  color: #fff;
  display: block;
}


.headerButtons {
  position: absolute;
  left: 0;
  bottom: 425px;
}

.downloadButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../image/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;
}

.registerButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../image/register-button.png) no-repeat;
  width: 321px;
  height: 132px;
  color: #fbdb89;
  font-size: 12px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.registerButton:hover {
  filter: brightness(120%);
  box-shadow: 0px 0px 14px 0px rgba(77, 224, 248, 0.8);
}
.registerButton span {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

.headerButtons-other {
  background: url(../image/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(../image/pack-icon.png) center no-repeat;
}
.headerButtons-other .fb {
  background: url(../image/fb-icon.png) center no-repeat;
}
.headerButtons-other .wp {
  background: url(../image/wp-icon.png) center no-repeat;
}
.headerButtons-other .discord {
  background: url(../image/dis-icon.png) center no-repeat;
}
.headerButtons-other .ig {
  background: url(../image/ig-icon.png) center no-repeat;
}
.headerButtons-other .forum {
  background: url(../image/forum-icon.png) center no-repeat;
}
.headerButtons-other .mobile {
  background: url(../image/mobile-icon.png) center no-repeat;
}

.newsBlock {
  position: absolute;
  left: -10px;
  bottom: 0;
}

.swiper-news {
  margin-top: 4px;
  width: 793px;
  height: 424px;
}

.newsPagination {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 330px;
  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(../image/news.png) no-repeat;
  width: 420px;
  height: 425px;
  padding: 0px 25px 0 25px;
}

.news-block-tab-buttons {
  /* padding:30px 30px 0px 30px; */
  position: relative;
  justify-content: space-between;
}
.news-block-tab-buttons span {
  display: block;
  height: 44px;
  padding: 15px 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;
  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: 40px;
  height: 290px;

  overflow: hidden;
  display: none;
  animation: tab 0.4s linear;
}
.news-block-tab.active {
  display: block;
  font-size: 15px;
}

@keyframes tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.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(../image/gem-title-icon.png);
}

.fr-title-events span {
  background-image: url(../image/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(../image/vanert-bg.jpg) no-repeat;
}
.gemBlock.duprianBlock {
  background: url(../image/duprian-bg.jpg) no-repeat;
}
.gemBlock p {
  margin-bottom: -5px;
  color: #fdedc7;
  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(../image/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: 100px;
  width: 1200px;
  margin-bottom: 500px;
}

.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(../image/slider-nav.png) 0px top no-repeat;
}
.gallery-thumbs .swiper-slide.gl:after {
  background: url(../image/slider-nav.png) -166px top no-repeat;
}
.gallery-thumbs .swiper-slide.elf:after {
  background: url(../image/slider-nav.png) -332px top no-repeat;
}
.gallery-thumbs .swiper-slide.mg:after {
  background: url(../image/slider-nav.png) -498px top no-repeat;
}
.gallery-thumbs .swiper-slide.dm:after {
  background: url(../image/slider-nav.png) -664px top no-repeat;
}
.gallery-thumbs .swiper-slide.rf:after {
  background: url(../image/slider-nav.png) -830px top no-repeat;
}
.gallery-thumbs .swiper-slide.dl:after {
  background: url(../image/slider-nav.png) -996px top no-repeat;
}
.gallery-thumbs .swiper-slide.bk:after {
  background: url(../image/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(../image/slider-arrow-left.png);
  background-size: 126px 61px;
}
.slider-arrow .swiper-button-next {
  background-image: url(../image/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(../image/magic-icon.png) no-repeat;
}
.class-img.archer {
  background: url(../image/archer-icon.png) no-repeat;
}
.class-img.warrior {
  background: url(../image/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(../image/stars.png) no-repeat;
  width: 139px;
  height: 19px;
  display: block;
  position: relative;
  margin-left: 10px;
}
.stars span {
  background: url(../image/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(../image/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(../image/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;
}

.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.pets:hover {
  background: url(../image/game-center-pets.png) right no-repeat;
  background-color: #bea57d;
}

/* Footer
/* Footer
-----------------------------------------------------------------------------*/

.footer {
  width: 1280px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.footer:after {
  content: "";
  position: absolute;
  width: 1280px;
  left: 0;
  top: 50px;
}
.footer-block-t {
  position: absolute;
  width: 1200px;
  bottom: 110px;
  left: 0;
}
.footer-block-t img{
  margin-right: 100px;
  max-height: 50px;
  max-width: 150px;
}
.footer-block-t a{
  color: #ea3737;
}
.f-menu {
  display: flex;
}
.f-menu li {
  margin: 0px 25px;
}
.f-menu li:first-child {
  margin: 0px 25px 0px 0px;
}
.f-menu li:last-child {
  margin: 0px 0px 0px 25px;
}
.f-menu li a {
  text-transform: uppercase;
  color: #cdae8e;
  font-size: 12px;
  padding: 0px 10px;
  display: block;
}

.f-menu li a:hover{
  color: #b1a513;
}

.f-menu li a:active{
  color: #b1a513;
}

.footer-block-l {
  width: 915px;
}
.footer-block-r {
  width: 260px;
  text-align: center;
}

.soc-block a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.footer-block-b {
  position: absolute;
  width: 1200px;
  top: -100px;
  padding-right: 30px;
}

.templetBB{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.templetBB table{
  width: 400px;
}
.templetBB table td {
  width: 50%;
  text-align: center;
}
.templetBB table td span{
  color: #777777;
  font-size: 16px;
}
.templetBB table td p{
  color: #e92727;
  font-size: 60px;
}


.copyright p {
  font-size: 12px;
  color: #e0f0fd;
  margin-bottom: 25px;
}
.copyright p a {
  color: #ea3737;
  font-size: 16px;
}
.copyright p span {
  color: #4b3737;
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
}
.copyright span {
  color: #a0a0a0;
  font-size: 14px;
}



.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: -110px;
}
.pageTitle:after {
  content: "";
  position: absolute;
  background: url(../image/background-page.jpg) right top no-repeat;  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
}
.pageTitle h1 {
  color: #fff;
  text-shadow: 0px 0px 25px #ffffff;
  font-size: 24px;
  padding: 25px 30px 20px 70px;
  font-weight: normal;
  text-transform: uppercase;
  z-index:2;
}
.pageTitle select {
  position: absolute;
  right: 45px;
  top: 25px;
  z-index: 10;
}

.blockTitle {
  margin-bottom: 50px;
  background: url(../image/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(../image/mega-icon.png);
}
.filesBlock .torrent {
  background-image: url(../image/torrent-icon.png);
}
.filesBlock .mediafire {
  background-image: url(../image/mediafire-icon.png);
}

.download-button {
  color: #dbe6fe;
  display: inline-block;
  padding: 14px 35px;
  border: 1px solid #a5b3db;
}

.download-button:hover {
  background: #a5b3db;
  color: #4b577e;
}

.download-button2 {
  color: #000000;
  display: inline-block;
  padding: 14px 35px;
  border: 1px solid #a5b3db;
}

.download-button2: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(../image/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;
}

.back-tops {
  background: url(../image/tops.png) center top no-repeat;
  height: 455px;
  margin-top:4px;
  padding: 12px;
}
.back-siege {
  background: url(../image/siege.png) center top no-repeat;
  height: 455px;
  padding: 10px;
}
.back-gens {
  background: url(../image/gens.png) center top no-repeat;
  height: 455px;
}



.title-tops h3{
  margin-top: 30px;
  /* margin-left: 40px; */
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center;
}
#table-tops-tr {
  background-color: transparent;
}
.table-tops tr {
  height: 130px;
}
.table-tops img {
  position: relative;
  display: flex;
  top: 20px;
  left: 40px;
}
.table-tops .top-class {
  position: relative;
  display: flex;
  top: -35px;
  left: 130px;
  color: #8a6f58;
  font-size: 14px;
}
.table-tops .top-score {
  position: relative;
  display: flex;
  top: -15px;
  left: 120px;
  color: #c4961a;
  font-size: 14px;
}
.table-tops .top-point {
  position: relative;
  display: flex;
  top: -13px;
  left: 118px;
  color: #fff;
  font-size: 24px;
}
.table-tops .top-point sup{
  font-size: 12px;
  color: #f65ef1;
}
.table-tops p {
  position: relative;
  display: flex;
  left: 90px;
  color: #fff;
  font-size: 24px;
}
.table-tops a {
  color: #fff;
}
.table-tops a:hover {
  color: #9d867d;
}
.top-1 {
  color: #f0bf55;
}
.top-2 {
  color: #a09a8d;
}
.top-3 {
  color: #cf7750;
}
.tops-more {
  position: relative;
  display: flex;
  top: -40px;
  left: 170px;
  font-size: 14px;
  font-weight: normal;
}
.tops-more a {
  color: #a9a9a9;
}
.tops-more a:hover {
  color: #7a7979;
}




.title-gens h3{
  margin-top: 40px;
  /* margin-left: 40px; */
  margin-bottom: 42px;
  font-size: 24px;
  text-align: center;
}
.table-gens tr {
  height: 227px;
}
.table-gens tr:hover {
  height: 227px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.table-gens td {
  padding-left: 180px;
  padding-top: 130px;
  font-size: 30px;
  color: #e9f1fe;
}



.title-siege h3{
  margin-top: 40px;
  /* margin-left: 40px; */
  margin-bottom: 42px;
  font-size: 24px;
  text-align: center;
}
.content-siege {
  text-align: center;
}
.content-siege img {
  position: relative;
  display: flex;
  top: 50px;
  left: 134px;
  width: 114px;
  height: 114px;
}
.content-siege .title-guild {
  color: #632102;
  font-size: 14px;
  position: relative;
  display: inline-block;
  top: 210px;
  left: -65px;
}
.content-siege .name-guild {
  color: #230d0d;
  font-size: 36px;
  line-height: 0px;
  position: relative;
  display: inline-block;
  top: 240px;
  left: -65px;
  font-weight: bold;
  text-decoration: none;
}
.content-siege .name-guild a:hover {
  color: #70191b;
}
.content-siege .title-battle {
  color: #840a0a;
  font-size: 18px;
  position: relative;
  display: flex;
  top: 310px;
  left: 20px;
}
.content-siege .date-battle {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 0px;
  position: relative;
  display: inline-block;
  top: 340px;
  left: -60px;
  font-weight: normal;
}



.content-page .register{
  width: 100%;
  font-weight: normal;
}
.content-page .register h2{
  font-size: 30px;
  color: #382b2a;
  font-weight: normal;
}
.content-page .register h2 span{
  font-size: 30px;
  color: #b73026;
  font-weight: bold;
}
.content-page .register ::-webkit-input-placeholder {
  color: #624641;
}

.content-page .register :-moz-placeholder { /* Firefox 18- */
  color: #624641;
}

.content-page .register ::-moz-placeholder {  /* Firefox 19+ */
  color: #624641;
}

.content-page .register :-ms-input-placeholder {
  color: #624641;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.panel-user {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 50px;
}
.panel-user table tr td table thead tr {
  background: #44302f;
  padding: 20px 30px;
  border-bottom: 1px solid #58403f;
}
.panel-user table tr td table thead tr:hover {
  background: #503635;
  transition: 0.3s;
}
.panel-user table tr td table thead tr td {
  padding: 15px 30px;
  color: #ccbdae;
  font-size: 18px;
}
.panel-user table tr td table thead tr td a {
  background: #836b5a;
  border-radius: 50%;
  padding: 5px 10px 4px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.panel-user table tr td table thead tr td a:hover {
  background: #120b06;
  transition: 0.7s;
}
.panel-user table tr td table thead tr td span {
  color: #ff8b35;
}


.panel-user table tr td table tbody tr {
  background: #58403f;
  padding: 20px 30px;
  border-bottom: 1px solid #644a49;
}
.panel-user table tr td table tbody tr:hover {
  background: #785958;
  transition: 0.3s;
  color: #fff;
}
.panel-user table tr td table tbody tr td {
  padding: 15px 100px 15px 30px;
  color: #b5a698;
  font-size: 18px;
}
.panel-user table tr td table tbody tr td:hover {
  padding: 15px 40px;
  transition: 0.7s;
}
.panel-user table tr td table tbody tr td a {
  color: #b5a698;
}
.panel-user table tr td table tbody tr td a:hover {
  color: #fff;
}
.panel-user table tr td h2 {
  color: #1d1309;
  font-size: 36px;
}
.panel-user table tr td .div-info {
  background: #fffcfa;
  border: 1px solid #cfbcbc;
  border-radius: 4px;
  width: 100%;
  box-shadow: 2px 2px 8px #bcbcbc;
  font-size: 18px;
  padding: 16px 40px 14px 40px;
  margin-bottom: 15px;
  color: #897665;
}
.panel-user table tr td .div-info span {
  color: #1d1309;
}

.panel-content {

}
.panel-content .a-button {
  padding: 10px 20px;
  margin: 5px;
  margin-top: 20px;
  border: 1px solid #d90e0a;

}
.downhelp table{background-color:transparent;}
.downhelp th{text-align:left;}
.downhelp{width:100%;max-width:100%;margin-bottom:20px;}
.downhelp>tbody>tr>th,.table>tbody>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd;}
.container:before,.container:after,.row:before,.row:after{content:" ";display:table;}
.container:after,.row:after{clear:both;}
/*! CSS Used from: https://www.mulgd.com/assets/css/main-site.css?v=s14ep2 */
.divisor{background:#1c1c1c;height:1px;margin-top:10px;margin-bottom:10px;}
.downloads{background:#111;padding-bottom:15px;}
.downloads h1{color:#c69a6b;font-size:20px;text-transform:uppercase;}
.downloads h2{font-size:15px;color:#9999b4;height:50px;margin:0;}
.downloads table{text-align:center;}
.downloads .downloadButton{display:block;width:290px;height:51px;padding:10px 0 0 0;font-family:'Roboto', sans-serif;font-size:21px;color:#f6e5e2;text-align:center;background:url('https://www.mulgd.com/assets/img/download_btn_bg.jpg') no-repeat;margin:auto;}
.downloads .full{-webkit-filter:hue-rotate(-239deg);filter:hue-rotate(-239deg);}
.downloads .drivers img{float:left;}
.downloads .drivers p{color:#fff;margin-left:34%;}
.downloads .drivers a{margin-left:10px;}
.downloads .utils img{float:left;}
.downloads .utils p{color:#fff;margin-left:34%;}
.downloads .utils a{margin-left:10px;}
.downhelp .table-header{padding:0 15px;color:#F3E6D0;text-transform:uppercase;line-height:2.5!important;background:#300a00 url("https://www.mulgd.com/assets/img/table-header.png") 0 100% repeat-x;border-left:1px solid #582c19;border-right:1px solid #390b00;border-bottom:1px solid #68381f;text-align:center;border-top:1px solid #62351f;}
.downhelp tr{padding:15px;border-bottom:1px solid #28241d;color:#a99877;background-color:#171614;opacity:0.9;}
.downhelp tr:nth-child(odd){background-color:#000000;opacity:0.8;}
.downhelp .table>tbody>tr>td,.table>tbody>tr>th{/* padding:8px; *//* line-height:1.5; */vertical-align:middle;/* border-top:0; */}
.buttonTop {
  position: absolute;
  background: url(../image/arrow-t.png) center no-repeat;
  background-color: #1f1f1f;
  width: 48px;
  height: 26px;
  top: -22px;
  left: 50%;
  margin-left: -24px;
  /* z-index: 3; */
  cursor: pointer;
  border-radius: 6px 6px 0px 0px;
}
.dataTables_wrapper .dataTables_length select {
  color: #7d7d7d;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #b3b3b3 !important;
}
.dataTables_wrapper .dataTables_filter input {
  background-color: aliceblue;
}
.downhelp>tbody>tr>th, .table>tbody>tr>td {
  border-top: 1px solid #e3cb5c29;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #877b4529;
}
.downhelp .table>tbody>tr>td, .table>tbody>tr>th {
  border-top: 1px solid #e3cb5c29;
}
.table {
  color: #b3983a;
}
.downhelp>tbody>tr>th, .table>tbody>tr>td {
  vertical-align: middle;
}
table.dataTable tbody tr {
  background-color: #212121;
}
.breadcrumb {
  background-color: #3e1b19;
}
.btn-outline-dark {
  color: #a3a3a3;
  background-color: #1c1c1c;
}
.form-control{
  background-clip: unset;
}
