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(../images/jauns2.webp) center top no-repeat;
  background-color: #060000;
  font-family: 'Roboto', 'Verdana';
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #ffbf48;
  text-decoration: none !important;
}


h1,
h2,
h3 {
  color: #fff;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 99;
}
table {
  width: 100%;
}
/*
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #715896;
  text-align: center;
}
/*
table tr:nth-child(odd) {
  background-color: #1a1225;
}*/
caption {
  margin-bottom: 15px;
}

textarea {
  color: #044f37;
  position: relative;
}


input:not([type='number']):not([type='checkbox']), textarea {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 0px 12px;
  height: 32px;
  position: relative;
  text-align: center;
  color: #fff;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #909191;
  text-align: center;
}
::-moz-placeholder {
  color: #909191;
}
:-moz-placeholder {
  color: #909191;
}
:-ms-input-placeholder {
  color: #909191;
}

#overlay {
  z-index: 99;
  position: fixed;
  background-color: rgba(251, 250, 243, 0.7);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

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

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

button, .button {
 -webkit-transition: all 0.3s ease; 
 transition: all 0.3s ease; 
 cursor: pointer; 
 background-image: url(../images/button.jpg); 
 background-repeat: no-repeat; 
 background-size: cover; 
 padding: 17px 82px; 
 border: none; 
 color: #fff;  
 position: relative; 
 z-index: 1; 
 text-align: center; 
 text-transform: uppercase; 
 font-size: 16px; 
 -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
 box-shadow: 0px 10px 20px 0px rgb(188 214 43 / 0.2); 
}

button:hover, .button:hover { 
  -webkit-filter: brightness(120%); 
  filter: brightness(120%); 
  box-shadow: 0px 10px 20px 0px rgb(188 214 43 / 0.3);
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  min-height: 392px;
  position: relative;
}
.content{
  position: relative;
  z-index: 10;
}
.logo{
  width: 651px;
  margin: 0 auto;
  position: relative;
}

.logo a{
  position: relative;
  transition: 0.3s;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 198px;
}

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

.top-menu{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.top-menu:before {
  content: "";
  height: 192px;
  width: 295px;
  position: absolute;
  top:-6px;
  right: 454px;
  background: url(../images/icon-center.png)no-repeat;
  z-index: 5;
}

.top_panel-soc-block{
  margin-right: 70px;
}

.top_panel-soc-block a {
  display: block;
  height: 15px;
  width: 20px;
  margin: 0px 12px;
}

.top_panel-soc-block a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.top_panel-soc-block a:hover {
  opacity: 1;
}
.top_panel-soc-block a.tw {
  background: url(../images/soc-icons.png) 7px 0px no-repeat;
}
.top_panel-soc-block a.yt {
  background: url(../images/soc-icons.png) -33px 0px no-repeat;
}
.top_panel-soc-block a.fb {
  background: url(../images/soc-icons.png) -74px 0px no-repeat;
}
.top_panel-soc-block a.ds {
  background: url(../images/soc-icons.png) -114px 0px no-repeat;
}
.top_panel .time {
  margin-left: 10px;
}
.top_panel-time{
  font-size: 13px;
}
.top_panel-time i.time {
  background: url(../images/clock-icon.png) no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.top_panel-time span{
  margin-left: 5px;
}

/**************/
.server{
position: relative;
left: -100px;
}
.server-name{
  position: relative;
  text-transform: none;
  font-size: 13px;
  left: -8px;
}

.status-online{
  position: relative;
  color: #96d222;
  font-size: 12px;
  left: 140px;
  top: -10px;
}

.status-online:after{
  content: "";
  position: absolute;
  height: 28px;
  width: 27px;
  top: -5px;
  left: 30px;
  background: url(../images/status-online-icon.png) no-repeat;
}

.progresss{
  position: relative;
  width: 130px;
}

.progresss-bar {
  position: relative;
  top: 10px;
}

.progresss-bar:after {
  content: "";
  position: absolute;
  background-color: #1f2226;
  width: 130px;
  height: 4px;
  top:  6px;
  left: 0;

}

.progresss-bar span {
  height: 20px;
  background: url(../images/line-server.png) repeat-x;
  display: block;
  position: relative;
  top: -2px;
  z-index: 10;
}

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

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

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

.sign-up{
  height: 16px;
  background: url(../images/sign-up.png) no-repeat;
}
.sign-up a{
  padding-left: 23px;
  position: relative;
  font-size: 13px;
}
.sign-up a:hover{
  text-decoration: underline;
  color: #fff;
}

/*menu*/
.menu-menu{
  position: relative;
  top: -1px;
  background-color: rgb(0 0 0 / 0.2);
  height: 100px;
}

.menu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;

}
.menu li {
  display: inline-block;
  height: 100px;
  padding-left: 8px;
  padding-right: 26px;
  transition: all 0.3s ease;
}
.menu li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  display: block;
  padding: 36px 0px 0px 85px;
}

