@font-face {
  font-family: LithosPro-Regular;
  src: url(../fonts/LithosPro-Regular.otf);
}
@font-face {
  font-family: MyriadPro-Regular;
  src: url(../fonts/MyriadPro-Regular.otf);
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 18px;
}

h1, h2, h3 {
  color: #ffd267;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    width: 100%;
    background: url(../images/background-top.jpg) center top no-repeat;
    background-size: 100% auto;
    background-color: #06080a;
    font-family: 'LithosPro-Regular';
    font-size: 14px;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
}

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

:focus {
    outline: none;
    text-align: center;
    font-family: 'LithosPro-Regular'; 
}

::-webkit-input-placeholder {
    color: #6d4a20;
    text-align: center;
    font-size:16px;
    font-family: 'LithosPro-Regular';
}

::-moz-placeholder {
    color: #6d4a20;
}

:-moz-placeholder {
    color: #6d4a20;
}

:-ms-input-placeholder {
    color: #6d4a20;
}

.wrapper-bg {    
  width: 100%;
  background: url(../images/background-bottom-1.jpg) center bottom no-repeat;
  overflow: hidden;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  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;
  justify-content: space-between;
  align-items: center;
}

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

header {
  height: 585px;
}

.top-panel-block {
  height: 82px;
}

.button-btn {
  display: none;
}

.logo {
  position: absolute;
  top: 230px;
  left: -23px;
  transition: all 0.3s ease;
}

.logo:hover {
  filter: brightness(1.2);
  transition: all 0.3s ease;
}

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

.menu a {
  position: relative;
  padding: 0 20px 0 40px;
  display: block;
  height: 82px;
  line-height: 85px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
}

.menu li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 29px;
  background: url('../images/icon.png') 0 0 no-repeat;
  width: 29px;
  height: 27px;
}

.menu a:hover {
  color: #ffd267;
  text-decoration: none;
}

.sign-in { 
  text-decoration: none; 
}

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

.top-panel_right span {
  margin: 0px 25px; 
  color: #69717c; 
  font-weight: 600;
}

button:not(.ui-dialog-titlebar-close):not(.buy_button):not(.buttonn):not(.btn):not(.slick-arrow), .button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
  background-image: url(../images/button_1.png); 
  background-repeat: no-repeat;
  height:73px; 
  width:190px;
  padding-top: 28px;
  border: none; 
  color: #fff !important; 
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase;
  text-decoration: none !important; 
}

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

.content{
  position: relative;
  z-index: 10;
  padding-bottom: 125px;
}

/*server*/

