* {
    box-sizing: border-box;
}

:root {
    --large-img-size: 100px;
    --medium-img-size: 60px;
    --info-img-size: 20px;
    --list-img-size: 20px;
    --content-icon-size: 16px;
    --main-icon-size: 40px;
    --font-medium-size: 15px;
    --font-small-size: 14px;
    --font-smaller-size: 11px;
    --font-x-small-size: 10px;
    --font-large-size: 17px;

    /*--white-color: #E6E8E7;*/
    /*--white-color: #EEEEEE;*/
    --white-color: #E3E5E4;
    --aurum-color: #f9ffec;
    --chat-color: #EAEAEA;
    /*--chat-color: #FFFFFF;*/
}

html {
    margin: 0;
    padding: 0;
}

body {
    background: #000000;
    font-size: var(--font-small-size);
    line-height: 17px;
    font-family: Inter;
    margin: auto;
    display: block;
    max-width: 480px;
    min-width: 240px;
    /*color: #f9ffec;*/
}

a {
    /*color: var(--aurum-color);*/
    color: var(--white-color);
    /*text-decoration: none;*/
}

ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

strong {
    font-weight: normal;
}

.input_label {
    font-weight: bold;
    margin-left: 3px;
    text-align: left;
}
.row_label{margin-left: 1px;text-align: left;display: inline}

p {
    margin: 0;
    padding: 3px 0;
}

.left {
    text-align: left;
    padding: 0
}

ol {margin:0;
    padding:0 0 0 12px;
    list-style: none;
    counter-reset: li;
}
ol li {
    padding:5px 0px 0px 5px;
}
ol li:before {
    padding:5px 0px 0px 5px;
    counter-increment: li;
    content: counters(li, ".") ". ";
}

ol li span {
    font-weight:bold;
}
span.text_header {font-weight: bold; color: #AAAA33;}

#complete {
    background: rgba(29, 39, 51, 1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    /*color: var(--aurum-color);*/
    color: var(--white-color)
}

#contentHero div.page {
padding: 1px 0 4px;
}

.block {
padding: 5px 9px;
margin: auto;
}

.center {
text-align: center;
}

.bold_italic {
font-family: 'Inter';
font-style: italic;
font-weight: 900;
}

#contentHero ul.block li {
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: hidden;
}


#contentHero .partial_user ul.block li {
    padding-top: 0px;
    padding-bottom: 0px;
    /*overflow: hidden;*/
}

div.separator {
padding: 0 5px;
height: 6px;
text-align: center;
background: linear-gradient(rgba(43, 36, 36, 1), rgba(255, 255, 255, 0.68));
opacity: 1;
overflow: hidden;
}

.width50 {width:50%;}
/*#complete div.navigation {*/
/*    !*display: inline-block;*!*/
/*    !*padding: 0 5px;*!*/
/*    !*height: 6px;*!*/
/*    !*background: url("/images/icons/px_content-09aadbff4c2edc9f26d6374357cb7ca2.png") repeat-x scroll 0 0 #767676;*!*/
/*}*/


.header_top {
    background: #474B4F;
    border: 1px solid #B89999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 0 0;
    margin: 7px 4px 0;
    text-align: left;
    vertical-align: middle;
}

.header_top h1 {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    line-height: 15px;
    color: #EFE1C7;
}

.top_hint {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 5px;
    border-left: 1px solid #B89999;
    font-size: var(--font-smaller-size);
    font-style: italic;
    text-align: right;
    width: 100%;
    color: #EFE1C7;
}


#contentHero h1 {
    font-size: var(--font-medium-size);
}

#contentHero .main_header {
    font-size: var(--font-large-size);
    padding: 5px 0 0;
    font-weight: bold;
    color: #EFE1C7;
}

#contentHero h2 {
    font-size: var(--font-small-size);
    text-align: center;
    padding: 5px 0 0;
}

#contentHero h1, h2 {
    font-weight: bold;
}

#contentHero h1 a {
    font-weight: bold;
    line-height: 20px;
}


#contentHero h4 {
}

#contentHero h5 {
    font-size: var(--font-large-size);
    line-height: 23px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #00D1B8;
}

/* only for important stand alone text */


form {
    text-align: center;
}

#contentHero form li {
    padding: 4px 0 0;
    overflow: hidden;
}


div.desc {
    text-align: left;
    margin: 5px;
    border: 1px solid #B89999;
    border-top: none;
    padding: 5px;
    margin: 0 4px;
}

.cite {
    text-align: left;
    margin: 15px 5px 5px 5px;;
    border: none;
}

.clear {
    clear: both;
}

.clear-fix::after {
    contentHero: '';
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}


span.author {
    display: block;
    font-style: italic;
    text-align: right;
    width: 100%;
    font-weight: bold;
}

.radio_list label {display: inline;}
.radio_list input {vertical-align: baseline;}
input.radio {margin:1px 3px 3px 3px;}

input[type="submit"] {
    vertical-align: top;
}

input[type="text"], input[type="number"],select, textarea {
    width: 99%;
    vertical-align: top;
    background: #E9DBC2;
    border: 1px solid #000000;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.transparent_text {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: var(--chat-color);
}

select {margin:2px 2px 9px;padding:1px;width:99%;}

input.text {
    width: 99%;
    font-size: var(--font-medium-size);
}

input.text50 {
    width: 50%;
    font-size: var(--font-medium-size);
    padding:3px;
}

label {
    margin-bottom: 4px;
    display: block;
}

#contentHero ul.block-left ul.check_box label {
    display: inline;
}

#contentHero ul.block ul.check_box {
    text-align: left;
}

#contentHero ul.block ul.check_box .strong {
    font-weight: bold;
}

#contentHero ul.block ul.check_box input {
    vertical-align: baseline;
}

#contentHero ul.block ul.check_box label {
    display: inline;
}

.radio_list label {
    display: inline;
}

.radio_list input {
    vertical-align: baseline;
}

#contentHero div.errorExplanation {
    padding: 4px;
    color: #DE0A0A;
    background-color: #ff8060;
}



.game_picture {
    width: 100%;
    height: 240px;
    display: inline-block;
    background: url("/themes/hero/images/icons/game_picture480-532475382354dfef2b500a7c0481b989.webp") no-repeat center center;
    background-size: cover;
    opacity: 1;
    border: 1px solid rgba(204, 191, 197, 1);
    border-radius: 11px;
    overflow: hidden;
}

.game_picture_small {
    width: 208px;
    height: 106px;
    display: inline-block;
    background: url("/themes/hero/images/icons/game_picture480-532475382354dfef2b500a7c0481b989.webp") no-repeat center center;
    background-size: cover;
    opacity: 1;
    border: 1px solid rgba(204, 191, 197, 1);
    border-radius: 11px;
    overflow: hidden;
}


/* Auto layout */

