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

.wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.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: 500px;
  position: relative;
}

.top-panel-block {
  height: 82px;
  position: relative;
  z-index: 30;
}

.logo{
  position: absolute;
  top: 167px;
  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;
}

.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, .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; 
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase;
}

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

.content{
  position: relative;
  z-index: 10;
}

/*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;
}
.server-title span{
  font-size: 30px;
}
.server-name{
  font-size: 30px;
  padding-top: 15px;
}
.server-name span{
  font-size: 40px;
}
.server-online{
  font-family: 'Open Sans';
  font-size: 18px;
  color: #ffe5a8;
  text-transform: none;
  padding-top: 21px;
}
.server-online span{
  color: #d7fa35;
  font-size: 24px;
}

/*fast-button*/

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

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

.download-block  {
  display: flex;
  height: 149px;
  width: 390px;
  background: url(../images/bg-download_1.png) no-repeat;
  transition: 0.3s; 
}

.download-block: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;
}

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

.donation-block  {
  display: flex;
  height: 149px;
  width: 390px;
  background: url(../images/bg-donation.png) no-repeat;
  transition: 0.3s; 
}

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

.registration-block  {
  display: flex;
  height: 149px;
  width: 390px;
  background: url(../images/bg-registration.png) no-repeat;
  transition: 0.3s; 
}

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

/*block news carousel-block*/

.block-title{
  text-align: center;
  height: 39px;
  background: url(../images/title_line.png) no-repeat;
  margin-bottom: 35px;
  margin-top: 90px;
}
.carousel-block{
  margin-bottom: 125px;
}
.regular {
  width: 1222px;
  height: 550px;
}
.regular .slick-arrow {
  position: absolute;
  width: 75px;
  height: 380px;
  padding: 0px;
  top: 0px;
  box-shadow: none;
  font-size: 0px;
}
.regular .slick-prev {
  background: url(../images/slick-arrow-active.png) 0px 0px no-repeat;
  left: -95px;
}
.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);
}

.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;
}
.carousel-s .news-info p {
  line-height: 24px;
  height: 74px;
  overflow: hidden;
}
.carousel-s .news .read-more {
  position: absolute;
  bottom: -35px;
  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-block {
  width: 100%;
  padding-bottom: 15px;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 20px;
  text-align: right;
}

.top-block .top-name {
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
}
.top-block .top-lvl {
  width: 68px;
}

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

.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: 790px;
  height: 400px;
}

.video-small{
  width: 380px;
  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;
}

/* Centered footer layout (v2) */
.footer.footer-v2 {
  width: 100%;
  clear: both;
  background-color: #09090d;
  border-top: 1px solid #1e1910;
  overflow: hidden;
  box-sizing: border-box;
}

.footer-v2-inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 44px 24px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.footer-v2-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 28px;
}

.footer-v2-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  max-width: 34px;
  max-height: 34px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #9a9588;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0.55;
  transition: opacity 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.footer-v2-social-link:hover {
  opacity: 1;
  color: #ffd267;
  border-color: rgba(255, 210, 103, 0.35);
}

.footer-v2-social-link--fb,
.footer-v2-social-link--yt,
.footer-v2-social-link--ds {
  background-image: url(../images/soc-icons.png);
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
}

.footer-v2-social-link--fb {
  background-position: -102px 9px;
}

.footer-v2-social-link--yt {
  background-position: -44px 9px;
}

.footer-v2-social-link--ds {
  background-position: -152px 9px;
}

.footer-v2-nav {
  width: 100%;
  margin-bottom: 24px;
}

.footer-v2-nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-v2-nav-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-v2-nav a {
  color: #8a8578;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.footer-v2-nav a:hover {
  color: #ffd267;
}

.footer-v2-dot {
  color: #4a463c;
  font-size: 14px;
  line-height: 1;
  user-select: none;
}

.footer-v2-lang {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 24px;
}

.footer-v2-lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 34px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
}

.footer-v2-lang-switch a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8a8578;
  font-size: 13px;
  transition: color 0.25s ease;
}

.footer-v2-lang-switch a:hover,
.footer-v2-lang-switch a.is-active {
  color: #ffd267;
}

.footer-v2-lang-switch img {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  border-radius: 50%;
  flex-shrink: 0;
}

.footer-v2-lang-switch .footer-v2-dot {
  margin: 0;
}

.footer-v2-community {
  width: 100%;
  margin-bottom: 16px;
  color: #6f6a5e;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.footer-v2-community a {
  color: #ffd267;
  font-weight: 600;
  margin-inline-start: 6px;
}

