/*@media screen and (min-width: 500px) {*/
    /*#pc_fon {*/
    /*    background-image: url('fon.jpg');*/
    /*    background-position: center top;*/
    /*    background-attachment: fixed;*/
    /*    !*background-size: 100%;*!*/
    /*}*/
/*}*/
@font-face {
    font-family: "Munchkin";
    src: url("../fonts/munchkin.ttf");
}

body {
    margin: auto;
    max-width: 480px;
    background: #212121 no-repeat fixed;
    /*background: #090714 no-repeat fixed;*/
    color: #fff;
    font-family: arial,verdana,tahoma,sans-serif;
    font-size: small;
    font-weight: bold;
}

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

/*Шапка страницы*/
.location_wrapper {
    display: table;
    width: 100%;
}

.location_name {
    color: #007e72;
    display: table-cell;
    font-size: 18px;
    line-height: 32px;
}

.row:before {
    display: table;
    content: " ";
}

.location-row {
    background: url(../images/icon/location-bg1.png) top center no-repeat;
    background-size: contain;
}

.no-mg {
    margin: 0;
    padding: 0;
}
/*Конец шапка страницы*/

a.link-body {
    display: block;
    color: #a1c7f0;
    height: 35px;
    line-height: 35px;
    border: 1px solid #000;
}

a.link-image {
    background:url(../images/icon/other/t2.png) 97% 60%/15px 15px no-repeat,
               url(../images/icon/link_fon.png);
}

a.link-image:hover{
    background: url(../images/icon/other/t2.png) 97% 60%/15px 15px no-repeat,
               url(../images/icon/link_fon_hover.png);
}

a.link-text_width_cut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px
}

a.link-body_percent_50 {
    display: block;
    color: #a1c7f0;
    height: 35px;
    width: 50%;
    line-height: 35px;
    border: 1px solid #000;
    text-align: center;
}

a.link-image_percent_50 {
    background:url(../images/icon/link_fon.png);
}

a.link-image_percent_50:hover{
    background:url(../images/icon/link_fon_hover.png);
}

a.bottom_link{
    font-size: 12px;
    color: #cdcdcd;
    margin: 5px 5px 5px 5px;
}

form {
    margin: 10px;
}

/*.button {*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    line-height: 30px;*/
/*    height: 30px;*/
/*    max-width: 50%;*/
/*    color: #a1c7f0;*/
/*    padding: 0 50px 0 50px;*/
/*    margin: 10px;*/
/*    border: 1px solid rgba(142, 129, 129, 0.37);*/
/*    border-radius: 10px;*/
/*    background:url(link_fon.png);*/
/*}*/

/*.button:hover{*/
/*    background:url(link_fon_hover.png);*/
/*}*/

.button-container {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    transition: .5s ease;
}

.button-container:hover {
    opacity: 0.7;
}

.button-text {
    white-space: nowrap;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    color: #F7C069;
}

.button-image {
    width: 200px;
    height: 61px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/icon/button.png);
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: center center;

}

