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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


/* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
body {
  width: 100%;
  background: url(../img/fon-bg-top.png) center top no-repeat, url(../img/fon-bg-bottom.jpg) center bottom no-repeat;
  background-color: #1a1a1a;
  font-family: 'Candara', 'Verdana';
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #ffffff;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
/*
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #482c22;
  text-align: center;
}

table tr:nth-child(odd) {
  background-color: #100c0c;
}
*/
caption {
  margin-bottom: 15px;
}

.input-re{
 background-color: transparent;
 border: 1px solid rgba(255, 255, 255, .2);
 height: 55px;
 width: 420px;
 box-shadow: inset 0px 5px 20px 0px rgba(39, 39, 53, 0.75);
 color: #fff;
 font-size: 18px;
 text-align: center;
}

textarea {
  color: #241a18;
  position: relative;
}

.agree a{
  color: #0b8a88;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #e7c195;
  text-align: center;
}
::-moz-placeholder {
  color: #e7c195;
}
:-moz-placeholder {
  color: #e7c195;
}
:-ms-input-placeholder {
  color: #e7c195;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}
.flex-c {
  display: flex;
  align-items: center;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
    display: flex;
    align-items: center
}
.flex-s-c2 {
    display: flex;
    align-items: center
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*-----Inicio Navbar*/
.menuBlock-logo {
    margin-left: 0px;
}

.menuBlock-logo img {
    margin-top: 20px;
    width: 143px;
}

.menu {
    margin-left: 30px
}
.menu li {
    min-height: 82px;
    padding-left: 75px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.menu li a {
    display: flex;
    flex-direction: column;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Albertus Medium', sans-serif;
}
.menu li a span {
    font-size: 11px;
    text-transform: none;
    margin-top: 4px;
    color: #959da7
}
.menu li a:hover {
    filter: brightness(140%);
    color: #a5741d;
}
.menu li:nth-child(1) {
    background: url(../img/inicio/menu_icon-home.png) left top 5px no-repeat;
}
.menu li:nth-child(2) {
    background: url(../img/inicio/menu-icon_1.png) left top 7px no-repeat
}
.menu li:nth-child(3) {
    background: url(../img/inicio/menu-icon_2.png) left top 10px no-repeat
}
.menu li:nth-child(4) {
    background: url(../img/inicio/menu-icon_3.png) left top 7px no-repeat
}
.menu li:nth-child(5) {
    background: url(../img/inicio/menu-icon_4.png) left top 11px no-repeat
}
 /*Top panel*/
.topPanel {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 29;
    padding: 5px 0;
    background: url(../images/top-line.png) bottom center no-repeat;
    transition: .2s
        
}
/*
.topPanel-top {
    background: url(../images/dark-fon.png);
    background: rgba(18, 23, 26, 0.9);
    padding: 10px 0;
}

*/
/*
.topPanel-right .log {
    height: 90px;
    display: inline;
    align-items: center;
    position: relative;
    padding-top: 20px;
    margin-right: 200px;
    margin-left: 150px;
}

.topPanel-right .sign-up {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    font-family: 'Albertus Medium', sans-serif;
    margin-right: 20px;
    padding-left: 20px;
}

.topPanel-right .logeado {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    font-family: 'Albertus Medium', sans-serif;
    margin-right: 20px;
    cursor: pointer;
}

.topPanel-right .sign-up:hover {
    color: #a5741d;
}
*/

/*-----fin nav bar*/

/* Header
-----------------------------------------------------------------------------*/
.header {
  min-height: 600px;
  position: relative;
}
.container-inicio-rankings {
    background: url('../img/inicio/RankingFondo.jpg') top center no-repeat;
}
.content{
  position: relative;
  z-index: 10;
}

.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 8px;
}

.menu li {
  margin: 0px 8px;
}

.menu a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0px 26px;
  display: block;
  height: 80px;
  line-height: 80px;
  position: relative;
}

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

.menu a:hover {
  color: #ffaf43;
}

.menu a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  left: 0px;
  position: absolute;
  background: #ffffff;
}
.menu .active a {
  color: #ffffff;
}
.menu .active a:after {
  content: "";
  height: 2px;
  width: 100%;
  left: 0px;
  position: absolute;
  background: #ffffff;
}

.logo {
  display: block;
  position: absolute;
  transition: 0.3s;
  z-index: 2;
  margin-left: 50px;
  top: 200px;
}

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


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

/*Button Small inicio*/
.buttons-small{
  transition: all 0.3s ease;
  cursor: pointer;
  justify-content: center;
  display: flex;
  margin-top: 65px;
}

