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; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

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

html, body { position: relative; overflow-x: hidden; }

body { 
  width: 100%; 
  background: url(../images/top-fon-home1.jpg) center top no-repeat, url(../images/bottom-fon-home-1.jpg) center bottom no-repeat; 
  background-color: #000000; 
  font-family: Albertus-Medium-Regular; 
  font-size: 14px;
  color: #fff; 
 }

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

a:hover { color: #fff; text-decoration: none; }

p { margin-bottom: 20px; }

h1, h2, h3, h4 { color: #fff; margin-bottom: 20px; line-height: 1.3; }

h1 { font-size: 20px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

table {
 width: 100%; 
background: #090e1e; 
}

table thead td { 
  color: #34fab6; 
  border-bottom: 2px solid #234451; 
}

table td { 
  border-collapse: collapse;
  padding: 10px;
  border: 1px solid #4b2931;
  color: #ffffff;
  text-align: center;
  background-color: #241518;
 }

caption { margin-bottom: 15px; }

select {
 background: #020101;
  border: 1px solid #281d1f; 
  color: #fff;
   padding: 0px 30px;
    height: 45px; 
    position: relative; 
    text-transform: uppercase;
  }

input:not([type='checkbox']):not([type='radio']):not([type='file']):not(.form-control):not([type='number']), textarea {
  background: #020101; 
  border: 1px solid #281d1f;
  color: #fff; 
  padding: 12px 20px; 
  position: relative; 
  text-align: center; 
  font-size: 15px;
  min-width: 220px; 
}

button:not(.dropdown-toggle):not(.btn-primary):not([name='search_item']):not([id='sell_item_show']):not(.ui-dialog-titlebar-close) {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
  background: url(../images/button_1.png); 
  background-repeat: no-repeat;
  height:71px; 
  width:177px;
  margin-top: 13px;
  border: none; 
  color: #fff; 
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); 
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-size: 14px; 
  font-family: Albertus-Medium-Regular; 
}

.button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
  background-image: url(../images/button.png); 
  background-repeat: no-repeat;
  height:119px; 
  width:229px;
  padding-top: 45px;
  border: none; 
  color: #080da7; 
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); 
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-size: 16px; 
}

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

.button { 
  display: inline-block; 
  text-decoration: none;
   }

.button-small {
  position: relative;
  transition: all 0.3s ease; 
  cursor: pointer;
  font-size: 14px;
  text-transform: none; 
  height: 40px;
  width: 115px;
  color: #fff; 
  display: inline-block; 
  text-decoration: none;
  text-align: center; 
  justify-content: center;
  padding-top: 12px;
  background-color: #4b2931;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 0.5);
  margin-right: 8px;
  z-index:1;
}
.button-small:hover{
 -webkit-filter: brightness(120%);
  filter: brightness(120%); 
}

.buttons-block{
  position: absolute;
  bottom: 40px;
  left: 35%
}

:focus { outline: none; }

::-webkit-input-placeholder { color: #00aac3; }

::-moz-placeholder { color: #00aac3; }

:-moz-placeholder { color: #00aac3; }

:-ms-input-placeholder { color: #00aac3; }

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

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-s { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-s-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

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

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

.menu {
  margin-top: -32px;
}

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

.menu a {
  color: #2193fe;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0px 26px;
  display: block;
  height: 88px;
  line-height: 88px;
  position: relative;
  border-top: 2px solid rgba(0, 0, 0, 0)
}

.menu a:hover {
  border-top: 2px solid #ffffff;
  text-shadow: 0px 0px 27px #ffffff;
  color: #ffffff;

}

.menu .active a:after {
  text-shadow: 0px 0px 27px #ffffff;
  color: #ffffff;
  border-top: 2px solid #ffffff;

}
.menu .active a {
  text-shadow: 0px 0px 27px #ffffff;
  color: #ffffff;
  border-top: 2px solid #ffffff;

}

header { height: 460px; position: relative; }

.topPanel {  
  position: absolute; 
  width: 100%; 
  top: 0px; 
  left: 0px; 
  z-index: 20; 
}
.topPanel-wrapper { 
  max-width: 1450px; 
  width: 100%; 
  margin: 0 auto; 
  position: relative; 
}

.sign-in:hover .topPanel-wrapper_right span,
.topPanel-wrapper_right:hover span {
    color: #ffffff;
    text-shadow:
        0 0 8px #7fd4ff,
        0 0 16px #3aa7ff,
        0 0 28px #009dff;
}

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

.topPanel-wrapper_right {
    position: relative;
}

.topPanel-wrapper_right::after{
    content:'';
    position:absolute;
    left:15%;
    bottom:8px;
    width:70%;
    height:1px;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(120,210,255,.9),
        transparent
    );
}

/* end menu */

.logo { position: absolute; top: -100px; left: 100px; }


.headerBlock { 
  position: absolute; 
  bottom: 55px; 
  left: 0; 
  right: 0; 
  width: 100%; 
}

.headerButtons {
 -ms-flex-wrap: nowrap; 
 flex-wrap: nowrap; 
}

/* server*/
.radial{
  display: flex;
}
.radial-stat {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/radial-stat-fon.png) no-repeat;
  height: 185px;
  width: 185px;
  padding-top: 30px;
  margin-right: 37px;
}

.circle-online { 
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
}

.serverInfo {
  position: absolute;
  width: 124px;
  height: 124px;
  padding-top: 30px;
}

.serverInfo span { display: block; width: 100%; text-align: center; position: relative; }

.serverInfo__name { font-size: 14px; color: #fff; margin-bottom: 3px; }

.serverInfo__online { 
  color: #a2ff00;
 font-size: 14px;
 padding-top: 10px;
}

.serverInfo__offline { 
  color: #ed1f24;
 font-size: 14px;
 padding-top: 10px;
 font-weight: bold;
}
/* end serwer*/
/*download*/

.download-buttons{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/**/

.h-button { 
  width: 388px; 
  height: 160px; 
  background-repeat: no-repeat; 
  background-position: center; 
  padding-top: 65px; 
  padding-left: 143px;
  margin-top: 2px;
}

.h-button:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }
.h-button p { font-size: 30px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 2px; }

.h-button span {
 font-size: 16px; 
 color: #ff5695;
 text-shadow: 0px 1px 0px rgb(0 0 0 / 0.7);
}

.h-button.download { 
  background-image: url(../images/download-button.png);
}

.h-button.download p { 
  color: #fff;
  text-shadow: rgb(0 0 0 / 0.7) 0px 1px 0px;
}

 }
.h-button.download span {
 color: #1bcdff; 
}

/*end download*/

.news-panel{
  z-index: 1;
}

/*slider*/
.swiper-news {
    position: relative;
    width: 590px;
    height: 380px;
}

.swiper-news::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
    height: 60px;
    background: #120407;
    z-index: 10;
}

.swiper-news .swiper-slide {
    position: relative;
    height: 330px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -10px 40px 40px rgb(18 4 7 / 70%);
}

.swiper-news .swiper-slide .button-more {
    display: block;
    position: absolute;
    right: 100px;
    bottom: 120px;
    transition: all 0.3s ease; 
    background: url(../images/more-news.jpg) no-repeat;
    width: 60px;
    height: 25px;
    padding-top: 5px;
    padding-left: 7px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    color: #dfbc60;
    font-size: 12px;
    opacity: 0.6;
}
 
 .swiper-news .swiper-slide .button-more:hover{
     opacity: 100;
 }

.newsPagination {
    position: absolute;
    left: 225px;
    bottom: 10px;
    width: 120px;
    height: 35px;
    z-index: 11;
}
  
.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
  width: 20px;
  height: 20px;
  background: none;
  background-color: #0d0f1a;
  margin-top: -10px;
  text-align: center;
  line-height: 1.4;
  color: #c0d107;
  background-image: url(../images/next-p.png);
}

.swiper-news .swiper-button-prev {
  width: 20px;
  height: 20px;
  background: none;
  background-color: #0d0f1a;
  margin-top: -10px;
  text-align: center;
  line-height: 1.4;
  color: #c0d107;
  background-image: url(../images/prev-p.png);
}
  
.swiper-news .swiper-pagination {
    color: #ffffff;
    font-size: 15px;
}
  
.swiper-news .swiper-pagination-current {
    color: #fff;
}
  
.slider-title {
    position: absolute;
    left: 40px;
    top: -140px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
}

.swiper-slide-active .slider-title {
    top: 20px;
}

.slider-info {
    position: absolute;
    width: 440px;
    left: 40px;
    bottom: -140px;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
}

.swiper-slide-active .slider-info {
    bottom: 40px;
}

/*news*/
.events-block {
    display: flex;
    flex-direction: column;
    background: url('../images/fon-last-news.jpg') no-repeat;
    padding: 35px 0px 40px 0px;
    width: 590px;
    position: relative;
    z-index: 1;
}

.news-top-title {
  position: relative;
  display: flex;
  padding: 0px 40px;
  }

.news-top-title span.active {
  color: #c163ed;
  font-weight: 700;
}

.news-top-title span {
  display: block;
  color: #6f303b;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 5px 10px 0px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}

.news-top-title span:hover{
  color: #ffffff;
  cursor: pointer;
}

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

.pp{
 color: #6f303b;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 5px 0px 0px;  
}

/*1news*/
.newsContent {
  transition: 0.3s;
  padding-right: 110px;
}
.newsContent:hover {
  background-color: #372125;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  transition: 0.4s;
  margin: 0px -10px 0px -10px;
  cursor: pointer;
}
.newsContent:hover .newsContent_info-text a, .newsContent:hover .newsContent_info-link {
  color: #fff;
}

.newsContent:hover .newsContent_info {
    width: 340px;
    margin-left: -20px;
    transition: all 0.3s ease;
}

.newsContent_img img {
  display: block;
  padding-left: 30px;
}

.newsContent_info span{
  color: #b100f6;
}

.newsContent:hover .newsContent_info span{
  color: #ff5695;
}

.newsContent_info {
  position: relative;
  width: 340px;
  transition: all 0.3s ease;
  font-weight: bold;
}
.newsContent_info-link {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -3px;
}
.newsContent_info-text {
  font-size: 13px;
  color: #ff8a56;
}

.newsContent:hover .newsContent_info-text{
  color: #ff6928;
}

.newsContent_info-text a {
  color: #fff;
}

.blue-a{
  position: absolute;
  top: 8px;
  right: -80px;
  background: url('../images/more-news.jpg') no-repeat;
  width: 60px;
  height: 25px;
  padding-top: 5px;
  padding-left: 7px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  color: #dfbc60;
  font-size: 12px;
  display: none;
}

.blue-a:hover {
  opacity: 100 !important;
  color: #dfbc60;
}

.newsContent:hover .blue-a{
  display: inline-block;
   opacity: 0.4;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

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


.block-widget{
  position: relative;
  margin-top: 89px;
  width: 1200px;
  height: 550px;
  background: url(../images/fon-widget-center-top.jpg)top no-repeat, url(../images/fon-widget-center-bottom.jpg) bottom no-repeat, url(../images/fon-widget-center-y.jpg) repeat-y;
}

.block-widget:after{
  content: "";
  position: absolute;
  top: -23px;
  left: -30px;
  height: 596px;
  width: 1260px;
  background: url(../images/after_top_players.png) center no-repeat;
}

.block-widget:before{
  content: "";
  position: absolute;
  top: -45px;
  height: 593px;
  width: 964px;
  background: url(../images/hero-top-page.png) center no-repeat;
}

.widget-fon{
  width: 398px;
  padding: 40px;
  z-index: 1;
}

.widget-fon-guilds{
  width: 398px;
  padding: 40px;
  z-index: 1;
}

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

.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}


.top-block.guild .score {
  padding-left: 55px
}

.top-block {
  width: 100%;
  padding-bottom: 15px;
  z-index: 1;
  position: relative;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 25px;
}

.guild img{
  border: 1px solid #360e17;
}

.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}

.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 80px;
}