.button-container button {
    background-color: #0B1C26;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

span.image-body {
    display: inline-block;
    width: 20px;
    height: 20px;
}

span.icon_info_block {
    vertical-align:middle;
    position: relative;
    top: -1px;
    padding-right:2px;
}

div.image-body {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align:middle;
    position: relative;
    top: -1px;
    padding: 0 7px 0 5px;
}

span.image-body2 {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align:middle;
    position: relative;
    top: -2px;
    padding: 0 0 0 3px;
}

div.image-big {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    vertical-align: top;
    position: relative;
    padding: 0 7px 0 5px;
}

img.image-big {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    vertical-align: top;
    position: relative;
    padding: 0 7px 0 5px;
}

img.image-big-list {
    display: inline-block;
    float: left;
    width: 80px;
    max-height: 80px;
    vertical-align: top;
    position: relative;
    padding: 0 7px 0 5px;
}

.top {
    font-weight: normal;
    text-align: center;
    background: #0B1C26;
    box-shadow: inset 0 0 15px #000;
    padding: 4px;
    color: #f9ffec;
}

.content {
    font-weight: normal;
    text-align: left;
    background: #0B1C26;
    box-shadow: inset 0 0 15px #000;
    padding: 10px 4px;
    color: #f9ffec;
}

.content2 {
    font-weight: normal;
    text-align: left;
    background: #0B1C26;
    box-shadow: inset 0 0 15px #000;
    color: #f9ffec;
}

.bottom {
    text-align: center;
    background: #0B1C26;
    box-shadow: inset 0 0 15px #000;
    padding: 4px;
    color: #fff;
    font-weight: normal;
}

.error {
    background: #0B1C26;
    box-shadow: inset 0 0 15px #000;
    padding: 4px;
    color: #a1c7f0;
}

.notification {
    background: #0B1C26;
    box-shadow: inset 0 0 15px #000;
    padding: 4px;
    color: #a1c7f0;
}

.center {
    text-align: center;
}

textarea {
    width: 90%;
    height: 50px;
    resize: none;
}

/*#line {*/
/*    background:url(t2.png);*/
/*}*/
#line, #line *{
    height:2px;
/*{{base64_encode(file_get_contents("http://mrush.mobi/view/image/art/bg-hr.png"))}}*/
/*    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAGCAYAAAB5NDb9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABG9JREFUeNoclMtv3FQYxY899tjzzDwyeTnPJm2TppCGFKkplAoURCtWQCWEkEACiQ0b/gT+BTZs2LKsoEKILqjaAgVaFLVJmzRp0mZmkpnJPD22x+O3PXydhaWre33vd+45v+9yo7lkLyaKiIoCXM+HaugwLR++30MqKUDgeWQScTQ1DYWKghkphVQsDoYB1nePMJSNIRkVkI7HkIhGUG7K0C0HpunRWhS5VApJOl8xDXTpayhdqB0XZ05k+/UiYYHOT6Cpq9grNDGcTmIwE0Op5SLCujg7M4qDagP5ahsjmQG8cXYWmtFF13IhhHls7BZQbxtYPTcJ23WxvVvH2uUlyHIT9ZYG1wnA+UFgdm3agR7fMaxQQzXCDMMilxbbrusHvR7YqtxJH9baoDE03VZ7PQaeFzA8F0oKXJhM6cFylHpd0XxFt1Oa7kSkoXhzNJvJNtqqrHbIOMc1yg19aGlOEvbtOnYKLcyODYJlOTKmbewdNqPZZASLMxL+2XqOhmrj6uoZ2CRS6zogJRgl0xS6YaWlxizPcYvHbf6lprDIUX33MQt+ot7W0oqqtsjAUkd3xio1Jc188+labzN/iHqDhNg+5qYySEYimBkdwXYhj1v/FfHWaxMYH8wh8Dz8+PtDzE1mKKEIhgfSyFCCW0clKm5SQjbGh+Pk+CClJ6CualC6OqrNDpSOg/kZSs/1EOZ4Sj+KVkfDQUmhJCNIxul/zQcPF+NDKVRllRLq0jxpGcmSNgsW6WNDDCoNhahwMDaUhOv7kFsGJDLMsgwYlJfvBYjGwojxQj9tbvNFiZwrg8LD5XOTXi9AYNoOe387z/37pADP9Umg4XOs/BIRJibybEyIoKMFhFvLrSptVKoqfywbWJgeDCaHhtmaogSyrvUcxwn2i23+lbkx7No17BdbmBrOgOVC/UvkK3If9RNSDk9Ih0xGrMxP9I2wHI/IoZaJCXRBm0y04AQe2mTmy/kQx4JlGC9EI8N2aI9DVLB+4AcsGcAkEqJveg7j+D7LLZ7MYXI8gbt/F3Dx/BJXrhwiX2rSQS6++HAZC6MSTkxIoZos44/tHRAd6BouLqxIyCUG+PPzJ3F38xF++GkTb56fZl+dnkXP99ivv/sZl5YnQ9euSFiQxjH1cQ431zdQqmuo1HS8fm4CX330NqRsCnvlY5yay9BFq1Rbw7V3F2CYI0hF45glop6Wi/jtz30sT0uYnchi/cDAAGvi/YsL3D1COySGcXpqBJ+/dyF03GqgqZqIiELo178eIl9WqCf9ACInonhMi3IDoAfFNBw8fdHA4ukx7Neq0OjBeFZq4ca9PTCEyydr8/2HSTMMXL/9CNfvbMC2PcJIg8gfErYOBgnBTIywq/no2gVsHx3hyV4NW3mZeu0UVs/MY6dYwkHtGB29i1sPjvDZlRUo6mP8cucZ3lk5jRATxoPdPG7e38H0cBofXFrG9zdu0z4N3355FapuERHdPrILU2mUGy1sPa9Cd0ysPy2B2hgikfK/AAMAXrtyckHISCAAAAAASUVORK5CYII=);*/
    background-image:url(../images/icon/hr.png);
    background-repeat:no-repeat;
}
#line{
    font-size:0;
    background-color:#382d22;
    background-repeat:repeat-x;
    background-position:0 -4px;
}
#line div{
    background-position:0 0;
}
#line div div{
    background-position:100% -2px;
}