.button-small{
  height: 50px;
  color: #f5c17a;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/button-blue-small.png) no-repeat;
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.35);
}

.buttons-small a:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.buttons-small-2{
  transition: all 0.3s ease;
  cursor: pointer;
  justify-content: center;
  display: flex;
  margin-top: 24px;
}

.button-small-2{
  height: 50px;
  color: #f5c17a;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/button-blue-small.png) no-repeat;
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.35);
}

.buttons-small-2 a:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../img/button-blue-small.png) center bottom no-repeat;
  color: #ffc678;
  position: relative;
  padding: 19px 32px;
  width: 140px;
  height: 50px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  border: none;
  /*box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.35);*/
}

.buttonsign {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../img/button-sign.png) center bottom no-repeat;
  color: #ffc678;
  position: relative;
  padding: 19px 32px;
  width: 321px;
  height: 64px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  border: none;
  /*box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.35);*/
}

.or {
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 20px;
  font-family: 'Albertus Medium', sans-serif;
  
}
.m-register {
  text-align: center;
}

.m-register a:hover {
  color: #fff;
}
.m-register a {
  color: #ffdda3;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Albertus Medium', sans-serif;
}
.forgot {
  position: absolute;
  width: 100%;
  bottom: 75px;
  left: 0;
  top: 100%;
  margin-top: 50px;
  text-align: center;
}

.forgot a {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  font-family: 'Albertus Medium', sans-serif;
}

.forgot a:hover {
  opacity: 1;
}

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

.buttonDark {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../img/button-green.png) center bottom no-repeat;
  background-size: 140px 40px;
  color: #d8fab8;
  position: relative;
  padding: 23px 32px;
  width: 140px;
  height: 50px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  /*box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.3);*/
  top: 3px;
}

.buttonDark:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  color: #fff;
}


.fast-button{
  display: flex;
  margin-bottom: 10px;
}

.download-block  {
display: flex;
height: 197px;
width: 398px;
background: url(../img/download-button.png) no-repeat;
margin-top: -73px;
}

.download-block a {
  font-size: 30px;
  color: #1a5477;
  padding-left: 172px;
  padding-top: 100px;
  text-align: left;
  text-shadow: #79c6db 0px 1px;
  font-weight: 600;
}

.download-block span {
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(#ffaf43, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-shadow:none;
}

.download-block p{
  font-size: 24px;
  font-style: italic;
  padding-top: 10px;
}

.download-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  color: #1a5477;
  text-shadow: #79c6db 0px 1px;
}

/*Button Small Fin*/
/* servers
-----------------------------------------------------------------------------*/

.status-block {
  background: url(../img/status-bg.png) no-repeat;
  height: 125px;
  width: 398px;
  margin-left: 3px;
}

.server {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../img/img-server-top.png) no-repeat;
  font-size: 14px;
}

.server .server-name {
  color: #fff;
}
.exp-green {
 color: #ccfa6a;   
}
.flex-only {
 color: #ccfa6a;   
}
.server .status-online {
  color: #ccfa6a;
  float: right;
}


.server-bottom {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../img/img-server-bottom.png) no-repeat;
}

.server-bottom .server-name {
  color: #fff;
  font-size: 20px;
}

.server-bottom .status-offline {
  color: #f74133;
  float: right;
}

