.steam-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.steam-modal-content {
    background: rgba(30, 32, 45, 0.95);
    margin: 5% auto;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 90%;
    max-width: 550px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    position: relative;
    animation: slideDown 0.4s ease;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.close-slider {
    display: none;
}

.close-slider:hover {
    color: #fff;
}

.modal-header-custom h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-body-text p {
    margin-bottom: 12px;
    font-size: 15px;
    border-left: 3px solid #ff4b2b;
    padding-left: 12px;
}

.steam-guide-image-container {
    margin: 15px 0 20px 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.steam-guide-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

@keyframes slideUpClose {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-120px);
        opacity: 0;
    }
}

.steam-modal.closing .steam-modal-content {
    animation: slideUpClose 0.35s ease forwards;
}

.btn-steam {
    margin-left: 6px;
    background-color: #00d1ff;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.btn-steam:hover {
    background-color: #00b8e6;
}

@media (max-width: 768px) {
    #button {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #button .btn {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    #store_steam_btn {
        margin-left: -1px;
    }
}

.cs-download-block {
    background: #2c2a36;
    border-radius: 15px;
    padding: 30px;
    color: #fff;
    font-family: 'Arial', sans-serif;
    max-width: 1100px;
}

.cs-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr 0.8fr;
    gap: 20px;
    align-items: center;
}

.cs-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cs-description {
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 25px;
}

.cs-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-download {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
    text-align: center;
}

.btn-download.primary {
    background: #fff;
    color: #000;
}

.btn-download.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-download:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.cs-banner-main img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.cs-screenshots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.screen-item img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #333;
}

@media (max-width: 992px) {
    .cs-content {
        grid-template-columns: 1fr;
    }

    .cs-banner-main {
        order: -1;
    }

    .cs-download-block {
        transform: translateX(10px) scaleX(1.06);
    }
}

.bonus-block {
    display: flex;
    border-radius: 15px;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
    padding: 18px;
    margin-bottom: 30px;
    gap: 10px;
    flex-direction: column
}

.col-xs-3 {
    width: 100%;
}

.flex_bonuses {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.flex_bonuses:hover .but-bonus i {
    transform: scale(1.1);
}

.but-bonus {
    padding: 12px 15px;
    display: flex;
    /* background: #353542; */
    border-radius: 14px;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: background 0.3s ease;
}


.but-bonus i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 15px;
    font-size: 22px;
    color: white;
    transition: transform 0.3s ease;
}

.blue-icon {
    background: #1c82cc;
}

.gray-icon {
    background: #7A91A2;
}

.text_bonuses {
    color: white;
    font-size: 13px;
    font-weight: 600;
}

.ts3-bg {
    background-position: right 10px center;
    background-size: 60px;
    background-repeat: no-repeat;
}

.gg-bg {
    background-position: right 10px center;
    background-size: 60px;
    background-repeat: no-repeat;
}

.flex_bonuses::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1));
    pointer-events: none;
    z-index: 0;
}

.social_links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.social_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s;
}

.social_btn:hover {}

.social_btn i {
    font-size: 18px;
}

.cards_menu {
    padding: 20px;
    border-radius: 20px;
    gap: 15px;
    display: flex;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100%;
    position: relative;
}

.cards_menu::-webkit-scrollbar {
    display: none;
}

.card_block i {
    position: absolute;
    z-index: 11;
    top: 13px;
    left: 13px;
    font-size: 17px;
    width: 35px;
    background: linear-gradient(360deg, #ffa75dad 0%, #ff9d4b63 55%);
    height: 35px;
    text-shadow: #00000069 1px 0 7px;
    display: flex;
    color: #ffffff;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.card_block {
    background: linear-gradient(15deg, #333334 30%, #414141 100%);
    height: 270px;
    width: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.card_block:hover img {
    transform: scale(1.12);
    opacity: 0.85;
    filter: brightness(1.15);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease, opacity 0.4s ease;
}

.card_block img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    object-fit: cover;
}

.card_block {
    min-width: 200px;
}

.block_info_card {
    position: relative;
    z-index: 1;
    font-family: 'Unbounded', sans-serif;
    height: 140px;
    display: flex;
    gap: 2px;
    padding: 15px;
    background: linear-gradient(1deg, #d9915514 30%, #d9915557 100%);
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

.name_card1 {
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    background: -webkit-linear-gradient(#ffffff, #da9256);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desp_card1 {
    font-size: 9.6px;
    display: flex;
    width: 100%;
    font-weight: 500;
    color: #adadad;
}

#time-panel-big {
    padding: 20px;
    width: 340px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    margin: 10px auto;
}

.other-block+#time-panel-big {
    margin-top: 5px;
}

#today-date {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
}

#time-blocks {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.time-mini-block {
    padding: 20px 25px;
    border-radius: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    min-width: 80px;
}

#seconds {
    color: #ff5255;
}

#full-date-day {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#date-part {
    text-align: center;
    color: #ffffff;
}

#day-part {
    text-align: center;
    color: #ff5255;
}

.carusel_container {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right,
            transparent 0%,
            black 8%,
            black 92%,
            transparent 100%);
    margin-top: -12px;
}

.carusel_track {
    display: flex;
    width: max-content;
    background: #ff49491c;
    will-change: transform;
    height: 57px;
    margin-bottom: 15px;
}

.carusel_buttons {
    display: flex;
    gap: 16px;
}

.btn_carusel {
    flex-shrink: 0;
}


.carusel_buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 8px 0px;
}

.btn_carusel {
    font-size: 9px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff4c4c4f 0, #ff4c4c29 100%));
    display: flex;
    gap: 10px;
    height: 40px;
    border-radius: 50px;
    color: #ffd6d6;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 5px;
    overflow: hidden;
    position: relative;
}

.btn_carusel:hover {
    color: #ffffff;
    opacity: 0.7;
}

.btn_carusel i {
    font-size: 40px;
    position: absolute;
    left: -15px;
    bottom: -10px;
    color: #ff535324;
    transform: rotate(343deg);
}

.flex_btn_carusel {
    position: relative;
    gap: 5px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.flex_btn_carusel i {
    position: relative;
    left: auto;
    font-size: 17px;
    bottom: auto;
    transform: rotate(360deg);
    background: -webkit-linear-gradient(#ff6161, #9b2e2e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.target_carusel {
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ea4c50 0, #a92f32 100%));
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    display: flex;
    height: 30px;
    padding: 0px 10px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.top_donator_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donator_left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tg_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 15%;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff5255 0, #bd3638 100%));
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}

.copy_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ff5255;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    width: 32px;
    height: 32px;
}

.rule_row:hover .copy_btn {
    opacity: 1;
}

.copy_btn i {
    font-size: 18px;
    display: block;
}

.copy_tooltip {
    position: absolute;
    right: 120%;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    background: rgba(255, 82, 85, 0.4);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.15);
    pointer-events: none;
}

.copy_btn.show_msg .copy_tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.rules_content_inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 18px 20px 18px;
}

.rule_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    background: rgb(53, 53, 66);
    padding: 12px 16px;
    border-radius: 14px;
}

.rules_block {
    background: #2c2a36;
    border-radius: 18px;
    padding: 20px;
    color: #fff;
    font-family: sans-serif;
}

.rules_head {
    margin-bottom: 20px;
}

.rules_title {
    font-size: 22px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.rules_warning {
    display: table;
    margin: 0 auto;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid rgb(78, 53, 67);
}

.rules_item {
    color: #f7f2f2fd;
    background: rgb(44, 42, 54);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgb(78, 53, 67);
}

.rules_item:hover {
    border: 1px solid #ff5255;
}

.rules_header {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.rules_header_left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rules_icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff5255 0, #bd3638 100%));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.rules_item_title {
    font-weight: 600;
    font-size: 16px;
}

.rules_toggle_icon {
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease, color 0.3s ease;
    width: 24px;
    text-align: center;
}

.rules_content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.6s cubic-bezier(0, 1, 0, 1), opacity 0.6s ease;
}

.rules_content_inner {
    overflow: hidden;
}

.punish_label {}

.rules_item.active .rules_content {
    max-height: fit-content;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.6s cubic-bezier(0.9, 0, 0.1, 1), opacity 0.6s ease;
}

.rules_item.active .rules_toggle_icon {
    transform: rotate(45deg);
    color: #ef4444;
}

.rules_content_inner {
    padding: 0 16px 16px 16px;
}

.rule_row {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgb(53, 53, 66);
    padding: 14px;
    border-radius: 14px;
}

.rule_num {
    width: 36px;
    height: 36px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff5255 0, #bd3638 100%));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.rule_text {
    flex: 1;
    min-width: 250px;
    font-size: 14px;
    font-weight: bold;
}

.rule_punish_badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 2px;
    background: rgba(78, 53, 67, 0.4);
    border-left: 4px solid #ff5255;
    border-radius: 10px;
    height: 42px;
}

.rule_punish_text {
    padding: 0 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ffd351;
    white-space: nowrap;
}

.rule_info_btn {
    width: 40px;
    height: 40px;
    background: radial-gradient(100% 100% at 50% 0, #ff5255 0, #bd3638 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: serif;
    font-style: italic;
    font-size: 16px;
    border-radius: 4px;
    margin: 2px;
}

.rule_row {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(53, 53, 66, 0.33);
    padding: 12px 16px;
    border-radius: 14px;
}

.rule_row:hover {
    background: rgb(53, 53, 66);
}

@media (max-width: 768px) {

    .copy_btn,
    .copy_icon,
    [class*='copy'],
    .rule_punish_badge,
    .rule_punish_text,
    .rule_info_btn,
    .rules_toggle_icon,
    .rules-image {}

    .title_break {
        display: block;
        margin-top: 2px;
        color: #ff4444;
    }

    .rules_block {}

    .rule_row {}

    .rule_punish_badge,
    .rule_punish_text {}

    .rule_info_btn,
    .copy_btn,
    .copy_icon {}

    .rule_num {}

    .rule_text {}
}

.project-rules {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #111;
    border-radius: 20px;
    padding: 25px 40px;
    color: #fff;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.rules-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    z-index: 0;
    opacity: 0.8;
}

.rules-text {
    max-width: 50%;
    z-index: 3;
}

.rules-video {
    width: 45%;
    height: 220px;
    position: relative;
    z-index: 2;
}

.rules-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%) scale(1.9) translateY(-10px) translateX(50px);
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
}

.rules-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(106, 90, 205, 0.15);
    border: 1.5px solid rgba(138, 43, 226, 0.6);
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    backdrop-filter: blur(4px);
}

.rules-btn:hover {
    background: rgba(138, 43, 226, 0.25);
    border-color: rgba(138, 43, 226, 0.9);
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(138, 43, 226, 0.4);
}

