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; box-sizing: border-box; }

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


body {
    width: 100%;
    background: url(../images/top-fon-home.jpg) center top no-repeat, url(../images/bottom-fon-home-1.jpg) center bottom no-repeat;
    background-color: #070813;
    font-family: 'Open sans', 'Candara', 'Verdana';
    font-size: 14px;
    color: #f2a602;
    min-height: 100vh;
    overflow-x: visible !important;
}

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

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

p { margin-bottom: 20px; }

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

h1 { font-size: 20px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

table {
 width: 100%; 
}

table thead td { 
  color: #34fab6; 
  border-bottom: 2px solid #234451; 
}

table td { 
  border-collapse: collapse; 
  padding: 10px;

  text-align: center; }

caption { margin-bottom: 15px; }

select {
 background: #0f0f0e;
  border: 1px solid #262a32; 
  color: #71d5fd;
   padding: 0px 30px;
    height: 45px; 
    position: relative; 
  }

input, textarea {
  border: 1px solid #262a32;
  padding: 12px 20px; 
  position: relative; 
  text-align: center; 
  font-size: 15px;
  min-width: 220px; 
  font-family: Open Sans, Candara, Arial, sans-serif;
}

button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
  background: url(../images/button_1.png); 
  background-repeat: no-repeat;
  height:55px; 
  width:160px;
  padding-top: 14px;
  /* margin-top: 13px; */
  border: none; 
  color: #fff; 
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); 
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-family: Arial, sans-serif;
  font-size: 14px; 
}

.smoke { 
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 600px; 
    height: 484px; 
    width: 100%; 
    background-image: url(../images/smoke.png); 
    background-position: left top; 
    background-repeat: repeat-x;
    -webkit-animation: smoke 20s linear infinite; 
    animation: smoke 20s linear infinite; 
    -webkit-animation-fill-mode: forwards; 
    animation-fill-mode: forwards; 
 }

/* Animations */
@-webkit-keyframes smoke { 0% { background-position: left -1920px top; }
  100% { background-position: left 1920px top; } }

@keyframes smoke { 0% { background-position: left -1920px top; }
  100% { background-position: left 1920px top; } }
/*end animation*/

.admincp-button{
  position: absolute !important;
  right: 0;
  z-index: 9999;
}

.panel {
    margin-bottom: 20px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
  background-image: url(../images/button.png); 
  background-repeat: no-repeat;
  height:98px; 
  width:198px;
  padding-top: 34px;
  margin-top: 13px;
  border: none; 
  color: #fff; 
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); 
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-family: Arial, sans-serif;
  font-size: 14px; 
}