#contentHero div.navigation_body {
    /*margin-top: 2px;*/
    text-align: center;
    padding: 6px 0 2px;
    margin: 4px 4px 0px 4px;
}

#contentHero img {
    vertical-align: bottom;
}

#contentHero .notifications_block table tr .n_icon img {
    vertical-align: top;
}

.request_line a {
    vertical-align: middle;
}


#contentHero div.messages_nav img {
    margin: 1px 10px -1px 3px;
}



#contentHero div.navigation_body a, #contentHero div.messages_nav span a {
    display: inline-block;
    height: 35px;
    margin: 0px 0px;
    padding: 5px 3px 1px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    color: #EFE1C7;

    background: linear-gradient(180deg, rgba(183, 183, 183, 0.2) 30.52%, rgba(0, 0, 0, 0.14) 50.42%);
    border: 1px solid #B89999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;

    font-family: 'Inter';
    font-weight: 900;
    font-size: var(--font-large-size);
    line-height: 20px;
    text-decoration: none;
}

#contentHero div.navigation div.navigation_body span a,
#contentHero div.messages_nav span a {
    width: 100%;
    text-align: left;
    /*margin: 2px 0px;*/
    text-decoration: none;
}

div.main_row {
    display: flex;
    margin: auto;
}

div.main_elem {
    width: 50%;
    box-sizing: border-box;
    margin: 5px;
    padding: 0px;
}

#contentHero div.navigation_main a {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    text-align: left;
    color: #EFE1C7;

    background: linear-gradient(180deg, rgba(183, 183, 183, 0.2) 30.52%, rgba(0, 0, 0, 0.14) 50.42%);
    border: 1px solid #B89999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;

    font-family: 'Inter';
    font-weight: 900;
    font-size: var(--font-large-size);
    line-height: 20px;
    text-decoration: none;
}




#contentHero div.navigation_body div {
    /*width: 100%;*/
    margin: auto
}



.exit_button {
    background: linear-gradient(180deg, rgba(249, 94, 94, 0.4824) 29.14%, rgba(255, 0, 0, 0.67) 55.36%);
    border: 1px solid #FFFFFF;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: var(--aurum-color);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background: #E9DBC2;
    border: 1px solid #000000;
    box-shadow: inset 0 0 0px 1000px #E9DBC2;
    border-radius: 4px;
    -webkit-text-fill-color: black;
    color: black;
    -webkit-box-shadow: inset 0 0 0px 1000px #E9DBC2;
    transition: background-color 5000s ease-in-out 0s;
}

input.button_medium, a.button_medium, div.buttons a, .links_action a,
input.button_small, a.button_small, input.button_big, a.button_big {
    width: 100px;
    display: inline-block;
    height: 24px;
    margin: 2px 5px;
    padding: 0px 0px 1px;
    overflow: hidden;
    text-align: center;
    color: #EFE1C7;

    background: linear-gradient(180deg, rgba(183, 183, 183, 0.2) 30.52%, rgba(0, 0, 0, 0.14) 50.42%);
    border: 1px solid #B89999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;

    font-family: 'Inter';
    font-weight: 600;
    font-size: var(--font-small-size);
    line-height: 20px;
    text-decoration: none;
}

input.button_medium, a.button_medium, div.buttons a, .links_action a,
input.button_small, a.button_small, input.button_big, a.button_big {
    margin: 4px 4px 0px 0px;;
}

#contentHero div.navigation_body a:hover, #contentHero div.navigation_main a:hover, #contentHero div.messages_nav a:hover {
    background: linear-gradient(180deg, rgba(183, 183, 183, 0.2) 30.52%, rgba(0, 0, 0, 0.14) 95%);
}

input.button_medium:hover, a.button_medium:hover, div.buttons a:hover, .links_action a:hover,
input.button_small:hover, a.button_small:hover, input.button_big:hover, a.button_big:hover, a.button_max:hover {
    background: linear-gradient(180deg, rgba(183, 183, 183, 0.2) 30.52%, rgba(0, 0, 0, 0.14) 95%);
}

a.button_max {
}


input.button_small, a.button_small {
    width: 80px;
}

input.button_big, a.button_big {
    width: 140px;
}

a.button_small, .links_action a, a.button_medium {
    text-decoration: none;
    /*padding-top: 1px;*/
}

#contentHero div.user_block {
    padding: 4px;
    overflow: hidden;
}

#contentHero span.money_item {
    font-size: var(--font-medium-size);
    padding: 0px 7px 0px 0px;
}

#contentHero span.money_item a {
    color: var(--aurum-color);
    text-decoration: none;
    /*color: var(--white-color);*/
}

.user_stats {

}

.icon_main_block {
    position: relative;
    left: 0px;
    bottom: 0px;
    vertical-align: middle;
    padding-top: 0px;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 0px;
}

.user_stats .icon_info_block {
    width: 20px;
    height: 26px;
}

.icon_info_block {
    position: relative;
    left: 1px;
    bottom: 1px;
    vertical-align: middle;
    padding-top: 0px;
    width: 20px;
    height: 22px;
    display: inline-block;
    margin-right: 0px;
}

div.navigation_body .icon_info_block, div.messages_nav .messages_text .icon_info_block {
    margin-right: 7px;
    margin-left: 3px;
}

.partial_located_users .icon_info_block {
    top: 1px;
    bottom: 0px;
    left: 0px;
}

.partial_user span.icon_info_block {
    left: -1px;
    margin-right: -1px;
}

.bottom_health_80 {
    color: #fcfcfc;
}
.bottom_health_50 {
    color: #F9E771;
}
.bottom_health_10 {
    color: #8B4717;
}
.bottom_health_0 {
    color: #CA2B2B;
}

