body {
position: relative;
    max-width: 480px;
        color: #FFF;
    margin: 0 auto;
    background-color: #161D1E;
    padding: 5px;
    z-index: 1;
}

.premium{
    min-height: 30px;
    margin-bottom: 7px;
    line-height: 26px;
    vertical-align: middle;
      animation: background 3s infinite alternate;
    text-align: center;
    font-size: 16px;
    color: #2ABF45;
 background: gold;
  box-shadow: 0 -200px 100px -120px crimson inset;
    border-radius: 25px;
}
@keyframes background {
  50% {
    background: skyblue;
    box-shadow: 0 -200px 100px -100px yellowgreen inset;
  }
}

/* NEW NOTICES */
.b-notice {
	display: block;
	position: fixed;
	left: 50%;
	top: 0px;
	padding-top: 10px;
	width: 480px;
	margin-left: -240px;
	-webkit-animation: noticeShow 4s linear forwards;
	animation: noticeShow 4s linear forwards;
	z-index: 10000;
	text-align: center;

	background: linear-gradient(to bottom, rgb(0 0 0 / 98%) 50%, rgba(0, 0, 0, 0) 100%)}
@media screen and (max-width: 480px) {
	.b-notice {
		left: 0;
		width: 100%;
		margin: 0; } }

.b-notice .c-green {
	color: #2CC913 !important; }



.b-notice._no-hide {
	-webkit-animation: noticePin 0.4s linear forwards;
	animation: noticePin 0.4s linear forwards; }
.b-notice._no-hide .close-mini {
	display: block; }

.notice-buttons {
	margin-top: 10px;
	margin-bottom: -25px;
	white-space: nowrap; }
.notice-buttons .btn-item {
	display: inline-table;
	width: 35%;
	margin: 0px 5px;
	-webkit-box-shadow: 0px 3px 8px #000000, 0px 2px 5px #000000;
	box-shadow: 0px 3px 8px #000000, 0px 2px 5px #000000;
	border: 2px solid #000000;
	border-radius: 7px;
	padding: 0 8px;
	box-sizing: border-box; }

.task-status td {
	border-bottom: 1px solid #676156;
	font-size: 12px;
	padding: 3px 0; }

.task-status tr:last-child td {
	border-bottom: 0px; }

.task-status a {
	text-decoration: none; }

.task-status a img {
	-webkit-animation: taskArrow 1s ease-in-out infinite;
	animation: taskArrow 1s ease-in-out infinite; }

.items-status td {
	border-bottom: 1px solid #676156;
	font-size: 12px;
	padding: 3px 0; }

.items-status tr:last-child td {
	border-bottom: 0px; }

@-webkit-keyframes taskArrow {
	30% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px); } }
@keyframes taskArrow {
	30% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px); } }
@-webkit-keyframes noticeShow {
	from {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px); }
	10%, 75% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px); }
	99% {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px); }
	to {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px); } }
@keyframes noticeShow {
	from {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px); }
	10%, 75% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px); }
	99% {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px); }
	to {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px); } }
@-webkit-keyframes noticePin {
	from {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px); }
	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px); } }
@keyframes noticePin {
	from {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px); }
	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px); } }



.menu-widget-timer {
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 30px 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	background: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 70%);
	background: -webkit-radial-gradient(50% 50%, ellipse, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 70%)
}