.footer-v2-community a:hover {
  color: #fff;
}

.footer-v2-copy {
  width: 100%;
}

.footer-v2-copy-main {
  margin: 0 0 8px;
  color: #7a7568;
  font-size: 12px;
}

.footer-v2-copy-main a {
  color: #ffd267;
}

.footer-v2-copy-main a:hover {
  color: #fff;
}

.footer-v2-copy-note {
  margin: 0 auto;
  max-width: 640px;
  color: #565249;
  font-size: 11px;
  line-height: 1.6;
}

/*To top*/

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

.toTop {
  background: url(../images/to-top.png) no-repeat;
  width: 380px;
  height: 75px;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  position: relative;
  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: 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;
}

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

.footer-bottom-bg{
  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;
}
.hidden-block {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #13131b;
  min-width: 180px;
  z-index: 2;
  left: -10px;
  top: -200px;
  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 a {
  display: flex;
  align-items: center;
  padding: 8px 40px;
  color: #fff;
}
.hidden-block a:hover {
  background: #000;
}
.hidden-block:after {
  border: 10px solid transparent;
  border-top-color: #13131b;
  position: absolute;
  left: 122px;
  bottom: -20px;
  content: '';
}

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

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

.animations{
  content: "";
  position: absolute;
  top:-150px;
  left:500px;
  z-index: 1;
  pointer-events: none;
}

.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;
  pointer-events: none;
}
@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;
  pointer-events: none;
}
@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: 4px;
  top: 556px;
  z-index: 1;
  pointer-events: none;
}

.highlight {
  width: 133px;
  height: 133px;
  position: absolute;
  left: 645px;
  bottom: 129px;
  animation: highlight 10s 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: 545px;
    bottom: 129px;
    opacity: 0;
    transform: scale(0);
  }
  20% {
    left: 465px;
    bottom: 99px;
    opacity: 1;
    transform: scale(1);
  }
  80% {
    left: 465px;
    bottom: 99px;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    left: 465px;
    bottom: 99px;
    opacity: 0;
    transform: scale(0);
  }
}

.sparks { position: absolute; width: 1200px; left: 0; top: 600px; z-index: 1; pointer-events: none; }
.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) 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{
  margin-bottom: 20px;
  margin-top: 20px;
}

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

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

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

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