div.image-logo {
    height: 20px;
    background-image: url(../images/icon/logo_blue.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 155px 20px;
    /*padding-bottom: 4px;*/
}

div.image-logo_blue_ru {
    height: 20px;
    background-image: url(../images/icon/logo_blue_ru.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 155px 20px;
}

div.image-logo_blue_uk {
    height: 20px;
    background-image: url(../images/icon/logo_blue_uk.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 155px 20px;
}

div.image-logo_blue_en {
    height: 20px;
    background-image: url(../images/icon/logo_blue_en.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 155px 20px;
}

input[type=text], input[type=password], input[type=email], input[type=date], input[type=datetime-local], input[type=number], select {
    height: 30px;
    border: 1px solid #303030;
    background: #505050;
    margin: 5px auto;
    color: white;
    width: 50%;
}
input[type=submit]{
    background: #164E06;
    box-shadow: inset 0 0 10px #000;
    padding: 10px;
    color: black;
    border: 1px solid #0B1500;
    text-align: center;
}

div.block_header_center {
    background: url(../images/icon/center.png) repeat-x scroll 0 0 transparent;
    /*max-width: 100%;*/
    margin-left: 20px;
    margin-right: 20px;
}

div.block_header_left {
    background-image: url(../images/icon/block_header_left.png);
    background-repeat: repeat-y;
    background-size: 32px;
    margin-left: -20px;
}

div.block_header_right {
    background-image: url(../images/icon/block_header_right.png);
    background-repeat: repeat-y;
    background-size: 32px;
    background-position: 100% 0;
    margin-right: -20px;
}

div.block_header_text {
    height: 26px;
    margin: 10px 0;
    padding-top: 7px;
    text-align: center;
    color: #65491b;
    font-size: small;
    font-weight: bold;
}





















.p{
    background: #101010;
    box-shadow: inset 0 0 10px #303030;
    border: 4px solid #42160F;
    padding: 5px;
    color: #D4D4D4;
}
.c{
    background: #303030;
    box-shadow: inset 0px 0px 20px #151515;
    padding: 8px;
    color: #fff;
}
.ok{
    padding: 5px;
    background-color: #15380a;
    border: 1px solid #367814;
}
.no{
    background: #101010;
    color: red;
    padding: 5px;
    box-shadow: inset 0 0 10px #303030;
    border: 1px solid #000;
}
.b{
    background: #101010;
    padding: 8px;
    box-shadow: inset 0 0 15px #303030;
    border: 1px solid #000;
    color: #E0E0E0;
}
a.str{
    background: #303030;
    padding: 5px;
    box-shadow: 0 0 3px #999999;
    margin-right: 5px;
    border-radius: 2px;
}

.shkala{
    background: #353535;
    height: 4px;
    overflow: hidden;
    margin: 2px auto;
}
.xp{
    background: #DB7A19;
    height: 4px;
}
.clear{
    clear: both;
}
img.foto{
    float: left;
    margin-right: 7px;
}
td.pnl{
    padding: 7px;
    border: 1px solid #000;
    background: #42160F;
    box-shadow: inset 0 0 10px #000;
    text-align: center;
    color: #afafaf;
}
.block{
    background: #101010;
    box-shadow: inset 0 0 10px #202020;
    border-top: 1px solid #000;
    padding: 6px;
    text-align: center;
}

td{
    text-align: center;
}
.line{
    height: 3px;
    background: #747474;
}
.main{
    display: flex;
    width: 100%;
}
.w20{ width: 20%;}
.w80{ width: 80%;}
.w50{ width: 50%;}
span.nick{
    background: linear-gradient(maroon, indianred); /* Р“СЂР°РґРёРµРЅС‚ РґР»СЏ С‚РµРєСЃС‚Р° */
    -webkit-background-clip: text; /* РћР±СЂРµР·Р°РµРј С„РѕРЅ РїРѕ С‚РµРєСЃС‚Сѓ */
    -webkit-text-fill-color: transparent; /* РџСЂРѕР·СЂР°С‡РЅС‹Р№ С‚РµРєСЃС‚ */
}
span.nick2{
    color: #6530C6;
    font-weight: bold;
}
#smile{
    display: none;
}


table.playerSetting {
    width: 100%;
    border-spacing: 0;
    text-align: left;
    color: #c7c7c7;
}

table.playerSetting ul{
    margin-right: 10px;
}

table.playerSetting header{
    margin-left: 15px;
    margin-top: 10px;
    font-weight: bold;
}

table.playerSetting td {
    background: #101010;
    padding: 10px;
    box-shadow: inset 0 0 15px #303030;
    border: 1px solid #000;
    color: #E0E0E0;
}

table.playerSetting div.text {
    padding: 0.82em;
    background-color: #0B1C26;
}

/* Навигация*/
.h-navig-item a, .h-navig-item.active a {
    display: block;
    padding: 6px 2px;
    text-decoration: none !important;
}
.h-navig-item {
    font-size: 12px;
    text-align: center;
}
.h-navig-item.active a {
    display: block;
    border: 1px solid #1c242f;
    background-color: #1c242f;
    color: white !important;
}

/* */
.dotted {
    border-bottom: 1px dotted #444;
}


/******************************************* Скролл СТАРТ *************************************/
::-webkit-scrollbar {
    width: 5px; /* Ширина всего элемента навигации */
}

::-webkit-scrollbar-track {
    background: none; /* Цвет дорожки */
}

::-webkit-scrollbar-thumb {
    background-color: #a1c7f0; /* Цвет бегунка */
    border-radius: 20px; /* Округление бегунка */
    border: 3px solid #a1c7f0; /* Оформление границ бегунка */
}
/******************************************* Скролл СТОП *************************************/














.icon-mail_false {
    background: url(../images/icon/mail/mail_false.png) center / 20px 14px no-repeat;
}

.icon-mail_true {
    background: url(../images/icon/mail/mail_true.png) center / 20px 14px no-repeat;
}

.icon-mini_mail_true {
    background: url(../images/icon/mail/mail_true.png) center / 16px 10px no-repeat;
}

.icon-mini_mail_false {
    background: url(../images/icon/mail/mail_false.png) center / 16px 10px no-repeat;
}

.icon-user {
    background: url(../images/icon/profile/user.png) center / 16px 16px no-repeat;
}

.icon-level {
    background: url(../images/icon/level.png) center / 16px 16px no-repeat;
}

.icon-health {
    background: url(../images/icon/health.png) center / 16px 16px no-repeat;
}

.icon-health_max {
    background: url(../images/icon/health_max.png) center / 16px 16px no-repeat;
}

.icon-health_recovery {
    background: url(../images/icon/health_recovery.png) center / 16px 16px no-repeat;
}

.icon-silver {
    background: url(../images/icon/resources/silver/silver.png) center / 15px 15px no-repeat;
}
.icon-silver_got {
    background: url(../images/icon/resources/silver/silver_got.png) center / 15px 15px no-repeat;
}
.icon-silver_lost {
    background: url(../images/icon/resources/silver/silver_lost.png) center / 15px 15px no-repeat;
}

.icon-gold {
    background: url(../images/icon/resources/gold/gold.png) center / 15px 15px no-repeat;
}

.icon-crystal {
    background: url(../images/icon/resources/crystal/crystal.png) center / 15px 15px no-repeat;
}
.icon-crystal_got {
    background: url(../images/icon/resources/crystal/crystal_got.png) center / 15px 15px no-repeat;
}
.icon-crystal_lost {
    background: url(../images/icon/resources/crystal/crystal_lost.png) center / 15px 15px no-repeat;
}

.icon-chat {
    background: url(../images/icon/chat/chat.png) center / 16px 16px no-repeat;
}

.icon-history {
    background: url(../images/icon/history.png) center / 16px 16px no-repeat;
}

.icon-warrior {
    background: url(../images/icon/warrior.png) center / 18px 18px no-repeat;
}

.icon-rules {
    background: url(../images/icon/rules.png) center / 16px 16px no-repeat;
}

.icon-time {
    background: url(../images/icon/time.png) center / 16px 16px no-repeat;
}

.icon-pet_active {
    background: url(../images/icon/pet/active.png) center / 16px 16px no-repeat;
}
.icon-pet_inactive {
    background: url(../images/icon/pet/inactive.png) center / 16px 16px no-repeat;
}
.icon-pet_dead {
    background: url(../images/icon/pet/dead.png) center / 16px 16px no-repeat;
}
.icon-pet_buy {
    background: url(../images/icon/pet/buy.png) center / 16px 16px no-repeat;
}
.icon-pet_equipment {
    background: url(../images/icon/pet/equipment.png) center / 16px 16px no-repeat;
}
.icon-pet_profile {
    background: url(../images/icon/pet/profile.png) center / 16px 16px no-repeat;
}
.icon-pet_workout {
    background: url(../images/icon/pet/workout.png) center / 16px 16px no-repeat;
}
.icon-pet_command {
    background: url(../images/icon/pet/command.png) center / 16px 16px no-repeat;
}
.icon-pet_setting {
    background: url(../images/icon/pet/setting.png) center / 16px 16px no-repeat;
}
.icon-pet_information {
    background: url(../images/icon/pet/information.png) center / 16px 16px no-repeat;
}


.icon-search {
    background: url(../images/icon/search.png) center / 16px 16px no-repeat;
}

.icon-home {
    background: url(../images/icon/home.png) center / 16px 16px no-repeat;
}

.icon-clan {
    background: url(../images/icon/clan/clan.png) center / 16px 16px no-repeat;
}
.icon-clan_undead {
    background: url(../images/icon/clan/undead.png) center / 16px 16px no-repeat;
}

.icon-brotherhood {
    background: url(../images/icon/brotherhood/brotherhood.png) center / 16px 16px no-repeat;
}

.icon-edit {
    background: url(../images/icon/edit.png) center / 16px 16px no-repeat;
}
.icon-edit2 {
    background: url(../images/icon/edit2.png) center / 16px 16px no-repeat;
}
.icon-edit3 {
    background: url(../images/icon/edit3.png) center / 16px 16px no-repeat;
}
.icon-lock3 {
    background: url(../images/icon/lock3.png) center / 16px 16px no-repeat;
}

.icon-equipment {
    background: url(../images/icon/equipment.png) center / 16px 16px no-repeat;
}

.icon-gift {
    background: url(../images/icon/gift.png) center / 14px 14px no-repeat;
}

.icon-curse {
    background: url(../images/icon/curse.png) center / 16px 16px no-repeat;
}

.icon-setting {
    background: url(../images/icon/setting.png) center / 16px 16px no-repeat;
}

.icon-donate_gold {
    background: url(../images/icon/donate/gold.png) center / 16px 16px no-repeat;
}

.icon-rating {
    background: url(../images/icon/rating/rating.png) center / 16px 16px no-repeat;
}

.icon-start_1 {
    background: url(../images/icon/start_1.png) center / 13px 14px no-repeat;
}

.icon-start_2 {
    background: url(../images/icon/start_2.png) center / 13px 14px no-repeat;
}

.icon-back {
    background: url(../images/icon/other/back.png) center / 16px 16px no-repeat;
}

/*.icon-forum {*/
/*    background: url(../images/icon/forum.png) center / 16px 16px no-repeat;*/
/*}*/

.icon-workout {
    background: url(../images/icon/parameters/power.png) center / 16px 16px no-repeat;
}

.icon-anketa {
    background: url(../images/icon/anketa.png) center / 16px 16px no-repeat;
}

.icon-reference {
    background: url(../images/icon/reference.png) center / 16px 16px no-repeat;
}

.icon-status_online {
    background: url(../images/icon/status_online.png) center / 16px 16px no-repeat;
}

.icon-status_offline {
    background: url(../images/icon/status_offline.png) center / 16px 16px no-repeat;
}

.icon-status_red {
    background: url(../images/icon/status_red.png) center / 16px 16px no-repeat;
}

.icon-skull {
    background: url(../images/icon/skull.png) center / 16px 16px no-repeat;
}

.icon-glory {
    background: url(../images/icon/glory.png) center / 16px 16px no-repeat;
}

.icon-medal {
    background: url(../images/icon/medal.png) center / 16px 16px no-repeat;
}

.icon-event {
    background: url(../images/icon/event/event.png) center / 16px 16px no-repeat;
}
.icon-event_today {
    background: url(../images/icon/event/today_event.png) center / 16px 16px no-repeat;
}

.icon-druid{
    background: url(../images/icon/druid/druid.png) center / 16px 16px no-repeat;
}

.icon-witch{
    background: url(../images/icon/witch/witch.png) center / 16px 16px no-repeat;
}
.icon-witch-balance{
    background: url(../images/icon/witch/rituals/balance.png) center / 16px 16px no-repeat;
}
.icon-witch-cleansing{
    background: url(../images/icon/witch/rituals/cleansing.png) center / 16px 16px no-repeat;
}
.icon-witch-experience{
    background: url(../images/icon/witch/rituals/experience.png) center / 16px 16px no-repeat;
}
.icon-witch-gain{
    background: url(../images/icon/witch/rituals/gain.png) center / 16px 16px no-repeat;
}
.icon-witch-hike{
    background: url(../images/icon/witch/rituals/hike.png) center / 16px 16px no-repeat;
}
.icon-witch-invulnerability{
    background: url(../images/icon/witch/rituals/invulnerability.png) center / 16px 16px no-repeat;
}
.icon-witch-rabies{
    background: url(../images/icon/witch/rituals/rabies.png) center / 16px 16px no-repeat;
}
.icon-witch-sacrifice{
    background: url(../images/icon/witch/rituals/sacrifice.png) center / 16px 16px no-repeat;
}
.icon-witch-unity{
    background: url(../images/icon/witch/rituals/unity.png) center / 16px 16px no-repeat;
}
.icon-witch-plot{
    background: url(../images/icon/witch/rituals/plot.png) center / 16px 16px no-repeat;
}

.icon-monk{
    background: url(../images/icon/monk.png) center / 20px 20px no-repeat;
}

.icon-task {
    background: url(../images/icon/task/task.png) center / 16px 16px no-repeat;
}

.icon-village {
    background: url(../images/icon/city/village.png) center / 18px 18px no-repeat;
}

.icon-statistics {
    background: url(../images/icon/statistics.png) center / 16px 16px no-repeat;
}

/* Сила*/
.icon-power {
    background: url(../images/icon/parameters/power.png) center / 16px 16px no-repeat;
}

.icon-protection {
    background: url(../images/icon/parameters/protection.png) center / 16px 16px no-repeat;
}

.icon-dexterity {
    background: url(../images/icon/parameters/dexterity.png) center / 16px 16px no-repeat;
}

.icon-skill {
    background: url(../images/icon/parameters/skill.png) center / 16px 16px no-repeat;
}

.icon-survivability {
    background: url(../images/icon/parameters/survivability.png) center / 16px 16px no-repeat;
}

.icon-friend {
    background: url(../images/icon/friend.png) center / 16px 16px no-repeat;
}

.icon-experience {
    background: url(../images/icon/experience.png) center / 16px 16px no-repeat;
}

.icon-shop {
    background: url(../images/icon/shop.png) center / 16px 16px no-repeat;
}

.icon-market {
    background: url(../images/icon/market.png) center / 16px 16px no-repeat;
}

.icon-check {
    background: url(../images/icon/check.png) center / 16px 16px no-repeat;
}

.icon-potion {
    background: url(../images/icon/shop/potion.png) center / 16px 16px no-repeat;
}

.icon-scroll {
    background: url(../images/icon/shop/scroll.png) center / 16px 16px no-repeat;
}

.icon-helmet {
    background: url(../images/icon/shop/helmet.png) center / 16px 16px no-repeat;
}

.icon-armor {
    background: url(../images/icon/shop/armor.png) center / 16px 16px no-repeat;
}

.icon-shield {
    background: url(../images/icon/shop/shield.png) center / 16px 16px no-repeat;
}

.icon-weapon {
    background: url(../images/icon/shop/weapon.png) center / 16px 16px no-repeat;
}

.icon-arena {
    background: url(../images/icon/arena/arena.png) center / 16px 16px no-repeat;
}

.icon-arena_victory {
    background: url(../images/icon/arena/arena_victory.png) center / 16px 16px no-repeat;
}

.icon-arena_defeat {
    background: url(../images/icon/arena/arena_defeat.png) center / 16px 16px no-repeat;
}

.icon-arena_timer {
    background: url(../images/icon/timer.png) center / 16px 16px no-repeat;
}

.icon-junior {
    background: url(../images/icon/arena/arena_junior.png) center / 16px 16px no-repeat;
}

.icon-senior {
    background: url(../images/icon/arena/arena_senior.png) center / 16px 16px no-repeat;
}

.icon-peer {
    background: url(../images/icon/arena/arena_peer.png) center / 16px 16px no-repeat;
}

.icon-mercenary {
    background: url(../images/icon/mercenary.png) center / 16px 16px no-repeat;
}

.icon-mercenary_crystal {
    background: url(../images/icon/mercenary_crystal.png) center / 16px 16px no-repeat;
}

.icon-mercenary_gold {
    background: url(../images/icon/mercenary_gold.png) center / 16px 16px no-repeat;
}

.icon-hike {
    background: url(../images/icon/hike/hike.png) center / 16px 16px no-repeat;
}

.icon-house {
    background: url(../images/icon/house/house.png) center / 16px 16px no-repeat;
}

.icon-refresh {
    background: url(../images/icon/refresh.png) center / 16px 16px no-repeat;
}

.icon-cancel {
    background: url(../images/icon/cancel.png) center / 16px 16px no-repeat;
}

.icon-ok {
    background: url(../images/icon/ok.png) center / 16px 16px no-repeat;
}

.icon-user_friend {
    background: url(../images/icon/user_friend.png) center / 16px 16px no-repeat;
}
.icon-user_ignored {
    background: url(../images/icon/user_ignored.png) center / 16px 16px no-repeat;
}
.icon-user_marked {
    background: url(../images/icon/user_marked.png) center / 16px 16px no-repeat;
}

.icon-plot {
    background: url(../images/icon/plot/plot.png) center / 16px 16px no-repeat;
}

.icon-list {
    background: url(../images/icon/list.png) center / 16px 16px no-repeat;
}

.icon-info {
    background: url(../images/icon/info.png) center / 16px 16px no-repeat;
}

.icon-up {
    background: url(../images/icon/up.png) center / 16px 16px no-repeat;
}

.icon-merchant {
    background: url(../images/icon/merchant.png) center / 16px 16px no-repeat;
}

.icon-lock {
    background: url(../images/icon/lock.png) center / 16px 16px no-repeat;
}

.icon-fafnir {
    background: url(../images/icon/fafnir/fafnir.png) center / 19px 19px no-repeat;
}

.icon-lord {
    background: url(../images/icon/lord/lord.png) center / 18px 18px no-repeat;
}

.icon-dungeon {
    background: url(../images/icon/dungeon/dungeon.png) center / 16px 16px no-repeat;
}

.icon-mine {
    background: url(../images/icon/mine/mine.png) center / 16px 16px no-repeat;
}
.icon-mine_descent {
    background: url(../images/icon/mine/descent.png) center / 16px 16px no-repeat;
}
.icon-mine_search {
    background: url(../images/icon/mine/search.png) center / 16px 16px no-repeat;
}
.icon-mine_get {
    background: url(../images/icon/mine/get.png) center / 16px 16px no-repeat;
}

.icon-result {
    background: url(../images/icon/result.png) center / 16px 16px no-repeat;
}

.icon-increase {
    background: url(../images/icon/increase.png) center / 16px 16px no-repeat;
}

.icon-binge {
    background: url(../images/icon/binge.png) center / 16px 16px no-repeat;
}

.icon-tavern {
    background: url(../images/icon/tavern.png) center / 20px 20px no-repeat;
}

.icon-farrier {
    background: url(../images/icon/farrier.png) center / 20px 20px no-repeat;
}

.icon-forward {
    background: url(../images/icon/other/t2.png) center / 15px 15px no-repeat;
}
.icon-forward_flip {
    background: url(../images/icon/other/t2.png) center / 15px 15px no-repeat;
    transform: scale(-1, 1);
}

.icon-consul{
    background: url(../images/icon/consul/consul.png) center / 16px 16px no-repeat;
}

.icon-reward_daily{
    background: url(../images/icon/reward_daily/reward_daily.png) center / 16px 16px no-repeat;
}

.icon-amulet{
    background: url(../images/icon/amulet/amulet.png) center / 16px 16px no-repeat;
}

.icon-chests{
    background: url(../images/icon/chests.png) center / 19px 19px no-repeat;
}

.icon-forum_category{
    background: url(../images/icon/forum/category.png) center / 16px 16px no-repeat;
}
.icon-forum_topic{
    background: url(../images/icon/forum/topic.png) center / 16px 16px no-repeat;
}

.icon-seaport{
    background: url(../images/icon/seaport/swimming.png) center / 16px 16px no-repeat;
}


.icon-lang_ru{
    background: url(../images/icon/lang/ru.png) center / 20px 20px no-repeat;
}
.icon-lang_uk{
    background: url(../images/icon/lang/uk.png) center / 20px 20px no-repeat;
}
.icon-lang_en{
    background: url(../images/icon/lang/en.png) center / 20px 20px no-repeat;
}





/* Сила*/
.image-power {
    background: url(../images/big/power.png) center / 80px 80px no-repeat;
}

.image-protection {
    background: url(../images/big/protection.png) center / 80px 80px no-repeat;
}

.image-dexterity {
    background: url(../images/big/dexterity.png) center / 80px 80px no-repeat;
}

.image-skill {
    background: url(../images/big/skill.png) center / 80px 80px no-repeat;
}

.image-survivability {
    background: url(../images/big/survivability.png) center / 80px 80px no-repeat;
}

.image-garden {
    background: url(../images/house/garden.png) center / 80px 80px no-repeat;
}

.image-small_silver_packages {
    background: url(../images/merchant/small_silver_package.png) center / 80px 80px no-repeat;
}
.image-medium_silver_packages {
    background: url(../images/merchant/medium_silver_package.png) center / 80px 80px no-repeat;
}
.image-big_silver_packages {
    background: url(../images/merchant/big_silver_package.png) center / 80px 80px no-repeat;
}

.image-small_crystal_packages {
    background: url(../images/merchant/small_crystal_package.png) center / 80px 80px no-repeat;
}
.image-medium_crystal_packages {
    background: url(../images/merchant/medium_crystal_package.png) center / 80px 80px no-repeat;
}
.image-big_crystal_packages {
    background: url(../images/merchant/big_crystal_package.png) center / 80px 80px no-repeat;
}

.image_small-chest {
    background: url(../images/chest/small-chest.png) center / 80px 80px no-repeat;
}
.image_medium-chest {
    background: url(../images/chest/medium-chest.png) center / 80px 80px no-repeat;
}
.image_big-chest {
    background: url(../images/chest/big-chest.png) center / 80px 80px no-repeat;
}


.equipment_block {
    margin: 5px 5px 5px 5px;
}

.equipment_img {
    width: 60px;
    max-height: 60px;
}

.equipment_quantity {
    background: url(../images/equipment/potion/quantity.png) center / 60px 32px no-repeat;
    text-align: center;
    line-height: 32px;
    color: #00b7ea;
}

figure {
    display: inline-block;
    flex-flow: column;
    max-width: 60px;
    margin: auto;
}

figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    text-align: center;
}


.pagination {
    padding: 8px 8px 10px;
    text-align: center;
}

.pagination a.link {
    width: 25px;
    margin: 1px;
    color: white;
    border: 1px solid #131313;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 20px;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 14px;
}


.pagination a.onPage {
    background-image: url(../images/icon/pagination1.png);
}

.pagination a.notPage {
    background-image: url(../images/icon/pagination2.png);
}

.chat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px*/
}

.chat_col {
    position:relative;
    width:100%;
    padding-right:5px;
    padding-left:10px
}

.chat_ava {
    float: left;
    width: 27px;
}

.chat_data {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #1c242f;
    border-radius: 5px;
    color: rgb(240, 240, 240);
    font-size: 13px;
    margin: 7px 0;
    padding: 28px 19px 9px 13px;
    position: relative;
}

/*Подсветка блоков сообщений*/
.chat_data.chat_arr_left {
    /*background: #1c242f;*/
    /*margin-left: 43px;*/
}

.chat_name {
    left: 13px;
}

.chat_name a {
    color: #a1c7f0;
}

.chat_time {
    color: #656565;
    right: 30px;
}

.chat_answer, .chat_name, .chat_time {
    position: absolute;
    top: 9px;
}

.chat_answer {
    background: url(../images/icon/answer.png) left top no-repeat;
    height: 14px;
    right: 12px;
    width: 13px;
}

/*Подсвечивает уголок слева от блока сообщений*/
.chat_data.chat_arr_left:after {
    border-color: transparent #1c242f;
    border-width: 10px 11px 10px 0;
    bottom: auto;
    left: -10px;
    top: 8px;

}/*Подсвечивает уголок сверху от блока сообщений*/
.chat_data.chat_arr_top:after {
    border-color: transparent #1c242f;
    border-width: 10px 11px 10px 0;
    bottom: auto;
    top: -15.5px;
    left: 10px;
    transform: rotate(90deg);
}

.chat_data:after {
    border-color: #1c242f transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -11px;
    content: "";
    display: block;
    left: 52px;
    position: absolute;
    width: 0;
}

/*::-webkit-scrollbar {*/
/*    height: 6px;*/
/*    width: 6px;*/
/*}*/



.chat_actions {
    margin-top: 7px;
    position: relative;
}

.chat_actions a.smiles_btn {
    background: url(data:image/png;base64,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)
    center / 32px 32px no-repeat;
    left: 0;
    top: 0;
}

.chat_actions a.share_btn {
    background: url(../images/icon/increase.png)
    center / 25px 25px no-repeat;
    left: 0;
    top: 0;
}

.chat_actions a {
    display: block;
    position: absolute;
}

.chat_actions .write_btn {
    background: url(../images/icon/big_btn_01.png) left top no-repeat,
                url(../images/icon/big_btn_05.png) right top no-repeat;
    color: #88c8f5;
    font-size: 18px;
    height: 33px;
    left: 40px;
    line-height: 25px;
    margin: 0 auto;
    position: absolute;
    right: 40px;
    width: auto;
}

.counter-spec, .munchkin {
    font-family: Munchkin, sans-serif;
}

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

.write_btn span {
    position: relative;
    top: 3px;
}

.chat_actions .write_btn:after {
    background: url(../images/icon/link_fon.png) left top repeat-x;
    display: block;
    height: 100%;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: -25px;
}

.chat_actions .write_btn:after {
    content: "";
}

.chat_actions a.refresh_btn {
    background: url(../images/icon/refresh.png)
    center / 32px 32px no-repeat;
    right: 0;
    top: 0;
}

.chat_actions a.cancel_btn {
    background: url(../images/icon/cancel_orange.png)
    center / 32px 32px no-repeat;
    right: 0;
    top: 0;
}

.small_btn {
    height: 33px;
    width: 33px;
}

.chat_actions .bottom_decor {
    background: url(../images/icon/decor_gray_01.png) left bottom no-repeat,
                url(../images/icon/decor_gray_03.png) left bottom repeat-x,
                url(../images/icon/decor_gray_05.png) right bottom no-repeat,
                url(../images/icon/header_grad.png) left 0 repeat-x;
    height: 56px;
    margin-left: -15px;
    margin-right: -15px;
}

.chat_textarea {
    width: 99%;
    height: 50px;
    resize: none;
    background: #f0f0f0;
}

.rules_textarea {
    width: 99%;
    height: 75px;
    resize: vertical;
    background: #f0f0f0;
}

.chat_border {
    border: 1px solid #a1c7f0;
}

.chat_data.chat_arr_border:after {
    border-color: transparent #a1c7f0;
}

.chat_border_green {
    border: 1px solid indianred;
}

.chat_data.chat_arr_border_green:after {
    border-color: transparent indianred;
}





.forum_textarea {
    width: 99%;
    height: 200px;
    resize: none;
    background: #f0f0f0;
}

.rating .stars {
    position: relative;
    display: block;
    float: left;
    height: 20px;
    width: 105px;
    background-image: url("../images/icon/stars.png");
    background-size: 21px 40px;
    background-position: 0 0;
    background-repeat: repeat-x;
    margin-right: 5px;
}
.rating .stars .on {
    height: 20px;
    background-image: url("../images/icon/stars.png");
    background-size: 21px 40px;
    background-position: 0 -20px;
}
.rating .stars .live {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.rating .stars .live span {
    display: block;
    float: left;
    cursor: pointer;
    width: 21px;
    height: 20px;
    background-image: url("../images/icon/stars.png");
    background-size: 21px 40px;
    background-repeat: no-repeat;
    background-position: 0 -20px;
}
.rating .stars .live span:hover ~ span {
    background-position: 0 0px;
}
.rating .stars .live:hover {
    opacity: 1;
}



span.moderating {
    display: block;
    padding-top: 10px;
    text-align: right;
}

.moderating a {
    color: #a1c7f0;
}

.moderating a.ban {
    padding: 0 5px
}

.moderating a.delete {
    padding-left: 5px
}

.green {
    color: limegreen;
}
.color-green {
    color: limegreen;
}

.red {
    color: indianred;
}
.color-red {
    color: indianred;
}

.red_dark {
    color: darkred;
}
.color-red_dark {
    color: darkred;
}

.yellow {
    color: #FFFF00A3;
}
.color-yellow {
    color: #FFFF00A3;
}

.black {
    color: black;
}
.color-black {
    color: black;
}

.brown {
    color: #65491b;
}
.color-brown {
    color: #65491b;
}
.color-brown_light {
    color: #866124;
}

.color_name_event {
    color: #6d949e;
}
.color-name_event {
    color: #6d949e;
}
.color-blue {
    color: #a1c7f0;
}
.color-silver {
    color: #cdcdcd;
}



.text_size {
    font-size: 1.1em;
}

.padding_header {
    padding: 10px 25px 0 25px;
}

.padding_left_right {
    padding: 0 25px 0 25px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.padding_top_10 {
    padding-top: 10px;
}

.text_line_through {
    text-decoration: line-through;
}

.text_bold {
    font-weight: bold;
}

.text_word_wrap {
    word-wrap: break-word;
}

.text_scrollbar {
    overflow:auto;
    scrollbar-width: thin;
    scrollbar-color: #a1c7f0 black;
}



.event_today {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.event_today .col {
    position:relative;
    width:100%;
}

.event_today .fon {
    position: absolute;
    width: 100%;
}

.event_today .frame {
    position: absolute;
    top: 26px;
}

.event_today .effect {
    position: absolute;
    top: 35px;
}

.event_today .image {
    position: absolute;
    top: 30px;
    left: 5px
}

.event_today .name {
    top: 6px;
    left: 13px;
}

.event_today .time {
    top: 6px;
    right: 5px;
}

.event_today .description_frame {
    top: 30px;
    left: 185px;
}

.event_today .description {
    top: 30px;
    left: 105px;
}

.event_today .name, .event_today .time, .event_today .description, .event_today .description_frame {
    position: absolute;
    color: #a1c7f0;
    font-weight: bold;
}

.event_today .fon img {
    height: 124px;
    width: 100%;
}

.event_today .frame img {
    height: 97px;
    width: 173px;
}

.event_today .effect img {
    height: 70px;
}

.event_today .image img {
    height: 90px;
}

.event_today .padding_top {
    padding-top: 130px;
}
