﻿:root {
  --live-feed-width: 213px;
  --site-edge: clamp(16px, 2vw, 28px);
  --site-panel-pad: clamp(14px, 2vw, 14px);
}

html,
body {
  overflow-x: hidden;
}

.layout_row,
.page_component,
.page_container,
.live_container,
.live_component,
.live_list {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.page_component > *,
.page_container > * {
  min-width: 0;
  max-width: 100%;
}

/* ===== LAYOUT Р”Р›РЇ Р’Р•Р РўРРљРђР›Р¬РќРћР™ Р›Р•РќРўР« ===== */

.layout_row {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  margin-left: var(--live-feed-width);
  margin-right: var(--site-edge);
  /* width: calc(100% - var(--live-feed-width)); */
  transition: margin-left .3s ease, width .3s ease;
  flex-direction: column;
  min-height: 100vh;
}

.layout_row--footer {
  flex: 0 0 auto;
  min-height: 0;
  margin-top: 0;
}

.layout_row--footer .page_component {
  flex: 0 0 auto;
}

@media(max-width: 1349px) {
  .layout_row {
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  :root {
    --live-feed-width: 176px;
  }

  .layout_row {
    margin-left: var(--live-feed-width);
    margin-right: var(--site-edge);
  }
}

.page_component {
  display: flex;
  flex: 1 1 auto;
  /* flex-direction: column; */
  gap: clamp(20px, 3vw, 48px);
  margin: 0 0 var(--site-edge) 0;
  background: #ffffff04;
  backdrop-filter: blur(10px);
  border-radius: 18px;
  /* max-width: calc((100% - var(--live-feed-width) * 2) * 1.15); */
  width: 100%;
  padding: var(--site-panel-pad);
  box-sizing: border-box;
}

@media(max-width: 1349px) {
  .page_component {
    margin: 0 var(--site-edge) var(--site-edge);
    width: auto;
    max-width: calc(100% - (var(--site-edge) * 2));
    padding: var(--site-panel-pad);
  }
}

@media(max-width: 900px) {
  :root {
    --site-edge: 0px;
    --site-panel-pad: 10px;
  }

  /* Р¦РµР»СЊ: РѕС‚ РєСЂР°СЏ СЌРєСЂР°РЅР° РґРѕ РќРђР§РђР›Рђ РљРћРќРўР•РќРўРђ СЂРѕРІРЅРѕ 10px СЃР»РµРІР°/СЃРїСЂР°РІР°.
     Р Р°РЅСЊС€Рµ СЃСѓРјРјР°СЂРЅРѕ РЅР°Р±РµРіР°Р»Рѕ ~32px: layout_row margin-right 16px + page_component
     margin 16px + page_component padding 16px = 48px РЅР° РґРµСЃРєС‚РѕРї-tablet, Р»РёР±Рѕ
     8+10=18px РїСЂРё <767px. РўРµРїРµСЂСЊ РІРѕ Р’РЎРЃРњ РјРѕР±РёР»СЊРЅРѕРј РґРёР°РїР°Р·РѕРЅРµ (в‰¤900px):
     layout_row margin = 0 + page_component margin = 0 + padding = 10px = 10px. */

  .layout_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .page_component {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px !important;
    gap: 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    backdrop-filter: blur(8px);
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* page_container вЂ” РІРЅСѓС‚СЂРµРЅРЅРёР№ РєРѕРЅС‚РµР№РЅРµСЂ РЅРёР¶Рµ page_component. РќРёРєР°РєРёС…
     РґРѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹С… РѕС‚СЃС‚СѓРїРѕРІ: padding 10px Сѓ page_component СѓР¶Рµ РґР°С‘С‚ РЅСѓР¶РЅС‹Р№ gap
     РґРѕ РєРѕРЅС‚РµРЅС‚Р°. */
  .page_container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* layout_row--footer С‚РѕР¶Рµ Р±РµР· Р±РѕРєРѕРІС‹С… РїРѕР»РµР№ */
  .layout_row--footer {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
}

.page_container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

/* ===== Р’Р•Р РўРРљРђР›Р¬РќРђРЇ Р›РђР™Р’ Р›Р•РќРўРђ Р”Р РћРџРћР’ (РЎРђР™Р”Р‘РђР ) ===== */

/* РљРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ РІРµСЂС‚РёРєР°Р»СЊРЅРѕР№ Р»РµРЅС‚С‹ */
.live_container {
  /* bottom: 0; */
  height: calc(100vh - var(--header-height, 92px));
  left: 0;
  padding: 0px 16px 16px 16px;
  position: fixed;
  will-change: height;
  z-index: 2;
  width: var(--live-feed-width);
}

@media(max-width: 1349px) {
  .live_container {
    bottom: auto;
    height: 116px;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
    will-change: auto;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .live_container {
    position: fixed;
    top: var(--header-height, 92px);
    left: 0;
    width: var(--live-feed-width);
    height: calc(100vh - var(--header-height, 92px));
    padding: 10px;
  }
}

@media(max-width: 767px) {
  .live_container {
    height: 108px;
    margin-top: 0;
    padding: 8px 8px 0;
    overflow: hidden;
  }
}

/* ===== РЎРљР Р«РўРР• РЎРРЎРўР•РњРќР«РҐ РЎРљР РћР›Р›Р‘РђР РћР’ Р’ Р›РђР™Р’-Р›Р•РќРўР• РќРђ РњРћР‘РР›Р• =====
   РќР° в‰¤900px Р»Р°Р№РІ-Р»РµРЅС‚Р° СѓРµР·Р¶Р°РµС‚ РІ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Р№ grid-СЂРµР¶РёРј, Рё РёР·-Р·Р°
   overflow-x:auto Сѓ .live_list РїРѕСЏРІР»СЏРµС‚СЃСЏ СЃРёСЃС‚РµРјРЅС‹Р№ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Р№ СЃРєСЂРѕР»Р»Р±Р°СЂ.
   РРЅРѕРіРґР° РІРјРµСЃС‚Рµ СЃ РЅРёРј В«РїСЂРѕРєРёРґС‹РІР°Р»СЃСЏВ» Рё РІРµСЂС‚РёРєР°Р»СЊРЅС‹Р№ (РµСЃР»Рё РєРѕРЅС‚РµРЅС‚ РІС‹С€Рµ
   РєРѕРЅС‚РµР№РЅРµСЂР°). РЎРєСЂС‹РІР°РµРј РѕР±Р°, РѕСЃС‚Р°РІР»СЏСЏ РЎРљР РћР›Р› СЂР°Р±РѕС‚Р°СЋС‰РёРј (РјРѕР¶РЅРѕ Р»РёСЃС‚Р°С‚СЊ
   СЃРІР°Р№РїРѕРј / С‚СЂРµРєРїР°РґРѕРј). */
@media (max-width: 900px) {
  .live_container,
  .live_component,
  .live_list,
  .drops-live-feed {
    /* Firefox */
    scrollbar-width: none !important;
    /* IE / old Edge */
    -ms-overflow-style: none !important;
  }
  .live_container::-webkit-scrollbar,
  .live_component::-webkit-scrollbar,
  .live_list::-webkit-scrollbar,
  .drops-live-feed::-webkit-scrollbar {
    /* Chrome / Safari / РЅРѕРІС‹Рµ Edge */
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
  }
  /* РќР° СЃР»СѓС‡Р°Р№ РµСЃР»Рё СЂРµРЅРґРµСЂРёС‚СЃСЏ РІРµСЂС‚РёРєР°Р»СЊРЅС‹Р№ вЂ” СЂРµР¶РµРј СЏРІРЅРѕ */
  .live_container {
    overflow-y: hidden !important;
  }
}

/* РљРѕРјРїРѕРЅРµРЅС‚ Р»РµРЅС‚С‹ */
.live_component {
  background: rgb(255 255 255 / 4%);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
  padding: 14px;
  position: relative;
}

@media(max-width: 1349px) {
  .live_component {
    grid-gap: 4px;
    border-radius: 16px;
    display: grid;
    gap: 4px;
    grid-auto-flow: column;
    justify-content: left;
    padding: 6px;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .live_component {
    display: block;
    border-radius: 18px;
    padding: 10px;
  }
}

.live_component:before {
  background: linear-gradient(0deg, #151515, hsla(0, 0%, 8%, 0));
  bottom: 0;
  content: "";
  height: 50px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media(max-width: 1349px) {
  .live_component:before {
    background: linear-gradient(-90deg, #151515, hsla(0, 0%, 8%, 0));
    height: 100%;
    left: auto;
    right: 0;
    width: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .live_component:before {
    background: linear-gradient(0deg, #151515, hsla(0, 0%, 8%, 0));
    bottom: 0;
    height: 50px;
    left: 0;
    right: auto;
    width: 100%;
  }
}

/* Р’РµСЂС…РЅСЏСЏ С‡Р°СЃС‚СЊ СЃ РѕРЅР»Р°Р№РЅ Рё С‚Р°Р±Р°РјРё */
.live_top {
  grid-gap: 4px;
  display: grid;
  gap: 4px;
}

.live_online {
  grid-gap: 6px;
  align-items: center;
  background: #321d25;
  border-radius: 14px 14px 8px 8px;
  display: grid;
  gap: 6px;
  grid-auto-flow: column;
  justify-content: center;
  padding: 12px;
}

@media(max-width: 1349px) {
  .live_online {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .live_online {
    display: grid;
    padding: 10px;
  }
}

.live_counter {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 26px;
  position: relative;
}

.live_counterLabel {
  color: #fff;
  font: inherit;
  font-weight: 400;
  white-space: nowrap;
}

.live_counterAmount {
  color: #ff0054;
  font-weight: 700;
}

@media(max-width: 1800px) {
  .live_counter {
    font-size: 15px;
    padding-left: 24px;
  }
}

.live_counter:before {
  background: rgb(255 0 85 / 10%);
  border-radius: 18px;
  height: 18px;
  left: 0;
  width: 18px;
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
}

.live_counter:after {
  animation: live_blowing 2s infinite;
  background: rgb(255 0 85 / 27%);
  border-radius: 12px;
  height: 12px;
  left: 3px;
  width: 12px;
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
}

.live_counterAmount:before {
  animation: live_blinking 1s infinite;
  background: #ff0055;
  border-radius: 6px;
  bottom: 0;
  content: "";
  height: 6px;
  left: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6px;
}

.live_title {
  color: rgb(156 156 156);
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  max-width: 50px;
}

.live_title-line {
  display: block;
}

@media(max-width: 1800px) {
  .live_title {
    font-size: 9px;
    line-height: 11px;
  }
}

.live_tabs {
  grid-gap: 4px;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
  margin-top: 7px;
}

@media(max-width: 1349px) {
  .live_tabs {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    width: 40px;
  }
}

@media(max-width: 900px) {
  .live_tabs {
    width: 36px;
  }
}

.live_tab {
  align-items: center;
  background: rgba(255, 255, 255, .055);
  border: none;
  display: grid;
  height: 44px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: background-color .2s, transform .2s;
  cursor: pointer;
  padding: 0;
}

@media(max-width: 1349px) {
  .live_tab {
    height: 100%;
  }
}

.live_tab:hover {
  background: rgba(255, 0, 84, .12);
}

.live_tab:hover .live_tabIcon {
  opacity: 1;
}

.live_tab.live_active {
  pointer-events: none;
}

.live_tab.live_active:before {
  opacity: 1;
}

.live_tab:first-child {
  border-radius: 12px 5px 5px 12px;
}

@media(max-width: 1349px) {
  .live_tab:first-child {
    border-radius: 10px 10px 2px 2px;
  }
}

.live_tab:last-child {
  border-radius: 5px 12px 12px 5px;
}

@media(max-width: 1349px) {
  .live_tab:last-child {
    border-radius: 2px 2px 10px 10px;
  }
}

.live_tab:before {
  background: linear-gradient(59deg, #ff0055 13.03%, #ba134e 99.6%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
}

.live_tabIcon {
  height: 24px;
  object-fit: contain;
  opacity: .5;
  position: relative;
  transition: opacity .2s, filter .2s;
  width: 24px;
  z-index: 2;
}

.live_tab.live_active .live_tabIcon {
  opacity: 1;
  filter: brightness(0) invert(1);
}

#live-tab-hot .live_tabIcon {
  height: 18px;
}

@media(max-width: 900px) {
  .live_tabIcon {
    height: 18px;
    width: 18px;
  }
}

.live_feed-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 14px 10px;
  color: #777783;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .live_tabs {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    width: 100%;
  }

  .live_tab {
    height: 40px;
  }

  .live_tab:first-child {
    border-radius: 10px 4px 4px 10px;
  }

  .live_tab:last-child {
    border-radius: 4px 10px 10px 4px;
  }
}

/* РЎРїРёСЃРѕРє РґСЂРѕРїРѕРІ */
.live_list {
  grid-gap: 8px;
  display: grid;
  gap: 8px;
  margin-top: 14px;
  overflow: hidden;
  width: 154px;
}

@media(max-width: 1349px) {
  .live_list {
    gap: 4px;
    grid-auto-flow: column;
    justify-content: left;
    margin-top: 0;
    width: 100%;
    max-height: none;
    overflow-y: visible;
    overflow-x: auto;
    min-width: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .live_list {
    display: grid;
    grid-auto-flow: row;
    gap: 8px;
    margin-top: 12px;
    width: 100%;
    overflow: hidden;
  }
}

/* Р­Р»РµРјРµРЅС‚ РґСЂРѕРїР° */
.live_item {
  border-radius: 18px;
  flex-shrink: 0;
  height: 148px;
  overflow: hidden;
  position: relative;
  width: 154px;
  will-change: height, width, transform;
}

@media(max-width: 1349px) {
  .live_item {
    border-radius: 12px;
    height: 104px;
    width: 118px;
  }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .live_item {
    height: 132px;
    width: 100%;
  }
}

@media(max-width: 767px) {
  .live_item {
    border-radius: 12px;
    height: 92px;
    width: 108px;
  }
}

/* ===== РљРђР РўРћР§РљРђ Р”Р РћРџРђ (РЎРўРР›Р¬ РР— Р Р•Р¤Р•Р Р•РќРЎРђ) ===== */

.item_component {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #171819, #2b2d33);
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-content: center;
  justify-items: center;
  align-content: baseline;
  padding-top: 6px;
  text-decoration: none;
  color: inherit;
}

.item_component:hover:after {
  opacity: 1;
}

.item_component:after {
  border: none;
  border-radius: 18px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  pointer-events: none;
}

/* Р РµРґРєРѕСЃС‚Рё СЃ РіСЂР°РґРёРµРЅС‚РЅС‹Рј С„РѕРЅРѕРј */
.item_component.item_knife,
.item_component.item_rare {
  background: linear-gradient(180deg, #1e1b13, #42391c);
}

.item_component.item_consumer {
  background: linear-gradient(180deg, #171819, #2b2d33);
}

.item_component.item_industrial {
  background: linear-gradient(180deg, #14171f, #1f2b4c);
}

.item_component.item_milspec,
.item_component.item_mil-spec {
 background: linear-gradient(180deg, #14171f, #091f5c);
}

.item_component.item_restricted {
  background: linear-gradient(180deg, #17131e, #331958);
}

.item_component.item_classified {
  background: linear-gradient(180deg, #1e131a, #5e1349);
}

.item_component.item_covert {
  background: linear-gradient(180deg, #1e1513, #581515);
}

/* РћР±Р»РѕР¶РєР° РїСЂРё РЅР°РІРµРґРµРЅРёРё */
.item_cover {
  background: linear-gradient(180deg, #282a2d, #464950);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 4;
  border-radius: 18px;
}

.item_component.item_knife .item_cover,
.item_component.item_rare .item_cover {
  background: linear-gradient(180deg, #28251d, #42391c);
}

.item_component.item_restricted .item_cover {
  background: linear-gradient(180deg, #2d2639, #381965);
}

.item_component.item_covert .item_cover {
  background: linear-gradient(180deg, #35221d, #581515);
}

.item_component.item_milspec .item_cover,
.item_component.item_mil-spec .item_cover {
  background: linear-gradient(180deg, #1a2a2f, #0c174d);
}

.item_component.item_classified .item_cover {
  background: linear-gradient(180deg, #361f2e, #5e1349);
}

.item_component.item_industrial .item_cover {
  background: linear-gradient(180deg, #242a3b, #1f2b4c);
}

.item_component.item_consumer .item_cover {
  background: linear-gradient(180deg, #282a2d, #2b2d33);
}

.item_component:hover .item_cover {
  opacity: 1;
}

/* РљРµР№СЃ */
.item_case {
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 2px;
  transition: transform 0.3s;
  width: 100px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_case img {
  max-width: 100%;
  height: auto;
}

.item_component:hover .item_case {
  transform: translateY(10px);
}

/* РџРѕР»СЊР·РѕРІР°С‚РµР»СЊ */
.item_user {
  grid-gap: 6px;
  align-items: center;
  bottom: 4px;
  display: grid;
  gap: 6px;
  grid-auto-flow: column;
  justify-content: center;
  left: 0;
  overflow: hidden;
  padding: 0 12px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
  z-index: 5;
}

.item_user img {
  border-radius: 24px;
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.item_username {
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item_component:hover .item_user {
  transform: translateY(-10px);
}

/* РљРѕРЅС‚РµР№РЅРµСЂ РїСЂРµРґРјРµС‚Р° */
.item_item {
  align-items: center;
  display: grid;
  height: 90px;
  justify-content: center;
  position: relative;
  transition: transform 0.3s;
  width: 120px;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}

/* Р¤РѕРЅРѕРІР°СЏ РёРєРѕРЅРєР° СЃ РіСЂР°РґРёРµРЅС‚РЅРѕР№ Р·Р°Р»РёРІРєРѕР№ */
.item_item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  mask-image: url(../assets/img/items/icon.svg);
  -webkit-mask-image: url(../assets/img/items/icon.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  z-index: 1;
}

/* Р”РёРЅР°РјРёС‡РµСЃРєРёР№ РіСЂР°РґРёРµРЅС‚ РёР· --rarity-color */
.item_component[style*="--rarity-color"] .item_item::before {
  background: linear-gradient(180deg, color-mix(in srgb, var(--rarity-color) 50%, transparent) 0%, var(--rarity-color) 100%);
}

/* Fallback РіСЂР°РґРёРµРЅС‚С‹ РїРѕ СЂРµРґРєРѕСЃС‚Рё (РµСЃР»Рё РЅРµС‚ --rarity-color) */
.item_component.item_restricted .item_item::before {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.5) 0%, rgba(136, 71, 255, 1) 100%);
}

.item_component.item_classified .item_item::before {
  background: linear-gradient(180deg, rgba(211, 44, 230, 0.5) 0%, rgba(211, 44, 230, 1) 100%);
}

.item_component.item_covert .item_item::before {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.5) 0%, rgba(235, 75, 75, 1) 100%);
}

.item_component.item_knife .item_item::before,
.item_component.item_rare .item_item::before {
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.5) 0%, rgba(255, 215, 0, 1) 100%);
}

.item_component.item_milspec .item_item::before,
.item_component.item_mil-spec .item_item::before {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.5) 0%, rgba(75, 105, 255, 1) 100%);
}

.item_component.item_industrial .item_item::before {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.5) 0%, rgba(94, 152, 217, 1) 100%);
}

.item_component.item_consumer .item_item::before {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.5) 0%, rgba(176, 195, 217, 1) 100%);
}

.item_component:hover .item_item {
  transform: translateY(-10px);
}

.item_picture {
  height: 88px;
  width: 118px;
  object-fit: contain;
  z-index: 2;
}

/* РќРёР¶РЅСЏСЏ С‡Р°СЃС‚СЊ СЃ С‚РµРєСЃС‚РѕРј */
.item_bottom {
  max-width: 100%;
  overflow: hidden;
  padding: 0 12px 12px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: transform 0.3s;
  z-index: 3;
}

.item_component:hover .item_bottom {
  transform: translateY(10px);
}

.item_price {
  color: #ff0054;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 4px 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.item_price img {
  flex-shrink: 0;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.item_title {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

/* РђРЅРёРјР°С†РёРё */
@keyframes live_blowing {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes live_blinking {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

/* РђРЅРёРјР°С†РёСЏ РїРѕСЏРІР»РµРЅРёСЏ РЅРѕРІРѕРіРѕ СЌР»РµРјРµРЅС‚Р° СЃРІРµСЂС…Сѓ (РґР»СЏ РІРµСЂС‚РёРєР°Р»СЊРЅРѕР№ Р»РµРЅС‚С‹) */
.drop-card-enter-vertical {
  animation: slideInFromTop 0.5s ease;
}

@keyframes slideInFromTop {
  from {
    transform: translateY(-156px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ РґР»СЏ РјР°Р»РµРЅСЊРєРёС… СЌРєСЂР°РЅРѕРІ */
@media(max-width: 900px) {
  .item_cover {
    display: none;
  }

  .item_bottom {
    padding: 4px 6px;
  }

  .item_price {
    font-size: 12px;
    margin-bottom: 2px;
  }

  /* РќР° РјРѕР±РёР»Рµ РІ Р»Р°Р№РІ-Р»РµРЅС‚Рµ РѕСЃС‚Р°РІР»СЏРµРј С‚РѕР»СЊРєРѕ С„РѕС‚Рѕ РїСЂРµРґРјРµС‚Р° Рё С†РµРЅСѓ.
     РќР°Р·РІР°РЅРёРµ СЃРєСЂС‹РІР°РµРј вЂ” РєР°СЂС‚РѕС‡РєР° РјР°Р»РµРЅСЊРєР°СЏ, С‚РµРєСЃС‚ РІСЃС‘ СЂР°РІРЅРѕ obrezР°РµС‚СЃСЏ РІ "...". */
  .item_title {
    display: none !important;
  }

  .item_case {
    width: 72px;
    height: 72px;
  }

  .item_item {
    width: 92px;
    height: 62px;
  }

  .item_picture {
    width: 86px;
    height: 58px;
  }
}

/* Р“Р»Р°РІРЅС‹Р№ РєРѕРЅС‚РµРЅС‚ РіР»Р°РІРЅРѕР№ СЃС‚СЂР°РЅРёС†С‹ */
.stats-section {
  width: 100%;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

@media(max-width: 1800px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 900px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}