.server-1{
  height: 200px;
  width: 380px;
  background-color: rgb(0 0 0 / 0.75);
  text-align: center;
  text-transform: uppercase;
  padding-top: 34px;
}
.server-title{
  color: #ffd267;
  font-size: 25px;
  margin-bottom: 35px;
}
.server-title span{
  font-size: 30px;
}
.server-progress {
  background: rgba(173, 255, 47, 0.05);
  height: 9px;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.server-progress span {
  display: block;
  background: rgba(173, 255, 47, 1);
  width: 100%;
  height: 100%;
}
.server-online{
  font-family: 'Open Sans';
  font-size: 18px;
  color: #ffe5a8;
  text-transform: none;
}
.server-online span{
  color: #d7fa35;
  font-size: 24px;
}

/*fast-button*/

.fast-button{
  display: flex;
  margin-top: 22px;
}

.fast-button span{
  text-transform: uppercase;
}



.fast-link {
  display: flex;
  height: 149px;
  width: 390px;
  transition: 0.3s; 
}

.fast-link:hover {
  margin-top: -5px;
  -webkit-filter: brightness(120%);
  filter: brightness(120%); 
  transition: 0.3s; 
}

.fast-link a {
  font-size: 25px;
  padding-left: 150px;
  padding-top: 54px;
  text-align: left;
  text-decoration: none;
}

.fast-link span {
  color: #fff;
  text-shadow: 0px 2px 3px rgb(0 0 0 / 50%);
}
.fast-link p{
  font-size: 14px;
  padding-top: 8px;
  color: #d7fa35;
}

.download-block  {
  background: url(../images/bg-download_1.png) no-repeat;
}

.donation-block  {
  background: url(../images/bg-donation.png) no-repeat;
}

.registration-block  {
  background: url(../images/bg-registration.png) no-repeat;
}

/*block news carousel-block*/

.block-title{
  text-align: center;
  height: 39px;
  background: url(../images/title_line.png) center no-repeat;
  margin-bottom: 35px;
  margin-top: 150px;
}
.carousel-block{
  margin-bottom: 125px;
}
.regular {
  width: 100%;
  max-width: 1222px;
  height: 550px;
}
.regular .slick-arrow {
  position: absolute;
  width: 75px;
  height: 380px;
  padding: 0px;
  top: 0px;
  box-shadow: none;
  font-size: 0px;
  border: 0;
}
.regular .slick-prev {
  background: url(../images/slick-arrow-active.png) 0px 0px no-repeat;
  left: -60px;
}
.regular .slick-prev.slick-disabled {
  background: url(../images/slick-arrow.png) 0px 0px no-repeat;
}
.regular .slick-next {
  background: url(../images/slick-arrow-active.png) -75px 0px no-repeat;
  right: -60px;
}
.regular .slick-next.slick-disabled {
  background: url(../images/slick-arrow.png) -75px 0px no-repeat;
}
.carousel-s {
  position: relative;
}
.carousel-s .news-img {
  width: 380px;
  height: 550px;
  box-shadow: 0px 25px 30px 5px rgb(0 0 0 / 0.75);
  margin: 0 auto;
}

.carousel-s .news-img:before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 380px;
  height: 450px;
  background: linear-gradient(to top, #030405 30%, rgba(0, 0, 0, 0));
}

.carousel-s .news{
  transition: 0.3s; 
}

.carousel-s .news:hover {
  margin-top: -5px;
  transition: 0.3s; 
}

.date {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #ffd267;
}

.carousel-s .news .date span{
  font-size: 16px;
}
.carousel-s .news-info{
  position: relative;
  top:-210px;
  padding-right: 45px;
  padding-left: 45px;
}
.carousel-s .news-info h3 {
  margin-bottom: 33px;
  overflow: hidden;
  height: 16px;
  font-size: 1.17em;
}
.carousel-s .news-info p {
  line-height: 24px;
  height: 74px;
  overflow: hidden;
}
.carousel-s .news .read-more {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -95px;
}
.carousel-s .news .read-more a{
  color: #fff;
}

/*top players pvp*/

.widget{
  height: 550px;
  width: 380px;
  padding: 45px 45px 0px 45px;
  box-shadow: 0px 25px 30px 5px rgb(0 0 0 / 0.75);
  position: relative;
  margin-bottom: 35px;
}

.players-pvp .read-more {
  position: absolute;
  bottom: -35px;
  left: 95px;
}
.players-pvp .read-more a{
  color: #fff;
}

.players-pvp{
  background: url(../images/bg-pvp.jpg) no-repeat; 
}
.widget-title{
  margin-bottom: 36px;
}
.top-b {
  color: #ffd267;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.top-b sup {
  color: #ff0000;
  font-size: 12px;
  margin-left: 2px;
}
.topBlock {
  width: 60%;
}
.topLvl {
  width: 23%;
}
.topRes {
  width: 15%;
  text-align: right;
}
.top-block {
  width: 100%;
  padding-bottom: 15px;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 12%;
  text-align: left;
}

.top-block .top-name {
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-name img {
  position: relative;
  margin-right: 20px;
  margin-bottom: -3px;
}
.top-block .lvl {
  width: 23%;
}
.top-block .score {
  width: 15%;
  text-align: right;
}
.top-block .score sup {
  color: #ff0000;
  margin-left: 1px;
  margin-top: -2px;
}
.top-block .top-lvl {
  width: 68px;
}
.topGuilds {
  width: 80%;
}
.topScore {
  width: 20%;
  text-align: right;
}
.top-score .top-number {
  width: 12%;
}
.top-score .top-name {
  width: 68%;
}
.top-score .score {
  width: 20%;
  text-align: right;
}
.top-list {
  height: 38px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.top-list a {
  color: #fff;
  text-decoration: none;
}
.top-list:hover {
  background-color: #000;
  height: 38px;
  margin: 0px -45px 0px -45px;
  padding: 0px 30px 0px 30px;
  color: #fff;
  position: relative;
  z-index: 5;
  color: #ffd267;
}

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

.players-pk{
  background: url(../images/bg-pk.jpg) no-repeat; 
}

.players-pk .read-more {
  position: absolute;
  bottom: -35px;
  left: 95px;
}
.players-pk .read-more a{
  color: #fff;
}

/*forum*/

.forum{
  background: url(../images/bg-forum.jpg) no-repeat; 
}

.forum .read-more {
  position: absolute;
  bottom: -35px;
  left: 95px;
}
.forum .read-more a{
  color: #fff;
}

.discussionsContent {
  transition: 0.3s;
  padding: 10px 0px 10px 0px;
}
.discussionsContent:hover {
  background-color: #000;
  transition: 0.4s;
  margin: 0px -45px 0px -45px;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
}

.discussionsContent:hover .discussionsContent_info {
  width: 213px;
  transition: all 0.3s ease;
  margin-left: -20px;
}
.discussionsContent:hover .discussionsContent_number span {
  background-color: #000;
  color: #fff;
}
.discussionsContent_img img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  margin-right: 15px;
}

.discussionsContent_number span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 11px;
}
.discussionsContent_info {
  width: 213px;
  transition: all 0.3s ease;
}
.discussionsContent_info-link {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.discussionsContent_info-text {
  font-size: 12px;
  color: #ffe5a8;
}
.discussionsContent_info-text a {
  color: #ffd267;
}

/******media*****/
.block-media-left{
  width: 790px;
  height: 400px;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
}
.block-media-right{
  width: 380px;
}

.video {
  display: block;
  position: relative;
  box-shadow: inset 0px 0px 65px 0px black, 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.video-big {
  width: 100%;
  height: 400px;
}

.video-small {
  width: 100%;
  height: 191px;
}

.video:before {
  content: "";
  background: url(../images/play-icon.png) center no-repeat;
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 1;
  opacity: 0.5;
  transition: 0.3s;
}
.video:hover{
  box-shadow: none;
}
.video:hover:before{
  opacity: 1;
  transition: 0.3s;
}

.video .videoTitle {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to top, #030405 0%, rgba(0, 0, 0, 0));
  color: #fff;
  text-align: center;
  padding: 70px 15px 30px 15px;
  transition: 0.5s;
  opacity: 0;
}
.video:hover .videoTitle {
  opacity: 1;
}
.block-media-bottom{
  margin-bottom: 18px;
}

/************************footer****************/
.footer{
  position: relative;
}

/*To top*/

.toTop-fon{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toTop {
  background: url(../images/to-top.png) no-repeat;
  width: 380px;
  height: 75px;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  position: absolute;
  bottom: -37px;
  z-index: 10;
}

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

/* to top end*/
.footer-top-bg{
  height: 363px;
  background-color: #09090d;
  padding-top: 90px;
}

.footer-top{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top-left{
  float: left;
  display: block;
  width: 430px;
}

.footer-block-coperite{
  margin-bottom: 22px;
}

.ct{
  color: #ffd267;
  line-height: 18px;
}

.ct a:hover{
  color: #fff;
  text-decoration:underline;
}

.copyright-text{
  color: #565249;
}

.ct-text{
  color: #565249;
  line-height: 18px;
}
.footer-logo{
  transition: 0.3s;
  margin-bottom: 34px;
}
.footer-logo:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
  transition: 0.3s;
}
.footer-top-right{
  margin-top: -3px;
}
.footer-menu-title{
  font-size: 15px;
  color: #ffd267;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.f-menu li a{
  color: #565249;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
}
.f-menu li a:hover{
  color: #fff;
  text-decoration: none;
}

.footer-bottom{
  padding-top: 30px;
  height: 108px;
  background-color: #010203;
  border-top: 1px solid#1e1910;
}

.footer-bottom-bg{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-bottom-left{
  width: 380px;
}
.footer-bottom-left a{
  opacity: 0.5;
  transition: all 0.3s ease;
}
.footer-bottom-left a:hover{
  opacity: 1;
  transition: all 0.3s ease;
}

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


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

.soc-block a {
  display: block;
  height: 15px;
  width: 30px;
  margin: 0px 12px;
  opacity: 0.2;
}

.soc-block a:hover {
  opacity: 1;
}
.soc-block a.tw {
  background: url(../images/soc-icons.png) 7px 0px no-repeat;
}
.soc-block a.yt {
  background: url(../images/soc-icons.png) -48px 0px no-repeat;
}
.soc-block a.fb {
  background: url(../images/soc-icons.png) -106px 0px no-repeat;
}
.soc-block a.ds {
  background: url(../images/soc-icons.png) -156px 0px no-repeat;
}

/*********languadge********/

.lang-block {
  position: relative;
  height: 26px;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 3px;
}
.lang-block:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 9px;
  height: 8px;
  width: 12px;
  background: url(../images/lang-block.png) top no-repeat;
  opacity: 0.2;
  transition: all 0.3s ease; 
}
.lang-block:hover:after {
  opacity: 1;
  transition: all 0.3s ease; 
}

.lang-block a:hover {
  color: #ffd267;
}

.lang-block img {
  position: relative;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-bottom: -2px;
  transition: all 0.3s ease;
  background-size: 16px
}
.main-item{
  position: relative;
  color: #fff;
  z-index: 9;
  text-decoration:none !important;
}
.hidden-block-l {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #13131b;
  min-width: 180px;
  z-index: 2;
  left: -10px;
  top: -70px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6)
}
.hidden-block-l a {
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 25px;
    color: #ffffff;
}
.hidden-block-l a:hover {
  text-decoration: none;
}
.hidden-block-l:after {
  border: 10px solid transparent;
  border-top-color: #13131b;
  position: absolute;
  left: 122px;
  bottom: -20px;
  content: '';
}

.main-item:focus ~ .hidden-block-l,
.main-item:active ~ .hidden-block-l {
  visibility: visible;
  opacity: 1;
}

/*************animations***************/

.animations{
  content: "";
  position: absolute;
  top:-150px;
  left:450px;
}

.ray {
  background: url(../images/ray.png) no-repeat;
  width: 419px;
  height: 419px;
  position: absolute;
  left: 487px;
  top: 153px;
  animation: ray 14s infinite linear;
  transform: rotate(0deg);
  opacity: 0.6;
}
@keyframes ray {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rainbow {
  background: url(../images/rainbow.png) no-repeat;
  background-size: 150px 142px;
  width: 445px;
  height: 422px;
  position: absolute;
  left: 615px;
  top: 294px;
  animation: rainbow 5s infinite linear;
}
@keyframes rainbow {
  0% {
    background: url(../images/rainbow.png) no-repeat;
    background-size: 150px 142px;
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  90% {
    background: url(../images/rainbow.png) no-repeat;
    background-size: 445px 422px;
    opacity: 0.2;
    left: 553px;
    top: 235px;
  }
  100% {
    background: url(../images/rainbow.png) no-repeat;
    background-size: 445px 422px;
    opacity: 0;
    left: 553px;
    top: 235px;
  }
}


.highlight-highlight{
  position: absolute;
  left: -95px;
  top: 608px;
}

.highlight {
  width: 133px;
  height: 133px;
  position: absolute;
  left: 640px;
  bottom: 77px;
  animation: highlight 4s infinite linear;
  opacity: 0;
  transform: scale(0);
}
.highlight .highlight-3 {
  width: 133px;
  height: 133px;
  background: url(../images/highlight-3.png) no-repeat;
  position: absolute;
  transform: rotate(0deg);
  animation: highlight-3 10s infinite linear;
}
.highlight .highlight-4 {
  width: 133px;
  height: 133px;
  background: url(../images/highlight-4.png) center no-repeat;
  position: absolute;
  transform: rotate(0deg);
  animation: highlight-4 10s infinite linear;
}
@keyframes highlight-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes highlight-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    left: 640px;
    bottom: 77px;
    opacity: 0;
    transform: scale(0);
  }
  20% {
    left: 600px;
    bottom: 77px;
    opacity: 1;
    transform: scale(1);
  }
  40% {
    left: 560px;
    bottom: 80px;
    opacity: 1;
    transform: scale(1);
  }
  60% {
    left: 520px;
    bottom: 85px;
    opacity: 1;
    transform: scale(1);
  }
  80% {
    left: 480px;
    bottom: 90px;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    left: 440px;
    bottom: 100px;
    opacity: 0;
    transform: scale(0);
  }
}

.sparks { position: absolute; width: 1200px; left: 0; top: 600px; 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; } }

  /*******************page**************/
.news-news {
    padding-top: 60px;
    background-color: rgb(2 2 3 / 0.75);
    min-height: 1200px;
    position: relative;
  }

.block-title-news {
  text-align: center;
  height: 39px;
  background: url(../images/title_line.png) center no-repeat;
  margin-bottom: 35px;
}

.block-title-news:after {
  content: "";
  position: absolute;
  height: 23px;
  width: 1210px;
  top: -12px;
  left: -3px;
  background: url(../images/news-after-top.png) no-repeat;
}

.block-title-news:before {
  content: "";
  position: absolute;
  height: 23px;
  width: 1210px;
  bottom: -12px;
  left: -3px;
  background: url(../images/news-after-bottom.png) no-repeat;
}

.content-news {
  padding: 0px 45px 45px 45px;
}

.content-news p {
line-height: 36px;
font-size: 16px;
}

.content-news h3 {
  margin-top: 80px;
  margin-bottom: 25px;
}

.content-news p {
  margin-bottom: 25px;
}

.content-news img {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

/*************************registration****************/

.input {
  margin: 0 auto;
  width: 100%;
  max-width: 544px;
  height: 75px;
}
.input input {
  background: none;
  border: none;
  padding: 16px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.login-input {
  background: url(../images/icon-login.png) left no-repeat;
}

.pass-input {
  background: url(../images/icon-pass.png) left no-repeat;
}

.email-input {
  background: url(../images/icon-email.png) left no-repeat;
}

.form-registration{
  text-align: center; 
  margin-top: 70px;
}

.form-content{
  margin-bottom: 55px;
}
.news-all-text{
  color: #ffd267;
  font-size: 24px;
  margin-bottom: 16px;
}

.form-registration .read-more a{
color: #fff;
}

.agree{
  margin-top: 55px;
}
.agree a:hover{
  text-decoration:underline;
}

/***************************************checkbox********************************************/

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  position: relative;
}
.checkbox+label::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid#666569;
  position: relative;
  top: 3px;
}
.checkbox+label::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 27px;
  left: -5px;
  top: -4px;
  opacity: 0;
  transition: 0.3s;
  background: url("../images/checked-icon.png") 0 0 no-repeat;
}
.checkbox:checked+label:after {
  opacity: 1;
}
.checkbox+label {
  transition: 0.3s;
  color: #8f7f61;
}
.checkbox:checked+label {
  color: #fff;
}


/******************download*************/

.dowloads{
  text-align: center;
}

.dowload-content{
  padding: 0px 45px 45px 45px;
}

.dowload-content p{
  line-height: 36px;
  font-size: 16px;
}

.dowload-content h3{
  margin-top: 80px;
  margin-bottom: 25px;
}

.dowload-text {
  text-align: left;
  width: calc(100% - 190px);
}

.dowload-link {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 50px;
}
/* ===== CASTLE SIEGE — styl „wow” ===== */
.cs-flex{
  display:grid;
  grid-template-columns: 1.2fr 1fr;         /* ilustracja / karta */
  gap: 32px;
  align-items: stretch;
  width: 100%;
}

/* Ilustracja po lewej */
.cs-illustration{
  position: relative;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 40px rgba(0,0,0,.55);
  background: radial-gradient(120% 100% at 0% 100%, rgba(0,0,0,.55) 0%, rgba(0,0,0,.2) 40%, rgba(0,0,0,0) 100%);
}
.cs-art{
  position:absolute; inset:0;
  background-size: cover;
  background-position: left center;
  filter: drop-shadow(0 15px 25px rgba(0,0,0,.55));
  mix-blend-mode: normal;
  opacity: .95;
  transition: transform .6s ease;
}
.cs-illustration:hover .cs-art{ transform: scale(1.02); }

/* Szklana karta */
.cs-card{
  position: relative;
  border-radius: 18px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(12,13,18,.72) 0%, rgba(8,9,12,.78) 100%);
  backdrop-filter: blur(4px);
  box-shadow: 0 25px 40px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.06);
}