.main_menu_section {
    width: 100%;
    text-align: center;
    display: table;
    margin-top: 10px;
    border-spacing: 5px;
}
.main_menu_button_image {
    display: block;
    position: relative;
    top: -20px;
    margin: 0 auto;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    height: 37px;
    width: 35px;
    padding: 0px;
    padding-right: 2px;
    background: url(/images/main_menu_button_icon_bg.png) no-repeat;
    background-size: cover;
    /* box-shadow: 1px 1px 1px 2px rgb(0 0 0 / 50%); */
}
.main_menu_button_content {
    display: block;
    position: relative;
    margin-top: -10px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    font-size: 75%;
}
.main_menu_button {
    display: table-cell;
    width: 80px;
    height: 60px;
    min-width: 60px;
    border: 1px solid rgba(110, 81, 32, 1);
    border-radius: 10px;
    background: #21281a;
    background: linear-gradient(to right, #21281a, #3a4748, #21281a);
    vertical-align: middle;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 4px;
    box-shadow: 1px 1px 1px 2px rgb(0 0 0 / 50%);
}
.icon-20px-menu {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle; }

.mb25ad {
    margin-bottom: 1.5625rem;
}

.tower-preview-btn {
    position: relative;
    height: 4.1875rem;
    display: block;
    box-shadow: inset 0 0 0.43vw 0.22vw rgb(219 142 47 / 95%);
    background-position-y: -3.75rem;
    background-repeat: no-repeat;
    background-image: url(/images/tower-menu-bg.png);
    background-size: 100%;
    border-radius: 0.625rem;
    text-decoration: none!important;
}
    
    .tower-preview-btn2 {
    position: relative;
    height: 4.1875rem;
    display: block;
    box-shadow: inset 0 0 0.43vw 0.22vw rgb(219 142 47 / 95%);
    background-position-y: -3.75rem;
    background-repeat: no-repeat;
    background-image: url(/images/tawer.png);
    background-size: 100%;
    border-radius: 0.625rem;
    text-decoration: none!important;
}

.icon-tower2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.icon-tower2__content {
    width: 100%;
    padding-bottom: 100%;
}
    .icon-tower2:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.icon-tower2:after {
    width: 120%;
    height: 120%;
    background-image: url(/images/arena.png);
    background-size: 58%,112%;
    background-position: 50% -30%,50%;
    background-repeat: no-repeat;
}
.icon-tower2:after, .icon-tower:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.icon-tower2__info {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 10%;
    color:white;
    left: 0;
    text-align: center;
    font-size: .75rem;
}



.icon-tower {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.icon-tower__content {
    width: 100%;
    padding-bottom: 100%;
}
    .icon-tower:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.icon-tower:after {
    width: 120%;
    height: 120%;
    background-image: url(/images/fight2.png);
    background-size: 58%,112%;
    background-position: 50% -30%,50%;
    background-repeat: no-repeat;
}
.icon-tower:after, .icon-tower:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.icon-tower__info {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 10%;
    color:white;
    left: 0;
    text-align: center;
    font-size: .75rem;
}
.tower-preview-btn__title {
    right: 0.9375rem;
}
.tower-preview-btn__icon, .tower-preview-btn__title {
    position: absolute!important;
    top: 50%;
    transform: translateY(-50%);
}
.button-2019 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none!important;
    font-weight: 700;
    background-color: #21281a;
    box-shadow: inset 0 0 0.43vw 0.22vw #95af3a;
    border-radius: 0.3125rem;
    user-select: none;
}
.button-2019_tower .button-2019__content {
    padding-top: 0.6875rem;
    padding-right: 1.4375rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.4375rem;
}
.button-2019__content {
    position: relative;
    display: block;
    padding-top: 0.625rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.625rem;
    padding-left: 0.9375rem;
    color: #fff;
    font-weight: 400;
}
.tower-preview-btn__icon {
    left: 0.9375rem;
    width: 4.875rem;
}
.tower-preview-btn__icon, .tower-preview-btn__title {
    position: absolute!important;
    top: 50%;
    transform: translateY(-50%);
}


.edge-offset {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.edge-offset {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.imgItem1{
    display: inline-block;
    position: relative;
    top: 0px;
    border: 1px solid #32cd32;
}
.imgItem2{
    display: inline-block;
    position: relative;
    top: 0px;
    border: 1px solid #a335ee;
}
.imgItem3{
    display: inline-block;
    position: relative;
    top: 0px;
    border: 1px solid #ff8000;
}
.imgItem4{
    display: inline-block;
    position: relative;
    top: 0px;
    border: 1px solid #05CCFF;
}
.imgItem5{
     display: inline-block;
    position: relative;
    top: 0px;
    border: 1px solid #ff4f00;

}

.imgSkill{
    display: inline-block;
    position: relative;
    top: 0px;
    border: 1px solid #000;
}

.SkillActive{
    display: inline-block;
    position: relative;
    top: 0px;
    border: 1px solid #32cd32;
}

.SkillReload{
    display: inline-block;
    position: relative;
    top: 0px;
    border: 1px solid #f5270d;
}

.img4{
    display: inline-block;
    position: relative;
    top: 0px;
    border: 1px solid #eda909;
}
.img3{
    display: inline-block;
    position: relative;
    top: -6px;
    border: 1px solid #eda909;
}

.dummy {
width: auto;
text-align: center;
margin-left: auto;
margin-right: auto;
}


.items-icons{ 
    background:#222222;
    zoom:1; 
    display: inline-block; 
    position: relative; 
    width: 46px; 
    height: 46px; 
} 


.items-icons-view{ 
    background-repeat: no-repeat; 
    height: 36px; 
    width: 36px; 
    top: 5px; 
    left: 5px; 
    display: block; 
    position: relative; 
    z-index: -1; 
} 

.items-link{ 

}


textarea.mail{ 
    box-sizing: border-box; 
    max-width:100%; 
    width:100%; 
    background: #444444;
    height: 79px; 
    padding: 2px; 
    border: 1px solid #444444;
    color: #fff;
} 

.title{
    min-height: 30px;
    margin-bottom: 7px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #2ABF45;
    background: url("bg_title.png") 50% 0% no-repeat;
}
.page-panel{
	text-align: center;
}

.pages{
	padding: 14px;
	text-align: center;
}

.page{
	padding: 6px 10px;
	font-size: 10px;
	color: #e2e2e2;
 background-color:#2bde03; 
 background-image: -moz-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -webkit-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -o-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -ms-linear-gradient(top, #2bde03 0% ,#08571d 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08571d', endColorstr='#08571d',GradientType=0 ); 
 
}



.page-current {
	padding: 6px 10px;
	font-size: 10px;
    background-color: #222222;
	color: #fff;
}



.ohh{
float:left;
padding: 0 4px 0 0;
margin:0;
vertical-align:middle;
}
.ohh2{
float:right;
padding: 0 4px 0 0;
margin:0;
vertical-align:middle;
}


.nav{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 75px;
}

.nav a{
    display: table-cell;
    padding-bottom: 4px;
    vertical-align: bottom;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    background-color: #161D1E;
}
.nav a.home,
.nav a.profile,
.nav a.clan {
    background-position: 50% 5px;
    background-repeat: no-repeat;
}
.nav a.home{background-image: url("/style/home.png")}
.nav a.profile{background-image: url("/style/profile.png")}
.nav a.clan{background-image: url("/style/clan.png")}


.hrs{ 
    margin-top: 10px; 
    display:block; 
} 

.progress-bar,
.progress{
height: 10px;
    border-radius: 50px;}
.progress-bar{
    background: #494949 repeat-x;
}

.progress{max-width: 100%;}
.progress._green{background: linear-gradient(133deg, #00ffc9, #ff00b3, #ffa500);}

.progress._green{
background-size: contain;
}
.progress._red{background:#f5270d repeat-x;}

.progress._red{
background-size: contain;
}


img{
    display: inline-block;
        border-radius: 10px;
    position: relative;
    top: 3px;
}
.img1{
    display: inline-block;
    position: relative;
    top: 0px;

}


.blck{ 
    display:block; 
} 


.items-list{ 
    position: relative; 
    z-index: 0; 
} 

.img2{
    display: inline-block;
    position: relative;
    top: 2px;
}
a{
color: #888;
text-decoration:none;
}


/*цвета и расположения*/

span.red{color: #ed1114;}
span.yellow{color: #d7ed11;}
span.tomato{color: #f04f09;}
span.orange{color: #eda909;}
span.lime{color: lime;}
span.color{color: #fff;}



.cntr {
text-align:center;
}
.right {
text-align:right;
}
.left {
text-align:left;
}

.count {
margin-left:5px;
font-size:11px;
float:right;
color: #999;
text-shadow:0px 1px #fff;
padding:5px 10px;
}

/**/


.button{
 text-decoration:none; 
 text-align:center; 
 padding:8px 50px; 
 border:none; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:12px Tahoma, Geneva, sans-serif; 
 font-weight:bold; 
 color:#f5ece9; 
 background-color:#2bde03; 
 background-image: -moz-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -webkit-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -o-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -ms-linear-gradient(top, #2bde03 0% ,#08571d 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08571d', endColorstr='#08571d',GradientType=0 ); 
 background-image: linear-gradient(top, #2bde03 0% ,#08571d 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa;  -moz-box-shadow: 0px 0px 2px #bababa;  box-shadow:0px 0px 2px #bababa;  
  
  }

.buttons{
 text-decoration:none; 
 text-align:center; 
 padding:8px 20px; 
 border:none; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:12px Tahoma, Geneva, sans-serif; 
 font-weight:bold; 
 color:#f5ece9; 
 background-color:#2bde03; 
 background-image: -moz-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -webkit-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -o-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -ms-linear-gradient(top, #2bde03 0% ,#08571d 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08571d', endColorstr='#08571d',GradientType=0 ); 
 background-image: linear-gradient(top, #2bde03 0% ,#08571d 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa;  -moz-box-shadow: 0px 0px 2px #bababa;  box-shadow:0px 0px 2px #bababa;  
  
  }

.tuts{
    text-align: center;
    font-size: 13pt;
margin-bottom:0px;
    line-height: 28px;
    height: 33px;
    width: 100%;
    background-color: #;
    color: #555;
    text-shadow: 1px 1px 3px #, 0 0 2em red

}


.games{
    display: block;
width:100%;
margin-radius:10px;
    padding: 8px;
font-size:19px;
    border: 1px solid #222222;
    border-radius: 9px;
    border-bottom: 1px solid #444444;
    color: #555;
    background-color: #E5E8F0;
    position: relative;
}

.topmenu {
 background: #E5E8F0;
}

.topmenu form {
	text-align: center;
	padding:10px;
	border-bottom: 1px solid #ccc;
}


.list2 {
	display: block;
 color:#fff; 
 background-color:#222222; 
/*082a59*/
     border: 1px solid #222222;
  border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
 font:16px Tahoma, Geneva, sans-serif;
 border-radius: 0px; 
vertical-align: middle;


font-size: 14px;
padding: 4px;
  }

.list {
	display: block;
 color:#fff; 
 background-color:#161D1E; 
/*082a59*/
     border: 1px solid #222222;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
 font:16px Tahoma, Geneva, sans-serif;
 border-radius: 0px; 
vertical-align: middle;


font-size: 14px;
padding: 4px;
  }

.tophead2 {
	display: block;
 color:#fff; 
 background-color:#222222; 
/*082a59*/
     border: 1px solid #222222;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
 font:16px Tahoma, Geneva, sans-serif;
 border-radius: 0px; 
vertical-align: middle;


font-size: 14px;
padding: 8px;
  }

.tophead {
	display: block;
 color:#fff; 
 background-color:#161D1E; 
/*082a59*/
     border: 1px solid #222222;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
 font:16px Tahoma, Geneva, sans-serif;
 border-radius: 0px; 
vertical-align: middle;


font-size: 14px;
padding: 8px;
  }

  .tophead em {
	font-size: 14px;
padding: 4px;
} 


input {
	border: 1px solid #444444;
	margin: 3px;
	padding:4px;
	background: #444444;
	width: 50%;
	color: #fff;
}
input[type="submit"] {
	margin: 3px 0px;
	padding: 8px;
	cursor: pointer;
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 border:none; 
 font:12px Tahoma, Geneva, sans-serif; 
 color:#f5ece9; 
 background-color:#2bde03; 
 background-image: -moz-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -webkit-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -o-linear-gradient(top, #2bde03 0%, #08571d 100%); 
 background-image: -ms-linear-gradient(top, #2bde03 0% ,#08571d 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08571d', endColorstr='#08571d',GradientType=0 ); 
 background-image: linear-gradient(top, #2bde03 0% ,#08571d 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa;  -moz-box-shadow: 0px 0px 2px #bababa;  box-shadow:0px 0px 2px #bababa;  
	width: 40%;
	font-weight: bold;
}

.news {
background-color:#fff;
border-bottom:1px solid #f1f1f1;
color:#333;
font-size:x-small;
padding:4px;
}

.comp_menu_right {
    position: fixed;
    right: 50%;
    top: 50px;
    margin-right: -470px;
}

.comp_menu_left {
    position: fixed;
    left: 50%;
    top: 50px;
    margin-left: -470px;
}
.button_200px_content {
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

.wp200 {
    width: 200px;
}
@media screen and (min-width: 960px)


.lptp {
    display: block;
}
.round_image {
    border-radius: 100px;
    border: 1px solid rgba(110, 81, 32, 1);
    box-shadow: 1px 1px 1px 2px rgb(0 0 0 / 50%);
}
.button_200px {
    display: block;
    position: relative;
    min-height: 34px;
    border: 1px solid rgba(110, 81, 32, 1);
    background: #21281a;
    background: linear-gradient(to right, #21281a, #3a4748, #21281a);
    vertical-align: middle;
    text-decoration: none;
    color: white;
    margin-top: 3px;
    margin-bottom: 4px;
    box-shadow: 1px 1px 1px 2px rgb(0 0 0 / 50%);
    width: 100%;
    max-width: 200px;
}
.tbs0 {
    border-spacing: 0px;
}
.alc {
    text-align: center;
}
.w100 {
    width: 100%;
}

.ven {
    text-align: center;
    background: url(/images/fvenz.png) no-repeat bottom center;
    border: 0px solid #FFF;
    padding: 15px 35px 15px 35px;
    color: #FFF;
    font-weight: bold;
}


.button_200px_image {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    border: 1px solid rgba(110, 81, 32, 1);
    background: #21281a;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    height: 34px;
    width: 34px;
    padding: 0px;
    box-shadow: 1px 1px 1px 2px rgb(0 0 0 / 50%);
}
.small {
    font-size: 75%;
}
.black {
    color: #777777;
}
.icon-20px-menu._profile {
    background-position: 0 -300px;
}
.button_200px_image span, .button_200px_image img {
    margin: 0px;
}
.icon-20px-menu {
    display: inline-block;
    width: 20px;
    height: 20px;

}
.main_container {
    max-width: 480px !important;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.bgpanel {
    display: block;
    position: relative;
    background: url(/images/landing_back.jpg) no-repeat top center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 35vh;
    max-width: 480px;
    height: 100vh;
    height: 100%;
}
.logo {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: -15%;
}
.logo img {
    width: 80%;
    height: auto;
    max-width: 380px;
}
.ca_label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Trajan', Arial, sans-serif;
    font-weight: bold;
    text-shadow: 0px 0px 6px rgb(0 25 8 / 75%);
    text-decoration: none;
    margin: 0 auto;
}
.enter_button {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    text-decoration: none;
}
.vmmo_label {
    display: block;
    bottom: -5px;
    left: 0px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    padding-bottom: 10px;
}
.enter_button span {
    display: block;
    position: absolute;
    top: 45%;
    left: 0%;
        color: #FFF;
    width: 100%;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Trajan', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 0px 0px 6px rgb(0 25 8 / 75%);
    text-decoration: none;
}
.vmmo_label span img {
    height: 16px;
    width: auto;
}
.landing-login-button, .legal-notice-button-ok {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 25%;
    max-width: 100px;
    display: inline-block;
    padding: 3.5% 0;
    background: url(/images/button_blue.png) 50% 50% no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-decoration: none;
    text-align: center;
    font-family: 'Trajan', Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
}
.a {
    text-decoration: underline;
    color: #fff;
    font-size: 12px;
}

/* =====================================
   DARK BACKGROUND STABILIZER (PHP 5.6)
   ===================================== */

/* ГЛАВНОЕ: фиксируем фон страницы */
html {
    background-color: #161D1E;
    min-height: 100%;
}

body {
    background-color: #161D1E !important;
}

/* Центровка без белых полей */
html, body {
    margin: 0;
    padding: 0;
}

/* Основной контейнер */
.main_container,
.bgpanel {
    background-color: #161D1E;
}

/* УБИРАЕМ БЕЛЫЕ БЛОКИ */
.news,
.games,
.topmenu {
    background-color: #161D1E !important;
    color: #e5e5e5;
}

/* Если где-то таблицы */
table,
tr,
td {
    background-color: transparent;
}

/* Фикс для fixed-меню по бокам */
.comp_menu_left,
.comp_menu_right {
    background-color: transparent;
}

/* Убираем возможные белые полосы при скролле */
body::before,
body::after {
    content: '';
    display: none;
}