button:hover, 
.button:hover { -webkit-filter: brightness(120%); filter: brightness(120%);
  color: #fff !important; }

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

.button-small {
  position: relative;
  transition: all 0.3s ease; 
  cursor: pointer;
  font-size: 14px;
  text-transform: none; 
  height: 40px;
  width: 115px;
  color: #fff; 
  display: inline-block; 
  text-decoration: none;
  text-align: center; 
  justify-content: center;
  padding-top: 12px;
  background-color: #7589ba;
  box-shadow: 0px 10px 20px 0px rgb(74 104 169 / 0.5);
  margin-right: 8px;
  z-index:1;
}
.button-small:hover{
 -webkit-filter: brightness(120%);
  filter: brightness(120%); 
}

.buttons-block{
  position: absolute;
  bottom: 40px;
  left: 35%
}

.custom_button {
    font-size: 12px;
    font-weight: 600;
	height: 55px;
    width: 184px;
    background: #010000 !important;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
    color: #dfbc60;
    border: 1px solid #333333;
    text-shadow: none !important;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    min-height: 50px;
    margin: 10px;
    transition: 0.2s all ease !important;
}

:focus { outline: none; }

::-webkit-input-placeholder { color: #00aac3; }

::-moz-placeholder { color: #00aac3; }

:-moz-placeholder { color: #00aac3; }

:-ms-input-placeholder { color: #00aac3; }

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

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-s { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-s-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.wrapper2 {    width: 1600px;
  margin: 0 auto;
  position: relative;}

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

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

.menu {
  margin-top: 0px;
}

.menu li a:before {
  content: "";
  position: absolute;
  height: 23px;
  width: 4px;
  left:0px;
  top: 22px;
}

.menu li:first-child a:before{
  display: none;
}
.menu li: a{
  margin: 0px; 6px;
}

.menu a {
  color: #fafbfd;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 33px 0px 40px;
  display: block;
  height: 88px;
  line-height: 10px;
  position: relative;
}

.menu a:after {
  content: "";
  transition: 0.3s;
  height: 0px;
  width: 0px;
}

.menu a:hover {
  color: #010101;
  /*background: linear-gradient(to bottom, #a9b9dc 0%, rgba(0, 0, 0, 0));*/
}



.menu .active a:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #fafbfd;
}
.menu .active a {
  color: #010101;
  background: linear-gradient(to bottom, #a9b9dc 0%, rgba(0, 0, 0, 0));
}

.menu li:nth-child(1) {
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-1.png) no-repeat;
}

.menu li:nth-child(2) {
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-2.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(2):hover{
  margin-top: -5px;
  transition: 0.2s;
}

.menu li:nth-child(3){
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-3.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(3):hover{
  margin-top: -5px;
  transition: 0.2s;
}

.menu li:nth-child(4){
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-4.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(4):hover{
  margin-top: -5px;
  transition: 0.2s;
}

.menu li:nth-child(5){
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-5.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(5):hover{
  margin-top: -5px;
  transition: 0.2s;
}

.menu li:nth-child(6){
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-6.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(6):hover{
  margin-top: -5px;
  transition: 0.2s;
}

header { height: 750px; position: relative; }

.topPanel {  
  position: absolute;
  width: 100%; 
  top: 0px; 
  left: 0px; 
  z-index: 20; 
  min-width: 1200px;
}
.topPanel-wrapper { 
  max-width: 1325px; 
  width: 100%; 
  margin: 0 auto; 
  position: relative; 
}

.topPanel-wrapper_right{
  margin-top: -13px;
}

.sign-in {
 margin: 0px 20px; 
 font-weight: bold;
 color: #fafbfd; 
}

.sign-in:hover {
 color: #000; 
 text-decoration: underline;
}

.topPanel-wrapper_right span { 
 font-weight: bold;
  color: #fafbfd;
  margin-right: 10px;
}

/* end menu */

.logo { position: absolute; top: 154px; left: 120px; }


.headerBlock { 
  position: absolute; 
  bottom: 55px; 
  left: 0; 
  right: 0; 
  width: 100%; 
}

.headerButtons {
 -ms-flex-wrap: nowrap; 
 flex-wrap: nowrap; 
}

.topPanel__buttons a {
    margin-left: 18px;
}

.reg-block {
    background: url(../images/fon-icon-login.png) no-repeat;
    width: 120px;
    height: 130px;
    display: flex;
    right: -21px;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-right: auto;
	margin-top: 114px;
}

.reg-block a {
  display: flex;
  flex-direction: column;
  width: 130px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.reg-block a {
  font-size: 12px;
  margin-top: -15px;
  text-transform: uppercase;
}

.b-icons.sign_up {
    width: 41px;
    height: 40px;
    background: url(../images/icon-sign_up.png);
    margin: -15px 0 8px 36px;
}

.reg-block .b-icons {
    width: 40px;
    height: 39px;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: .2s all ease;
    filter: hue-rotate(345deg);
}

a#panel {
    background: url(../images/fon-icon-login.png);
    color: #fff;
    position: relative;
    padding: 88px 32px 42px 26px;
    width: 121px;
    height: 124px;
    z-index: 1;
    text-align: CENTER;
    text-transform: uppercase;
    border: none;
    box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.35);
}

.login1-buttons{
  position: absolute;
  width: 350px;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* server*/
.radial{
  display: flex;
  padding-left: 677px;
}
.radial-stat {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 855px;
  height: 137px;
  border-radius: 50%;
  margin-right: 20px;
}

.circle-online { 
  text-align: center; 
  position: relative; 
  display: inline-block; 
  z-index: 2; 
  background: rgb(7 23 67 / 0.4);
  border-radius: 50%;
}

.circle-online:after{
  content: "";
  position: absolute;
  top: -54px;
  left: -50px;
  height: 178px;
  width: 221px;
  background: url(../images/radial-stat-fon.png) no-repeat;
  z-index: -1;
}

.serverInfo {
  position: absolute;
  width: 124px;
  height: 124px;
  padding-top: 36px;
}

.serverInfo span { display: block; width: 100%; text-align: center; position: relative; }

.serverInfo__name { font-size: 14px; color: #fff; margin-bottom: 3px; }

.serverInfo__online { 
  color: #a2ff00;
  font-size: 14px;
  padding-top: 10px;
}
.serverInfo__online a {
	display: block;
	color: #a2ff00;
	margin: 0px;
	padding: 0px;
	z-index: 999999999;
}
.serverInfo__offline { 
  color: #ed1f24;
 font-size: 14px;
 padding-top: 10px;
 font-weight: bold;
}
/* end serwer*/
/*download*/

.download-buttons {
    position: absolute;
    width: 452px;
    right: 746px;
    bottom: 0;
    z-index: 2;
}

.small-download { 
  width: 174px; 
  height: 70px; 
  background-repeat: no-repeat; 
  background-position: center; 
  padding-top: 21px; 
  padding-left: 75px;
   color: #354970; 
}

.small-download:hover { -webkit-filter: brightness(105%); filter: brightness(105%); color: #6581b9; }
.small-download p { font-size: 13px; font-weight: bold; margin-bottom: 3px; } 

.small-download span {
 font-size: 20px; 
 font-weight: bold;
}

.ios { 
  background-image: url(../images/download-ios.jpg);
}

.android { 
  background-image: url(../images/download-android.jpg);
}

/**/

.h-button { 
  width: 350px; 
  height: 130px; 
  background-repeat: no-repeat; 
  background-position: center; 
  padding-top: 32px; 
  padding-left: 127px;
  margin-top: 2px;
}

.h-button:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }
.h-button p { font-size: 30px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 2px; }

.h-button span {
 font-family: 'Candara';
 font-size: 16px; 
 color: #fff;
 text-shadow: 0px 1px 0px rgb(0 0 0 / 0.7);
}

.h-button.download { 
  background-image: url(../images/download-button.jpg);
}

.h-button.download p { 
  color: #fff;
  text-shadow: rgb(0 0 0 / 0.7) 0px 1px 0px;
}

 }
.h-button.download span {
 color: #1bcdff; 
}

/*end download*/

.news-panel{
  z-index: 1;
}

/*slider*/
.swiper-news {
    position: relative;
    width: 590px;
    height: 380px;
}

.swiper-news::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
    height: 60px;
    background: #030508;
    z-index: 10;
}

.swiper-news .swiper-slide {
    position: relative;
    height: 330px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -10px 40px 40px rgb(7 8 19 / 0.7);
}

.swiper-news .swiper-slide .button-more {
    display: block;
    position: absolute;
    right: 100px;
    bottom: 120px;
    transition: all 0.3s ease; 
    background: url(../images/more-news.jpg) no-repeat;
    width: 60px;
    height: 25px;
    padding-top: 5px;
    padding-left: 7px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    color: #dfbc60;
    font-size: 12px;
    opacity: 0.6;
}
 
 .swiper-news .swiper-slide .button-more:hover{
     opacity: 100;
 }

.newsPagination {
    position: absolute;
    left: 225px;
    bottom: 10px;
    width: 120px;
    height: 35px;
    z-index: 11;
}
  
.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
  width: 20px;
  height: 20px;
  background: none;
  background-color: #0d0f1a;
  margin-top: -10px;
  text-align: center;
  line-height: 1.4;
  color: #c0d107;
  background-image: url(../images/next-p.png);
}

.swiper-news .swiper-button-prev {
  width: 20px;
  height: 20px;
  background: none;
  background-color: #0d0f1a;
  margin-top: -10px;
  text-align: center;
  line-height: 1.4;
  color: #c0d107;
  background-image: url(../images/prev-p.png);
}
  
.swiper-news .swiper-pagination {
    color: #ff9c00;
    font-size: 15px;
}
  
.swiper-news .swiper-pagination-current {
    color: #ff9c00;
}
  
.slider-title {
    position: absolute;
    left: 40px;
    top: -140px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
}

.swiper-slide-active .slider-title {
    top: 40px;
}

.slider-info {
    position: absolute;
    width: 440px;
    left: 40px;
    bottom: -140px;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
}

.swiper-slide-active .slider-info {
    bottom: 40px;
}

/*news*/
.events-block {
    display: flex;
    flex-direction: column;
    background: url('../images/fon-last-news.jpg') no-repeat;
    padding: 35px 0px 40px 0px;
    width: 590px;
    position: relative;
    z-index: 1;
}

.events-block:before {
    content: "";
    position: absolute;
    left: 230px;
    top: -27px;
    width: 134px;
    height: 124px;
    /*background: url('../images/news-icon.png') no-repeat;*/
}

.news-top-title {
  position: relative;
  display: flex;
  padding: 0px 40px;
  font-family: 'Candara'
  }

.news-top-title span.active {
  color: #f2a602;
  font-weight: 700;
}

.news-top-title span {
  display: block;
  color: #c163ed;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 5px 10px 40px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}

.news-top-title span:hover{
  color: #f2a602;
  cursor: pointer;
}

.tab-block {
  display: none;
}
.tab-block.active {
  display: block;
  animation: tab 0.6s linear;
}

.pp{
 color: #f2a602;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 5px 0px 0px;  
}

/*1news*/
.newsContent {
  transition: 0.3s;
  padding-right: 110px;
}
.newsContent:hover {
  background-color: #150b0c;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  transition: 0.4s;
  margin: 0px -10px 0px -10px;
  cursor: pointer;
}
.newsContent:hover .newsContent_info-text a, .newsContent:hover .newsContent_info-link {
  color: #fff;
}

.newsContent:hover .newsContent_info {
    width: 340px;
    margin-left: -20px;
    transition: all 0.3s ease;
}

.newsContent_img img {
  display: block;
  padding-left: 30px;
}

.newsContent_info span{
  color: #f2a602;
}

.newsContent:hover .newsContent_info span{
  color: #f2a602;
}

.newsContent_info {
  position: relative;
  width: 340px;
  transition: all 0.3s ease;
  font-weight: bold;
}
.newsContent_info-link {
  font-size: 14px;
  color: #fafbfd;
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 33px;
  margin-left: 30px;
}
.newsContent_info-text {
  font-size: 10px;
  color: #fafbfd;
  margin-left: 30px;
}

.newsContent:hover .newsContent_info-text{
  color: #fafbfd;
}

.newsContent_info-text a {
  color: #fff;
}

.blue-a {
    position: absolute;
    top: 10px;
    right: -130px;
    background: url('../images/button.png') no-repeat;
    width: 75px;
    height: 33px;
    padding-top: 14px;
    padding-left: 35px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    display: none;
}

.blue-a:hover {
  opacity: 100 !important;
  color: #fff;
}

.newsContent:hover .blue-a{
  display: inline-block;
   opacity: 0.4;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/*end 1 news/
/*end news*/
.block-usercp{
  width: 100%;
  padding-bottom: 15px;
  z-index: 1;
  position: relative;
}
.block-usercp ul li {
  line-height: 30px;
}

.block-usercp ul li img {
  position: relative;
  padding-right: 10px;
}

.block-usercp ul li:hover {

  color: skyblue;
  transition: 0.1s;
}

.block-widget{
  position: relative;
  margin-top: 89px;
  width: 1200px;
  height: 550px;
  background: url(../images/fon-widget-center-top.jpg)top no-repeat, url(../images/fon-widget-center-bottom.jpg) bottom no-repeat, url(../images/fon-widget-center-y.jpg) repeat-y;
  box-shadow: 0px 0px 60px 0px rgb(67 84 128 / 0.4);
}

.block-widget:before{
  content: "";
  position: absolute;
  top: -158px;
  height: 708px;
  width: 985px;
  background: url(../images/hero-top-page.png) center no-repeat;
}

.widget-fon{
  width: 398px;
  padding: 40px;
  z-index: 1;
}

.widget-fon-guilds{
  width: 398px;
  padding: 40px;
  z-index: 1;
}

.block-widget-title{
  padding-bottom: 35px;
  color: #f2a602;
  font-size:20px;
  font-weight: bold;
  text-align: center;
  font-family: 'Candara';
}

.block-widget-title2{
  padding-bottom: 35px;
  color: #f2a602;
  font-size:20px;
  margin-top: -27px;
  margin-left: -209px;
  font-weight: bold;
  text-align: center;
  font-family: 'Candara';
}

.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}


.top-block.guild .score {
  padding-left: 55px
}

.top-block {
  width: 100%;
  padding-bottom: 15px;
  z-index: 1;
  position: relative;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 20px;
}

.guild img{
  border: 1px solid #360e17;
}

.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}

.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 80px;
}

.top-block .top-Res sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}

.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
  color: #fafbfd;
}
.top-list a {
  color: #fafbfd;
  text-decoration: none;
}
.top-list:hover {
  background-color: #150b0c;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #f2a602;
  position: relative;
  z-index: 5;
}

.top-list:hover a {
  color: #f2a602;
}

.top-title {
  color: #f2a602;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
}


.top-block.guild .top-number {
    width: 60px;
}

/**/

.fast-links{
  display: flex;
  margin-top: 57px;
  font-family: 'Roboto';
}

.fast-links span{
  margin-right: 30px;
}

/*fast 1*/

.fast-links-left{
  width: 380px;
  height: 140px;
  background: url(../images/fast-links-left.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
}

.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

.fast-links-left p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-left:before {
  content: "";
  background: url(../images/hero-links.png) no-repeat;
  width: 170px;
  height: 168px;
  position: absolute;
  left: 231px;
  top: -28px;
  transition: 0.3s;
}

.fast-links-left:hover:before {
  left: 216px;
}

/*fast 2*/
.fast-links-center{
  width: 380px;
  height: 140px;
  background: url(../images/fast-links-center.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
}

.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

.fast-links-center p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-center:before {
  content: "";
  background: url(../images/hero-links-center.png) no-repeat;
  width: 200px;
  height: 167px;
  position: absolute;
  left: 187px;
  top: -27px;
  transition: 0.3s;
}

.fast-links-center:hover:before {
  left: 172px;
}

/*fast 3*/
.fast-links-right{
  width: 380px;
  height: 140px;
  background: url(../images/fast-links-right.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
}

.fast-links-right span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

.fast-links-right p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-right:before {
  content: "";
  background: url(../images/hero-links-right.png) no-repeat;
  width: 204px;
  height: 168px;
  position: absolute;
  left: 184px;
  top: -28px;
  transition: 0.3s;
}

.fast-links-right:hover:before {
  left: 169px;
}

/*end fast links*/

.bottom-block{
display: flex;
}

.bottom-block-span{
margin-right: 30px;
}

.dis-1{
  padding-top: 15px;
}

/*discussion*/

.discussions-title{
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.widget-fon-discussions{
  background: url(../images/fon-top-block-bm.jpg)top no-repeat, url(../images/fon-bottom-block-bm.jpg) bottom no-repeat, url(../images/fon-center-block-bm.jpg) repeat-y;
  box-shadow: 0px 0px 60px 0px rgb(67 84 128 / 0.4);
  width: 380px;
  position: relative;
  padding: 35px 35px 35px 35px;
}

.fon-discussions:before{
  content: "";
  position: absolute;
  width: 640px;
  height: 594px;
  top: -27px;
  right: 0;
  background: url(../images/hero1-block-bm.png)top no-repeat;
}

.discussions-content-top{
  z-index: 1;
  position: relative;
}

.block-players{
  padding: 0px 35px 35px 35px;
  margin-top: 76px;
}

.discussionsContent {
  transition: 0.3s;
  padding: 10px 0px 10px 0px;
}
.discussionsContent:hover {
  background-color: #150b0c;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.discussionsContent:hover .discussionsContent_info-text a, .discussionsContent:hover .discussionsContent_info-link {
  color: #fff;
}
.discussionsContent:hover .discussionsContent_info {
    width: 211px;
    margin-left: -20px;
    transition: all 0.3s ease;
}
.discussionsContent:hover .discussionsContent_number span {
  background-color: #768ecc;
  color: #fff;
}
.discussionsContent_img img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussionsContent_number span {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #dedfe6;
  color: #000;
  font-size: 12px;
}
.discussionsContent_info {
  width: 211px;
  transition: all 0.3s ease;
}
.discussionsContent_info-link {
  font-size: 14px;
  color: #394c7f;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}

.discussionsContent:hover .discussionsContent_info-text {
color: #dedfe6;
}
.discussionsContent_info-text {
  font-size: 14px;
  color: #958ebc;
  font-weight: 600;
}
.discussionsContent_info-text a {
  color: #bd51f1;
}

.discussionsContent:hover .discussionsContent_info-text a{
  color: #e0b1f6;
}

/*end discussion*/

/*event*/

.fon-event:after{
  content: "";
  position: absolute;
  width: 640px;
  height: 487px;
  top: -27px;
  right: 0;
  background: url(../images/hero2-block-bm.png)top no-repeat;
}

.event-timers li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.event-timers p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.event-timers .starts-in {
    color: #bd52f1;
    font-size: 12px;
    font-weight: bold;
}

.event-timers{
  font-weight: 600;
}

.event-timers .time-to-event {
  color: #5a89f8;
}

/*end event*/

/*MARKET*/
.fon-market:after{
  content: "";
  position: absolute;
  width: 120px;
  height: 733px;
  top: -27px;
  left: 0;
  background: url(../images/hero3-block-bm.png)top no-repeat;
}

.marketContent {
  position: relative;
  transition: 0.3s;
  padding: 10px 0px 10px 0px;
}
.marketContent:hover {
  background-color: #150b0c;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.marketContent:hover .marketContent_info-text a, .marketContent:hover .marketContent_info-link {
  color: #fff;
}
.marketContent:hover .marketContent_info {
    width: 211px;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.marketContent:hover .marketContent_number {
  left: 148px;
  color: #fff;
}
.marketContent_number:hover{
  background-color: #768ecc;
}
.marketContent_number{
  position: absolute;
  left: 100px;
  top: 60px;
  padding: 7px 27px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #150b0c;
  color: #fff;
  font-size: 12px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}

.marketContent_img img {
  width: 78px;
  height: 78px;
  display: block;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.marketContent:before{
  content: "";
  position: absolute;
  height: 100px;
  width: 86px;
  background: url(../images/border-market.png)top no-repeat;
  top: 0;
  left: -4px;
  transition: 0.4s;
  z-index: 1;
}

.marketContent:hover:before{
  left:22px;
}

.marketContent_info {
  position: relative;
  top: -20px;
  width: 211px;
  transition: all 0.3s ease;
}
.marketContent_info-link {
  font-size: 14px;
  color: #394c7f;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}

.marketContent:hover .marketContent_info-text {
color: #dedfe6;
}
.marketContent_info-text {
  font-size: 14px;
  color: #bd52f1;
  font-weight: 600;
}

.marketContent_info-text img{
  position: relative;
  top: 2px;
}

/*end market*/

/* Footer
-----------------------------------------------------------------------------*/
.footer{
background: url(../images/bottom-fon-home-1.jpg) bottom center no-repeat;

}

.footer-block-t{
  padding-top: 105px;
}

.f-menu li {
  display: inline-block;
  margin: 15px 23px;
}

.f-menu li a {
  text-transform: uppercase;
  color: #fafbfd;
  font-size: 14px;
  font-weight: bold;
}

.f-menu li a:hover{
  color: #5781e9;
}

.f-menu li a:active{
  color: #5781e9;
}

.f-menu .active a{
  color: #5781e9;
}


/*lenguadge*/

.lang-block {
  position: relative;
  margin-left: 80px;
}
.lang-block:after {
  border: 5px solid transparent;
  border-top-color: #000;
  position: absolute;
  left: -15px;
  top: 8px;
  content: '';
}

.lang-block a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.lang-block a:hover  {
  color: #5781e9;
}
.img-lang {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -2px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.main-item {
  color: #000;
}

.hidden-block {
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #000;
  min-width: 140px;
  z-index: 2;
  left: -40px;
  top: 25px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);;
}

.hidden-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  color: #ffffff;
}
.hidden-block a:hover {
  background: #272320;
  color: #5a89f8;
}

.hidden-block a:hover:before {
  content: ">";
  position: absolute;
  margin-left: -12px;
  color: #5a89f8;
}

.hidden-block:after {
  border: 5px solid transparent;
  border-bottom-color: #151414;
  position: absolute;
  left: 24px;
  top: -10px;
  content: "";
}
.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
  visibility: visible;
  opacity: 1;
}
/**/

.footer-end{
  margin-top: 135px;
}

.footer-block-coperite{
  color: #2f4a8a;
  position: relative;
  top: -30px;
  margin-left: 25px;
}

.footer-block-coperite a{
  color: #f2a602;
}

.footer-block-coperite a:hover{
  text-decoration: underline;
}

.footer-block-r {

}

.soc-block{
  margin-bottom: 24px;
}

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background-color: #000;
  height: 33px;
  width: 33px;

}
.soc-block a:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(152, 224, 229, 1);
  filter: drop-shadow(0px 0px 5px rgba(152, 224, 229, 0.5));
  box-shadow: inset 0px 0px 10px 0px rgba(152, 224, 229, 1);
  border: 1px solid #62d8ff;
}

.footer-logo{
  text-align: center;
  position: relative;
  top: -50px;
}

.footer-logo:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.templstock{
  padding-bottom: 47px;
  margin-right: 9px;
}

.templstock:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.copyright{
  color: #fff;
}

.toTop-fon{
    display: flex;
    justify-content: center;
    height: 42px;
    background: url(../images/fon-totop.png) no-repeat;
    justify-content: center;
    align-items: center;
    margin-top: 103px;
}

.toTop {
  background: url(../images/fon-circle.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  opacity: 0.6;
}

.toTop:hover {
  box-shadow: inset 0px 0px 10px 0px rgba(255, 156, 0, 1);
  filter: drop-shadow(0px 0px 5px rgba(255, 156, 0, 0.5));
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 100;
}

/**/

.payment {
  width: 618px;
  margin-left: auto;
  margin-right: auto;
}

.payment a {
    transition: 0.5s;
}

.payment .visa a {
    display: block;
    width: 60px;
    height: 20px;
    background: url('../images/payment.png') 0 0 no-repeat;
    opacity: 0.2;
}

.payment .mastercard a {
    display: block;
    width: 105px;
    height: 24px;
    background: url('../images/payment.png') -115px 0 no-repeat;
    opacity: 0.2;
}

.payment .g2apay a {
    display: block;
    width: 158px;
    height: 26px;
    background: url('../images/payment.png') -277px 0 no-repeat;
    opacity: 0.2;
}

.payment .entergames a {
    display: block;
    width: 135px;
    height: 26px;
    background: url('../images/payment.png') -485px 0 no-repeat;
    opacity: 0.2;
}

.payment a:hover {
  opacity: 100;
}
/**/

/* end Footer
-----------------------------------------------------------------------------*/

/*animation*/
.small-light {
  position: absolute;
  background: url(../images/small-light.png) center no-repeat;
  width: 465px;
  height: 163px;
  left: -40px;
  top: 174px;
  animation-name: small-light;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}
@keyframes small-light {
  0% {
    transform: scale(0.1);
  }
  20% {
    transform: scale(0.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(0.1);
  }
}

/*sparks*/

.sparks2 {
    position: absolute;
    width: 1200px;
    margin-left: 200px;
    top: 600px;
    z-index: 1;
}
.sparks2 > div {
  position: absolute;
    z-index: 1;
}
.sparks2 .spark_11 {
  background: url(../images/spark_11.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}
@keyframes spark-1 {
  0% {
    bottom: -320px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks2 .spark_22 {
  background: url(../images/spark_22.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}
.sparks2 .spark_33 {
  background: url(../images/spark_33.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  transform: scale(0.6);
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}
@keyframes spark-3 {
  0% {
    bottom: -140px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks2 .spark-big2 {
  background: url(../images/spark_44.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  transform: scale(0.6);
  animation: spark-5 4s linear infinite;
}


.sparks2 .spark_55 {
  animation-delay: 2s;
  right: 40px;
}
@keyframes spark-5 {
  0% {
    bottom: -180px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    transform: scale(1);
    opacity: 0;
  }
}
/*end sparks*/
.ani.stone {
  transform-origin: center center;
}
.ani.stone.on {
  opacity: 1;
}
.stone {
  display: table;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ani {
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
.ani.s1 {
  top: 300px;
  left: -230px;
  width: 234px;
  height: 369px;
  background: url(../images/s1.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s infinite;
}
.ani.s2 {
  top: 100px;
  left: 1000px;
  width: 195px;
  height: 265px;
  background: url(../images/s2.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 500ms infinite;
}
.ani.s3 {
  top: 300px;
  left: 750px;
  width: 64px;
  height: 146px;
  background: url(../images/s3.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s 500ms infinite;
}
.ani.s4 {
  top: 345px;
  left: 300px;
  width: 144px;
  height: 261px;
  background: url(../images/s4.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 800ms infinite;
}

/* Animations */
@keyframes updown {0%, 100% {transform:translateY(30px) rotate(5deg)} 50% {transform:translateY(-30px) rotate(0)}}
@keyframes updown2 {0%, 100% {transform:translateY(40px) rotate(8deg)} 50% {transform:translateY(-40px) rotate(0)}}
/*end animation*/

/*left block*/
.block-widget-1{

}

.block-widget-2{
  display: flex;
  margin-top: 60px;
}

.block-players-2:before{
  content: "";
  position: absolute;
  width: 676px;
  height: 733px;
  top: -27px;
  right: -18px;
  background: url(../images/hero4-block-bm.png)top no-repeat;
}

.block-players-1:before{
  content: "";
  position: absolute;
  width: 640px;
  height: 594px;
  top: -27px;
  right: 0;
  background: url(../images/hero1-block-bm.png)top no-repeat;
}

.block-players-1{
  z-index: 1;
  position: relative;
}

.block-left{
  margin-bottom: 76px;
}

/*end left block*/

/*page*/
.news-block {
    width: 800px;
    padding: 0px 40px 40px 40px;
    margin-left: 10px;
    z-index: 1;
    background: url(../images/bg-news-top.jpg)top center no-repeat,url(../images/bg-news-repeat.jpg)repeat;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 40%);
    position: relative;
    overflow: hidden;
}

.page-content{
  width: 810px;
  padding: 40px 40px 40px 40px;
  margin-left: 10px;
  min-height: 1356px;
  background: url(../images/page-content-top.jpg)top no-repeat, url(../images/page-content-bottom.jpg) bottom no-repeat, url(../images/page-content-center.jpg) repeat-y;
  z-index: 1;
  box-shadow: 0px 0px 60px 0px rgb(67 84 128 / 0.4);
  position: relative;
}

.page-content:after{
  content: "";
  position: absolute;
  top: -30px;
  left: -8px;
  height: 128px;
  width: 826px;
  /*background: url(../images/page-top-fon.png) center top no-repeat;*/
}

.page-content:before{
  content: "";
  position: absolute;
  bottom: -16px;
  left: -5px;
  height: 32px;
  width: 822px;
  /*background: url(../images/page-bottom-fon.png) center bottom no-repeat;*/
}

.page-content2 {
    width: 1200px;
    padding: 40px 40px 40px 40px;
    min-height: 1300px;
    /*background: url(../images/page-content-wide-top.jpg) top no-repeat, url(../images/page-content-wide-bottom.jpg) bottom no-repeat, url(../images/page-content-wide-center.jpg) repeat-y;*/
    z-index: 1;
    box-shadow: 0px 0px 60px 0px rgb(67 84 128 / 0.4);
    position: relative;
}

.page-content2:after {
    content: "";
    position: absolute;
    top: -30px;
    left: -8px;
    height: 90px;
    width: 1216px;
    /*background: url(../images/page-top-wide-fon.png) center top no-repeat;*/
}

.page-content2:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: -5px;
    height: 32px;
    width: 1212px;
    /*background: url(../images/page-bottom-wide-fon.png) center bottom no-repeat;*/
}

.page-top{
  text-transform: uppercase;
  padding-top: 65px;
  color: #f2a602;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: 'Candara';
}

.page-title{
  padding-top: 35px;
  padding-bottom: 30px;
}

.page-title-time{
  margin-top: 35px;
  padding-top: 14px;
  padding-left: 20px;
  color: #f2a602;
  font-size: 14px;
  height: 43px;
  font-weight: 600;
  background: url(../images/page-title-time.png) repeat-x;
}

.page-title-news{
  color: #f2a602;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.page-text{
  line-height: 20px;
}

.page-text p{
 padding-top: 20px;
} 

.page-text a{
  color: #ca25ca;
  text-decoration: underline;
}

.page-text a:hover{
  text-decoration: none;
  color: #00ffae;
}

/*end page-content*/

/*page download*/
.downloadBlock{
  text-align: center;
}

.download-block-1{
  margin-bottom: 25px;
}

.client-text a {
  color: #f2a602;
}

.client-text a:hover {
  text-decoration:underline;
}

.driverBlock {
  position: relative;
  margin: 0px -15px;
  padding-bottom: 20px;
  padding-top: 25px;
}

.driver {
  padding: 15px;
}
.driver img {
  max-width: 100%;
}

.driver img:hover {
box-shadow: 0px 10px 20px 0px rgb(74 104 169 / 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.driver-s{
  margin-top: 70px;
}
/*end page download*/

/** Modal **/

.modalx-overlay {
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear; 
  transition: background 0.25s linear;
}

.modal_window {
  width: 420px;
  background-color: #040509;
  padding: 90px 60px 40px 60px;
  z-index: 1002;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-bottom: 20px;
  transform: scale(0.4);
}

.modal_window:after{
  content: "";
  position: absolute;
  width: 436px;
  height: 168px;
  top: -26px;
  left: -160px;
  background: url(../images/modal-icon-reg.png)top no-repeat;
}

.modal_window:before{
  content: "";
  position: absolute;
  width: 432px;
  height: 32px;
  bottom: -15px;
  left: -6px;
  /*background: url(../images/fon-modal-bottom.png)top no-repeat;*/
}

.modal_window h3 {
  color: #f2a602;
  margin: -8px 0px 45px 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

#close_modal {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    background: url(../images/close_icon_dark.png) 50% 50% no-repeat;
    background-size: 16px 16px;
     margin-top: -89px;
    right: 0px;
    opacity: 0.4;
    z-index: 10;
}

#close_modal:hover {
  opacity: 1;
}

.modal_form {
  text-align: center;
  box-sizing: border-box;
}

.modal_form input,
.modal_form select,
.modal_form textarea {
  width: 100%;
  box-sizing: border-box;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}
.formGroup-name {
  display: block;
  padding-bottom: 10px;
  color: #fafbfd;
}
.formGroup.error .formGroup-name {
  color: #df3b5a;
}
.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4), inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.formGroup-2 {
  display: flex;
  justify-content: space-between;
}
.formGroup-2 > div {
  position: relative;
  width: calc(50% - 10px);
}

.errorGroup {
  background: url(../images/wrong-icon.png) left 20px top 17px no-repeat;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 17px 20px 17px 50px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px;
  text-align: left;
  position: absolute;
  left: 100%;
  min-width: 400px;
  color: #fff;
  margin-left: 30px;
  top: 8px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

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

.formGroup-button {
    margin-top: 40px;
    text-align: center;
}
#loading {
    height: 30px;
    background-color: #000;
    opacity: 0.9;
    border-radius: 0 0 4px 4px;
    color: #fff;
    position: fixed;
    display: none;
    top: 0;
    left: 48%;
    z-index: 1000;
    padding: 6px;
}
/* USERCP */
.usercp_info {
    padding: 15px 0;
    margin: 0;
    background-color: rgba(44, 62, 80, 1.0);
}

.usercp_info_text {
    color: rgba(253, 253, 253, 1.0);
}

.usercp_info .active, .usercp_info .online {
    color: #00aa00;
}

.usercp_info .blocked, .usercp_info .offline {
    color: #ff0000;
}

.usercp_info .usercp_info_space {
    margin-top: 20px;
}

.usercp_menu {
    margin-top: 20px;
}

.usercp_menu .usercp_main {
    padding: 0 10px 10px 0;
}

@media (max-width: 768px) {
    .usercp_menu .usercp_main {
        padding: 0 0 10px 0;
    }
}

.row.usercp_info {
    padding: 15px;
    margin: 0;
    background-image: url("../images/baground_fons_userCP.png");
    background-color: #202c68;
    background-repeat: no-repeat;
    background-position: right;
}
.usercp_menu .usercp_main_item {
    line-height: 20px;
}

.usercp_menu .usercp_main_section {
    background-color: rgba(44, 62, 80, 1.0);
	background-repeat: no-repeat;
    background-position: right;
    font-size: 1.5em;
    color: rgba(253, 253, 253, 1.0);
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

.usercp_menu .usercp_main_item {
    /*background-color: var(--usercp-item-bg-color);*/
    padding: 10px;
    cursor: pointer;
    border: 3px solid #eee;
}

.usercp_menu .usercp_main_item:hover {
    background-color: rgba(52, 152, 219, 1.0);
}

.usercp_menu .usercp_main_item .usercp_main_item_icon {
    width: 45px;
    height: 45px;
    float: left;
    display: inline;
    vertical-align: middle;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
    font-size: 2em;
}

.usercp_menu .usercp_main_item .usercp_main_item_icon i {
    color: rgba(44, 62, 80, 1.0);
    margin-top: 7px;
}

.usercp_menu .usercp_main_item .usercp_main_item_title {
    font-size: 1.2em;
    color: rgba(44, 62, 80, 1.0);
    font-weight: bold;
}

.usercp_menu .usercp_main_item .usercp_main_item_desc {
    color: rgba(44, 62, 80, 1.0);
}

.usercp_menu .usercp_main_item:hover .usercp_main_item_icon i {
    color: rgba(253, 253, 253, 1.0);
}

.usercp_menu .usercp_main_item:hover .usercp_main_item_title {
    color: rgba(253, 253, 253, 1.0);
}

.usercp_menu .usercp_main_item:hover .usercp_main_item_desc {
    color: rgba(253, 253, 253, 1.0);
}

.usercp_side_menu {
    margin-top: 20px;
}

.usercp_menu .usercp_side_item {
    /*background: var(--usercp-item-side-bg-color);*/
    padding: 5px;
    /*color: var(--usercp-item-side-text-color);*/
    text-align: center;
    /*border-top: 3 px solid var(--usercp-item-side-bg-color-hover);*/
    border-top: 3px solid #eee;
    color: rgba(44, 62, 80, 1.0);
}

.usercp_menu .usercp_side_item:hover {
    background: rgba(52, 152, 219, 1.0);
    color: rgba(253, 253, 253, 1.0);
}

.usercp_menu .usercp_side_item.special {
    color: rgba(52, 152, 220, 1.0);
    font-weight: bold;
}

.usercp_menu .usercp_side_item.special:hover {
    color: rgba(0, 255, 255, 1.0);
}

/* RANKINGS */
.rankings_menu {
    width: 100%;
    overflow: auto;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.rankings_menu a, .rankings_menu a:visited {
    display: inline-block !important;
    width: calc(100% + 20px);
    text-align: center;
    padding: 10px 0px;
    margin: 5px -15px;
    background: var(--btn-bg-color);
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: var(--btn-text-color);
}

.rankings_menu a:hover {
    color: var(--link-text-color-hover);
    background: var(--btn-bg-color-hover);
    text-decoration: none;
}

.rankings_menu a.active {
    color: var(--link-text-color-hover);
}

.rankings_menu_filter {
    width: 100%;
    overflow: auto;
    text-align: center;
    margin: 35px 0px; 
}

.rankings_menu_filter a, .rankings_menu_filter a:visited {
    display: inline-block !important;
    width: 97.2px;
    text-align: center;
    padding: 11px 0px;
    margin: 3.5px;
    background: var(--link-text-color);
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: var(--btn-text-color);
}

.rankings_menu_filter a:hover {
    color: var(--btn-text-color);
    background: var(--link-text-color-hover);
    text-decoration: none;
}

.rankings_menu_filter a.active {
    color: var(--btn-bg-color);
}

.rankings_menu_filter_monster {
    width: 100%;
    overflow: auto;
    text-align: center;
    margin-bottom: 10px;
}

.rankings_menu_filter_monster a, .rankings_menu_filter_monster a:visited {
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    margin: 2px;
    background: var(--link-text-color);
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: var(--btn-text-color);
}

.rankings_menu_filter_monster a:hover {
    color: var(--btn-text-color);
    background: var(--link-text-color-hover);
    text-decoration: none;
}

.rankings_menu_filter_monster a.active {
    color: var(--btn-bg-color);
}

.rankings-table {
    margin:10px 5px;
}

.rankings-table th {
    text-align: center;
}

.rankings-update-time {
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
}

.rankings-duprian {
    background: var(--btn-bg-color);
    color: var(--btn-text-color);
}

.rankings-vanert {
    background: var(--link-text-color);
    color: var(--btn-text-color);
}

.rankings-gens-img {
    width: 50px !important;
    height: auto !important;
    border: 0 !important;
    -moz-box-shadow: 0 0 0px #000 !important;
    -webkit-box-shadow: 0 0 0px #000 !important;
    box-shadow: 0 0 0px #000 !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.rankings-gens-img-table {
    width: 30px !important;
    height: auto !important;
    border: 0 !important;
    -moz-box-shadow: 0 0 0px #000 !important;
    -webkit-box-shadow: 0 0 0px #000 !important;
    box-shadow: 0 0 0px #000 !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    margin: -8px 0 -10px 0;
}

.fixedInfoBlock {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -135px;
  z-index: 9;
}
.fixedInfoBlock .modalBlock {
  position: fixed;
  right: 0;
  background: url(../images/page-content-center.jpg) repeat-y;
  border-radius: 20px 0px 0px 20px;
  width: 110px;
  padding: 20px 0px;
  border-color: rgba(0,0,0,0.3);
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  text-align: center;
  transition: 0.3s;
}
.fixedInfoBlock .modalBlock.active {
  right: -110px;
}
.fixedInfoBlock .modalBlock a {
  color: #394c7f;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.fixedInfoBlock .modalBlock a:last-child {
  margin-bottom: 0px;
}
.fixedInfoBlock .modalBlock a p {
  margin-top: 10px;
  margin-bottom: 0px;
}
.fixedInfoBlock .modalBlock a img {
  transition: 0.3s;
}
.fixedInfoBlock .modalBlock .event-b:hover img {
  filter: drop-shadow(0px 0px 10px #2464d2);
}
.fixedInfoBlock .modalBlock .server-b:hover img {
  filter: drop-shadow(0px 0px 10px #b41010);
}

.fixedInfoBlock-close {
  border: 1px solid rgba(0,0,0, 0.3);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding-top: 13px;
  background: url(../images/page-content-center.jpg) repeat-y;
  position: absolute;
  top: -40px;
  right: 35px;
  margin-left: -15px;
  cursor: pointer;
  transition: 0.3s;
}
.fixedInfoBlock-close:hover {
  background: url(../images/page-content-center.jpg) repeat-y;
  opacity: 0.8;
}
.fixedInfoBlock-close.active {
  right: -100px;
}
.fixedInfoBlock-close span {
  width: 10px;
  height: 1px;
  display: block;
  background: #394c7f;
  margin: 0 auto;
  position: relative;
}
.fixedInfoBlock-close span:nth-child(1) {
  transform: rotate(45deg);
}
.fixedInfoBlock-close span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -1px;
}
.fixedInfoBlock-close.active {
  background: url(../images/page-content-center.jpg) repeat-y;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  z-index: 1;
  position: absolute;
  right: -40px;
  top: 90px;
  padding-right: 35px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}
.fixedInfoBlock-close.active:hover {
  background: url(../images/page-content-center.jpg) repeat-y;
  opacity: 0.8;
}
.fixedInfoBlock-close.active span {
  display: none;
}
.fixedInfoBlock-close.active i {
  display: block;
  background: url(../images/arrow-v.png) no-repeat;
  width: 17px;
  height: 8px;
  transform: rotate(90deg);
}
.modal_div {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  z-index: 999;
}
.modal_div h1 {
  font-size: 24px;
  padding: 0px 20px 30px 20px;
  margin: 0px -20px 40px -20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.modal-div {
  background: url(../images/modal-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 40px 55px 40px 55px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
  min-height: 470px;
  position: relative;
}

.modal_close {
  width: 30px;
  height: 30px;
  position: relative;
  top: -75px;
  right: 0px;
  cursor: pointer;
  float: right;
  left: 40px;
}
.modal_close span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
}
.modal_close span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
}
.modal_close span:nth-child(2) {
  transform: rotate(-45deg);
}

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

.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #f2a602;
}
.label-default {
    background-color: #ff0000;
}

.bg-success {
    background-color: #f2a602;
}

.event-modal {
  max-width: 1030px;
  width: 100%;
  min-height: 550px;
  background: url(../images/fon-widget-center-top.jpg)top no-repeat, url(../images/fon-widget-center-bottom.jpg) bottom no-repeat, url(../images/fon-widget-center-y.jpg) repeat-y;
  margin: 0px auto;
  z-index: 1;
}
.event-modal:after {
  content: "";
  background: url(../images/hero3-block-bm.png)top no-repeat;
  position: absolute;
  width: 640px;
  height: 694px;
  margin-left: 335px;
  bottom: 0px;
  z-index: 0;
  margin-bottom: -88px;
}
.event-modal .modal_close {
  z-index: 2;
}
.event-modal h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #f2a602;
  font-weight: bold;
}
.event-modal h2 span {
  color: #f2a602;
}

.event-modal-content {
  position: relative;
  z-index: 1;
  height: 499px;
}
.eventsList {
  display: flex;
  flex-wrap: wrap;
  max-width: 470px;
}
.eventsList .event {
	width: 45%;
}
.eventsList .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f2a602;
  display: block;
}
.eventsList .time {
  color: #81a0e8;
  font-size: 14px;
  width: 45%;
  margin-bottom: 50px;
  display: block;
}
.eventsList .time.label-default {
	background-color: transparent;
}

.events {
display: flex;
flex-wrap:wrap;
color: #fff;
}
.events li {
width:50%;
}

.events-spotlight {
  line-height: 1.2;
}
.events-spotlight li {
  border-bottom: 1px dashed #62441b;
  padding: 15px 0px;
  transition: 0.5s;
}
.events-spotlight li:hover {
  background: url(../images/fon-hover.jpg) repeat;
  margin: -1px -30px 1px -35px;
  padding: 15px 35px 15px 25px;
  box-shadow: 0em 0.5em 10px rgba(0, 0, 0, 0.5);
  color: #ffd562;
  z-index: 2;
  position: relative;
}

.events-spotlight li:hover a {
  color: #ffd562;
}
.events-spotlight li:hover span {
  color: #a79255;
}
.events-spotlight li a {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.events-spotlight li span {
  color: #bfb5ae;
  font-size: 11px;
}

.block-widget-2 .events {
	width: auto;
	margin: 0px;
	padding: 0px;
}
.block-widget-2 .events .event {
	width: 50%;
	display: inline-block;
	margin: 10px 0px;
}
.block-widget-2 .events .event .name {
	font-size: 16px;
	font-weight: bold;
}
.block-widget-2 .events .event .time {
	display: block;
	color: #81a0e8;
	font-size: 14px;
	margin: 0px 0px 0px 50px;
}
.block-widget-2 .events .event .time.label-default {
	background-color: transparent;
}
.block-widget-2 .events .event .name .switch {
	position: relative;
	top: 6px;
}

/*oficina*/
.workshop-item,

.market-item {

  width: 288px;

  float: left;

  margin-left: 10px;

}

.workshop-item .excellent-options,

.excellent-options {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #f2a602;
}

.market-item .excellent-options {

  margin: 50;

  padding: 0;

  list-style: none;

}

.workshop-item .excellent-options li,

.market-item .excellent-options li {

  position: relative;

  margin-bottom: 11px;

}

.workshop-item .excellent-options li .check,

.market-item .excellent-options li .check {

  position: absolute;

  right: 0;

  top: 0;

}

.workshop-item .workshop-upgrade-price,

.market-item .workshop-upgrade-price {

  font-size: 20px;

  display: none;

  margin-top: 10px;

}

.workshop-inventory-container {

  margin-top: 30px;

}

.box-panel .box-panel-title {

  margin-bottom: 20px;

  font-size: 15px;

  font-weight: bold;

  text-transform: uppercase;

  color: #f2a602;

  display: inline-block;

  z-index: 100;

  padding: 4px 5px;

}

.box-panel .box-panel-content {

  border: 2px solid #55636c;

  outline: 1px solid #000;

  padding: 20px;

  clear: both;

  display: block;

  margin: 0 -23px;

}

input[type=checkbox], input[type=radio] {
    margin: -30px -100px 10px;
    margin-top: 1px\9;
    line-height: normal;
}

input2[type=checkbox], input2[type=radio] {
    margin: -30px -100px 10px;
    margin-top: 1px\9;
    line-height: normal;
}

/*VIDEO PANEL*/
.media-fon {
    width: 792px;
    height: 539px;
    background: #040509;
    padding-top: 40px;
    padding-left: 30px;
    box-shadow: 0 0 11px #0000004f;
    padding-right: 30px;
    margin: 13px 0 0 0;
    margin-top: 30px;
}

.title-video-panel {
    margin-left: calc(50% - 395px);
}
.title-video-panel {
    margin-left: 0;
}
.title-video-panel:after {
    width: calc(100% - 100px);
}
.slick-loading .slick-list{background:#fff url(./ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(./fonts/slick.eot);src:url(./fonts/slick.eot?#iefix) format('embedded-opentype'),url(./fonts/slick.woff) format('woff'),url(./fonts/slick.ttf) format('truetype'),url(./fonts/slick.svg#slick) format('svg')}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;margin-top:-25px;display:block;width:25px;height:25px;padding:0;cursor:pointer;opacity:.5;color:transparent;border:none;outline:none;background:0 0}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;opacity:1}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.5}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:0;background:#000 url(../images/more-icon.png) 5px center no-repeat;transform:rotate(180deg);z-index:10}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-next{right:0;background:#000 url(../images/more-icon.png) 7px center no-repeat}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:0 0}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-current img{filter:brightness(1.5)}

.video-pannel {
    height: auto;
    flex-direction: column;
    align-items: center;
}
.video-block {
    margin-bottom: 50px;
}
.video-block {
    width: 100%;
    height: auto;
}
.video-block {
    padding: 25px;
}
.video-player {
    height: 280px;
    margin-top: 10px;
}
.video-player {
    width: 100%;
    background-position: center;
    background-size: cover;
}
.fast-links2 {
    width: 378px;
    height: 476px;
    display: flex;
    float: right;
    margin: -538px 0 0 0;
    flex-direction: column;
    justify-content: space-between;
}
.title-link2 {
    font-size: 30px;
    margin-bottom: 6px;
}
h3.title-link2 a {
    color: #fff;
}

.fast-link2 {
position: relative;
    width: 100%;
    height: 140px;
    margin: 0 0 -59px 0;
}

.fast-link2::after {
    content: "";
    position: absolute;
    top: -28px;
    right: -20px;
    width: 230px;
    height: 168px;
    transition: 0.5s;
}

.fast-link2:first-child::after {
    background: url('../images/heroes-fast-links.png') 0 0 no-repeat;
}

.fast-link2:nth-child(2)::after {
    background: url('../images/heroes-fast-links.png') 0 -168px no-repeat;
}

.fast-link2:last-child::after {
    background: url('../images/heroes-fast-links.png') 0 -336px no-repeat;
}

.fast-link2:first-child {
    background: url('../images/backgrounds-fast-links.png') 0 0 no-repeat;
}

.fast-link2:nth-child(2) {
    background: url('../images/backgrounds-fast-links.png') 0 -140px no-repeat;
}

.fast-link2:last-child {
    background: url('../images/backgrounds-fast-links.png') 0 -280px no-repeat;
}

.fast-link2:hover::after {
    right: -40px;
}

.fast-link2:hover .info-link2 {
    padding-left: 20px;
}

.info-link2 {
    margin: 40px 0 0 50px;
    font-style: italic;
    transition: 0.5s;
}
.last-news-top {
    color: #f2a602;
    font-size: 21px;
    font-weight: bold;
    padding: 32px 35px 16px 4px;
    margin-bottom: 35px;
}