/*
 * RBS CSS - RagnaNice
 * 07/2022
 */
 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Noto+Sans:wght@400;600&family=Open+Sans:wght@400;700&display=swap');
 @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

 *:focus {
     outline: none;
 }

 
 
 
 
 
 
 .lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}

.cargador {
	background: #000;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	/*clip-path: circle(150% at 100% 0);*/
	/*transition: clip-path 0.8s ease-in-out;*/
}
  
.cargador2 {
	/*clip-path: circle(0% at 100% 100%);*/
	display: none;
}
  
#load{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	background: #000;
}
  
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #000;
	visibility: hidden;
}
  
#preloader:before {
	/* background: url('../img/preloader.gif') no-repeat;
	background-size:contain; */
	content: "";
	position: fixed;
	border: 6px solid #fff;
	border-bottom-color: #2b2c2f; 
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: calc(50% - (50px /2));
	left: calc(50% - (50px /2));
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
  
@keyframes animate-preloader {
  0% {
	transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}
  
#msgIndicator{
	position: fixed;
	font-size: 20px;
	text-align: center;
	width: 300px;
	top: calc(50% + 50px);
	left: calc(50% - (300px / 2));
	z-index: 9999;
	visibility: hidden;
}

#msgIndicator2{
	position: fixed;
	font-size: 30px;
	text-align: center;
	color: #000;
	width: 800px;
	top: calc(40% + 40px);
	left: calc(50% - (800px / 2));
}




 .top-bar {
     width: 100%;
     height: 52px;
     background: #3A3847;
     font-family: 'Noto Sans';
     font-size: 12px;
     line-height: 150%;
     color: #FFFFFF;
 }
 
 .server-status {
     margin-top: 15px
 }
 
 .server-status i {
     font-size: 16px;
     color: #FFF;
     margin-left: 5px;
     transition: 0.7s;
 }
 
 .server-status i:hover {
     color: #d51519;
 }
 
 .server-status img {
     display: inline-block;
     margin-left: 5px;
 }
 
 .header {
     height: 554px;
     background: url("../img/bg-top.png") top center no-repeat;
 }
 
 .menu {
     height: 83px;
 }
 
 .nav-link {
     font-family: 'Noto Sans' !important;
     font-weight: 600 !important;
     font-size: 14px !important;
     line-height: 150% !important;
     color: #FFFFFF !important;
     transition: 0.5s;
 }
 
 .nav-link span:hover {
     border-bottom: 2px solid white;
 }
 
 .render-header-desktop {
     margin-top: 6px
 }
 
 .render-header-mobile {
     display: none;
     margin-top: 30px;
 }
 
 .login-box {
     width: 384px;
     height: 410px;
     background: #FFFFFF;
     box-shadow: 0px 5px 15px rgba(78, 75, 89, 0.15);
     border-radius: 5px;
     padding: 24px 32px;
     font-family: 'Noto Sans';
     margin: 85px auto 0 auto;
 }
 
 .login-box h2 {
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 700;
     font-size: 18px;
     line-height: 150%;
     letter-spacing: -0.005em;
     color: #b7b5c1;
     margin-bottom: 4px;
 }
 
 .login-box p {
     font-size: 16px;
     line-height: 150%;
     letter-spacing: -0.01em;
     color: #888599;
     margin-bottom: 8px;
 }
 
 .input-lbox {
     width: 100%;
     height: 53px;
     /*
     border: none;
     background: url('../img/input-box.png') no-repeat;*/
     margin-bottom: 16px;
     font-size: 14px;
     line-height: 150%;
     padding: 16px 24px;
     /* custom */
     background: #F5F5F5;
     border: 1px solid #E0E0E0;
     box-shadow: inset 0px 3px 15px rgba(0, 0, 0, 0.15);
     border-radius: 5px;
 }
 
 .login-box form .input-lbox:nth-child(2) {
     margin-bottom: 27px;
 }
 
 .btn-lbox {
     width: 100%;
     height: 53px;
     border-radius: 5px;
     border: none;
     font-weight: 600;
     font-size: 16px;
     line-height: 22px;
     text-align: center;
     letter-spacing: -0.03em;
     color: #FFFFFF;
     transition: 0.75s;
 }
 
 .btn-lbox:hover {
     opacity: 0.75;
 }
 
 .btn-login {
     background: #3a3847;
     margin-bottom: 13px;
 }
 
 .btn-register {
     color: #3A3847;
     background: #EBEBEB;
 }
 

 
 .welcome {
     font-family: 'Noto Sans';
     font-size: 16px;
 }
 
 .welcome h1 {
     font-family: 'Open Sans';
     font-size: 40px;
     line-height: 124%;
     letter-spacing: -0.01em;
     color: #3A3847;
     margin-top: 39px;
     margin-bottom: 16px;
 }
 
 .welcome > h1 > span,
 .welcome-list-info > li > span  {
     font-weight: 700;
     color: #d51519;
     letter-spacing: normal;
 }
 
 .welcome p {
     line-height: 150%;
     letter-spacing: -0.01em;
     color: #888599;
     text-indent: 2em;
     margin-bottom: 24px;
 }
 
 .welcome-list-info li {
     line-height: 150%;
     letter-spacing: -0.01em;
     color: #888599;
 }
 
 .d-list-item {
     display: none;
 }
 
 .news {
     font-family: 'Open Sans';
 }
 
 .news h2 {
     font-size: 40px;
     line-height: 124%;
     letter-spacing: -0.01em;
     color: #3A3847;
     margin-bottom: 16px;
 }
 
 .news h2 span {
     font-weight: 700;
     color: #d51519;
 }
 
 .news-card {
     width: 280px;
 }
 
 .news-tag {
     position: absolute;
     padding: 4px 12px;
    min-width: 91px;
    height: 26px;
    
    border-radius: 50px;
    margin: 8px 0 0 90px;
    
    font-family: 'Noto Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #FBFBFB;
 }
 
 .news-tag-news {
      background: #6BE5B9;   
}

