@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/GolosText-VariableFont_wght.ttf') format('truetype');
  font-weight: normal, bold, 100, 900;
  font-style: normal;
}
/*general*/
html{
    font-family: 'Golos Text', sans-serif;
    background-color:#0B0C10;
    user-select: none;
}
h1,h2,h3,h4,h5,h6{
  color: white;
  font-weight: 700;
}
p{
  color:#495262;
}
a{
  text-decoration: none;
}
.yellow-selection{
  color: #F0A52D;
}
button:hover{
  cursor: pointer;
}
/*header*/
.ihead{
  width:16px;
}
.icon{
  width:20px;
  height: 20px;
}
.itelegram{
    width:16px;
    height: 14px;
    margin-right: 5px;
}
.ilogo{
    width:35px;
    height:35px;
    margin-right: 0px;
    margin-left: 0px;
}
.icoin{
  margin-left: 15px;
}
.iplus{
  width:24px;
  height:24px;
}
.isettings{
  display:flex;
  width:20px;
  height:auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iuser{
  width:50px;
  height:auto;
  border-radius: 50px;
}
.navbar{
  font-size: 12px;
  color: #495262;
  margin-right: 35px;
  font-weight: 700;
  text-decoration:none;
}
.navbar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  flex-direction: row;
}
.navbar-main{
  display: flex;
  flex-direction: row;
  width: auto;
  gap:8px;
  align-items: center;
  margin-right: 60px;
}
.navbar-links{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink:0;
  gap:8px;
  align-items: center;
}

/* responsive polish */
.navbar-main,
.mobile-navbar-group-row {
  cursor: pointer;
}

@media (max-width: 900px), (pointer: coarse) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 88px;
  }

  .navbar-container {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0;
    padding: 10px 12px 8px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(11, 12, 16, 0.96);
    backdrop-filter: blur(14px);
  }

  .navbar-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 8px;
  }

  .navbar-upper {
    height: auto;
    min-height: 54px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .mobile-navbar-group-row {
    min-width: 0;
    gap: 8px;
  }

  .ilogo {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
  }

  .navbar_logo {
    margin: 0;
    font-size: 15px;
    line-height: 1;
  }

  .telegram-sign-button {
    display: none !important;
  }

  .user-data-container {
    gap: 8px;
    min-width: 0;
  }

  .user-data-balance {
    height: 42px;
    max-width: 155px;
    gap: 7px;
    padding-left: 10px;
    border-radius: 999px;
    overflow: hidden;
  }

  .icoin {
    margin-left: 0;
    width: 18px;
    height: 18px;
  }

  .normal-price,
  .price-decimal {
    font-size: 13px;
    white-space: nowrap;
  }

  .balance-plus-button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .iplus {
    width: 20px;
    height: 20px;
  }

  .navbar-down {
    height: 66px;
    padding: 10px 8px 14px;
    box-sizing: border-box;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35);
  }

  .mobile-navbar-group-column {
    width: 20vw;
    max-width: 84px;
    min-width: 0;
    gap: 5px;
  }

  .mobile-navbar-group-column .ihead,
  .mobile-navbar-group-column .iuser {
    width: 22px;
    height: 22px;
    object-fit: cover;
  }

  .navbar,
  .navbar-selected,
  .user_nickname {
    width: 100%;
    max-width: 72px;
    margin: 0;
    font-size: 9px;
    line-height: 1.1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .navbar-down-bar {
    display: none;
  }

  footer {
    margin-bottom: 86px;
  }
}

/* Last-resort fit for 300-340px screenshots. This block must stay last. */
@media (max-width: 340px) {
  body .navbar-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body .navbar-row,
  body .navbar-upper {
    gap: 6px !important;
  }

  body .mobile-navbar-group-row,
  body .navbar-main {
    gap: 6px !important;
  }

  body .ilogo {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
  }

  body .navbar_logo {
    max-width: 120px !important;
    font-size: 12px !important;
  }

  body .user-data-balance {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 42px !important;
    padding-left: 8px !important;
    gap: 4px !important;
  }

  body .normal-price {
    display: inline !important;
    font-size: 12px !important;
  }

  body .price-decimal {
    display: none !important;
  }

  body .balance-plus-button {
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px !important;
  }
}

