html {
    background : url(/style/design/images/bodyBg.jpg) 50% 0 no-repeat fixed #000;
}
body {
	 width : 350px;
	 margin : 0 auto;
	 font-size : 16px;
	 padding-bottom : 10px;
	 color : #a3a3a3;
	 font-family : kundera, sans-serif;
	 font-style : normal;
	 font-weight : 400;
	 overflow-wrap : break-word;
}

a {
color: #a3a3a3;
text-decoration: none;
}

/*============================ HEAD ПАНЕЛЬ ============================*/
.userPanel-bg_new {
    width: 350px;
    height: 56px;
    margin: 0 auto;
    position: relative;
    color: #a3a3a3;
    background-image: url(/style/design/images/head/userPanel-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

.exp_progress_new {
	max-width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #a3a3a3;
    background: linear-gradient(to bottom, #a3a3a3 0, #a3a3a3 25%, #a3a3a3 100%);
    box-sizing: border-box;
    margin-top: 0;
}
/*=====================================================================*/



/*============================ HEAD ВЫВОД ВАЛЮТЫ ============================*/
.cntr_new {
    text-align: center;
}

.pointer_new {
    cursor: pointer;
}

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

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

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

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



/*============================ ГЛАВНАЯ МЕНЮ ============================*/
.campaign {
    background: url(/style/design/images/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/images/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: #a3a3a3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/*======================================================================*/



.hint_0_new {
    display: block;
    height: 75px;
    margin: 0 auto 17px;
    max-width: 340px;
    text-align: left;
}

.hint_0_new .border_0_new {
    background: url(/style/design/images/everyday/hint-r.png) no-repeat right 10%, url(/style/design/images/everyday/hint-l.png) no-repeat left 10%, url(/style/design/images/everyday/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_0_new .border_0_new .button_text_0_new {
    color: #a3a3a3;
    display: inline-block;
    font-size: 13px;
    max-width: 360px;
    padding-left: 115px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: left;
}

.hint_0_new, img.icon_0_new {
    position: relative;
}

.hint_0_new .bot_0_new {
    left: 3%;
    top: 0;
    z-index: 2;
}

.hint_0_new .bot_0_new {
    position: absolute;
}

.dailyTask_0_new {
    position: absolute;
    right: -4px;
    top: -5px;
    z-index: 11;
    width: 366px;
    height: 70px;
}

img.icon_0_new {
    vertical-align: middle;
    position: relative;
    top: -1px;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}


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

.bbtn .lf, .bbtn .rt {
    height: 32px;
    display: block;
    background-image: url(/style/design/images/everyday/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: #a3a3a3;
    font-size: medium;
    white-space: nowrap;
    overflow: hidden;
    background-position: 5px 0;
    background-repeat: no-repeat;
}


.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/images/everyday/bg-hr.png);
    background-repeat: no-repeat;
}

.color_NEW {
color: #a3a3a3;
}


.main-hero_p {
background: url(/style/design/images/hero/1.png) no-repeat center center;
-webkit-background-size: cover;
background-size: cover;
border: 3px solid rgb(163 163 163);
border-radius: 4px;
height: 395px;
margin: 0px 7px 0px 7px;
position: relative;
}

.hero-name_p {
background: url(/style/design/images/hero/back.png) repeat-x center center;
margin-top: 0;
line-height: 26px;
z-index: 2;
position: relative;
padding-top: 7px;
}

.text-center {
text-align: center;
}

.middle-maneken_p {
position: absolute;
top: 80px;
width: 260px;
margin: 0 auto;
left: -10px;
right: 0;
}


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

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

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

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

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

.t_maxs{
  min-height: 55px;
}






































































