.news-tag-updates {
    background: #F97474;
}

 .news-tag-promo {
      background: #6BE5B9;   
}

 .news-tag-contest {
      background: #F97474;   
}

 .news-tag-events {
      background: #6BE5B9;   
}

 
 .card-body {
     background-color: #F5F5F5;
     padding: 16px !important;
 }
 
 .news-card > .card-body {
     height: 118px;
 }
 
 .news-card > .card-body > .card-title {
     font-weight: 700;
     font-size: 24px;
     line-height: 124%;
     letter-spacing: -0.01em;
     color: #3A3847;
     text-align: center;
 }
 
 .news-card > .card-body > .card-text {
     font-family: 'Noto Sans';
     font-size: 12px;
     line-height: 150%;
     text-align: center;
     margin-top: 15px;
 }
 
 .news-card > .card-body > .card-text > a {
     color: #d51519;
     text-decoration: none;
 }
 
 .shop h2 {
     font-family: 'Open Sans';
     font-size: 40px;
     line-height: 124%;
     letter-spacing: -0.01em;
     margin-bottom: 16px;
 }
 
 .shop h2 span {
     font-weight: 700;
     color: #d51519;
 }
 
 .costume-card {
     width: 176px;
 }
 
 .costume-card .card-body h5 {
     font-family: 'Open Sans';
     font-weight: 700;
     font-size: 24px;
     line-height: 124%;
     text-align: center;
     letter-spacing: -0.01em;
     color: #d51519;    
 }
 
 .costume-card .card-body p {
     font-family: 'Noto Sans';
     font-size: 12px;
     line-height: 150%;
     text-align: center;
     color: #3A3847;
 }
 
 .costume-card img:first-child {
     height: 280px;
 }
 
 .costume-card img:nth-child(2) {
     position: absolute;
     width: 75px !important;
     top: 80px;
     left: 50px;
 }
 
 .owl-nav {
     position: absolute;
     top: -57px;
     right: 32px;
 }
 
 .woepvp {
     width: 100%;
     background: url('../img/bg-woe.png') top center no-repeat;
     min-height: 445px;
 }
 
 .woe > h2 {
     font-family: 'Open Sans';
     font-weight: 700;
     font-size: 40px;
     line-height: 124%;
     text-align: center;
     letter-spacing: -0.01em;
     color: #000000;
     margin-top: 32px
 }
 
 .woe > p {
     font-family: 'Open Sans';
     font-size: 32px;
     line-height: 124%;
     text-align: center;
     letter-spacing: -0.01em;
     color: #000000;
     margin-bottom: 84px;
 }
 
 .woe > p span {
     font-weight: 700;
 }
 
 .castle-box {
     width: 279px;
     height: 177px;
     background: #FFFFFF;
     border-radius: 8px;
     padding: 16px;
     margin-bottom: 8px;
 }
 
 .castle-box h2 {
     font-family: 'Noto Sans';
     font-size: 14px;
     line-height: 140%;
     color: #3A3847;
     margin-bottom: 12px;
     height: 40px;
 }
 
 .castle-box p {
     font-family: 'Noto Sans';
     font-weight: 700;
     font-size: 14px;
     line-height: 150%;
     color: #3A3847;
     margin-bottom: 12px;
 }
 
 .castle-box p span {
     font-weight: 400;
     color: #d51519;
 }
 
 .flag {
     width: 124px;
     height: 248px;
     background: url('../img/flag.png') no-repeat;
 }
 
 .flag img {
     margin-top: 120px;
     margin-left: 50px;
 }
 
 .flag-left {
     margin-top: -256px;
 }
 
 .flag-right {
     margin-top: -95px;
     margin-right: 16px;
 }
 
 .woe-info-day {
     font-family: 'Noto Sans';
     font-size: 16px;
     line-height: 150%;
     text-align: center;
     letter-spacing: -0.01em;
     color: black;
 }
 
 .woe-mobile p {
     font-family: 'Noto Sans';
     font-size: 14px;
     line-height: 150%;
     color: black;
     margin-top: 4px
 }
 
 .woe-mobile p span {
     font-weight: 700;
 }
 
 .woe-mobile-emblem {
     position: absolute;
     margin-top: 50px;
     margin-left: 50px;
 
 }
 
 .pvp h2 {
     font-family: 'Open Sans';
     font-weight: 700;
     font-size: 40px;
     line-height: 124%;
     text-align: center;
     letter-spacing: -0.01em;
     color: black;
     margin-top: 32px;
     margin-bottom: 43px;
 }
 
 .pvp-box {
     width: 176px;
     height: 265px;
     background: #FFFFFF;
     border-radius: 8px;
     font-family: 'Noto Sans';
     font-weight: 700;
     margin-bottom: 8px;
 }
 
 .pvp-tag {
     position: relative;
     top: -10px;
     margin: 0 auto 66px auto;
     width: 144px;
     height: 20px;
     background: #289A00;
     border-radius: 8px;
     font-size: 12px;
     line-height: 60%;
     color: #FFFFFF;
     padding-top: 5px;
 }
 
 .pvp-char {
     height: 120px;
 }
 
 .pvp-box p {
     font-size: 16px;
     line-height: 125%;
     color: #3A3847;
 }
 
 .pvp-box p span {
     font-weight: 400;
     color: #57B100;
 }
 
 .pvp-info-kda {
     font-family: 'Noto Sans';
     font-size: 16px;
     line-height: 150%;
     text-align: center;
     letter-spacing: -0.01em;
     color: black;
 }
 
 .pvp-mobile p {
     font-family: 'Noto Sans';
     font-weight: 700;
     font-size: 16px;
     line-height: 150%;
     color: black;
     margin-top: 40px;
     margin-bottom: 32px;
 }
 
 .pvp-mobile p span {
     color: #000
 }
 
 .logo {
     height: 70px;
 }
 
 .custom-toggler .navbar-toggler-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
 }
   
 .custom-toggler.navbar-toggler {
     border-color: #0F0036;
     background-color: #0F0036;
 }
 
 .vote-box {
     width: 590px;
     height: 441px;
     background: url('../img/render-vote.png') no-repeat;
     margin-top: 48px;
     padding-top: 88px;
     padding-left: 310px;
     padding-right: 16px;
     font-family: 'Open Sans';
     color: black;
 }
 
 .vote-box h2 {
     width: 264px;
     font-weight: 700;
     font-size: 40px;
     line-height: 124%;
     letter-spacing: -0.01em;
     color: #FFF;
 }
 
 .vote-box p {
     font-weight: 600;
     font-size: 18px;
     line-height: 150%;
     letter-spacing: -0.005em;
 }
 
 .vote-box div {
     width: 264px;
 }
 
 .vote-box button {
     width: 100%;
     height: 57px;
     border-radius: 5px;
     border: none;
     margin-bottom: 8px;
     font-family: 'Noto Sans';
     font-size: 16px;
     line-height: 180%;
     transition: 0.65s;
 }
 
 .vote-box button:hover {
     opacity: 0.85;
 }
 
 .btn-org {
     background: #EBEBEB;
     color: #3A3847;
 }
 
 .btn-com-br {
     background: #3A3847;
     color: #EBEBEB;
 }
 
 .systems {
     margin-top: 40px;
     padding: 16px;
     margin-bottom: 40px;
 }
 
 .systems h2 {
     font-family: 'Open Sans';
     font-size: 40px;
     line-height: 124%;
     letter-spacing: -0.01em;
     color: #3A3847;
     margin-bottom: 22px;
 }
 
 .systems h2 span {
     font-weight: 700;
     color: #d51519;
 }
 
 .systems p {
     font-family: 'Noto Sans';
     font-size: 16px;
     line-height: 150%;
     letter-spacing: -0.01em;
     color: #888599;
     text-indent: 1.5em;
     margin-bottom: 18px;
 }
 
 .systems button {
     width: 100%;
     height: 57px;
     border: none;
     background: #EBEBEB;
     border-radius: 5px;
     margin-bottom: 16px;
     text-align: left;
     padding: 16px 16px 16px 48px;
     transition: 0.75s;
     font-family: 'Noto Sans';
     font-size: 16px;
     line-height: 180%;
 }
 
 .systems button:hover {
     background: #d51519;
     color: black;
 }
 
 .tabcontent {
     animation: fadeEffect 1s;
 }
 
 .icon_custom {
     width: 24px;
     height: 24px;
     position: absolute;
     margin-left: -32px;
 }
 
 @keyframes fadeEffect {
     from {opacity: 0;}
     to {opacity: 1;}
 }
 
