@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild6336-6538-4231-b661-646434653966/MaterialIconsRound-R.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild6230-3861-4565-a566-366161393035/Montserrat-Medium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild3035-3438-4334-a265-383237363965/Montserrat-SemiBold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild3836-6638-4665-b532-323537633039/Montserrat-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild3030-3935-4064-b932-663932616534/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('https://static.tildacdn.com/tild3334-3437-4365-b539-393035323832/BebasNeueBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}
body {
    color: var(--main-color);
    margin: 0px; 
    padding: 0px;
}
* {
    font-family: Roboto Condensed, bebasneue, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

:root {
    --background-color: #181a1a;
    --background-image: url('https://cdn.builder.io/api/v1/image/assets/TEMP/890e9944614a9d9ba0b765766446509c85e2c85d9ef66cd345013674b51e961e?placeholderIfAbsent=true&apiKey=a1eac9eadad44f8283bd2d1479a5eefa');
    --header-color: #141414;
    --main-color: #bab3ad;
    --button-dark-gray: #2b2929b3;
    --button-dark-gray-hover: #494949b3;
    --button-green: #A8CE67;
    --button-green-hover: #a3c36cb5;
    --button-lime-hover: #a8f12b;
    --button-white-hover: #f0eeec;
    --button-red: #CC4229CC;
    --button-red-hover: #CC4229E5;
    --button-red-disabled: #CC422966;
}



body {
    background-color: var(--background-color);
    /* background-image: var(--background-image); */
    background-repeat: repeat; 
    background-size: auto; 
    background-position: center;
}

/* header  */

.nav-link:hover, .nav-link:focus {
    cursor: pointer;
    color: #f0eeec;
}

.social-icon {
    transition: filter 0.3s ease;
}

.social-icon:hover {
    filter: grayscale(1) brightness(1000%);
    cursor: pointer;
}

.avatar:hover {
    border: 2px solid #a8ce674d;
}

img.logo:hover {
    cursor: pointer;
    transform: scale(1.05)
}

.logo {
    transition: transform 0.6s ease;
}
.main-content {
    margin-bottom: 32px;
}

@media screen and (max-width: 1920px) and (min-width: 1350px) {
    main.main-content {
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 60px);
    }

    .nav-container {
        margin-left: 30px;
        margin-right: 30px;
    }
    .footer-main {
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 60px); 
    }
}

.active-battlepass {
    color: var(--button-green);
    text-transform: uppercase;
}
.battlepass-time {
    color: var(--button-dark-gray)
}

img.card-image, .card-check, .card-number, .card-content, .card, .cards-wrapper, button.nav-button, .cards-container, .card-title, .cards-section {
    user-select: none;
}