.email-input {
  background: url(../images/icon-email.png)center 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{
  width: 460px;
  text-align: left;
}

.dowload-link{
  margin-bottom: 50px;
}

/* Language Switcher - Left Side */
.lang-switcher-header-left {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 31;
}

.menu {
    position: relative;
    z-index: 31;
}

.top-panel_right {
    position: relative;
    z-index: 31;
}

.lang-switcher-header-left .lang-link {
    color: #ffd267;
    font-size: 14px;
}

.lang-switcher-header-left .lang-link:hover {
    color: #fff;
}

/* Responsive Design - Mobile, Tablet, Desktop */
@media screen and (max-width: 1200px) {
    .wrapper {
        width: 100%;
        padding: 0 20px;
    }
    
    header {
        height: auto;
        min-height: 500px;
    }
    
    .logo {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin: 20px auto;
    }
    
    .top-panel-block {
        flex-direction: column;
        height: auto;
        padding: 15px 0;
    }
    
    .lang-switcher-header-left {
        order: 1;
        margin-bottom: 15px;
        width: 100%;
        justify-content: center;
    }
    
    .menu {
        order: 2;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
    }
    
    .menu li {
        margin: 5px;
    }
    
    .menu a {
        padding: 0 15px;
        font-size: 12px;
        height: 60px;
        line-height: 60px;
    }
    
    .top-panel_right {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    
    .fast-button {
        flex-direction: column;
        align-items: center;
    }
    
    .download-block,
    .donation-block,
    .registration-block {
        width: 100%;
        max-width: 390px;
        margin-bottom: 15px;
    }
    
    .server {
        flex-direction: column;
        align-items: center;
    }
    
    .server-1 {
        width: 100%;
        max-width: 380px;
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding: 0 15px;
    }
    
    header {
        min-height: auto;
    }
    
    .logo img {
        max-width: 200px;
    }
    
    .menu {
        flex-direction: column;
        width: 100%;
    }
    
    .menu li {
        width: 100%;
        margin: 5px 0;
    }
    
    .menu a {
        width: 100%;
        text-align: center;
        padding: 0;
        height: 50px;
        line-height: 50px;
    }
    
    .top-panel_right {
        flex-direction: column;
        gap: 10px;
    }
    
    .top-panel_right span {
        display: none;
    }
    
    .button {
        width: 100%;
        max-width: 190px;
    }
    
    .fast-link a {
        padding-left: 120px;
        font-size: 20px;
    }
    
    .widget {
        width: 100%;
        max-width: 380px;
        margin: 0 auto 35px;
    }
    
    .block-news-content {
        flex-direction: column;
    }
    
    .news-item-side {
        width: 100%;
        max-width: 380px;
        margin: 0 auto 20px;
    }
    
    h1 {
        font-size: 28px;
    }
    
    h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .wrapper {
        padding: 0 10px;
    }
    
    .logo img {
        max-width: 150px;
    }
    
    .menu a {
        font-size: 11px;
        height: 45px;
        line-height: 45px;
    }
    
    .fast-link a {
        padding-left: 100px;
        font-size: 18px;
        padding-top: 40px;
    }
    
    .fast-link p {
        font-size: 12px;
    }
    
    .server-title {
        font-size: 20px;
    }
    
    .server-title span {
        font-size: 24px;
    }
    
    .server-name {
        font-size: 24px;
    }
    
    .server-name span {
        font-size: 30px;
    }
    
    .lang-switcher-header-left .lang-link {
        font-size: 12px;
        padding: 3px 8px;
    }
    
    .lang-switcher-header-left .lang-link img {
        width: 16px;
        height: 12px;
    }
}

/* iPad and Tablet specific */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wrapper {
        width: 100%;
        padding: 0 30px;
    }
    
    .menu {
        flex-wrap: wrap;
    }
    
    .menu li {
        margin: 5px 8px;
    }
    
    .fast-button {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .download-block,
    .donation-block,
    .registration-block {
        width: calc(50% - 10px);
        margin: 5px;
    }
    
    .widget {
        width: calc(50% - 20px);
        margin: 0 10px 35px;
    }
}

/* RTL Support for Language Switcher */
[dir="rtl"] .lang-switcher-header-left {
    order: 1;
}

[dir="ltr"] .lang-switcher-header-left {
    order: 1;
}

/* ============================================
   COMPREHENSIVE RESPONSIVE DESIGN FOR ALL PAGES
   ============================================ */

/* Forms Responsive (Signup, Login, etc.) */
@media screen and (max-width: 768px) {
    .form-registration {
        padding: 20px 15px !important;
    }
    
    .form-content {
        margin-bottom: 20px !important;
    }
    
    .news-all-text {
        font-size: 18px !important;
    }
    
    .input input {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
    
    .button {
        width: 100% !important;
        max-width: 300px !important;
        margin: 10px auto !important;
    }
    
    .agree {
        margin-top: 30px !important;
        text-align: center;
    }
}

/* Download Page Responsive */
@media screen and (max-width: 768px) {
    .dowloads {
        padding: 0 15px !important;
    }
    
    .dowload-content {
        padding: 20px 15px !important;
        flex-direction: column !important;
    }
    
    .dowload-content > div[style*="display: flex"] {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .dowload-content img {
        max-width: 150px !important;
        margin-bottom: 20px !important;
    }
    
    .dowload-text {
        width: 100% !important;
        text-align: center !important;
    }
    
    .dowload-link {
        margin-bottom: 30px !important;
    }
    
    .dowload-link a {
        width: 100% !important;
        max-width: 300px !important;
        margin: 10px auto !important;
    }
}

/* Ranking Page Responsive */
@media screen and (max-width: 768px) {
    .block-top-page {
        padding: 20px 15px !important;
    }
    
    .block-title h1 {
        font-size: 24px !important;
    }
    
    .top-page {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .top-page > div[style*="display: flex"] {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .top-page button[style*="display: flex"] {
        width: 100% !important;
        max-width: 300px !important;
        margin: 5px auto !important;
    }
    
    table {
        font-size: 12px !important;
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    table thead,
    table tbody,
    table tr,
    table td,
    table th {
        display: block !important;
    }
    
    table thead {
        display: none !important;
    }
    
    table tr {
        border: 1px solid #ffd267 !important;
        margin-bottom: 15px !important;
        padding: 10px !important;
        background: rgba(0, 0, 0, 0.3) !important;
    }
    
    table td {
        border: none !important;
        padding: 8px !important;
        text-align: right !important;
        position: relative !important;
        padding-right: 50% !important;
    }
    
    table td:before {
        content: attr(data-label) !important;
        position: absolute !important;
        right: 10px !important;
        font-weight: bold !important;
        color: #ffd267 !important;
    }
}

/* Account Page Responsive */
@media screen and (max-width: 768px) {
    .top-page.flex-s-c {
        flex-direction: column !important;
    }
    
    .top-page .widget {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        margin-bottom: 20px !important;
    }
    
    .top-page > div[style*="flex: 1"] {
        flex: 1 1 100% !important;
        min-width: 100% !important;
    }
    
    .widget-content-content > div[style*="display: flex"] {
        flex-direction: column !important;
    }
    
    .widget-content-content table {
        font-size: 12px !important;
        overflow-x: auto !important;
        display: block !important;
    }
    
    .widget-content-content > div[style*="display: grid"] {
        grid-template-columns: 1fr !important;
    }
    
    .widget-content-content > div[style*="grid-template-columns: repeat"] {
        grid-template-columns: 1fr !important;
    }
    
    .top-list a {
        font-size: 14px !important;
        padding: 12px !important;
    }
}

/* Shop Page Responsive */
@media screen and (max-width: 768px) {
    .block-top-page > div[style*="display: flex"] {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .block-top-page button[style*="display: flex"] {
        width: 100% !important;
        max-width: 250px !important;
        margin: 5px auto !important;
    }
    
    .block-top-page > div[style*="display: grid"] {
        grid-template-columns: 1fr !important;
    }
    
    .block-top-page > div[style*="display: grid"] > div {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Home Page Sections Responsive */
@media screen and (max-width: 768px) {
    .home-intro {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .home-intro-title {
        font-size: 1.5rem !important;
    }

    .home-intro-body {
        font-size: 1em !important;
    }
    
    .block-news-content {
        padding: 0 15px !important;
    }
    
    .news-items-container {
        flex-direction: column !important;
    }
    
    .news-item-side {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .top-players-only {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .top-players-only .widget {
        width: 100% !important;
        max-width: 380px !important;
    }
    
    .events-page {
        flex-direction: column !important;
    }
    
    .events-page .widget {
        width: 100% !important;
        max-width: 380px !important;
    }
}

/* Recharge/Payment Pages Responsive */
@media screen and (max-width: 768px) {
    .block-top-page {
        padding: 20px 15px !important;
    }
    
    .block-top-page > div[style*="display: grid"] {
        grid-template-columns: 1fr !important;
    }
    
    .block-top-page > div[style*="display: flex"] {
        flex-direction: column !important;
    }
    
    .dowload-content {
        padding: 20px 15px !important;
    }
    
    .dowload-content ol,
    .dowload-content ul {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .dowload-content li {
        margin-bottom: 10px !important;
        line-height: 1.6 !important;
    }
}

/* General Content Responsive */
@media screen and (max-width: 768px) {
    .content {
        padding: 0 10px !important;
    }
    
    .block-top-page {
        padding: 20px 15px !important;
        margin: 20px auto !important;
    }
    
    .block-title,
    .block-title-news {
        padding: 15px 10px !important;
    }
    
    .block-title h1,
    .block-title h2,
    .block-title-news h1 {
        font-size: 20px !important;
    }
    
    section[style*="max-width"] {
        padding: 0 15px !important;
    }
    
    section[style*="max-width"] h1 {
        font-size: 1.8em !important;
    }
    
    section[style*="max-width"] h2 {
        font-size: 1.5em !important;
    }
    
    section[style*="max-width"] h3 {
        font-size: 1.3em !important;
    }
    
    section[style*="max-width"] p {
        font-size: 0.95em !important;
    }
    
    /* Alert Messages */
    .alert,
    div[style*="alert"] {
        width: 100% !important;
        max-width: 100% !important;
        margin: 15px auto !important;
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
    
    /* Container responsive */
    .container {
        padding: 0 15px !important;
    }
    
    .row {
        margin: 0 !important;
    }
    
    .col-md-4,
    .col-md-6,
    .col-md-8,
    .col-md-12 {
        width: 100% !important;
        padding: 0 10px !important;
    }
    
    .card {
        margin: 20px 0 !important;
    }
    
    .card-body {
        padding: 20px 15px !important;
    }
}

/* Payment Success/Fail Pages Responsive */
@media screen and (max-width: 768px) {
    .block-top-page > div[style*="max-width: 900px"] {
        padding: 0 15px !important;
    }
    
    .block-top-page > div[style*="max-width: 900px"] > div[style*="font-size: 64px"] {
        font-size: 48px !important;
    }
    
    .block-top-page > div[style*="max-width: 900px"] h2 {
        font-size: 22px !important;
    }
    
    .block-top-page > div[style*="max-width: 900px"] p {
        font-size: 16px !important;
    }
    
    .block-top-page > div[style*="max-width: 900px"] > div[style*="display: flex"] {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .block-top-page > div[style*="max-width: 900px"] > div[style*="display: flex"] > a {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto !important;
    }
}

/* Verify Page Responsive */
@media screen and (max-width: 768px) {
    .block-top-page.news-news {
        padding: 20px 15px !important;
    }
    
    #errorMessage,
    #successMessage {
        width: 100% !important;
        max-width: 100% !important;
        margin: 15px auto !important;
    }
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
    .form-registration {
        padding: 15px 10px !important;
    }
    
    .news-all-text {
        font-size: 16px !important;
    }
    
    .input input {
        padding: 10px 12px !important;
        font-size: 13px !important;
    }
    
    .dowload-content {
        padding: 15px 10px !important;
    }
    
    .dowload-content img {
        max-width: 120px !important;
    }
    
    .block-title h1,
    .block-title h2,
    .block-title-news h1 {
        font-size: 18px !important;
    }
    
    .widget {
        padding: 30px 20px 0 !important;
    }
    
    .widget-title {
        margin-bottom: 20px !important;
    }
    
    .top-block .top-name {
        width: 150px !important;
        font-size: 12px !important;
    }
    
    .home-intro-title {
        font-size: 1.45em !important;
    }
    
    .home-intro-body {
        font-size: 0.92em !important;
    }
    
    section[style*="max-width"] h1 {
        font-size: 1.5em !important;
    }
    
    section[style*="max-width"] h2 {
        font-size: 1.3em !important;
    }
    
    section[style*="max-width"] h3 {
        font-size: 1.2em !important;
    }
    
    .block-top-page > div[style*="max-width: 900px"] > div[style*="font-size: 64px"] {
        font-size: 36px !important;
    }
    
    .block-top-page > div[style*="max-width: 900px"] h2 {
        font-size: 20px !important;
    }
    
    .block-top-page > div[style*="max-width: 900px"] p {
        font-size: 14px !important;
    }
}

/* Tablet/iPad Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wrapper {
        padding: 0 30px;
    }
    
    .fast-button {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .download-block,
    .donation-block,
    .registration-block {
        width: calc(33.333% - 15px);
        margin: 5px;
    }
    
    .top-page {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .widget {
        width: calc(50% - 20px);
        margin: 0 10px 35px;
    }
    
    .dowload-content > div[style*="display: flex"] {
        flex-wrap: wrap;
    }
}

/* Ranking Items Responsive */
@media screen and (max-width: 768px) {
    .ranking-container {
        padding: 15px 10px !important;
    }
    
    .ranking-item {
        flex-wrap: wrap !important;
        padding: 15px 10px !important;
        justify-content: center !important;
    }
    
    .rank-number {
        margin-bottom: 10px !important;
        margin-right: 10px !important;
    }
    
    .player-name {
        flex: 1 1 100% !important;
        margin: 10px 0 !important;
        word-break: break-word !important;
        text-align: center !important;
    }
    
    .player-score {
        margin-top: 10px !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    .guild-item {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .guild-info {
        text-align: center !important;
        margin-top: 10px !important;
    }
}

/* Footer Responsive */
@media screen and (max-width: 768px) {
    .footer-top {
        flex-direction: column !important;
        padding: 30px 20px !important;
    }
    
    .footer-top-left,
    .footer-top-right {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    
    .footer-top-right {
        flex-direction: column !important;
    }
    
    .footer-menu {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .footer-bottom-bg {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .soc-block-lang-block {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .footer-v2-inner {
        padding: 32px 16px 28px;
    }

    .footer-v2-social {
        gap: 8px;
        margin-bottom: 22px;
    }

    .footer-v2-nav-row {
        gap: 6px 10px;
        padding: 12px 0;
    }

    .footer-v2-nav a {
        font-size: 12px;
        white-space: normal;
    }
}

/* Modal Responsive */
@media screen and (max-width: 768px) {
    .purchase-modal-content {
        width: 95% !important;
        max-width: 95% !important;
        margin: 10px auto !important;
        padding: 20px 15px !important;
    }
    
    .purchase-modal-header {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

/* Input Fields Responsive */
@media screen and (max-width: 768px) {
    .input input,
    .input textarea,
    .input select {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* Buttons Responsive */
@media screen and (max-width: 768px) {
    .button,
    button.button {
        width: 100% !important;
        max-width: 300px !important;
        margin: 10px auto !important;
        display: block !important;
    }
    
    div[style*="display: flex"] > .button,
    div[style*="display: flex"] > button {
        width: auto !important;
        max-width: 100% !important;
        flex: 1 1 auto !important;
        min-width: 120px !important;
    }
}

/* Images Responsive */
@media screen and (max-width: 768px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .logo img {
        max-width: 200px !important;
    }
}

/* Tables - Better Mobile Support */
@media screen and (max-width: 768px) {
    /* Make tables scrollable on mobile */
    .table-responsive,
    table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    /* Stack table cells on very small screens */
    @media screen and (max-width: 480px) {
        table,
        thead,
        tbody,
        th,
        td,
        tr {
            display: block !important;
        }
        
        thead tr {
            position: absolute !important;
            top: -9999px !important;
            left: -9999px !important;
        }
        
        tr {
            border: 1px solid #ffd267 !important;
            margin-bottom: 15px !important;
            padding: 10px !important;
            background: rgba(0, 0, 0, 0.3) !important;
        }
        
        td {
            border: none !important;
            position: relative !important;
            padding-left: 50% !important;
            padding-right: 10px !important;
            text-align: left !important;
        }
        
        td:before {
            content: attr(data-label) !important;
            position: absolute !important;
            left: 10px !important;
            font-weight: bold !important;
            color: #ffd267 !important;
        }
    }
}

/* Grid Layouts Responsive */
@media screen and (max-width: 1024px) {
    div[style*="grid-template-columns"] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    }
}

@media screen and (max-width: 768px) {
    div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
}

/* Flex Layouts Responsive */
@media screen and (max-width: 768px) {
    div[style*="display: flex"]:not(.menu):not(.top-panel-block):not(.top-panel_right) {
        flex-direction: column !important;
    }
    
    div[style*="display: flex"][style*="flex-wrap"] {
        flex-wrap: wrap !important;
    }
}

/* Text and Typography Responsive */
@media screen and (max-width: 768px) {
    h1 {
        font-size: 28px !important;
    }
    
    h2 {
        font-size: 20px !important;
    }
    
    h3 {
        font-size: 18px !important;
    }
    
    p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 24px !important;
    }
    
    h2 {
        font-size: 18px !important;
    }
    
    h3 {
        font-size: 16px !important;
    }
    
    p {
        font-size: 13px !important;
    }
}

/* Spacing Responsive */
@media screen and (max-width: 768px) {
    section,
    div[style*="margin"] {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    div[style*="padding: 40px"],
    div[style*="padding: 50px"] {
        padding: 20px 15px !important;
    }
    
    div[style*="padding: 30px"] {
        padding: 20px 15px !important;
    }
}

/* Print Styles */
@media print {
    .header,
    .footer,
    .button,
    .top-panel-block {
        display: none !important;
    }
    
    .content {
        padding: 0 !important;
    }
}

/* ============================
   Ramadan — شريط الهيدر (كل الصفحات) فخم وقوي
   ============================ */
.ramadan-header-strip {
    display: block;
    position: relative;
    width: 100vw;
    margin-inline: calc(-50vw + 50%);
    padding: 14px 20px;
    text-decoration: none;
    overflow: hidden;
    border-top: 2px solid rgba(255, 210, 103, 0.5);
    border-bottom: 2px solid rgba(255, 210, 103, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.ramadan-header-strip:hover {
    border-top-color: rgba(255, 210, 103, 0.85);
    border-bottom-color: rgba(255, 210, 103, 0.85);
    box-shadow: 0 0 40px rgba(255, 210, 103, 0.2);
}
.ramadan-header-strip__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(180, 120, 0, 0.25) 0%, transparent 25%),
        linear-gradient(255deg, rgba(255, 210, 103, 0.15) 0%, transparent 35%),
        linear-gradient(180deg, #0d0a03 0%, #1a1206 40%, #0f0c05 100%);
    pointer-events: none;
}
.ramadan-header-strip__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.06) 45%, transparent 55%);
    animation: ramadan-shine 4s ease-in-out infinite;
    pointer-events: none;
}
@keyframes ramadan-shine {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}
.ramadan-header-strip__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}
.ramadan-header-strip__crescent {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffd267, #e6a020);
    box-shadow: 0 0 20px rgba(255, 210, 103, 0.6), inset 0 1px 0 rgba(255,255,255,0.3);
    position: relative;
    flex-shrink: 0;
}
.ramadan-header-strip__crescent::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    inset-inline-start: 10px;
    top: 5px;
    background: #0a0804;
}
.ramadan-header-strip__text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
    letter-spacing: 0.02em;
}
.ramadan-header-strip__off {
    color: #ff4444;
    font-weight: 900;
    text-shadow: 0 0 12px rgba(255, 68, 68, 0.5);
    margin-inline: 4px;
}
.ramadan-header-strip__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(180deg, rgba(255, 210, 103, 0.35), rgba(255, 210, 103, 0.15));
    border: 2px solid #ffd267;
    border-radius: 8px;
    color: #ffd267;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
}
.ramadan-header-strip:hover .ramadan-header-strip__cta {
    background: linear-gradient(180deg, rgba(255, 210, 103, 0.5), rgba(255, 210, 103, 0.25));
    color: #1a1206;
    box-shadow: 0 0 25px rgba(255, 210, 103, 0.4);
}

@media (max-width: 768px) {
    .ramadan-header-strip { padding: 12px 15px; }
    .ramadan-header-strip__text { font-size: 14px; }
    .ramadan-header-strip__cta { padding: 8px 14px; font-size: 12px; }
}

/* ============================
   Ramadan Sale Banner (Shop + Home) — فخم أوضح
   ============================ */
.ramadan-sale-banner {
    margin: 28px auto 32px;
    padding: 24px 28px;
    border-radius: 16px;
    border: 2px solid rgba(255, 210, 103, 0.5);
    background:
        linear-gradient(135deg, rgba(26, 18, 6, 0.97) 0%, rgba(10, 6, 2, 0.98) 100%);
    box-shadow:
        0 0 0 1px rgba(255, 210, 103, 0.15),
        0 12px 40px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 210, 103, 0.08);
    position: relative;
    overflow: hidden;
    max-width: 1200px;
}
.ramadan-sale-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% 50%, rgba(255, 210, 103, 0.12), transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 50%, rgba(53, 224, 123, 0.08), transparent 45%);
    pointer-events: none;
}
.ramadan-sale-banner::after {
    content: "";
    position: absolute;
    inset: -60px;
    background:
        radial-gradient(circle at 20% 40%, rgba(255, 255, 255, 0.06) 0 2px, transparent 4px),
        radial-gradient(circle at 75% 60%, rgba(255, 255, 255, 0.05) 0 1px, transparent 3px);
    background-size: 120px 120px, 100px 100px;
    opacity: 0.6;
    transform: rotate(-5deg);
    pointer-events: none;
}

.ramadan-sale-banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.ramadan-sale-banner__left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1 1 520px;
    min-width: 260px;
}

.ramadan-sale-crescent {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffd267, #d4940e);
    box-shadow: 0 0 28px rgba(255, 210, 103, 0.5), inset 0 2px 0 rgba(255,255,255,0.25);
    position: relative;
    flex: 0 0 auto;
}
.ramadan-sale-crescent::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    inset-inline-start: 14px;
    top: 8px;
    background: #0a0804;
}

.ramadan-sale-banner__title {
    text-transform: none;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    color: #ffd267;
    line-height: 1.25;
    text-shadow: 0 0 24px rgba(255, 210, 103, 0.25);
}

.ramadan-sale-banner__subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.ramadan-sale-banner__right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.ramadan-sale-pill {
    background: rgba(0, 0, 0, 0.45);
    border: 2px solid rgba(255, 68, 68, 0.9);
    border-radius: 999px;
    padding: 10px 16px;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    text-transform: none;
    white-space: nowrap;
    box-shadow: 0 0 20px rgba(255, 68, 68, 0.25);
}
.ramadan-sale-pill strong {
    color: #ff4444;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(255, 68, 68, 0.4);
}

.ramadan-sale-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 210, 103, 0.6);
    background: linear-gradient(180deg, rgba(255, 210, 103, 0.2), rgba(255, 210, 103, 0.08));
    color: #ffd267;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.25s ease;
}
.ramadan-sale-cta:hover {
    background: linear-gradient(180deg, rgba(255, 210, 103, 0.35), rgba(255, 210, 103, 0.15));
    box-shadow: 0 0 30px rgba(255, 210, 103, 0.3);
}

/* Shop item discount UI */
.item-sale-badge {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(220, 53, 69, 0.9);
    color: #fff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
    text-transform: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.item-sale-badge strong {
    color: #ff4d5e;
}

.item-price-stack {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.item-price-line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
}

.item-price-line .label {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 700;
    font-size: 12px;
}

.price-before {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: line-through;
    font-weight: 800;
}

.price-after {
    color: #35e07b;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .ramadan-sale-banner {
        margin: 20px auto 24px;
        padding: 18px 18px;
    }
    .ramadan-sale-banner__title {
        font-size: 19px;
    }
    .ramadan-sale-crescent {
        width: 48px;
        height: 48px;
    }
    .ramadan-sale-crescent::after {
        width: 48px;
        height: 48px;
        inset-inline-start: 12px;
        top: 6px;
    }
}

/* ========== Auth pages: Forgot Password / Verify Reset / Reset Password ========== */
.auth-page .container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.auth-page .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.auth-page .justify-content-center {
    justify-content: center;
}
.auth-page .col-md-4,
.auth-page .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
.auth-page .mt-5 {
    margin-top: 3rem;
}
.auth-page .card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 210, 103, 0.25);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.auth-page .card.shadow-lg {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.auth-page .card-body {
    padding: 2rem;
}
.auth-page .card-body.p-4 {
    padding: 1.5rem 2rem;
}
.auth-page .card-title {
    color: #ffd267;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.auth-page .text-center {
    text-align: center;
}
.auth-page .mb-4 {
    margin-bottom: 1.5rem;
}
.auth-page .mb-3 {
    margin-bottom: 1rem;
}
.auth-page .mt-3 {
    margin-top: 1rem;
}
.auth-page .form-label {
    display: block;
    color: #ffd267;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}
.auth-page .form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 210, 103, 0.3);
    border-radius: 5px;
    font-family: inherit;
}
.auth-page .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.auth-page .form-control:focus {
    border-color: #ffd267;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 210, 103, 0.2);
}
.auth-page .form-control:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.auth-page .form-text.text-muted,
.auth-page .text-muted,
.auth-page small.text-muted {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}
.auth-page .alert {
    padding: 0.75rem 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.auth-page .alert-danger {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid #dc3545;
    color: #f8d7da;
}
.auth-page .alert-success {
    background: rgba(40, 167, 69, 0.2);
    border: 1px solid #28a745;
    color: #d4edda;
}
.auth-page .alert-info {
    background: rgba(23, 162, 184, 0.2);
    border: 1px solid #17a2b8;
    color: #d1ecf1;
}
.auth-page .d-none {
    display: none !important;
}
.auth-page .d-block {
    display: block !important;
}
.auth-page .d-flex {
    display: flex !important;
}
.auth-page .justify-content-center {
    justify-content: center;
}
.auth-page .w-100 {
    width: 100%;
}
.auth-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.6rem 1.25rem;
    font-size: 1rem;
    font-family: inherit;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}
.auth-page .btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.auth-page .btn-primary {
    background: linear-gradient(180deg, #b8860b 0%, #8b6914 100%);
    color: #fff;
    border: 1px solid rgba(255, 210, 103, 0.5);
}
.auth-page .btn-primary:hover:not(:disabled) {
    background: linear-gradient(180deg, #daa520 0%, #b8860b 100%);
    color: #fff;
}
.auth-page .btn-outline-secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.auth-page .btn-outline-secondary:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.auth-page .spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: auth-spinner 0.75s linear infinite;
}
.auth-page .spinner-border-sm {
    width: 0.9rem;
    height: 0.9rem;
}
@keyframes auth-spinner {
    to { transform: rotate(360deg); }
}
.auth-page .mt-2 {
    margin-top: 0.5rem;
}
.auth-page a {
    color: #ffd267;
    text-decoration: none;
}
.auth-page a:hover {
    text-decoration: underline;
}
.auth-page #passwordStrength,
.auth-page #passwordMatch {
    font-size: 0.9rem;
}
.auth-page .text-danger {
    color: #f8d7da;
}
.auth-page .text-success {
    color: #d4edda;
}
.auth-page .text-warning {
    color: #ffc107;
}
@media (max-width: 576px) {
    .auth-page .card-body,
    .auth-page .card-body.p-4 {
        padding: 1.25rem;
    }
}

/* Legal pages — readable text instead of LithosPro */
.legal-page {
    font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.legal-page,
.legal-page * {
    font-family: inherit;
}
html[dir="rtl"] .legal-page {
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
}
.legal-page__section > h2,
.legal-page__section h2 {
    text-transform: none;
    letter-spacing: normal;
}