.progress-bar-webengine {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-webengine:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-webengine span {
  height: 17px;
  background: url(../img/line-server.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.progress-bar-webengine-off {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-webengine-off:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-webengine-off span {
  height: 17px;
  background: url(../img/line-server-off.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.desc {
  color: #8d7962;
  font-size: 12px;
  text-decoration: underline;
}

.desc:hover {
  text-decoration: none;
}

/* servers end
-----------------------------------------------------------------------------*/

/*   slider  */
.swiper-container{
  width: 599px;
  float: left;
}

.swiper-slider {
  width: 585px;
  height: 370px;
}

.swiper-slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
}
.swiper-slider .swiper-slide h2 {
  color: #fff;
  font-size: 24px;
  background: rgba(44, 28, 19, 0.55);
  margin-bottom: 0px;
  font-weight: normal;
  padding: 26px 0px 26px 50px;
}

.swiper-slider .swiper-slide .slider-info {
  position: absolute;
  bottom: 60px;
  height: 90px;
  padding: 0px 60px;
  padding-bottom: 20px;
  width: 599px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(to top, rgba(36, 32, 27, 0.8) 0%, rgba(0, 0, 0, 0));
}

.swiper-slider .swiper-slide .slider-info p {
  color: #fff;
  font-size: 14px;
  width: 290px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.swiper-slider .swiper-pagination {
  height: 60px;
  line-height: 60px;
  bottom: 0 !important;
  background: rgb(0 4 8);
  border-top: 1px solid #3f2f21;
  text-align: left;
  padding-left: 40px;
}
.swiper-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0px;
  background: #908783;
}

.swiper-pagination-bullets .swiper-pagination-bullet{
  margin-right: 15px !important;
}


.swiper-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffd481;
}
.swiper-slider .slider-button {
  width: 55px;
  height: 55px;
}
.swiper-slider .swiper-button-next {
  background: url(../img/arrow-right-1.png) center no-repeat;
  right: 0;
}

.swiper-slider .swiper-button-prev {
  background: url(../img/arrow-left-1.png) center no-repeat;
  left: 0;
}

.swiper-slider .swiper-button-prev:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.swiper-slider .swiper-button-next:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.swiper-slider .swiper-button-disabled {
  opacity: 0.7;
}

/*   end slider*/
/*new Block*/
.streamBlock {
    width: 170px
}
.streamBlock-video {
    display: block;
    width: 170px;
    height: 105px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: .3s;
    z-index: 11
}
.streamBlock-video_info {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}
.streamBlock-video_info i {
    display: block;
    /*background: url(../images/play-button.png) no-repeat;*/
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px
}
.streamBlock-video_info span {
    opacity: 0;
    position: absolute;
    right: 10px;
    transition: .3s
}
.streamBlock-video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .8)
}
.streamBlock-video:hover {
    width: 210px;
    height: 130px;
    margin-left: -20px;
    margin-top: -12px
}
.streamBlock-video:hover:after {
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .8), 0 0 20px 0 rgba(0, 0, 0, .6)
}
.streamBlock-video:hover span {
    opacity: 1
}
/*end new block*/

/*Last news*/

.news-top{
  float: right;
  height: 315px;
  width: 445px;
  margin-left: 2px;
  background: url(../img/fon-news.jpg) no-repeat;
}


.news-top-title {
  position: relative;
  display: flex;
}
.news-top-title span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 40px 20px 40px;
  text-transform: uppercase;
  position: relative;
}

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

.tab-more {
  position: absolute;
  right: 0;
  color: #ffaf43;
  background: #140e0d;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -9px;
  line-height: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px;
  margin-right: 40px;
}

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

.news-top-text{
  padding: 0px 40px 40px 40px;
}

span.news-1{
  color: #ccfa6a;
}

.news:hover{
  height: 42px;
  padding-top: 13px;
  background-color: #1e2d41;
  border-bottom: 1px solid #2b4a5c;
  padding-left: 33px;
  padding-right: 47px;
  transition: 0.3s;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
}

.news:hover .news-1{
color: #ccfa6a;
}

 .news:hover .date{
color: #ccfa6a;
}

 .news:hover a{
color: #ffaf43;
}

.date{
  color: #ccfa6a;
}

.news{
  height: 42px;
  margin: 0px -40px 0px -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 13px;
}

.news a{
  width: 400px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f7ddbf;
}
.top-content{
  display: flex;
}

/*END Last news*/

/*Inicio Fast Link*/
.fast-links {
    display: flex;
    margin-bottom: 20px;
}

.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;
    font-family: 'Albertus Medium', sans-serif;
}

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

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

.fast-links-left {
    width: 380px;
    height: 140px;
    background: url( "../img/inicio/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;
    z-index: 1;
}

.fast-links-center {
    width: 380px;
    height: 140px;
    background: url( "../img/inicio/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-right {
    width: 380px;
    height: 140px;
    background: url( "../img/inicio/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-left:before {
    content: "";
    background: url( "../img/inicio/hero-links.png") no-repeat;
    width: 170px;
    height: 168px;
    position: absolute;
    left: 231px;
    top: -28px;
    transition: 0.3s;
}

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

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

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

.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;
    font-family: 'Albertus Medium', sans-serif;
}

.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;
    font-family: 'Albertus Medium', sans-serif;
}

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

/*end Fast Links*/
/*RANKING*/
.server-title {
    font-size: 16px;
    background: url(../img/server-icon.png) left center no-repeat;
    padding: 10px 0 10px 40px;
    position: relative;
    text-align: left;
}
.server-title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 160px);
    background: rgba(255, 255, 255, .06);
    top: 50%;
    margin-top: -1px;
    left: 160px;
}
.inicioRanking {
    position: relative;
    text-transform: uppercase;
    background: linear-gradient(#757575 10%, #eaeaea, #000);
    -webkit-background-clip: text;
    color: transparent;
}
/*END RANKING*/

/**/
.serversBlock {
    position: relative;
    width: 100%
}
.serversBlock:after {
    content: "";
    background: url(../img/servers-icon.png) center no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: 50%;
    margin-top: -26px;
    opacity: .3;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    padding: 11px
}

.descargas-title {
    font-size: 16px;
    background: url(../img/server-icon.png) left center no-repeat;
    padding: 10px 0 10px 40px;
    position: relative;
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
}

.descargas-title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 160px);
    background: rgba(255, 255, 255, .06);
    top: 50%;
    margin-top: -1px;
    left: 160px;
}