/* Nagłówek karty */
.cs-card-head{
  display:flex; align-items:center; gap:16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 14px; margin-bottom: 18px;
}
.cs-title{
  margin:0;
  font-family: 'LithosPro-Regular', serif;
  letter-spacing: 2px;
  color:#ffd267;
  font-size: 28px;
  text-transform: uppercase;
}
.cs-select{
  margin-left:auto;
  background:#0b0c10;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  height:40px; padding:0 10px; border-radius:8px;
}

/* Treść */
.cs-body{ }
.cs-meta{
  display:grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
}
.cs-mark{
  display:flex; align-items:flex-start; justify-content:center;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  padding: 12px;
}
.cs-mark img{ display:block; width:140px; height:140px; }

.cs-fields{ display:block; }
.cs-row{
  display:flex; align-items:center; justify-content:space-between;
  gap: 16px; padding: 8px 0;
  border-bottom: 1px dashed rgba(255,255,255,.08);
}
.cs-label{
  color:#d9c28a; text-transform:uppercase; font-size:14px; letter-spacing:.5px;
}
.cs-value{
  color:#fff; font-size:16px; font-weight:600;
}

/* Registered guilds */
.cs-registered{ margin-top: 10px; }
.cs-guild-list{ display:flex; flex-wrap:wrap; gap:8px; margin-top:6px; }
.cs-guild{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  padding: 6px 10px; border-radius: 999px;
  font-size: 13px; color:#fff;
}
.cs-guild.cs-empty{
  opacity:.7; border-style:dashed;
}

