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

@font-face {
    font-family: 'SagtaBold';
    src: url('/style/design/cold/font/SagtaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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



/* Ссылки (Интерфейс и навигация) */
a, a:link, a:visited {
    color: #a4b3bf; /* Благородное WAP-золото для кликабельных элементов */
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover, a:active {
    color: #a4b3bf; /* Яркое золото при нажатии/наведении */
}

/* Добавлено height: auto для корректного сжатия картинок без искажения пропорций */
img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
}



/*---------- HEAD ----------*/
.WRUSH-userPanel-bg {
    width: 350px;
    height: 56px;
    margin: 0 auto;
    position: relative;
    color: #a4b3bf;
    background-image: url(/style/design/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(/style/design/cold/head/userPanel-lvlBg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

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

.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(/style/design/cold/head/cellBgLeft.png?v=2);
}

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

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

.WRUSH-userPanel-mailBg {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 4px;
    background-image: url(/style/design/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(/style/design/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(/style/design/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(/style/design/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(/style/design/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: 0 5px;
    display: inline-block;
	height: 25px;
	line-height: 25px;
    min-width: 70px;
    background-image: url(/style/design/cold/head/cellBgMiddle.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    vertical-align: middle;
}
/*--------------------------------*/



/*---------- INDEX ----------*/
.WRUSH-campaign {
    background: url(/style/design/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(/style/design/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: 14px;
    color: #a4b3bf;
}

.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-sectionHunting {
    background: url(/style/design/cold/index/hunting.png) no-repeat;
    background-size: 100% 100%;
}

.WRUSH-sectionDuel {
	 background: url(/style/design/cold/index/duel.png) no-repeat;
	 background-size : 100% 100%;
}

.WRUSH-sectionBoss {
    background: url(/style/design/cold/index/boss.png) no-repeat;
    background-size: 100% 100%;
}

.WRUSH-sectionZamki {
    background: url(/style/design/cold/index/zamki.png) no-repeat;
    background-size: 100% 100%;
}

.WRUSH-sectionReid {
    background: url(/style/design/cold/index/reid.png) no-repeat;
    background-size: 100% 100%;
}

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

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

.WRUSH-sectionPetsduel {
    background: url(/style/design/cold/index/petsduel.png) no-repeat;
    background-size: 100% 100%;
}

.WRUSH-sectionTournamentusers {
    background: url(/style/design/cold/index/tournamentusers.png) no-repeat;
    background-size: 100% 100%;
}

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

.WRUSH-sectionClan {
    background: url(/style/design/cold/index/clan.png) no-repeat;
    background-size: 100% 100%;
}

.WRUSH-sectionTournamentclan {
    background: url(/style/design/cold/index/tournamentclan.png) no-repeat;
    background-size: 100% 100%;
}

.WRUSH-sectionDailytasks {
    background: url(/style/design/cold/index/dailytasks.png) no-repeat;
    background-size: 100% 100%;
}

.WRUSH-sectionTradeshop {
    background: url(/style/design/cold/index/tradeshop.png) no-repeat;
    background-size: 100% 100%;
}

.WRUSH-sectionPayment {
    background: url(/style/design/cold/index/payment.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(/style/design/cold/foot/bg-hr.png);
    background-repeat: no-repeat;
}

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

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

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



/*---------- 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("/style/design/cold/load/background.jpg");
	 animation-name : anim_scr1;
}
 .WRUSH-loading .WRUSH-scr2 {
	 background-image : url("/style/design/cold/load/fire_din.png");
	 animation-name : anim_scr2;
}
 .WRUSH-loading .WRUSH-scr3 {
	 background-image : url("/style/design/cold/load/characters_stat.png");
	 animation-name : anim_scr3;
}
 .WRUSH-loading .WRUSH-scr4 {
	 background-image : url("/style/design/cold/load/fx_din.png");
	 animation-name : anim_scr4;
}
 .WRUSH-loading .WRUSH-scr5 {
	 background-image : url("/style/design/cold/load/front_din.png");
	 animation-name : anim_scr5;
}
 .WRUSH-loading .WRUSH-scr6 {
	 width : 220px;
	 height : 66px;
	 margin : 440px auto;
	 background-image : url("/style/design/cold/load/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: 'SagtaBold', Revie, Arial, sans-serif;
	 text-align : center;
	 font-size : 14px;
	 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: 140px;
  background-color: rgb(0 0 0 / 85%); /* Синий фон, полупрозрачный (50%) */
}
/*-----------------------------*/



/*---------- КНОПКИ КОТОРЫЕ ЕСТЬ В ИГРЕ ----------*/
/* Стилизация плейсхолдера (подсказки внутри поля), чтобы он тоже был черным/темным */
input::placeholder {
    color: #333333 !important;
    opacity: 0.7;
}

.WRUSH-button, a.WRUSH-button {
    /* Делаем кнопку резиновой под размер текста */
    display: inline-block;
    width: auto;
    /* Отступы: 6px сверху/снизу и 20px слева/справа (регулируют ширину) */
    padding: 5px 20px;
    margin: 0px auto;
    /* Выравнивание и шрифты строго по скрину */
    text-align: center;
    font-size: 14px;
    font-family: 'SagtaBold', Revie, Arial, sans-serif;
    color: #a4b3bf;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); /* Тень под текстом */
    text-decoration: none;
    /* Изумрудно-зеленый градиент как на скриншоте */
    background: linear-gradient(to bottom, #415665 0%, #415665 50%, #415665 100%);
    /* Скругление углов (на скрине углы почти прямые, ставим легкое скругление) */
    border-radius: 8px;
    /* Тройная рамка: темный контур, светлый блик сверху и тень снизу */
    border: 1px solid #050505;
    box-shadow: inset 0px 1px 0px rgb(65 86 101), 0px 1px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    box-sizing: border-box;
}

.WRUSH-button:hover, a.WRUSH-button:hover {
    /* Эффект при наведении — кнопка становится чуть ярче */
    background: linear-gradient(to bottom, #415665 0%, #415665 50%, #415665 100%);
    filter: brightness(1.1);
}

.WRUSH-button:active, a.WRUSH-button:active {
    /* Эффект при нажатии — кнопка слегка утапливается */
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.WRUSH-inputs input,
.WRUSH-inputs select {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-radius: 12px !important; 
    padding: 6px !important;
    font-style: normal !important;
    font-family: 'SagtaBold', Revie, Arial, sans-serif !important;
    font-size: 14px !important;
    background-color: #8fa3b4 !important;
    text-align: center !important;
    border: 1px solid #788c9d !important;
    outline: none !important;
    color: #000000 !important;
    width: 65% !important;
    max-width: 250px !important;
    box-sizing: border-box !important;
    display: inline-block !important;
}

.WRUSH-new-body_sel{
  display: inline-block;
  background-image: url("/style/design/cold/button/button_blue.png");
  padding: 3px;
  margin: 1px;
  border-radius: 3px;
  border: 1px solid #32424d;
  color: #a4b3bf;
}
/*------------------------------------------------*/



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

.WRUSH-b {
    color: #a4b3bf;
    display: table-cell;
    font-size: 14px;
    line-height: 30px;
}

.WRUSH-user_p {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://wleg.ru/template/design/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; /* Снаряжение ниже персонажа */
}

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

.WRUSH-msg .WRUSH-wr1 {
	background-image:url(https://wleg.ru/template/design/cold/user/wr0-blue.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

.WRUSH-msg .WRUSH-wr2 {
	background-image:url(https://wleg.ru/template/design/cold/user/wr1-blue.png);
	background-repeat:no-repeat;
	background-position:100% 0;
}

.WRUSH-msg .WRUSH-wr3 {
	background-image:url(https://wleg.ru/template/design/cold/user/wr2-blue.png);
	background-repeat:no-repeat;
	background-position:100% 100%;
}

.WRUSH-msg .WRUSH-wr4 {
	padding:10px;
	background-image:url(https://wleg.ru/template/design/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(https://wleg.ru/template/design/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(https://wleg.ru/template/design/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:#a4b3bf;
	font-size: 14px;
	white-space:nowrap;
	overflow:hidden;
	background-position:5px 0;
	background-repeat:no-repeat;
}

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

.WRUSH-user-avatar {
    display: block;
    background: #131415 center/100% no-repeat;
    border: 2px solid #2c4f62;
    border-radius: 10%; /* Для полной окружности. Если нужны просто мягкие углы, замени на 12px */
    /* Магия здесь: обрезает картинку по контуру закругления */
    overflow: hidden; 
}
/*--------------------------*/











































/*---------- LOCATION ----------*/
.WRUSH-location {
    height: 150px;
    border: 3px solid #1b2429;
    position: relative;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7), 0 0 10px #1e2b32;
    background-size: cover;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.WRUSH-location:last-child {
    margin-bottom: 0;
}
.WRUSH-location:hover {
    transform: scale(1.02);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8), 0 0 15px #2a343a;
}
.WRUSH-location::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(10, 14, 16, 0.5), rgba(27, 36, 41, 0.4), rgba(56, 66, 71, 0.3), rgba(10, 14, 16, 0.5));
    background-size: 400%;
    animation: gradientAnimation 5s ease infinite;
    z-index: 0;
}
@keyframes gradientAnimation {
    0% {
    background-position: 0% 50%;
    }
    50% {
    background-position: 100% 50%;
    }
    100% {
    background-position: 0% 50%;
    }
}

.WRUSH-location_title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background: #1b2429;
    color: #bbc5cb;
    text-align: center;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
    border: 1px solid #00000047;
    border-top: none;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000;
    z-index: 1;
    font-family: 'SagtaBold', Revie, Arial, sans-serif;
    letter-spacing: 1px;
    box-shadow: inset 0 -3px #0000003f, 0 4px 8px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.WRUSH-location_info {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    background: #1b2429;
    color: #00ffa2;
    text-align: center;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    border: 1px solid #00000047;
    border-bottom: none;
    z-index: 1;
    font-family: 'SagtaBold', Revie, Arial, sans-serif;
    letter-spacing: 1px;
    box-shadow: inset 0 3px #0000001a, 0 4px 8px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 5px rgba(0, 255, 162, 0.5);
}

.WRUSH-location_top_left, .WRUSH-location_top_right, .WRUSH-location_bottom_left, .WRUSH-location_bottom_right {
    position: absolute;
    width: 20px;
    height: 20px;
    color: #000;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b2429;
    border: 1px solid #00000047;
    border-radius: 4px;
    z-index: 1;
}
.WRUSH-location_top_left img, .WRUSH-location_top_right img, .WRUSH-location_bottom_left img, .WRUSH-location_bottom_right img {
    width: 8px;
    filter: drop-shadow(3px 3px 3px #0000008f);
}
.WRUSH-location_top_left {
    top: 0;
    left: 0;
    border-radius: 0 0 4px 0;
    border-top: none;
    border-left: none;
}
.WRUSH-location_top_right {
    top: 0;
    right: 0;
    border-radius: 0 0 0 4px;
    border-top: none;
    border-right: none;
}
.WRUSH-location_bottom_left {
    bottom: 0;
    left: 0;
    border-radius: 0 4px 0 0;
    border-bottom: none;
    border-left: none;
}
.WRUSH-location_bottom_right {
    bottom: 0;
    right: 0;
    border-radius: 4px 0 0 0;
    border-bottom: none;
    border-right: none;
}
/*------------------------------*/









.WRUSH-task-item {
    background: #1b2429;
    padding: 6px;
    margin-top: 6px;
    border: 1px solid #384247;
    border-radius: 8px;
    color: #a4b3bf;
    font-size: 12px;
    font-weight: 400;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.6), 0 0 8px #1e2b32;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    animation: hologram 3s infinite;
    display: flex;
    flex-direction: column;
}

.WRUSH-task-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px #56708154, inset 0 0 15px rgb(0 238 255 / 20%);
}

@keyframes hologram {
    0% { filter: brightness(1); }
    50% { filter: brightness(1.1) opacity(0.95); }
    100% { filter: brightness(1); }
}

.WRUSH-task-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(0 232 255 / 10%), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.WRUSH-task-item:hover::before {
    transform: translateX(100%);
}

.WRUSH-task-content {
    display: flex;
    align-items: center;
}

.WRUSH-task-content img {
    margin-right: 0px;
    filter: drop-shadow(0 0 5px rgb(0 229 255 / 50%));
    transition: transform 0.4s ease;
}

.WRUSH-task-item:hover .WRUSH-task-content img {
    transform: scale(1.1);
}









































.WRUSH-hp_bar_monster {
    border-radius: 2px;
    position: relative;
    border: 1px solid #d5af8b;
    background-image: url("/style/images/body/health_h.png");
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 5px; /* Изменено с -20px на 5px, чтобы полоска встала под текст, а не поверх него */
    height: 8px;    /* Добавлена высота для родительского контейнера */
}

.WRUSH-hp_bar_monster .WRUSH-health2 .WRUSH-health {
    border-radius: 2px;
    background-image: url("/style/images/body/health_monstr_1.png");
    /* Убрано width: 0; */
    max-width: 600px;
    height: 8px;
}

.WRUSH-hp_bar_monster .WRUSH-health2, .WRUSH-hp_bar_users .WRUSH-health2 {
    border-radius: 2px;
    background-image: url("/style/images/body/health_m.png");
    /* Убрано width: 0; */
    max-width: 600px;
    height: 8px;
}
.WRUSH-hp_bar_users {
    border-radius: 2px;
    position: relative;
    border: 1px solid #d5af8b;
    background-image: url("/style/images/body/health_h.png");
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 5px; /* Изменено с -20px на 5px, чтобы полоска встала под текст, а не поверх него */
    height: 8px;    /* Добавлена высота для родительского контейнера */
}
.WRUSH-hp_bar_users .WRUSH-health2 .WRUSH-health {
    border-radius: 2px;
    background-image: url("/style/images/body/health_users_1.png");
    /* Убрано width: 0; */
    max-width: 600px;
    height: 8px;
}












/*---------- 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("https://wleg.ru/template/design/cold/pages/bg_btn_blue_right.png"), url("https://wleg.ru/template/design/cold/pages/bg_btn_blue_left.png"), url("https://wleg.ru/template/design/cold/pages/bg_btn_blue.png");
}

.WRUSH-pagen-btnp.WRUSH-pagen-_dark {
    background-image: url("https://wleg.ru/template/design/cold/pages/bg_btn_dark_right.png"), url("https://wleg.ru/template/design/cold/pages/bg_btn_dark_left.png"), url("https://wleg.ru/template/design/cold/pages/bg_btn_dark.png");
}
/*---------------------------*/