/* Ultra-narrow phones and DevTools screenshots: fit brand + balance without manual zoom. */
@media (max-width: 340px) {
  body .navbar-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body .navbar-row,
  body .navbar-upper {
    gap: 6px !important;
  }

  body .mobile-navbar-group-row,
  body .navbar-main {
    gap: 6px !important;
  }

  body .ilogo {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
  }

  body .navbar_logo {
    max-width: 104px !important;
    font-size: 12.5px !important;
    letter-spacing: 0 !important;
  }

  body .user-data-balance {
    width: 122px !important;
    min-width: 120px !important;
    max-width: 122px !important;
    height: 42px !important;
    padding-left: 10px !important;
    gap: 5px !important;
  }

  body .icoin {
    width: 17px !important;
    height: 17px !important;
  }

  body .normal-price {
    font-size: 12px !important;
  }

  body .price-decimal {
    display: none !important;
    font-size: 12px !important;
  }

  body .balance-plus-button {
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px !important;
  }
}

/* Mobile shell hardening: keep header stable in screenshots, browser zoom, and Telegram WebView. */
@media (max-width: 900px) {
  body .navbar-container {
    position: sticky !important;
    top: 0 !important;
    z-index: 2000 !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: max(12px, env(safe-area-inset-top)) 12px 10px !important;
    background: #0b0c10 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: none !important;
  }

  body .navbar-row,
  body .navbar-upper {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  body .navbar-main,
  body .mobile-navbar-group-row {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  body .ilogo {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
  }

  body .navbar_logo {
    display: block !important;
    min-width: 0 !important;
    max-width: 142px !important;
    margin: 0 !important;
    color: #f8f8fb !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body .telegram-sign-button,
  body .settings,
  body .iuser,
  body .user_nickname {
    display: none !important;
  }

  body .user-data-container {
    display: flex !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    gap: 0 !important;
  }

  body .user-data-balance {
    width: 164px !important;
    max-width: calc(100vw - 190px) !important;
    min-width: 146px !important;
    height: 46px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    padding: 0 2px 0 12px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: #101217 !important;
  }

  body #user-balance {
    min-width: 0 !important;
    margin: 0 !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  body .normal-price,
  body .price-decimal {
    font-size: 15px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body .balance-plus-button {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    margin-left: auto !important;
  }
}

@media (max-width: 370px) {
  body .navbar_logo {
    max-width: 110px !important;
    font-size: 14px !important;
  }

  body .user-data-balance {
    width: 150px !important;
    max-width: calc(100vw - 166px) !important;
  }

  body .normal-price,
  body .price-decimal {
    font-size: 13px !important;
  }
}

/* Desktop header alignment: keep profile controls on the right side. */
@media (min-width: 901px) {
  .navbar-container {
    width: 100%;
    box-sizing: border-box;
    margin: 28px 0 0;
    padding: 0 78px;
  }

  .navbar-row {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .navbar-left {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
    gap: 18px;
  }

  .navbar-main {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .navbar-links {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
    gap: 10px;
  }

  .navbar,
  .navbar-selected {
    margin-right: 10px;
    white-space: nowrap;
  }

  .navbar-right {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .navbar-right > .navbar-right {
    gap: 10px;
  }

  .user-data-container {
    flex: 0 0 auto;
    gap: 10px;
  }

  .user-data-balance {
    height: 44px;
    gap: 9px;
  }

  .balance-plus-button,
  .settings-button {
    width: 44px;
    height: 44px;
  }

  .iuser {
    width: 40px;
  }

  .settings-buttons {
    margin: 0;
  }

  .user_nickname {
    max-width: 118px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 901px) and (max-width: 1320px) {
  .user_nickname {
    display: none !important;
  }
}

/* Phone app shell: compact header like the Telegram mini app mockups. */
@media (max-width: 900px), (pointer: coarse) {
  body {
    padding-bottom: 28px;
  }

  .navbar-container {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 18px 14px 10px !important;
    background: rgba(11, 12, 16, 0.98) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(14px);
  }

  .navbar-row,
  .navbar-upper {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  .mobile-navbar-group-row,
  .navbar-main {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  .ilogo {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
  }

  .navbar_logo {
    display: block !important;
    width: auto !important;
    max-width: 126px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .telegram-sign-button,
  .navbar-down,
  .settings,
  .iuser,
  .user_nickname {
    display: none !important;
  }

  .user-data-container {
    display: flex !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    gap: 0 !important;
  }

  .user-data-balance {
    height: 46px !important;
    max-width: none !important;
    width: 146px !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding-left: 14px !important;
    overflow: visible !important;
    border-radius: 999px !important;
    background: #101217 !important;
  }

  .icoin {
    width: 19px !important;
    height: 19px !important;
    margin: 0 !important;
    flex: 0 0 19px !important;
  }

  #user-balance {
    min-width: 58px !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .normal-price,
  .price-decimal {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .balance-plus-button {
    width: 46px !important;
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    margin-left: auto !important;
  }

  .iplus {
    width: 22px !important;
    height: 22px !important;
  }

  footer {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 370px) {
  .navbar_logo {
    max-width: 94px !important;
    font-size: 14px !important;
  }

  .user-data-balance {
    width: 138px !important;
  }

  .normal-price,
  .price-decimal {
    font-size: 14px !important;
  }
}

.navbar-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.navbar-right {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap:15px;
  flex-shrink: 0;
}
.navbar-selected{
  color:white;
  font-size: 12px;
  margin-right: 35px;
  font-weight: 700;
  text-decoration:none;
}
.navbar_logo{
  margin-right: 10px;
  color:white;
  font-size: 16px;
}
.header-div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
}
.navbar-container {
  margin-top: 30px;
  width: 100%;
  margin-left: 6%;
}

.navbar-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
  gap: 8px; 
}

.telegram-sign-button{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: 
  linear-gradient(#5CB1FF, #396CF4) padding-box,
  linear-gradient(#9FCFFF, #1B4ECA) border-box;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  font-size: 10px;
  cursor: pointer;
}
.telegram-sign-button-text{
  margin: 2px;
}
.user-data-container{
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap:25px;
}
.user-data-balance{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:12px;
  height: 50px;
  width: auto;
  background-color: #101217;
  border-radius: 45px;
}
.normal-price{
  color:white;
  font-weight: 600;
}
.price-decimal{
  color:#495262;
  font-weight: 600;
}
.balance-plus-button{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  background:
  linear-gradient(#FFC935,#BA6917) padding-box,
  linear-gradient(#fee5a2,#BA6917) border-box;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  width:50px;
  height: 50px;
}
.settings-buttons{
  margin: 15px;
}
.settings-button{
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #101217;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sb-gray{
  transition: opacity 0.25s ease;
  background:#101217;
  opacity: 1;
}
.sb-yellow{
  transition: opacity 0.25s ease;
  opacity: 0;
  z-index: 10;
  background: 
  linear-gradient(#FFC935,#BA6917) padding-box,
  linear-gradient(#fee5a2,#BA6917) border-box;;
}
.settings{
  position: relative;
  display: inline-block;
}
.header-settings-container{
  display:none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: #0F1117;
  border-radius: 20px;
  top:50px;
  gap:25px;
  right:10%;
  width:225px;
  max-height: 200px;
  height: auto;
  position: absolute;
  padding: 32px;
  overflow: hidden;

  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.blur-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.promocode-window{
  position: fixed;
  top: 20%;
  left: 35%;
  width: 30%;
  height: 250px;
  z-index: 5001;
  background-color: #0E1015;
  border-radius: 25px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap:15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.promocode-window-upper-ui{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.promocode-window-label{
  font-size: 13px;
  margin: 0px;
  margin-left: 15px;
}
.promocode-window-close-button{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000000;
  border:none;
  outline: none;
}
.promocode-window-close-button-icon{
  width: 15px;
  height: 15px;
}
.promocode-window-text{
  background-color: #0B0C10;
  padding: 20px;
  border-radius: 15px;
  height: 30px;
  border: none;
  outline: none;
  color:white;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom:5px;
}
.promocode-window-apply{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: 
  linear-gradient(#5CB1FF, #396CF4) padding-box,
  linear-gradient(#9FCFFF, #1B4ECA) border-box;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  color: white;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom:5px;
  font-weight: 700;
}
.promocode-window-bonus-cont{
  background-color: #0B0C10;
  border-radius: 20px;
  width:auto;
  height: 350px;
  position: relative;
  padding: 32px;
  z-index: 5000;
  overflow: hidden;

}
.promocode-window-bonus-img{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 110%;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 5001;
}
.promocode-window-bonus-text-cont{
  display: flex;
  position: relative;
  bottom:17px;
  flex-direction: column;
  width:220px;
}
.promocode-window-bonus-text{
  margin:2px;
  font-size: 13px;
  font-weight: 700;
}
.promocode-window-bonus-text-p{
  margin:2px;
  font-size: 11px;
}
.language-buttons{
  display:flex;
  flex-direction: row;
  gap:10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.language-buttons-selector{
position: relative;
}
.language-container{
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 200px;
  padding-bottom: 10px;
}
.language-choice-label{
  margin: 0px;
  font-weight: 600;
  font-size: 15px;
}

.language-english-button-on{
    display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  background:
  linear-gradient(#FFC935,#BA6917) padding-box,
  linear-gradient(#fee5a2,#BA6917) border-box;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  width:100px;
  height: 35px;
  color: white;
  font-weight: 500;
}
.language-russian-button-on{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  background:
  linear-gradient(#FFC935,#BA6917) padding-box,
  linear-gradient(#fee5a2,#BA6917) border-box;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  width:100px;
  height: 35px;
  color: white;
  font-weight: 500;
}
.language-english-button-off{
    display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  background:#0B0C10;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  width:100px;
  height: 35px;
  color: #89899A;
  font-weight: 500;
}
.language-russian-button-off{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  background:#0B0C10;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  width:100px;
  height: 35px;
  color: #89899A;
  font-weight: 500;
}
.sl-english{
  display: flex;

}
.sl-russian{
  display: none;

}
.activate-promocode-container{
  display: flex;
  flex-direction: column;
  width: 200px;
}
.promocode-button-label{
  font-weight: 600;
  font-size: 15px;
}
.activate-promocode-button{
  display: flex;
  gap:10px;
  margin:0px;
  color:white;
  border:none;
  outline: none;
  background-color: #0B0C10;
  border-radius: 25px;
  width: 210px;
  height: 40px;
  align-items: center;
  cursor:pointer;
}
.promocode-button-text{
  font-weight: normal;
}
.promocode-plus-icon{
  margin-left: 15px;
  width: 20px;
  height: 20px;
}
/*footer*/
footer{
  display: flex;
  margin-top: 30px;
  margin-left: 4%;
  margin-right: 8%;
  margin-bottom: 20px;
  flex-direction: column;
}
.footer-main{
  display: flex;
  flex-direction: row;
  background: linear-gradient(90deg,#0B0C10,#121318);
  border-radius: 20px;
  width:100%;
  min-height: 270px;
  height: auto;
  position: relative;
  padding: 32px;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-img{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
  max-width: 1000px;
  object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.footer-containers{
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-container{
  width:250px;
  height: auto;
  display:flex;
  flex-direction: column;
  gap:12px;
}
.footer-h3{
  color:white;
}
.fcont3{
  margin-top: 20px;
}
.footer-h3-c{
  color:white;
  font-size:12px;
}
.footer-divider{
  height:100px;
}
.footer-a{
  font-size:16px;
  color: #FFFFFFCC;
}
.footer-telegram-container{
  margin-left:20px;
  margin-top:160px;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #101217;
  border-radius: 40px;
  width:250px;
  height: 65px;
  gap:15px;
  flex-shrink: 0;
}
.footer-telegram-button{
  display: flex;
  background: linear-gradient(#FFC935,#BA6917);
  border-radius: 50px;
  width:40px;
  height:40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.footer-telegram-icon{
  width:25px;
  height: auto;
  margin-top: 2px;
  margin-right:5px;
}
.footer-telegram-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.footer-telegram-id{
  display:flex;
  margin-top:15px;
  color:white;
  font-size:14px;
  font-weight: 600;
}
.footer-telegram-text{
  font-size:10px;
  color:#464F5D;
}
.footer-arrow-background{
  display: flex;
  background: linear-gradient(#FFC935,#BA6917);
  border-radius: 50px;
  width:35px;
  height:35px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.footer-arrow-icon{
  width:12px;
  height: auto;
  margin-left:1px;
}
@media (pointer: coarse){

/*mobile header*/
.navbar-container {
  display: flex;
  margin-top: 10px;
  width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  margin-left: 0;
}
.navbar_logo{
  font-weight: 600;
}
.navbar-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 100px;
  flex-wrap: wrap;
}
.navbar-down {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  position: fixed;
  z-index: 1000;
  background-color: #0B0C10;
  width: 100%;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 15px;
  justify-content: space-around;
  bottom:0;
  overflow: hidden;
}
.navbar-down-bar{
  position: fixed;
  width: 30vw;
  height: 5px;
  background-color: white;
  border-radius: 50px;
  bottom:15px;
}
.navbar-row{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-navbar-group-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  white-space: nowrap;
}
.mobile-navbar-group-column{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap:10px;
}
.normal-price{
  font-size: 14px;
}
.price-decimal{
  font-size: 14px;
}
.user-data-balance{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #101217;
  gap:12px;
  width: auto;
  height: 50px;
  border-radius: 40px;
}
.icon{
  width: 25px;
  height: 25px;
}
.navbar{
  font-size: 10px;
  margin-right: 0;
}
.navbar-selected{
  font-size: 10px;
  margin-right: 0;
}
.user_nickname{
  font-size: 10px;
  margin: 0;
}
.promocode-window{
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 250px;
  z-index: 5001;
  background-color: #0E1015;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap:15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/*mobile footer*/
footer{
  display: flex;
  margin-top: 0;
  margin-left: 4%;
  margin-right: 8%;
  margin-bottom: 100px;
  flex-direction: column;
}
.footer-main{
  display: flex;
  flex-direction: column;
  background: linear-gradient(90deg,#0B0C10 10%,#121318 90%);
  border-radius: 20px;
  width:96%;
  height: auto;
  position: relative;
  padding: 4%;
  overflow: hidden;
  margin-bottom: 30px;
  align-items: center;
  justify-content: flex-end;
}
.footer-containers{
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  height: 100%;
  width: 90%;
  justify-content: flex-start;
  flex-direction: column;
}
.footer-container{
  width:250px;
  height: auto;
  display:flex;
  flex-direction: column;
  gap:12px;
}
.footer-telegram-container{
  margin-left:0;
  margin-top:0;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #101217;
  border-radius: 40px;
  width:250px;
  height: 65px;
  gap:15px;
}
.footer-telegram-button{
  display: flex;
  background: linear-gradient(#FFC935,#BA6917);
  border-radius: 50px;
  width:40px;
  height:40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.footer-telegram-icon{
  width:25px;
  height: auto;
  margin-top: 2px;
  margin-right:5px;
}
.footer-telegram-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.footer-telegram-id{
  display:flex;
  margin-top:15px;
  color:white;
  font-size:14px;
  font-weight: 600;
}
.footer-telegram-text{
  font-size:10px;
  color:#464F5D;
}
.footer-arrow-background{
  display: flex;
  background: linear-gradient(#FFC935,#BA6917);
  border-radius: 50px;
  width:35px;
  height:35px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.footer-arrow-icon{
  width:12px;
  height: auto;
  margin-left:1px;
}
}

/* Final mobile usability overrides. Keep this block last. */
.navbar-main,
.mobile-navbar-group-row {
  cursor: pointer;
}

@media (max-width: 900px), (pointer: coarse) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 88px;
  }

  .navbar-container {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 12px 8px;
    background: rgba(11, 12, 16, 0.96);
    backdrop-filter: blur(14px);
  }

  .navbar-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 8px;
  }

  .navbar-upper {
    height: auto;
    min-height: 54px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .mobile-navbar-group-row {
    min-width: 0;
    gap: 8px;
  }

  .ilogo {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
  }

  .navbar_logo {
    margin: 0;
    font-size: 15px;
    line-height: 1;
  }

  .telegram-sign-button {
    display: none !important;
  }

  .user-data-container {
    gap: 8px;
    min-width: 0;
  }

  .user-data-balance {
    height: 42px;
    max-width: 155px;
    gap: 7px;
    padding-left: 10px;
    border-radius: 999px;
    overflow: hidden;
  }

  .icoin {
    width: 18px;
    height: 18px;
    margin-left: 0;
  }

  .normal-price,
  .price-decimal {
    font-size: 13px;
    white-space: nowrap;
  }

  .balance-plus-button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .iplus {
    width: 20px;
    height: 20px;
  }

  .navbar-down {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1001 !important;
    display: flex !important;
    flex-direction: row !important;
    height: 66px !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 8px 14px;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background-color: #0B0C10;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35);
    overflow: hidden;
  }

  .mobile-navbar-group-column {
    width: 20vw;
    max-width: 84px;
    min-width: 0;
    gap: 5px;
  }

  .mobile-navbar-group-column .ihead,
  .mobile-navbar-group-column .iuser {
    width: 22px;
    height: 22px;
    object-fit: cover;
  }

  .navbar,
  .navbar-selected,
  .user_nickname {
    width: 100%;
    max-width: 72px;
    margin: 0;
    font-size: 9px;
    line-height: 1.1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .navbar-down-bar {
    display: none;
  }

  footer {
    margin-bottom: 86px;
  }
}