/* Stopka z timerem */
.cs-footer{
  margin-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 14px;
  display:flex; align-items:center; gap: 8px;
}
.cs-next-label{
  color:#ffd267; text-transform:uppercase; letter-spacing:.5px; font-size:14px;
}
.cs-next-time{
  color:#fff; font-size:16px; font-weight:700;
}

/* Responsywność */
@media (max-width: 1100px){
  .cs-flex{ grid-template-columns: 1fr; }
  .cs-illustration{ min-height: 360px; }
}
/* Centrowanie zestawu ilustracja+karta */
.cs-flex{
  display: grid;
  grid-template-columns: auto auto;  /* dwie kolumny „ciasno” */
  gap: 32px;
  justify-content: center;           /* wyśrodkowanie całego grida */
}

/* ===== NEWS – pełna wysokość karty + MORE na dole ===== */

/* sam kafelek */
.carousel-s .news{
  display: flex;
  flex-direction: column;
  min-height: 520px;                 /* dostosuj: 480–620px */
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px;
  overflow: hidden;
}

/* obrazek u góry (może być img lub placeholder) */
.carousel-s .news-img{
  width: 100%;
  min-height: 220px;                 /* wysokość części „grafika” */
  height: auto;
  background: rgba(0,0,0,.22);
}
.carousel-s .news-img img{ width:100%; height:auto; display:block; }