.search-input {
    display: flex;
    align-items: center;
    border-radius: 1px;
    padding: 8px;
    color: #333131;
    background-color: #141414f0;
    font-size: 14px;
    /* font-weight: 600; */
    padding-left: 12px;
  }
  
  .search-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  
  .search-text {
    flex: 1;
    font-family: Roboto Condensed, bebasneue, ui-sans-serif, system-ui, -apple-system,
      BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-weight: 600;
    border: none;
    outline: none;
    font-size: 16px;
    color: #666666;
    background-color: transparent;
  }



  .v-popper--theme-my-theme .v-popper__inner {
    background: #141414;
    color: #BAB3AD;
    padding: 15px;
    border: none;
    font-size: 16px;
    border-radius: 0px;
  }
  
  .v-popper--theme-my-theme .v-popper__arrow-outer {
    visibility: hidden;
  }
  
  .v-popper--theme-my-theme .v-popper__arrow-inner {
    visibility: hidden;
  }

  .header-icon {
    color: #333131;
  }
  
  .header-icon {
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 20px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0;
  }
  .skin-giveaway {
    margin-top: 24px;
    width: 100%;
    max-width: 290px;
    overflow: hidden;
  }
  .header-icon:hover {
    color: var(--button-white-hover);
    cursor: pointer;
  }
  
  .giveaway-header {
    display: flex;
    height: 20px;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    line-height: 1;
    justify-content: center;
  }
  
  .streamer-section .header-title, .skin-giveaway .header-title {
    flex: 1;
    text-align: left;
  }
  
  .header-icon {
    width: 20px;
    object-fit: contain;
  }
  
  .giveaway-content {
    position: relative;
    margin-top: 12px;
    min-height: 180px;
    width: 100%;
    overflow: hidden;
  }
  
  .giveaway-stats {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.02);
    background-color: rgba(43, 41, 41, 0.7);
    padding: 8px 0;
    gap: 12px;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.28px;
    padding-right: 10px;
  }
  
  .stats-label {
    color: #bab3ad;
    font-weight: 600;
    flex: 1;
    padding-left: 12px;
  }
  
  .stats-item {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .stats-icon {
    width: 20px;
    object-fit: contain;
  }
  
  .stats-value {
    display: flex;
    align-items: center;
  }
  
  .live-drops {
    margin-top: 6px;
    height: 158px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; /* Убираем горизонтальный скролл */
    scrollbar-width: none; /* Для Firefox */
  }
  
  .live-drops::-webkit-scrollbar {
    display: none; /* Для Webkit-браузеров */
  }
  
  /* Сетка для 1 элемента в ряд */
  .drops-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  
  .drop-item {
    display: flex;
    align-items: center;
    background-color: rgba(43, 41, 41, 0.7);
    padding: 8px 0;
    gap: 6px;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
  }
  
  .drop-image {
    width: 32px;
    object-fit: contain;
    padding-left: 12px;
  }
  
  .drop-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 6px;
  }
  
  .drop-name {
    color: #bab3ad;
    font-size: 12px;
    letter-spacing: 0.24px;
  }
  
  .drop-price {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-top: 6px;
  }
  
  .winner-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
    color: #bab3ad;
    text-align: right;
    letter-spacing: 0.24px;
    padding-right: 12px;
  }
  
  .winner-avatar {
    width: 12px;
    object-fit: contain;
    border-radius: 1px;
  }
  
  .winner-name {
    margin-top: 6px;
  }
  
  .shadow-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
    background: linear-gradient(to bottom, transparent, rgb(20 20 20));
  }
  
  .get-skin-btn {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    width: 100%;
    background-color: #a8ce674d;
    border: none;
    border-radius: 1px;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #a8ce67;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.28px;
    cursor: pointer;
    justify-content: center;
  }
  
  .header-icon:hover {
    color: var(--button-white-hover);
    cursor: pointer;
  }
  
  button.get-skin-btn:hover {
    background: #a8ce6773;
    color: #a8ce67;
  }
  
  .btn-icon {
    width: 20px;
    object-fit: contain;
  }
  
  @media (max-width: 991px) {
    .stats-item,
    .winner-info {
      white-space: initial;
    }
  }

  section.server-status .header-title {
    flex: unset !important;
}

.first-item .text {
    color: white;
  }
  
  .notification-title .first-item {
    display: flex !important;
    gap: 7px !important;
  }

  .summ {
    color: #A8CE67;
}