.server-title {
    font-size: 16px;
    background: url(../img/server-icon.png) left center no-repeat;
    padding: 10px 0 10px 40px;
    position: relative;
    text-align: left;
}
.server-title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 160px);
    background: rgba(255, 255, 255, .06);
    top: 50%;
    margin-top: -1px;
    left: 160px;
}
.servers {
    background: url(../img/servers-bg.jpg) no-repeat;
    width: 100%;
    max-width: 532px;
    height: 590px;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .1);
    position: relative;
    padding: 40px 55px 0
}
.servers h2 {
    font-size: 30px;
    color: #bb883b;
    text-shadow: 0 0 10px rgba(0, 0, 0, .4);
    margin-bottom: 35px
}
.server-icon {
    position: absolute;
    right: -30px;
    top: -110px
}
.server-icon img {
    position: relative;
    z-index: 2
}
.server-icon:after {
    content: "";
    position: absolute;
    width: 268px;
    height: 268px;
    left: -18px;
    top: -12px;
    animation: light_1 15s linear infinite
}
.server-icon_1 img {
    width: 239px;
    height: 269px
}
.server-icon_1:after {
    background: url(../img/blue_server.png) no-repeat
}
.server-icon_2 img {
    width: 245px;
    height: 269px
}
.server-icon_2:after {
    background: url(../img/red_server.png) no-repeat
}
@keyframes light_1 {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
/*end server icon*/
/*inicio rank*/
.rank {
    background: url(../img/tops/rank-bg.jpg) center no-repeat;
    background-size: cover;
    width: 422px;
    height: 130px;
    box-shadow: 0px 15px 20px 0px rgb(0 0 0);
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 40px;
}

.rank_ranking {
    width: 370px !important;
    height: 119px !important;
}

.rank_2 {
    background: url(../img/tops/rank-bg.jpg) center no-repeat;
    background-size: cover;
    width: 422px;
    height: 130px;
    box-shadow: 0px 15px 20px 0px rgb(0 0 0);
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 40px;
}

.rank-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    background-color: rgba(0, 0, 0, 0.2);
}
.rank-info {
    display: flex;
    align-items: center;
    padding: 22px;
    width: 82%;
}

.rank-info_ava {
    height: 76px;
    width: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: -32px; */
    margin-left: -22px;
}

.rank-info_text {
    width: 174px;
    padding-right: 0px;
}
/*fin rank*/

/*--block-widget--

.block-widget{
  display: flex;
  margin-top: 10px;
  width: 100%;
  height: 700px;
}

.block-widget-more{
  margin-top: 10px;
  float: left;
}

.widget-fon{
    background: url(../img/servers-bg.jpg) no-repeat;
    width: 100%;
    max-width: 532px;
    height: 590px;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .1);
    position: relative;
    padding: 40px 55px 0
}

.widget-fon-guilds{
  background: url(../img/servers-bg.jpg) center bottom no-repeat;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
  height: 670px;
  width: 398px;
  margin-left: 3px;
}

.widget-fon-discussions{
  background: url(../img/fon-discussions.jpg) center bottom no-repeat;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
  height: 670px;
  width: 398px;
  margin-left: 3px;
}

-- Termina Widget null*/
/*Inicio de Stilo Top PLayer*/
.block-players{
  position: absolute;
  padding-top: 0px;
  margin-left: 60px;
}

.block-widget-title{
  padding-top: 165px;
  padding-bottom: 35px;
  color: #ffffff;
  font-size:20px;
  font-weight: bold;
  text-align: center;
}