/* treść – wypełnia wolne miejsce */
.carousel-s .news-info{
  flex: 1 1 auto;                    /* ROZCIĄGNIJ treść */
  padding: 18px 20px 0 20px;
  position: static;                  /* pewność, że nie jest przesunięte */
  top: auto;
}
.carousel-s .news-info h3{
  margin-bottom: 10px;
  height: auto;
  overflow: visible;
}
.carousel-s .news-info p{
  height: auto;
  overflow: visible;
  line-height: 24px;
}

/* przycisk na samym dole karty */
.carousel-s .read-more{
  margin-top: auto;                  /* pcha na dół */
  padding: 16px 20px 22px;
  text-align: center;
}
.carousel-s .read-more .button{
  display: inline-block;
  margin: 0 auto;
}

/* ===== Ujednolicenie wysokości w SLICK ===== */
/* slick-track jako flex, slajdy dopasowują się wysokością */
.regular .slick-track{ display: flex !important; }
.regular .slick-slide{ height: auto; }
.regular .slick-slide > div{ height: 100%; }    /* wrapper wewnątrz slajdu */

/* ===== Fallback siatki (gdy slick nie działa) – już masz, ale dopinamy wysokość */
.regular.no-slick{ align-items: stretch; }
.regular.no-slick .carousel-s{ height: 100%; }
/* ==== NEWS: ostateczne poprawki układu i przycisku ==== */