.notifications-window::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  
  .notifications-window::-webkit-scrollbar-track {
    background: #2b2929a3; /* Фон дорожки */
    border-radius: 4px;
  }
  
  .notifications-window::-webkit-scrollbar-thumb {
    background: #333131; /* Цвет ползунка */
    border-radius: 4px;
  }
  
  .notifications-window::-webkit-scrollbar-thumb:hover {
    background: #333131;
  }
  
  .notifications-window {
    scrollbar-width: thin;
    scrollbar-color: #333131 #2b2929a3;
  }
  
  .dot {
    display: flex;
    align-content: center;
    align-items: center;
  }
  .user-info {
    display: flex;
    min-width: 200px;
    margin: auto 0;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
  }
  
  .cart-block {
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    background-color: var(--button-dark-gray);
    display: flex;
    margin: auto 0;
    min-height: 40px;
    padding: 0 10px;
    gap: 8px;
    overflow: hidden;
    width: 20px;
    height: 40px;
  }
  
  .balance {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    background-color: var(--button-dark-gray);
    padding: 2px 2px 2px 12px;
    gap: 12px;
  }
  
  .balance-amount {
    color: #fff;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin: auto 0;
  }
  
  .add-funds-btn {
    border-radius: 1px;
    background-color: #a8ce674d;
    display: flex;
    min-height: 36px;
    padding: 0 8px;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    justify-content: center;
    width: 36px;
    height: 36px;
  }
  
  .add-funds-icon {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
  
  .notification-container {
    position: relative;
    display: inline-block;
  }
  
  .notification {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    background-color: var(--button-dark-gray);
    min-height: 40px;
    padding: 0 10px;
    gap: 8px;
    overflow: hidden;
    width: 20px;
    height: 40px;
    cursor: pointer;
  }
  
  .notifications-window {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 375px;
    height: 470px;
    background: #1b1b1b;
    border: 1px solid #131313;
    box-shadow: 0 4px 8px #0000001a;
    overflow: auto;
    padding: 10px;
    z-index: 1000;
  }
  
  .notifications-block-title {
    /* font-size: 14px; */
    /* text-transform: uppercase; */
    /* color: #666; */
    /* margin-bottom: 12px; */
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0.02em;
    color: rgba(186, 179, 173, 0.9);
    padding-left: 5px;
  }
  
  .notifications-date {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0.02em;
    color: #bab3ade6;
    padding-left: 5px;
  }
  
  .notifications-section {
    margin-bottom: 20px;
  }
  
  .notification-item {
    display: flex;
    flex-direction: row;
    gap: 4px;
    background: #141414;
    margin: 5px;
    height: 70px;
    padding: 8px 0 8px 10px;
    align-content: center;
    align-items: center;
  }
  
  .notification-item.unread {
    background-color: #f9f9f9;
  }
  
  .notification-item.read {
    background-color: #2b2929;
  }
  
  .notification-top-row {
    display: flex;
    align-items: center;
    gap: 8px;
    /* position: relative; */
    height: 24px;
  }
  
  .notification-title {
    /* flex: 1; */
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    /* margin: auto 0; */
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .notification-bottom-row {
    font-size: 14px;
    /* color: #555; */
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
  
  .notif-dot {
    /* width: 8px; */
    /* height: 8px; */
    /* background-color: #c23c2b; */
    /* border-radius: 50%; */
  }
  
  .notification-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    flex-shrink: 0;
  }
  
  .read .tickets-arrow {
    margin-left: auto;
    padding-right: 10px;
    background-size: contain;
    color: #101010ab;
    width: 32px;
    height: 32px;
}

.read .tickets-arrow:hover {
    color: #171616;
    cursor: pointer;
}

.read .tickets-arrow:hover path {
  fill: #565656;
  cursor: pointer;
}

.read .tickets-arrow path {
  fill: #838383;
  cursor: pointer;
}

.tickets-arrow {
    margin-left: auto;
    padding-right: 10px;
    background-size: contain;
    color: #2B2929;
    width: 32px;
    height: 32px;
}

.tickets-arrow:hover {
    color: #434242;
    cursor: pointer;
}

.tickets-arrow:hover path {
  fill: #7c7878;
  cursor: pointer;
}

.tickets-arrow path {
  fill: #838383;
  cursor: pointer;
}


  .notification-msg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin: auto 0;
    max-width: 290px;
    white-space: nowrap; /* Запрещает перенос строк */
    overflow: hidden; /* Скрывает переполнение */
    text-overflow: ellipsis; /* Добавляет многоточие, если текст не помещается */
  }

  .notification-item.read {
    background-color: #2b2929;
    display: flex
;
    flex-direction: row;
    gap: 4px;
    margin: 5px;
    height: 70px;
    padding: 8px 0 8px 10px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.notification:hover, .cart-block:hover {
    background-color: var(--button-dark-gray-hover);
    color: var(--button-white-hover);
    cursor: pointer;
}

.new-notification {
    position: absolute;
    right: -5px;
    bottom: -10px;
}

.read .first-item .text {
    color: #bab3ade6;
}

.read .summ {
    color: #bab3ade6;
}

@keyframes blink {
    0% {
      opacity: 0.3;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.3;
    }
  }
  
  .status-dot svg rect:first-child {
    animation: blink 2s infinite;
  }



  .hit-stat-item {
    transition: opacity 0.2s ease;
  }
  .hit-stat-item.faded {
    opacity: 0.1 !important;
  }
  .hit-stat-item.active {
    opacity: 1;
    transform: scale(1.05);
  }
  
  .kill-stats {
    width: 100%;
  }
  
  .stats-header {
    display: flex;
    min-height: 20px;
    width: 100%;
    align-items: center;
    gap: 12px;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
    color: #bab3ad;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    line-height: 1;
    justify-content: start;
  }
  
  .stats-title {
    align-self: stretch;
    margin: auto 0;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
  }
  
  .stats-content {
    display: flex;
    margin-top: 12px;
    width: 100%;
    align-items: stretch;
    gap: 6px;
    justify-content: start;
    flex-wrap: wrap;
  }
  
  .kill-stats-grid {
    min-width: 240px;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    white-space: nowrap;
    letter-spacing: 0.28px;
    line-height: 1;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 48px;
  }
  
  .kill-stats-row {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: start;
    flex: 1;
    flex-wrap: wrap;
    height: 50%;
  }
  
  .kill-stat-item {
    border-radius: 1px;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    justify-content: start;
    height: 100%;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  
  .stat-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 48px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0;
  }
  
  .stat-text {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  
  .stat-label {
    color: #bab3ad;
    text-overflow: ellipsis;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .stat-value {
    color: #fff;
    text-overflow: ellipsis;
    font-weight: 700;
    text-transform: uppercase;
    margin: 6px 0 0;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .body-hit-stats {
    align-self: start;
    display: flex;
    min-width: 240px;
    padding: 0 24px;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  
  .hit-stats-left {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
  }
  
  .hit-stat-item {
    align-self: start;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: start;
    margin-top: 8px;
  }
  
  .hit-stat-item:first-child {
    margin-top: 0;
  }
  
  .hit-indicator {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    padding: 4px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    justify-content: center;
    width: 20px;
  }
  
  .hit-status {
    border-radius: 200px;
    display: flex;
    padding: 2px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
  }
  
  .hit-status.green {
    background-color: rgba(168, 206, 103, 0.3);
  }
  
  .hit-status.yellow {
    background-color: rgba(255, 209, 57, 0.3);
  }
  
  .hit-status.blue {
    background-color: rgba(75, 150, 235, 0.3);
  }
  
  .hit-status.light-blue {
    background-color: rgba(109, 211, 255, 0.3);
  }
  
  .hit-status.red {
    background-color: rgba(204, 66, 41, 0.3);
  }
  
  .hit-status.pink {
    background-color: rgba(242, 51, 121, 0.3);
  }
  
  .hit-status.purple {
    background-color: rgba(184, 96, 251, 0.3);
  }
  
  .hit-status.dark-purple {
    background-color: rgba(110, 31, 222, 0.3);
  }
  
  .hit-dot {
    border-radius: 200px;
    display: flex;
    width: 6px;
    flex-shrink: 0;
    height: 6px;
  }
  
  .green .hit-dot {
    background-color: #a8ce67;
  }
  
  .yellow .hit-dot {
    background-color: rgba(255, 209, 57, 0.8);
  }
  
  .blue .hit-dot {
    background-color: #4b96eb;
  }
  
  .light-blue .hit-dot {
    background-color: rgba(109, 211, 255, 1);
  }
  
  .red .hit-dot {
    background-color: rgba(204, 66, 41, 0.8);
  }
  
  .pink .hit-dot {
    background-color: rgba(242, 51, 121, 0.8);
  }
  
  .purple .hit-dot {
    background-color: rgba(184, 96, 251, 0.8);
  }
  
  .dark-purple .hit-dot {
    background-color: rgba(110, 31, 222, 0.8);
  }
  
  .hit-info {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 6px;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #bab3ad;
    font-weight: 600;
    white-space: nowrap;
    text-align: right;
    letter-spacing: 0.28px;
    line-height: 1;
    justify-content: start;
  }
  
  .hit-info.right {
    text-align: left;
  }
  
  .hit-label {
    align-self: stretch;
    margin: auto 0;
  }
  
  .hit-separator {
    align-self: stretch;
    margin: auto 0;
  }
  
  .hit-value {
    color: #fff;
    align-self: stretch;
    margin: auto 0;
  }
  
  .hit-value.right {
    color: #fff;
    text-align: right;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.28px;
    align-self: stretch;
    margin: auto 0;
  }
  
  .body-image {
    aspect-ratio: 1.29;
    object-fit: contain;
    object-position: center;
    width: 193px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 1;
    flex: 1;
    flex-basis: 0%;
  }
  
  .hit-stats-right {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    flex-direction: column;
    align-items: end;
    justify-content: start;
  }
  
  @media (max-width: 991px) {
    .kill-stats {
      max-width: 100%;
    }
  
    .stats-header {
      max-width: 100%;
      white-space: initial;
    }
  
    .stats-title {
      white-space: initial;
    }
  
    .stats-content {
      max-width: 100%;
    }
  
    .kill-stats-grid {
      max-width: 100%;
      white-space: initial;
    }
  
    .kill-stats-row {
      max-width: 100%;
      white-space: initial;
    }
  
    .kill-stat-item {
      white-space: initial;
    }
  
    .stat-text {
      white-space: initial;
    }
  
    .body-hit-stats {
      max-width: 100%;
      padding: 0 20px;
    }
  
    .hit-info {
      white-space: initial;
    }
  }



  /* СТАТИСТИКА  */

  .general-stats {
    margin-top: 24px;
    width: 100%;
    font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
  }
  
  .stats-header {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #bab3ad;
  }
  
  .header-text {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .stats-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .stat-item:hover {
    border: 1px solid rgb(255 255 255 / 33%);
  }
  
  .stats-total {
    background-color: #1d1c1ceb;
    padding: 6px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    border-radius: 1px;
    margin: 0;
  }
  
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 12px;
  }
  
  @media (max-width: 1400px) {
    .stats-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 1100px) {
    .stats-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 850px) {
    .stats-grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  .stat-item {
    display: flex;
    align-items: center;
    background-color: #333131;
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 1px;
    min-height: 46px;
    width: 100%;
    overflow: hidden;
  }
  
  .stat-icon {
    width: 52px;
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    padding-left: 10px;
    padding: 5px;
  }
  
  .stat-text {
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 6px;
    padding-right: 10px;
    align-content: center;
    align-items: center;
  }
  
  .stat-label {
    color: #bab3ad;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .stat-value {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    flex: 1;
  }
  .kill-stat-item .stat-text {
    display: flex
;
    flex-direction: column !important;
    align-items: flex-start;
}





/* SHOP MAIN */


/* modal */

.count-n-summ .productModalInfoItem {
  margin: 5px 0px;
}
.server-selector,
.productModalInfoItem,
.dropdown-options {
  margin-top: 16px;
  font-weight: 500;
}

.CountSelector-module__label {
  width: 100%;
  text-align: left;
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}

button.btn_buy.green-btn.inactive {
  background: rgba(168, 206, 103, 0.15);
  color: rgba(168, 206, 103, 0.7);
  cursor: no-drop;
}
.conts .divider {
  margin-bottom: 0px;
}
.quantity-editable:focus {
  outline: none;
  border: none;
}

.quantity-editable {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  transform: translate(-50%, -50%);
  font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: 0.28px;
  line-height: 1;
}

.input-with-range {
  position: relative;
}
.quantity-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: 100%; */
  /* height: 100%; */
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; /* выше, чем псевдоэлемент прогресса */
  cursor: pointer;
  background: transparent;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

.shop_wrapper {
  margin-top: 32px;
}
.filter-section {
  margin-top: 24px;
  width: 100%;
  font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.28px;
  line-height: 1;
}

.search-container {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  color: #333131;
  justify-content: start;
}

.shop-search-input {
  align-items: center;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.02);
  background-color: #141414f0;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  min-height: 40px;
  width: 100%;
  padding: 0px 12px;
  gap: 12px;
  overflow: hidden;
  justify-content: start;
  flex-wrap: wrap;
  flex: 1;
  flex-basis: 0%;
  height: 40px;
}

.shop-search-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

.search-text {
  align-self: stretch;
  margin: auto 0;
}

.category-filters {
  display: flex;
  margin-top: 12px;
  width: 100%;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: #bab3ad;
  text-align: center;
  justify-content: start;
  flex-wrap: wrap;
}

.category-btn {
  border: none;
  background: transparent;
  border-radius: 1px;
  align-self: stretch;
  display: flex;
  margin: auto 0;
  min-height: 32px;
  padding: 6px 8px;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.category-btn.active {
  background-color: rgba(43, 41, 41, 0.7);
  color: #a8ce67;
}
.price-discount {
  text-decoration: line-through;
  color: rgb(121, 116, 112);
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  line-height: 1;
  letter-spacing: 0.32px;
  align-self: stretch;
  margin: auto 0;
}

.category-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

.category-name {
  align-self: stretch;
  margin: auto 0;
}

.medical-cross {
  align-self: stretch;
  display: flex;
  margin: auto 0;
  width: 20px;
  flex-shrink: 0;
  height: 20px;
}

@media (max-width: 991px) {
  .filter-section {
    max-width: 100%;
    white-space: initial;
  }

  .search-container {
    max-width: 100%;
    white-space: initial;
  }

  .shop-search-input {
    max-width: 100%;
    white-space: initial;
  }

  .category-filters {
    max-width: 100%;
    white-space: initial;
  }

  .category-btn {
    white-space: initial;
  }
}

.server-switcher {
  display: flex;
  min-height: 40px;
  width: 100%;
  align-items: center;
  gap: 6px;
  font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  color: #bab3ad;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  line-height: 1;
  justify-content: start;
  flex-wrap: wrap;
}

.server-btn {
  align-self: stretch;
  border-radius: 1px;
  background-color: rgba(43, 41, 41, 0.7);
  margin: auto 0;
  min-height: 40px;
  padding: 12px 16px;
  gap: 12px;
  overflow: hidden;
  color: inherit;
  flex: 1;
  flex-basis: 0%;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.icons-item {
  position: absolute;
  left: 5px;
  top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  z-index: 10;
}
.server-btn.active {
  background-color: #333131;
  color: #fff;
}

@media (max-width: 991px) {
  .server-switcher {
    max-width: 100%;
  }
}
.shop_wrapper {
  margin-top: 32px;
}

.product-grid {
  width: 100%;
  font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
  text-align: center;
}

.product-header {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 32px;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: -7px;
}

.header-left {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  align-items: center;
  gap: 12px;
  justify-content: start;
  flex-wrap: wrap;
  flex: 1;
  flex-basis: 0%;
}

.main-header-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  align-self: stretch;
}

.item-count {
  align-self: stretch;
  border-radius: 1px;
  background-color: rgba(43, 41, 41, 0.7);
  margin: auto 0;
  padding: 6px;
  gap: 10px;
  font-size: 12px;
  color: #bab3ad;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.24px;
  line-height: 1;
}

.sort-options {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  align-items: start;
  gap: 12px;
  font-size: 14px;
  color: #797470;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.28px;
  line-height: 1;
  justify-content: start;
}

.sort-option {
  cursor: pointer;
}

.sort-option.active {
  color: #fff;
}

.product-cards {
  margin-top: 16px;
  width: 100%;
}

.card-row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 6px;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.card-row:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .product-grid {
    max-width: 100%;
  }

  .product-header {
    max-width: 100%;
  }

  .header-left {
    max-width: 100%;
  }

  .item-count {
    white-space: initial;
  }

  .sort-options {
    white-space: initial;
  }

  .product-cards {
    max-width: 100%;
  }

  .card-row {
    max-width: 100%;
  }
}

.product-card {
  align-items: stretch;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.02);
  background-color: rgba(43, 41, 41, 0.7);
  align-self: stretch;
  position: relative;
  display: flex;
  margin: auto 0;
  /* padding: 12px; */
  /* width: 195px; */
  /* height: 200px; */
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
}

.price-count {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.product-amount {
  border-radius: 1px;
  background-color: #333131;
  /* align-self: start; */
  position: absolute;
  z-index: 0;
  min-height: 18px;
  padding: 2px 4px;
  font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  color: #bab3ad;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
  letter-spacing: 0.24px;
  line-height: 1;
  right: 12px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* height: 18px; */
  justify-content: center;
  display: flex;
  align-content: flex-end;
  align-items: center;
}

.product-image {
  z-index: 0;
  display: flex;
  min-height: 142px;
  width: 100%;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

.product-img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 120px;
}

.product-info {
  z-index: 0;
  display: flex;
  margin-top: 12px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-family: Roboto Condensed, -apple-system, Roboto, Helvetica, sans-serif;
  justify-content: start;
  padding: 10px;
}

.product-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #bab3ad;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.28px;
  margin: 0;
  text-align: left;
}

.product-price {
  align-self: start;
  display: flex;
  margin-top: 8px;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: start;
}

.current-price {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.32px;
  align-self: stretch;
  margin: auto 0;
}

.old-price {
  color: #797470;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.28px;
  align-self: stretch;
  margin: auto 0;
}

.product-price-single {
  align-self: start;
  margin-top: 8px;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  line-height: 1;
}

.product-tags {
  align-self: start;
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: end;
  left: 6px;
  top: 6px;
}

.tag-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  border-radius: 1px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .product-amount {
    white-space: initial;
  }
}

.product-items {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(195px, 1fr)
  ); /* Колонки с минимальной шириной 195px */
  gap: 6px;
}

.product-card {
  min-width: 190px;
  max-width: 260px;
  min-height: 240px;
  max-height: 240px;
  box-sizing: border-box; /* Учитываем padding и border в размерах элемента */
}
article.product-card:hover {
  background: #333131;
  cursor: pointer;
}

.category-btn:hover,
.category-btn:focus {
  color: #a8ce67;
}

.quantity-input-wrapper {
  position: relative;
  width: 100%;
}

.input-with-range {
  position: relative;
  width: 100%;
  height: 40px;
  margin-right: -1px;
}

.input-with-range .range-slider-inside-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  background: transparent;
  z-index: 3;
  /* Убираем opacity и pointer-events */
}

.input-with-range .range-slider-inside-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* Прозрачный цвет */
  cursor: pointer;
}

.input-with-range .range-slider-inside-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #4caf50 0%,
    #4caf50 calc(({{col}} - 1) / ({{maxCol}} - 1) * 100%),
    #ddd calc(({{col}} - 1) / ({{maxCol}} - 1) * 100%),
    #ddd 100%
  );
  border: none;
  border-radius: 5px;
}

