html {
    background : url(/style/design/design/head/bodyBg.jpg) 50% 0 no-repeat fixed #000;
}

body {
	 width : 350px;
	 margin : 0 auto;
	 font-size : 16px;
	 padding-bottom : 10px;
	 color : #6a7f8e;
	 font-family: Revie, Arial, sans-serif;
	 font-style : normal;
	 font-weight : 400;
	 overflow-wrap : break-word;
}




a:link {
    color: #6a7f8e; /* Например, красный */
    text-decoration: none; /* Убрать подчеркивание (по желанию) */
}

/* Цвет ссылки, которую уже посещали (по желанию) */
a:visited {
    color: #6a7f8e; /* Например, фиолетовый */
	text-decoration: none; /* Убрать подчеркивание (по желанию) */
}

/* Цвет при наведении курсора */
a:hover {
    color: #6a7f8e; /* Синий */
	text-decoration: none; /* Убрать подчеркивание (по желанию) */
}





img {
	 border : 0;
	 vertical-align: text-top;
}


input[id="logins"] {
    border-radius: 0.625rem;
    padding: 0.3125rem 0.375rem 0.375rem;
    font-style: normal;
	border: 1px solid #4B4B4B;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 16px;
    height: 20px;
    background-color: #98adbe;
}

input[id="vhods"] {
    text-shadow: none;
    display: block;
    border: 1px solid #050505;
    background: url("/style/design/design/index/button_blue.png") no-repeat;
    width: 160px;
    padding: 3px 0 3px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 5px auto;
    font-size: 14px;
    font-family: Arial;
}

select[id="select_new"] {
    border-radius: 0.625rem;
    padding: 0.3125rem 0.375rem 0.375rem;
    font-style: normal;
	border: 1px solid #4B4B4B;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 16px;
    width: 210px;
	height: 32px;
	text-align: center;
    background-color: #98adbe;
}

::-webkit-input-placeholder {
  text-align:center;
}
:-moz-placeholder { /* Firefox 18- */
  text-align:center;  
}
::-moz-placeholder {  /* Firefox 19+ */
  text-align:center;  
}
:-ms-input-placeholder {  
  text-align:center; 
}