.list_block-strong {
    background: url("/themes/hero/images/medical/strong-88faa2c7131eb25dcd6ff03971960d34.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-narcosis {
    background: url("/themes/hero/images/medical/narcosis-41becefe375ab10477bff2fb2064f605.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-clean_up {
    background: url("/themes/hero/images/medical/clean_up-e04e2671589a4507818db42644dd71d9.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-vaccination {
    background: url("/themes/hero/images/medical/vaccination-25c85cfad74ddd13686d4b6545a56d22.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-quarantine {
    background: url("/themes/hero/images/medical/quarantine-573d78e97ae4a18af5ab21213c0d5ad2.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-puncture {
    background: url("/themes/hero/images/medical/puncture-4715acd0cee24c530343b546809dc895.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-inhalation {
    background: url("/themes/hero/images/medical/inhalation-f0f3fdf1e71543e77871e9bdf004fcfa.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-transfer {
    background: url("/themes/hero/images/medical/transfer-8f60c0880499f69f3f40f777ff7165c0.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-therapy {
    background: url("/themes/hero/images/medical/therapy-06de2de01006cdd42fd4911cf49aeee5.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-stimulation {
    background: url("/themes/hero/images/medical/stimulation-3d4b05eeaee2e70ef493a58220fb1b3e.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-botox {
    background: url("/themes/hero/images/medical/botox-ed14ed1caaaf5eadb48b2745d26b4c4a.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-botox_vip {
    background: url("/themes/hero/images/medical/botox_vip-4d7c0ce87686dcba87e5dda743bece8f.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-cancel {
    background: url("/themes/hero/images/icons/icon_cancel-93019957167638403c7981c5347966c8.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-luck {
    background: url("/themes/hero/images/icons/icon_luck-305ee52c9f60854b77f2c261697fccd0.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.icon_block-online {
    background: url("/themes/hero/images/icons/icon_online-0061bc04be0f8872951204cea118a8e9.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-offline {
    background: url("/themes/hero/images/icons/icon_offline-e9809ab15b6ab055eca3a4fdb1f1e116.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-holiday {
    background: url("/themes/hero/images/icons/icon_holiday-d46d24b401970d6479576ddb84dc735e.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}



.icon_block-health {
    background: url("/themes/hero/images/icons/icon_header_health-7c6cde6ddea6950c3e10bdb053cd3c4f.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-health_max {
    background: url("/themes/hero/images/icons/icon_wei_max-eacc5eab4b201d6fea412acf83c80abd.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-health_at_hour {
    background: url("/themes/hero/images/icons/icon_wei_hour-4283f4c5b5eaf8a92275876b8b99eaf3.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-level {
    background: url("/themes/hero/images/icons/icon_level-d72d56ecaf2e51485e282552ab81fce5.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-silver_plus {
    background: url("/themes/hero/images/icons/icon_sera_plus-c94e44408d5706abb126dc2478811777.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}
.icon_block-silver_lose {
    background: url("/themes/hero/images/icons/icon_sera_lose-3b56ce8381b80a609a1b30c2d5777201.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-win {
    background: url("/themes/hero/images/icons/icon_win-083d510b197b0e07667e796b621dcc8d.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-lose {
    background: url("/themes/hero/images/icons/icon_lose-0b4c8cb33a12cd217742e2076e49f89f.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.list_block-slot {
    background: url("/themes/hero/images/icons/icon_slot-f7f143556391c130edb7ba2fac6720ba.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-slots {
    background: url("/themes/hero/images/icons/icon_slots-19845633a219deb693a7304681eeac4e.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-forget {
    background: url("/themes/hero/images/icons/icon_forget-bef111ff00c5fcc4d67f10561802e4a0.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-avatar {
    background: url("/themes/hero/images/icons/icon_avatar-b47e177bcc474e9077a3605532038696.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.icon_block-achievement {
    background: url("/themes/hero/images/icons/icon_achievement-6aa293aabdc02d560e8d67338338f943.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.list_block-achievement {
    background: url("/themes/hero/images/icons/icon_achievement-6aa293aabdc02d560e8d67338338f943.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-train {
    background: url("/themes/hero/images/icons/icon_train-8f49ddac7e5b788cfbada6ce01256413.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-profile {
    background: url("/themes/hero/images/icons/icon_profile-c91b3a749f2da542f72f00d16b39ca72.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.icon_block-glory {
    background: url("/themes/hero/images/icons/icon_glory-2fcdd636805a2a449caf03bc95139a6b.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.list_block-glory {
    background: url("/themes/hero/images/icons/icon_glory-2fcdd636805a2a449caf03bc95139a6b.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-exp {
    background: url("/themes/hero/images/icons/icon_exp-72608a6fc5feb61f00dc9eab008ceb02.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.icon_block-exp {
    background: url("/themes/hero/images/icons/icon_exp-72608a6fc5feb61f00dc9eab008ceb02.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.list_block-sum_params {
    background: url("/themes/hero/images/icons/icon_sum_params-58ea1e52cfe15a63f746869993dc0437.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}


.list_block-community {
    background: url("/themes/hero/images/icons/icon_community-5e4aa1bc09cb71d8ba78ceb302ebf20f.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.icon_block-community {
    background: url("/themes/hero/images/icons/icon_community-5e4aa1bc09cb71d8ba78ceb302ebf20f.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}


.list_block-edit {
    background: url("/themes/hero/images/icons/icon_edit-094eb8f60ac31ace5c192c2b0df948a0.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-storage {
    background: url("/themes/hero/images/icons/icon_storage-9e74175d6239b5678316b0d2c748f3f7.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-team {
    background: url("/themes/hero/images/icons/icon_team-085e5240ddba3d4f5f0707cc3a5caa2c.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-history {
    background: url("/themes/hero/images/icons/icon_history-a88b97dfa257abce24ba62b6f83fcdad.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-exit {
    background: url("/themes/hero/images/icons/icon_exit-1c23305f8a9e03a18524593d3619099e.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-building {
    background: url("/themes/hero/images/icons/icon_building-3eef783f3c02b4f005c22818a84c98a8.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-potion {
    background: url("/themes/hero/images/icons/icon_potion-72977a4ba2827f50854a0791cb8aec2b.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-outerwear {
    background: url("/themes/hero/images/icons/icon_outerwear-832a18fe49342bea18d3b448e3cc8f13.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-handgun {
    background: url("/themes/hero/images/icons/icon_handgun-c83bff491b6f5cc9219a77ab9b8cd225.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-automate {
    background: url("/themes/hero/images/icons/icon_automate-5ec3b5c18846c5c0b88f6ad83a217592.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-knife {
    background: url("/themes/hero/images/icons/icon_knife-64a77a5e1a9f5f7afe195a425252e21b.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-handy {
    background: url("/themes/hero/images/icons/icon_handy-4754607ef3b7f90403092a03f26f3bd8.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-shoes {
    background: url("/themes/hero/images/icons/icon_shoes-30af5962c57c38ae73deca8214efee70.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-amulet {
    background: url("/themes/hero/images/icons/icon_amulet-8a746a955e908a923c93eb07800cacef.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-collar {
    background: url("/themes/hero/images/icons/icon_collar-b9ce5c764a23d208be3875d6e160ae73.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-bomb {
    background: url("/themes/hero/images/icons/icon_bomb-f0d6c929ed8f06686faf2ee57470b4b4.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-package {
    background: url("/themes/hero/images/icons/icon_package-4df8010ae46f11ba01635a6d4ba04397.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-harness {
    background: url("/themes/hero/images/icons/icon_harness-eafd072babcbbdcec6309c6638c3b7bc.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-pet_armor {
    background: url("/themes/hero/images/icons/icon_pet_armor-b0be951033a52b4ebc21f24f104e5240.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-medallion {
    background: url("/themes/hero/images/icons/icon_medallion-4f0e1a5ceb84989023fd4163788fbe8b.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-rarity {
    background: url("/themes/hero/images/icons/icon_rarity-a004e3835db13a3cdd48a7a8efc0a9ae.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-gifts {
    background: url("/themes/hero/images/icons/icon_gift-490127577009674bb90886b550ac3291.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.icon_block-gifts {
    background: url("/themes/hero/images/icons/icon_gift-490127577009674bb90886b550ac3291.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}


.list_block-back {
    background: url("/themes/hero/images/icons/icon_back-a210339f7d10c965c8a76fd7e8c42658.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-fights {
    background: url("/themes/hero/images/icons/icon_main_fights-e2a7beaf1c13669998166eaecbe3b8c9.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.info_block-marked {
    background: url("/themes/hero/images/icons/icon_main_fights-e2a7beaf1c13669998166eaecbe3b8c9.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.list_block-next {
    background: url("/themes/hero/images/icons/icon_next-935c0e824d9af639e19d0ca26fb630b0.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-bonuses {
    background: url("/themes/hero/images/icons/icon_bonuses-a1e1a40a64a05e970f6bf6d45ad31f3d.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-details {
    background: url("/themes/hero/images/icons/icon_details-e577afaeb20fc8dbee129200b05290de.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-params {
    background: url("/themes/hero/images/icons/icon_params-20cb24948ce876a8bb63df91020a2c98.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-invited {
    background: url("/themes/hero/images/icons/icon_a_invited-2e1293008274bef8d18506bf99cbe6ec.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-cabinet {
    background: url("/themes/hero/images/icons/icon_cabinet-f290c22297da3e88c06ce34f6c655ad0.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-post {
    background: url("/themes/hero/images/icons/icon_post-44a9efc1d2bf4bf3a508a8aa8bbab9b1.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-medical {
    background: url("/themes/hero/images/icons/icon_medical-e547fa9f344e7da0740999cd4c0e6ab7.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-shop {
    background: url("/themes/hero/images/icons/icon_shop-6e514a75dc54f34ca1270684d265b819.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-equip {
    background: url("/themes/hero/images/icons/icon_equip-448e286f52c4b9bd0ed2a740e9a0d1d9.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-accounting {
    background: url("/themes/hero/images/icons/icon_accounting-f5f84004a2a01928038a18603cb0a038.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-exchange {
    background: url("/themes/hero/images/icons/icon_exchange-6bf753b7ae03fce3bd3b56fe3789b3a4.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-rent {
    background: url("/themes/hero/images/icons/icon_rent-208ffc060fc9421039e0c49b6c8fb17a.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-workshop {
    background: url("/themes/hero/images/icons/icon_workshop-bfae4c5c956f19c27d3f35d4dbbf7cb3.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}


.list_block-ignore {
    background: url("/themes/hero/images/icons/icon_a_ignore-2aa1b752acf98928da208f765c68c0db.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.icon_block-requests {
    background: url("/themes/hero/images/icons/icon_a_requests-5f90d60de00a054c100461defdb37c48.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.list_block-requests {
    background: url("/themes/hero/images/icons/icon_a_requests-5f90d60de00a054c100461defdb37c48.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-friends {
    background: url("/themes/hero/images/icons/icon_a_friends-fee4d19184b4883f4c3c71b4cbd22254.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-no_new_message {
    background: url("/themes/hero/images/icons/no_new_messages-0a49f51bfdaff93da0f25ac78a895257.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-have_new_messages {
    background: url("/themes/hero/images/icons/have_new_messages-eab431090a0185e8614a0c88a9884d72.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.info_block-user {
    background: url("/themes/hero/images/icons/icon_user-8d029d065c325ac1ff0b02fc5719516a.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.list_block-user {
    background: url("/themes/hero/images/icons/icon_user-8d029d065c325ac1ff0b02fc5719516a.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.info_block-mail {
    background: url("/themes/hero/images/icons/icon_messages-da5beef882371466e6fada4d97af5e1e.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.list_block-mail {
    background: url("/themes/hero/images/icons/icon_messages-da5beef882371466e6fada4d97af5e1e.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.info_block-to_main {
    background: url("/themes/hero/images/icons/to_main-6e42cbfa09159653b104d4fa03d0a265.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-silver {
    background: url("/themes/hero/images/icons/icon_header_money-7366d762370c917bad1b3dadcc36fee7.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-time {
    background: url("/themes/hero/images/icons/icon_header_time-203e5ce64de42e215a5d004518b172be.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-attention {
    background: url("/themes/hero/images/icons/icon_notification_error-082650355851ebddb433e2f5f14c1230.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}


.info_block-clock {
    background: url("/themes/hero/images/icons/icon_clock-3dc8641ed46f0291443f2caf23a90d4d.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-search {
    background: url("/themes/hero/images/icons/icon_search-2193ba9ed72919f229ba498b9b90fe0e.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}
.list_block-search {
    background: url("/themes/hero/images/icons/icon_search-2193ba9ed72919f229ba498b9b90fe0e.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}



.info_block-gold {
    background: url("/themes/hero/images/icons/icon_header_gold-b9abc90301f53a5cac1d65e15e1e35e3.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-crystal {
    background: url("/themes/hero/images/icons/icon_fishka-edd80bd1b9f73c139c7993de7e69f0a6.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.icon_block-crystal_lose {
    background: url("/themes/hero/images/icons/icon_crys_lose-0036a5f722b6292c03cf7d0403b861cb.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-crystal_plus {
    background: url("/themes/hero/images/icons/icon_crys_plus-865810e4ee304c465ba8c8703cfc40b5.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.info_block-tg {
    background: url("/images/icons/tg_icon-50c42d36a7f7fc56a393c0f15aee4479.png") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-vk {
    background: url("/images/icons/vk_icon-9b85898500c1e0ef5e469896ee57a4d7.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-fights {
    background: url("/themes/hero/images/icons/icon_header_fights-68ca81c91f382776df9d347c399c6efc.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.main_block-fights {
    background: url("/themes/hero/images/icons/icon_main_fights-e2a7beaf1c13669998166eaecbe3b8c9.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.info_block-bashli {
    background: url("/themes/hero/images/icons/icon_header_runas-34d9c3026de9f4abf92ef37c7213b92a.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-pet {
    background: url("/themes/hero/images/icons/icon_volk-67edbe708a30f4c4dd87bd4dc1ad921c.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.list_block-pet {
    background: url("/themes/hero/images/icons/icon_volk-67edbe708a30f4c4dd87bd4dc1ad921c.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.main_block-pet_home {
    background: url("/themes/hero/images/icons/icon_pet_home-f711a104433e1351ae6ccb0e9c18a460.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-rat_home {
    background: url("/images/icons/rat_white-8029a299328c2c589fb59666ee77edd6.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.info_block-pet-close {
    background: url("/themes/hero/images/icons/icon_volk_close-25447ab58c0b5adb3bd89a2620b9e513.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-rat {
    background: url("/themes/hero/images/icons/rat_white-8029a299328c2c589fb59666ee77edd6.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-pet-dead {
    background: url("/themes/hero/images/icons/icon_volk_dead-99a727ad82f2474d6a2e3a54a4a99103.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-health {
    background: url("/themes/hero/images/icons/icon_header_health-7c6cde6ddea6950c3e10bdb053cd3c4f.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.info_block-gift {
    background: url("/themes/hero/images/icons/icon_gift-490127577009674bb90886b550ac3291.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.main_block-events {
    background: url("/themes/hero/images/icons/icon_events-488f395ae5eb75e3b833db836b295043.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-orders {
    background: url("/themes/hero/images/icons/icon_a_master_new-7309a1b239e1f7afe6c47011034fdd99.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.list_block-orders {
    background: url("/themes/hero/images/icons/icon_a_master_new-7309a1b239e1f7afe6c47011034fdd99.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-base {
    background: url("/themes/hero/images/icons/icon_base-d525cc2b04f1945f6dc2a8198e904358.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.main_block-base {
    background: url("/themes/hero/images/icons/icon_base-d525cc2b04f1945f6dc2a8198e904358.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-patrol {
    background: url("/themes/hero/images/icons/icon_a_patrol-cc76888c75f9edfdd977b782527cf57c.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.icon_block-patrol {
    background: url("/themes/hero/images/icons/icon_a_patrol-cc76888c75f9edfdd977b782527cf57c.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-metro {
    background: url("/themes/hero/images/icons/icon_metro-2be543a831e229352fd586f1d0ed7202.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}


.icon_block-watchman {
    background: url("/themes/hero/images/icons/icon_watchman-cb7d68fb9c1f45800804227a15bd9e6e.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.main_block-raid {
    background: url("/themes/hero/images/icons/icon_a_raid-2a7874245adc7d2ebe65c01bd826a179.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.icon_block-raid {
    background: url("/themes/hero/images/icons/icon_a_raid-2a7874245adc7d2ebe65c01bd826a179.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.main_block-community {
    background: url("/themes/hero/images/icons/icon_community-5e4aa1bc09cb71d8ba78ceb302ebf20f.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-brigade {
    background: url("/themes/hero/images/icons/icon_brigade-392b2c0f390c0b15567e0bf59f2987fd.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.list_block-watchman {
    background: url("/themes/hero/images/icons/icon_watchman-cb7d68fb9c1f45800804227a15bd9e6e.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-brigade {
    background: url("/themes/hero/images/icons/icon_brigade-392b2c0f390c0b15567e0bf59f2987fd.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.icon_block-brigade {
    background: url("/themes/hero/images/icons/icon_brigade-392b2c0f390c0b15567e0bf59f2987fd.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.icon_block-elka {
    background: url("/themes/hero/images/icons/elka-89ed971884fcf72ed1d6c071682b8190.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}


.info_block-boss {
    background: url("/themes/hero/images/icons/icon_boss-ad162906172732163415f1d6b74709db.webp") center/ var(--info-img-size) var(--info-img-size) no-repeat;
}

.list_block-boss {
    background: url("/themes/hero/images/icons/icon_boss-ad162906172732163415f1d6b74709db.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-orc {
    background: url("/themes/hero/images/icons/icon_orc-7f42adfeeaa612537b3cc5cb49d7d361.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.list_block-metro {
    background: url("/themes/hero/images/icons/icon_metro-2be543a831e229352fd586f1d0ed7202.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.main_block-boss {
    background: url("/themes/hero/images/icons/icon_boss-ad162906172732163415f1d6b74709db.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-dice {
    background: url("/themes/hero/images/icons/icon_a_dice-7f30ba4324a77cc11e00975e0b1f32b1.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-watchman {
    background: url("/themes/hero/images/icons/icon_watchman-cb7d68fb9c1f45800804227a15bd9e6e.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-metro {
    background: url("/themes/hero/images/icons/icon_metro-2be543a831e229352fd586f1d0ed7202.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-rating {
    background: url("/themes/hero/images/icons/icon_rating-ad922f983bbfa131c24507994688dd31.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.list_block-rating {
    background: url("/themes/hero/images/icons/icon_rating-ad922f983bbfa131c24507994688dd31.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}
.list_block-gold {
    background: url("/themes/hero/images/icons/icon_main_gold-8d6d8f5893ef4cb72bdeb4f1847fc5fd.webp") center/ var(--list-img-size) var(--list-img-size) no-repeat;
}

.main_block-user {
    background: url("/themes/hero/images/icons/icon_user-8d029d065c325ac1ff0b02fc5719516a.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-gold {
    background: url("/themes/hero/images/icons/icon_main_gold-8d6d8f5893ef4cb72bdeb4f1847fc5fd.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-mail {
    background: url("/themes/hero/images/icons/icon_messages-da5beef882371466e6fada4d97af5e1e.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-chat {
    background: url("/themes/hero/images/icons/icon_chat-059d1b1ab1492d1d367470010aad7a29.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-cards {
    background: url("/themes/hero/images/icons/icon_cards-f4e57e6fc9794acce8a51bc3cae81bbc.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}

.main_block-orcs {
    background: url("/themes/hero/images/icons/icon_orc-7f42adfeeaa612537b3cc5cb49d7d361.webp") center/ var(--main-icon-size) var(--main-icon-size) no-repeat;
}




#contentHero .items {
    padding: 0 5px;
    margin: 5px 0 0;
}

#contentHero .items li {
    padding: 8px 0 10px;
    overflow: hidden;
    border-bottom: 1px dashed #d6d5d5;
}

#contentHero .items div.buttons {
    padding: 4px 0 3px;
}

#contentHero .items li:last-child {
    border: none;
}

#contentHero .items li strong sup {
    font-weight: normal;
}

#contentHero .items img.image {
    margin: 2px 7px 0 1px;
    float: left;
}

.image_medium_block {
    margin: 2px 7px 0 1px;
    float: left;
    display: inline-block;
    height: var(--medium-img-size);
    width: var(--medium-img-size);
}

.image_icon {
    height: 20px;
    width: 20px;
}

.image_big_icon {height: 26px;width: 26px;}

.image_before_list {
    height: var(--list-img-size);
    width: var(--list-img-size);
}

.image_small {
    display: inline-block;
    height: 26px;
    width: 26px;
}

.image_medium {
    display: inline-block;
    height: var(--medium-img-size);
    width: var(--medium-img-size);
}

.image_large {
    display: inline-block;
    height: var(--large-img-size);
    width: var(--large-img-size);
}

#contentHero .items ul {
    padding: 0 0 4px;
}

#contentHero .items ul li {
    padding: 0;
    border: none;
}

#contentHero .items div.description {
    display: table-cell;
    text-align: left;
    padding-left: 5px;
}

#contentHero .items div.description img {
    margin-top: 4px;
}

#contentHero .items li .green {
    color: #397527;
    font-weight: normal;
}

#contentHero .items .container {
    display: inline-table;
    float: left;
    max-width: 60px;
    max-height: 83px;
}

#contentHero .items .icon {
    display: block;
    height: 60px;
}

#contentHero .items .count {
    margin: 2px 0 0 1px !important;
    display: block;
    width: 60px;
    height: 20px;
    max-height: 20px;
    max-width: 60px;
    text-align: center;
    font-size: var(--font-medium-size);
    padding-top: 3px;
    /*background-image: url(/images/tile_image_count.gif);*/
}

#contentHero div.page_notification {
    padding: 0px 0 6px;
}

.notifications {
    margin: 0px 4px 0;
}

.notifications_block {
    font-size: var(--font-smaller-size);
    background: #2C3945;
    border: 1px solid #7C6D71;
    border-radius: 7px;
}

.notifications_block table tr .n_icon {
    padding: 3px 1px 0px 3px;
}



.notifications_block table .notice_contentHero {
    width: 100%;
    text-align: left;
    padding: 2px 5px 3px 2px;
}

.notifications_block .notice a:hover {
    text-decoration: none;
}

.notifications_block .notification {
}

.notifications_block .notification a {
    color: #49EC21;
    text-decoration: underline;
}

.notifications_block .notification a.close_notification {
    color: #DE0A0A;
    text-decoration: underline;
}

.notifications_block .notification a:hover, .notifications_block .notification a.close_notification:hover {
    text-decoration: none;
}


#contentHero div.block_header {
    padding: 0px 0 0;
    margin: 0px 4px 0px 4px;
    /*height: 24px;*/
}

#contentHero h3 {
    font-size: var(--font-medium-size);
    font-weight: bold;
    text-align: center;
    color: #00EBCE;
    padding: 2px 0px 0px 0px;
    border-radius: 6px;
    border: 1px solid #3E5975;
    background: #3E5975;
    height: 23px;
    margin-block-start: 5px;
    margin-block-end: 5px;
}

#contentHero .items .description h4 {
    margin: 0;
    padding: 0px 0px 6px;
    font-size: var(--font-medium-size);
    font-weight: normal;
    /*color: #EFE1C7;*/
    color: #00D1B8;
    /*color: rgba(0, 209, 184, 0.99);*/
}

#contentHero .page div.list_header_block {
    padding: 5px 0px 0px 0px;
    /*border: 1px solid #656565;*/
    margin: 4px;
    text-align: center;
    /* background: #c59871; */
}

div.list_header_block strong {
    color: #EFE1C7;
    font-size: var(--font-medium-size);
    font-weight: bold;
}

div.list_header_block a {
    color: #EFE1C7;
    font-size: var(--font-medium-size);
    text-decoration: underline;
    font-weight: bold;
}

green {
    color: #397527;
    font-weight: normal;
}

.green_sale {
    color: #49EC21
}

/*#90De50;*/
.green_event {
    color: #90De50;;
}

.green_active {
    color: #90De50;;
}

.red_penalty {
    color: #D14202;
}

a.red_penalty {
    color:#D14202;
    text-decoration-color: #D14202;
}

.red {
    color: red;
    font-weight: normal;
}

.black {
    color: #D80808;
    font-weight: normal;
}

.green a, .black a, .critical_damage a, .green_event a {
    color: #3bA6D8;
    text-decoration: underline
}

.green a:hover, .black a:hover {
    text-decoration: none
}

.fight_won {
    color: #49EC21;;
}

.event_common {
    color: var(--white-color);
}



.amulet_common {
    color: #FEECA3;
}

.fight_lose {
    color: #D14202;
}

.fight_nobody {
    color: #063d67;
}

.critical_stroke {
    color: #D10814;
}

.critical_damage {
    color: #D14202;
}

.blue {
    color: #3bA6D8
}

.usefull_block {
    font-weight: bold;
    color: #FCEBD7;
}

#contentHero ul.navigation_post,
#contentHero ul.navigation_post_header {
    /*padding: 5px 0*/
}

/*navigation without header*/

#contentHero div.messages_nav {
    /*padding: 9px 9px 9px 9px;*/
    margin: 0px 4px 0px 4px;
    /*height: 24px;*/
}

#contentHero div.messages_nav:hover {
    /*background-color:#9b9b9b;*/
}

div.messages_nav_dark a{
    text-decoration: none;
}

/*#contentHero div.messages_nav span,#contentHero div.messages_nav a {border-bottom: 1px solid #FFFFFF;}*/

/*#contentHero ul.navigation_post li:first-child div.messages_nav {border-top: 1px solid #656565;}*/
/*#contentHero ul.navigation_post li:last-child div.messages_nav {border-bottom: 1px solid #656565;}*/
/*#contentHero ul.navigation_post li:last-child div.messages_nav a{border-bottom: 0;}*/
/*#contentHero div.messages_nav a*/
/*{display: inline-block;text-decoration: none!important;*/
/*    padding:5px;width:100%; max-width:468px;border-bottom: 0;}*/
/*#contentHero div.messages_nav a span.inline_text{border-bottom: 0;}*/


/** messages**/
/*#contentHero div.messages_nav span.messages_text*/
/*{border-bottom: 1px solid #FFFFFF;display: block;}*/
/*#contentHero ul.navigation_post li:last-child div.messages_nav span.messages_text,#contentHero ul.navigation_post_header li:last-child div.messages_nav span.messages_text*/
/*{border-bottom:0;}*/
/*#contentHero div.messages_nav img {height: 16px;margin: 1px 5px 0 0; width: 16px;}*/

/*#contentHero div.messages_nav_dark span.messages_text*/
/*{border-bottom: 1px solid #FFFFFF;display: block;}*/
/*#contentHero ul.navigation_post li:last-child div.messages_nav_dark span.messages_text,*/
/*#contentHero ul.navigation_post_header li:last-child div.messages_nav_dark span.messages_text*/
/*{border-bottom:0;}*/
/*#contentHero div.messages_nav_dark img*/
/*{height: 16px;margin: 1px 5px 0 0; width: 16px;}*/

/*#contentHero div.messages_nav img {height: 15px;margin: 1px 5px 0 0; width: 15px;float:left;}*/
/*nafigation without header end*/

/*navigation without header*/
/*#contentHero div.messages_nav {background: none repeat scroll 0 0 #B0B0B0;border-left: 1px solid #656565;border-right: 1px solid #656565;padding: 1px 0 0;}*/
/*#contentHero div.messages_nav_dark {background: none repeat scroll 0 0 #888888;padding: 1px 0 0;}*/
/*#contentHero div.messages_nav_dark span,#contentHero div.messages_nav_dark a {border-bottom: 1px solid #FFFFFF;}*/
/*#contentHero div.messages_nav_dark:hover {background-color:#9b9b9b;}*/
/*#contentHero ul.navigation_post li:first-child div.messages_nav_dark {border-top: 1px solid #656565;}*/
/*#contentHero ul.navigation_post li:last-child div.messages_nav_dark {border-bottom: 1px solid #656565;}*/
/*#contentHero ul.navigation_post li:last-child div.messages_nav_dark a{border-bottom: 0;}*/
/*#contentHero div.messages_nav_dark a{display: inline-block;text-decoration: none!important;padding:5px;width:100%; max-width:468px;border-bottom: 0;}*/
/*#contentHero div.messages_nav_dark a span.inline_text{border-bottom: 0;}*/

/*#contentHero div.messages_nav_dark span.messages_text {border-bottom: 1px solid #FFFFFF;display: block;}*/
/*#contentHero ul.navigation_post li:last-child div.messages_nav_dark span.messages_text,#contentHero ul.navigation_post_header li:last-child div.messages_nav_dark span.messages_text{border-bottom:0;}*/
/*#contentHero div.messages_nav_dark img {height: 16px;margin: 1px 5px 0 0; width: 16px;}*/
/*#contentHero div.messages_nav img {height: 15px;margin: 1px 5px 0 0; width: 15px;float:left;}*/
/*nafigation without header end*/

/*nafigation with header*/
/*#contentHero ul.navigation_post_header li:first-child div.messages_nav img{float: none;}*/

/*#contentHero ul.navigation_post_header li:first-child div.messages_nav:hover{*/
/*    background: rgba(29, 39, 51, 1);*/
/*}*/
/*#contentHero ul.navigation_post_header li:first-child div.messages_nav {}*/

#contentHero ul.navigation_post_header li:first-child div.messages_nav {
    padding: 7px 0px 0px 0px;
}

#contentHero ul.navigation_post_header li:first-child div.messages_nav span {
    font-size: var(--font-medium-size);
    font-weight: bold;
    text-align: center;
    color: #00EBCE;
    padding: 4px 0px 0px 0px;
    border-radius: 6px;
    border: 1px solid #3E5975;
    background: #3E5975;
    height: 26px;
    width: 100%;
    display: inline-block;
    margin: 0 0px 4px 0px;
}


#contentHero ul.navigation_post_header li:last-child div.messages_nav {
    margin: 0 4px 0px 4px;
}

#contentHero ul.navigation_post_header li:last-child div.messages_nav a {
    /*border-bottom: 0;*/
}

/* end */


#contentHero .wish {
    font-weight: normal;
    font-size: var(--font-x-small-size);
    color: #CACACA;
    text-decoration: none;
}




#footer div.footer_line {
    margin: 10px 10px 10px 10px;
    display: flex;
}

#footer div.footer_line a {
    color: #ffffff;
    text-decoration: none;
}

#footer div.footer_line form {
    text-align: right;
}

.footer_left {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0px 0px 5px;
}

.footer_right {
    display: flex;
    justify-content: flex-end;
    margin: 2px 0px 0px auto;
}

#footer div.footer_line div.right {
    display: inline;
    margin: auto 0 auto auto;
}

.icon_footer_block {
    position: relative;
    left: 1px;
    bottom: 4px;
    vertical-align: top;
    width: 23px;
    height: 23px;
    display: inline-block;
}

/*equipment*/

#contentHero .tile_images .container {
    margin: 0px 0 2px 0px;
    display: inline-block;
    max-width: 60px;
    max-height: 83px;
}

#contentHero .tile_images .icon {
    display: block;
}

#contentHero .tile_images a {
    text-decoration: none;
}

#contentHero .tile_images img { margin:5px 0px 0px 1px;}

#contentHero .tile_images .count {
    margin: 0px 0 0 1px;
    display: block;
    width: 60px;
    height: 20px;
    max-height: 20px;
    max-width: 60px;
    text-align: center;
    font-size: 15px;
    padding-top: 4px;
}

.tdc_dark {
    width: 100px;
    text-align: center;
    background: #444444
}

.tdc_long {
    width: 50%;
    text-align: left;
    background: #444444;
    padding-left: 10px;
}

.tdc {
    width: 100px;
    text-align: center;
}

.tdr {
    width: 45px;
    text-align: right;
}

.tdl {
    width: 45px;
    text-align: left;
}

.image-pow {
    background: url("/themes/hero/images/icons/icon_big_pow-52a8c52f4d1af3b6d3f566e36ba44484.webp") center/ var(--medium-img-size) var(--medium-img-size) no-repeat;
}

.image-pro {
    background: url("/themes/hero/images/icons/icon_big_pro-fe2be331540e00b9b6bf97b4b2029547.webp") center/ var(--medium-img-size) var(--medium-img-size) no-repeat;
}

.image-dex {
    background: url("/themes/hero/images/icons/icon_big_dex-ee356b16c41f1e1810568a0730ab7cef.webp") center/ var(--medium-img-size) var(--medium-img-size) no-repeat;
}

.image-ski {
    background: url("/themes/hero/images/icons/icon_big_ski-effae2cfc643a3c2291cfb68e658e76a.webp") center/ var(--medium-img-size) var(--medium-img-size) no-repeat;
}

.image-wei {
    background: url("/themes/hero/images/icons/icon_big_wei-0d8db006c35d23c32192a8017b28de5a.webp") center/ var(--medium-img-size) var(--medium-img-size) no-repeat;
}

.info_block-pow {
    background: url("/themes/hero/images/icons/icon_a_pow-311f79471ff7a6b81feeb89d4aa8de4b.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.info_block-pro {
    background: url("/themes/hero/images/icons/icon_a_pro-ef577c0e2b51ec76e679d79c24cdac90.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.info_block-dex {
    background: url("/themes/hero/images/icons/icon_a_dex-9ce31ce00df394bf9e46a8c2fb5852ca.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.info_block-ski {
    background: url("/themes/hero/images/icons/icon_a_ski-cc7b3e4c930f329b07b2003faef2cc28.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.info_block-wei {
    background: url("/themes/hero/images/icons/icon_a_wei-a9db42416743a3b890cca731652293e5.webp") center/ var(--content-icon-size) var(--content-icon-size) no-repeat;
}

.image_boss {
    background: url("/themes/hero/images/icons/icon_boss-ad162906172732163415f1d6b74709db.webp") center/ var(--large-img-size) var(--large-img-size) no-repeat;
}


div.pagination {
    padding: 12px 0;
    text-align: center;
    /*margin: 0 4px;*/
}

#contentHero .pagination {
    font-family: 'Inter';
    font-style: italic;
    font-weight: bold;
    line-height: 24px;
    text-align: center;

    color: #E3D6BD;
    font-variation-settings: 'slnt' 0;

    text-decoration: none;
    font-size: var(--font-large-size);
}


#contentHero .pagination em.current, #contentHero .pagination .disabled {
    color: #E3D6BD;
    background: linear-gradient(0deg, rgba(0, 209, 184, 0.53), rgba(0, 209, 184, 0.53)), linear-gradient(180deg, rgba(177, 187, 199, 0.71) 16.65%, #2A4A50 49.27%);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

#contentHero .pagination em.current, .pagination a, #contentHero .pagination .disabled {
    display: inline-block;
    height: 26px;
    min-width: 35px;
    padding: 1px 5px 2px 5px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
}

#contentHero .pagination a {
    color: #E3D6BD;
    background: linear-gradient(180deg, rgba(177, 187, 199, 0.71) 16.65%, #2A4A50 49.27%);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    text-decoration: none;
}

#contentHero .pagination a:hover {
    background: linear-gradient(180deg, rgba(177, 187, 199, 0.71) 16.65%, #2A4A50 100%);
}


#contentHero ul.items2 {
    padding: 0 0px;
    margin: 0px 0 0;
}

#contentHero ul.items2 li {
    display: inline-block;
    padding: 7px 0px 0px 5px;
    width: 100%;
    /*background: #4A6161;*/
    /*background: #3C434E;*/
    background: rgba(34, 44, 56, 01);
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 7px;
    margin: 0px 0px 10px 0px;
}

#contentHero ul.items2 ul {
    display: inline-block;
    width: 100%;
}

#contentHero ul.items2 ul li {
    box-shadow: none;
    border: none;
    display: inline-block;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    color: var(--chat-color);
}

ul.items2 ul li a {
    color: #00B8CA;
    text-decoration: none;
}
#contentHero ul.items2 ul li a.chat_links {
    color: var(--white-color);
    text-decoration: underline;
}

.chat_message {
    display: flex;
    padding: 1px;
}
.chat_left {
    display: flex;
    justify-content: flex-start;
}
.chat_right {
    /*display: flex;*/
    justify-content: flex-end;
    margin: 0px 5px 0px auto;
    text-align: right;
    color: #00D4BB;
}

.chat_message_from {
    color: var(--chat-color);
}

.chat_user_name {
    /*color: #00B8CA;*/
    color: #3bA6D8;
    text-decoration: underline;
}

/*#contentHero ul.items2 ul li:last-child {*/
/*    padding: 0px 0px;*/
/*    margin: 5px 0px 5px 0px;*/
/*}*/

/*#contentHero .items2 {*/
/*    padding: 0 2px;*/
/*    margin: 2px 0 0;*/
/*}*/

/*#contentHero .items2 li {*/
/*    padding: 3px 0 0px;*/
/*    overflow: hidden;*/
/*    border-bottom: 1px dashed #d6d5d5;*/
/*}*/

/*#contentHero .items2 li:last-child {*/
/*    border: none;*/
/*}*/

/*#contentHero .items2 ul {*/
/*    padding: 0 0 4px;*/
/*}*/

/*#contentHero .items2 ul li {*/
/*    padding: 0;*/
/*    border: none;*/
/*}*/



.cards-row {height: 120px; position: relative;margin-left: -25px;}
/*.cards-row span:nth-child(1) {left: 2px;position: absolute;}*/
.cards-row span:nth-child(2) {left: 42px;position: absolute;}
.cards-row span:nth-child(3) {left: 82px;position: absolute;}
.cards-row span:nth-child(4) {left: 122px;position: absolute;}
.cards-row span:nth-child(5) {left: 162px;position: absolute;}
.cards-row span:nth-child(6) {left: 202px;position: absolute;}
.cards-row span:nth-child(7) {left: 242px;position: absolute;}
.cards-row span:nth-child(8) {left: 282px;position: absolute;}
.cards-row span:nth-child(9) {left: 322px;position: absolute;}
.cards-row span:nth-child(10) {left: 362px;position: absolute;}
.cards-row span:nth-child(11) {left: 402px;position: absolute;}

.card-v { background-image: url("/images/cards/cards3-31b6c063478ddcafa0acf0d694455b2b.webp"); display: inline-block; width: 120px; height: 187px; transform: scale(0.5);margin-top: -30px; }

.card-v.disabled { opacity: 0.5; }

.card-v-2c { background-position: 0 0;}
.card-v-2h { background-position: 0 -192px; }
.card-v-2s { background-position: 0 -384px;}
.card-v-2d { background-position: 0 -576px;}

.card-v-3c { background-position: -125px 0;}
.card-v-3d { background-position: -125px -192px; }
.card-v-3s { background-position: -125px -384px; }
.card-v-3h { background-position: -125px -576px; }

.card-v-4c { background-position: -250px 0; }
.card-v-4d { background-position: -250px -192px }
.card-v-4s { background-position: -250px -384px }
.card-v-4h { background-position: -250px -576px; }


.card-v-5c { background-position: -375px 0; }
.card-v-5d { background-position: -375px -192px }
.card-v-5s { background-position: -375px -384px }
.card-v-5h { background-position: -375px -576px; }

.card-v-6c { background-position: -500px 0; }
.card-v-6d { background-position: -500px -192px }
.card-v-6s { background-position: -500px -384px }
.card-v-6h { background-position: -500px -576px; }
.card-v-7c { background-position: -625px 0; }
.card-v-7d { background-position: -625px -192px }
.card-v-7s { background-position: -625px -384px }
.card-v-7h { background-position: -625px -576px; }
.card-v-8c { background-position: -750px 0; }
.card-v-8d { background-position: -750px -192px }
.card-v-8s { background-position: -750px -384px }
.card-v-8h { background-position: -750px -576px; }
.card-v-9c { background-position: -875px 0; }
.card-v-9d { background-position: -875px -192px }
.card-v-9s { background-position: -875px -384px }
.card-v-9h { background-position: -875px -576px; }
.card-v-10c { background-position: -1000px 0; }
.card-v-10d { background-position: -1000px -192px }
.card-v-10s { background-position: -1000px -384px }
.card-v-10h { background-position: -1000px -576px; }
.card-v-jc { background-position: -1125px 0; }
.card-v-jd { background-position: -1125px -192px }
.card-v-js { background-position: -1125px -384px }
.card-v-jh { background-position: -1125px -576px; }
.card-v-qc { background-position: -1250px 0; }
.card-v-qd { background-position: -1250px -192px }
.card-v-qs { background-position: -1250px -384px }
.card-v-qh { background-position: -1250px -576px; }
.card-v-kc { background-position: -1375px 0; }
.card-v-kd { background-position: -1375px -192px }
.card-v-ks { background-position: -1375px -384px }
.card-v-kh { background-position: -1375px -576px; }
.card-v-ac { background-position: -1500px 0; }
.card-v-ad { background-position: -1500px -192px }
.card-v-as { background-position: -1500px -384px }
.card-v-ah { background-position: -1500px -576px; }
.card-v-joc { background-position: -468px 0; }
.card-v.cover { background-position: -1625px -192px; }