.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;
}
.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: #f7ddbf;
}
.top-list a {
  color: #f7ddbf;
  text-decoration: none;
}
.top-list:hover {
  background-color: #292E34;
  border-bottom: 1px solid #263650;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 255, 0.1);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #ffffff;
  position: relative;
  z-index: 5;
}

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

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


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

/*--block-widget top end--*/



/*widget Discussions*/

.admin-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
margin-right: 26px;
}

.discussions-content-top{

}

.discussions-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-message{
  float: right;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #563d2e;
  color: #ffaf43;
  font-size: 12px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-text{
  padding-left: 16px;
  font-size: 14px;
}

.discussions-text-bt{
  padding-left: 16px;
  font-size: 15px;
  color: #8d7962;
}

.discussions-content-block:hover .discussions-text-bt{
  color: #8b6757;
}

.discussions-text-bt a{
  color: #fccca0;
}


.discussions-content-block{
  padding-bottom: 10px;
  padding-top: 11px;
}

.discussions-content-block:hover{
background-color: #342b29;
border-bottom: 1px solid #5c432b;
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;
}

.discussions-content-block:hover .discussions-text {
  color: #ffaf43;
}

.discussions-content-block:hover .discussions-text-bt a {
  text-decoration:none;
  color: #ffaf43;
}

/*widget Discussions end*/


/*MEDIA*/
.content-last-news{
margin-top: 10px;
}


.last-news-top{
  height: 85px;
  background: url(../img/fon-bg-news.jpg) no-repeat;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 32px 35px 0px 35px;
  margin-bottom: 4px;
}

.last-news-top a{
  float: right;
  font-size: 14px;
  color: #f5d783;
  text-decoration: none;
  font-weight: normal;
  padding-top: 3px;
}

.last-news-top a:hover{
  text-decoration: underline;
}

.media-fon{
  width: 1200px;
  height: 267px;
  background: url(../img/fon-media.jpg) no-repeat;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.slick-list:before {
  content: "";
  position: absolute;
  height: 220px;
  width: 195px;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, rgb(36, 26, 24), rgba(57, 43, 33, 0));
  z-index: 1;
}

.slick-list:after {
  content: "";
  position: absolute;
  height: 220px;
  width: 195px;
  right: 0px;
  top: 0px;
  background: linear-gradient(to left, rgb(36, 26, 24), rgba(57, 43, 33, 0));
  z-index: 1;
}
.slick-slider-slide {
  padding: 15px;
}
.slick-slider-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: scale(1);
}

.slick-slider-slide img {
  display: block;
}
.slick-center a {
  transform: scale(1.1);
}
.slick-center a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 1);
  top: 0px;
  left: 0px;
}

/*footer*/

.footer{
  padding-bottom: 80px;
}


/*To top*/

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

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

.toTop:hover {
  -webkit-filter: brightness(140%); 
  filter: brightness(140%);
}

/* to top end*/


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

.footer-block-t{
  padding-top: 33px;
  justify-content: center;
  align-items: center;
  text-align:center;
}

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

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

.f-menu li a:hover{
  color: #e39f45;
  font-weight: bold;
}

.f-menu li a:active{
  color: #e39f45;
  font-weight: bold;
}

.footer-end{
  margin-top: 51px;
  margin-left: 18%;
}

.footer-block-coperite{
  float: left;
  color: #c67c54;
  padding-top: 20px;
}

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

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

.footer-block-r {
  float: right;
}

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

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background-color: #2c3338;
  border: 1px solid #215589;
  height: 33px;
  width: 33px;
  box-shadow: inset 0px 0px 7px 0px rgb(5 91 201 / 90%);
}

.soc-block a:hover {
  box-shadow: inset 0px 0px 15px 0px rgba(55, 115, 183, 0.9);
  filter: drop-shadow(0px 0px 6px rgba(55, 115, 183, 0.9));
  border: 1px solid #367ee9;
}

.footer-logo{
  text-align:center;
  margin-top: -30px;
}

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


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

/*end footer*/


/*smog*/