/*---------- HEAD ----------*/
.head-userPanel-bg {
    width: 350px;
    height: 56px;
    margin: 0 auto;
    position: relative;
    color: #6a7f8e;
    background-image: url(/style/design/design/head/userPanel-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.head-userPanel-lvl {
    width: 39px;
    height: 40px;
    top: 8px;
    position: absolute;
    left: 18px;
    background-image: url(/style/design/design/head/userPanel-lvlBg.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: kundera;
}

.head-userPanel-lvlValue {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #6a7f8e;
}

.head-cell-bgLeft, .head-cell-bgRight {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.head-cell-bgLeft {
    left: 0;
    background-image: url(/style/design/design/head/cellBgLeft.png?v=2);
}

.head-cell-bgMiddle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 8px;
    background-image: url(/style/design/design/head/cellBgMiddle.png);
    background-repeat: repeat-x;
    background-size: contain;
}

.head-cell-bgRight {
    right: 0;
    background-image: url(/style/design/design/head/cellBgRight.png);
}

.head-userPanel-mailBg {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 4px;
    background-image: url(/style/design/design/head/userPanel-mailBg.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.head-userPanel-mailIcon {
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.head-iconPanel {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 268px;
    top: -4px;
    background-image: url(/style/design/design/head/envelope.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.head-iconPanelnew {
	 width : 30px;
	 height : 30px;
	 position : absolute;
	 left : 268px;
	 top : -4px;
	 background-image : url(/style/design/design/head/envelopenew.png);
	 background-size : contain;
	 background-repeat : no-repeat;
	 cursor : pointer;
}

.head-exp_bar {
    width: 85.5%;
    height: 4px;
    position: relative;
    left: 27px;
    top: 54px;
    border-radius: 1px;
    background: #10161a;
    box-sizing: border-box;
}

.head-exp_progress {
	max-width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #49acfc;
    background: linear-gradient(to bottom, #49acfc 0, #3092e3 25%, #004985 100%);
    box-sizing: border-box;
    margin-top: 0;
}

.head-userPanel-unreadBadge {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    line-height: 14px;
    position: absolute;
    right: -5px;
    top: -2px;
    font-size: 12px;
    text-align: center;
    background-color: #d21100;
    color: #ffe5cf
}
/*--------------------------*/



/*---------- HEAD MONEY ----------*/
.cntr {
    text-align: center;
}

.money-pointer {
    cursor: pointer;
}

.money-cell-now {
    display: inline-block;
    margin: 5px;
    text-align: center;
}

.money-cell-now .money-left {
    display: inline-block;
    width: 8px;
    height: 25px;
    background-image: url(/style/design/design/head/cellBgLeft.png?v=2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.money-cell-now .money-right {
    display: inline-block;
    width: 8px;
    height: 25px;
    background-image: url(/style/design/design/head/cellBgRight.png?v=2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.money-cell-now .money-middle {
    padding: 3.3px;
    display: inline-block;
    min-width: 70px;
    background-image: url(/style/design/design/head/cellBgMiddle.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    vertical-align: middle;
}
/*--------------------------------*/



/*---------- INDEX ----------*/
.hint {
    display: block;
    height: 80px;
    margin: 0 auto 5px;
    max-width: 350px;
    text-align: left;
}

.hint, img.icon {
    position: relative;
}

.hint .bot {
    left: 3%;
    top: 0;
    z-index: 2;
}

.hint .bot {
    position: absolute;
}

.hint .border {
    background: url(/style/design/design/index/hint-r.png) no-repeat right 10%, url(/style/design/design/index/hint-l.png) no-repeat left 10%, url(/style/design/design/index/hint-m.png) no-repeat 81%;
    background-size: auto, auto, 90% 65px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 14px;
    width: 97%;
}

.hint .border {
    background-clip: border-box;
}

.hint .border .button_text {
    color: #76feff;
    display: inline-block;
    font-size: 13px;
    max-width: 350px;
    padding-left: 115px;
    padding-right: 10px;
    padding-top: 7px;
    text-align: left;
}

.campaign {
    background: url(/style/design/design/index/campaign.jpg) top no-repeat;
    background-size: contain;
    padding-top: 10px;
    width: 100%;
}

.section-menu {
    width: 350px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.sectionIcon-menu {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    background: url(/style/design/design/index/sectionIcon-frame.png) no-repeat;
    background-size: 100px 100px;
    background-position: 50% 50%;
    margin: 5px;
    cursor: pointer;
}

.sectionIcon {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: -1px;
    transform: translate(-50%);
}

.sectionIcon-text {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    color: #6a7f8e;
}

.sectionIcon-neon-text {
    font-size: 16px;
    color: #6a7f8e;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

.sectionIcon-value {
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    background-color: #cc2400;
    border-radius: 20px;
    color: #fdfebd;
    box-shadow: 2px -1px 7px 0 rgb(102 0 0 / 69%) inset, -1px 0 2px 0 rgb(0 0 0 / 52%);
    text-shadow: 0 1px 1px rgb(86 0 0 / 57%);
    font-size: 90%;
}

.sectionHunting {
    background: url(/style/design/design/index/hunting.png) no-repeat;
    background-size: 100% 100%;
}

.sectionDuels {
    background: url(/style/design/design/index/duels.png) no-repeat;
    background-size: 100% 100%;
}

.sectionBosses {
    background: url(/style/design/design/index/bosses.png) no-repeat;
    background-size: 100% 100%;
}

.sectionZabki {
    background: url(/style/design/design/index/zabki.png) no-repeat;
    background-size: 100% 100%;
}

.sectionRaid {
    background: url(/style/design/design/index/raid.png) no-repeat;
    background-size: 100% 100%;
}

.sectionColiseum {
    background: url(/style/design/design/index/coliseum.png) no-repeat;
    background-size: 100% 100%;
}

.sectionTowers {
    background: url(/style/design/design/index/towers.png) no-repeat;
    background-size: 100% 100%;
}

.sectionBattle {
    background: url(/style/design/design/index/battle.png) no-repeat;
    background-size: 100% 100%;
}

.sectionAssignments {
    background: url(/style/design/design/index/assignments.png) no-repeat;
    background-size: 100% 100%;
}

.sectionClans {
    background: url(/style/design/design/index/clans.png) no-repeat;
    background-size: 100% 100%;
}

.sectionShop {
    background: url(/style/design/design/index/shop.png) no-repeat;
    background-size: 100% 100%;
}

.sectionRating {
    background: url(/style/design/design/index/rating.png) no-repeat;
    background-size: 100% 100%;
}

.sectionBattles {
    background: url(/style/design/design/index/battles.png) no-repeat;
    background-size: 100% 100%;
}

.sectionMaze {
    background: url(/style/design/design/index/maze.png) no-repeat;
    background-size: 100% 100%;
}

.hr {
    margin: 10px 5px;
}

.hr .hr_end {
    background-position: 100% -1px;
}

.hr, .hr .hr_end {
    font-size: 0px;
    height: 1px;
    background-image: url(/style/design/design/index/bg-hr.png);
    background-repeat: no-repeat;
}
/*---------------------------*/



/*---------- LOADING ----------*/
.loading {
	 height : 570px;
	 position : relative;
	 overflow : hidden;
	 background-color : #000;
}
 .loading .splash {
	 position : absolute;
	 top : 0;
	 bottom : 0;
	 left : -39px;
	 right : -39px;
	 background-position : 50% 0;
	 background-repeat : no-repeat;
	 background-size : 100%;
	 transform : translateZ(0);
	 animation-duration : 7s;
	 animation-iteration-count : infinite;
	 animation-timing-function : ease-in-out;
	 animation-direction : alternate;
}
 .loading .scr1 {
	 background-image : url("/style/design/design/index/background.jpg");
	 animation-name : anim_scr1;
}
 .loading .scr2 {
	 background-image : url("/style/design/design/index/fire_din.png");
	 animation-name : anim_scr2;
}
 .loading .scr3 {
	 background-image : url("/style/design/design/index/characters_stats.png");
	 animation-name : anim_scr3;
}
 .loading .scr4 {
	 background-image : url("/style/design/design/index/fx_din.png");
	 animation-name : anim_scr4;
}
 .loading .scr5 {
	 background-image : url("/style/design/design/index/front_din.png");
	 animation-name : anim_scr5;
}
 .loading .scr6 {
	 width : 220px;
	 height : 66px;
	 margin : 440px auto;
	 background-image : url("/style/design/design/index/start.png");
	 cursor : pointer;
	 animation-name : anim_scr3;
}
 @keyframes anim_scr1 {
	 from {
		 transform : translateX(-22px);
	}
	 to {
		 transform : translateX(22px);
	}
}
 @keyframes anim_scr5 {
	 from {
		 transform : translateX(22px);
	}
	 to {
		 transform : translateX(-22px);
	}
}
 @keyframes anim_scr2 {
	 from {
		 transform : translateX(-12px);
	}
	 to {
		 transform : translateX(12px);
	}
}
 @keyframes anim_scr4 {
	 from {
		 transform : translateX(8px);
	}
	 to {
		 transform : translateX(-8px);
	}
}
 @keyframes anim_scr3 {
	 from {
		 transform : translateX(3px) translateY(1px);
	}
	 to {
		 transform : translateX(-3px) translateY(-1px);
	}
}

.loading .loginButton {
	 width : 98px;
	 margin : 515px auto 0;
	 position : relative;
	 text-transform : uppercase;
	 font-family : kundera, sans-serif;
	 text-align : center;
	 font-size : 13px;
	 color : #b1f0ff;
	 transition : opacity 0.3s ease-out;
	 transition-delay : 0.2s;
	 cursor : pointer;
}

.login-form {
    margin : 260px auto 0;
	position: relative; /* Обязательно для работы z-index */
    z-index: 10; /* Высокий приоритет, перекроет картинку */
}

.my-rectangle {
  padding: 10px;
  border-radius: 8px;
  width: 270px;
  height: 143px;
  background-color: rgb(0 0 0 / 85%); /* Синий фон, полупрозрачный (50%) */
}

.my-rectangle-restorn {
  padding: 10px;
  border-radius: 8px;
  width: 270px;
  height: 123px;
  background-color: rgb(0 0 0 / 85%); /* Синий фон, полупрозрачный (50%) */
}
/*-----------------------------*/



/*---------- USER ----------*/
.main-hero_p {
    background: url(/style/design/design/user/maneken/fon/0.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 4px;
    height: 400px;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.character, .gear {
position: relative;
}

.character {
z-index: 2; /* Персонаж по умолчанию сверху */
}

.gear {
z-index: 1; /* Снаряжение ниже персонажа */
}

.msg {
    background: linear-gradient(to bottom, #000 0, rgb(2 17 28) 70%, #000 100%);
    color: #a1b7c7;
    font-size: 14px;
}

.msg .wr1 {
    background-image: url(/style/design/design/user/wr0-blue.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.msg .wr2 {
    background-image: url(/style/design/design/user/wr1-blue.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.msg .wr3 {
    background-image: url(/style/design/design/user/wr2-blue.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.msg .wr4 {
    padding: 10px;
    background-image: url(/style/design/design/user/wr3-blue.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.bbtn {
    height: 32px;
    margin-bottom: 2px;
    background-color: #183543;
    background-image: url(/style/design/design/user/bg-bbtn.png);
    background-repeat: repeat-x;
}

.bbtn .lf, .bbtn .rt {
    height: 32px;
    display: block;
    background-image: url(/style/design/design/user/bg-bbtn-lr.png);
    background-repeat: no-repeat;
    background-position: 100% -32px;
}

.bbtn .lf {
    text-decoration: none !important;
    background-position: 0 0;
}

.bbtn .lbl {
    display: block;
    height: 24px;
    padding: 7px 7px 0 10px;
    line-height: 16px !important;
    color: #9bc2e0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    background-position: 5px 0;
    background-repeat: no-repeat;
}

.arrow {
  position: relative; 
  float: right; 
  margin-top: -27px; 
  padding-right: 8px;
}
/*--------------------------*/



/*---------- CLAN ----------*/
.clan_info {
    float: left;
    width: 40px;
    height: 40px;
    background-size: 90% 90%, 112% 112%;
    background-position: center;
    background-repeat: no-repeat;
}

a[class^="clan_vstup_button"] { 
    text-shadow: none;
    display: block;
    border: 1px solid #050505;
    background: url("/style/design/design/index/button_blue.png") no-repeat;
    width: 160px;
    padding: 3px 0 3px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0px auto;
    font-size: 14px;
    font-family: Arial;
}

a[class^="button_gray_col"] { 
    text-shadow: none;
    display: block;
    border: 1px solid #050505;
    background: url("/style/design/design/index/button_gray.png") no-repeat;
    width: 160px;
    padding: 3px 0 3px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0px auto;
    font-size: 14px;
    font-family: Arial;
}
/*--------------------------*/



/*---------- PAGES ----------*/
a.btnp_pages {
text-decoration: none;
}

.btnp_pages, ._blue_pages, .btnp_pages, ._dark_pages {
background-position: 100% 0, 0 0, 0 0;
background-repeat: no-repeat, no-repeat, repeat-x;
}

.btnp_pages._blue_pages {
background-image: url("/style/design/design/user/bg_btn_blue_right.png"), url("/style/design/design/user/bg_btn_blue_left.png"), url("/style/design/design/user/bg_btn_blue.png");
}

.btnp_pages._dark_pages {
background-image: url("/style/design/design/user/bg_btn_dark_right.png"), url("/style/design/design/user/bg_btn_dark_left.png"), url("/style/design/design/user/bg_btn_dark.png");
}

.wrapper_pages, ._pagination_pages, .btnp_pages {
padding: 5px 10px;
margin: 0px 3px;
}

.p6_pages {
padding:6px;
}
/*---------------------------*/









.small-foot {
   font-size: 12px;
}





















.img_h_battle{
  border: 1px solid #202125;
  border-image: url("/style/images/body/ramka_users.png") 1;
  position:relative;
  margin: 0px;
}

.block_monsters {
  position: absolute;
  padding-left: 60px;
  margin-top: -50px;
  color: #d1d1d1;
}
.hp_bar_monster {
  position: relative;
  border-radius: 2px;
  border: 1px solid #d5af8b;
  background-image: url("/style/images/body/health_h.png");
  margin-left:60px;
  margin-right:10px;
  margin-top: -15px;
}
.hp_bar_monster  .health2 .health {
  border-radius: 2px;
  background-image: url("/style/images/body/health_monstr_1.png");
  width: 0;
  max-width: 600px;
  height: 10px;
}
.hp_bar_monster .health2, .hp_bar_users .health2 {
  border-radius: 2px;
  background-image: url("/style/images/body/health_m.png");
  width: 0;
  max-width: 100%;
  height: 10px;
}
.hp_bar_users {
  border-radius: 2px;
  position: relative;
  border: 1px solid #d5af8b;
  background-image: url("/style/images/body/health_h.png");
  margin-left:60px;
  margin-right:10px;
  margin-top: -15px;
}
.hp_bar_users .health2  .health {
  border-radius: 2px;
  background-image: url("/style/images/body/health_users_1.png");
  width: 0;
  max-width: 100%;
  height: 10px;
}
.name_monsters{
  font-weight: bold;
}
.param_monsters{
  font-size:13px;
}







.hunting_Bg {
background: url(/style/design/design/index/hunting_bgnew.png) no-repeat center center;
-webkit-background-size: cover;
background-size: cover;
border-radius: 4px;
width: 350px;
height: 260px;
margin: 0px 0px 0px 0px;
position: relative;
}

.battle_Attak {
  position: relative;
  margin: auto;
  top: 75%;
  max-width: 16%;
  z-index: 1;
}

.battle_Attak_obn {
  position: relative;
  margin: auto;
  top: 75%;
  max-width: 16%;
  z-index: 1;
}

.menulitl_block_battle{
  position: relative;
  min-height: 0px;
  padding-left: 37px;
  margin-top: -30px;
  color: #6a7f8e;
}

.menulitl_name_battle{
  font-weight: bold;
}

.menulitl_param{
  font-size:13px;
}

.hunting_Bg_mob {
background: url() no-repeat center center;
-webkit-background-size: cover;
background-size: cover;
border-radius: 4px;
width: 350px;
height: 260px;
margin: 0px 0px 0px 0px;
position: relative;
}

.battle_Attak_mob {
  position: relative;
  margin: auto;
  top: 80%;
  max-width: 16%;
  z-index: 1;
}











.battle_Attak_duel {
  position: relative;
  margin: auto;
  top: 75%;
  max-width: 14%;
  z-index: 3;
}

.battle_Skip_duel {
  position: relative;
  margin: auto;
  top: 55.8%;
  left: 65%;
  z-index: 2;
}

.battle_Auto_duel {
  position: relative;
  margin: auto;
  top: 36.5%;
  right: -20%;
  z-index: 1;
}

.duel_Online_Bg {
background: url(/style/design/design/index/duel_online_Bg.png) no-repeat center center;
-webkit-background-size: cover;
background-size: cover;
border-radius: 4px;
width: 350px;
height: 260px;
margin: 0px 0px 0px 0px;
position: relative;
}


a[class^="new-blue-button-new"] { 
    text-shadow: none;
    display: block;
    border: 1px solid #050505;
    background: url("/style/design/design/index/button_blue_new.png") no-repeat;
    width: 225px;
    padding: 3px 0 3px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0px auto;
    font-size: 14px;
    font-family: Arial;
}

a[class^="new-gray-button-new"] { 
    text-shadow: none;
    display: block;
    border: 1px solid #050505;
    background: url("/style/design/design/index/button_gray_new.png") no-repeat;
    width: 225px;
    padding: 3px 0 3px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0px auto;
    font-size: 14px;
    font-family: Arial;
}

.menulitl-news_img{
  border: 1px solid #202125;
  border-image: url("/style/images/body/ramka_users.png") 1;
  position:relative;
  margin: 0px;
}





textarea {
	display: block;
	max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
	padding: 10px;
	border: solid 1px #2f414f;
    border-radius: 5px;
	background-color: #9fb6c7;
	min-height: 54px;
	font-size: 14px;
	line-height: 1.2;
    margin: 0 0 5px 0;
}

a[class^="mail-submit_NEW"] { 
    background-color: #2f414f;
    color: #3980b5;
    margin: 1px;
    border: 1px solid #131313;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    font-size: 14px;
}

input[id="submit_NEW"] {
    background-color: #2f414f;
    color: #3980b5;
    margin: 1px;
    border: 1px solid #131313;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    font-size: 14px;
}

.smiles-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
    gap: 1px;
    background: rgb(55 153 212 / 15%);
	border: 1px solid rgb(8 23 32);
}

.smiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
    gap: 1px;
    background: rgb(55 153 212 / 15%);
	border: 1px solid rgb(8 23 32);
}

.smile-card {
    background: #02101a;
	border: 1px solid #000000;
    padding: 3px 3px;
    text-align: center;
}

.smile-card img {
    
    display: block;
    margin: 5px auto 5px;
}

.smile-code {
    font-size: 11px;
    color: #6a7f8e;
    font-weight: bold;
    font-family: monospace;
}

.menulitl_block_battle-Mail{
  position: relative;
  min-height: 0px;
  padding-left: 37px;
  margin-top: -32px;
  color: #6a7f8e;
}


select[id="admsys_knopka"] {
    background-color: #2f414f;
    color: #3980b5;
    margin: 1px;
    border: 1px solid #131313;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    font-size: 14px;
}






.blink-blueee {
    -webkit-animation: 2s linear infinite blink-blueee;
    -moz-animation: 2s linear infinite blink-blueee;
    -ms-animation: blink-blueee 2s linear infinite;
    -o-animation: 2s linear infinite blink-blueee;
    animation: 2s linear infinite blink-blueee
}


@keyframes blink-blueee {
    0%,75% {
        box-shadow: 0 0 10px #073a3c
    }

    50% {
        box-shadow: 0 0 10px #14f7ff
    }

    100% {
        box-shadow: 0 0 10px #041c22
    }
}

@-webkit-keyframes blink-blueee {
    0%,75% {
        box-shadow: 0 0 10px #073a3c
    }

    50% {
        box-shadow: 0 0 10px #14f7ff
    }

    100% {
        box-shadow: 0 0 10px #041c22
    }
}


.login-formerrors {
    margin : 280px auto 0;
	position: relative; /* Обязательно для работы z-index */
    z-index: 10; /* Высокий приоритет, перекроет картинку */
}

.my-rectangleerrors {
  padding: 10px;
  border-radius: 8px;
  width: 270px;
  height: 70px;
  background-color: rgb(0 0 0 / 85%); /* Синий фон, полупрозрачный (50%) */
}


.p_re{position:relative;}
.p_ab{position:absolute;left:0;right:0;}
.block_s{width: 63px; height: 63px;}
.maze {width: 315px;height: 315px;margin: 0 auto;}






























































































.head{
  background-image: url("/style/images/body/background_h.png");
  border: 1px solid #202125;
  border-image: url("/style/images/body/ramka_head.png") 1;
}
.panel_head{
  position: relative;
  float: right;
  color: #b2b2b2;
  padding: 5px;
}
.location_head{
  padding: 5px;
  font-weight: bold;
  color: #c2965c;
}
.body_list{
  background-image: url("/style/images/body/background_h.png");
}
.body_sel{
  display: inline-block;
  background-image: url("/style/images/body/button_2.png");
  padding: 3px;
  margin: 1px;
  border-radius: 3px;
  border: 1px solid #1f1f1f;
  color: #fff;
}
.page{
  background-image: url("/style/images/body/background_p.png");
}
a{
  color: #888787;
}
a:hover{
  cursor: pointer;
}

.weapon_button{
  display: block;
}
.button_red_a{
  display: block;
  background-image: url("/style/images/body/button_1.png");
  padding: 4px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
  outline: none;
  max-width: 100%;
}
.button_red_i{
  display: block;
  background-image: url("/style/images/body/button_1.png");
  padding: 4px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
  outline: none;
  width: 98%;
}
.button_green_a{
  display: block;
  background-image: url("/style/images/body/button_2.png");
  padding: 4px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
  outline: none;
  max-width: 100%;
}
.button_green_i{
  display: block;
  background-image: url("/style/images/body/button_2.png");
  padding: 4px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
  outline: none;
  width: 98%;
}
.button_i_mini{
  display: block;
  background-image: url("/style/images/body/button_2.png");
  padding: 4px;
  margin-left: 8px;
  margin-right: 4px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
  outline: none;
  width: 50%;
}
 .button_green_i:active, .button_green_a:active{
  background-image: url("/style/images/body/button_2_act.png");
  border-radius: 5px;
}
 .button_red_a:active, .button_red_i:active{
  background-image: url("/style/images/body/button_1_act.png");
  border-radius: 5px;
}
.img{
  display: block;
  margin: 0 auto;
  width: 100%;
}
.text_logo{
  display: block;
  max-width: 600px;
  height: 35px;
  margin: 0 auto;
  padding-top: 8px;
}
.text_padd{
  color: #fff;
  padding-left: 8px;  
}
.menulist a {
  list-style: none;
  color: #ecbc7d;
  text-decoration:none;
  display:block;
  padding: 6px;
}
.menulist li {
  color: #fff;
  list-style:none;
  margin:0;
}
.menulist li:hover {
  cursor: pointer;
  background-color: #3d3d3d;
}
.menulist li.original:hover {
  cursor: pointer;
  background-color:transparent;
}
.menulist li:last-child {
  border:0;
}

.info_list{
  padding: 5px;
  color: #c09966;
  font-size: 13px;
}
.svg_list{
  padding: 5px;
  color: #ecbc7d;
}
.svg_list_m{
  padding: 5px;
  color: #bfbfbf;
}

.menulitl a {
  list-style: none;
  color: #ecbc7d;
  text-decoration:none;
  display:block;
  padding-left: 3px;
  padding-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.menulitl li {
  color: #fff;
  list-style:none;
  margin:0;
  padding:0;
}
.menulitl li:hover {
  cursor: pointer;
  background-color: #3d3d3d;
}
.menulitl_img{
  border: 1px solid #202125;
  border-image: url("/style/images/body/ramka_users.png") 1;
  position:relative;
  margin: 3px;
}
.menulitl_img_no{
  position:relative;
  margin: 4px;
}
.menulitl_block{
  position: relative;
  min-height: 33px;
  padding-left: 40px;
  margin-top: -39px;
  color: #d1d1d1;
}
.menubig_block{
  position: relative;
  min-height: 55px;
  padding-left: 60px;
  margin-top: -59px;
  color: #d1d1d1;
}
.menulitl_name{
  font-weight: bold;
}





.foot{
  padding-top: 5px;
  margin-bottom: 5px;
  color: #888787;
  text-align: center;
}
.color_foot{
  color: #c18940;
}
.user_foot{
  min-height: 50px;
  padding: 3px;
  color: #b2b2b2;
  text-align: left;
}
.user_nick{
  font-weight: bold;
  color: #c2965c;
}
.user_foot_p{
  position: relative;
  padding-left: 55px;
  margin-top: -54px;
}
.event{
  text-align: center;
  padding: 3px;
  color: #e16e07;
}
.save{
  color: #7412b9;
  text-decoration: none;
  border-bottom: 1px solid #7412b9;
}
.save:hover, .save:active{
  color: #6810a6;
  border-bottom: 1px solid #6810a6;
}

.weapon{
  display: block;
  min-height: 52px;
}
.img_weapon{
  position:absolute;
  padding-left: 4px;
  padding-top: 2px;
}
.img_height{
  min-height: 60px;
  position:relative;
}
.weapon_setting{
  display: block;
  position:relative;
  padding-left: 65px;
  color: #fff;
}
.weapon_height{
  min-height: 60px;
  position:relative;
  padding-left: 65px;
  color: #fff;
}
.weapon_param{
  color: #e6c4ad;
  word-wrap: break-word;
  font-size:14px;
}

.weapon_0{
  border: 2px solid #059e29;
  border-image: url("/style/images/body/ramka_weapon0.png") 2;
}
.weapon_1{
  border: 2px solid #bfbfbf;
  border-image: url("/style/images/body/ramka_weapon1.png") 2;
}
.weapon_2{
  border: 2px solid #18b40c;
  border-image: url("/style/images/body/ramka_weapon2.png") 2;
}
.weapon_3{
  border: 2px solid #e2b70b;
  border-image: url("/style/images/body/ramka_weapon3.png") 2;
}
.weapon_4{
  border: 2px solid #2066ce;
  border-image: url("/style/images/body/ramka_weapon4.png") 2;
}
.weapon_5{
  border: 2px solid #921ece;
  border-image: url("/style/images/body/ramka_weapon5.png") 2;
}
.weapon_6{
  border: 2px solid #ff0000;
  border-image: url("/style/images/body/ramka_weapon6.png") 2;
}

.potions{
  display: block;
}
.potions_img{
  position:absolute;
  padding-left: 4px;
  padding-top: 7px;
}
.potions_name{
  position:relative;
  padding-left: 60px;
  color: #fff;
  padding-top: 5px;
  font-size:16px;
}
.potions_param{
  color: #d5d5d5;
  word-wrap: break-word;
  font-size:15px;
}

.error{
  background-image: url("/style/images/body/background_error.jpg");
  color: #fff;
  text-align:center;
  height: 25px;
  padding-top: 5px;
}
.ok{
  background-image: url("/style/images/body/background_ok.jpg");
  color: #fff;
  text-align:center;
  height: 25px;
  padding-top: 5px;
}
.notif{
  background-image: url("/style/images/body/notif.jpg");
  font-size: 14px;
  padding: 5px;
  color: #ecbc7d;
  border: 1px solid #202125;
  border-image: url("/style/images/body/ramka_head.png") 2;
}
.not_exit{
  position: relative; 
  float: right; 
  opacity: .4;
}
.error_list{
  background-image: url("/style/images/body/background_h.png");
  padding: 5px;
  text-align: center; 
  color: #bfbfbf;
}
.pobeda{
  font-size: 17px;
  color: #43a851;
  font-weight: bold;
  padding-bottom: 3px;
}
.porashenie{
  font-size: 17px;
  color: #dc3434;
  font-weight: bold;
  padding-bottom: 3px;
}

.exp_bar {
  border-top:#202020 solid 1px;
  border-bottom:#202020 solid 1px;
  background-color:#707070;
  padding:0;
}
.exp_bar .progress {
  background-color:#55af55;
  width:0;
  max-width: 600px;
  padding-top:1px;
  padding-bottom:1px;
}

.img_hunting{
  display: block;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hunting_name{
  text-align: center;
  padding: 2px;
}
.block_hunting{
  display: block;
}
.img_m_battle{
  position:relative;
  padding: 5px;
}
















.block_img{
  display: block;
  text-align: center;
  padding-top: 5px; 
  position:relative;
  width: 240px;
}
.a{
  position: relative;
  float: center;
}
.left_weapon{
  position: relative;
  float: left;
  max-height: 160px;	
}
.right_weapon{
  position: relative;
  float: right;
  max-height: 160px;	
}
.img_users{
  border: 1px solid #202125;
  border-image: url("/style/images/body/ramka_users.png") 1;
  position: relative;
  float: center;
}
.status{
  font-size: 14px;
  color: #bfbfbf;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.user_info{
  background-image: url("/style/images/body/notif.jpg");
  font-size: 14px;
  padding: 5px;
  color: #bfbfbf;
}

.body_info{
  background-image: url("/style/images/body/notif_m.jpg");
}

.page_navi{	
  margin-left:  1px;
  margin-right:  1px;
  display: inline;
  border: 1px solid #a1a1a1;
  color:#d3d3d3;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
}
.navigation{
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  text-decoration: none;
}
#page_a{
  margin-left:  1px;
  margin-right:  1px;
  color:#a1a1a1;
  border: 1px solid #454545;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
}
#page_a:hover{
  color: #d3d3d3;
  border: 1px solid #a1a1a1;
}

.smiles{
  margin: 2px;
}
.smiles:hover, .smiles:active{
  cursor: pointer;
  opacity: .4;
}
#panel_smiles{
  display: none;
}
#panel_smiles.enabled{
  display: block;
}
#panel_forum{
  display: none;
}
#panel_forum.enabled{
  display: block;	
}
#panel{
  display: none;
}
#panel.enabled{
  display: block;	
}
.smiles_button{
  position: relative; 
  float: right; 
  margin-top: -30px; 
  margin-right: 8px;
}
.smiles_button_t{
  position: relative; 
  float: right; 
  margin-top: -5px; 
  margin-right: 8px;
}
.smiles_button:hover,.update_button:hover, .smiles_button_t:hover{
  cursor: pointer;
}
.update_button{
  position: relative; 
  float: right; 
  margin-top: -28px; 
  margin-right: 35px;	
}

.gift:hover, .gift:active{
  cursor: pointer;
  opacity: .4;
}


#otv{
  color: #666666; 
  font-size: 13px;
}
.mail{
  width: 200px; 
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis; 
  color: #bfbfbf;
}

.line_1{
  height: 4px;
  background-image: url("/style/images/body/line_1.png");
}
.line_1_v{
  height: 4px;
  background-image: url("/style/images/body/line_1_v.png");
}
.line_1_m{
  height: 3px;
  background-image: url("/style/images/body/line_1_m.png");
}
.line_2{
  height: 3px;
  background-image: url("/style/images/body/line_2.png");
}
.line_3{
  height: 1px;
  background-image: url("/style/images/body/line_3.png");
}
.line_4{
  height: 1px;
  background-image: url("/style/images/body/line_4.png");
}
.line_foot{
  height: 4px;
  background-image: url("/style/images/body/line_foot.png");
}
.line_pys{
  height: 11px;
  background-image: url("/style/images/body/line_pys.png");
}
.line_notif{
  border-bottom: 1px dotted #656263;
}
.mini-line{
  border-bottom: 1px dashed #4b4a4a;
}
.t_max{
  min-height: 60px;
}
.t_img{
  position:absolute;
  padding-left: 7px;
  padding-top: 3px;
}
.t_name{
  display: block;
  position:relative;
  padding-top: 2px;
  padding-left: 63px;
   color: #bfbfbf;
}
.t_param{
  color: #bfbfbf;
  word-wrap: break-word;
  font-size:13px;
}
.rat {
  display: inline-block;
  width: 75px;
  height: 15px;
  background: url(/style/images/body/star_0.png) repeat-x;
}
.rating_plus {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/style/images/body/star_1.png) repeat-x;
}
.star0 { display: none; }
.star1 { width: 7px; }
.star2 { width: 15px; }
.star3 { width: 22px; }
.star4 { width: 30px; }
.star5 { width: 37px; }
.star6 { width: 45px; }
.star7 { width: 52px; }
.star8 { width: 60px; }
.star9 { width: 67px; }
.star10 { width: 75px;}

.whit{
  color: #ffffff;
}
.gray{
  color: #bfbfbf;
}
.red{
  color: #ff0000;
}
.yellow{
  color: #ecbc7d;
}
.orange{
  color: #cb862c;
}
.blue{
  color: #2066ce;
}
.green{
  color: #00a800;
}
.purple{
  color: #dc50ff;
}
.white{
  color: #666666;
}