.top-block .top-lvl sup, .top-block .top-Res sup {
  font-size: 10px;
  color: #ff0000;
  /*position: absolute;*/
  margin-top: -5px;
}

.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
  color: #fff;
}
.top-list a {
  color: #fff;
  text-decoration: none;
}
.top-list:hover {
  background-color: #372125;
  box-shadow: 0px 12px 20px 0px rgba(255, 138, 86, 0.2);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #ff6928;
  position: relative;
  z-index: 5;
}

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

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


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

/**/


.fast-links{
  display: flex;
  margin-top: 57px;
}

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

/*fast 1*/

.fast-links-left{
  width: 380px;
  height: 140px;
  background: url(../images/fast-links-left.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
}

.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

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

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

.fast-links-left:hover:before {
  left: 216px;
}

/*fast 2*/
.fast-links-center{
  width: 380px;
  height: 140px;
  background: url(../images/fast-links-center.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
}

.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

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

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

.fast-links-center:hover:before {
  left: 172px;
}

/*fast 3*/
.fast-links-right{
  width: 380px;
  height: 140px;
  background: url(../images/fast-links-right.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
}

.fast-links-right span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

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

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

.fast-links-right:hover:before {
  left: 169px;
}

/*end fast links*/

.bottom-block{
display: flex;
}

.bottom-block-span{
margin-right: 30px;
}

.dis-1{
  padding-top: 15px;
}

/*discussion*/

.discussions-title{
  padding-top: 140px;
  position: relative;
  z-index: 1;
}

.widget-fon-discussions{
  background: url(../images/fon-top-block-bm.jpg)top no-repeat, url(../images/fon-bottom-block-bm.jpg) bottom no-repeat, url(../images/fon-center-block-bm.jpg) repeat-y;
  box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 0.4);
  min-height: 670px;
  width: 380px;
  position: relative;
  padding: 0px 35px 35px 35px;
}

.fon-discussions:before{
  content: "";
  position: absolute;
  width: 380px;
  height: 516px;
  top: 0;
  right: 0;
  background: url(../images/hero1-block-bm.png)top no-repeat;
}

.discussions-content-top{
  z-index: 1;
  position: relative;
}

.block-players{
  padding: 0px 35px 35px 35px;
  margin-top: 76px;
}

.discussionsContent {
  transition: 0.3s;
  padding: 10px 0px 10px 0px;
}
.discussionsContent:hover {
  background-color: #372125;
  box-shadow: 0px 12px 20px 0px rgb(255 138 86 / 10%);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.discussionsContent:hover .discussionsContent_info-text a, .discussionsContent:hover .discussionsContent_info-link {
  color: #ff6928;
}
.discussionsContent:hover .discussionsContent_info {
    width: 211px;
    margin-left: -20px;
    transition: all 0.3s ease;
}
.discussionsContent:hover .discussionsContent_number span {
  background-color: #61353d;
  color: #fff;
}
.discussionsContent_img img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussionsContent_number span {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #410c53;
  color: #fff;
  font-size: 12px;
}
.discussionsContent_info {
  width: 211px;
  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:hover .discussionsContent_info-text {
color: #dedfe6;
}
.discussionsContent_info-text {
  font-size: 14px;
  color: #958ebc;
}
.discussionsContent_info-text a {
  color: #ff8a56;
}

.discussionsContent:hover .discussionsContent_info-text a{
  color: #ff6928;
}

/*end discussion*/

/*event*/

.fon-event:after{
  content: "";
  position: absolute;
  width: 380px;
  height: 516px;
  top: 0;
  right: 0;
  background: url(../images/hero2-block-bm.png)top no-repeat;
}

.event-timers li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.event-timers p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.event-timers .starts-in {
    color: #bd52f1;
    font-size: 12px;
    font-weight: bold;
}

.event-timers .time-to-event {
  color: #ff6928;
}

.time-start-event{
  color: #958ebc;
}

/*end event*/

/*MARKET*/
.fon-market:after{
  content: "";
  position: absolute;
  width: 380px;
  height: 516px;
  top: 0;
  left: 0;
  background: url(../images/hero3-block-bm.png)top no-repeat;
}

.marketContent {
  position: relative;
  transition: 0.3s;
  padding: 10px 0px 10px 0px;
}
.marketContent:hover {
  background-color: #372125;
  box-shadow: 0px 12px 20px 0px rgb(255 138 86 / 10%);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.marketContent:hover .marketContent_info-text a, .marketContent:hover .marketContent_info-link {
  color: #fff;
}
.marketContent:hover .marketContent_info {
    width: 211px;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.marketContent:hover .marketContent_number {
  left: 148px;
  color: #fff;
}
.marketContent_number:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.marketContent_number{
  position: absolute;
  left: 100px;
  top: 60px;
  padding: 7px 27px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #61353d;
  color: #fff;
  font-size: 12px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}

.marketContent_img img {
  width: 78px;
  height: 78px;
  display: block;
  box-shadow: 0em 5px 24px 3px rgb(174 73 204 / 30%);
  position: relative;
}

.marketContent:before{
  content: "";
  position: absolute;
  height: 92px;
  width: 94px;
  background: url(../images/border-market.png)top no-repeat;
  top: 3px;
  left: -8px;
  transition: 0.4s;
  z-index: 1;
}

.marketContent:hover:before{
  left:17px;
}

.marketContent_info {
  position: relative;
  top: -20px;
  width: 211px;
  transition: all 0.3s ease;
}
.marketContent_info-link {
  font-size: 14px;
  color: #ff8a56;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketContent_info-text {
  font-size: 14px;
  color: #80cc1e;
}

.marketContent_info-text img{
  position: relative;
  top: 2px;
}

/*end market*/

/* Footer
-----------------------------------------------------------------------------*/
.footer{
min-height: 620px;
}

.footer-block-t{
  padding-top: 105px;
}

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

.f-menu li a {
  text-transform: uppercase;
  color: #080da7;
  font-size: 14px;
  font-weight: bold;
}

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

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

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


/*lenguadge*/

.lang-block {
  position: relative;
  margin-left: 80px;
}
.lang-block:after {
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: -15px;
  top: 8px;
  content: '';
}

.lang-block a {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.lang-block a:hover  {
  color: #ff8a56;
}
.img-lang {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -2px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.main-item {
  color: #fff;
}

.hidden-block {
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #1e1114;
  min-width: 140px;
  z-index: 2;
  left: -40px;
  top: 25px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);;
}

.hidden-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  color: #ffffff;
}
.hidden-block a:hover {
  background: #372125;
  color: #ff8a56;
}

.hidden-block a:hover:before {
  content: "> ";
  position: absolute;
  margin-left: -18px;
  color: #ff8a56;
}

.hidden-block:after {
  border: 5px solid transparent;
  border-bottom-color: #151414;
  position: absolute;
  left: 24px;
  top: -10px;
  content: "";
}
.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
  visibility: visible;
  opacity: 1;
}
.hidden-block-account {
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #1e1114;
  width: 160px;
  max-width: 160px;
  z-index: 2;
  right: 30px;
  top: 95px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);;
}
.hidden-block-account span{
	margin-right: 0px;
	margin-top: 0px;
}
.hidden-block-account a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  color: #ffffff;
}
.hidden-block-account a:hover {
  background: #372125;
  color: #ff8a56;
}

.hidden-block-account a:hover:before {
  content: "> ";
  position: absolute;
  margin-left: -18px;
  color: #ff8a56;
}

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

.footer-end{
  margin-top: 200px;
}

.footer-block-coperite{
  color: #542f1f;
  position: relative;
  top: -30px;
}

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

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

.footer-block-r {

}

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

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background-color: #000;
  height: 33px;
  width: 33px;

}
.soc-block a:hover {
  box-shadow: inset 0px 0px 5px 0px rgb(189 82 241);
  filter: drop-shadow(0px 0px 5px rgba(189, 82, 241, 0.5));
  box-shadow: inset 0px 0px 10px 0px #bd52f1;
}

.footer-logo{
  text-align: center;
  position: relative;
  top: -40px;
  transition: all 0.3s ease;
}

.footer-logo:hover{
  -webkit-filter: brightness(140%); 
  filter: brightness(140%);
  transition: all 0.3s ease;
}

/*.templstock{
  padding-bottom: 47px;
}*/

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

.copyright{
  color: #fff;
}

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

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

.toTop:hover {
  box-shadow: inset 0px 0px 10px 0px #ffffff;
  filter: drop-shadow(0px 0px 5px rgba(214, 90, 255, 0.5));
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 100;
}

/**/

.payment {
  width: 618px;
  margin-left: auto;
  margin-right: auto;
}

.payment a {
    transition: 0.5s;
}

.payment .visa a {
    display: block;
    width: 60px;
    height: 20px;
    background: url('../images/payment.png') 0 0 no-repeat;
    opacity: 0.2;
}

.payment .mastercard a {
    display: block;
    width: 105px;
    height: 24px;
    background: url('../images/payment.png') -115px 0 no-repeat;
    opacity: 0.2;
}

.payment .g2apay a {
    display: block;
    width: 158px;
    height: 26px;
    background: url('../images/payment.png') -277px 0 no-repeat;
    opacity: 0.2;
}

.payment a:hover {
  opacity: 100;
}
/**/

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

/*animation*/

/*sparks*/

.sparks2 {
    position: absolute;
    width: 1200px;
    margin-left: 200px;
    top: 600px;
    z-index: 1;
}
.sparks2 > div {
  position: absolute;
    z-index: 1;
}
.sparks2 .spark_11 {
  background: url(../images/spark_11.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}
@keyframes spark-1 {
  0% {
    bottom: -320px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks2 .spark_22 {
  background: url(../images/spark_22.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}
.sparks2 .spark_33 {
  background: url(../images/spark_33.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  transform: scale(0.6);
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}
@keyframes spark-3 {
  0% {
    bottom: -140px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks2 .spark-big2 {
  background: url(../images/spark_44.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  transform: scale(0.6);
  animation: spark-5 4s linear infinite;
}


.sparks2 .spark_55 {
  animation-delay: 2s;
  right: 40px;
}
@keyframes spark-5 {
  0% {
    bottom: -180px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    transform: scale(1);
    opacity: 0;
  }
}
/*end sparks*/
.ani.stone {
  transform-origin: center center;
}
.ani.stone.on {
  opacity: 1;
}
.stone {
  display: table;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ani {
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
.ani.s1 {
  top: 300px;
  left: -230px;
  width: 234px;
  height: 369px;
  background: url(../images/s1.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s infinite;
}
.ani.s2 {
  top: 100px;
  left: 1000px;
  width: 195px;
  height: 265px;
  background: url(../images/s2.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 500ms infinite;
}
.ani.s3 {
  top: 340px;
  left: 920px;
  width: 64px;
  height: 146px;
  background: url(../images/s3.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s 500ms infinite;
}
.ani.s4 {
  top: 345px;
  left: 495px;
  width: 144px;
  height: 261px;
  background: url(../images/s4.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 800ms infinite;
}

/* Animations */
@keyframes updown {0%, 100% {transform:translateY(30px) rotate(5deg)} 50% {transform:translateY(-30px) rotate(0)}}
@keyframes updown2 {0%, 100% {transform:translateY(40px) rotate(8deg)} 50% {transform:translateY(-40px) rotate(0)}}
/*end animation*/

/*left block*/
.block-widget-1{

}

.block-widget-2{
  display: flex;
}

.block-players-2:before{
  content: "";
  position: absolute;
  width: 380px;
  height: 516px;
  top: 0;
  right: 0;
  background: url(../images/hero3-block-bm.png)top no-repeat;
}

.block-players-1:before{
  content: "";
  position: absolute;
  width: 380px;
  height: 516px;
  top: 0;
  right: 0;
  background: url(../images/hero1-block-bm.png)top no-repeat;
}

.block-players-1{
  z-index: 1;
  position: relative;
}

.block-left{
  margin-bottom: 15px;
}

/*end left block*/

/*page*/


.page-content{
  width: 805px;
  padding: 40px 40px 40px 40px;
  margin-left: 10px;
  background: url(../images/page-content-top.jpg)top no-repeat, url(../images/page-content-bottom.jpg) bottom no-repeat, url(../images/page-content-center.jpg) repeat-y;
  z-index: 1;
  position: relative;
}

.page-content:after{
  content: "";
  position: absolute;
  top: -25px;
  left: -30px;
  height: 52px;
  width: 865px;
  background: url(../images/page-top-fon.png) center top no-repeat;
}

.page-content:before{
  content: "";
  position: absolute;
  bottom: -23px;
  left: -30px;
  height: 36px;
  width: 865px;
  background: url(../images/page-bottom-fon.png) center bottom no-repeat;
}

.page-top{
  text-transform: uppercase;
  padding-top: 45px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

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

.page-title-time{
  margin-top: 35px;
  padding-top: 14px;
  padding-left: 20px;
  color: #ff8a56;
  font-size: 14px;
  height: 43px;
  background: url(../images/page-title-time.png) repeat-x;
}

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

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

.page-text p{
 padding-top: 20px;
} 

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

.page-text a:hover{
  text-decoration: none;
  color: #00ffae;
}

/*end page-content*/

/*page download*/
.downloadBlock{
  text-align: center;
}

.download-block-1{
  margin-bottom: 25px;
}

.client-text a {
  color: #b100f6;
}

.client-text a:hover {
  text-decoration:underline;
}

.driverBlock {
  position: relative;
  margin: 0px -15px;
  padding-bottom: 20px;
  padding-top: 25px;
}

.driver {
  padding: 15px;
}
.driver img {
  max-width: 100%;
}

.driver img:hover {
box-shadow: 0px 10px 20px 0px rgb(74 104 169 / 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.driver-s{
  margin-top: 70px;
}
/*end page download*/

/** Modal **/

.modalx-overlay {
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear; 
  transition: background 0.25s linear;
}

.modal_window {
  width: 420px;
  background: url(../images/fon-modal-top-bg.jpg) center top no-repeat,url(../images/fon-modal-center-bg.jpg) center repeat-y, url(../images/fon-modal-bottom-bg.jpg) center bottom no-repeat;
  padding: 90px 60px 40px 60px;
  z-index: 1002;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-bottom: 20px;
  transform: scale(0.4);
}

.modal_window:after{
  content: "";
  position: absolute;
  width: 480px;
  height: 52px;
  top: -25px;
  left: -30px;
  background: url(../images/fon-modal-top.png)top no-repeat;
}

.modal_window:before{
  content: "";
  position: absolute;
  width: 480px;
  height: 36px;
  bottom: -23px;
  left: -30px;
  background: url(../images/fon-modal-bottom.png)top no-repeat;
}

.modal_window h3 {
  margin: -8px 0px 45px 0px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

#close_modal {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    background: url(../images/close_icon_dark.png) 50% 50% no-repeat;
    background-size: 16px 16px;
     margin-top: -89px;
    right: 0px;
    opacity: 0.4;
    z-index: 10;
}

#close_modal:hover {
  opacity: 1;
}

.modal_form {
  text-align: center;
  box-sizing: border-box;
}

.modal_form input,
.modal_form select,
.modal_form textarea {
  width: 100%;
  box-sizing: border-box;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}
.formGroup-name {
  display: block;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}
.formGroup.error .formGroup-name {
  color: #df3b5a;
}
.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4), inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.formGroup-2 {
  display: flex;
  justify-content: space-between;
}
.formGroup-2 > div {
  position: relative;
  width: calc(50% - 10px);
}

.errorGroup {
  background: url(../images/wrong-icon.png) left 20px top 17px no-repeat;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 17px 20px 17px 50px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px;
  text-align: left;
  position: absolute;
  left: 100%;
  min-width: 400px;
  color: #fff;
  margin-left: 30px;
  top: 8px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

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

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

/* ==============================================================
   MU-ONLINE.HU PREMIUM ACCOUNT DROPDOWN V3
   ============================================================== */
.premium-account-block{
  position:relative;
  z-index:10010;
}
.premium-account-trigger.button{
  width:142px !important;
  height:46px !important;
  min-height:46px;
  padding:0 16px !important;
  margin:0 !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(141,225,255,.48) !important;
  border-radius:10px;
  background:linear-gradient(180deg,rgba(57,153,208,.75),rgba(31,76,145,.76)) !important;
  background-image:none !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:900;
  letter-spacing:.8px;
  line-height:1 !important;
  text-transform:uppercase;
  box-shadow:0 0 22px rgba(69,181,255,.25),inset 0 1px 0 rgba(255,255,255,.2);
}
.premium-account-trigger:hover,
.premium-account-block:focus-within .premium-account-trigger,
.premium-account-block:hover .premium-account-trigger{
  filter:none !important;
  border-color:rgba(179,242,255,.85) !important;
  background:linear-gradient(180deg,rgba(75,184,235,.92),rgba(40,94,174,.92)) !important;
  box-shadow:0 0 30px rgba(80,202,255,.42),inset 0 1px 0 rgba(255,255,255,.25);
}
.premium-account-trigger-arrow{transition:transform .25s ease}
.premium-account-block:hover .premium-account-trigger-arrow,
.premium-account-block:focus-within .premium-account-trigger-arrow{transform:rotate(180deg)}

.hidden-block-account.premium-account-dropdown{
  position:absolute !important;
  top:58px !important;
  right:0 !important;
  left:auto !important;
  width:328px !important;
  max-width:calc(100vw - 24px) !important;
  padding:14px !important;
  border:1px solid rgba(116,208,255,.30) !important;
  border-radius:18px !important;
  background:
    radial-gradient(circle at 90% 0,rgba(79,174,255,.17),transparent 34%),
    linear-gradient(180deg,rgba(8,23,48,.985),rgba(3,10,24,.995)) !important;
  box-shadow:0 28px 70px rgba(0,0,0,.68),0 0 34px rgba(64,168,255,.15),inset 0 1px 0 rgba(255,255,255,.05) !important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  transform:translateY(-8px) scale(.98);
  transform-origin:top right;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease !important;
  overflow:hidden;
  z-index:10020 !important;
}
.hidden-block-account.premium-account-dropdown:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.045),transparent 28%,transparent 72%,rgba(83,191,255,.04));
}
.hidden-block-account.premium-account-dropdown:after{
  content:"";
  position:absolute;
  right:35px;
  top:-8px;
  width:15px;
  height:15px;
  border-left:1px solid rgba(116,208,255,.30);
  border-top:1px solid rgba(116,208,255,.30);
  background:#0a1b36;
  transform:rotate(45deg);
}
.premium-account-block:hover .premium-account-dropdown,
.premium-account-block:focus-within .premium-account-dropdown,
.main-item-account:focus ~ .premium-account-dropdown,
.main-item-account:active ~ .premium-account-dropdown{
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
.premium-account-dropdown span{margin:0 !important;text-transform:none !important}

.premium-account-profile{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid rgba(112,205,255,.15);
  border-radius:13px;
  background:linear-gradient(135deg,rgba(36,92,148,.34),rgba(14,39,78,.34));
}
.premium-account-avatar{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(131,225,255,.42);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(59,174,225,.55),rgba(41,84,164,.58));
  color:#e9fbff;
  font-size:22px;
  box-shadow:0 0 20px rgba(75,190,255,.18),inset 0 1px 0 rgba(255,255,255,.12);
}
.premium-account-profile-copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.premium-account-welcome{color:#75dafd !important;font-size:9px;font-weight:900;letter-spacing:1.35px;text-transform:uppercase !important}
.premium-account-profile-copy strong{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:17px;letter-spacing:.35px}
.premium-account-online{display:flex;align-items:center;gap:6px;color:#8ca2c7 !important;font-size:9px}
.premium-account-online i{width:7px;height:7px;border-radius:50%;background:#4ee5a7;box-shadow:0 0 10px rgba(78,229,167,.85)}

.premium-account-server{
  position:relative;
  z-index:1;
  display:flex !important;
  align-items:center !important;
  gap:10px;
  margin-top:9px;
  padding:10px 11px !important;
  border:1px solid rgba(111,195,255,.12);
  border-radius:11px;
  background:rgba(11,31,62,.68);
  color:#fff !important;
}
.premium-account-server:hover{border-color:rgba(121,217,255,.35);background:rgba(24,67,112,.68);transform:translateY(-1px)}
.premium-account-server-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:rgba(57,143,196,.22);color:#83e3ff}
.premium-account-server span:nth-child(2){display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.premium-account-server small{color:#748aac;font-size:8px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}
.premium-account-server strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.premium-account-server-change{color:#6382aa;font-size:10px}

.premium-account-section-title{position:relative;z-index:1;display:flex;align-items:center;gap:8px;margin:13px 2px 8px;color:#79dafb;font-size:9px;font-weight:900;letter-spacing:1.35px;text-transform:uppercase}
.premium-account-section-title:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,rgba(113,205,255,.24),transparent)}

.premium-account-wallet{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.premium-wallet-card{
  min-width:0;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px;
  border:1px solid rgba(112,199,255,.13);
  border-radius:11px;
  background:linear-gradient(145deg,rgba(21,53,91,.72),rgba(8,23,48,.82));
}
.premium-wallet-card.wallet-wide{grid-column:1/-1}
.premium-wallet-icon{width:30px;height:30px;flex:0 0 30px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(56,139,195,.20);color:#81e6ff;font-size:13px}
.wallet-secondary .premium-wallet-icon{color:#ffe594;background:rgba(178,132,30,.16)}
.wallet-wide .premium-wallet-icon{color:#a9d7ff;background:rgba(58,112,186,.18)}
.premium-wallet-copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.premium-wallet-copy small{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#758aab;font-size:8px;font-weight:900;text-transform:uppercase}
.premium-wallet-copy strong{color:#fff;font-size:14px;line-height:1}

.premium-account-menu{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px}
.hidden-block-account .premium-account-menu a{
  position:relative;
  display:grid !important;
  grid-template-columns:36px minmax(0,1fr) 12px;
  align-items:center !important;
  gap:10px;
  min-height:48px;
  padding:7px 10px !important;
  border:1px solid rgba(109,190,255,.10);
  border-radius:10px;
  background:linear-gradient(90deg,rgba(18,47,82,.67),rgba(8,26,54,.67));
  color:#eaf9ff !important;
  overflow:hidden;
}
.hidden-block-account .premium-account-menu a:before{content:"" !important;position:absolute !important;left:0 !important;top:8px !important;bottom:8px;width:2px;margin:0 !important;border-radius:3px;background:#65d8ff;box-shadow:0 0 12px rgba(101,216,255,.75);opacity:0;transition:.2s ease}
.hidden-block-account .premium-account-menu a:hover{padding-left:14px !important;border-color:rgba(122,218,255,.32);background:linear-gradient(90deg,rgba(34,91,139,.75),rgba(13,43,83,.75));box-shadow:0 0 18px rgba(64,177,255,.09);color:#fff !important}
.hidden-block-account .premium-account-menu a:hover:before{opacity:1}
.hidden-block-account .premium-account-menu a>i:first-child{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(52,137,193,.17);color:#79dfff;font-size:13px}
.hidden-block-account .premium-account-menu a>span{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}
.hidden-block-account .premium-account-menu a strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;letter-spacing:.25px}
.hidden-block-account .premium-account-menu a small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7388aa;font-size:8px}
.hidden-block-account .premium-account-menu a>i:last-child{color:#526f98;font-size:9px;transition:transform .2s ease,color .2s ease}
.hidden-block-account .premium-account-menu a:hover>i:last-child{color:#8ce8ff;transform:translateX(2px)}

.premium-account-logout{
  position:relative;
  z-index:1;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px;
  min-height:40px;
  margin-top:11px;
  padding:8px 12px !important;
  border:1px solid rgba(255,100,130,.23);
  border-radius:10px;
  background:linear-gradient(135deg,rgba(116,31,54,.40),rgba(58,17,37,.55));
  color:#ffb5c6 !important;
  font-size:9px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}
.premium-account-logout:hover{border-color:rgba(255,112,143,.48);background:linear-gradient(135deg,rgba(157,42,69,.58),rgba(83,22,46,.66));color:#fff !important;box-shadow:0 0 20px rgba(239,66,105,.12)}

@media(max-width:991px){
  .hidden-block-account.premium-account-dropdown{right:-5px !important;top:54px !important}
}
@media(max-width:575px){
  .premium-account-trigger.button{width:118px !important;padding:0 11px !important}
  .hidden-block-account.premium-account-dropdown{position:fixed !important;top:72px !important;right:12px !important;left:12px !important;width:auto !important;max-height:calc(100vh - 88px);overflow-y:auto}
  .premium-account-wallet{grid-template-columns:1fr}
  .premium-wallet-card.wallet-wide{grid-column:auto}
}

/* ==============================================================
   MU-ONLINE.HU PREMIUM ACCOUNT DROPDOWN V4 POLISH
   ============================================================== */
.hidden-block-account.premium-account-dropdown{
  width:342px !important;
  padding:17px !important;
  border-color:rgba(139,225,255,.38) !important;
  background:
    radial-gradient(circle at 18% -8%,rgba(132,226,255,.18),transparent 31%),
    radial-gradient(circle at 100% 8%,rgba(73,112,255,.14),transparent 34%),
    linear-gradient(180deg,rgba(9,29,58,.992),rgba(2,9,23,.997)) !important;
  box-shadow:
    0 30px 78px rgba(0,0,0,.72),
    0 0 42px rgba(69,180,255,.18),
    inset 0 1px 0 rgba(255,255,255,.075),
    inset 0 0 55px rgba(35,112,187,.055) !important;
}
.hidden-block-account.premium-account-dropdown:before{
  background:
    linear-gradient(135deg,rgba(255,255,255,.065),transparent 24%,transparent 72%,rgba(91,196,255,.055)),
    repeating-linear-gradient(135deg,rgba(255,255,255,.014) 0,rgba(255,255,255,.014) 1px,transparent 1px,transparent 7px);
}
.premium-account-ornament{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  height:14px;
  margin:-4px 10px 8px;
  color:#a6ecff;
  font-size:10px;
  text-shadow:0 0 12px rgba(118,222,255,.75);
}
.premium-account-ornament span{
  width:72px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(137,225,255,.62));
  box-shadow:0 0 7px rgba(92,204,255,.35);
}
.premium-account-ornament span:last-child{transform:scaleX(-1)}

.premium-account-profile{
  padding:14px;
  border-color:rgba(127,218,255,.23);
  background:
    radial-gradient(circle at 0 0,rgba(83,205,255,.12),transparent 45%),
    linear-gradient(135deg,rgba(37,99,158,.45),rgba(11,35,76,.54));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 24px rgba(0,0,0,.16);
}
.premium-account-avatar{
  width:54px;
  height:54px;
  flex-basis:54px;
  border-radius:14px;
  background:
    radial-gradient(circle at 35% 25%,rgba(173,239,255,.35),transparent 35%),
    linear-gradient(145deg,rgba(54,176,226,.72),rgba(39,75,163,.76));
  font-size:24px;
  box-shadow:0 0 25px rgba(75,195,255,.26),inset 0 1px 0 rgba(255,255,255,.18);
}
.premium-account-welcome{font-size:9px;letter-spacing:1.7px}
.premium-account-profile-copy strong{
  font-size:19px;
  line-height:1.1;
  text-shadow:0 0 14px rgba(121,224,255,.22);
}
.premium-account-online{color:#9db2d0 !important;font-size:9px;gap:5px}
.premium-account-online b{color:#4d6f97;font-weight:400}
.premium-account-online i{animation:premiumAccountPulse 1.8s ease-in-out infinite}
@keyframes premiumAccountPulse{
  0%,100%{box-shadow:0 0 7px rgba(78,229,167,.65);opacity:.85}
  50%{box-shadow:0 0 15px rgba(78,229,167,1);opacity:1}
}

.premium-account-server{
  margin-top:10px;
  padding:11px 12px !important;
  border-color:rgba(113,203,255,.17);
  background:linear-gradient(90deg,rgba(13,40,78,.82),rgba(8,27,57,.82));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.premium-account-server-icon{
  width:35px;height:35px;border-radius:10px;
  background:linear-gradient(145deg,rgba(61,155,208,.30),rgba(34,76,144,.30));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.premium-account-server strong{font-size:12px;color:#eefbff}

.premium-account-section-title{
  margin:15px 2px 9px;
  color:#8de5ff;
  font-size:9px;
  letter-spacing:1.55px;
}
.premium-account-section-title>i{font-size:10px;color:#b2efff;text-shadow:0 0 10px rgba(98,211,255,.5)}
.premium-account-section-title:after{background:linear-gradient(90deg,rgba(126,218,255,.38),transparent)}

.premium-account-wallet{gap:9px}
.premium-wallet-card{
  position:relative;
  min-height:58px;
  padding:11px;
  border-color:rgba(118,205,255,.18);
  background:linear-gradient(145deg,rgba(22,58,99,.80),rgba(7,23,50,.91));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 18px rgba(0,0,0,.10);
  overflow:hidden;
}
.premium-wallet-card:after{
  content:"";
  position:absolute;
  right:-18px;top:-22px;
  width:60px;height:60px;border-radius:50%;
  background:rgba(95,207,255,.07);
  filter:blur(5px);
}
.premium-wallet-icon{
  width:34px;height:34px;flex-basis:34px;border-radius:10px;
  font-size:14px;
  background:linear-gradient(145deg,rgba(61,158,210,.28),rgba(33,73,139,.28));
}
.wallet-primary .premium-wallet-icon{color:#9deaff}
.wallet-secondary .premium-wallet-icon{color:#ffe79b;background:linear-gradient(145deg,rgba(188,142,35,.22),rgba(91,63,16,.25))}
.wallet-primary .premium-wallet-copy strong{color:#dff9ff}
.wallet-secondary .premium-wallet-copy strong{color:#ffe6a0}
.premium-wallet-copy small{font-size:7.5px;letter-spacing:.45px;color:#8298b8}
.premium-wallet-copy strong{font-size:16px;text-shadow:0 0 10px rgba(255,255,255,.07)}

.premium-account-menu{gap:7px}
.hidden-block-account .premium-account-menu a{
  min-height:51px;
  grid-template-columns:38px minmax(0,1fr) 12px;
  gap:11px;
  padding:8px 11px !important;
  border-color:rgba(113,198,255,.13);
  background:linear-gradient(90deg,rgba(19,54,93,.76),rgba(7,25,52,.78));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018);
}
.hidden-block-account .premium-account-menu a>i:first-child{
  width:34px;height:34px;border-radius:9px;
  background:linear-gradient(145deg,rgba(56,151,205,.24),rgba(32,68,133,.25));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
  font-size:14px;
}
.hidden-block-account .premium-account-menu a strong{font-size:10.5px;color:#f0fbff}
.hidden-block-account .premium-account-menu a small{font-size:7.7px;color:#8195b3}
.hidden-block-account .premium-account-menu a:hover{
  padding-left:15px !important;
  border-color:rgba(135,228,255,.42);
  background:linear-gradient(90deg,rgba(37,105,157,.88),rgba(12,46,88,.88));
  box-shadow:0 0 20px rgba(75,190,255,.13),inset 0 1px 0 rgba(255,255,255,.045);
  transform:translateX(2px);
}

.premium-account-logout{
  min-height:43px;
  margin-top:13px;
  border-color:rgba(255,110,140,.28);
  background:
    radial-gradient(circle at 50% 0,rgba(255,112,145,.10),transparent 50%),
    linear-gradient(135deg,rgba(122,34,59,.48),rgba(56,16,37,.64));
  color:#ffc0cf !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.premium-account-logout:hover{transform:translateY(-1px);box-shadow:0 0 24px rgba(239,66,105,.18),inset 0 1px 0 rgba(255,255,255,.05)}

@media(max-width:575px){
  .hidden-block-account.premium-account-dropdown{padding:14px !important}
  .premium-account-ornament{display:none}
}


/* ==============================================================
   MU-ONLINE.HU PREMIUM ACCOUNT DROPDOWN V5 - CRYSTAL POLISH
   ============================================================== */
.hidden-block-account.premium-account-dropdown{
  width:318px !important;
  padding:16px !important;
  border-color:rgba(145,226,255,.42) !important;
  border-radius:20px !important;
  background:
    radial-gradient(circle at 50% -18%,rgba(116,221,255,.25),transparent 35%),
    radial-gradient(circle at 105% 18%,rgba(86,105,255,.16),transparent 35%),
    linear-gradient(180deg,rgba(9,28,57,.985),rgba(3,11,26,.997)) !important;
  box-shadow:
    0 30px 80px rgba(0,0,0,.72),
    0 0 42px rgba(63,181,255,.20),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 0 42px rgba(49,142,220,.045) !important;
}
.hidden-block-account.premium-account-dropdown:before{
  background:
    linear-gradient(110deg,rgba(255,255,255,.065),transparent 20%,transparent 75%,rgba(87,202,255,.055)),
    repeating-linear-gradient(135deg,rgba(255,255,255,.012) 0 1px,transparent 1px 8px);
}
.premium-account-ornament,
.premium-account-bottom-ornament{
  position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:9px;
  height:16px;color:#8de8ff;font-size:9px;text-shadow:0 0 12px rgba(100,220,255,.7)
}
.premium-account-ornament{margin:-5px 16px 5px}
.premium-account-bottom-ornament{margin:11px 17px 0;color:#587da9;font-size:7px}
.premium-account-ornament span,.premium-account-bottom-ornament span{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(126,221,255,.46))}
.premium-account-ornament span:last-child,.premium-account-bottom-ornament span:last-child{background:linear-gradient(90deg,rgba(126,221,255,.46),transparent)}
.premium-account-panel-label{
  position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:7px;
  margin:0 0 9px;color:#72d9fa;font-size:8px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase
}
.premium-account-panel-label i{font-size:9px;color:#a4edff}
.premium-account-profile{
  gap:14px;padding:14px 13px;border-color:rgba(128,216,255,.24);
  background:
    radial-gradient(circle at 10% 30%,rgba(78,205,255,.13),transparent 32%),
    linear-gradient(135deg,rgba(32,91,149,.43),rgba(10,34,72,.46));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 0 22px rgba(64,175,255,.07)
}
.premium-account-avatar{
  position:relative;width:58px;height:58px;flex-basis:58px;border-radius:15px;
  border-color:rgba(158,235,255,.58);
  background:linear-gradient(145deg,rgba(73,189,234,.68),rgba(36,73,157,.72));
  font-size:24px;overflow:hidden;
  box-shadow:0 0 26px rgba(76,203,255,.27),inset 0 1px 0 rgba(255,255,255,.20)
}
.premium-account-avatar:before{content:"";position:absolute;inset:5px;border:1px solid rgba(218,250,255,.16);border-radius:11px}
.premium-account-avatar-ring{position:absolute;inset:-18px;border:1px solid rgba(154,232,255,.18);border-radius:50%;animation:premiumAccountSpin 12s linear infinite}
.premium-account-avatar-ring:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#b8f3ff;top:8px;left:10px;box-shadow:0 0 9px #8ee7ff}
@keyframes premiumAccountSpin{to{transform:rotate(360deg)}}
.premium-account-welcome{font-size:8px;letter-spacing:1.6px;color:#77dcff !important}
.premium-account-profile-copy strong{font-size:19px;line-height:1.08;text-shadow:0 0 16px rgba(117,223,255,.20)}
.premium-account-online{font-size:8.5px;color:#8fa7c9 !important}
.premium-account-online i{animation:premiumOnlinePulse 1.8s ease-in-out infinite}
@keyframes premiumOnlinePulse{0%,100%{box-shadow:0 0 7px rgba(78,229,167,.55)}50%{box-shadow:0 0 15px rgba(78,229,167,1)}}
.premium-account-server{margin-top:10px;padding:9px 11px !important;background:linear-gradient(90deg,rgba(13,40,76,.78),rgba(8,27,57,.78))}
.premium-account-server-icon{background:linear-gradient(145deg,rgba(55,152,207,.28),rgba(31,68,132,.28));box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.premium-account-section-title{margin:13px 2px 8px;font-size:8px;letter-spacing:1.55px}
.premium-account-wallet{gap:9px}
.premium-wallet-card{
  min-height:52px;padding:9px 10px;border-color:rgba(126,207,255,.17);
  background:linear-gradient(145deg,rgba(24,63,105,.78),rgba(7,25,53,.90));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:.2s ease
}
.premium-wallet-card:hover{transform:translateY(-2px);border-color:rgba(137,225,255,.38);box-shadow:0 0 19px rgba(71,187,255,.10),inset 0 1px 0 rgba(255,255,255,.06)}
.premium-wallet-icon{width:32px;height:32px;flex-basis:32px;border:1px solid rgba(119,215,255,.14);background:linear-gradient(145deg,rgba(57,155,208,.25),rgba(31,72,139,.25));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.wallet-primary .premium-wallet-copy strong{color:#b9f2ff;text-shadow:0 0 10px rgba(94,219,255,.25)}
.wallet-secondary .premium-wallet-copy strong{color:#ffe69a;text-shadow:0 0 10px rgba(255,205,83,.20)}
.premium-wallet-copy small{font-size:7px;letter-spacing:.25px}
.premium-wallet-copy strong{font-size:15px}
.premium-account-menu{gap:5px}
.hidden-block-account .premium-account-menu a{
  min-height:45px;grid-template-columns:34px minmax(0,1fr) 10px;padding:6px 10px !important;
  background:linear-gradient(90deg,rgba(15,46,81,.70),rgba(6,24,50,.74));
  border-color:rgba(111,192,255,.11);border-radius:10px
}
.hidden-block-account .premium-account-menu a>i:first-child{width:31px;height:31px;border-radius:9px;font-size:13px}
.hidden-block-account .premium-account-menu a strong{font-size:10px;letter-spacing:.2px}
.hidden-block-account .premium-account-menu a small{display:none}
.hidden-block-account .premium-account-menu a:hover{padding-left:14px !important;transform:translateX(3px);background:linear-gradient(90deg,rgba(37,111,163,.88),rgba(10,45,87,.90))}
.premium-account-logout{
  min-height:42px;margin-top:8px;border-color:rgba(255,115,148,.30);
  background:radial-gradient(circle at 50% 0,rgba(255,128,157,.13),transparent 58%),linear-gradient(135deg,rgba(127,34,60,.53),rgba(52,14,35,.72));
  letter-spacing:1.25px
}
.premium-account-logout:hover{transform:translateY(-2px);border-color:rgba(255,145,169,.58);box-shadow:0 0 27px rgba(239,66,105,.23),inset 0 1px 0 rgba(255,255,255,.07)}
@media(max-width:575px){
  .hidden-block-account.premium-account-dropdown{width:auto !important;padding:14px !important}
  .premium-account-panel-label{display:none}
}


/* Premium account dropdown: inline SVG menu icons */
.hidden-block-account .premium-account-menu a{
  grid-template-columns:34px minmax(0,1fr) 14px;
}
.hidden-block-account .premium-account-menu .premium-menu-icon{
  width:31px;
  height:31px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 31px;
  border:1px solid rgba(122,211,255,.26);
  border-radius:9px;
  background:linear-gradient(145deg,rgba(38,126,188,.36),rgba(18,52,106,.44));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 12px rgba(67,181,255,.08);
  transition:transform .22s ease,filter .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.hidden-block-account .premium-account-menu .premium-menu-icon svg{
  width:17px;
  height:17px;
  display:block;
  fill:currentColor;
  filter:drop-shadow(0 0 5px currentColor);
}
.hidden-block-account .premium-account-menu .icon-account{color:#86eaff}
.hidden-block-account .premium-account-menu .icon-buy{color:#54f4c1;border-color:rgba(84,244,193,.26);background:linear-gradient(145deg,rgba(20,139,111,.32),rgba(14,60,77,.44))}
.hidden-block-account .premium-account-menu .icon-warehouse{color:#c8a769;border-color:rgba(214,177,103,.28);background:linear-gradient(145deg,rgba(126,92,42,.36),rgba(55,47,45,.46))}
.hidden-block-account .premium-account-menu .icon-achievement{color:#ffd85e;border-color:rgba(255,216,94,.30);background:linear-gradient(145deg,rgba(145,105,19,.38),rgba(68,52,31,.46))}
.hidden-block-account .premium-account-menu .icon-logs{color:#9aafff;border-color:rgba(154,175,255,.28);background:linear-gradient(145deg,rgba(63,82,174,.38),rgba(33,45,103,.46))}
.hidden-block-account .premium-account-menu .icon-plugin{color:#d690ff;border-color:rgba(214,144,255,.28);background:linear-gradient(145deg,rgba(112,55,164,.36),rgba(51,31,94,.46))}
.hidden-block-account .premium-account-menu a:hover .premium-menu-icon{
  transform:scale(1.08) rotate(-2deg);
  filter:brightness(1.25);
  border-color:currentColor;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 0 15px currentColor;
}
.hidden-block-account .premium-account-menu .premium-menu-arrow{
  width:14px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6d9fcf;
  transition:transform .22s ease,color .22s ease;
}
.hidden-block-account .premium-account-menu .premium-menu-arrow svg{
  width:12px;
  height:12px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hidden-block-account .premium-account-menu a:hover .premium-menu-arrow{
  color:#b5f3ff;
  transform:translateX(3px);
}
.hidden-block-account .premium-account-menu a>i:first-child,
.hidden-block-account .premium-account-menu a>i:last-child{display:none!important}


/* Premium account static embedded SVG icons */
.premium-static-svg{width:19px;height:19px;display:block;fill:currentColor;stroke:none;filter:drop-shadow(0 0 5px currentColor)}
.premium-static-svg .svg-cut{fill:#071c36;filter:none}
.premium-static-svg .svg-line{fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;filter:none}
.premium-account-avatar .premium-static-svg{position:relative;z-index:3;width:28px;height:28px;color:#d9f9ff;filter:drop-shadow(0 0 8px rgba(116,226,255,.9))}
.premium-account-server-icon .premium-static-svg{width:19px;height:19px;color:#80e5ff;filter:drop-shadow(0 0 7px rgba(76,210,255,.75))}
.premium-wallet-icon .premium-static-svg{width:18px;height:18px}
.wallet-primary .premium-wcoin-svg{color:#80e8ff}
.wallet-secondary .premium-goblin-svg{color:#ffd86a}
.wallet-wide .premium-wcoin-svg{color:#a9dfff}
.premium-account-avatar,.premium-account-server-icon,.premium-wallet-icon{align-items:center;justify-content:center}

:root{

}

/* Szikraeffekt teljes konténere */
.sparks2{
    position:absolute;
    width:1200px;
    margin-left:200px;
    top:calc(600px - var(--header-move-up)); /* 200px */
    z-index:1;
}

/* Lebegő elemek */
.ani.s1,
.ani.s2,
.ani.s3,
.ani.s4{
    display:none;
}

/* ==============================================================
   MU-ONLINE.HU NAGY, TÖBBPONTOS VILLÁM EFFEKT
   ============================================================== */

:root{
  --mu-lightning-top: -25px;
  --mu-lightning-width: 1600px;
  --mu-lightning-height: 560px;
  --mu-lightning-scale: 1.12;
  --mu-lightning-opacity: .96;
}

/* Régi lebegő s1-s4 elemek kikapcsolva, a sparks2 megmarad */
header .ani.s1,
header .ani.s2,
header .ani.s3,
header .ani.s4{
  display:none !important;
}

header{
  overflow:visible;
}

.mu-lightning-layer{
  position:absolute;
  top:var(--mu-lightning-top);
  left:50%;
  width:var(--mu-lightning-width);
  height:var(--mu-lightning-height);
  transform:translateX(-50%) scale(var(--mu-lightning-scale));
  transform-origin:center top;
  pointer-events:none;
  overflow:visible;
  z-index:2;
  opacity:var(--mu-lightning-opacity);
  mix-blend-mode:screen;
}

.mu-lightning-svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}

.mu-lightning-bolt{
  opacity:0;
  filter:url(#muLightningGlowLarge);
}

.mu-lightning-core,
.mu-lightning-glow,
.mu-lightning-branch{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.mu-lightning-core{
  stroke:url(#muLightningGradientLarge);
  stroke-width:3.3;
  stroke-dasharray:760;
  stroke-dashoffset:760;
}

.mu-lightning-glow{
  stroke:#65d9ff;
  stroke-width:15;
  opacity:.30;
  stroke-dasharray:760;
  stroke-dashoffset:760;
}

.mu-lightning-branch{
  stroke:#c4f6ff;
  stroke-width:2.1;
  opacity:.88;
  stroke-dasharray:280;
  stroke-dashoffset:280;
}

/* Külön időzítés minden villámnak */
.mu-lightning-bolt-a{animation:muBoltA 7.9s steps(1,end) infinite}
.mu-lightning-bolt-b{animation:muBoltB 10.8s steps(1,end) infinite 1.2s}
.mu-lightning-bolt-c{animation:muBoltC 8.7s steps(1,end) infinite 2.8s}
.mu-lightning-bolt-d{animation:muBoltD 11.9s steps(1,end) infinite 4.4s}
.mu-lightning-bolt-e{animation:muBoltE 9.6s steps(1,end) infinite 5.7s}
.mu-lightning-bolt-f{animation:muBoltF 13.2s steps(1,end) infinite 3.6s}

.mu-lightning-bolt-a path{animation:muLightningDrawA 7.9s linear infinite}
.mu-lightning-bolt-b path{animation:muLightningDrawA 10.8s linear infinite 1.2s}
.mu-lightning-bolt-c path{animation:muLightningDrawA 8.7s linear infinite 2.8s}
.mu-lightning-bolt-d path{animation:muLightningDrawA 11.9s linear infinite 4.4s}
.mu-lightning-bolt-e path{animation:muLightningDrawA 9.6s linear infinite 5.7s}
.mu-lightning-bolt-f path{animation:muLightningDrawA 13.2s linear infinite 3.6s}

.mu-lightning-flash{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}

.mu-lightning-flash-left{
  background:
    radial-gradient(circle at 18% 11%,rgba(171,239,255,.34),transparent 26%),
    radial-gradient(circle at 44% 20%,rgba(105,168,255,.20),transparent 34%);
  animation:muSkyFlashLeft 7.9s steps(1,end) infinite;
}

.mu-lightning-flash-right{
  background:
    radial-gradient(circle at 72% 12%,rgba(170,238,255,.38),transparent 28%),
    radial-gradient(circle at 90% 18%,rgba(108,153,255,.22),transparent 34%);
  animation:muSkyFlashRight 8.7s steps(1,end) infinite 2.8s;
}

@keyframes muLightningDrawA{
  0%,5.8%,100%{stroke-dashoffset:760}
  5.9%,7.1%{stroke-dashoffset:0}
  7.2%,7.7%{stroke-dashoffset:760}
  7.8%,9.1%{stroke-dashoffset:0}
  9.2%,100%{stroke-dashoffset:760}
}

@keyframes muBoltA{
  0%,5.7%,9.3%,100%{opacity:0}
  5.8%,6.35%{opacity:1}
  6.36%,6.9%{opacity:.16}
  6.91%,7.45%{opacity:.96}
  7.46%,7.9%{opacity:0}
  7.91%,8.6%{opacity:.74}
  8.61%,9.2%{opacity:0}
}
@keyframes muBoltB{
  0%,19.9%,23.1%,100%{opacity:0}
  20%,20.45%{opacity:.88}
  20.46%,21%{opacity:.10}
  21.01%,21.55%{opacity:.95}
  21.56%,22.2%{opacity:0}
  22.21%,23%{opacity:.62}
}
@keyframes muBoltC{
  0%,33.9%,37.5%,100%{opacity:0}
  34%,34.55%{opacity:1}
  34.56%,35.1%{opacity:.14}
  35.11%,35.7%{opacity:.98}
  35.71%,36.3%{opacity:0}
  36.31%,37.4%{opacity:.78}
}
@keyframes muBoltD{
  0%,52.9%,56.3%,100%{opacity:0}
  53%,53.5%{opacity:.90}
  53.51%,54.1%{opacity:.12}
  54.11%,54.75%{opacity:1}
  54.76%,55.4%{opacity:0}
  55.41%,56.2%{opacity:.68}
}
@keyframes muBoltE{
  0%,68.9%,72.2%,100%{opacity:0}
  69%,69.45%{opacity:.82}
  69.46%,70%{opacity:.10}
  70.01%,70.55%{opacity:.92}
  70.56%,71.1%{opacity:0}
  71.11%,72.1%{opacity:.58}
}
@keyframes muBoltF{
  0%,81.9%,84.8%,100%{opacity:0}
  82%,82.4%{opacity:.74}
  82.41%,82.9%{opacity:.08}
  82.91%,83.35%{opacity:.88}
  83.36%,84%{opacity:0}
  84.01%,84.7%{opacity:.50}
}

@keyframes muSkyFlashLeft{
  0%,5.7%,9.3%,100%{opacity:0}
  5.8%,6.25%{opacity:.78}
  6.26%,6.9%{opacity:.07}
  6.91%,7.35%{opacity:.48}
  7.36%,8%{opacity:0}
  8.01%,8.5%{opacity:.24}
}
@keyframes muSkyFlashRight{
  0%,33.9%,37.5%,100%{opacity:0}
  34%,34.45%{opacity:.82}
  34.46%,35%{opacity:.08}
  35.01%,35.5%{opacity:.52}
  35.51%,36.2%{opacity:0}
  36.21%,37.4%{opacity:.28}
}

@media(max-width:1500px){
  :root{
    --mu-lightning-scale:1;
    --mu-lightning-width:1450px;
  }
}

@media(max-width:1100px){
  :root{
    --mu-lightning-top:0px;
    --mu-lightning-scale:.84;
    --mu-lightning-width:1300px;
  }
}

@media(max-width:700px){
  :root{
    --mu-lightning-top:20px;
    --mu-lightning-scale:.66;
    --mu-lightning-opacity:.78;
    --mu-lightning-width:1100px;
  }
}

@media(prefers-reduced-motion:reduce){
  .mu-lightning-bolt,
  .mu-lightning-bolt path,
  .mu-lightning-flash{
    animation:none !important;
    opacity:0 !important;
  }
}