.menu .active {
  height: 100px;
  padding-left: 8px;
  padding-right: 26px;
  background-color: rgb(5 7 10 / 0.45);
}

.menu li:hover {
  text-shadow: 0px 0px 15px rgb(252 247 192 / 0.5);
  background-color: rgb(5 7 10 / 0.45);
  transition: all 0.3s ease;
}
.menu li span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 2px;
  text-shadow: 0px 0px 15px rgb(252 247 192 / 0.8);
}
.icon-m-1{
  height: 100px;
  background: url(../images/icon-m-1.png) no-repeat;
}
.icon-m-2{
  height: 100px;
  background: url(../images/icon-m-2.png) no-repeat;
}
.icon-m-3{
  height: 100px;
  background: url(../images/icon-m-3.png) no-repeat;
}
.icon-m-3-left{
  position: relative;
  left: 30px;
}
.icon-m-4{
  height: 100px;
  background: url(../images/icon-m-4.png) no-repeat;
}
.menu-span{
margin-left: 85px;
margin-right: 85px;
}

/*end menu*/

/*download*/

.download-block  {
display: flex;
height: 120px;
width: 294px;
background: url(../images/download.jpg) no-repeat;
transition: all 0.3s ease;
}

.download-block a {
  font-size: 22px;
  color: #b2be79;
  padding-left: 145px;
  padding-top: 40px;
  text-align: left;
}

.download-block span {
  font-weight: bold;
  color: #fffac6;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
}

.download-block p{
  font-size: 13px;
  padding-top: 5px;
}

.download-block:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  transition: all 0.3s ease;
}

/*end download*/
/*top block*/
/*account panel*/
.top-block-left{

}
.top-block{
  margin-top: 8px;
}
.block-login{
  width: 294px;
  min-height: 380px;
  background-color: #06090d;
  padding: 40px;
  position: relative;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
}
.block-events{
  min-height: 380px;
  background-color: #06090d;
  padding: 40px;
  position: relative;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
}
.top-block-span{
  margin: 0px 4px;
}
.title-events{
  position: relative;
  text-align: center;
  padding-top: 2px;
  margin-bottom: 45px;
}
.title-login{
  position: relative;
  text-align: center;
  padding-top: 2px;
  margin-bottom: 65px;
}
.title-login:before{
  content: "";
  position: absolute;
  background: url(../images/title-login-icon.png) no-repeat;
  height: 93px;
  width: 294px;
  top: -10px;
  left: -40px;
  z-index: 1;
}

.input-user {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.input-user input {
  width: 214px;
  height: 48px;
  background-color: #0c1115;
  border: none;
}
.buttons-block{
  margin-top: 16px;
}
.lost {
  text-align: center;
  color: #909191;
  margin-top: 21px;
}

.lost a{
  font-size: 12px;
  color: #909191;
}

.lost a:hover{
  color: #fff;
  text-decoration: underline;
}
/*end account panel*/
/*news*/

.events-block {
  display: flex;
  flex-direction: column;
  background: #06090d;
  padding: 40px 0;
  width: 596px;
  height: 380px;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
  position: relative;
}

.top-event-block {
  padding: 11px 40px;
  border-bottom: 1px solid#161619;
}

.news-top-title {
  position: relative;
  display: flex;
}

.events-block:before {
  content: "";
  position: absolute;
  top: -63px;
  width: 596px;
  height: 153px;
  background: url('../images/news-icon.png') 0 0 no-repeat;
}

.news-top-title span.active {
  color: #ffbf48;
}

.news-top-title span.active:after {
  content: ''; 
  position: absolute;
  top: -39px;
  left: -47px;
  width: 143px; 
  height: 80px; 
  background: url(../images/rang-activ.png) no-repeat;
}  
.news-top-title span {
  display: block;
  color: #7e7c7b;
  font-size: 14px;
  padding: 5px 35px 10px 10px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}
   
.news-top-title span:hover{
  color: #ffbf48;
  cursor: pointer;
}

.tab-more {
  position: absolute;
  right: 0;
  color: #fff;
  background: #2f330c;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  line-height: 20px;
  text-align: center;
  display: none;
  text-decoration: none;
  font-size: 18px;
  margin-right: 40px;
  z-index: 2;
}

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

.tab-block {
    display: none;
}

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

@keyframes tab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}  