.btn-down-mf {
    width: 309px;
    height: 109px;
    background: url('../img/download/btn-down-mf.png');
    border: none;
    transition: background 1s linear !important;
}
.btn-down-mf:hover {
    opacity: 1 !important;
    background: url('../img/download/btn-down-mf-hover.png');
}

 
 .icon_01 {
     background: url('../img/icons/icon_01.png');
 }
 
 .icon_02 {
     background: url('../img/icons/icon_02.png');
 }
 
 .icon_03 {
     background: url('../img/icons/icon_03.png');
 }
 
 .icon_04 {
     background: url('../img/icons/icon_04.png');
 }
 
 .icon_05 {
     background: url('../img/icons/icon_05.png');
 }
 
 .icon_06 {
     background: url('../img/icons/icon_06.png');
 }
 
 .icon_07 {
     background: url('../img/icons/icon_07.png');
 }
 
 .icon_08 {
     background: url('../img/icons/icon_08.png');
 }
 
 .server-statistic {
     padding: 16px;
     margin-bottom: 40px;
 }
 
 .server-statistic h2 {
     font-family: 'Open Sans';
     font-size: 40px;
     line-height: 120%;
     color: #3A3847;
     margin-bottom: 114px;
 }
 
 .server-statistic h2 span {
     font-weight: 700;
     line-height: 120%;
     color: #d51519;
 }
 
 .server-statistic-block img {
     margin-bottom: 20px;
 }
 
 .server-statistic-block p {
     font-family: 'Open Sans';
     font-weight: 700;
     font-size: 48px;
     line-height: 45%;
     letter-spacing: -0.01em;
     color: #3A3847;
 }
 
 .server-statistic-block p span {
     font-family: 'Noto Sans';
     font-weight: 600;
     font-size: 16px;
     color: #d51519;
 }
 
 .footer {
     width: 100%;
     min-height: 304px;
     background: #3A3847;
 }
 
 .footer-bar {
     width: 100%;
     height: 10px;
     background: #d51519;
     margin-bottom: 40px
 }
 
 .footer h2 {
     font-family: 'Open Sans';
     font-weight: 700;
     font-size: 24px;
     line-height: 124%;
     letter-spacing: -0.01em;
     color: #d51519;
 }
 
 .footer p {
     font-family: 'Noto Sans';
     font-size: 12px;
     line-height: 150%;
     color: #FFFFFF;
 }
 
 .footer ul {
     padding-left: 15px
 }
 
 .footer ul li {
     font-family: 'Noto Sans';
     font-size: 12px;
     line-height: 150%;
     color: #FFFFFF;
     transition: 0.5s;
 }
 
 .footer ul a {
     text-decoration: none;
     
 }
 
 .footer ul li:hover {
     color: #d51519
 }
 
 .copyright {
     width: 100%;
     min-height: 55px;
     background: #000000;
     padding-top: 10px;
 }
 
 .copyright p {
     font-family: 'Noto Sans';
     font-size: 13px;
     line-height: 150%;
     /*text-align: center;*/
     color: #FFFFFF;
     padding-top: 10px;
 }
 
 .prev {
     width: 32px;
     height: 32px;
     background: url('../img/prev.png');
     border: none;
     transition: 1s;
 }
 
 .prev:hover {
     background: url('../img/prev-hover.png');
     animation: fadeEffect 1s;
 }
 
 .next {
     width: 32px;
     height: 32px;
     background: url('../img/next.png');
     border: none;
     transition: 1s;
 }
 
 .next:hover {
     background: url('../img/next-hover.png');
     animation: fadeEffect 1s;
 }
 
 .info-list {
     padding-left: 17px;
 }
 
 .info-list li {
     font-family: 'Noto Sans';
 }
 
 .info-list span {
     color: #d51519
 }
 
 .login-mobile {
     height: 483px !important;
 }
 
 @media (max-width: 1399px)
 {
     .welcome-render {
         margin-left: 29px
     }
     .news-card {
         width: 250px;
     }
     .woe > h2 {
         font-size: 34px;
     }
     .woe > p {
         font-size: 28px;
     }
     .pvp h2 {
         font-size: 34px;
     }
     .pvp-box {
         width: 162px;
     }
     .pvp-box p {
         font-size: 14px
     }
     .pvp-tag {
         width: 120px;
     }
     .castle-box {
         width: 264px;
         padding: 12px;
     }
     .vote-box {
         width: 540px;
         height: 404px;
         background: url('../img/render-vote-xl.png') no-repeat;
         margin-top: 48px;
         padding-top: 80px;
         padding-left: 285px;
     }
     .vote-box h2 {
         font-size: 36px;
     }
     .vote-box p {
         font-size: 14px;
     }
     .vote-box div {
         width: 240px;
     }
     .systems button {
         font-size: 14px;
     }
 }
 
 @media (max-width: 1199px)
 {
     .render-header-desktop {
         display: none;
     }
     .render-header-mobile {
         display: block;
     }
     .welcome-render {
         margin-left: 0
     }
     .news-card {
         width: 200px;
     }
     .woe > h2 {
         font-size: 28px;
     }
     .woe > p {
         font-size: 26px;
     }
     .pvp h2 {
         font-size: 28px;
         margin-bottom: 36px;
     }
     .pvp-box {
         width: 133px;
     }
     .pvp-box p {
         font-size: 12px
     }
     .pvp-tag {
         width: 110px;
     }
     .castle-box {
         width: 222px;
         padding: 6px
     }
     .flag {
         width: 121px;
         height: 135px;
         background: url('../img/flag_compact.png') no-repeat;
     }
     .flag img {
         margin-top: 55px
     }
     .flag-left {
         margin-top: -140px
     }
     .flag-right {
         margin-top: 9px
     }
     .castle-box h2 {
         font-size: 13px
     }
     .castle-box p {
         font-size: 12px
     }
     .vote-box {
         width: 450px;
         height: 337px;
         background: url('../img/render-vote-lg.png') no-repeat;
         padding-top: 68px;
         padding-left: 235px;
         margin: 48px auto 0 auto;
     }
     .vote-box h2 {
         font-size: 34px;
     }
     .vote-box p {
         font-size: 13px;
     }
     .vote-box div {
         width: 205px;
     }
     .vote-box button {
         height: 40px;
         font-size: 14px;
     }
     .systems button {
         font-size: 10px;
     }
     .server-statistic-block p {
         font-size: 40px;
     }   
     .server-statistic-block p span {
         font-size: 12px;
     }
 }
 
 
 @media (max-width: 992px)
 {
     .login-box {
         height: 381px;
         margin-bottom: 24px;
     }
 
     .welcome {
         padding-left: 20px !important;
         padding-right: 20px !important;
     }
 
     .offcanvas-header, .offcanvas-body {
         background-color: #000;
         border-bottom: 1px solid #6acc00
     }
     
     .offcanvas-title {
         color: #6acc00;
     }
 
     .d-list-item {
         display: list-item !important;
     }
 
     .news-card {
         width: 280px;
     }
     .btn-close {
         background-color: #FFF !important;
     }
     .woe > h2 {
         font-size: 28px;
     }
     .woe > p {
         font-size: 26px;
     }
     .pvp h2 {
         font-size: 28px;
         margin-bottom: 36px;
         margin-top: 65px;
     }
     .pvp-box {
         width: 200px;
         border: 1px solid black
     }
     .pvp-box p {
         font-size: 16px
     }
     .pvp-tag {
         width: 144px;
     }
     .castle-box {
         width: 279px;
         padding: 16px;
     }
     .flag {
         width: 124px;
         height: 248px;
         background: url('../img/flag.png') no-repeat;
     }
     .flag img {
         margin-top: 127px
     }
     .flag-left {
         margin-top: -255px;
     }
     .flag-right {
         margin-top: -95px;
     }
     .castle-box h2 {
         font-size: 14px
     }
     .castle-box p {
         font-size: 14px
     }
     .vote-box {
         width: 590px;
         height: 441px;
         background: url('../img/render-vote.png') no-repeat;
         padding-top: 88px;
         padding-left: 310px;
     }
     .vote-box h2 {
         width: 264px;
         font-size: 40px;
     }
     .vote-box p {
         font-size: 18px;
     }
     .vote-box div {
         width: 264px;
     }
     .vote-box button {
         height: 57px;
         font-size: 16px;
     }
     .systems button {
         font-size: 16px;
     }
     .woepvp {
         width: 100%;
         background: url('../img/bg-woe-mobile.png') top center no-repeat;
         min-height: 890px;
     }
     .login-mobile {
         height: 390px !important;
         padding: 24px 22px !important;
         margin-top: 35px !important;
     }
 }
 
 
 @media (max-width: 767px) {
     .news-card {
         margin: 0 auto;
     }
     .woe > h2 {
         font-size: 24px
     }
     .woe > p {
         font-size: 20px
     }
     .pvp h2 {
         margin-top: 15px;
     }
     .pvp-box {
         margin: 0 auto;
     }
     .pvp-info-kda {
         margin-top: 10px
     }
     .vote-box {
         width: 450px;
         height: 337px;
         background: url('../img/render-vote-lg.png') no-repeat;
         padding-top: 68px;
         padding-left: 235px;
         margin: 48px auto 0 auto;
     }
     .vote-box h2 {
         font-size: 34px;
     }
     .vote-box p {
         font-size: 13px;
     }
     .vote-box div {
         width: 205px;
     }
     .vote-box button {
         height: 40px;
         font-size: 14px;
     }
 
     .systems h2 {
         text-align: center;
     }
     .systems button {
         font-size: 12px;
     }
     .server-statistic h2 {
         text-align: center;
     }
     
 }
 
 @media (max-width: 576px) {
     .costume-card {
         margin: 0 auto
     }
     .systems button {
         height: 65px;
         font-size: 10px;
     }
     .woe > p {
         font-size: 18px;
         margin-bottom: 55px;
     }
     .login-mobile {
         width: 100% !important;
         height: 390px !important;
         padding: 24px 22px !important;
         margin-top: 35px !important;
     }
     .systems button {
         font-size: 16px;
     }
     
     .news h2 {
         font-size: 30px;
     }
     
     .systems h2 {
         font-size: 30px;
     }
     
     .server-statistic h2 {
         font-size: 30px;
         margin-bottom: 45px;
     }
     .vote-box {
         width: 100%;
         height: 255px;
         background: linear-gradient(247.12deg, #d51519 0%, #289A00 100.2%);
         border-radius: 10px;
         padding-top: 15px;
         padding-left: 25px;
         padding-right: 25px;
     }
     .vote-box div {
         width: 100%;
     }
     .vote-box h2 {
         width: 100%;
     }
     .login-box {
        width: 100%;   
     } 
}