/* 1) Usuń absolutne pozycjonowanie starego „read-more” */
.carousel-s .news .read-more{
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  margin-left: 0 !important;
}

/* 2) Nie trzymaj stałej wysokości całego slidera */
.regular{ height: auto !important; }

/* 3) Obrazek na szerokość karty, bez sztywnej wysokości */
.carousel-s .news-img{
  width: 100% !important;
  min-height: 220px !important;
  height: auto !important;
}
.carousel-s .news-img img{ width:100%; height:auto; display:block; }

/* 4) Gradient na obrazku niech dopasuje się do nowej szerokości */
.carousel-s .news-img:before{
  width: 100% !important;
  height: 60% !important;    /* delikatny dół */
  left: 0; right: 0;         /* bez przesunięć */
}

/* 5) Treść jako elastyczny wypełniacz (zostaje na dole przycisk) */
.carousel-s .news{
  display: flex;
  flex-direction: column;
  min-height: 520px;          /* możesz podnieść do 560–600 */
  border-radius: 10px;
  overflow: hidden;
}
.carousel-s .news-info{
  flex: 1 1 auto;
  position: static !important;
  top: auto !important;
  padding: 18px 20px 0 20px;
}
.carousel-s .news-info h3{ margin-bottom: 10px; height:auto; overflow:visible; }
.carousel-s .news-info p{ height:auto; overflow:visible; line-height:24px; }