.tab-block li {
  position: relative;
  color: #fff;
  padding: 18px 40px;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-block li:hover {
  background: #181313;
  transition: 0.3s;
  padding: 18px 45px 18px 35px;
  cursor: pointer;
}

.tab-block span {
    color: #ffbf48;
}

.tab-block .date {
    color: #7e7c7b;
}

.tab-block li:hover .button-more {
    display: block;
    transition: 0.3s;
}

.tab-block li:hover .date {
    display: none;
}

.tab-block li:hover {
  color: #ffa600;
}

.tab-block li:hover span {
    color: #ff1010;
}

.button-small{
  position: relative;
  padding: 7px 26px 7px 20px;
  background: #141212;
  transition: 0.3s;
  font-size: 12px;
  top: 15px;
}

.button-small:hover {
  box-shadow: 2px 5px 20px 0 #000;
  background: #010000;
  transition: 0.3s;
}

.button-small::before {
  content: "";
  position: absolute;
  right: 6px;
  width: 14px;
  height: 16px;
  background: url('../images/more-icon.png') 0 0 no-repeat;
  transition: 0.3s;
}

.button-more {
  position: absolute;
  right: 40px;
  display: none;
  padding: 5px 18px 5px 10px;
  background: #141212;
  transition: 0.3s;
  font-size: 12px;
}

.button-more:hover {
  box-shadow: 2px 5px 20px 0 #000;
  background: #010000;
  transition: 0.3s;
}

.button-more::before {
  content: "";
  position: absolute;
  right: 1.5px;
  width: 14px;
  height: 16px;
  background: url('../images/more-icon.png') 0 0 no-repeat;
  transition: 0.3s;
}

/*end news*/
/*end top block*/

/*center block*/
.center-block{
  margin-top: 80px;
}
.center-block-title{
border-bottom: 1px solid#3a3b3d;
padding-bottom: 13px;
margin-bottom: 20px;
}
.center-block-title a{
  color: #fff;
}
.center-block-title a:hover{
  color: #ffbf48;
}

.center-content{
  text-align: center;
  width: 294px;
  height: 340px;
  background: url('../images/bg-center-block.jpg') no-repeat;
  position: relative;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
}
.centet-content-title{
  position: relative;
  bottom: -270px;
  color: #ffa200;
  text-transform: uppercase;
  z-index: 10;
}

.ct-1 img{
  position: relative;
  top: -46px;
  transition: 0.3s;
}
.ct-1 img:hover{
  margin-top: -15px;
  transition: 0.3s;
}
.ct-2 img{
  position: relative;
  top: -20px;
  transition: 0.3s;
}
.ct-2 img:hover{
  margin-top: -15px;
  transition: 0.3s;
}
/*end center block*/

/*media block*/
.media-block{
  margin-top: 75px;
}
.media-block-left{
  width: 596px;
  height: 390px;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
}
.video-player {
  text-align:center;
  width: 596px;
  height: 390px;
  flex-direction: column;
  justify-content: space-around;
  background: url('../images/bg-video.jpg') 0 0 no-repeat;
  transition: 0.5s;
}

.video-player .title-video {
    opacity: 0;
    transition: 0.5s;
}

.video-player:hover {
    box-shadow: inset 0 -60px 40px -40px #000;
}

.video-player:hover .title-video {
  opacity: 1;
  padding-top: 100px;
}

.video-player .start-video {
  width: 80px;
  height: 80px;
  padding-bottom: 10px;
  margin-top: 150px;
  transform: rotate(90deg);
  font-size: 50px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: 0.5s;
}

.video-player .start-video:hover {
  border: 1px solid #ccc;
  color: #ccc;
  cursor: pointer;
}
.media-margin-bottom{
   margin-bottom: 8px; 
}
.video-player-right span{
  margin: 0px 4px;
}
/*****************************************/
.media-block-right{
  width: 596px;
  height: 390px;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
}
.goodBlock {
  position: relative;
  overflow: hidden;
  height: 191px;
  width: 294px;
  transition: all 0.5s linear;
  opacity: 0.5;
  transition: 0.3s;
}
.goodBlock-bottom {
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 191px;
  background: rgb(1 0 0 / 0.8);
  color: #fff;
  font-size: 14px;
}
.goodBlock:hover{
  opacity: 1;
  transition: 0.3s;
}

.goodBlock:hover .goodBlock-bottom {
  top: 151px;
}

/*****************************************/
/*end media block*/
/*footer*/
/*To top*/

.toTop-fon{
  display: flex;
  justify-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.toTop {
  background: url(../images/to-top.png) no-repeat;
  width: 1200px;
  height: 75px;
  cursor: pointer;
  display: flex;
  transition: all 0.3s ease;
}

.toTop:hover {
  -webkit-filter: brightness(140%); 
  filter: brightness(140%);
  transition: all 0.3s ease;
}
/*end To top*/
/*footer menu*/

.footer-block{
  justify-content: center;
  align-items: center;
  text-align:center;
}

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

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

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

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

.footer{
  text-align:center;
}

.footer-block-coperite{
  font-size: 12px;
  margin-bottom: 91px;
}

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

.footer-logo a:hover{
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}
/*end footer menu*/

/*pay-ments*/
.pay-ments{
  justify-content: center;
  margin-bottom: 38px;
  margin-top: 13px;
}
.pay-ments a {
  display: block;
  margin: 0px 12px;
  opacity: 0.5;
}

.pay-ments a:hover {
  opacity: 1;
}
.pay-ments a.vs {
  height: 26px;
  width: 56px;
  background: url(../images/pay-ments-vs.png) no-repeat;
}
.pay-ments a.mc {
  height: 26px;
  width: 111px;
  background: url(../images/pay-ments-mc.png) no-repeat;
}
.pay-ments a.gt2 {
  height: 26px;
  width: 158px;
  background: url(../images/pay-ments-gt2.png) no-repeat;
}
/*end pay-ments*/
/* end footer*/

/*******************************************news****************************/
.news-full{
  padding: 0px 40px;
}
.events-block-news{
  display: flex;
  flex-direction: column;
  background: #06090d;
  padding: 40px 0;
  width: 898px;
  min-height: 380px;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
  position: relative;
}
.events-block-news:before {
  content: "";
  position: absolute;
  left: 151px;
  top: -63px;
  width: 596px;
  height: 153px;
  background: url('../images/news-icon.png') 0 0 no-repeat;
}
.block-news-title{
  text-transform: uppercase;
  margin: 38px 0px 34px 0px
}
.block-news-content p{
  margin: 25px 0px 25px 0px;
  line-height: 24px;
}
.block-news-content img{
  max-width: 100%;
}
.date-full {
  font-size: 18px;
  color: #696975;
  padding-top: 20px;
}
.date-full span {
  color: #fff;
  font-size: 30px;
}
.admin-content{
  position: relative;
  z-index: 20;
  padding-top: 30px;
}
.title-login-after:after{
  content: "";
  position: absolute;
  background: url(../images/title-login-icon-full.jpg) no-repeat;
  height: 145px;
  width: 294px;
  top: -40px;
  left: -40px;
  z-index: 10;
}

.admin-tiitle{
  color: #8e8f90;
  text-align: center;
}
.admin-tiitle span{
  color: #fff;
}
.link-admin-top{
  line-height: 30px;
  padding: 36px 40px 23px 40px;
  margin: 0px -40px;
  border-bottom: 1px solid#1f2226;
}
.link-admin-right{
  color: #ffbf48;
}
.admin-icon img{
  border-radius: 50%;
  width: 47px;
  height: 47px;
  background-size: 47px;
  position: absolute;
  top: -39px;
}
.link-admin-bottom{
  margin-top: 23px;
}
.link-admin-bottom a{
  color: #737e8c;
}

.link-admin-bottom li{
  padding: 7px 0px 7px 0px;  
  transition: all 0.3s ease;
}
.link-admin-bottom li:hover {
  background-color: #1f2226;
  transition: all 0.3s ease;
  margin: 0px -40px;
  padding: 7px 45px 7px 35px; 
  cursor: pointer;
}

.link-admin-bottom li:hover a{
  color: #fff;
}


/*******************************************end news************************/

/*******************************************rankings****************************/

.top-players {
  display: flex;
  flex-direction: column;
  background: #06090d;
  padding: 40px 0;
  width: 898px;
  min-height: 380px;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
  position: relative;
}
.top-players:before {
  content: "";
  position: absolute;
  left: 151px;
  top: -63px;
  width: 596px;
  height: 153px;
  background: url('../images/news-icon.png') 0 0 no-repeat;
}

.top-players-top {
  padding: 0 40px;
  border-bottom: 1px solid#161619;
}
.top-players-top .tab-more {
  margin-bottom: 32px;
}

.top-players-title:after {
  content: ''; 
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 143px; 
  height: 80px; 
  background: url(../images/rang-activ.png) no-repeat;
}  
.top-players-title {
  display: block;
  font-size: 14px;
  padding: 0 35px 34px 20px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
  color: #ffbf48;
  cursor: pointer;
}

.buttons {
  margin: 30px auto;
  margin-bottom: 20px;
}
.buttons button {
  height: 34px;
  box-shadow: none;
  background: #2e1e20;
  width: auto;
  padding: 10px 18px;
  font-size: 14px;
  text-transform: none;
  margin-right: 8px;
}
.buttons select {
  position: relative;
  height: 34px;
  border: none;
  display: inline-block;
  background: #2e1e20;
  padding: 8px 35px;
  font-size: 14px;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.buttons .select {
  position: relative;
}
.buttons .select:after {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  right: 15px;
  top: 15px;
}
.buttons select:hover {
  filter: brightness(120%); 
}

.players-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  background: #06080c;
}
.players-list li:nth-of-type(2n) {
  background: #0c0e12;
}
.players-list li.title-row {
  color: #ffbf48;
}
.players-list li span {
  width: 12%;
  text-align: center;
}
.players-list li span:first-of-type {
  width: 77px;
  text-align: right;
  padding-right: 22px;
}
.players-list li span:nth-of-type(2) {
  text-align: left;
  width: 180px;
}
.players-list li span:last-of-type {
  width: 100px;
  padding-right: 40px;
}
.status {
  width: 12px;
  height: 12px;
  background: url('../images/status-icon.png') center 0 no-repeat;
  margin: 0 auto;
}
.wrong-status {
  background-position: center -52px;
}
/*
.pagination {
  margin: 82px auto 20px auto;
}
.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #120f13;
  color: #8d7951;
  margin-right: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.pagination li.active,
.pagination li:hover {
  background: radial-gradient(#483320, #201719);
  color: #fff;
}
.pagination li.next {
  margin-right: 0;
  margin-left: 11px;
}
.pagination li.prev {
  margin-right: 25px;
}
.pagination li.prev,
.pagination li.next {
  background: radial-gradient(#352916, #0d0d10);
}
.pagination li.prev:hover,
.pagination li.next:hover {
  filter: brightness(1.3);
}
.pagination li.prev:after,
.pagination li.next:after {
  content: "";
  width: 14px;
  height: 15px;
  background: url('../images/pagination-back.png') center no-repeat;
}
.pagination li.next:after {
  transform: rotate(180deg);
}
*/
/*******************************************end rankings************************/

/*******************************************account************************/
.account {
  display: flex;
  flex-direction: column;
  background: #06090d;
  padding: 40px 0 180px 0;
  width: 898px;
  min-height: 380px;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
  position: relative;
}
.account:before {
  content: "";
  position: absolute;
  left: 151px;
  top: -63px;
  width: 596px;
  height: 153px;
  background: url('../images/news-icon.png') 0 0 no-repeat;
}

.top-account {
  padding: 0 40px;
  border-bottom: 1px solid#161619;
}

.account-title:after {
  content: ''; 
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 143px; 
  height: 80px; 
  background: url(../images/rang-activ.png) no-repeat;
}  
.account-title {
  display: block;
  font-size: 14px;
  padding: 0 35px 34px 20px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
  color: #ffbf48;
  cursor: pointer;
}

.account h3 {
  text-transform: none;
  font-size: 14px;
  color: #ffbf48;
  margin-bottom: 18px;
  margin-top: 40px;
  margin-left: 40px;
}
.account ul {
  border-top: 1px solid #1d2128;
  border-bottom: 1px solid #1d2128;
}
.account li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  background: #0e1115;
  padding: 0 10px;
}
.account li:nth-of-type(2n) {
  background: #06090d;
}
.account li span {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 20px;
  border-right: 1px solid #1d2128;
  padding: 0 30px;
}
.account li span:last-of-type {
  border-right: none;
}

.account .info li span:first-of-type {
  width: 282px;
}
.account .info li span:nth-of-type(2) {
  width: 440px;
  border-right: none;
}
.account .info li span:last-of-type {
  width: 205px;
  text-align: right;
}


.account .services li {
  height: 70px;
}
.account .services li:first-of-type {
  height: 52px;
}
.account .services li span {
  width: 33.33%;
}
.account .services li span:first-of-type {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
}
.account .services li span:last-of-type {
  text-align: right;
}

.account .character-info li span {
  width: 25%;
}
.account .character-info li span:first-of-type {
  color: #737e8c;
}
.account .character-info li.title-row span:first-of-type {
  color: #fff;
}
.account .character-info li sup {
  color: #f44949;
  margin-bottom: 5px;
  font-size: 10px;
}

.account button {
  height: 34px;
  box-shadow: none;
  background: #2e1e20;
  width: auto;
  padding: 10px 18px;
  font-size: 14px;
  text-transform: none;
  margin-left: auto;
}
.account select {
  position: relative;
  height: 34px;
  border: none;
  display: inline-block;
  background: #2e1e20;
  padding: 8px 35px;
  font-size: 14px;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.account .select {
  position: relative;
  margin-left: auto;
}
.account .select:after {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  right: 15px;
  top: 15px;
}
.account select:hover {
  filter: brightness(120%); 
}
.account .status {
  margin-right: 16px;
}

/*******************************************end account************************/

/******modal******/
/*modal windovs*/


.modal_div {
  max-width: 500px;
  width: 100%;
  min-height: 600px;
  background: #040607;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -250px;
  margin-top: -50px;
  display: none;
  opacity: 0;
  z-index: 999;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

.modal_div {
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
}

.modal-v {
  display: none;
  padding: 0 70px 45px 70px;
}
.modal-v.active {
  display: block;
  animation: opas 0.5s linear;
}
.signTabs{
  text-align: center;
  padding: 60px 0px 55px 0px;
  position: relative;
}
.signTabs:after{
content: "";
position: absolute;
width: 500px;
height: 75px;
left: 0;
top: -33px;
background: url(../images/modal-signup-icon.png) no-repeat;
}

@keyframes opas {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.modal_div .modal_close {
  width: 30px;
  height: 30px;
  background: url(../images/close-icon.png) center no-repeat;
  position: absolute;
  top: 15px;
  right: -45px;
  cursor: pointer;
  display: block;
  transition: 0.3s;
  z-index: 1000;
}

#overlay {
  z-index: 998;
  position: fixed;
  background-color: rgba(10, 16, 20, 0.85);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.facebookButton,
.googleButton {
  width: 100%;
  height: 52px;
  text-align: center;
  background: #297fff url('../images/sign-icons.png') 16px 16px no-repeat;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.googleButton {
  color: #000;
  background: #fff url('../images/sign-icons.png') 16px -38px no-repeat;
  margin-bottom: 30px;
}
.facebookButton:hover {
  color: #fff;
  filter: brightness(1.3);
}
.googleButton:hover {
  color: #000;
  filter: brightness(1.3);
}
.facebookButton span,
.googleButton span {
  font-weight: bold;
  margin-left: 5px;
}

.or {
  position: relative;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #797979;
  text-align: center;
}
.or:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 50%;
  height: 1px;
  max-width: 160px;
  background: #1e1f20;
}
.or:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 50%;
  height: 1px;
  max-width: 160px;
  background: #1e1f20;
}

.modalForm {
  margin-top: 30px;
}

.formLinks p {
  max-width: 80%;
  text-align: center;
  font-size: 14px;
  color: #8f7f61;
  margin: 35px auto 0;
  line-height: 1.4;
}
.formLinks a{
  color: #fff;ffbf48
}
.formLinks a:hover{
  color: #ffbf48;
}
.formGroup {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}
.formGroup-name {
  display: block;
  font-size: 14px;
  color: #ffbf48;
  margin-bottom: 4px;
}
.formGroup input {
  width: 100%;
  background: #0b0e0f;
  height: 50px;
  padding: 15px 20px;
  font-size: 14px;
  transition: 0.3s;
}
#sign-up input {
  background: #0b0e0f;
  height: 45px;
}
.formGroup input::-webkit-input-placeholder {
  color:rgba(255, 255, 255, 0.3);
}
.formGroup input::-moz-placeholder {
  color:rgba(255, 255, 255, 0.3);
}
.formGroup input:-moz-placeholder {
  color:rgba(255, 255, 255, 0.3);
}
.formGroup input:-ms-input-placeholder {
  color:rgba(255, 255, 255, 0.3);
}
.wrong-validation input {
  border: 2px solid #f08d2f;
  color: #f08d2f;
  box-shadow: 0 0 20px 0 rgba(240, 142, 47, 0.3);
}
.wrong-validation:after {
  position: absolute;
  right: 10px;
  top: 34px;
  content: "";
  width: 15px;
  height: 15px;
  background: url('../images/validation-icons.png') 0 -15px no-repeat;
}
.success-validation:after {
  position: absolute;
  right: 10px;
  top: 34px;
  content: "";
  width: 15px;
  height: 15px;
  background: url('../images/validation-icons.png') 0 0 no-repeat;
}
.formGroup .error {
  position: absolute;
  top: -18px;
  right: -452px;
  width: 444px;
  height: 130px;
  padding: 40px 0 40px 170px;
  font-size: 13px;
  line-height: 16px;
  color: #f08d2f;
  background: url('../images/wrong-validation-bg.png') center no-repeat;
  z-index: 10;
}

.formGroup-button button {
  width: 100%;
  height: 52px;
  background: url('../images/login-btn-bg.jpg') center no-repeat;
  font-size: 16px;
  margin-top: 25px;
}

.scrollbar-inner {
  max-width: 100%;
}

/*********animation**********/
.sparks { position: absolute; width: 1200px; left: 40%; bottom: -100px; z-index: 1; }
.sparks > div { position: absolute; }
.sparks .spark_1 { background: url(../images/spark_1.png) no-repeat; width: 764px; height: 313px; right: 0; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 1s; animation-delay: 1s; }
.sparks .spark_2 { background: url(../images/spark_2.png) no-repeat; width: 179px; height: 335px; right: 230px; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark_3 { background: url(../images/spark_3.png) no-repeat; width: 128px; height: 165px; right: 280px; bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-3 4s linear infinite; animation: spark-3 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark-big { background: url(../images/spark_4.png) no-repeat; width: 794px; height: 176px; right: 0; bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-5 4s linear infinite; animation: spark-5 4s linear infinite; }
.sparks .spark_5 { -webkit-animation-delay: 2s; animation-delay: 2s; right: 40px; }

.sparks_2 .spark_1 { background: url(../images/spark_1.png) no-repeat; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks_2 .spark_2 { background: url(../images/spark_2.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.sparks_2 .spark_3 { background: url(../images/spark_3.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.sparks_2 .spark-big { background: url(../images/spark_4.png) no-repeat; }
.sparks_2 .spark_5 { -webkit-animation-delay: 3s; animation-delay: 3s; }

.sparks_2 { margin-left: -500px;}

@-webkit-keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }

@keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }


.smoke { position: absolute; left: 0; right: 0; top: 550px; 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; }

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


.timer{
  position: absolute;
  text-align: center;
  top: 99px;
  left: 30%;
  height: 206px;
  width: 443px;
  margin-left: -221px;
  padding-top: 50px;
  background: url(../images/bg-time.png)no-repeat;
}
.countdown-title {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
 
.countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
}
 
.countdown-number {
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
}
 
.countdown-time {
  padding: 15px;
  border-radius: 3px;
  background: rgb(120 40 62 / 0.8);
  display: inline-block;
}
 
.countdown-text {
  display: block;
  padding-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
}