html {
    background : url(/tamplate/style-cold/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,a:active,a:link,a:visited,a:hover {color:#6a7f8e;text-decoration:none}

img {
    border:0;
    max-width:100%;
    vertical-align:middle
}



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

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

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

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

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

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

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

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

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

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

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

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

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

.WRUSH-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 ----------*/
.WRUSH-cntr {
    text-align: center;
}

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

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

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

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



/*---------- INFORMATION ----------*/
.WRUSH-info-lightbox-curtain {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 85%);
	z-index: 1;
}

.WRUSH-info-lightbox-box-parent-container {
    position: relative;
    max-width: 100%;
}

.WRUSH-info-lightbox-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.WRUSH-info-lightbox-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 85%)
}

.WRUSH-info-lightbox-bgLeftBottom,.WRUSH-info-lightbox-bgLeftTop,.WRUSH-info-lightbox-bgRightBottom,.WRUSH-info-lightbox-bgRightTop {
    width: 8px;
    height: 8px;
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.WRUSH-info-lightbox-bgLeftTop {
    top: 0;
    left: 0;
    background-image: url(/tamplate/images/info/bgLeftTop.png)
}

.WRUSH-info-lightbox-bgRightTop {
    top: 0;
    right: 0;
    background-image: url(/tamplate/images/info/bgRightTop.png)
}

.WRUSH-info-lightbox-bgRightBottom {
    bottom: 0;
    right: 0;
    background-image: url(/tamplate/images/info/bgRightBottom.png)
}

.WRUSH-info-lightbox-bgLeftBottom {
    bottom: 0;
    left: 0;
    background-image: url(/tamplate/images/info/bgLeftBottom.png)
}

.WRUSH-info-lightbox-bgMiddleBottom,.WRUSH-info-lightbox-bgMiddleTop {
    height: 8px;
    position: absolute;
    left: 8px;
    right: 8px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: repeat-x
}

.WRUSH-info-lightbox-bgMiddleTop {
    top: 0;
    background-image: url(/tamplate/images/info/bgMiddleTop.png)
}

.WRUSH-info-lightbox-bgMiddleBottom {
    bottom: 0;
    background-image: url(/tamplate/images/info/bgMiddleBottom.png)
}

.WRUSH-info-lightbox-bgLeftMiddle,.WRUSH-info-lightbox-bgRightMiddle {
    width: 8px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.WRUSH-info-lightbox-bgLeftMiddle {
    left: 0;
    background-image: url(/tamplate/images/info/bgLeftMiddle.png)
}

.WRUSH-info-lightbox-bgRightMiddle {
    right: 0;
    background-image: url(/tamplate/images/info/bgRightMiddle.png)
}

.WRUSH-info-lightbox-fg {
    position: relative;
}

.WRUSH-info-lightbox-cross {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(/tamplate/images/info/cross.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.WRUSH-info-lightbox-crossClickZone {
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    cursor: pointer
}

.WRUSH-info-lightbox-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 160px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.WRUSH-info-rewardNotification {
    text-align: center
}

.WRUSH-info-rewardNotification-title {
    margin-bottom: 5px;
    font-size: 16px;
    color: #ffe977;
    text-shadow: 0 0 5px rgba(255,243,185,.67)
}

.WRUSH-info-rewardNotification-text a {
    color: #f3e7b9
}

.WRUSH-info-rewardNotification-text {
    color: #f3e7b9
}

.WRUSH-info-battleResultResources-value-Text {
    font-size: 14px;
}
/*---------------------------------*/



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

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

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

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

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

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

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

.WRUSH-sectionCompany {
	 top: 15px;
	 background-size : 100% 100%;
}

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

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

.WRUSH-sectionLabyrinth {
    background: url(/tamplate/style-cold/index/labyrinth.png) no-repeat;
    background-size: 100% 100%;
}

.WRUSH-sectionInvasion {
    background: url(/tamplate/style-cold/index/invasion.png) no-repeat;
    background-size: 100% 100%;
}

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

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

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



/*---------- FOOT ----------*/
.hr {
    margin: 10px 5px;
}

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

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

.WRUSH-index {
	width:77px;
	height:79px;
	background:url(/tamplate/style-cold/foot/main_icon.png);
	background-size:cover;
}

.WRUSH-user {
	width:77px;
	height:79px;
	background:url(/tamplate/style-cold/foot/user_icon.png);
	background-size:cover;
}

.WRUSH-clan {
	width:77px;
	height:79px;
	background:url(/tamplate/style-cold/foot/clan_icon.png);
	background-size:cover;
}
/*--------------------------*/



/*---------- USER ----------*/
.WRUSH-head {
 	 width : 350px;
	 height : 0px;
	 margin : auto;
	 position : relative;
	 background : url(/tamplate/style-cold/user/location-bg.png) top center no-repeat #000;
	 background-size : contain;
}

.WRUSH-b {
    color: #6a7f8e;
    text-shadow: 0 0 1px rgb(177 240 255 / 56%);
    font-family: kundera, serif;
    display: table-cell;
    font-size: 16px;
    line-height: 30px;
}

.WRUSH-user_p {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/tamplate/style-cold/user/0.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 350px;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.character, .gear {
position: relative;
}

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

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

.item-rabka-0 img {
	border: 1px solid #999999;
	border-radius: 3px;
}

.item-rabka-1 img {
	border: 1px solid #999999;
	border-radius: 3px;
}

.item-rabka-2 img {
	border: 1px solid #89d689;
	border-radius: 3px;
}

.item-rabka-3 img {
	border: 1px solid #1168d8;
	border-radius: 3px;
}

.item-rabka-4 img {
	border: 1px solid #c780db;
	border-radius: 3px;
}

.item-rabka-5 img {
	border: 1px solid #e96767;
	border-radius: 3px;
}

.item-rabka-6 img {
	border: 1px solid #fe7e01;
	border-radius: 3px;
}

.item-rabka-7 img {
	border: 1px solid #c10000;
	border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

.WRUSH-knopka-bbtn .WRUSH-knopka-lbl img {
	position: relative;
	top: -5%;
}
/*--------------------------*/



/*---------- CLANS ----------*/
.WRUSH-clanRatingTable {
    margin-bottom: 0px;
    text-align: center;
}

.WRUSH-clanRatingTable table {
    border-collapse: collapse;
    border-spacing: 0;
}

.WRUSH-clanRatingPage-table {
    margin-top: 0px;
}

.WRUSH-clansRating {
    display: inline-block;
}

.WRUSH-clansRating tr:nth-child(even) {
    background-color: rgba(107,186,255,.05)
}

.WRUSH-clanRatingName {
    padding: 10px 25px 10px 25px;
    color: #7096b3;
    text-align: center;
}

.WRUSH-clanRatingPos {
    line-height: 26px;
    color: #7096b3;
}

.WRUSH-clanRatingLink {
    padding-bottom: 2px;
}

.WRUSH-clanRatingLink .WRUSH-clanLinkRating {
    max-width: 350px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.WRUSH-clanLink_customColor {
    color: #7096b3;
}

.WRUSH-clanLink-iconContainer {
    width: 14px;
    height: 14px;
    margin: 0px 5px;
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: middle;
    position: relative;
}

.WRUSH-clanLink-icon {
    position: absolute;
    left: -25%;
    right: -25%;
    top: -25%;
    bottom: -25%;
}

.WRUSH-pictureRating-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.WRUSH-pictureRating-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
}

.WRUSH-clanRatingVal {
    line-height: 26px;
    color: #7096b3;
}
/*---------------------------*/



/*---------- PAGES ----------*/
.WRUSH-pagen-wrapper.WRUSH-pagen-_pagination .WRUSH-pagen-btnp {
    padding: 5px 10px;
    margin: 0px 0px;
}

.WRUSH-pagen-p10 {
	padding: 5px;
}

a.WRUSH-pagen-btnp {
	text-decoration: none;
}

.WRUSH-pagen-btnp.WRUSH-pagen, .WRUSH-pagen-btnp.WRUSH-pagen-_dark {
    background-position: 100% 0, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat-x;
}

.WRUSH-pagen-btnp.WRUSH-pagen {
    background-image: url("/tamplate/style-cold/pages/bg_btn_blue_right.png"), url("/tamplate/style-cold/pages/bg_btn_blue_left.png"), url("/tamplate/style-cold/pages/bg_btn_blue.png");
}

.WRUSH-pagen-btnp.WRUSH-pagen-_dark {
    background-image: url("/tamplate/style-cold/pages/bg_btn_dark_right.png"), url("/tamplate/style-cold/pages/bg_btn_dark_left.png"), url("/tamplate/style-cold/pages/bg_btn_dark.png");
}
/*---------------------------*/



/*---------- INPUT and TEXTAREA and A ----------*/
.inputs {
	 align-items : center;
	 display : flex;
	 flex-direction : column;
	 justify-content : center;
}

.inputs input[id="input"] {
	margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0.625rem;
    padding: 0.3125rem 0.375rem 0.375rem;
	font-style: normal;
    font-family: arial,verdana,tahoma,sans-serif;
	font-size : 17px;
    background-color : #98adbe;
}

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

.inputs select[id="select"] {
	margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0.625rem;
    padding: 0.3125rem 0.375rem 0.375rem;
	font-style: normal;
    font-family: arial,verdana,tahoma,sans-serif;
	font-size : 17px;
    background-color : #98adbe;
}

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

select[id="select_bot"] {
    background-color:#2f414f;
    color: #000000;
    margin: 1px;
    border: 1px solid #131313;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 20px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 3px;
    font-size: 14px;
}

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

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

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

a.WRUSH-choose_gifts {
	background-color: #2f414f;
    color: #3980b5;
    margin: 1px;
    border: 1px solid #131313;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 16px;
    padding: 1px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    font-size: 14px;
}

a.WRUSH-buttonYesLinck {
    display: inline-block;
    border: 1px solid #050505;
    background: url("/tamplate/style-cold/button/buttonYes.png") no-repeat;
    padding: 3px 20px;
    text-align: center;
    font-weight: bold;
    color: #b5d6ee;
	text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000;
    margin: 0px auto;
    font-size: 14px;
    white-space: nowrap;
}

a.WRUSH-buttonNoLinck {
    display: inline-block;
    border: 1px solid #050505;
    background: url("/tamplate/style-cold/button/buttonNo.png") no-repeat;
    padding: 3px 20px;
    text-align: center;
    font-weight: bold;
    color: #bebebe;
	text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000;
    margin: 0px auto;
    font-size: 14px;
    white-space: nowrap;
}
/*----------------------------------------*/



/*---------- BUTTON ----------*/
.WRUSH-buttonYes {
	margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #050505;
    background: url("/tamplate/style-cold/button/buttonYes.png") no-repeat;
    padding: 3px 40px 3px 40px;
    text-align: center;
    font-weight: bold;
    color: #b5d6ee;
	text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000;
    font-size: 14px;
}

.WRUSH-buttonYes:hover {
    cursor: pointer;
}

.WRUSH-buttonNo {
	display: inline-block;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #050505;
    background: url("/tamplate/style-cold/button/buttonNo.png") no-repeat;
    padding: 3px 40px 3px 40px;
    text-align: center;
    font-weight: bold;
    color: #bebebe;
	text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000;
    font-size: 14px;
}
/*----------------------------*/



/*---------- CLAN ----------*/
.WRUSH-clans-table-block {
    align-items: center;
    display: flex;
    height: 40px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.WRUSH-clans-table-block-left {
    align-items: center;
    display: flex;
    width: 100%;
}

.WRUSH-clans-rating-avatar {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-left: 0%;
    margin-right: 2.5%;
    min-width: 40px;
}

.WRUSH-clans-avatar {
    display: inline-block;
    background: #131415 center/100% no-repeat;
    border: 2px solid #292931;
    border-radius: 5px;
}

.WRUSH-clans-rating-name {
	color: #a1b7c7;
	font-family: Arial;
	font-size: 15px;
	position: relative
}
/*--------------------------*/



/*---------- BATTLE ----------*/
.WRUSH-battle_bg {
background: url(/tamplate/images/battle/battle_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;
}

.WRUSH-battle_attack {
    position: relative;
}

.WRUSH-battle_attack img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -130%); /* Смещение на половину размера */
}

.WRUSH-battle_hit_anim {
    animation: hitPulse 0.4s ease-out forwards;
}

@keyframes hitPulse {
    0% { transform: scale(1); filter: brightness(1); }
    30% { transform: scale(1.12); filter: brightness(0.5) sepia(1) hue-rotate(-50deg) saturate(8); }
    100% { transform: scale(1); filter: brightness(1); }
}

.WRUSH-fl {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.WRUSH-fl-text {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 4px;
}
/*----------------------------*/



/*---------- INFO MINI ----------*/
.WRUSH-info-b-notice {
display: block;
position: fixed;
top: 0px;
padding-top: 10px;
width: 350px;
-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) 110%);
}

@media screen and (max-width: 480px) {
.WRUSH-info-b-notice {
left: 0;
width: 100%;
margin: 0;
}
}

@-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);
}
}
/*-------------------------------*/



/*---------- LINK ----------*/
.WRUSH-Section-tabs {
    position: relative;
    margin: 0px 0px 0px 0px;
    text-align: center
}

.WRUSH-Section-section {
    position: relative;
    margin: 0 2px;
    display: inline-block
}

.WRUSH-Tab {
    display: inline-block;
    width: 100px;
    height: 30px;
    background-image: url(/tamplate/images/icons/bg.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 32px;
    font-family: kundera;
    color: #6a7f8e;
    text-shadow: 2px 1px 2px #000;
    cursor: pointer
}

.WRUSH-Tab_isActive-true.WRUSH-Tab_color {
    color: #86bfcd;
    text-shadow: 0 0 2px #285890,0 0 1px #3a76be;
    -webkit-filter: drop-shadow(0 0 2px rgba(103, 207, 232, .5));
    filter: drop-shadow(0 0 2px rgba(103, 207, 232, .5))
}
/*--------------------------*/



.WRUSH-images-vivod {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
}





/*---------- LOADING ----------*/
.WRUSH-loading {
	 height : 570px;
	 position : relative;
	 overflow : hidden;
	 background-color : #000;
}
 .WRUSH-loading .WRUSH-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;
}
 .WRUSH-loading .WRUSH-scr1 {
	 background-image : url("/tamplate/style-cold/loading/background.jpg");
	 animation-name : anim_scr1;
}
 .WRUSH-loading .WRUSH-scr2 {
	 background-image : url("/tamplate/style-cold/loading/fire_din.png");
	 animation-name : anim_scr2;
}
 .WRUSH-loading .WRUSH-scr3 {
	 background-image : url("/tamplate/style-cold/loading/characters_stat.png");
	 animation-name : anim_scr3;
}
 .WRUSH-loading .WRUSH-scr4 {
	 background-image : url("/tamplate/style-cold/loading/fx_din.png");
	 animation-name : anim_scr4;
}
 .WRUSH-loading .WRUSH-scr5 {
	 background-image : url("/tamplate/style-cold/loading/front_din.png");
	 animation-name : anim_scr5;
}
 .WRUSH-loading .WRUSH-scr6 {
	 width : 220px;
	 height : 66px;
	 margin : 440px auto;
	 background-image : url("/tamplate/style-cold/loading/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);
	}
}

 .WRUSH-loading .WRUSH-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;
}

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

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