@media screen {
    body {
        margin: 0px;
        background: url(/mods/style/images/backround_html2.jpg) no-repeat;
        background-position: bottom;
        background-attachment: fixed;
        background-color: black;
        background-size: 100% 100%;
    }
}

/* ВСПЛЫВАЮЩИЕ УВЕД. */
.notification {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    text-shadow: #000 0 -1px 1px;
    position: fixed;
    width: 20%;
    top: -100px;
    /* Начальное положение (скрыто выше экрана) */
    left: 50%;
    /* Центрируем по горизонтали */
    transform: translateX(-50%);
    /* Сдвигаем на половину ширины элемента */
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    padding: 10px;
    box-shadow: 0 2px 100px rgba(0, 0, 0, 0.1);
    display: block;
    /* Показываем элемент */
    z-index: 100;
    transition: top 0.5s ease;
    /* Плавный переход для появления и исчезновения */
}

.notification-message {
    margin-bottom: 10px;
    text-align: center;
    color: #eff0a1;
}

.progress-bar {
    height: 5px;
    background-color: #4caf50;
    /* Цвет полоски прогресса */
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 3s linear;
    /* Анимация ширины */
}

/* КОНЕЦ: ВСПЛЫВАЮЩИЕ УВЕД. */

@media screen and (max-device-width: 480px) {

    /* ДЛЯ МОБ.УСТР-В */
    body {
        margin: 0px;
        background-image: none;
        background-position: bottom;
        background-attachment: fixed;
        background-color: black;
        background-size: 100% 100%;
    }

    /* ВСПЛЫВАЮЩИЕ УВЕД. */
    .notification {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        text-shadow: #000 0 -1px 1px;
        position: fixed;
        width: 50%;
        top: -100px;
        /* Начальное положение (скрыто выше экрана) */
        left: 50%;
        /* Центрируем по горизонтали */
        transform: translateX(-50%);
        /* Сдвигаем на половину ширины элемента */
        background-color: #f0f0f0;
        border: 2px solid #ccc;
        border-radius: 5px;
        background: radial-gradient(50% 70%, #2b231e, #122027);
        padding: 10px;
        box-shadow: 0 2px 100px rgba(0, 0, 0, 0.1);
        display: block;
        /* Показываем элемент */
        z-index: 100;
        transition: top 0.5s ease;
        /* Плавный переход для появления и исчезновения */
    }

    .notification-message {
        margin-bottom: 10px;
        text-align: center;
        color: #eff0a1;
    }

    .progress-bar {
        height: 5px;
        background-color: #4caf50;
        /* Цвет полоски прогресса */
        width: 0%;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width 3s linear;
        /* Анимация ширины */
    }

    /* КОНЕЦ: ВСПЛЫВАЮЩИЕ УВЕД. */

}

/* КОНЕЦ: ДЛЯ МОБ.УСТР-В */

.imgwap {
    left: 10px;
    transform: translate(0%, 35%);
    width: 20px;
    height: 20px;
    border-radius: 25px;
    background: radial-gradient(50% 50%, #424038, #2b231e);
    border: 3px solid rgb(86 77 63);
    text-align: center;
    line-height: 25px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 40%);
    margin-left: 5px;
    margin-right: 2px;
    top: 0;
}

.imgwap_noBord_w30 {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background: radial-gradient(50% 50%, #424038, #2b231e);
    margin-right: 5px;
    /* Отступ справа от изображения */
}

.small-bu {
    margin-bottom: 1px;

    line-height: 5px;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 40%);
    display: block;
    width: 99%;
    height: 40px;
    padding-top: 0px;

    color: #bbb;
    font-size: 14px;
    background: radial-gradient(70% 50%, #122027, #2b231e);
    border: 1px solid rgb(86 77 63);
    border-radius: 4px;
}

.small-bu2 {
    margin-bottom: 1px;
    line-height: 5px;
    /* Это значение может быть изменено */
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 40%);
    display: flex;
    /* Используем flexbox для центрирования */
    justify-content: center;
    /* Горизонтальное центрирование */
    align-items: center;
    /* Вертикальное центрирование */
    width: 99%;
    height: 40px;
    color: #bbb;
    font-size: 14px;
    background: radial-gradient(70% 50%, #10181c, #242322);
    border: 1px solid rgb(86, 77, 63);
    border-radius: 4px;
}


.empty_block_profile {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    text-shadow: #000 0 -1px 1px;
    display: block;
    margin: 0px 3px 0px 3px;
    padding: 9px;
    border: 1px solid rgb(49 44 36);
    border-radius: 4px;
    position: relative;
    background-color: #090a0c;
    background-image: url('/images/style/leather.jpg');
    background-repeat: repeat;
    background-size: 250px 150px;
    vertical-align: middle;
    text-decoration: none;
    color: #918c8b;
    margin-bottom: 3px;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 40%);
}


.profilePage-equippedSection {
    margin-top: 7px
}

.profilePage-equippedItemsPanel {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}



.equipmentIcon_set-29 {
    color: #fff;
    text-align: center;
    margin: 0;
    font: inherit;
    width: 57px;
    height: 57px;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block !important;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    padding: 4px;
    border-radius: 2px;
    background-image: url(/images/style/bg_equip.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -2px 5px 1px rgba(117, 22, 147, .5);
    border: 1px solid #4f2b63;
    border-top: 1px solid #71497e;
    border-bottom: 1px solid #4a1958;
}


.equipmentIcon-grind {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #ed7133;
    font-family: kundera, serif;
    text-shadow: 2px 2px 2px #201c12
}

.equipmentIcon-rune {
    position: absolute;
    bottom: 0px;
    top: 30;
    right: 0;
    left: 35;
    width: 26px;
    height: 26px
}

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

.picture-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 206px;
}

.picture-image-run{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 20px;
}


.profilePage-equipmentIcon_empty-true {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px 1px rgba(136, 136, 136, .75);
    box-shadow: inset 0 0 2px 1px rgba(136, 136, 136, .75);
    background: -webkit-radial-gradient(center, ellipse, #49606b 0, #050606 100%);
    background: radial-gradient(ellipse at center, #49606b 0, #050606 100%);
    color: #b5b5b5;
    line-height: 58px;
    text-align: center;
    font-size: 13px;
    opacity: .75
}

.profilePage-equipmentIcon {
    width: 57px;
    height: 57px;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block !important;
    vertical-align: top
}




.profilePage-vip {
    text-shadow: 0 0 4px #d6a800;
    cursor: pointer
}

.profilePage-avatarSection {
    padding: 5px 0 3px;
    text-align: center
}


.profilePage-avatarContainer {
    width: 165px;
    height: 205px;
    margin: 0 3px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.profilePage-avatar {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 4px;
    bottom: 4px;
    -webkit-border-radius: 5%;
    border-radius: 5%;
    overflow: hidden
}

.avatar_border {
    border: 10px solid transparent;
    /* Устанавливаем ширину рамки */
    border-image-slice: 30;
    /* Устанавливаем, как будет резаться изображение рамки */
    border-image-width: 2;
    /* Устанавливаем ширину изображения рамки */
    border-image-repeat: stretch;
    /* Или round, если хотите, чтобы изображение повторялось */
    display: inline-block;
    /* Чтобы рамка обрамляла аватар */
    padding: 6px;
    /* Отступы внутри рамки, если нужно */
    border-radius: 6px;
    /* Если хотите закруглить углы рамки */
}


.avatar {
    display: block;
    /* Убедитесь, что это блочный элемент */
    max-width: 100%;
    /* Ограничьте ширину до 100% родителя */
    height: auto;
    /* Сохраняйте пропорции */
}


.profilePage-petContainer {
    width: 146.97px;
    height: 207px;
    margin: 0 3px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.profilePage-petImgContainer {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 44px;
    overflow: hidden
}



.profilePage-petImg {
    position: absolute;
    left: -20px;
    right: -20px;
    top: -10px;
    bottom: 0
}




.profilePage-petInfo {
    position: absolute;
    bottom: 17px;
    left: 8px;
    right: 8px;
    color: #dfd9bc
}

.profilePage-petInfo-name {
    font-family: kundera, serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

.profilePage-petLevel {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 7px;
    top: 5px;
    font-size: 14px;
    text-align: center;
    font-family: kundera, serif;
    color: #dfd9bc
}


.profilePage-petCardImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.profilePage-petUnavailableText {
    position: absolute;
    left: 15px;
    right: 8px;
    bottom: 18px;
    font-size: 12px;
    color: #89929a
}






.ramka {
    border: 8px solid transparent;
    border-image: url("/images/style/frame-yellow.png");
    border-image-slice: 80;
    border-image-repeat: round;
    border-image-width: auto;
}

.frame_avatar {
    border: 8px solid transparent;
    border-image: url("/images/style/frame-avatar.png");
    border-image-slice: 90;
    border-image-repeat: round;
    border-image-width: auto;
}


.button-bg {


    border: 8px solid transparent;
    border-image: url("/images/style/bg_width-medium.png");
    border-image-slice: 80;
    border-image-repeat: round;
    border-image-width: auto;

}



.userPanel-bg {
    width: 100%;
    min-width: 360px;
    height: 64px;
    margin: 0 auto;
    position: relative;
    /*! right: 18; */
    color: #ede2c6;
    background-size: contain;
    background-repeat: no-repeat !important;
    background: url(/images/style/userPanel-bg1.png);
    background-size: 100%;
}

.userPanel-statCell {
    /*! width: 84px; */
    text-align: center;
}

.userPanel-statIcon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8.4px;
    left: 2px;
}

.cell-bg {
    user-select: none;
    color: #94918b;
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    position: absolute;
    left: -10;
    right: -10;
    top: 100;
    bottom: 0;
}

.cell-content {
    padding: 5 7px;
    position: relative;
    font-size: 16px;
}

@media (max-width:767px) {
    .userPanel-bg {
        right: 0;
        left: 0;
    }

    .userPanel-statIcon {
        left: 0;
    }

    .cell-content {
        padding: 6px 4px;
        font-size: 13px;
        right: 6%;
        margin-top: -8px;
    }

    .userPanel-mailBg {
        right: 75%;
        top: 14%;
    }

    .userPanel-lvl {
        left: -4px;
        top: 10px;
    }
}


a {
    text-decoration: none;
}

@media (max-width: 670px) {
    .userPanel-bg {
        white-space: nowrap;
        position: relative;
        top: 0;
    }

    .userPanel-mailBg {
        top: -10%;
        left: 50%;
    }

    .userPanel-stats {
        position: absolute;
        left: 32px;
        right: 0;
        top: 10px;
        font-family: kundera;
        color: #94918b;


    }

    .userPanel-statsSection {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 48px;
        text-align: center;

    }
}


.cell {
    height: 27px;
    line-height: 27px;
    position: relative;
    margin-left: 18px;
    margin-top: 7px;
}




.cell-bgLeft {
    user-select: none;
    color: #94918b;
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    background-image: url(/images/style/bgLeft.png);
}


.cell-bgMiddle {
    user-select: none;
    color: #94918b;
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 8px;
    background-image: url(/images/style/bgMiddle.png);
    background-repeat: repeat-x;
    background-size: contain;
}


.cell-bgRight {
    user-select: none;
    color: #94918b;
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-image: url(/images/style/bgRight.png);
}


.cell-bgTexture {
    user-select: none;
    color: #94918b;
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/images/style/bgTexture.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.cell_isClickable-true {
    cursor: pointer
}





.userPanel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.userPanel_isVipActive-true .userPanel-lvl {
    background-image: url(/images/style/userPanel-lvlBg_isVip-true.png)
}

.userPanel-lvl {
    width: 39px;
    height: 40px;
    position: absolute;
    left: -4px;
    top: 10px;
    background-image: url(/images/style/userPanel-lvlBg.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: kundera
}

.VIPuserPanel-lvl {
    width: 39px;
    height: 40px;
    position: absolute;
    left: -10;
    top: -5;
    background-image: url(/images/style/userPanel-lvlBg_isVip-true.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: kundera
}

.userPanel-lvlValue {
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #84827f
}

.userPanel_isVipActive-true .userPanel-lvlValue {
    color: #ffd78c;
    text-shadow: 0 0 4px rgba(255, 188, 0, .68);
    font-weight: 400
}



.userPanel-mailSection {
    width: 48px;
    position: absolute;
    right: 2px;
    top: 6px;
    bottom: 0;
}

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


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


.application_isUserPanelVisible-false .application-userPanel {
    display: none
}

.application-userPanel {
    max-width: 100%;
}




.userPanel-content {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 3px;
    bottom: 20px
}


.userPanel-statsSection {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 48px
}

.userPanel-expProgressBar {
    height: 4px;
    position: absolute;
    top: 1px;
    left: 18px;
    right: 0;
    width: 105%;
}



.userPanel-stats {
    position: absolute;
    left: 42px;
    right: 0;
    top: 10px;
    font-family: kundera;
    color: #94918b;
    display: flex;
    justify-content: space-around;
    width: 80%;
}

.userPanel-stat {
    padding-left: 4px;
    margin-left: 12px;
    display: inline-block;
    position: relative;
    font-size: 12px
}

.userPanel-stat:first-child {
    margin-left: 0
}







.userPanel-unreadBadge {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
    text-align: center;
    background-color: #d21100;
    color: #ffe5cf
}




.progressBar_type-glossy {
    position: relative;
    background-color: #1e1d1d;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px 0 rgba(130, 130, 130, .25);
    box-shadow: 0 1px 1px 0 rgba(130, 130, 130, .25)
}

.progressBar_type-glossy .progressBar-valueFill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.progressBar_type-glossy .progressBar-deltaFill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.progressBar_type-glossy .progressBar-tip {
    width: 24px;
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -5px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.progressBar_type-glossy.progressBar_height-default {
    height: 7px
}

.progressBar_type-glossy.progressBar_borderRadius-default {
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.progressBar_type-glossy.progressBar_color-green .progressBar-valueFill {
    background: #81da69;
    background: -webkit-gradient(linear, left top, left bottom, from(#81da69), color-stop(15%, #78cf61), color-stop(18%, #499437), to(#276d13));
    background: -webkit-linear-gradient(top, #81da69 0, #78cf61 15%, #499437 18%, #276d13 100%);
    background: linear-gradient(to bottom, #81da69 0, #78cf61 15%, #499437 18%, #276d13 100%)
}

.progressBar_type-glossy.progressBar_color-green .progressBar-deltaFill {
    background: #ffed15;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffed15), to(#b3803b));
    background: -webkit-linear-gradient(top, #ffed15 0, #b3803b 100%);
    background: linear-gradient(to bottom, #ffed15 0, #b3803b 100%)
}

.progressBar_type-glossy.progressBar_color-green .progressBar-tip {
    background-image: url(/images/style/progressBar-tip_color-green.png)
}

.progressBar_type-glossy.progressBar_color-yellow .progressBar-valueFill {
    background: #fdb749;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdb749), color-stop(25%, #e29c2f), to(#845700));
    background: -webkit-linear-gradient(top, #fdb749 0, #e29c2f 25%, #845700 100%);
    background: linear-gradient(to bottom, #fdb749 0, #e29c2f 25%, #845700 100%)
}

.progressBar_type-glossy.progressBar_color-yellow .progressBar-deltaFill {
    background: #ffed15;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffed15), to(#b3803b));
    background: -webkit-linear-gradient(top, #ffed15 0, #b3803b 100%);
    background: linear-gradient(to bottom, #ffed15 0, #b3803b 100%)
}

.progressBar_type-glossy.progressBar_color-yellow .progressBar-tip {
    background-image: url(/images/style/progressBar-tip_color-yellow.png)
}

.progressBar_type-glossy.progressBar_color-blue .progressBar-valueFill {
    background: #13759f;
    background: -webkit-gradient(linear, left top, left bottom, from(#13759f), color-stop(15%, #165f89), color-stop(18%, #164973), to(#113861));
    background: -webkit-linear-gradient(top, #13759f 0, #165f89 15%, #164973 18%, #113861 100%);
    background: linear-gradient(to bottom, #13759f 0, #165f89 15%, #164973 18%, #113861 100%)
}

.progressBar_type-simple {
    height: 3px;
    position: relative;
    background-color: #3c3c3c;
    border: 1px solid #615b3c;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    background: #292929;
    background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#5d5d5d));
    background: -webkit-linear-gradient(top, #292929 0, #5d5d5d 100%);
    background: linear-gradient(to bottom, #292929 0, #5d5d5d 100%)
}

.progressBar_type-simple .progressBar-valueFill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #4fe043;
    background: -webkit-gradient(linear, left top, left bottom, from(#4fe043), to(#1a7329));
    background: -webkit-linear-gradient(top, #4fe043 0, #1a7329 100%);
    background: linear-gradient(to bottom, #4fe043 0, #1a7329 100%)
}

.progressBar_type-simple .progressBar-deltaFill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ffed15;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffed15), to(#b3803b));
    background: -webkit-linear-gradient(top, #ffed15 0, #b3803b 100%);
    background: linear-gradient(to bottom, #ffed15 0, #b3803b 100%)
}

.progressBar_type-simple.progressBar_deltaColor-red .progressBar-deltaFill {
    background: -webkit-gradient(linear, left top, left bottom, from(#9e251f), to(#902828));
    background: -webkit-linear-gradient(top, #9e251f 0, #902828 100%);
    background: linear-gradient(to bottom, #9e251f 0, #902828 100%)
}






.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: contain;
    background-size: contain
}

.icon_isClickable-true {
    cursor: pointer
}

.icon_size-medium {
    width: 16px;
    height: 16px
}

.icon_size-large {
    width: 24px;
    height: 24px
}

.icon_size-midlarge {
    width: 20px;
    height: 20px
}


.empty_blocks_index {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    text-shadow: #000 0 -1px 1px;
    display: block;
    margin: 0px 3px 0px 3px;

    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    vertical-align: middle;
    text-decoration: none;
    color: #918c8b;
    margin-bottom: 2;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 40%);
    height: 400px;
}

.block_index_lair {
    outline: 1px solid #060;
    width: 160px;
    height: 120px;
    top: 20;
    left: 10;
    font-family: Verdana, Arial, sans-serif;
    text-shadow: #000 0 0px 1px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 3px;

    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    color: #918c8b;
}

.block_index_lair-off {
    outline: 1px solid #cd1818;
    width: 160px;
    height: 120px;
    top: 20;
    left: 10;
    font-family: Verdana, Arial, sans-serif;
    text-shadow: #000 0 0px 1px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 3px;

    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    color: #918c8b;
}


.block_index_arena {
    outline: 1px solid #060;
    width: 160px;
    height: 120px;
    left: 205;
    top: -108;
    font-family: Verdana, Arial, sans-serif;
    text-shadow: #000 0 0px 1px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 3px;

    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    color: #918c8b;

}

.block_index_arena-off {
    outline: 1px solid #cd1818;
    width: 160px;
    height: 120px;
    left: 205;
    top: -108;
    font-family: Verdana, Arial, sans-serif;
    text-shadow: #000 0 0px 1px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 3px;

    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    color: #918c8b;

}


.block_index_mor {
    outline: 1px solid #060;
    width: 160px;
    height: 130px;
    top: -80;
    left: 10;
    font-family: Verdana, Arial, sans-serif;
    text-shadow: #000 0 0px 1px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 3px;

    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    color: #918c8b;

}

.block_index_mor_off {
    outline: 1px solid #cd1818;
    width: 160px;
    height: 130px;
    top: -80;
    left: 10;
    font-family: Verdana, Arial, sans-serif;
    text-shadow: #000 0 0px 1px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 3px;

    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    color: #918c8b;

}



.block_index_arena-pet {
    outline: 1px solid #060;
    width: 160px;
    height: 130px;
    left: 205;
    top: -215;
    font-family: Verdana, Arial, sans-serif;
    text-shadow: #000 0 0px 1px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 3px;

    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    color: #918c8b;

}


.block_index_arena-pet-off {
    outline: 1px solid #cd1818;
    width: 190px;
    height: 130px;
    left: 205;
    top: -215;
    font-family: Verdana, Arial, sans-serif;
    text-shadow: #000 0 0px 1px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 3px;

    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    color: #918c8b;

}













.empty_blocks {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    text-shadow: #000 0 -1px 1px;
    display: block;
    margin: 0px 3px 0px 3px;
    padding: 9px;
    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, #2b231e, #122027);
    vertical-align: middle;
    text-decoration: none;
    color: #918c8b;
    margin-bottom: 3px;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 40%);
}

.empty_blocks_red {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    text-shadow: #000 0 -1px 1px;
    display: block;
    margin: 0px 3px 0px 3px;
    padding: 9px;
    border: 3px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(50% 70%, red, #122027);
    vertical-align: middle;
    text-decoration: none;
    color: #918c8b;
    margin-bottom: 3px;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 40%);
}




.imgVladika {


    width: 80px;
    height: 80px;
    border-radius: 7px;
    background: radial-gradient(80% 100%, #122027, #2b231e);
    border: 2px solid rgb(80 77 63);
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 3px 1px 0px rgb(0 0 0 / 10%);
    position: relative;
}


.progress_hp1 {
    background: linear-gradient(to top, #0b1f39, #122027);
    border: 1px solid #cbc66b;
    height: 10px;
    border-radius: 5px;
}

.progress_hp2 {
    background: linear-gradient(to top, green, #caac42);
    border-radius: 6px;
    height: 10px;
}

.progress_hp3 {
    background: linear-gradient(to top, red, #caac42);
    float: right;
    border-radius: 3px;
    height: 10px;
}

.progress_blue {
    background: linear-gradient(to top, blue, #caac42);
    border-radius: 6px;
    height: 10px;
}

.crops {
    float: left;
    position: relative;
    width: 250px;
}

.crops img {
    margin: 0;
    position: absolute;
    top: -2px;
    left: 110px;
    clip: rect(5px 100px 48px 53px);
    /* width: 48px; */
    width: 150px;
    height: 190px;
    object-fit: cover;
}

.crops_new {
    float: left;
    position: relative;
    width: 250px;
}

.crops_new img {
    margin: 0;
    position: absolute;
    top: 8px;
    left: -50px;
    clip: rect(5px 100px 48px 53px);
    /* width: 48px; */
    width: 150px;
    height: 190px;
    object-fit: cover;
}


.crop_rating {
    margin-bottom: 50px;
    left: 10px;
    position: relative;
    width: 20px;
}

.crop_rating img {
    margin: 0;
    position: absolute;
    left: -50px;
    clip: rect(5px 100px 48px 53px);
    width: 150px;
    height: 190px;
    object-fit: cover;
}

.top_nick {
    margin-bottom: 8px;
    left: 8px;
    position: relative;
    width: 20px;
}


.empty_block_clanDrag {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    text-shadow: #000 0 -1px 1px;
    display: block;
    margin: 0px 3px 0px 3px;
    padding: 9px;
    border: 1px solid rgb(49 44 36);
    border-radius: 4px;
    background: radial-gradient(70% 50%, #333128, #1d1714);
    vertical-align: middle;
    text-decoration: none;
    color: #918c8b;
    margin-bottom: 6px;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 40%);
}

.ramka_clanDrag {
    border: 9px solid transparent;
    border-image: url("/images/clan_portal/style/ramka_portal.png");
    border-image-slice: 100;
    border-image-repeat: round;
    border-image-width: auto;
}

/* СТИЛИ ИСПОЛЬЗУЕМЫЕ В МОРСКОМ ЦАРСТВЕ */
.crop_mor {
    float: left;
    position: relative;
    width: 250px;
}

.crop_mor img {
    margin: 0;
    position: absolute;
    top: -2px;
    left: 110px;
    clip: rect(5px 100px 48px 53px);
    /* width: 48px; */
    width: 150px;
    height: 190px;
    object-fit: cover;
}

/* КОНЕЦ: СТИЛИ ИСПОЛЬЗУЕМЫЕ В МОРСКОМ ЦАРСТВЕ */

/* АНИМИРОВАНИЕ CSS ДЛЯ КАРТИНОК */
@keyframes img_color {
    0% {
        filter: drop-shadow(0 0 0px #e00);
    }

    25% {
        filter: drop-shadow(0 0 1px #e00);
    }

    50% {
        filter: drop-shadow(0 0 3px #e00);
    }

    100% {
        filter: drop-shadow(0 0 5px #e00);
    }
}

.img_colorITEM {
    animation: img_color 3s infinite;
}

@keyframes img_update_volier {
    0% {
        width: 50px;
        opacity: 0;
    }

    50% {
        width: 75px;
        opacity: 1;
    }

    100% {
        width: 100px;
        opacity: 0;
    }
}

.img_upd_volier {
    animation: img_update_volier 3s infinite;
}

/* CSS ЗЕЛЕНАЯ КНОПКА */
.button_block_play {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 216px;
    bottom: 0px;
    text-shadow: #000 2px 0 10px;
    font-size: 17px;
    color: #ffffff;
    font-family: 'Kurale', serif;
    background: url(/mods/style/images/images_style1.png) no-repeat 0 -422px;
    box-sizing: border-box;
    height: 50px;
    padding: 13px 5px 0 5px;
}

.button_block_play:hover {
    background: url(/mods/style/images/images_style1.png) no-repeat -216px -422px;
}

/* КОНЕЦ CSS ЗЕЛЕНАЯ КНОПКА */

/* КНОПКА "Восстановить пароль"    */
.container_btn_index_pass {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
}

a_index_pass {
    font-size: 1.5px;
    padding: 10px 30px;
    color: #f4f4f4;
    text-transform: uppercase;
}

.btn_index_pass {
    text-decoration: none;
    border: 3px solid rgb(66, 57, 57);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.btn_index_pass:hover {
    box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

.btn_index_pass:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 105%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(146, 148, 248, 0.4),
            transparent);
    transition: all 650ms;
}

.btn_index_pass:hover:before {
    left: 100%;
}

/* КОНЕЦ CSS ДЛЯ КНОПКИ "ВОССТАНОВИТЬ ПАРОЛЬ" */

/* Кнопка "начать игру" */
.animated-button_start {
    background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);
    padding: 10px 20px;
    font-family: Brush Script MT;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button_start::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button_start:hover::before {
    opacity: 0.2;
}

.animated-button_start span {
    position: absolute;
}

.animated-button_start span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button_start span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button_start span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button_start span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* КОНЕЦ CSS ДЛЯ КНОПКИ "НАЧАТЬ ИГРУ" */

/* Кнопка "ВОЙТИ" */
.animated-button_start_auth {
    background: linear-gradient(-30deg, #24772d 50%, #208a27 50%);
    padding: 10px 20px;
    font-family: Brush Script MT;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button_start_auth::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button_start_auth:hover::before {
    opacity: 0.2;
}

.animated-button_start_auth span {
    position: absolute;
}

.animated-button_start_auth span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#48ff54));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #48ff54);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button_start_auth span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#48ff54));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #48ff54);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button_start_auth span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#48ff54));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #48ff54);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button_start_auth span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#48ff54));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #48ff54);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* КОНЕЦ CSS ДЛЯ КНОПКИ "ВОЙТИ" */

/* РАБОТА С ТЕКСТОМ */
/* Отступы слева от 10 до 50 */
.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

/* Отступы справа от 10 до 50 */
.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

/* Отступы сверху от 2 до 50*/
.m_top2 {
    margin-top: 2px;
}

.m_top4 {
    margin-top: 4px;
}

.m_top6 {
    margin-top: 6px;
}

.m_top8 {
    margin-top: 8px;
}

.m_top10 {
    margin-top: 10px;
}

.m_top20 {
    margin-top: 20px;
}

.m_top30 {
    margin-top: 30px;
}

.m_top40 {
    margin-top: 40px;
}

.m_top50 {
    margin-top: 50px;
}

/* Расположение текста */
.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

/* СТИЛИ ЦВЕТОВ */
.lyell {
    color: #eff0a1 !important;
}

.lime {
    color: #47f941 !important;
}

.red {
    color: #ec0f0f !important;
}

.p_ab {
    position: absolute;
}

/* СТИЛЬ ТИТУЛЬНИКА */
.title_b {
    margin: 0 auto;
    max-width: 350px;
    height: 50px;
    background: url(/mods/images/style/titule_l.png) left no-repeat,
        url(/mods/images/style/titule_r.png) right no-repeat;
    box-sizing: border-box;
    padding: 0 95px;
}

.title_c {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 50px;
    background: url(/mods/images/style/titule_cen.png) repeat;
    font-size: 18px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
    position: relative;
    /* Для правильного позиционирования */
}

.marquee {
    white-space: nowrap;
    line-height: 50px;
    transform: translateY(-7px);
}

@keyframes marquee {
    0% {
        transform: translateX(100%) translateY(-7px);
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateX(-70%) translateY(-7px);
        opacity: 0;
    }
}

/* КОНЕЦ: ЕСЛИ текст титульника не помещается, двигаем его */
/* КОНЕЦ: СТИЛЬ ТИТУЛЬНИКА */

.icon_smile {
    width: 30px;
    /* Установите желаемую ширину */
    height: 30px;
    /* Установите желаемую высоту */
    object-fit: contain;
    /* Сохраняет пропорции изображения */
    margin: 0 2px;
    /* Отступы между смайлами */
    vertical-align: middle;
    /* Выравнивание по центру */
}

.progress_hp1 {
    background: linear-gradient(to top, #0b1f39, #122027);
    border: 1px solid #cbc66b;
    height: 10px;
    border-radius: 5px;
}

.progress_hp2 {
    background: linear-gradient(to top, green, #caac42);
    border-radius: 6px;
    height: 10px;
}

.progress_hp3 {
    background: linear-gradient(to top, red, #caac42);
    float: right;
    border-radius: 3px;
    height: 10px;
}

.progress_blue {
    background: linear-gradient(to top, #206491, #53a5db);
    border-radius: 6px;
    height: 10px;
}

/* Стили кнопки инпута */
.button_input_green {
    background-color: #307133;
    color: rgba(240, 240, 240, 0.9);
    /* Полупрозрачный светло-серый */
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    /* Увеличенный размер */
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5),
        -1px -1px 0 rgba(0, 0, 0, 0.5),
        -1px 1px 0 rgba(0, 0, 0, 0.5),
        1px -1px 0 rgba(0, 0, 0, 0.5);
    /* Мягкая обводка текста */
}

.button_input_green:hover {
    /* Стиль при наведении */
    background-color: #45a049;
    /* Цвет при наведении */
}

.button_input_bord {
    /* СТИЛЬ БОРДОВОЙ КНОПКИ */
    background-color: #714830;
    /* Бордовый фон */
    color: white;
    /* Белый текст */
    border: none;
    /* Без границы */
    padding: 5px 10px;
    /* Отступы */
    text-align: center;
    /* Выравнивание текста */
    text-decoration: none;
    /* Без подчеркивания */
    display: inline-block;
    /* Инлайн-блок */
    font-size: 13px;
    /* Размер шрифта */
    margin: 4px 2px;
    /* Отступы вокруг кнопки */
    cursor: pointer;
    /* Указатель при наведении */
    border-radius: 5px;
    /* Закругленные углы */
    text-shadow: 1px 1px 0 black,
        -1px -1px 0 black,
        -1px 1px 0 black,
        1px -1px 0 black;
    /* Обводка текста */
}

.button_input_bord:hover {
    /* Стиль при наведении */
    background-color: #6a3d23;
    /* Цвет при наведении */
}

.button_input_red {
    /* СТИЛЬ КРАСНОЙ КНОПКИ */
    background-color: #842424;
    /* Красный фон */
    color: white;
    /* Белый текст */
    border: none;
    /* Без границы */
    padding: 5px 10px;
    /* Отступы */
    text-align: center;
    /* Выравнивание текста */
    text-decoration: none;
    /* Без подчеркивания */
    display: inline-block;
    /* Инлайн-блок */
    font-size: 13px;
    /* Размер шрифта */
    margin: 4px 2px;
    /* Отступы вокруг кнопки */
    cursor: pointer;
    /* Указатель при наведении */
    border-radius: 5px;
    /* Закругленные углы */
    text-shadow: 1px 1px 0 black,
        -1px -1px 0 black,
        -1px 1px 0 black,
        1px -1px 0 black;
    /* Обводка текста */
}

.button_input_red:hover {
    /* Стиль при наведении */
    background-color: #6a3d23;
    /* Цвет при наведении */
}

/* СТИЛЬ ГЛАВНОГО МЕНЮ */
.table_index {
    width: 100%;
    table-layout: fixed;
}

.td1_index {
    text-align: center;
    vertical-align: top;
    width: 100px;
    height: 110px;
}

.td2_index {
    text-align: center;
    vertical-align: top;
}

/*для мобильных устройств */
@media (max-width: 768px) {

    .td1_index,
    .td2_index {
        width: auto;
    }
}

.blocks_loc_index {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.p0_p_ab {
    padding: 0px;
    position: absolute;
}

.text_silver {
    color: #D0CFC1;
}

.f_s10 {
    font-size: 10px;
}

.f_s12 {
    font-size: 12px;
}

.f_s15 {
    font-size: 15px;
}

.w_50 {
    width: 50px;
}

.w_55 {
    width: 55px;
}

.location_inf_icon {
    position: absolute;
    width: 64px;
    height: 13px;
    padding-bottom: 4px;
    bottom: -66px;
    left: 2px;
    border-radius: 0px 0px 30px 60px;
    background: rgb(0 0 0 / 66%);
}

.location_frame_index {
    border-radius: 10px 20px;
    border: 2px solid rgb(49 44 36);
}

.text_shad {
    text-shadow: 1px 1px 2px black, 0 0 1em #000;
}

.text_al_center {
    text-align: center;
}

.text_col3 {
    color: #a0d73f;
}

.index_menu_ver1 {
    background-image: url(/mods/images/style/index/index_menu2.jpg);
    width: 100%;
    height: auto;
    min-height: 700px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    background-size: cover;
    padding-top: 15px;
}

.pr5 {
    padding-right: 5px;
}

.pl5 {
    padding-left: 5px;
}

.sale_inner_content {
    position: relative;
    height: 64px;
    max-width: 456px;
    background-color: lightgray;
    /* Для визуализации */
    text-align: center;
    /* Выравнивание текста по центру */
}

.sale-text {
    position: relative;
    height: 100%;
    top: -68px;
    text-align: center;
    white-space: nowrap;
}

.index-mor_text1 {
    color: #d0d5ff;
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    top: -15px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    /* Полупрозрачный черный фон */
    text-shadow: 1px 1px 1px black;
}

.index-mor_text2 {
    color: #7fd284;
    top: 21px;
    position: relative;
    padding-right: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    /* Полупрозрачный черный фон */
    text-shadow: 1px 1px 1px black;
}

/* КОНЕЦ: СТИЛЬ ГЛАВНОГО МЕНЮ */

.anticlickBan {
    text-align: center;
    background-color: red;
    margin: 5px auto;
    width: 90%;
    border-radius: 10px;
    color: black;
    padding: 3px 0;
}

div.chatInput {
    margin: 0 auto;
    width: 90%;
}

input.chatInput {
    width: 100%;
    padding: 5px;
}

.chatButtom {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.chatButtom>div>div>input {
    width: 120px;
}

@media screen and (min-width: 1330px) {
    .panelDiv {
        position: fixed;
        top: 10px;
        right: 0;
        width: 400px;
        background: #172125;
        padding: 30px;
        border-radius: 15px;
        border: 1px solid;
        max-height: calc(100vh - 50px);
        overflow: auto;
    }
}

.geoFlex {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid;
    align-items: center;
}

details>.geoFlex::first-letter {
    background-color: red;
}

.geoFlex>div {
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 3px;
}

.replay {
    display: flex !important;
    align-items: stretch;
}

.replay>div:nth-child(1) {
    width: 90%;
    align-content: center;
}

.replay>div:nth-child(2) {
    width: 10%;
}

.zags>div {
    margin-top: 10px;
}

.modals {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    align-content: center;
}

.modals-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.closes {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closes:hover,
.closes:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

div.builts_view {
    position: relative;
}

span.builts_view {
    color: wheat;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    font-weight: bold;
    width: 22px;
    height: 22px;
    display: flex;
    overflow: hidden;
    line-height: 23px;
    font-size: 15px;
    justify-content: center;
    border: 1px solid black;
}

.builts_win {
    background: #162026;
}

.builts_lose {
    background: #312c24;
}

img.chatImages {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border: 1px solid #312c24;
}

tr.tblUlty {
    border: 10px solid transparent;
}

.pitBlock {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pitInfo {}

.adminList>div {
    display: flex;
    justify-content: space-evenly;
}

.adminList>div>div {
    margin: 10px;
}

.vote>input {
    display: block;
    margin: 10px auto;
    padding: 5px 5px 5px 15px;
    border-radius: 10px;
    width: 90%
}

.vote>label {
    display: block;
}

.vote>select {
    display: block;
    padding: 8px;
    width: 90%;
    margin: 15px auto;
}

.vote>button {
    margin: 7px auto 0;
    display: block;
    padding: 11px;
    background-color: #564d3f;
    border: none;
    border-radius: 3px;
    color: wheat;
}

#pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 5px;
    margin-bottom: 20px;
}

#pagination-container button {
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    background-color: #181511;
    color: #989898;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

#pagination-container button:hover {
    /* background-color: #ddd; */
    transform: translateY(-2px);
}

#pagination-container button.active {
    background-color: #242221;
    border: 1px solid #564d3f;
    color: white;
    font-weight: bold;
}

.forum__theme {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.forum__title {
    display: inline-block;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    min-height: 35px;
}

.forum__num {
    padding-right: 10px;
}

p.spoiler {
    background-color: #e0e0e0;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

p.spoiler-text {
    border-radius: 3px;
    transition: background-color 0.3s ease, filter 0.3s ease;
    filter: blur(5px);
    cursor: pointer;
}

p.spoiler-text.active {
    background-color: transparent;
    filter: blur(0);
    cursor: default;
}

.pics_forum,
.pics_forum>img {
    max-width: 150px;
    max-width: 150px;
    border-radius: 10px;
    border: 1px solid;
}

.vars {
    display: block;
    background-color: #090a0c;
}


.radio-inputs-19 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #ccc;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    font-size: 14px;

}

.radio-inputs-19 label {
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs-19 label input {
    display: none;
}

.radio-inputs-19 label .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: .5rem 0;
    color: rgba(51, 65, 85, 1);
    transition: all .15s ease-in-out;
}

.radio-inputs-19 label input:checked+.name {
    background-color: #fff;
    font-weight: 600;
}

.radio-wrapper-19 {
    margin: 10px;
}

@keyframes goldenGlow {
    0% {
        box-shadow: 0 0 1px 1px gold;
    }

    50% {
        box-shadow: 0 0 15px 1px gold;
    }

    100% {
        box-shadow: 0 0 1px 1px gold;
    }
}

.golden-glow {
    animation: goldenGlow 2s infinite;
}

@keyframes ultyGlow {
    0% {
        box-shadow: 0 0 1px 1px #CE0BB9;
    }

    50% {
        box-shadow: 0 0 15px 1px #CE0BB9;
    }

    100% {
        box-shadow: 0 0 1px 1px #CE0BB9;
    }
}

.ult-glow {
    animation: ultyGlow 2s infinite;
}

.truncated-content {
    max-height: 300px;
    /* Максимальная высота видимого контента */
    overflow: hidden;
    /* Обрезаем содержимое */
    position: relative;
    padding-bottom: 30px;
    /* Отступ для кнопки */
}

.truncated-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* Над кнопкой */
    left: 0;
    right: 0;
    height: 100px;
    /* Высота градиента */
    background: linear-gradient(to top, rgba(18, 32, 39, 1), rgba(18, 32, 39, 0));
    /* Плавный переход */
    pointer-events: none;
    /* Чтобы градиент не мешал взаимодействию с текстом */
}

.show-more-button {
    background-color: #564d3f;
    /* Цвет кнопки */
    color: wheat;
    /* Цвет текста кнопки */
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    /* Кнопка занимает всю ширину контейнера */
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.show-more-button:hover {
    background-color: #6a6051;
    /* Цвет кнопки при наведении */
}

.post-wrapper {
    position: relative;
    /* Чтобы кнопка "Показать полностью" позиционировалась относительно поста */
}

.full-content {
    max-height: none;
    /* Показываем полный контент */
    overflow: visible;
    padding-bottom: 0;
}

.full-content::after {
    display: none;
    /* Скрываем градиент */
}

@keyframes kent-grad {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.voteTable {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid darkgray;
    padding: 7px;
}

.voteTable>div {
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 5px;
}

@keyframes rainbow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.header_ulty {
    overflow: hidden;
    width: 100%
}

.userPanel-bg_ulty {
    width: 100%;
    height: 70px;
    color: #ede2c6;
    background: url(/images/style/userPanel-bg1.png);
    background-size: 100%;
}

@keyframes reload {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }