@import url('https://fonts.googleapis.com/css?family=Lato&amp;display=swap');
@font-face {
  font-family: Angelus;
  src: url("angelus.otf") format("opentype");
}
@font-face {
  font-family: Lato;
  src: url("Lato.ttf") format("opentype");
}
html, body{
	margin: 0;
	padding: 0;
  min-width: 100%;
  min-height: 100%;
  font-family: Lato;
  background: url(../img/background.png)no-repeat;
  background-position: center -100px;
  position: relative;
}
input{
  font-family: 'Lato', sans-serif;
}
a{
  text-decoration: none;
}
.row{
  max-width: 1240px;
  margin: 0 auto;
}
.header{
  padding-top: 30px;
}
.header .row {
  background: rgba(73,93,104, 0.8);
  border-radius: 8px;
  box-shadow: 0 3px 3px rgb(0 0 0 / 50%);
}
.btm-menu{
  display: none;
}
.menu{
  float:left;
  width: 1000px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  margin-left: 35px;
}
.menu a{
  color: #fff;
  transition: 0.3s;
  margin: 0 25px;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 50%);
}
.menu a.active{
  color: #fff;
}
.menu a:hover{
  color: #ffcd16;
  text-shadow: 0 0 5px #403d3d;
}
.enter{
  float:right;
  height: 70px;
  font-size: 18px;
  margin-right: 20px
}
.enter a{
  color: #444242;
  text-align: center;
  height: 50px;
  margin-top: 10px;
  line-height: 50px;
  width: 172px;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
  letter-spacing: 2px;
  background: linear-gradient(318deg, rgba(255,214,81,1) 0%, rgba(229,151,0,1) 100%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
}
.enter a:hover{
  background: linear-gradient(318deg, rgba(255,214,81,1) 0%, rgba(255,214,81,1) 100%);
}
.center{
  text-align: center;
}
.online{
  font-size: 22px;
  color: #625d57;
  padding-top: 25px;
}
.online b{
  color: #000;
}
.logotype{
  height: 460px;
}
.logotype img {
  height: 320px;
  margin-top: 35px;
}
.start{
  margin: 16px auto 24px auto;
  display: block;
  width: 306px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #444242;
  border-radius: 5px;
  font-weight: 700;
  transition: all 0.3s ease;
  letter-spacing: 2px;
  background: linear-gradient(-45deg, #ffbc13, #ffa609, #ffe33d, #ffbc13);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
  text-shadow: 0 0 1px #bdacac, 0 0 2px #f7ebeb;
}
@keyframes gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}
.start:hover{
  background: linear-gradient(-45deg, #ffbc13, #ffbc13, #ffbc13, #ffbc13);
  color: #ffbc13;
  color: #000;
}
.overflow{
  overflow:auto;
}
.news{
  width: 605px;
  float:left;
}
.discussion{
  margin: 0 30px;
  padding: 0 30px;
  width: 200px;
  float:left;
  height: 675px;
  border-radius: 8px;
  background-image: url(../img/topline.png);
  background-repeat: no-repeat;
  background-color:#fff; 
}
.main-about{
  padding: 0 30px;
  width: 605px;
  float: right;
  height: 675px;
  border-radius: 8px;
  background-repeat: repeat-x;
  background-color:#fff; 
  box-sizing: border-box;
  position: relative;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
  background: linear-gradient(135deg, rgb(3 52 78 / 50%) 0%, rgba(73,93,104, 0.75) 100%);
  margin-bottom: 50px;
  overflow: hidden;
}
.main-about h3 {
  margin: 0;
  padding: 25px 0 10px 0;
  font-size: 30px;
  color: #ffdb93;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  position: relative;
  z-index:5;
}
.game-info{
  width: 330px;
  float:left;
}
.main-news{
  border-radius: 8px;
  min-height: 345px;
  position: relative;
  background-size: cover;
  overflow: hidden;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
  background: linear-gradient(135deg, rgb(3 52 78 / 50%) 0%, rgb(56 96 118 / 75%) 100%);
}
.content{
  margin-top: 55px;
}
.main-info-news h3{
  margin: 0;
  padding: 25px 0 10px 0;
  font-size: 30px;
  overflow: hidden;
  color: #ffdb93;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 35px;
  overflow: hidden;
}
.main-info-news{
  width: 58%;
  float: right;
  position: relative;
  z-index: 5;
}
.date-news{
  font-size: 12px;
  color: #a49c98;
  padding-bottom: 10px;
}
.text-news{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 140px;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn-news{
  display: inline-block;
  border: 1px solid #ffdb93;
  border-radius: 3px;
  height: 32px;
  width: 130px;
  line-height: 32px;
  color: #ffdb93;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  position: relative;
  transition: all 1s ease;
  background: rgba(0,0,0,0.3);
}
.btn-news:hover{
  color: #f5c849;
  border: 1px solid #f5c849;
  transition: all 1s ease;
}
.btn-news:before {
  content:'';
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 0;
  height: 32px;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  transition: all 1s ease;
}
.btn-news:hover:before {
  width: 100%;
  color: #fff;
}
.discussion h3{
  color: #857d74;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 25px 0 10px 0;
}
.avatar{
  display: inline-block;
  vertical-align: top;
  width: 40px;
}
.avatar img{
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-top:3px;
}
.dis-text{
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-left: 5px;
  color: #3f3c38;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
}
.dis-text a{
  color: #3f3c38;
  transition: all 0.1s ease;
  display: inline-block;
  max-height: 32px;
  overflow: hidden;
}
.dis-text a:hover{
  color: #e59700;
}
.dis-dates{
  color: #a49c98;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}
.dis-block{
  padding: 7px 0 13px 0;
  border-bottom: 1px solid #a49c9857;
}
.btn-dis{
  padding-top:14px;
}
.btn-dis .btn-news{
  width: 200px;
  height: 45px;
  line-height: 45px;
}
.btn-dis .btn-news:before {
  height: 45px;
}
.dis-block:last-of-type{
  border-bottom:none;
}
.btn-dis{
  margin:0;
}
.mini-news{
  padding: 0 30px 30px 30px;
  width: 227px;
  margin-right: 30px;
  margin-top: 30px;
  float:left;
  height: 270px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-color:#fff; 
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
  background: linear-gradient(135deg, rgb(3 52 78 / 50%) 0%, rgba(73,93,104, 0.75) 100%);
}
.mini-news:last-of-type{
  margin-right:0;
}
.mini-news .text-news {
  height: 138px;
  margin-bottom:15px;
  position: relative;
  z-index:5;
}
.mini-news h3{
  font-size: 18px;
  height: 42px;
  overflow: hidden;
  text-align: center;
  font-weight: 400;
  color: #ffdb91;
  margin: 0;
  padding: 25px 0 0 0;
  text-align: left;
  text-transform: uppercase;
}
/*табы*/
.tabs {
  width: 270px;
  padding: 0px;
  margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
  display: none;
}
.tabs table{
  font-size: 18px;
  text-align: left;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  width: 100%;
  color: #766c67;
  border-collapse: collapse;
}
.tabs table tr td:last-child{
  text-align: right;
}
.tabs table tr td{
  font-weight: bold;
  padding:7px 0;
  border-bottom: 1px solid #a49c9857;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabs table tr:last-child td{
   border-bottom: none;
}
.tabs table tr:first-child td:first-child{
  color: #e59700;
}
.tabs table tr:nth-child(2) td:first-child{
  color: #a9a9a9;
}
.tabs table tr:nth-child(3) td:first-child{
  color: #ad6c49;
}
.tabs table tr td:last-child{
  color: #aa978c;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs{
  text-align: center;
}
/* Прячем чекбоксы */
.tabs>input {
  display: none;
  position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
  display: inline-block;
  text-align: center; 
  color: #857d74;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 25px 0 10px 0; 
  width: 50%;
  border-bottom: 1px solid #a49c9857;
  float:left;
}

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
  color: #888;
  cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
  color: #e59700;
  border-bottom: 1px solid #e59700;
  cursor:pointer;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
  display: block;
}

.logotype{
  position: relative;
}
.shadow-point, .shadow-point2 {
  position: absolute;
  top: 220px;
  left: calc(50% - 85px);
  width: 16px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  animation: shadow 2s infinite alternate;
}
.shadow-point2{
  top: 190px;
  left: calc(50% + 40px);
}
@keyframes shadow {
  from {
    box-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white;
  }
  to {
    box-shadow: 0 0 100px white, 0 0 200px white, 0 0 300px white, 0 0 600px white, 0 0 1000px white;
  }
}
.top-pvp{
  border-radius: 8px;
  background-image: url(../img/topline.png);
  background-repeat: no-repeat;
  background-size:  100% auto;
  background-color:#fff; 
  width: 270px;
  padding: 0 30px 30px 30px;
  height: 240px;
}
.stream{
  border-radius: 8px;
  background-image: url(../img/topline.png);
  background-repeat: no-repeat;
  background-size:  100% auto;
  background-color:#fff; 
  width: 270px;
  margin-top:30px;
  padding: 0 30px 30px 30px;
  height: 345px;
}
.fraction .tabs table tr td{
  color: #3f3c38!important;
}
.green{
  color: #87ff79!important;
  font-weight: 400;
}
.red{
  color: #ff7e67!important;
  font-weight: 400;
  text-shadow: 0 0 1px #eb0000;
}
.fort{
  margin: 20px 0 20px 0;
  width: 260px;
  height: 105px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 30px #000;  
}
.about-project{
  padding: 30px 0;
  min-height: 290px;
  overflow: hidden;
}
.about-project h3{
  color: #857d74;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.about-project p{
  color: #3f3c38;
  font-size: 16px;
  padding:0 30px;
  line-height: 24px;
}
.screen h3{
  color: #e0d8ce;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.screen img{
  height: 175px;
  cursor: pointer;
  width: 290px;
  border-radius: 4px;
  object-fit: cover;
  margin-right:22px;
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.screen img:last-child{
  margin-right:0;
}
.screen{
  padding-top:50px;
  padding-bottom:50px;
}
.screen img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255,255,255,0.8);
}
.footer{
  background: rgba(0,0,0,0.5);
  padding: 50px;
  margin-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #ffffff30;
  overflow: auto;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: linear-gradient(135deg, rgb(0 0 0 / 50%) 0%, rgb(40 65 78 / 75%) 100%);
}
.menu-footer{
  float:left;
  width: 180px;
  color: #fff;
  font-size: 18px;
}
.menu-footer a{
  display: block;
  font-size: 14px;
  color: #f9d691;
  text-transform: uppercase;
  margin: 5px 0;
  transition: 0.2s;
}
.menu-footer a:hover{
  color: #fff;
  transition: 0.2s;
}
.menu-footer p{
  margin-top: 7px;
}
.footer-text{
  float:right;
  width: 300px;
  color: #e0d8ce;
  font-size: 10px;
}
.footer-text p b{
  color: #fff;
  font-weight: 400;
}
.font-14{
  font-size: 14px;
}
.footer-text div a{
  float: right;
  margin-top: 12px;
  margin-left: 20px;
  transition: 0.3s;
}
.footer-text div a:hover{
  transition: 0.3s;
  transform: scale(1.1);
}
.name-page{
  text-align: center;
}
.name-page h3{
  color: #ffab00;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  margin-top: -5px;
  text-shadow: 0 0 1px #979797, 0 0 3px #fff, 0 0 15px #f9eed8, 0 0 25px #ebb95f;
}
.name-page div{
  color: #726e68;
  font-size: 18px;
  font-weight: bold;
}
.about{
  margin-top: 20px;
  min-height: 815px;
  border-radius: 8px;
  padding: 0 30px;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
  background: linear-gradient(135deg, rgb(3 52 78 / 50%) 0%, rgba(73,93,104, 0.75) 100%);
}
.about h3{
    color: #ffdb93;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 25px 0 10px 0;
}
.text-about{
  float:left;
  width: calc(50% - 30px);
  text-align: left;
  margin-right:60px;
  color: #fff;
}
.last-block{
  margin-right:0!important;
}
.text-about h4{
  color: #ffdb93;
  margin-top: 10px;
  letter-spacing: 1px;
}
.text-about p{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.line{
  margin: 15px 0 5px 0;
  height: 1px;
  background: rgba(0,0,0,0.2);
}
.why{
  width: 225px;
  padding: 10px 20px 50px 20px;
  margin-top: 25px;
  margin-right: 35px;
  text-align: center;
  background: rgba(0,0,0,0.5);
  display: inline-block;
  vertical-align: top;
  min-height: 400px; 
  border-radius: 8px;
  position: relative;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
}
.why img{
  margin-top: 10px;
}
.why p{
  color: #ffdb93;
  font-weight: bold;
}
.why div{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.stndrt-btn{
  margin-top: 30px;
  display: inline-block;
  width: 255px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #444242;
  border-radius: 5px;
/*  background-color: #e59700;*/
  font-weight: bold;
  transition: all 1s ease;
  position: relative;
  background: linear-gradient(318deg, rgba(255,214,81,1) 0%, rgba(229,151,0,1) 100%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
}
.stndrt-btn:hover{
  background: linear-gradient(318deg, rgba(255,214,81,1) 0%, rgba(255,214,81,1) 100%);
}
/*.stndrt-btn:before {
  content:'';
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 0;
  height: 44px;
  background: rgba(0,0,0,0.1);
  border-radius: 5px;
  transition: all 1s ease;
}
.stndrt-btn:hover:before {
  width: 100%;
}*/
.video{
  padding-top: 25px;
}
.video iframe{
  margin-top: 10px;
  height: 165px;
  cursor: pointer;
  width: 290px;
  border-radius: 4px;
  object-fit: cover;
  margin-right:22px;
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.video iframe:last-child{
  margin-right:0;
}
.donate-text{
  color: #fff;
  line-height: 24px;
  padding: 30px 0;
}
form{
  text-align: center;
}
.login form{
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgb(48 79 94);
  padding: 20px;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 3px 3px rgb(0 0 0 / 50%);
  color: #fff;
}
form input, form select{
  width: 520px;
  padding: 10px 20px;
  color: #333;
  line-height: 21px;
  background: #e6e6e6; 
  border: none;
  border-radius: 5px;
}
form div{
  margin-bottom: 25px;
}
.btn{
  display: inline-block!important;
  width: 255px;
  height: 44px;
  line-height: 44px!important;
  font-size: 20px;
  border-radius: 5px;
  color: rgb(24, 23, 22);
  letter-spacing: 2px;
  background: linear-gradient(318deg, rgba(255,214,81,1) 0%, rgba(229,151,0,1) 100%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
  font-weight: bold;
  transition: all 1s ease;
  padding:0;
}
.btn:hover{
  transition: all 1.3s ease;
  cursor:pointer;
  background: linear-gradient(318deg, rgba(255,214,81,1) 0%, rgba(255,214,81,1) 100%); 
}
.donate .text-about h4{
  margin-bottom: 10px;
}
.donate{
  margin-bottom:50px;
}
.start-page .name-page{
  padding-top: 30px;
}
.start-page .content{
  margin-top:0;
}
.donate h3 span{
  color: #ffdb93;
  font-weight: bold;
}
.half-info{
  width: 280px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
}
.start-page .stndrt-btn{
  /*line-height: 28px;
  padding-top:5px;*/
  margin-top: 25px;
}
.stndrt-btn div{
  font-size: 10px;
  margin-top:-10px;
}
.start-page .half-info p a{
  color: #ffdb93;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 1px;
}
.start-page .half-info p a:hover{
  color: #c2f1f9;
  text-decoration: none;
}
.start-page .about{
  height: auto;
  min-height: auto;
  padding-bottom:30px;
  margin-bottom:30px;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
  background: linear-gradient(135deg, rgb(3 52 78 / 50%) 0%, rgba(73,93,104, 0.75) 100%);
}
.start-info{
  width: 75%;
  margin: 20px auto 0 auto;
  color: #fff;
  line-height: 24px;
}
.second .half-info .stndrt-btn{
  line-height: 40px;
}
.start-info a{
  color: #ffd788;
  font-weight: 600;
}
.start-info a:hover{
  text-decoration: underline;
  font-weight: bold;
}
.donate h3{
  text-transform: uppercase;
}
.second:last-of-type{
  margin-bottom:0;
}
.social-btn{
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  border: 1px solid #ce9609;
  text-align: center;
  line-height: 58px;
  margin: 0px 20px;
  border-radius: 3px;
  transition: all 1.3s ease;
  background: #fff;
}
.social-start .start-info{
  margin-top: 50px;
  color: #333;
}
.social-start {
  margin: -20px auto 0 auto;
  max-width: 1240px;
}
.mini-vk{
  vertical-align: top;
  margin-top:16px;
}
.mini-forum{
  vertical-align: top;
  margin-top: 10px;
}
.social-btn:hover {
    cursor: pointer;
    box-shadow: 60px 0 0 0 rgba(0,0,0,.1) inset;
}
.table-block {
  position: relative;
}
/* Стили секций с содержанием */
.tabs-stat>section {
  display: none;
  margin-top: 30px;
  min-height: 815px;
  max-height: 820px;
  overflow: auto;
  border-radius: 8px;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
  background: linear-gradient(135deg, rgb(26 52 66 / 73%) 0%, rgb(37 49 56) 100%);
}
.tabs-stat>section::-webkit-scrollbar-track
{
  border-radius: 0px;
  background-color: rgba(255,255,255,0.5);
}

.tabs-stat>section::-webkit-scrollbar
{
  width: 8px;
  background-color: rgba(255,255,255,0.5);
}

.tabs-stat>section::-webkit-scrollbar-thumb
{
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: rgba(0,0,0,0.75);
  cursor:pointer;
}
.tabs-stat table{
  font-size: 18px;
  text-align: left;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  width: 100%;
  color: #fff;
  border-collapse: collapse;
}
.tabs-stat table tr th{
  padding: 20px 5px;
  text-align: center;
  font-weight: 400;
}
.tabs-stat table tr td{
  padding: 20px 5px;
  border-bottom: 1px solid #a49c9857;
  max-width: 120px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.tabs-stat table tr:hover{
  background: rgba(0,0,0,0.2); 
}
.tabs-stat table.top tr td{
  padding: 10px 5px;
}
.tabs-stat table tr:last-child td{
   border-bottom: none;
}
.tabs-stat table tr:first-child{
  background-color: rgba(0, 0, 0, 0.5); 
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs-stat{
  text-align: center;
  position: relative;
  z-index:2;
}
/* Прячем чекбоксы */
.tabs-stat>input {
  display: none;
  position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs-stat>label {
  display: inline-block;
  float: left;
  text-align: center; 
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  padding:0 20px; 
  background: rgba(0,0,0,0.3);
  border-right: 1px solid #fff;
}


/* Изменения стиля переключателей вкладок при наведении */
 
.tabs-stat>label:hover {
  cursor: pointer;
  transition: all 1.3s ease;
  box-shadow: 270px 0 0 0 rgba(0,0,0,.1) inset;
}
/* Стили для активной вкладки */
.tabs-stat>input:checked+label {
  color: #fff;
  cursor:pointer;
  background: rgba(0,0,0,0.5);
}
/* Активация секций с помощью псевдокласса :checked */
#tab-stat1:checked~#content-tab-stat1, #tab-stat2:checked~#content-tab-stat2, 
#tab-stat3:checked~#content-tab-stat3, #tab-stat4:checked~#content-tab-stat4,
#tab-stat5:checked~#content-tab-stat5, #tab-stat6:checked~#content-tab-stat6
 {
  display: block;
}
.fon-tabs{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 60px;
  background: rgba(73,93,104, 0.8);
  box-shadow: 0 3px 3px rgb(0 0 0 / 50%);
  z-index: 1;
}
.tabs-stat section table{
  font-weight: 400;
}
.green{
  color: green;
}
.red{
  color: red;
}
.clan{
  color: #ffdb93;
}
.tabs-stat section table td div{
  font-size: 14px;
  color: #97e1f7;
}
.other tr td:first-child{
  text-align: right;
  width: 48%!important;
}
.other tr td:last-child{
  text-align: left;
  width: 48%!important;
}
.stream h3 {
    color: #857d74;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 25px 0 10px 0;
}
.all-stream iframe{
  width: 250px;
  height: 130px;
  margin-bottom:20px;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  border-radius: 4px;
}
.all-stream{
  max-height: 285px;
  overflow: auto;
  text-align: center;
}
.all-stream::-webkit-scrollbar-track
{
  border-radius: 2px;
  background-color: #fff;
}

.all-stream::-webkit-scrollbar
{
  width: 8px;
  background-color: #fff;
}

.all-stream::-webkit-scrollbar-thumb
{
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.3);
  background-color: #f5cb78;
  cursor:pointer;
}
.all-stream h4{
  padding-top:50px;
  font-size: 30px;
  color: #857d74;
}
.timer{
  position: absolute;
  top:130px;
  right:0px;
}
.countdown-alt-2 .item{
  float:none; 
  margin-bottom:10px;
  border-radius: 4px;
  font-size: 25px; 
  max-width: auto;
  min-width: auto;
  width: 35px!important;
  padding: 26px 10px 5px 10px;
  background: rgba(255,255,255,0.6);
  border: 2px solid rgba(255,255,255,0.3);
}
.countdown-alt-2 .label{
  border-radius: 4px; 
  width: 45px;
  padding: 1px 5px 3px 5px;
  background: #e59700;
}
.countdown-alt-2{
  transform:none;
  margin: 0;
  padding-top:10px;
}
.timer p{
  text-align: center;
  margin:0;
  font-weight: bold;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff;
}




 

 
/* увеличенная картинка */
#magnify {
  display: none;
 
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 70%;
  max-height: 95vh;
  border-radius: 4px;
  height: auto;
  z-index: 9999;
  box-shadow: 0 0 20px #000;
  overflow: hidden;
}
 
#magnify img {
  width: 100%;
}
 
/* затемняющий фон */
#overlay {
  display: none;
 
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
 
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
 
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
 
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(../../codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
 
@keyframes rota {
 25% { transform: rotate(360deg); }
}
 
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.lang{
  text-align: center;
  position: absolute;
  top:180px;
  left:5px;
  width: 44px;
  line-height: 10px;
  padding:3px;
  background: rgba(255,255,255,0.8); 
  border-radius: 4px;
  box-shadow: 0 0 5px #7b7777;
  z-index:10;
}
.lang img{
  height: 20px;
  border:1px solid #ccc;
  border-radius: 4px;
}
.active-lang{
  height: 30px!important;
}
.logotype a{
  display: inline-block;
/*  transition: all 2s ease;*/
}
.logotype img{
  display: inline-block;
/*  transition: all 2s ease;*/
}
/*.logotype a:hover img{
  transform: rotateY(360deg);
}*/
.login{
  max-width: 1000px;
  padding: 40px 0 40px 0;
  margin: 50px auto 50px auto;
  background: linear-gradient(310deg, rgba(78,103,115,1) 0%, rgba(68,129,159,1) 45%, rgba(64,87,98,1) 100%);
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
  border-radius: 8px;
  paint-order: revert-layer;
  position: relative;
  overflow: hidden;
}
.login form input{
  width: 90%;
  box-sizing: border-box;
}
.login form select{
  width: 120px;
  box-sizing: border-box;
  cursor:pointer;
  padding: 10px;
}
.login form input.btn {
    width: 240px;
    font-size: 18px;
    text-transform: uppercase;
}
.login h3{
  color: #ffdb93;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 0px 0 30px 0;
  position: relative;
  z-index:3;
}
.error{
  text-align: center;
  color: #ffb1b1;
  font-size: 20px;
}
.success{
  text-align: center;
  color: #72ff86;
  font-size: 20px;
}
.recover{
  text-align: right;
  padding-right:25px;
}
.recover a{
  color: #ffdb93;
  transition: 0.3s;
}
.recover a:hover{
  color: #c2f1f9;
}
.ver{
	width: 1000px;
	max-width: 90%;
	min-height: 200px;
}
.text-about .stndrt-btn{
  text-align: center;
  margin-top:5px; 
}
.window{
  display: none;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  z-index:15; 
  overflow: auto;
}
.body-window{
  width: 1000px;
  max-width: 90%;
  overflow: auto;
  margin: 50px auto;
  background-image: url(../img/topline.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff; 
  border-radius: 8px;
  padding: 15px;
  position: relative;
}
.body-window h2 {
  color: #857d74;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
.fixed{
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}
.window .fa-times-circle{
  position: absolute;
  top: 15px;
  right: 10px;
  color: #857d74;
  font-size: 30px;
  cursor:pointer;
  transition: 0.3s;
}
.window .fa-times-circle:hover{
  color: #000;
}
.close-window-btn{
  text-align: center;
}
.icon-window{
  border:1px solid rgba(152,157,160,.3);
  padding:1px;
  vertical-align:middle;
}
.row-castle{
  display: flex;
  margin: 20px auto;
  padding: 20px 0px;
  background: rgba(0,0,0,0.5);
  width: 95%;
  border-radius: 8px;
}
.img-castle{
  width: 300px;
  text-align: center;
}
.img-castle img{
  max-width: 280px;
  border: 1px solid #ffdb93;
  border-radius: 4px;
}
.info-castle h3{
  color: #ffdb93;
  margin-top: 0;
}
.info-castle{
  margin-left:30px;
  text-align: left;
  color: #fff;
}
.info-castle p{
  margin: 7px 0;
}
.info-castle b{
  letter-spacing: 1px;
  color: #97e1f7;
}
.row-stream{
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}
.block-stream{
  background: #fff;
  width: 298px;
  overflow: hidden;
  margin: 0 auto 30px auto;
  border-radius: 8px;
  overflow: hidden;
}
.block-stream iframe{
  border-radius: 8px;
  display: block;
}
.page-content{
  width: 100%;
  float: none;
  max-height: 1000px;
  overflow: auto;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.page-content::-webkit-scrollbar-thumb {
    background: #f0bf6f;
}
.page-content::-webkit-scrollbar {
    width: 7px;
}
.pb-20{
  padding-bottom:20px;
}
.gve-partners{
  display: block;
  position: absolute;
  top: 30px;
  left: 5px;
  text-align: center;
/*  background: rgba(255,255,255,0.5);*/
  padding: 2px 5px 2px 5px;
  border-radius: 5px;
/*  box-shadow: 0 0 5px #7b7777;*/
  font-size: 12px;
  line-height: 160%;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
}
.gve-partners div{
  opacity: 0.9;
}
.gve-partners:hover{
  background: rgba(0,0,0,0.15);
}
.gve-partners b{
  font-size: 20px;
}
.gve-partners img{
  width: 120px;
  display: block;
}
.news-logo img{
  height: 70px;
}
.news-logo{
  padding: 0;
  text-align: center;
}
.main-info-news .text-news{
  font-size: 16px;
  padding-right: 5px;
}
.style-marker li::marker {
  color: #ffdb93;
}
.style-marker li{
  padding: 5px 0px;
}
.style-marker{
  width: 100%;
  float: none;
  position: relative;
  z-index: 5;
}
.service{
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
  background: linear-gradient(125deg, rgba(0,0,0, 0.5) 0%, rgba(0,0,0,0) 50%);
}
.service li{
  list-style-type: none;
}
.service li span{
  display: inline-block;
  width: 40px;
  text-align: right;
  margin-right:5px;
}
.elf{
  position: absolute;
  bottom:0;
  right:0;
}
.supp{
  position: absolute;
  bottom: 30px;
  right: 40px;
  opacity: 0.25;
  height: 200px;
}
.about .why{
  margin-bottom: 20px;
}
.gold-link{
  color: #e59700;
  font-weight: bold;
}
.text-left{
  text-align: left;
}
.page-content h3{
  text-transform: uppercase;
}
.mini-page{
  min-height: auto;
  margin-bottom: 20px;
}
.mini-page .page-content{
  min-height: auto;
  padding-bottom: 20px;
}
.help{
  font-size: 24px!important;
  line-height: 140%;
}
.style-img{
  border: 3px solid #e49700;
  max-width: 50%;
  max-height: 400px;
  border-radius: 4px;
  margin: 15px;
}
.block-img{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.castl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.login-img{
  position: absolute;
  top:0;
  left: calc(50% - 500px);
  opacity: 0.1;
}
.donate .half-info p b{
  color: #fff;
}
.flex-text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.terms-page{
  max-height: 100vh;
  color: #fff;
  padding:20px;
  box-sizing: border-box;
  overflow: auto;
  margin-bottom: 50px;
  line-height: 160%;
}
.last-block .service{
  line-height: 160%;
  background: rgba(0,0,0,0.5);
  border-radius: 8px;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
}
.style-marker a{
  color: #ffd788;
  text-decoration: underline;
}
.style-marker a:hover{
  text-decoration: none;
  color: #c2f1f9;
}
.why i{
  font-size: 60px;
  color: #ffdb93;
  margin: 20px 0;
}
.why .btn-news{
  position: absolute;
  bottom: 15px;
  left: calc(50% - 66px);
}
.donate-area{
  max-width: 500px;
  padding:10px;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgb(96 52 52 / 50%) 0%, rgb(161 71 71 / 75%) 100%);
  border-radius: 8px;
  margin:15px auto;
  color: #fff;
}
.donate-area b{
  display: block;
  margin:10px 0;
  text-align: center;
  color: #ffdb93;
  font-size: 20px;
}
.flex-btn-start{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}
.flex-btn-start .stndrt-btn{
  margin:20px;
}
.download-text-donate{
  padding-bottom: 0px!important;
  color: #fff!important;
  font-size: 24px!important;
}
.start-project{
  border-radius: 8px;
/*  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);*/
  background-color: rgba(0, 0, 0, 0.75);
}
.new-project{
  display: flex;
  justify-content: space-between;
}
.start-project{
  width: 605px;
  color: #fff;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  padding-right:20px;
  display: flex;
  font-size: 20px;
  align-items: center;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 64%);
}
.rating{
  color: rgb(24, 23, 22);
  margin-right: 16px;
  font-family: 'Lato', sans-serif;
  border-radius: 8px 0 0 8px;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 20px;
  background: linear-gradient(318deg, rgba(255,214,81,1) 0%, rgba(229,151,0,1) 100%);
}
.rating span{
  font-size: 40px;
  margin-right: 1px;
}
.project-status{
  display: flex;
  align-items: center;
}
.project-online{
  display: block;
  width: 10px;
  height: 10px;
  background: #00fbac;
  margin-right: 5px;
  border-radius: 50%;
  animation: blink-online 1s infinite; 
}
@keyframes blink-online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.date-project{
  margin-left: auto;
}
.date-project b{
  color: #ffdb93;
}
.project-offline{
  display: block;
  width: 10px;
  height: 10px;
  background: red;
  margin-right: 5px;
  opacity: 0.7;
  border-radius: 50%;
}
.top-promo-text{
  margin: 50px auto;
}
.top-promo-text{
  text-align: center;
  color: #ffe13b;
  font-size: 60px;
  font-weight: 900;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  margin-top: -5px;
  text-shadow: 0 0 1px #151515, 0 0 3px #000, 0 0 15px #000000, 0 0 25px #000000;
}
.start-time-promo{
  color: #fff;
  font-size: 30px;
}
.promo-timer{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.timer-text-start{
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
  text-transform: uppercase;
}
.promo-timer .countdown-alt-2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-timer .countdown-alt-2 .item{
  font-size: 58px;
  width: 90px!important;
  padding-top: 35px;
}
.promo-timer .countdown-alt-2 .label{
  font-size: 20px;
  width: 100px;
}