.input-with-range .range-slider-inside-input::-moz-range-thumb {
  width: 10px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.input-with-range .range-slider-inside-input::-moz-range-track {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}

.input-with-range .range-slider-inside-input::-ms-thumb {
  width: 10px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.input-with-range .range-slider-inside-input::-ms-track {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: transparent;
}

.input-with-range .range-slider-inside-input::-ms-fill-lower {
  background: #4caf50;
}

.input-with-range .range-slider-inside-input::-ms-fill-upper {
  background: #ddd;
}

.input-with-range .range-slider-inside-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}

.input-with-range .range-slider-inside-input::-moz-range-track {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #4caf50 0%,
    #4caf50 var(--progress-percentage),
    #ddd var(--progress-percentage),
    #ddd 100%
  );
  border: none;
  border-radius: 5px;
}

.input-with-range .range-slider-inside-input::-ms-fill-lower {
  background: #4caf50;
}

.input-with-range .range-slider-inside-input::-ms-fill-upper {
  background: #ddd;
}
.input-with-range .range-slider-inside-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  background: transparent;
  z-index: 3;
  opacity: 0; /* Ползунок невидим, но принимает события */
}
.input-with-range {
  position: relative;
  width: 100%;
  background: rgba(20, 20, 20, 0.94);
}