/* 6) Przycisk – zawsze wyraźny i na dole karty */
.carousel-s .read-more{
  margin-top: auto;           /* spycha na dół */
  padding: 16px 20px 22px;
  text-align: center;
  z-index: 5;
}
.carousel-s .read-more .button{
  display: inline-block;
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
}
/* === NEWS - 4 stałe kolumny wg typu === */
.news-board{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 18px;
}

.news-col{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  padding: 20px 18px 92px; /* miejsce na przycisk u dołu */
  position: relative;
  min-height: 420px;
  box-shadow: 0 25px 30px rgba(0,0,0,.25);
}

.news-col-head{
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.news-col-title{
  font-size: 18px;
  color: #ffd267;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.news-list{ display: grid; gap: 12px; }
.news-item{ padding-bottom: 10px; border-bottom: 1px dashed rgba(255,255,255,.08); }
.news-item:last-child{ border-bottom: 0; padding-bottom: 0; }

.news-item-title{
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 4px;
}
.news-item-title:hover{ color:#ffd267; text-decoration: none; }

.news-item-excerpt{
  color:#cfc7b1;
  line-height: 1.5;
  font-size: 14px;
  opacity:.9;
}

.news-item-meta .date{
  font-size: 12px;
  font-weight: 700;
  color:#ffd267;
}

/* stały przycisk More na dole kolumny */
.read-more--fixed{
  position: absolute;
  left: 0; right: 0; bottom: 16px;
  display: flex; justify-content: center;
}
.read-more--fixed .button{ margin: 0 auto; }

/* RWD */
@media (max-width: 1200px){
  .news-board{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px){
  .news-board{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px){
  .news-board{ grid-template-columns: 1fr; }
}
/* ===== NEWS: 4 kolumny, treść pośrodku, More na dole ===== */
.news-board{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.news-col{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  padding: 18px;
  min-height: 560px;                 /* wysokość karty */
  display: flex;                     /* <— ważne */
  flex-direction: column;            /* układ pionowy */
  box-shadow: 0 25px 40px rgba(0,0,0,.55);
}

.news-col-head{
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.news-col-title{
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffd267;
}

/* Środek karty – lista wypełnia dostępną przestrzeń i startuje od góry */
.news-list{
  flex: 1 1 auto;                    /* <— wypełnia środek */
  overflow-y: auto;
  padding-right: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* usuń domyślne marginesy UL */
  margin: 0;
}

.news-item{
  padding: 6px 0 10px;
  border-bottom: 1px dashed rgba(255,255,255,.08);
}
.news-item:last-child{ border-bottom: 0; }

.news-item-title{
  display: block;
  color: #ffd267;
  text-decoration: none;
}
.news-item-excerpt{
  color: #cfc9b3;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 3px;
}
.news-item-meta .date{
  color: #ffd267;
  font-weight: 700;
  font-size: 12px;
  margin-top: 6px;
}

/* Stopka karty – „More” zawsze na dole */
.read-more--fixed{
  margin-top: 14px;                  /* oddziel od listy */
  text-align: center;
}
/* Ukrycie czarnych ramek przy zachowaniu układu */
.server-1 {
  background: none !important;     /* usuwa czarne tło */
  background-color: transparent !important;
  box-shadow: none !important;     /* usuwa cień */
  border: none !important;         /* bez obramowania */
}

/* Jeśli chcesz, żeby tekst dalej był czytelny */
.server-title,
.server-online {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
/* schowaj stary tytuł i pasek */
.server-title,
.server-progress,
.server-online { display:none !important; }

/* --- plakietka online --- */
.server-badge{
  /* kolory przez zmienne – łatwo zmienisz */
  --ring: #a7b0ff;     /* kolor domyślny pierścienia */
  --glow: rgba(167,176,255,.35);
  --text: #dfe6ff;
  position: relative;
  width: 170px; height: 170px;
  margin: 0 auto;                   /* wyśrodkuj */
}

/* gdy jest ktoś online – zielony akcent */
.server-badge.is-up{
  --ring: #60f38b;
  --glow: rgba(96,243,139,.45);
  --text: #eafff1;
}

/* korona (opcjonalna grafika) */
.badge-crown{
  position:absolute; left:50%; top:-34px; transform:translateX(-50%);
  width: 120px; height: 48px;
  background: url('../images/crown.png') center/contain no-repeat; /* <- podmień ścieżkę */
  pointer-events: none;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.5));
}

/* zewnętrzny pierścień z conic-gradient */
.badge-ring{
  position:absolute; inset:0;
  border-radius:50%;
  background:
    radial-gradient(60% 60% at 50% 50%, rgba(255,255,255,.06), rgba(255,255,255,0) 60%),
    conic-gradient(from 0turn, var(--ring), rgba(255,255,255,.2), var(--ring));
  box-shadow:
    0 0 0 6px rgba(0,0,0,.25) inset,
    0 12px 28px var(--glow);
  display:flex; align-items:center; justify-content:center;
}

/* wewnętrzne kółko */
.badge-core{
  width: 78%; height: 78%;
  border-radius:50%;
  background: radial-gradient(100% 100% at 30% 30%, rgba(255,255,255,.08), rgba(8,9,12,.85));
  border: 2px solid rgba(255,255,255,.08);
  box-shadow: inset 0 0 22px rgba(0,0,0,.6);
  display:flex; align-items:center; justify-content:center;
}

/* licznik */
.badge-count{
  text-align:center; line-height:1.05;
}
.badge-count .num{
  display:block;
  font: 800 34px/1 'MyriadPro-Regular', sans-serif;
  color: var(--ring);
  text-shadow: 0 1px 2px rgba(0,0,0,.6), 0 0 12px var(--glow);
}
.badge-count small{
  display:block;
  margin-top: 4px;
  font: 700 14px/1 'LithosPro-Regular', serif;
  color: var(--text);
  letter-spacing:.5px;
  text-transform: none;
}

/* delikatne tętno przy stanie online */
.server-badge.is-up .badge-ring{
  animation: badgePulse 2.2s ease-out infinite;
}
@keyframes badgePulse{
  0%   { box-shadow: 0 12px 28px var(--glow); }
  60%  { box-shadow: 0 12px 28px var(--glow), 0 0 0 18px rgba(96,243,139,0); }
  100% { box-shadow: 0 12px 28px var(--glow); }
}
/* wysokość kółka*/
.server-badge{
  position: absolute;
  top: -650px;
  left: 78%;
  transform: translateX(-420px);
  z-index: 9999;
  
}

/* na telefonach niech będzie bliżej środka */
@media (max-width: 768px){
  .server-badge{
    top: 500px;
    transform: translateX(-80%); /* idealnie na środku */
  }
}
/* odsunięcie tabel (rankingi itd.) od nagłówka z logo */
main.content { 
  margin-top: 220px;       /* dopasuj: 120–220px w zależności od potrzeb */
}

/* na podstronach (rankings/market/guides itp.) masz klasę side-page */
main.content.side-page {
  margin-top: 300px;       /* możesz dać inną wartość dla podstron */
}

/* na wszelki wypadek porządek warstw, żeby logo było nad wszystkim */
.header { position: relative; z-index: 10; }
main.content { position: relative; z-index: 1; }