@media (max-width: 768px) {
    .project-rules {
        flex-direction: column;
        text-align: center;
        transform: scaleX(1.08) translateX(10px);

    }

    .rules-video,
    .rules-image {
        display: none;
    }

    .rules-text {
        max-width: 100%;
        z-index: 2;
    }

    .rules-btn {
        width: 100%;
        margin-top: 15px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.prize-note {}

a.prize-note:hover {}


.prize-item {}

.ctb-card-label {
    font-size: 22px;
    color: #ffffff;
    margin: 0;
}

.ctb-head-left {}

.ctb-icon-wrapper {}

.ctb-title {}

.ctb-timer-title {
    color: #ffffffa6;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ctb-main-container {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

.ctb-prizes-section {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.ctb-progress-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #393647;
    padding: 25px;
    border-radius: 20px;
}

.ctb-card {
    background: #393647;
    border-radius: 12px;
    padding: 15px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.ctb-card:hover {
    background: #423f50;
}

.ctb-prizes-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    flex: 2;
    display: flex;
    flex-direction: column;
}

.ctb-main-prize-card {
    background: #393647;
}

.ctb-prize-header {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.ctb-motivation-text {
    font-size: 12px;
    color: #ffffff56;
    margin-top: 4px;
}

.ctb-card-value-main {
    color: #f95154;
    font-size: 26px;
    font-weight: 900;
}

.prize-item {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.ctb-circle-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.ctb-circle-wrapper svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.ctb-circle-bg {
    fill: none;
    stroke: #2d2b37;
    stroke-width: 7;
}

.ctb-circle-fill {
    fill: none;
    stroke: #f95154;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s linear;
}

.ctb-circle-text {
    width: 100%;
}

#month-percent {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-shadow: 0 0 15px rgba(249, 81, 84, 0.5);
}

.ctb-circle-text small {
    color: #888;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 5px;
}

.ctb-countdown-wrapper {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 15px;
}

.ctb-time-circle {
    position: relative;
    width: 60px;
    height: 60px;
}

.ctb-time-circle svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.ctb-circle-prog {
    fill: none;
    stroke: #f95154;
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease;
}

.ctb-time-data {
    width: 100%;
}

.ctb-time-data span {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.ctb-time-data small {
    font-size: 9px;
    color: #666;
    text-transform: lowercase;
}

.ctb-season-banner {
    background: #2d2b37;
    padding: 30px;
    border-radius: 0 0 20px 20px;
}

.gold {
    color: #ffd700;
}

.silver {
    color: #c0c0c0;
}

.bronze {
    color: #cd7f32;
}

.ctb-block-head {
    background: #2d2b37;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f95154;
}

.ctb-title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.ctb-status-badge {
    background: #f95154;
    padding: 5px 15px;
    border-radius: 8px;
}

.ctb-status-text {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

@media (max-width: 768px) {

    .ctb-block,
    .ctb-season-banner {}

    .ctb-main-container {}

    .ctb-prizes-section,
    .ctb-progress-section {}

    .ctb-card {}

    .ctb-progress-section {
        order: 1;
    }

    .ctb-prizes-section {
        order: 2;
    }

    .ctb-countdown-wrapper {}
}

@media (max-width: 768px) {
    .ctb-main-container {}

    .ctb-progress-section {
        order: 1;
    }

    .ctb-prizes-section {
        order: 2;
    }

    .ctb-countdown-wrapper {}

    .ctb-time-circle {}

    .ctb-time-data span {}

    .prize-item {
        flex-wrap: wrap;
    }

    .ctb-card-label {}
}

.block_timer {
    height: 100px;
    display: flex;
    background: linear-gradient(1deg, #2b2934 30%, #2d2b37 100%);
    padding: 22px;
    border-radius: 18px;
    margin-bottom: 30px;
}

.bp_title_timer {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
}

.bp_left_info {
    display: grid;
    gap: 15px;
}

.bp_descp_timer {
    font-size: 16px;
    font-family: sans-serif;
    background: -webkit-linear-gradient(#ff5255 0, #bd3638);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bp_descp_timer:hover {
    filter: brightness(1.4);
}

.timer-block {
    position: relative;
    right: -135px;
    top: -16px;
}

@media (max-width: 991.99px) {
    .block_timer {
        height: 140px;
        display: block;
    }

    .bp_title_timer {
        display: none;
    }

    .timer-block {
        right: 1px;
        top: 8px;
    }

    .bp_descp_timer {
        margin: auto;
        margin-top: -5px;
    }
}

.countdown {
    display: flex;
    gap: 10px;
}

.countdown-item {
    position: relative;
    text-align: center;
    width: 90px;
    height: 90px;
}

.countdown-item svg {
    transform: rotate(-90deg);
    width: 90px;
    height: 90px;
}

.countdown-item .bg {
    fill: none;
    stroke: #4e4b60;
    stroke-width: 6;
}

.countdown-item .progress {
    fill: none;
    stroke: #f95154;
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease;
}

.countdown-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.countdown-content span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #f7f5f5;
    text-shadow:
        0 0 10px #ff525545,
        0 0 25px #ff525545,
        0 0 45px #ff525545,
        0 0 65px #ff525545;
}

#seconds {}

.countdown-content small {
    font-size: 11px;
    color: #aaa;
}

@media (max-width: 991.99px) {
    .block_timer {
        display: none;
    }
}

.news-button-vk {
    display: flex;
    align-items: center;
    gap: 8px;
}





@media (max-width: 768px) {
    .news_block {}

    .news-block-img {}

    .flex_info_new {}

    .flex_up_new {}

    .name_news {}

    .short_news {}

    .flex_down_new {}

    .first_text_news {}

    .second_text_news {}

    .flex_down_new a {}

    .news-button-bottom,
    .news-button-vk {}

    .news-button-bottom {}

    .news-button-vk {}

    .news-button-vk i {}

    .flex_down_new a[href*='t.me'] {}

    .news-button-vk {}

    .news-button-vk i {}

    .flex_down_new {}

    .name_news {}

    .short_news {}

    .flex_up_new {}

    .flex_info_new {}

    .news-block-img {}

    .news_block {}
}


.items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    margin-top: -25px;
    margin-bottom: 15px;
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.items-wrap::-webkit-scrollbar {
    display: none;
}

.items-wrap:before,
.items-wrap:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.items-wrap:before {
    left: 0;
    background: linear-gradient(90deg, rgba(38, 38, 47, 1) 0%, rgba(38, 38, 47, 0) 100%);
}

.items-wrap:after {
    right: 0;
    background: linear-gradient(270deg, rgba(38, 38, 47, 1) 0%, rgba(38, 38, 47, 0) 100%);
}

.itemss {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: scroll 45s linear infinite;
    gap: 18px;
}

.item {
    background: linear-gradient(23deg, #86502300 0%, #da925657 55%);
    transform: skewX(354deg);
    flex: 0 0 auto;
    /*border: 1px solid #3f4048;*/
    padding: 15px;
    border-radius: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
}

.item:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgb(46 46 56);
}

.item img {
    width: 30px;
    height: 30px;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

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

.items-wrap:hover .itemss {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .items-wrap {
        display: none;
    }
}


.flex_promo_text {
    gap: 5px;
    display: flex;
    transition: 0.2s;
    align-items: center;
}

.ending_end {
    display: flex;
    flex-direction: column;
    line-height: 15px;
    margin-right: 5px;
}

.sortition_end {
    color: #ffff;
    font-size: 12px;
}

.sortition_end_down {
    color: #828298;
}

@media (max-width: 768px) {
    .swiper-slide {
        background-position: -400px center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        /* backdrop-filter here will not work unless you use ::before */

    }


}


.winner_sortition {
    font-weight: bold;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
    transform: skewX(348deg);
    position: relative;
    text-shadow: #00000052 1px 0 7px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    padding: 0px 40px;
    border-radius: 10px;
    text-align: center;
}

.winner_sortition_down {
    margin-top: 10px;
    font-weight: 600;
    color: #828298;
    margin-bottom: 10px;
}

.flex_winner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.double_btns {
    display: flex;
    gap: 14px;
    align-items: center;
}

.pag_slider {
    display: flex;
    top: -75px;
    justify-content: center;
    margin-left: 60px;
    margin-right: auto;
    width: fit-content;
    /*background: #da92561f;*/
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 1;
    border-radius: 50px;
    border: solid 1px #da925647;
    padding: 1px 0px;
    align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 6px !important;
    font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    top: 0px !important;
    width: 22px !important;
    background: linear-gradient(360deg, #da9256ad 0%, #da925663 55%);
    margin-top: 0px !important;
    border-radius: 50px;
    transition: 0.2s;
    height: 22px !important;
    color: #fffb !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.5;
}

.info_slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.h1_slider_text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.h2_slider_text {
    color: #747474;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    line-height: 18px;
}

/*.btn_slider {
  text-shadow: #00000038 1px 0 10px;
  height: 55px;
   background: linear-gradient(23deg, #865023 0%, #da9256 55%);
  box-shadow: 0 0 30px #da9256;
  font-size: 14px;
  transition: 0.2s;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 0px 11px 0px 30px;
  gap: 15px;
  width: fit-content;
  border-radius: 50px;
  display: flex;
  color: #fff !important;!i;!;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}*/

.btn_slider {
    text-shadow: #00000038 1px 0 10px;
    height: 55px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    box-shadow: 0 0 30px #da9256;
    font-size: 14px;
    transition: 0.2s;
    font-weight: 500;
    border: none;
    cursor: pointer;
    padding: 0px 11px 0px 30px;
    gap: 15px;
    width: fit-content;
    border-radius: 50px;
    display: flex;
    color: #fff !important;
    !i;
    !;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.btn_slider:hover {
    opacity: 0.7;
}

.btn_slider:hover i {
    transform: rotate(180deg);
}

.btn_sliderr {
    height: 55px;

    /* ? GOLD фон вместо синего */
    background: linear-gradient(23deg,
            #865023 0%,
            #da9256 55%);

    /* ? GOLD свечение */
    box-shadow:
        0 0 15px #da9256,
        0 0 30px rgba(218, 146, 86, 0.6),
        inset 0 0 10px rgba(255, 255, 255, 0.3);

    text-shadow: #00000038 1px 0 10px;

    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;

    padding: 0px 14px 0px 30px;
    gap: 15px;
    width: fit-content;
    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #ffffff !important;
    transition: all 0.25s ease;
    margin-top: 30px;

    position: relative;
    overflow: hidden;
}

/* ? Блик теперь теплый */
.btn_sliderr::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            transparent 30%,
            rgba(255, 210, 150, 0.4) 50%,
            transparent 70%);
    opacity: 0.5;
}

/* Hover — усиление GOLD */
.btn_sliderr:hover {
    box-shadow:
        0 0 20px #da9256,
        0 0 45px rgba(218, 146, 86, 0.8),
        inset 0 0 15px rgba(255, 255, 255, 0.35);

    transform: translateY(-1px);
}

/* Иконка */
.btn_sliderr i {
    font-size: 17px;

    background: radial-gradient(circle,
            rgba(255, 220, 170, 1) 0%,
            rgba(218, 146, 86, 0.9) 60%,
            rgba(134, 80, 35, 0.9) 100%);

    box-shadow:
        0 0 10px rgba(218, 146, 86, 0.8);

    width: 35px;
    height: 35px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.25s ease;
    color: #fff;
}

/* Hover эффект */
.btn_sliderr:hover i {
    transform: rotate(180deg);
    box-shadow:
        0 0 18px rgba(255, 200, 140, 1);
}

/* остальные стили НЕ трогаем */
.btn_slider i {
    font-size: 17px;
    background: #00000026;
    width: 35px;
    display: flex;
    height: 35px;
    border-radius: 50px;
    transition: 0.2s all;
    justify-content: center;
    align-items: center;
}

.btn_slider_three i {
    font-size: 22px;
}

.left_slider_info {
    height: 100%;
    display: flex;
    gap: 25px;
    margin-top: 100px;
    align-items: flex-start;
    justify-content: center;
}



.btn_slider_faq {
    text-shadow: #00000038 1px 0 10px;

    height: 55px;

    background: linear-gradient(23deg,
            #865023 0%,
            #da9256 55%);

    box-shadow:
        0 0 15px #da9256,
        0 0 30px rgba(218, 146, 86, 0.6),
        inset 0 0 10px rgba(255, 255, 255, 0.2);

    font-size: 14px;
    transition: all 0.25s ease;
    font-weight: 500;
    border: none;
    cursor: pointer;

    padding: 0px 14px 0px 30px;
    gap: 15px;
    width: fit-content;
    border-radius: 50px;

    display: flex;
    color: #ffffff !important;
    align-items: center;
    justify-content: space-between;

    margin-top: 30px;
}

/* Hover — тот же стиль, но ярче */
.btn_slider_faq:hover {
    box-shadow:
        0 0 20px #da9256,
        0 0 45px rgba(218, 146, 86, 0.8),
        inset 0 0 15px rgba(255, 255, 255, 0.3);

    transform: translateY(-1px);
}

/* Иконка */
.btn_slider_faq i {
    font-size: 17px;

    background: radial-gradient(circle,
            rgba(255, 210, 150, 0.8) 0%,
            rgba(218, 146, 86, 0.7) 70%);

    box-shadow:
        0 0 10px rgba(218, 146, 86, 0.7);

    width: 35px;
    height: 35px;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.25s ease;
}

/* Hover-эффект иконки */
.btn_slider_faq:hover i {
    transform: rotate(180deg);
    box-shadow:
        0 0 18px rgba(255, 200, 140, 0.9);
}


.preloader-image {
    width: 110px;
    animation: darkenAndBack 1.5s ease-in-out forwards;
}

@keyframes darkenAndBack {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(0.3);
    }

    /* Затемнение */
    100% {
        filter: brightness(1);
    }

    /* Возврат в норму */
}



.swiper-pagination-bullet {
    transition: width 150ms ease-in-out;
}

.swiper-pagination-bullet-active {
    width: 40px !important;
    background: linear-gradient(358deg, #2472fe 0%, #5893ff 55%) !important;
    border-radius: 100vh !important;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 8px !important;
    background: var(--GLOBAL, linear-gradient(23deg, #865023 0%, #da9256 55%)) !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-pagination {
    width: fit-content !important;
    top: 0px !important;
    position: relative !important;
    border-radius: 50px;
    margin: 0px 10px;
    padding: 8px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex !important;
    background: #2e303a00;
    padding-left: 60px;
    border-radius: 20px;
    background-size: cover;
    background-position: -80px center;
    /* < СДВИГ ВЛЕВО */
    justify-content: flex-start;
}

.swiper-slide img {
    display: block;
    width: 70%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 42rem;
    bottom: 1rem;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
    margin-bottom: 300px;
    /* только для ПК */
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .autoplay-progress {
        right: 1rem;
        /* оставляем на видимом месте */
        margin-bottom: 0;
        /* убираем отступ, если не нужен */
    }
}


.autoplay-progress svg {
    --progress: 0;
    --seconds: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    border-radius: 50px;
    background: #db8a4224;
    height: 100%;
    stroke-width: 3.4px;
    stroke: #da9256;
    fill: none;
    transform: rotate(-90deg);
}

.autoplay-progress span {
    color: #ffffff;
    font-weight: 600;
}

.animate-progress {
    stroke-dasharray: 125.66;
    stroke-dashoffset: 0;
    animation-name: rotate;
    animation-duration: var(--seconds);
    animation-timing-function: linear;
}

@keyframes rotate {
    to {
        stroke-dashoffset: -125.66;
    }
}


/* Десктопный (компьютерный) режим — по умолчанию */
.slide_shop {
    background-image: url(/templates/solution/img/shop.jpg);
}

.slide_unban {
    background-image: url(/templates/solution/img/unban.jpg);
}

.slide_sortition {
    background-image: url(/templates/solution/img/sortition.jpg);
}

.slide_faq {
    background-image: url(/templates/solution/img/faq.jpg);
}

@media (max-width: 768px) {
.slide_shop {
    background-image: url(/templates/solution/img/shop.jpg);
}

.slide_unban {
    background-image: url(/templates/solution/img/unban.jpg);
}

.slide_sortition {
    background-image: url(/templates/solution/img/sortition.jpg);
}

.slide_faq {
    background-image: url(/templates/solution/img/faq.jpg);
}
}





.price_rcon {
    background: linear-gradient(34deg, #477549e0 0%, #7ecc8275 65%);
    color: #FFF;
    position: absolute;
    left: 10px;

    top: 10px;
    font-weight: 600;
    right: 10px;
    display: flex;
    height: 38px;
    font-size: 11.5px;
    padding: 5px 20px;
    border-radius: 50px;
    cursor: default;
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.chat-comment-box {
    display: flex;
    align-items: flex-start;
    background: #343434;
    border-radius: 12px;
    padding: 10px 14px;
    margin: 8px 0;

    width: 100%;
    gap: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.chat-comment-box .avatar img {
    width: 42px;
    height: 42px;
    border-radius: 8%;
    object-fit: cover;
}

.chat-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #e0e0f0;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.chat-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 14px;
}

.chat-type {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.chat-type.tt {
    background-color: #e74c3c;
    /* Красный */
}

.chat-type.ct {
    background-color: #3498db;
    /* Синий */
}

.chat-type.spec {
    background-color: #777;
    /* Серый */
}

.chat-meta {
    text-align: right;
    font-size: 10px;
    color: #aaa;
}

.chat-date {
    background: rgba(255, 255, 255, 0.05);
    padding: 2px 6px;
    border-radius: 50px;
    margin-bottom: 2px;
}

.chat-team {
    opacity: 0.6;
}

.chat-message {
    margin-top: -20px;
    font-size: 13px;
    line-height: 1.4;
    word-break: break-word;
}

.btn_buy_rcon {
    background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
    width: 100%;
    padding: 14px;
    color: #ffff;
    border-radius: 10px;
}

.btn_buy_rcon:hover {
    color: #ffff;
    opacity: 0.7;
}

.btn_desp_rcon {
    background: linear-gradient(23deg, #3b3d44 0%, #454751 55%);
    width: 100%;
    padding: 14px;
    transition: 0.2s;
    color: #ffff;
    border-radius: 10px;
}

.btn_desp_rcon:hover {
    color: #ffff;
    opacity: 0.7;
}

.flex_buy_rcon {
    display: flex;
    align-items: center;
    gap: 3px;
}

.info_buy_rcon {
    height: 50px;
    display: flex;
    gap: 9px;
    padding: 0px 20px 0px 9px;
    border: dashed 1px #464a54;
    font-weight: 600;
    font-size: 11px;
    background: #464a5440;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.info_buy_rcon i {
    background: #50545d;
    height: 31px;
    width: 31px;
    color: #9ca0a8;
    font-size: 14px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.block_tarif_rcon {
    background: linear-gradient(1deg, #42464f70 30%, #42464f 100%);
    border-radius: 17px;
    padding: 20px;
    margin-bottom: 20px;
}

.flex_btn_rcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    top: 2px;
    width: 100%;
}

.price_rcon_btn {
    color: #ffff !important;
    font-size: 12px !important;
    line-height: 0px !important;
}

.title_rcon_btn {
    color: #9da3ac !important;
    font-size: 10px !important;
    line-height: 0px !important;
    display: flex;
    height: 23px;
    border-radius: 50px;
    padding: 0px 10px;
    margin-top: -3px;
    background: #565c66;
    align-items: center;
}

.tarif_rcon_head {
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: -5px;
}

.tarif_rcon_head i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(23deg, #6a6e7a69 0%, #5c606c 55%);
    font-size: 14px;
    color: #989ba6;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.head_block_rcon_shop {
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.head_block_rcon_shop i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
    font-size: 14px;
    color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.flex_rcon_shop {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.left_rcon_shop {
    width: 100%;
    padding: 25px;
    background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
    box-shadow: 0px 5px 10px #13151a4f;
    border-radius: 20px;
}

.right_rcon_shop {
    width: 100%;
    padding: 25px;
    height: fit-content;
    background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
    box-shadow: 0px 5px 10px #13151a4f;
    border-radius: 20px;
}

.block_info_rcon {}

.img_rcon_shop {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 20px;
}

.description_rcon {}

.description_rcon p {
    color: #848a94;
}

.btn_rcon_back {
    height: 45px;
    border: none;
    cursor: pointer;
    display: flex;
    transition: 0.2s;
    padding: 0px 23px;
    background: #3b3f49;
    font-weight: 600;
    color: #7f818d;
    font-size: 11.5px;
    border-radius: 11px;
    align-items: center;
    justify-content: center;
}

.btn_rcon_back:hover {
    background: #484c58;
    color: #ffffff;
}


.padding_lang {
    padding: 10px 0px;
}

.fixed_wiget_inv {
    display: block;
    height: 135px;
    position: absolute;
    z-index: 11;
    width: 300px;
}

.row_widget {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.block_left_winget {
    width: 100%;
}

.block_right_winget {
    width: 100%;
}

.disp_widget {
    padding: 25px;
    border-radius: 20px;
    border: solid 1px #50565fc9;
    backdrop-filter: blur(3px);
    background: linear-gradient(1deg, #41424969 30%, #636a7591 100%);
    height: 100%;
    font-size: 12px;
    color: #878c97;
    font-weight: 600;
}

.disp_widget b {
    font-size: 12px;
    color: #b4b7bf;
    font-weight: 600;
}

.block_head_widget {
    margin-bottom: 15px;
    border-radius: 10px;
    color: #fff;
    gap: 10px;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    align-items: center;
}

.btn_server_play_cog {
    display: flex;
    align-items: center;
    gap: 8px;
}

.referal_block_setting {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.activity-rewards {
    box-shadow: 0px 5px 10px #13151a4f;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
}

#activity-rewards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.invis_case {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.back_img_chat {
    margin-right: 10px;
    padding: 3px;
    display: flex;
    border-radius: 50px;
    height: fit-content;
    background: #ffffff00;
    align-items: center;
    justify-content: center;
}

.avatar_login {
    display: flex;
    align-items: center;
    gap: 7px;
}

.text_chat {
    padding-top: 7px;
    border-top: dashed 1px #4a4f5a;
}

.dropdown_language {
    height: 40px;
    position: relative;
}

.micro_line {
    display: block;
    width: 20px;
    border-radius: 50px;
    background: #e2788b6e;
    height: 3px;
}

.big_line {
    display: block;
    width: 100%;
    border-radius: 50px;
    background: linear-gradient(358deg, #fe9544 0%, #e5768d 55%);
    height: 3px;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%;
    }

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

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

.progress-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.progress-circle svg {
    width: 60px;
    height: 60px;
    transform: rotate(-90deg);
}

.progress-circle:hover {
    opacity: 0.6;
}

.progress-circle svg {
    transform: rotate(-90deg);
}

.bg-info {
    stroke: #44b680 !important;
    background-color: #518fff00 !important;
    background: radial-gradient(circle, #6ff0b32e 2%, rgb(58 63 82 / 0%) 52%);
}

.bg-success {
    stroke: #e4b084 !important;
    background-color: #518fff00 !important;
    background: radial-gradient(circle, #e4b0846b 2%, rgb(58 63 82 / 0%) 52%);
}

.bg-warning {
    stroke: #e48484 !important;
    background-color: #518fff00 !important;
    background: radial-gradient(circle, #e484846b 2%, rgb(58 63 82 / 0%) 52%);
}

.bg-danger {
    stroke: #da4343 !important;
    background-color: #518fff00 !important;
    background: radial-gradient(circle, #ed414145 2%, rgb(58 63 82 / 0%) 52%);
}




.now_online_server {
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: flex;
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: 1;
    transition: .2s all;
    font-size: 13px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.circle-bg {
    fill: none;
    stroke: #a6a6a642;
    stroke-width: 5;
}

.circle-progress {
    fill: none;
    stroke-width: 5;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease;
}

.error_block {
    display: flex;
    height: 300px;
    justify-content: center;
}

.flex_server_info {
    font-weight: 600;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.server_info_monitoring {
    color: #9096a6;
    display: flex;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    flex-direction: column;
    font-size: 10.7px;
}

.connect_server {
    text-transform: uppercase;
    font-size: 10.9px;
    color: #8d909d;
    margin-top: 5px;
    border-bottom: dashed 1px;
}

.connect_server:hover {
    color: #ffff !important;
}

.player_number_info {
    display: flex;
    position: relative;
    height: 30px;
    width: 90px;
    background: #ffa47038;
    align-items: center;
    font-size: 11px;
    color: #ffb185;
    font-weight: 600;
    border-radius: 50px;
    justify-content: center;
}

.name_server_info {
    font-size: 16px;
    text-align: center;
}

.info_server {
    position: relative;
    z-index: 1;
    font-weight: bold;
    display: flex;
    gap: 7px;
    flex-direction: column;
    align-items: center;
}

.gradient_server_info {
    display: block;
    height: 201px;
    margin-top: -200px;
    margin-bottom: -25px;
    position: relative;
    background: linear-gradient(1deg, #373737 6%, #2d3138b8 100%);
}

.server_info {
    width: 100%;
    display: flex;
    background-size: cover !important;
    height: 200px;
    background: #393d50;
    justify-content: center;
    align-items: center;
}

.position_player {
    color: #ffa470 !important;
    font-size: 11px !important;
    border-radius: 9px;
    width: 35px !important;
    display: flex !important;
    height: 35px;
    left: 1px !important;
    position: absolute !important;
    background: #ffa47038;
    top: 8px !important;
    align-items: center;
    justify-content: center;
}

.signature_forum {
    margin-bottom: 0px;
}

.signature_forum p {
    margin-bottom: 0px;
    color: #8a909b;
    font-size: 11px;
    text-align: left;
    text-overflow: ellipsis;
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -2px;
}


.block_edit_user {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px #13151a4f;

    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.flip-tr_edit {

    padding: 10px 20px;
    display: flex;
    border-radius: 11px;
    margin-bottom: 7px;
    flex-direction: column;
}

.theme_info_forum {
    width: 140px;
}

.user_info_forum {
    display: flex;
    gap: 10px;
    transition: 0.2s;
    border-radius: 50px;
    padding: 8px 8px 8px 18px;
    /*background: linear-gradient(1deg, #585e6896 30%, #585e68 100%);*/
    align-items: center;
}

.user_info_forum:hover {
    opacity: 0.7;
}

.error_text_h1 {
    font-size: 20px;
    color: #fda489;
}

.error_text_h2 {
    color: #7a7c87;
    text-align: center;
    line-height: 16px;
}

.error_block_two {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
    gap: 3px;
    margin-bottom: 60px;
    font-weight: bold;
}

.box {
    width: 350px;
    height: 100%;
    border-radius: 20px;
    position: relative;

    .box__ghost {
        padding: 15px 25px 25px;
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -30%);

        .symbol {
            &:nth-child(1) {
                opacity: 0.2;
                animation: shine 4s ease-in-out 3s infinite;

                &::before,
                &::after {
                    content: '';
                    width: 12px;
                    height: 4px;
                    background: #85898f;
                    position: absolute;
                    border-radius: 5px;
                    bottom: 65px;
                    left: 0;
                }

                &::before {
                    transform: rotate(45deg);
                }

                &::after {
                    transform: rotate(-45deg);
                }
            }

            &:nth-child(2) {
                position: absolute;
                left: -5px;
                top: 30px;
                height: 18px;
                width: 18px;
                border: 4px solid;
                border-color: #85898f;
                border-radius: 50%;
                opacity: 0.2;
                animation: shine 4s ease-in-out 1.3s infinite;
            }

            &:nth-child(3) {
                opacity: 0.2;
                animation: shine 3s ease-in-out 0.5s infinite;

                &::before,
                &::after {
                    content: '';
                    width: 12px;
                    height: 4px;
                    background: #85898f;
                    position: absolute;
                    border-radius: 5px;
                    top: 5px;
                    left: 40px;
                }

                &::before {
                    transform: rotate(90deg);
                }

                &::after {
                    transform: rotate(180deg);
                }
            }

            &:nth-child(4) {
                opacity: 0.2;
                animation: shine 6s ease-in-out 1.6s infinite;

                &::before,
                &::after {
                    content: '';
                    width: 15px;
                    height: 4px;
                    background: #85898f;
                    position: absolute;
                    border-radius: 5px;
                    top: 10px;
                    right: 30px;
                }

                &::before {
                    transform: rotate(45deg);
                }

                &::after {
                    transform: rotate(-45deg);
                }
            }

            &:nth-child(5) {
                position: absolute;
                right: 5px;
                top: 40px;
                height: 12px;
                width: 12px;
                border: 3px solid;
                border-radius: 50%;
                border-color: #85898f;
                opacity: 0.2;
                animation: shine 1.7s ease-in-out 7s infinite;
            }

            &:nth-child(6) {
                opacity: 0.2;
                animation: shine 2s ease-in-out 6s infinite;

                &::before,
                &::after {
                    content: '';
                    width: 15px;
                    height: 4px;
                    background: #85898f;
                    position: absolute;
                    border-radius: 5px;
                    bottom: 65px;
                    right: -5px;
                }

                &::before {
                    transform: rotate(90deg);
                }

                &::after {
                    transform: rotate(180deg);
                }
            }
        }

        .box__ghost-container {
            width: 100px;
            height: 100px;
            background: linear-gradient(360deg, #fe9544 0%, #e5768d 55%);
            border-radius: 100px 100px 0 0;
            position: relative;
            margin: 0 auto;
            animation: upndown 3s ease-in-out infinite;

            .box__ghost-eyes {
                position: absolute;
                left: 50%;
                top: 45%;
                transform: translate(-50%, -45%);
                height: 12px;
                width: 70px;

                .box__eye-left {
                    width: 12px;
                    height: 12px;
                    background: #212330;
                    border-radius: 50%;
                    margin: 0 10px;
                    position: absolute;
                    left: 0;
                }

                .box__eye-right {
                    width: 12px;
                    height: 12px;
                    background: #212330;
                    border-radius: 50%;
                    margin: 0 10px;
                    position: absolute;
                    right: 0;
                }
            }

            .box__ghost-bottom {
                display: flex;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;

                div {
                    flex-grow: 1;
                    position: relative;
                    top: -10px;
                    height: 20px;
                    border-radius: 100%;
                    background: linear-gradient(1deg, #fa8f50 0%, #fa8f52 280%);


                    &:nth-child(2n) {
                        top: -12px;
                        margin: 0 -0px;
                        border-top: 15px solid $l-purple;
                        background: #212429;
                    }
                }
            }
        }

        .box__ghost-shadow {
            height: 10px;
            box-shadow: 0 50px 15px 5px #2d3034;
            border-radius: 50%;
            margin: 0 auto;
            animation: smallnbig 3s ease-in-out infinite;
        }
    }
}

@keyframes upndown {
    0% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(5px);
    }
}

@keyframes smallnbig {
    0% {
        width: 90px;
    }

    50% {
        width: 100px;
    }

    100% {
        width: 90px;
    }
}

@keyframes shine {
    0% {
        opacity: .2;
    }

    25% {
        opacity: .1;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: .2;
    }
}

.error_block {
    display: flex;
    height: 300px;
    justify-content: center
}

.connect_server {
    text-transform: uppercase;
    font-size: 10.9px;
    color: #979797;
    margin-top: 5px;
    border-bottom: dashed 1px
}

.connect_server:hover {
    color: #ffff !important
}

.box {
    width: 350px;
    height: 100%;
    border-radius: 20px;
    position: relative;

    .box__ghost {
        padding: 15px 25px 25px;
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -30%);

        .symbol {
            &:nth-child(1) {
                opacity: .2;
                animation: shine 4s ease-in-out 3s infinite;

                &::before,
                &::after {
                    content: '';
                    width: 12px;
                    height: 4px;
                    background: #da9256;
                    position: absolute;
                    border-radius: 5px;
                    bottom: 65px;
                    left: 0
                }

                &::before {
                    transform: rotate(45deg)
                }

                &::after {
                    transform: rotate(-45deg)
                }
            }

            &:nth-child(2) {
                position: absolute;
                left: -5px;
                top: 30px;
                height: 18px;
                width: 18px;
                border: 4px solid;
                border-color: #da9256;
                border-radius: 50%;
                opacity: .2;
                animation: shine 4s ease-in-out 1.3s infinite
            }

            &:nth-child(3) {
                opacity: .2;
                animation: shine 3s ease-in-out 0.5s infinite;

                &::before,
                &::after {
                    content: '';
                    width: 12px;
                    height: 4px;
                    background: #da9256;
                    position: absolute;
                    border-radius: 5px;
                    top: 5px;
                    left: 40px
                }

                &::before {
                    transform: rotate(90deg)
                }

                &::after {
                    transform: rotate(180deg)
                }
            }

            &:nth-child(4) {
                opacity: .2;
                animation: shine 6s ease-in-out 1.6s infinite;

                &::before,
                &::after {
                    content: '';
                    width: 15px;
                    height: 4px;
                    background: #da9256;
                    position: absolute;
                    border-radius: 5px;
                    top: 10px;
                    right: 30px
                }

                &::before {
                    transform: rotate(45deg)
                }

                &::after {
                    transform: rotate(-45deg)
                }
            }

            &:nth-child(5) {
                position: absolute;
                right: 5px;
                top: 40px;
                height: 12px;
                width: 12px;
                border: 3px solid;
                border-radius: 50%;
                border-color: #da9256;
                opacity: .2;
                animation: shine 1.7s ease-in-out 7s infinite
            }

            &:nth-child(6) {
                opacity: .2;
                animation: shine 2s ease-in-out 6s infinite;

                &::before,
                &::after {
                    content: '';
                    width: 15px;
                    height: 4px;
                    background: #da9256;
                    position: absolute;
                    border-radius: 5px;
                    bottom: 65px;
                    right: -5px
                }

                &::before {
                    transform: rotate(90deg)
                }

                &::after {
                    transform: rotate(180deg)
                }
            }
        }

        .box__ghost-container {
            width: 100px;
            height: 100px;
            border-radius: 100px 100px 0 0;
            position: relative;
            background: linear-gradient(1deg, #da9256 0%, #ffdfc5 85%);
            margin: 0 auto;
            animation: upndown 3s ease-in-out infinite;

            .box__ghost-eyes {
                position: absolute;
                left: 50%;
                top: 45%;
                transform: translate(-50%, -45%);
                height: 12px;
                width: 70px;

                .box__eye-left {
                    width: 12px;
                    height: 12px;
                    background: #212330;
                    border-radius: 50%;
                    margin: 0 10px;
                    position: absolute;
                    left: 0
                }

                .box__eye-right {
                    width: 12px;
                    height: 12px;
                    background: #212330;
                    border-radius: 50%;
                    margin: 0 10px;
                    position: absolute;
                    right: 0
                }
            }

            .box__ghost-bottom {
                display: flex;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;

                div {
                    flex-grow: 1;
                    position: relative;
                    top: -10px;
                    height: 20px;
                    border-radius: 100%;
                    background: linear-gradient(1deg, #da9256 0%, #f1be94 280%);

                    &:nth-child(2n) {
                        top: -12px;
                        margin: 0 0;
                        border-top: 15px solid $l-purple;
                        background: #1a1c28
                    }
                }
            }
        }

        .box__ghost-shadow {
            height: 10px;
            box-shadow: 0 50px 15px 5px #31354661;
            border-radius: 50%;
            margin: 0 auto;
            animation: smallnbig 3s ease-in-out infinite
        }
    }
}

@keyframes upndown {
    0% {
        transform: translateY(5px)
    }

    50% {
        transform: translateY(15px)
    }

    100% {
        transform: translateY(5px)
    }
}

@keyframes smallnbig {
    0% {
        width: 90px
    }

    50% {
        width: 100px
    }

    100% {
        width: 90px
    }
}

@keyframes shine {
    0% {
        opacity: .2
    }

    25% {
        opacity: .1
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: .2
    }
}

.center_message_support {
    display: flex;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #838383;
    flex-direction: column;
    align-items: center
}

.btn_ticket_support {
    padding: 12px;
    background: #373737;
    border-radius: 13px;
    display: flex;
    gap: 6px
}

.close_ticket {
    border: none;
    color: #fff;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    font-weight: 600;
    border-radius: 10px;
    padding: 14px 25px;
    transition: 0.2s
}

.close_ticket:hover {
    opacity: .7
}

.delete_ticket:hover {
    opacity: .7
}

.delete_ticket {
    border: none;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(0deg, #565656a8 30%, #565656 100%);
    border-radius: 10px;
    padding: 14px 25px;
    transition: 0.2s
}

.demo_btn_ticket {
    background: #87aaa536;
    padding: 14px 25px;
    display: flex;
    color: #8daaa5;
    transition: 0.2s;
    font-size: 11.5px;
    border-radius: 10px;
    width: fit-content
}

.demo_btn_ticket:hover {
    background: #87aaa56b;
    color: #fff
}

.comment_ticket {
    padding: 17px;
    background: #373737;
    border-radius: 13px;
    padding-bottom: 1px;
    line-height: 16px;
    margin-bottom: 15px;
    font-size: 11px
}

.demo_ticket {
    padding: 17px;
    background: #373737;
    border-radius: 11px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #838383e6;
    display: block;
    font-size: 11px
}

.div_edit_user_right {
    width: 100%
}

.div_edit_user_left {
    width: 100%
}

.find_succes_complaint {
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 16px
}

.category_content {
    font-weight: 700;
    font-size: 11px;
    color: #9699ae;
    margin-top: 18px
}

.select_content {
    display: flex;
    position: relative;
    letter-spacing: 1px;
    width: 210px;
    gap: 8px;
    padding: 6px 16px 6px 6px;
    background: rgb(218 146 86 / 19%);
    align-items: center;
    font-size: 9.5px;
    color: rgb(244 190 144);
    font-weight: 600;
    border-radius: 50px
}

.select_content i {
    border-radius: 50%;
    color: rgb(255 200 155);
    font-size: 13px;
    display: flex;
    padding-left: 1px;
    width: 22px;
    height: 22px;
    background: rgb(218 146 86 / 33%);
    align-items: center;
    justify-content: center
}

.text_top_content {
    font-size: 17px
}

.desp_top_content {
    font-size: 11px;
    color: #898989;
}

.block_top_content {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    border-radius: 17px;
    font-weight: 700;
    background: linear-gradient(1deg, #4b4b4b87 30%, #4b4b4b 100%);
    padding: 26px;
    margin-bottom: 15px
}

.accordion-container {
    width: 100%
}

.flex_accordion_text {
    display: flex;
    gap: 12px;
    align-items: center
}

.accordion-item {
    margin-top: 10px;
    background: #343434;
    border-radius: 15px
}

.accordion-header .flex_accordion_text i {
    color: #fff;
    text-shadow: #86b6aeb3 1px 0 10px;
    width: 37px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    height: 37px;
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.accordion-header {
    color: #FFF;
    padding: 14px;
    background: linear-gradient(1deg, #4b4b4b87 30%, #4b4b4b 100%);
    font-size: 12px;
    border: none;
    width: 100%;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    transition: background-color 0.3s ease
}

.accordion-header:hover {
    background-color: #454545
}

.accordion-content {
    overflow: hidden;
    padding: 0 20px;
    max-height: 0;
    border-radius: 15px;
    transition: max-height 0.3s ease
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 11.5px;
    color: #808080;
}

.flex_btn_support {
    display: flex;
    gap: 12px;
    margin-bottom: 12px
}

.block_support_right {
    width: 68%;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
    border-radius: 20px;
    padding: 20px
}

.flex_block_forum_profile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.forum_close_top {
    background: linear-gradient(23deg, #ff8383a6 0%, #ff8383 55%);
    text-shadow: #0000004a 1px 0 7px;
    width: 24px;
    height: 24px;
    display: flex;
    color: #ffffffe3;
    font-size: 12px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.forum_fixed_top {
    width: 24px;
    background: linear-gradient(34deg, #c77b56 0%, #ffb372 55%);
    text-shadow: #0000008a 1px 0 7px;
    height: 24px;
    display: flex;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.forum_img_user {
    width: 35px;
    height: 35px;
    border-radius: 50px
}

.flex_forum_user {
    display: flex;
    flex-direction: column;
    line-height: 16px
}

.flex_forum_info_left {
    display: flex;
    gap: 18px;
    align-items: center
}

.flex_forum_info_right {
    display: flex;
    border-radius: 12px;
    gap: 13px;
    padding-right: 10px;
    align-items: center
}

.forum_img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    margin-left: 5px
}

.flex_info_forum {
    display: flex;
    flex-direction: column;
    line-height: 18px;
    justify-content: center
}

.forum_empty {
    border-radius: 50px;
    display: flex;
    margin-bottom: 0;
    width: 100%;
    font-weight: 700;
    color: #8e8e8e;
    background: linear-gradient(1deg, #49494991 30%, #585858 100%);
    font-size: 11px;
    padding: 14px 47px;
    align-items: center;
    justify-content: center
}

.forum_name_user {
    font-size: 16px;
    position: relative;
    top: 3px;
    color: #8b8b8b;
}

.forum_name_theme {
    color: #fff;
    text-overflow: ellipsis;
    width: 135px;
    display: block;
    overflow: hidden;
    white-space: nowrap
}

.forum_date {
    color: #898989;
    font-weight: 700;
    font-size: 11px
}

.name_forum {
    font-size: 14px;
    color: #ffff
}

.desp_forum {
    color: #7a7a7a;
    font-weight: 700;
    font-size: 11.5px
}

.flex_user_full {
    display: flex;
    gap: 15px;
    align-items: center
}

.user_avatar {
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 1;
    border-radius: 12px
}

.flex_user {
    display: flex;
    flex-direction: column;
    line-height: 19px;
    font-weight: 700
}

.text_user {
    font-size: 13px
}

.block_select_friends {
    padding: 13px 15px;
    border-radius: 50px;
    display: flex;
    background: linear-gradient(1deg, #2b2b2c 30%, #343434 100%);
    margin-bottom: 20px;
    justify-content: space-between
}

.block_select_support {
    padding: 13px 15px;
    border-radius: 50px;
    display: flex;
    background: linear-gradient(1deg, #2b2b2c 30%, #343434 100%);
    margin-bottom: 10px;
    justify-content: space-between
}

.desp_user {
    font-size: 11px
}

.contacts_setting_block {
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
    gap: 4px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column
}

.discount_left {
    display: flex;
    gap: 10px;
    align-items: center
}

.discount_left i {
    background: linear-gradient(23deg, #a24444 0%, #e56b6b 55%);
    width: 40px;
    display: flex;
    font-size: 18px;
    min-width: 40px;
    border-radius: 10px;
    height: 40px;
    align-items: center;
    justify-content: center
}

.discount_text_flex {
    display: flex;
    flex-direction: column;
    line-height: 17px
}

.discount_text_h1 {
    font-weight: 700;
    font-size: 12px
}

.discount_text_h2 {
    font-weight: 700;
    font-size: 11px;
    color: #ff9191;
}

.discount_procent {
    height: 50px;
    display: flex;
    background: linear-gradient(23deg, #b24d4d 0%, #e56b6b 55%);
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    padding: 0 25px;
    border-radius: 10px
}

.our-services {
    margin-top: 50px
}

.flip-container {
    border-radius: 15px;
    margin-bottom: 20px
}

.flip-container:hover .flipper {
    -webkit-transform: rotateY(180deg);
    cursor: pointer
}

.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    cursor: pointer
}

.front {
    height: 200px;
    padding: 20px 25px;
    background-size: cover !important;
    display: flex;
    padding-top: 6px;
    background: linear-gradient(16deg, #688f8a59 0%, #688f8a2e 65%);
    border-radius: 20px;
    justify-content: space-between
}

.front h3 {
    text-align: center;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: white
}

.front img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px
}

.back {
    height: 200px;
    border-radius: 20px;
    -webkit-backface-visibility: hidden;
    width: 100%;
    backdrop-filter: blur(4px);
    background: linear-gradient(23deg, #865023 0%, #b57744 55%);
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(180deg);
    font-size: 18px;
    color: white
}

.back h3 {
    margin-top: 20px
}

.back p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-right: 15px
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    position: relative
}

.referal_block {
    border-radius: 13px;
    display: flex;
    margin-bottom: 18px;
    gap: 15px;
    justify-content: space-between
}

.number_referal {
    background: #565656;
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    font-weight: 700;
    font-size: 11px;
    color: #979797;
    margin-top: -5px;
    border-radius: 8px;
    margin-left: -213px;
    align-items: center;
    justify-content: center
}

.referal_block_info {
    display: flex;
    background: linear-gradient(1deg, #42424285 30%, #424242 100%);
    padding: 20px;
    border-radius: 17px;
    width: 100%;
    flex-direction: column;
    align-items: center
}

.referal_block_info i {
    background: #da925640;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    color: #ebaf7d;
    margin-bottom: 10px;
    font-size: 19px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.text_referal {
    font-weight: 700;
    font-size: 12px
}

.desp_referal {
    font-weight: 700;
    font-size: 11px;
    color: #858585;
    text-align: center;
    width: 80%;
    line-height: 14px
}

.checkbox.style-h {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    top: 0
}

.checkbox.style-h input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox.style-h input:checked~.checkbox__checkmark {
    background-color: #f7cb15
}

.checkbox.style-h input:checked~.checkbox__checkmark:after {
    opacity: 1;
    top: -3px
}

.checkbox.style-h input:checked~.checkbox__body {
    background-position: 0 0;
    color: #fff;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
}

.checkbox.style-h input:checked:hover~.checkbox__body {
    opacity: 1
}

.checkbox.style-h:hover input~.checkbox__checkmark {
    background-color: #f7cb15
}

.checkbox.style-h:hover input:checked~.checkbox__checkmark {
    background-color: #f7cb15
}

.checkbox.style-h .checkbox__checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
    height: 22px;
    width: 22px;
    background-color: #f7cb15;
    transition: background-color 0.25s ease;
    border-radius: 4px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .1), inset -2px -2px 4px rgba(255, 255, 255, .4)
}

.checkbox.style-h .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 10px;
    top: -15px;
    width: 10px;
    height: 20px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease, top 0.25s ease
}

.checkbox.style-h .checkbox__body {
    color: #ffff;
    line-height: 1.4;
    font-size: 11px;
    font-weight: 700;
    background: linear-gradient(0deg, #4f4f4fa6 30%, #4f4f4f 100%);
    padding: 17px 20px;
    border-radius: 11px;
    text-align: center;
    width: 130px;
    transition: 0.2s
}

.checkbox.style-h .checkbox__body:hover {
    opacity: .7
}

.block_date_edit {
    background: #373737;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 15px 30px 15px
}

.privaty_block {
    padding: 11px;
    background: linear-gradient(270deg, #52577000 10%, #393939 100%);
    border-radius: 13px;
    display: flex;
    gap: 6px;
    margin-bottom: 11px
}

#edit_user_birth_result {
    font-size: 11px;
    color: #a0c0bb;
    width: 100%;
    display: flex;
    gap: 8px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center
}

.btn_edit_date {
    margin-top: 25px;
    width: 100%;
    transition: 0.2s;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    border-top: solid 1px #60657fd4;
    background: linear-gradient(0deg, #52577087 30%, #525770 100%);
    border: none;
    padding: 14px
}

.btn_edit_date:hover {
    opacity: .7
}

.text_date_edit {
    font-weight: 700;
    margin-bottom: -25px;
    padding: 10px 0;
    display: block;
    font-size: 10.5px;
    color: #808080e6;
}

.flex_edit_date {
    display: flex;
    gap: 4px
}

.top_info_index {
    display: flex;
    gap: 7px;
    align-items: center
}

.top_info_index i {
    font-size: 19px;
    color: #777777;
    line-height: 0
}

.block_public_info {
    margin-top: -10px;
    display: flex;
    gap: 8px;
    flex-direction: column
}

.active-setting {
    color: #fff;
    font-weight: 600;
    background: #6687826b;
    border-radius: 7px;
    height: 23px;
    width: 23px
}

.non-active-setting {
    color: #fff;
    font-weight: 600;
    background: #515670;
    border-radius: 7px;
    transition: 0.2s;
    height: 23px;
    width: 23px
}

.settings_ul {
    background: linear-gradient(1deg, #2d3041 30%, #383d51 100%);
    border-radius: 20px;
    margin-top: 20px
}

.img_header_drop {
    width: 38px;
    transition: .2s all;
    height: 38px;
    border-radius: 50px
}

.img_header_drop:hover {
    opacity: .7
}

.mechant_name {
    font-weight: 700;
    font-size: 13px;
    text-overflow: ellipsis;
    width: calc(100% - 120px);
    display: block;
    overflow: hidden;
    white-space: nowrap
}

.dropdown_header {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 0;
    top: 7px;
    color: #474747;
    height: 100%;
    text-align: left
}

.dropdown_header .select_header {
    cursor: pointer;
    display: block
}

.dropdown_header .select_header>i {
    font-size: 12px;
    color: #989eb4;
    background: #474c62;
    border: solid 3px #212330;
    cursor: pointer;
    padding: 1px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    float: right
}

.dropdown_header.active .select_header>i {
    transform: rotate(-180deg)
}

.dropdown_header .dropdown_menu_header {
    position: absolute;
    width: 320px;
    z-index: 1000;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    height: auto;
    top: 55px;
    box-shadow: 0 5px 10px #13151a4f;
    padding: 15px;
    border-radius: 20px;
    background: linear-gradient(45deg, #2e3141 30%, #353a4c 100%)
}

.dropdown_header .dropdown_menu_header li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown_header .dropdown_menu_header {
    list-style: none
}

.dropdown_header .dropdown_menu_header li:hover {
    background-color: #f2f2f2
}

.dropdown_header .dropdown_menu_header li:active {
    background-color: #e2e2e2
}

input[type="checkbox"].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 20px;
    background: #424242;
    border-radius: 3em;
    position: relative;
    margin-left: 0;
    top: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input[type="checkbox"].switch_1:checked {
    background: #da9256;
}

input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 16px;
    top: 2px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 18px)
}

.blocked_block {
    height: 360px;
    background: #282b3b;
    padding: 20px 25px;
    display: flex;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 20px
}

.head_block {
    display: flex;
    margin-bottom: 25px;
    background: #ffffff00;
    border-radius: 20px;
    justify-content: space-between;
    background-size: 100%;
    transition: .5s all
}

.block_stats_bans {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-bottom: -7px
}

.stats_info_bans {
    width: 100%;
    display: flex;
    background-size: cover !important;
    border-radius: 15px;
    background: linear-gradient(1deg, #3e4156 30%, #4b4e65 100%);
    padding: 0 20px;
    flex-direction: column;
    style="background-image:url(../templates/solution/img/back_profile.png);";
    height: 100px;
    align-items: center;
    justify-content: space-between
}

.text_bans {
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    letter-spacing: 1px
}

.info_text_bans {
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(1deg, #d9915514 30%, #d9915557 100%);
    font-size: 10.6px;
    backdrop-filter: blur(3px);
    display: flex;
    padding-bottom: 11px;
    color: #fff;
    height: 45px;
    border-radius: 16px 16px 0 0;
    width: 230px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center
}

.info_text_bans_r {
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(1deg, #fb8b8b14 30%, #fb8b8b2e 100%);
    font-size: 10.6px;
    backdrop-filter: blur(3px);
    display: flex;
    padding-bottom: 11px;
    color: #fff;
    height: 45px;
    border-radius: 16px 16px 0 0;
    width: 230px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center
}

.id_link {
    background: #ffffff26;
    padding: 10px 10px 10px 15px;
    border-radius: 11px;
    display: flex;
    font-weight: 600;
    font-size: 12px;
    justify-content: space-between;
    align-items: center
}

.copy_ref {
    border: none;
    font-size: 15px;
    color: #fff;
    width: 30px;
    background: #ffffff5e;
    border-radius: 7px;
    height: 30px;
    padding-top: 3px;
    transition: .2s all
}

.copy_ref:hover {
    opacity: .7
}

.head_top_info {
    display: flex;
    align-items: center;
    gap: 8px
}

.flex_new_new {
    display: flex;
    gap: 20px;
    align-items: center
}

.button_menu_collapse {
    display: none
}

.tab-contents {
    height: 98%;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center
}

.page_auth_left {
    width: 100%;
    display: flex;
    background-size: cover !important;
    background: #222222;
    justify-content: center;
    align-items: center
}

.page_authorization {
    display: flex;
    min-height: 100vh
}

.login_block {
    height: 100%;
    width: 95%;
    margin-left: -65px;
    border: solid 1px #434343;
    border-radius: 25px;
    background: linear-gradient(1deg, #2d2d2d 30%, #3a3a3a 100%);
    padding: 35px
}

.page_auth_right {
    display: flex;
    max-width: 28rem;
    padding: 70px 0 70px 0;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    background-color: #222222;
}

#new_news {
    margin-bottom: 20px
}

.head_block:hover {
    background-size: 101%
}

.bottom_stats {
    padding: 13px;
    border-radius: 50px;
    border: solid 1px #444444;
    background: linear-gradient(1deg, #3737377a 30%, #373737 100%);
    width: 100%;
    margin-top: 20px
}

.stats_vnutr {
    display: flex;
    position: relative;
    gap: 10px
}

.online2 {
    position: relative;
    width: 15px;
    height: 15px;
    display: flex;
    margin-right: -7px;
    margin-left: 7px;
    border-radius: 8px;
    padding: 16px;
    align-items: center;
    justify-content: center
}

.online2::before,
.online2::after {
    border: 2px solid #30a77233;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block
}

.online2::before {
    width: 6px;
    height: 6px;
    border-bottom-color: #30a772;
    border-left-color: #30a772;
    animation: spinner-1o3y8q 0.75s infinite linear reverse
}

.online2::after {
    animation: spinner-1o3y8q 1.5s infinite linear;
    height: 14px;
    width: 14px;
    border-right-color: #30a772;
    border-top-color: #30a772
}

@keyframes spinner-1o3y8q {
    to {
        transform: rotate(360deg)
    }
}

.online3 {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #4bb78814;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center
}

.online3::before,
.online3::after {
    border: 2px solid #33ad7840;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block
}

.online3::before {
    width: 6px;
    height: 6px;
    border-bottom-color: #33ad78;
    border-left-color: #33ad78;
    animation: spinner-1o3y8q 0.75s infinite linear reverse
}

.online3::after {
    animation: spinner-1o3y8q 1.5s infinite linear;
    height: 14px;
    width: 14px;
    border-right-color: #33ad78;
    border-top-color: #33ad78
}

.bottom_prev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    width: 100%;
    background: #ffffff00
}

.bottom_name {
    position: relative;
    top: 7px
}

.sdg_watermark {
    background: #3c3c3c;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #797979;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.sdg_watermark:hover {
    background: #07f;
    color: #fff
}

.icon-vk {
    background: #3c3c3c;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #797979;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.icon-vk:hover {
    background: #07f;
    color: #fff
}

.icon-tg {
    background: #3c3c3c;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #797979;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.icon-tg:hover {
    background: #2ba0d9;
    color: #fff
}

.icon-ds {
    background: #3c3c3c;
    width: 47px;
    font-size: 19px;
    transition: .2s all;
    display: flex;
    color: #797979;
    height: 47px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.icon-ds:hover {
    background: #5865f2;
    color: #fff
}

.multiple-items {
    margin-left: -8px
}

.multiple-items .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    border-radius: 50px;
    padding: 0
}

.flex_notif {
    display: flex;
    gap: 15px
}

.info_user_profile {
    color: #909090;
    font-weight: 700;
    transition: 0.2s;
    font-size: 11px;
    border-bottom: dashed 1px #909090b5;
}

.info_user_profile:hover {
    color: #fff;
    border-bottom: dashed 1px #ffffffa1
}

.flex_img_with_info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hello_sidebar {
    color: #8b8b8b;
}

.flex_privileges {
    display: flex;
    flex-direction: column;
    line-height: 15px
}

.name_privileges {
    font-size: 12.1px
}

.second_name_privileges {
    font-size: 10.5px;
    color: #8b90a8
}

.online_pro {
    position: relative;
    border-radius: 50%
}

.online_prcr {
    position: absolute;
    background: #393939;
    -webkit-box-shadow: 0 35px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 35px 20px 0 rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0s linear 0.2s;
    transition: opacity 0.2s, visibility 0s linear 0.2s;
    z-index: 9999;
    top: 54px;
    width: 274px;
    right: 0;
    border-radius: 15px;
    padding: 11px 11px 6px 11px;
    left: 32%;
    margin-left: -156px
}

.online_prcr .user_online_top {
    display: none
}

.online_pro:hover .online_prcr {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 100;
}

.arrtar::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0
}

.arrtar::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -15px;
    border-bottom: 20px solid #fff0;
    top: -20px
}

.arrtar::after {
    left: 53%
}

.prom {
    margin-top: 15px
}

.online_prcr label {
    display: block
}

.online_prcr select {
    width: 100%;
    padding: 10px 20px 10px 20px
}

.privaty_text {
    margin-bottom: 5px;
    display: block;
    color: #808080;
    margin-top: 6px;
    font-weight: 700
}

.block_avatar_edit {
    background: linear-gradient(1deg, #4242429e 30%, #424242 100%);
    padding: 20px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px
}

.link_setting_block {
    background: linear-gradient(1deg, #383838c2 30%, #424242 100%);
    padding: 17px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px
}

.password_setting_block {
    padding: 0 17px 11px 17px;
    background: linear-gradient(1deg, #383838c2 30%, #373737 100%);
    border-radius: 16px;
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-direction: column
}

.link_text_setting {
    background: #da925629;
    display: flex;
    gap: 13px;
    padding: 20px 20px;
    color: #f5b47d;
    border: dashed 1px #ce915d;
    margin-bottom: -5px;
    font-weight: 700;
    border-radius: 15px;
    font-size: 11px
}

.link_text_setting i {
    background: #66878233;
    display: flex;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    width: 40px;
    height: 40px;
    min-width: 40px;
    color: #fff;
    border-radius: 11px;
    font-size: 19px;
    align-items: center;
    justify-content: center
}

.privaty_block_settings {
    margin-bottom: 20px
}

.save_signature {
    border: none;
    padding: 14px;
    background: linear-gradient(0deg, #454545a1 30%, #454545 100%);
    color: #fff;
    margin-top: 4px;
    transition: .2s all;
    font-weight: 600;
    width: 100%;
    border-radius: 10px
}

.save_signature:hover {
    opacity: .7
}

.save_all {
    border: none;
    padding: 14px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    color: #fff;
    transition: .2s all;
    font-weight: 600;
    width: 100%;
    border-radius: 10px
}

.save_all:hover {
    opacity: .7
}

.save_all_info {
    color: #ffc89b;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 0
}

#edit_user_route_result {
    color: #a0c0bb;
    font-weight: 700;
    font-size: 11px;
    margin-top: 5px
}

.flex_edit_avatar_setting {
    display: flex;
    gap: 20px
}

.flex_edit_avatars {
    display: flex;
    width: 100%;
    flex-direction: column
}

.img_edit_settings {
    width: 110px;
    height: 110px;
    border-radius: 16px
}

.btn_avatar_setting {
    border: none;
    background: linear-gradient(0deg, #4f4f4fa6 30%, #4f4f4f 100%);
    height: 49px;
    border-radius: 10px;
    font-weight: 700;
    width: 150px;
    margin-top: 21px;
    font-size: 11px;
    cursor: pointer;
    transition: 0.2s;
    color: #fff
}

.btn_avatar_setting:hover {
    opacity: .7
}

.buttons_referal {
    margin-top: 30px;
    display: flex;
    gap: 15px
}

.btn_referal {
    border: none;
    transition: 0.2s;
    background: none;
    color: #fff;
    font-weight: 700;
    border-bottom: dashed 1px #ffffffab
}

.btn_referal:hover {
    opacity: .7
}

.reveral_link_info {
    font-size: 11px;
    line-height: 15px;
    display: block;
    width: 90%;
    color: #ffe6d2;
    font-weight: 700;
    margin-top: 13px
}

#edit_user_avatar_result {
    color: #ffb679;
    font-weight: 700;
    font-size: 11px;
    margin-top: 10px
}

.link_info_setting {
    color: #ffff;
    display: block;
    line-height: 16px;
    margin-bottom: 6px
}

.signature_block_setting {
    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    .contacts_setting_block {
        background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
        padding: 18px;
        border-radius: 20px;
        gap: 4px;
        display: flex;
        flex-direction: column
    }

    background: linear-gradient(1deg, #282b3b 30%, #303345 100%);
    padding: 18px;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
    border-radius: 20px;
    gap: 4px;
    display: flex;
    flex-direction: column
}

.flex_contacts_text {
    display: flex;
    line-height: 16px;
    flex-direction: column
}

.flex_link_setting {
    width: 80%
}

.icon_buy {
    font-size: 18px;
    margin-left: 8px;
    top: 2px;
    position: relative
}

.head_privileges_store {
    padding: 10px;
    background: linear-gradient(1deg, #4f4f4f96 30%, #5d5d5d 100%);
    border-radius: 13px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    align-items: center
}

.head_privileges_store i {
    width: 38px;
    background: linear-gradient(1deg, #6161619e 30%, #757575 100%);
    display: flex;
    height: 38px;
    color: #ababab;
    font-size: 17px;
    border-radius: 10px;
    align-items: center;
    justify-content: center
}

.flex_yes_or_no {
    display: flex
}

#store_service_info {
    padding: 0 10px
}

.editing_admins_full {
    display: flex;
    gap: 8px;
    flex-direction: column
}

.editing_admins_full_btns {
    display: flex;
    gap: 10px;
    flex-direction: column
}

.btn_editing_admins {
    border: none;
    background: linear-gradient(0deg, #51515196 30%, #515151 100%);
    font-weight: 600;
    height: 42px;
    transition: 0.2s;
    width: 150px;
    border-radius: 9px;
    color: #fff
}

.btn_editing_admins:hover {
    opacity: .7
}

.block_editing_admins {
    padding: 6px;
    border-radius: 10px;
    background: linear-gradient(270deg, #52577000 10%, #404040 100%);
    display: flex;
    padding-left: 20px;
    align-items: center;
    justify-content: space-between
}

.new_table_forum {
    display: flex;
    background: linear-gradient(1deg, #3d3d3d87 30%, #3d3d3d 100%);
    align-items: center;
    border-radius: 15px;
    gap: 30px;
    padding: 15px 20px;
    margin-bottom: 10px;
    justify-content: space-between
}

.new_table_forum .btn-default {
    width: 55px;
    display: flex !important;
    transition: 0.2s !important;
    background: linear-gradient(26deg, #375955 0%, #668782 55%) !important;
    height: 55px !important;
    color: #ffff !important;
    border-radius: 12px !important;
    justify-content: center
}

.new_table_forum .btn-default i {
    color: #ffff !important;
    font-size: 17px !important
}

.new_tr_forum {
    display: flex;
    gap: 10px;
    width: 250px;
    line-height: 18px;
    align-items: center
}

.new_tr_forum_btn {
    display: flex;
    gap: 6px;
    line-height: 18px;
    align-items: center
}

.forum_btn_flex_theme {
    display: flex;
    gap: 6px;
    line-height: 18px;
    margin-top: -5px;
    align-items: center;
    margin-bottom: 30px
}

.new_table_privileges {
    background: #3d3d3d;
    display: flex;
    align-items: center;
    border-radius: 11px;
    gap: 30px;
    padding: 15px 20px;
    margin-bottom: 10px
}

.new_tr_privileges {
    display: flex;
    flex-direction: column;
    width: 150px;
    line-height: 18px
}

.name_table_new {
    color: #838383e6;
}

.text_table_new {
    font-size: 12px
}

.timer_new_privileges {
    background: #fff0;
    border: none;
    color: #ffff;
    font-size: 12px;
    font-weight: 700
}

.flex_flags_new {
    display: flex;
    align-items: center;
    border: solid 1px #565656;
    padding: 7px;
    border-radius: 50px
}

.info_privileges_store {
    padding: 18px;
    background: linear-gradient(17deg, #3b3b3b96 30%, #464646 100%);
    border-radius: 18px;
    height: 100%;
    font-size: 11px
}

.text_table_new_one {
    font-size: 12px;
    text-overflow: ellipsis;
    width: calc(100% - 45px);
    overflow: hidden;
    white-space: nowrap
}

.btn_flags {
    border: none;
    transition: 0.2s;
    margin-right: 4px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    color: #fff;
    font-size: 15px;
    display: flex;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    align-items: center;
    justify-content: center
}

.btn_flags:hover {
    opacity: .7
}

.cont_s_text_setting {
    color: #b4bae8;
    font-size: 11px
}

.cont_text_setting {
    color: #add2ff;
    font-size: 11px
}

.cont_desp_setting {
    font-size: 11px
}

.flex_text_priv {
    display: flex;
    line-height: 18px;
    flex-direction: column;
    justify-content: center;
    font-weight: 700
}

.flex_text_complaint {
    display: flex;
    line-height: 16px;
    flex-direction: column;
    justify-content: center;
    font-weight: 700
}

.flex_head_complaint {
    display: flex;
    margin-bottom: 10px;
    padding-top: 9px;
    justify-content: space-between;
    align-items: center
}

.flex_head_privileges {
    display: flex;
    margin-bottom: 10px;
    padding-top: 9px;
    justify-content: space-between;
    align-items: center
}

.text_flex_privileges {
    font-size: 16px;
    color: #fff
}

.desp_flex_privileges {
    color: #8e8e8ee6;
    font-size: 12px
}

.text_flex_complaint {
    font-size: 14px;
    color: #fff
}

.desp_flex_complaint {
    color: #898989e6;
    font-size: 11px
}

.delete_privileges {
    position: absolute;
    right: 27px;
    margin-top: -37px;
    transition: 0.2s;
    font-size: 12px;
    color: #747474;
    border: none;
    background: none
}

.delete_privileges:hover {
    color: #ffff
}

.user_btn {
    display: flex;
    gap: 6px;
    flex-direction: column
}

#users {
    margin-bottom: 15px;
    margin-top: 15px
}

.right_user_top {
    display: flex;
    gap: 9px;
    align-items: center;
    width: 35%
}

.heading_block_user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between
}

.select_filter_user {
    font-size: 11px;
    padding-top: 16px;
    background: #3a3d51;
    font-weight: 600;
    padding-left: 50px;
    height: 55px;
    top: -1px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 10px;
    color: #ffff
}

.block_companion {
    display: flex;
    background: linear-gradient(338deg, #42424294 30%, #424242 100%);
    border-radius: 13px;
    padding-left: 17px !important;
    backdrop-filter: blur(1px);
    padding: 14px;
    align-items: center;
    justify-content: space-between
}

.img_companion {
    width: 37px;
    height: 37px;
    border-radius: 10px
}

.btn_send_message {
    border-radius: 50px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    width: 32px;
    display: flex;
    position: absolute;
    height: 32px;
    color: #ffffff !important;
    padding-left: 1px;
    font-size: 14px;
    top: 8px;
    right: 28px;
    align-items: center;
    justify-content: center
}

.btn_send_message:hover {
    opacity: .7
}

.flex_edit_news {
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

.btn-primary {
    background: #313445 !important;
    padding: 0 25px !important;
    border-radius: 10px;
    height: 45px !important
}

.btn-primary:hover {
    height: 100%;
    background: #383c4f;
    padding: 0 25px !important
}

.send_comment_btn {
    border: none;
    margin-right: 8px;
    padding: 0 20px;
    height: 41px;
    background: #353535;
    transition: 0.2s;
    font-size: 11px;
    font-weight: 700;
    color: #7b7b7b;
    border-radius: 8px
}

.send_comment_btn:hover {
    background: #424242;
    color: #fff
}

.desp_companion {
    font-size: 11px;
    color: #8e8e8e;
}

.flex_companion_mini {
    display: flex;
    line-height: 16px;
    flex-direction: column
}

.flex_info_new {
    display: flex;
    flex-direction: column
}

.flex_companion {
    display: flex;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    align-items: center
}

.companion_btn {
    color: #8a8a8a !important;
    font-weight: 600;
    height: 37px;
    border-radius: 10px;
    font-size: 15px;
    opacity: 1;
    display: flex;
    width: 37px;
    background: linear-gradient(25deg, #4b4b4b 30%, #515151 100%);
    transition: .2s all;
    align-items: center;
    justify-content: center
}

.companion_btn:hover {
    opacity: .7
}

.news_flex {
    display: flex;
    gap: 20px;
    border-radius: 20px;
    margin-bottom: 30px
}

.head_news {
    background: linear-gradient(0deg, #3d3d3da1 30%, #3d3d3d 100%);
    padding: 15px;
    border-radius: 15px;
    display: flex;
    font-weight: 700;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between
}

.head_news .bx-message-square-dots {
    background: linear-gradient(23deg, #4d4d4da6 30%, #585858 100%);
    border-radius: 12px;
    width: 43px;
    height: 43px;
    font-size: 18px;
    min-width: 43px;
    color: #898989;
    display: flex;
    align-items: center;
    justify-content: center
}

.name_news_img {
    font-size: 17px;
    margin-bottom: 10px;
    margin-left: -13px;
    padding: 20px 50px;
    backdrop-filter: blur(4px);
    border-radius: 0 50px 50px 0;
    background: #7d9e9933;
    text-overflow: ellipsis;
    width: 235px;
    overflow: hidden;
    white-space: nowrap;
}

.block_comments {
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
}

.flex_info_head_news {
    display: flex;
    line-height: 17px;
    flex-direction: column
}

.text_news_info {
    font-size: 13px
}

.img_edit_news {
    width: 100%;
    border-radius: 18px;
    height: 246px;
    background-size: cover
}

.flex_edit_img {
    margin-top: -65px
}

.flex_img_edit_full {
    display: flex;
    flex-direction: column
}

.desp_news_info {
    color: #909090;
    font-size: 11px
}

.edit_news_btn {
    border-radius: 12px;
    background: linear-gradient(23deg, #4d4d4da6 30%, #585858 100%);
    display: flex;
    width: 43px;
    height: 43px;
    color: #898989 !important;
    align-items: center;
    font-size: 13px;
    justify-content: center
}

.edit_news_btn:hover {
    opacity: .7
}

.head_news_btn {
    gap: 8px;
    display: flex
}

.block_edit_news {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
}

.edit_news_left {
    width: 33%
}

.block_forum {
    border-radius: 20px;
    padding: 20px !important;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
    margin-bottom: 20px
}

.custom_file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.load {
    width: 100%;
    height: 50px;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    backdrop-filter: blur(2px);
    cursor: pointer;
    z-index: 2;
    transition: 0.2s;
    color: #f4c399;
    font-size: 11px;
    font-weight: 600;
    background-color: #48311e59;
    border-radius: 11px;
    border: dashed 1px #d5a57d78 !important;
    padding: 0 16px;
    align-items: center;
    justify-content: center
}

.load:hover {
    color: #fff;
    background-color: #7f654d94;
    border: dashed 1px #d09b6b !important
}

.btn_admin_forum_full {
    background: #393939;
    display: flex;
    height: 50px;
    border: none;
    width: 130px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    color: #858585 !important;
    border-radius: 12px;
    transition: 0.2s;
    align-items: center;
    justify-content: center
}

.btn_admin_forum_full:hover {
    background: #434343;
    color: #ffffff !important
}

.btn_admin_forum {
    background: #353535;
    display: flex;
    height: 45px;
    font-size: 13px;
    color: #7c7c7c !important;
    border-radius: 12px;
    width: 45px;
    transition: 0.2s;
    align-items: center;
    justify-content: center
}

.btn_admin_forum:hover {
    background: #3d3d3d;
    color: #ffffff !important
}

.btn_edit_news_img {
    border: none;
    width: 100%;
    background: #454545;
    color: #8e8e8e;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 700;
    padding: 14px
}

.btn_edit_news_img:hover {
    background: #4c4c4c;
    color: #fff
}

.flex_btn_news_img {
    display: flex;
    gap: 10px;
    margin-top: -4px
}

.edit_news_right {
    width: 67%
}

.custom_file_padding {
    padding: 20px;
    padding-top: 0
}

.flex_head_news {
    display: flex;
    gap: 12px;
    align-items: center
}

.img_forum_setting {
    height: 55px;
    width: 55px;
    border-radius: 12px
}

.block_content_new {
    width: 60%;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
}

.left_news {
    width: 40%;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 20px;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
}

.btn_forum_setting_mini {
    border: none;
    width: 55px;
    transition: 0.2s;
    background: linear-gradient(24deg, #545454a6 30%, #545454 100%);
    height: 55px;
    color: #8c8c8c;
    border-radius: 12px;
    font-size: 17px
}

.btn_forum_setting_mini:hover {
    opacity: .7
}

.btn_forum_setting_min {
    border: none;
    width: 55px;
    transition: 0.2s;
    height: 55px;
    background: linear-gradient(23deg, #865023 0%, #da9256 55%);
    color: #fff;
    border-radius: 12px;
    font-size: 17px
}

.btn_forum_setting_min:hover {
    opacity: .7
}

.new_tr_forum_flex {
    display: flex;
    gap: 15px
}

.sections_list {
    position: relative;
    z-index: 1;
    display: flex;
    width: 1px;
    top: -26px;
    align-items: center
}

.sections_list i {
    position: relative;
    color: #898888e6;
    font-size: 20px;
    left: 16px
}

.sections_list span {
    position: relative;
    z-index: 1;
    top: -8px;
    margin-left: 30px;
    color: #898888e6;
    font-weight: 700;
    font-size: 11px
}

.table_group_forum {
    margin-bottom: 7px
}

.modal_btn_forum {
    padding: 13px 30px;
    border: none;
    border-radius: 10px;
    transition: 0.2s;
    font-size: 11px;
    color: #7c7c7c;
    background: #3d3d3d;
    font-weight: 700
}

.modal_btn_forum:hover {
    color: #fff;
    background: #474747
}

.btn_admin_topic {
    display: flex;
    gap: 7px
}

.flex_btn_modal_forum {
    padding-top: 15px;
    border-top: solid 1px #404040;
}

.img_add_forum {
    width: 109px;
    opacity: 1;
    height: 109px;
    border-radius: 15px;
    transition: 0.2s
}

.btn_forum_setting_delete {
    border: none;
    width: 55px;
    transition: 0.2s;
    background: linear-gradient(26deg, #bc6767 0%, #f38888 55%);
    height: 55px;
    color: #fff;
    border-radius: 12px;
    font-size: 17px
}

.btn_forum_setting_delete:hover {
    opacity: .7
}

.btn-group-toggle {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap
}

.head_block_topic_full {
    display: flex;
    gap: 11px;
    align-items: center
}

.head_block_topic_full i {
    width: 45px;
    height: 45px;
    background: linear-gradient(23deg, #4f4f4f85 0%, #4f4f4f 55%);
    border-radius: 12px;
    display: flex;
    margin-bottom: 4px;
    color: #909090;
    font-size: 18px;
    min-width: 45px;
    align-items: center;
    justify-content: center
}

.row_img_edit_forum {
    display: flex
}

.block_btn_forum_top {
    display: flex;
    gap: 20px;
    margin-bottom: 10px
}

.block_top_users {
    padding: 15px;
    border-radius: 50px;
    display: flex;
    background: linear-gradient(1deg, #2b2b2c 30%, #343434 100%);
    margin-bottom: 20px;
    justify-content: space-between
}

@media (max-width: 1199px) {
    .new_table_forum {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .block_support_left {
        max-height: 520px
    }

    .block_stats_bans {
        flex-direction: column
    }

    .left_blocked {
        width: 60%;
        padding: 20px
    }

    .flex_mini_user {
        display: none
    }
}

@media (max-width: 991.99px) {
    .new_table_privileges {
        background: #da92561a;
        align-items: flex-start;
        border-radius: 15px;
        gap: 15px;
        padding: 25px;
        flex-direction: column;
        margin-bottom: 17px
    }

    .flex_mini_user {
        display: flex
    }

    .block_top_users {
        border-radius: 20px
    }

    .search_flex_users {
        flex-direction: column;
        gap: 0
    }

    .search_flex_users .custom-select.with-title>select {
        border-radius: 11px !important
    }

    .search_btn {
        border-radius: 9px
    }

    .search_flex_users .custom-select i {
        border-radius: 9px !important
    }

    .block_message {
        gap: 0;
        flex-direction: column
    }

    .block_message_right {
        width: 100%
    }

    .delete_privileges {
        position: absolute;
        right: 32px;
        margin-top: -12px;
        font-size: 13px;
        transition: 0.2s
    }

    .number_referal {
        margin-top: -5px;
        margin-left: 0;
        left: 51px
    }

    .right_user_top {
        display: flex;
        gap: 9px;
        align-items: center;
        flex-direction: column;
        width: 100%
    }

    .right_user_top .custom-select {
        width: 100% !important
    }

    .heading_block_user {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px
    }

    .edit_news_right {
        width: 100%
    }

    .block_search {
        border-radius: 10px;
        margin-top: 7px;
        width: 100%
    }

    .block_select_friends {
        padding: 15px;
        border-radius: 20px
    }

    .block_forum_item {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .desp_forum {
        font-size: 11px;
        line-height: 13px
    }

    .flex_info_forum {
        line-height: 25px
    }

    .flex_forum_info_right {
        border-left: none;
        width: auto
    }

    .block_btn_forum_top {
        gap: 10px
    }

    .new_table_forum {
        display: flex;
        border-radius: 15px;
        flex-direction: column;
        gap: 17px;
        align-items: flex-start
    }

    .new_tr_forum_flex {
        display: flex;
        width: 100%;
        flex-direction: column
    }

    .new_tr_forum {
        width: 100%
    }

    .name_info_block_topic {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px
    }

    .block_support {
        flex-direction: column
    }

    .block_support_left {
        max-height: max-content;
        width: 100%
    }

    .block_support_right {
        width: 100%
    }

    .info_server {
        margin-top: 20px
    }

    .status_block {
        display: flex !important;
        flex-direction: row !important;
        margin-bottom: 0px !important;
        height: 56px !important
    }

    .status_block small {
        color: #fff !important;
        font-size: 12px;
        position: relative;
        top: 10px
    }

    .div_edit_user {
        flex-direction: column
    }

    .btn_ticket_support {
        flex-wrap: wrap
    }

    .block_select_servers_blocked {
        padding: 15px;
        border-radius: 20px;
        justify-content: space-between;
        flex-direction: column
    }

    .blocked_block {
        height: fit-content;
        padding: 15px
    }

    .edit_news_left {
        width: 100%
    }

    .flex_blocked {
        margin-bottom: 15px
    }

    .btns_blocked {
        display: none
    }

    .blocked_text {
        font-size: 19px
    }

    .blocked_desp {
        font-size: 11.5px
    }

    .left_blocked {
        width: 100%
    }

    .block_stats_bans {
        flex-direction: column
    }

    .avatar_edit {
        padding: 20px;
        flex-direction: column
    }

    .flex_user_avatar_edit {
        width: 100%
    }

    .avatar_edit_result {
        width: 100px;
        height: 100px;
        border-radius: 17px;
        margin-left: -15px
    }

    .select_number {
        flex-wrap: wrap
    }

    .flex_edit_news {
        flex-direction: column
    }

    .transparent_tr {
        background: #fff0 !important;
        height: max-content !important;
        align-items: flex-start;
        padding: 0px !important
    }

    .status_purse_minus {
        box-shadow: none
    }

    .status_purse_plus {
        box-shadow: none
    }

    #loader {
        margin: -65px 0 0 -25px
    }

    .block_select_support {
        border-radius: 15px
    }

    .prof_l {
        flex-direction: column;
        align-items: flex-start
    }

    .contacts_profile {
        flex-wrap: wrap
    }

    .profile_contact_discord {
        width: fit-content
    }

    .status_user_chat {
        display: none
    }

    .news_flex {
        flex-direction: column
    }

    .left_news {
        width: 100%
    }

    .name_news_img {
        font-size: 14px
    }

    .block_content_new {
        width: 100%
    }

    .slider_menu {
        display: none
    }

    .img_edit_news {
        height: 180px
    }

    .discount_block {
        height: auto;
        gap: 15px;
        align-items: flex-start;
        flex-direction: column
    }

    .flex_yes_or_no {
        margin-bottom: 15px
    }

    .name_server_info {
        max-width: 300px
    }

    .position_player {
        display: none !important
    }

    .name_news {
        font-size: 17px;
        background-clip: text;
        font-weight: 600;
        color: white;
        text-overflow: ellipsis;
        width: 300px;
        overflow: hidden;
        white-space: nowrap;
    }

    .event_content {
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        line-height: 15px;
        display: block;
        text-overflow: ellipsis;
        width: 230px;
        overflow: hidden;
        white-space: nowrap;
    }

    .with_code img {
        width: fit-content;
        height: auto;
        max-width: none;
    }

    .message_global {
        max-width: 80%;
    }

}

@media (max-width: 768px) {
    .cards_menu {}

    .card_block {}
}

/* --- Mobile Carousel Fix --- */
.cards_menu {}

@media (max-width: 768px) {
    .cards_menu {}

    .card_block {}
}

/* --- Mobile Carousel Fix --- */
.cards_menu {
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

@media (max-width: 768px) {
    .cards_menu {
        padding: 20px 15px !important;
        gap: 15px !important;
        justify-content: flex-start !important;
        display: flex !important;
    }

    .card_block {
        min-width: 85% !important;
        scroll-snap-align: center !important;
        flex-shrink: 0 !important;
    }
}

/* --- Carousel Progress Bar --- */
.cards_carousel_container {
    position: relative;
    width: 100%;
}

.carousel_timer_bar {
    position: absolute;
    top: -5px;
    left: 20px;
    right: 20px;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    z-index: 100;
    display: none;
    /* Hidden by default, shown via JS on mobile */
}

.carousel_timer_progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ff4c4c, #ff8c8c);
    transition: width 0.1s linear;
}

@media (max-width: 768px) {
    .carousel_timer_bar {
        display: block;
    }
}


.live_count {
    width: 50px;
    border-radius: 12px;
    background: radial-gradient(100% 100% at 50% 0, #e3a46e 0, #b17543 100%);
    position: relative;
}

.live_count span {
    position: absolute;
    transform: rotate(270deg);
    left: -24px;
    top: 65px;
    width: 100px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 11px;
    justify-content: center;
    font-weight: 600;
}

.live_count span i {
    font-size: 19px;
    color: #ffd2ac;
}

.live_cases_block {
    padding: 20px;
    background: linear-gradient(1deg, #e2a36d33 30%, #e2a36d70 100%);
    border-radius: 20px;
    margin-bottom: 15px;
    width: 100%;
    gap: 10px;
    display: flex;
}

#live_open_cases {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    gap: 10px;
    mask-image: linear-gradient(to right, black 90%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.case-header {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Unbounded", sans-serif;
}

.case-name {
    color: #ffffff;
    /* ÃÂ¸ÃÂ·ÃÂ¼ÃÂµÃÂ½ÃÂ¸ÃÂ» Ã‘â€ ÃÂ²ÃÂµÃ‘â€š ÃÂ½ÃÂ° ÃÂ±ÃÂ¾ÃÂ»ÃÂµÃÂµ Ã‘â€šÃÂµÃÂ¿ÃÂ»Ã‘â€¹ÃÂ¹ */
    font-weight: 400;
    font-size: 10px;
    font-family: "Unbounded", sans-serif;
}

.case-image {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-item:hover .case-image {
    transform: scale(1.05);
}

.love-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    color: #fff;
    line-height: 15px;
    font-size: 10.5px;
    display: flex;
    border: none;
    backdrop-filter: blur(3px);
    width: 100%;
    background: #0000009c;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    align-items: center;
    justify-content: center;
}

.case-item:hover .love-overlay {
    opacity: 1;
}

.case-item {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    background: linear-gradient(1deg, #e2a36d33 30%, #e2a36d70 100%);
    overflow: hidden;
    border-radius: 15px;
    padding: 12px;
    text-align: center;
    transition: transform 0.3s ease;
    vertical-align: top;
}

.case-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.block_solution_auction {
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: -45px;
    position: relative;
}

.auction_none {
    border-radius: 14px !important;
    background-color: #4a4a4a33 !important;
    display: flex;
    margin-right: 15px;
    width: 100%;
    color: #7b7b7b !important;
    font-size: 11px !important;
    border: dashed 1px #4c4c4c !important;
    padding: 40px;
    align-items: center;
    justify-content: center;
}

.flex_button_cases_open {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -10px;
}

.prize-icon {
    width: auto;
    height: 80px;
    margin-bottom: 7px;
}

.history_btn_cases_open:hover {
    opacity: 0.7;
}

.history_btn_cases_open {
    padding: 0 35px;
    height: 40px;
    line-height: 60px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #555555 0, #3b3b3b 100%));
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    color: #939393 !important;
    transition: 0.2s;
    gap: 4px;
    width: fit-content;
    font-weight: bold;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history_btn_cases_open i {
    font-size: 18px;
    color: #b1b1b1;
}

.inventory_item {
    background: #3d3d3d;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 8px;
}

.left_flex_inventory {
    display: flex;
    gap: 15px;
    align-items: center;
}

.img_cases_inventory {
    width: auto;
    height: 65px;
}

.flex_info_inventory_cases {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    line-height: 17px;
    font-family: "Unbounded", sans-serif;
}

.name_cases_inventory {
    font-size: 13px;
    margin-bottom: 7px;
    font-family: "Unbounded", sans-serif;
}

.item_cases_inventory {
    font-size: 11px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    font-family: "Unbounded", sans-serif;
}

.item_cases_inventory b {
    color: #a5a5a5;
}

.flex_btn_inventory {
    display: flex;
    gap: 7px;
    font-family: "Unbounded", sans-serif;
    background: #494949;
    border-radius: 50px;
    padding: 5px;
}

.activity_case_inventory {
    transition: 0.2s;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ffab65 0, #a36735 100%)) !important;
    display: flex;
    padding: 0px 19px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 10.5px;
    gap: 7px;
    width: 100%;
    color: #ffffff;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
}

.activity_case_inventory:hover {
    opacity: 0.7;
}

.gift_case_inventory {
    transition: 0.2s;
    display: flex;
    padding: 0px 19px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #6f6f6f 0, #5b5b5b 100%));
    border-radius: 50px;
    cursor: pointer;
    font-size: 17px;
    gap: 7px;
    width: 50px;
    color: #adadad;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
}

.gift_case_inventory:hover {
    opacity: 0.7;
}

.block_info_inventory {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    font-family: "Unbounded", sans-serif;
}

.head_text_cases_block {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
}

.alert-info {
    border-radius: 14px !important;
    background: #52525242 !important;
    display: flex !important;
    margin-bottom: 0px;
    width: 100%;
    font-weight: bold;
    color: #949494;
    font-size: 11px;
    border: dashed 1px #525252 !important;
    padding: 40px !important;
    align-items: center !important;
    justify-content: center !important;
}

.cases-main-block {
    background: linear-gradient(1deg, #222222 30%, #2f2f2f 100%) !important;
}

.head_text_cases {
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

line {
    display: block;
    width: 60px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #fda964 0, #aa6c38 100%));
    box-shadow: 0px 0px 20px #fda964;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50px;
}

smallline {
    display: block;
    width: 30px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #fda964 0, #aa6c38 100%));
    box-shadow: 0px 0px 20px #fda964;
    height: 2px;
    border-radius: 50px;
}

.info_block_cases {
    display: flex;
    background: linear-gradient(1deg, #3d3d3d6b 30%, #3d3d3d 100%);
    padding: 20px;
    border-radius: 20px;
    gap: 10px;
}

.left_info_cases {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.right_info_cases {
    width: 50%;
    display: flex;
    background: linear-gradient(1deg, #d68e531f 30%, #d68e5359 100%);
    padding: 20px;
    border-radius: 20px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    position: relative;
    font-family: "Unbounded", sans-serif;
    justify-content: space-between;
}

.punkt_block_cases {
    padding: 14px;
    border-radius: 16px;
    transition: .2s all;
    display: flex;
    gap: 23px;
    justify-content: space-between;
    align-items: center;
    font-family: "Unbounded", sans-serif;
}

.punkt_block_cases i {
    font-size: 20px;
    color: #ffffff;
    width: 50px;
    display: flex;
    min-width: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 8px rgb(218 146 86 / 18%);
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ffab65 0, #a36735 100%));
    height: 50px;
    align-items: center;
    justify-content: center;
}

.flex_info_cases_punkt {
    display: flex;
    flex-direction: column;
    line-height: 16px;
    font-weight: 600;
    gap: 5px;
}

.flex_info_cases_punkt span {
    font-size: 12px;
    font-weight: 500;
    font-family: "Unbounded", sans-serif;
}

.flex_info_cases_punkt text {
    font-size: 11px;
    line-height: 14px;
    color: #919191;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
}

.settings_cases_flex .bx-cog {
    font-size: 27px !important;
    color: #ffffff;
    width: 70px !important;
    display: flex;
    right: 0px !important;
    transform: rotate(0deg) !important;
    position: relative !important;
    min-width: 70px;
    top: 0px !important;
    -webkit-text-fill-color: unset !important;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 11px rgb(246 164 96 / 21%);
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ffab65 0, #a36735 100%)) !important;
    height: 70px !important;
    align-items: center;
    justify-content: center;
}

.settings_cases_flex span {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 9px;
    font-family: "Unbounded", sans-serif;
}

.settings_cases_flex text {
    font-size: 11px;
    line-height: 14px;
    color: #bfac9c;
    font-weight: 400;
    text-align: center;
    margin-top: -4px;
    font-family: "Unbounded", sans-serif;
}

.settings_cases_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
}

.btn_index_cases_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}

.btn_cases_inventory {
    transition: 0.2s;
    display: flex;
    padding: 0px 19px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ffab65 0, #a36735 100%)) !important;
    border-radius: 50px;
    cursor: pointer;
    font-size: 10.5px;
    gap: 7px;
    font-weight: 400;
    width: 100%;
    color: #ffffff;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    font-family: "Unbounded", sans-serif;
}

.btn_cases_inventory:hover {
    opacity: 0.7;
}

.btn_cases_inventory i {
    font-size: 18px;
}

.btn_cases_history {
    transition: 0.2s;
    display: flex;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #7d6f63 0, #7d6f634a 100%));
    padding: 0px 19px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 10.5px;
    gap: 7px;
    width: 100%;
    color: #d3c3b4;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    font-family: "Unbounded", sans-serif;
}

.btn_cases_history:hover {
    opacity: 0.7;
}

.btn_cases_historyy {
    transition: 0.2s;
    display: flex;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #676767 0, #535353 100%));
    padding: 0px 19px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 10.5px;
    gap: 7px;
    width: 100%;
    color: #a1a1a1;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    font-family: "Unbounded", sans-serif;
}

.btn_cases_historyy:hover {
    opacity: 0.7;
}

.btn_cases_history i {
    font-size: 18px;
}

.right_info_cases .bx-cog {
    position: absolute;
    right: -70px;
    font-size: 200px;
    border: none;
    transform: rotate(15deg);
    width: auto;
    height: auto;
    top: -40px;
    background: -webkit-linear-gradient(#d68e5329, #d68e5300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* --- Mobile Live Cases Fix --- */
@media (max-width: 768px) {
    .live_cases_block {
        flex-direction: column !important;
        padding: 15px !important;
    }

    .live_count {
        width: 100% !important;
        height: 35px !important;
        border-radius: 10px !important;
        margin-bottom: 10px !important;
    }

    .live_count span {
        position: relative !important;
        transform: rotate(0deg) !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #live_open_cases {
        display: flex !important;
        grid-template-columns: none !important;
        overflow-x: auto !important;
        gap: 10px !important;
        padding-bottom: 10px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        mask-image: none !important;
    }

    .case-item {
        flex-shrink: 0 !important;
        width: 130px !important;
        height: 130px !important;
        scroll-snap-align: start !important;
        padding: 10px !important;
    }

    .case-image {
        height: 50px !important;
    }

    .case-name {
        font-size: 9px !important;
    }
}


/* --- Chat Styles Update --- */
.chat {
    width: 100% !important;
    padding: 15px !important;
    padding-bottom: 10px !important;
    background: #fff0 !important;
    margin-bottom: 15px !important;
}

/* --- Today Visit Block Styles Update --- */
.today_visit_block {
    background: linear-gradient(1deg, #2f2f2f 30%, #363636 100%) !important;
    padding: 15px !important;
    border-radius: 15px !important;
    /* margin-bottom: 18px; */
}

/* --- Horizontal Visit Flex Styles Update --- */
.flex_visit_horizont {
    display: flex !important;
    gap: 5px !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    padding-left: 2px !important;
    font-size: 0px !important;
    height: 100px !important;
    overflow: auto !important;
}

/* --- Custom Scrollbar Styles --- */
#live_open_cases::-webkit-scrollbar,
.flex_visit_horizont::-webkit-scrollbar {
    height: 4px !important;
}

#live_open_cases::-webkit-scrollbar-track,
.flex_visit_horizont::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1) !important;
}

#live_open_cases::-webkit-scrollbar-thumb,
.flex_visit_horizont::-webkit-scrollbar-thumb {
    background: radial-gradient(100% 100% at 50% 0, #e3a46e 0, #b17543 100%) !important;
    border-radius: 10px !important;
}

/* --- Online Users Visit Style Update (Updated Width) --- */
.visit_users_online1 {
    padding: 15px !important;
    color: #fff !important;
    display: flex !important;
    text-align: center !important;
    gap: 3px !important;
    position: relative !important;
    margin-left: -2px !important;
    margin-bottom: 3px !important;
    width: 70px !important;
    background: linear-gradient(360deg, #3a3a3a 0%, #434343 55%) !important;
    border-radius: 13px !important;
    transition: .2s all !important;
    flex-direction: column !important;
}

/* --- Center Visitor Elements --- */
.flex_visit_horizont {
    /* justify-content: center !important; */
}