.productModalGiveText {
  color: rgb(173, 173, 173);
  border: 1px dashed rgb(105, 105, 105);
  padding: 2%;
  border-radius: 0px;
  background: rgb(51, 51, 51);
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 500;
}

.input-group {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 5px;
}

.footer_divs {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  padding-right: 4px;
  padding-left: 15px;
  background-color: #232223;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.1s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.1s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: white;
}
.modal-default-button {
  float: right;
}
.modal-enter-from,
.modal-leave-to {
  opacity: 0;
}
.modal-enter-active .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dropdown-option {
  width: 52px;
  height: 52px;
  background: #2b2929;
  margin: 3px;
}
.dropdown-option:hover {
  background: #454343;
  cursor: pointer;
}

.dropdown-option.active {
  background: #454343;
  cursor: pointer;
}
button.btn_buy.green-btn.inactive {
  background: rgba(168, 206, 103, 0.15);
  color: rgba(168, 206, 103, 0.7);
  cursor: no-drop;
}

.btn-close path {
  color: gray;
}

.dropdown-options h3 {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
  width: 100%;
}

img.dropdown-option-img {
  width: 50px;
  height: 50px;
}

span.dropdown-option-name {
  font-size: 12px;
  display: none;
}

.dropdown-options-list {
  display: flex;
}


/* SHOP MAIN END  */

.BasketContainer .product-amount {
  margin-top: 5px;
}

.empty-message {
  margin-top: 30px;
  text-align: center;
  padding: 24px;
  color: #888;
  font-size: 15px;
}

.nav-item:hover {
  background: rgb(43 41 41 / 51%);
}

.cart-container {
  /* position: relative; */
  /* align-self: stretch; */
  display: flex
;
  width: 100%;
  /* padding-top: 22px; */
  /* align-items: start; */
  /* gap: 32px; */
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -7px;
}

.chinook-loader {
  position: relative;
  width: 200px;
  height: 200px;
  animation: floatY 2s ease-in-out infinite;
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

img.chinook-blades-first {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  animation: spin 0.6s linear infinite;
  transform-origin: 50% 50%;
}

img.chinook-blades-second {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  animation: spin 0.6s linear infinite;
}

.chinook {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chinook-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.658);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chinook-loader {
  position: relative;
  width: 200px;
  height: 200px;
}

.chinook-body {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.chinook-blades {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  animation: spin 0.6s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes spin {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