.smog {
    position: absolute;
    top: 450px;
    left: 170px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.smog .num1 {
    -webkit-animation: spreadSmog 7s infinite linear;
    animation: spreadSmog 7s infinite linear;
}
.smog .num2 {
  -webkit-animation: spreadSmog 15s infinite linear;
  animation: spreadSmog 15s infinite linear;
}
.smog .num3 {
  -webkit-animation: spreadSmog 40s infinite linear;
  animation: spreadSmog 40s infinite linear;
}
.smog .num1 {
    bottom: 0;
    left: -677px;
    width: 2354px;
    height: 1300px;
    opacity: 0;
}
.smog i {
    position: absolute;
    display: block;
    background: url(../img/sp_smog.png) no-repeat;
    transform-origin: 50% 100%;
}
.smog .num2 {
    bottom: 0;
    left: -677px;
    width: 2354px;
    height: 1300px;
    opacity: 0;
}
.smog .num3 {
    bottom: 0;
    left: -677px;
    width: 2354px;
    height: 1300px;
    opacity: 0;
}
@keyframes spreadSmog {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
}
45% {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    opacity: 1;
}
90% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}
}

/*end smog*/

/*sparks*/

.sparks-sparks{
  left: 550px;
  position: absolute;
  top: 800px;
}

.sparks-1 {
    background-image: url(../img/sparks-1.png);
    width: 117px;
    height: 136px;
    right: 200px;
    bottom: 0px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-1;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.sparks-2 {
    background-image: url(../img/sparks-2.png);
    width: 219px;
    height: 176px;
    right: 200px;
    bottom: 30px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    opacity: 0;
}

.sparks-3 {
    background-image: url(../img/sparks-3.png);
    width: 438px;
    height: 281px;
    right: 100px;
    bottom: 20px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-3;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes sparks-1 {
  0% {
    right: 200px;
    bottom: 10px;
    opacity: 0;
  }
  33% {
    right: 210px;
    bottom: 20px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 220px;
    bottom: 30px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 230px;
    bottom: 40px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 210px;
    bottom: 40px;
    opacity: 0;
  }
  33% {
    right: 220px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 230px;
    bottom: 60px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 240px;
    bottom: 70px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 120px;
    bottom: 30px;
    opacity: 0;
  }
  33% {
    right: 140px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 160px;
    bottom: 70px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 180px;
    bottom: 90px;
    opacity: 0;
    transform: scale(1.1);
  }
}

.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}
/*end sparks*/


/*modal windovs*/

.logo-re{
  text-align: center;
  margin-bottom: 0px;
}

.modal_div {
  width: 100%;
  height: 100%;
  max-width: 600px;
  background: url(../img/modal-bg.jpg) center top no-repeat;
  position: fixed;
  background-size: cover; 
  top: 0px;
  left: 50%;
  margin-top: -240px;
  margin-left: -230px;
  display: none;
  opacity: 0;
  z-index: 199;
  padding: 50px 0px;
}

.modal_div .modal_close {
    width: 124px;
    height: 126px;
    background: url(../img/icon-close.png) no-repeat;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -62px;
    right: -18px;
    cursor: pointer;
    display: block;
    transition: 0.3s;
    z-index: 5;
}

.modal_close:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}


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

.modal-content {
  padding: 0px 40px;
  text-align: center;
  color: #e7c195;
}
.modal-content h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}
.modal-content h2 span {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
}

.modal-content form p {
  margin-bottom: 20px;
}

.formButton {
  text-align: center;
  margin-top: 40px;
}




/*page-content*/

.page-content{
  padding: 40px 65px 40px 60px;
  background: url(../img/fon-page-top.jpg) center top no-repeat, url(../img/fon-page-bottom.jpg) center bottom no-repeat;
  background-color: #1a1a1a;
}

.page-top{
  text-transform: uppercase;
  font-size: 20px;
  color: #ffaf43;
  text-align: center;
  font-weight: bold;
}

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

.page-title-time{
  color: #8d7962;
}

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

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

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

.page-text a:hover{
  text-decoration: none;
  color: #8d7962;
}

.page-text-img{
  float: left;
  height: 286px;
  width: 476px;
  margin-right: 35px;
  margin-bottom: 15px;
}

/*end page-content*/

/*download*/

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

.downloadBlock {
  text-align: center;
  padding: 35px;
  margin: 0px 35px;
}

.downloadBlock p {
  margin-bottom: 30px;
}

.download-block-1 {
  margin-bottom: 40px;
}
.download-block-1:last-child {
  margin-bottom: 0px;
}

.client-text {
  margin-right: 50px;
  width: 255px;
  height: 90px;
  color: #f7ddbf;
  flex-wrap: wrap;
  align-content: center;
  background: #2e2524;
}
.client-text span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
}

/*end download*/
/*Popup o blockinfo*/
               
.fixedInfoBlock {
        position: fixed;
        right: 0;
        top: 40%;
        margin-top: -135px;
        z-index: 999;
    }

    .fixedInfoBlock .modalBlock {
        position: fixed;
        right: 0;
        background: rgba(12, 20, 28, 0.8);
        border-radius: 20px 0px 0px 20px;
        width: 110px;
        padding: 20px 0px;
        border-color: #414a5d;
        border-style: solid;
        border-width: 1px 0px 1px 1px;
        text-align: center;
        transition: 0.3s;
    }

    .fixedInfoBlock .modalBlock.active {
        right: -110px;
    }

    .fixedInfoBlock .modalBlock a {
        color: #fff;
        font-size: 13px;
        display: block;
        margin-bottom: 10px;
    }

    .fixedInfoBlock .modalBlock a:last-child {
        margin-bottom: 0px;
    }

    .fixedInfoBlock .modalBlock a p {
        font-size: 16px;
        text-transform: uppercase;
        background: linear-gradient(#f5c757 10%, #ffffff, #000);
        -webkit-background-clip: text;
        color: transparent;
        font-family: 'Albertus Medium', sans-serif;
        margin-bottom: 0px;
    }

    .fixedInfoBlock .modalBlock a img {
        transition: 0.3s;
    }

    .fixedInfoBlock .modalBlock .buttonEventTime:hover img {
        filter: drop-shadow(0px 0px 10px #a24242);
    }

    .fixedInfoBlock .modalBlock .buttonDropList:hover img {
        filter: drop-shadow(0px 0px 10px #78797a);
    }

    .fixedInfoBlock .modalBlock .buttonVip:hover img {
        filter: drop-shadow(0px 0px 10px #c4923c);
    }

    .fixedInfoBlock .modalBlock .buttonDiscord:hover img {
        filter: drop-shadow(0px 0px 10px #9093ed);
    }

    .fixedInfoBlock .modalBlock .buttonFacebook:hover img {
        filter: drop-shadow(0px 0px 10px #3a589b);
    }

    .fixedInfoBlock .modalBlock .buttonInstagram:hover img {
        filter: drop-shadow(0px 0px 10px #c0447d);
    }

    .fixedInfoBlock .modalBlock .buttonWhatsapp:hover img {
        filter: drop-shadow(0px 0px 10px #39a75b);
    }


    .fixedInfoBlock-close {
        border: 1px solid #4a484b;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        padding-top: 13px;
        background: rgba(16, 18, 23, 0.7);
        position: absolute;
        top: -40px;
        right: 35px;
        margin-left: -15px;
        cursor: pointer;
        transition: 0.3s;
    }


    /* 14cc2eca5174eac747012a2e3d7fdf38 */
    .fixedInfoBlock-close:hover {
        background: #101217;
    }

    .fixedInfoBlock-close.active {
        right: -100px;
    }

    .fixedInfoBlock-close span {
        width: 10px;
        height: 1px;
        display: block;
        background: #b3b2af;
        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: #010203;
        border: 1px solid #353231;
        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: #14171c;
    }

    .fixedInfoBlock-close.active span {
        display: none;
    }

    .fixedInfoBlock-close.active i {
        display: block;
        background: url(images/arrow-v.html) no-repeat;
        width: 17px;
        height: 8px;
        transform: rotate(90deg);
        position: relative;
        top: 37px;
        left: 10px;
    }

    .infoBlock {
        margin-bottom: 11px;
        justify-content: space-between;
    }

    .infoBlock-buttons {
        width: calc(27% - 11px);
    }

.referidos-button, .referidos-button a {
    position: fixed;
    top: 300px;
    left: -15px;
    /* right: 10px; */
    text-decoration: none;
    display: inline-block;
    background: #cb3d3d;
    color: #fff;
    padding: 53px;
    /* border: 1px solid #ccc; */
    z-index: 99999;
    text-align: center;
    background-image: url(../img/referidosImage.png);
    padding-left: 127px;
    margin-left: 7px;
}

.referidos-button:hover {
    filter: drop-shadow(0px 0px 8px #a71b83);
} 
.informacionBattlePass {
  font-family: 'Albertus Medium', sans-serif;
 content: "texto";
  /* position: absolute; */
  color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  /* top: 154px; */
  /* width: 20%; */
  margin-top: -25px;
  /* right: 10px; */
  text-align: center;
  text-decoration: none;
  /* display: table-caption; */
  background: #cb3d3d;
  color: #fff;
  /* padding: 16px; */
  padding: 6px;
  /* padding-left: 49px; */
  /* padding-right: 42px; */
  /* border: 1px solid #ccc; */
  z-index: 99999;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  background: -moz-linear-gradient(top, #1e5799 0%, #e09013 1%, #e5b300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(1%, #e09013), color-stop(100%, #e5b300));
  background: -webkit-linear-gradient(top, #1e5799 0%, #e09013 1%, #e5b300 100%);
  background: -o-linear-gradient(top, #1e5799 0%, #e09013 1%, #e5b300 100%);
  background: -ms-linear-gradient(top, #1e5799 0%, #e09013 1%, #e5b300 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #ff0707 1%, #4e0700 100%);
  /* padding-left: 127px; */
  /* margin-left: 7px;*/
}

.informacionBattlePass:hover {
  filter: drop-shadow(0px 0px 10px #ff0000);
  cursor: pointer;
}

#timer_div_title {
  margin-top: -17px;
  font-size: 17px;
  margin-left: -20px;
  padding-bottom: 10px;
  color: white;
  text-transform: uppercase;
  font-family: 'Albertus Medium', sans-serif;
}

/*Fin popup*/
/*Days Container new EPP*/
.days-container, .hours-container, .minutes-container, .seconds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(29 32 32 / 75%);
  border: 1px solid rgb(50 78 80);
  width: 80px;
  height: 62px;
  border-radius: 4px;
  margin-right: 5px;
  font-family: 'Albertus Medium', sans-serif;
  min-width: 56px;
}

.countdown-container {
  display: flex;
  position: relative;
  /* top: 435px; */
  /* left: 25px; */
  margin-bottom: 20px;
  color: white;
  margin-left: -20px;
}

.days, .hours, .minutes, .seconds {
  font-size: 25px;
  margin: 10px 0;
}

      .days-label, .hours-label, .minutes-label, .seconds-label {
  text-transform: uppercase;
  margin-bottom: 5px;
}
/*Fin Day*/
/*----------------------------*/
.panel-bodytop{
  padding: 0px;
  margin-left: 80px;
  margin-top: -36px;
}
.block-playerstop{
  position: absolute;
  padding-top: 0px;
  margin-left: -530px;
  margin-top: 30px;
}

.top-blocktop {
  width: 100%;
  padding-bottom: 15px;
}
.top-titletop {
  color: #fff;
  font-weight: bolder;
  display: block;
  align-items: center;
  font-size: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
}
.top-blocktop span {
  position: absolute;
  top: 58px;
}
.top-blocktop .top-number {
  width: 20px;
}
.top-block .top-nametop {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-block .top-Restop sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}
.table-top1{
  margin-left: 0px;
  margin-top: -38px;
}

.table-top1 .top1{
display: block;
font-size: 20px;
font-family: 'Albertus Medium', sans-serif;
font-weight: bolder;
padding: 10px;
margin-top: 30px;
margin-left: -40px;
}
.table-top1 .top1 a{
  color: #0088ff;
  }
.table-top1 .text-centertop{
  display: block;
  font-size: 15px;
  font-family: 'Albertus Medium', sans-serif;
  font-weight: bolder;
  padding-left: 10px;
  padding-top: 20px;
  color: red;
}

/*---------top 1 reset end-----------*/
/*----------------------------*/
.panel-bodytop2{
  padding: 0px;
  margin-left: 80px;
  margin-top: -36px;
}
.block-guildstop2{
  position: absolute;
  padding-top: 0px;
  margin-left: 50px;
  margin-top: 70px;
  display: flex;
}

.top-blocktop2 {
  width: 100%;
  padding-bottom: 15px;
}

.top-titletop2 {
  position: absolute;
  color: #fff;
  font-weight: bolder;
  display: block;
  align-items: center;
  font-size: 20px;
  margin-bottom: 0px;
  margin-left: 95px;
  padding-top: 20px;
}
/*
.top-blocktop2 span {
  display: block;
  padding: 5px;
}
.top-blocktop2 .top-number {
  width: 20px;
}
*/

.top-block .top-score sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}
.table-top2{
  margin-left: 0px;
  margin-top: -65px;
}

.top-nametop2{
font-size: 20px;
font-family: 'Albertus Medium', sans-serif;
font-weight: bolder;
padding: 10px;
margin-left: 20px;
}
.top-nametop2 a{
  color: red;
  }
.score2{
  display: block;
  font-size: 15px;
  font-family: 'Albertus Medium', sans-serif;
  font-weight: bolder;
  padding-left: 115px;
  padding-top: 10px;
  color: #0088ff;
}
.panel-bodytop2 .topg2{
padding: 2px 2px;
}
/*----------Top 1 Guild end----------*/
