html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #120D08;
  font-family: 'Crimson Pro', serif;
  color: #D9C9A8;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  min-height: 100vh;
}.bty_layout-vua {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.bty_page-vua {
  min-height: 100vh;
  display: flex;
}.bty_main-vua {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1083px) {.bty_main-vua {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.bty_main-vua {
  padding-bottom: 4.5rem;
}
}.bty_gc-vua {
  transition: transform .2s,border-color .2s;
  background: #181009;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 170, 0.06);
  border-radius: 8px;
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 637px) {.bty_gc-vua {
  width: 156px;
}
}
@media(min-width: 1081px) {.bty_gc-vua {
  width: 10.5rem;
}
}.bty_gc-vua:hover {
  border-color: rgba(200, 130, 12, 0.08);
  transform: translateY(-3px);
}.bty_gc_img-vua {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.bty_gc_img-vua img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.bty_gc_hover-vua {
  background: rgba(9, 6, 4, 0.72);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  justify-content: center;
  display: flex;
  opacity: 0;
  align-items: center;
}.bty_gc-vua:hover .bty_gc_hover-vua {
  opacity: 1;
}.bty_gc_hover_btn-vua {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  background: #C8820C;
  font-size: 0.75rem;
  color: #F5EDD8;
  font-weight: 700;
}.bty_gc_info-vua {
  padding: 8px 10px 10px;
}.bty_gc_name-vua {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #D9C9A8;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
}.bty_gc_prov-vua {
  font-size: 0.625rem;
  color: #705F47;
}.bty_gc_tag-vua {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-size: 0.563rem;
  top: 0.375rem;
  left: 6px;
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: .04em;
  position: absolute;
  font-weight: 700;
}.bty_gc_tag_hot-vua {
  background: #C23030;
  color: #fff;
}.bty_gc_tag_new-vua {
  background: #3DAA6C;
  color: #120D08;
}.bty_gc_tag_jp-vua {
  background: #D4A017;
  color: #120D08;
}.bty_gc_tag_ex-vua {
  background: #7A3D10;
  color: #fff;
}.bty_gc_tag_live-vua {
  background: #C23030;
  color: #fff;
}.bty_gr-vua {
  background: #120D08;
  padding: 32px 1rem 0;
}
@media(min-width: 765px) {.bty_gr-vua {
  padding: 36px 1.5rem 0;
}
}.bty_gr_in-vua {
  margin: 0 auto;
  max-width: 82.5rem;
}.bty_gr_head-vua {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
}.bty_gr_head_l-vua {
  flex: 1;
  gap: 10px;
  display: flex;
  min-width: 0;
  align-items: center;
}.bty_gr_ic-vua {
  border-radius: 0.5rem;
  justify-content: center;
  width: 2rem;
  display: flex;
  align-items: center;
  height: 2rem;
  flex-shrink: 0;
}.bty_gr_ic-vua svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.bty_gr_title-vua {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 700;
}
@media(min-width: 767px) {.bty_gr_title-vua {
  font-size: 1.125rem;
}
}.bty_gr_more-vua {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  color: #8A7558;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
}.bty_gr_more-vua:hover {
  color: #C8820C;
}.bty_gr_more-vua svg {
  width: 0.75rem;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.bty_gr_arrows-vua {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.bty_gr_arr-vua {
  transition: background .15s,color .15s;
  border-radius: 4px;
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 220, 170, 0.11);
  display: flex;
  height: 30px;
  align-items: center;
  color: #B09A78;
  justify-content: center;
  width: 30px;
}.bty_gr_arr-vua:hover {
  background: rgba(255, 235, 200, 0.07);
  color: #F5EDD8;
}.bty_gr_arr-vua svg {
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bty_gr_seo_h-vua {
  margin: 0 0 6px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #D9C9A8;
  max-width: 42.5rem;
  font-weight: 700;
}
@media(min-width: 769px) {.bty_gr_seo_h-vua {
  font-size: 14px;
}
}.bty_gr_seo-vua {
  line-height: 1.55;
  color: #8A7558;
  max-width: 680px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-size: 12px;
}.bty_gr_seo-vua strong {
  color: #D9C9A8;
  font-weight: 600;
}.bty_gr_scroll-vua {
  gap: 0.625rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
}.bty_gr_scroll-vua::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.bty_gr_scroll-vua {
  gap: 0.75rem;
}
}.bty_tb-vua {
  background: #0F0A06;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  display: flex;
  right: 0;
  top: 0;
  left: 0;
  z-index: 80;
  height: 56px;
  align-items: center;
  position: fixed;
}.bty_tb_in-vua {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}.bty_tb_burger-vua {
  border-radius: 8px;
  gap: 0.313rem;
  margin-right: 0.5rem;
  width: 2.375rem;
  height: 2.375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.bty_tb_burger-vua:hover {
  background: rgba(255, 235, 200, 0.05);
}.bty_tb_burger_line-vua {
  background: #B09A78;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1083px) {.bty_tb_burger-vua {
  display: none;
}
}.bty_tb_logo-vua {
  gap: 9px;
  color: #F5EDD8;
  align-items: center;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  margin-right: 1.25rem;
}.bty_tb_logo_mark-vua {
  overflow: hidden;
  border-radius: 8px;
  width: 2rem;
  height: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
}.bty_tb_logo_mark-vua img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.bty_tb_nav-vua {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.bty_tb_nav-vua {
  display: flex;
}
}.bty_tb_tab-vua {
  border-radius: 0.5rem;
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  color: #B09A78;
}.bty_tb_tab-vua:hover {
  background: rgba(255, 235, 200, 0.05);
  color: #F5EDD8;
}.bty_tb_tab-vua.bty_state_active-vua {
  background: rgba(200, 130, 12, 0.18);
  color: #F5EDD8;
}.bty_tb_right-vua {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.bty_tb_login-vua {
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 220, 170, 0.11);
  color: #D9C9A8;
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
}.bty_tb_login-vua:hover {
  border-color: rgba(210, 155, 60, 0.40);
  color: #F5EDD8;
}
@media(min-width: 482px) {.bty_tb_login-vua {
  display: block;
}
}.bty_tb_reg-vua {
  padding: 9px 18px;
  border-radius: 8px;
  background: #3DAA6C;
  transition: background .2s;
  white-space: nowrap;
  color: #110C06;
  font-weight: 700;
  font-size: 13px;
}.bty_tb_reg-vua:hover {
  background: #48C47E;
}.bty_sb-vua {
  background: #1E1510;
  border-right: 1px solid rgba(255, 235, 200, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  top: 56px;
  position: fixed;
  z-index: 70;
  bottom: 0;
  overflow-y: auto;
  width: 220px;
  left: 0;
}.bty_sb-vua.bty_state_open-vua {
  transform: translateX(0);
}.bty_sb-vua::-webkit-scrollbar {
  width: 4px;
}.bty_sb-vua::-webkit-scrollbar-thumb {
  background: rgba(255, 235, 200, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.bty_sb-vua {
  transform: translateX(0);
}
}.bty_sb_auth-vua {
  padding: 0.875rem 0.75rem 10px;
}.bty_sb_btn_reg-vua {
  background: #3DAA6C;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.688rem;
  font-size: 13px;
  font-weight: 700;
  color: #110C06;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}.bty_sb_btn_reg-vua:hover {
  background: #48C47E;
}.bty_sb_btn_login-vua {
  padding: 10px;
  transition: border-color .2s;
  background: rgba(255, 235, 200, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 170, 0.11);
  font-size: 13px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #D9C9A8;
}.bty_sb_btn_login-vua:hover {
  border-color: rgba(210, 155, 60, 0.40);
  color: #F5EDD8;
}.bty_sb_promo-vua {
  background: linear-gradient(135deg,#3D1A06,#1E1510);
  border-radius: 0.5rem;
  margin: 0 0.75rem 0.625rem;
  padding: 0.75rem 14px;
  overflow: hidden;
  border: 1px solid rgba(200, 130, 12, 0.18);
  position: relative;
}.bty_sb_promo-vua::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 130, 12, 0.18),transparent 70%);
  top: -20px;
  height: 80px;
  content: '';
  position: absolute;
  right: -20px;
  width: 5rem;
}.bty_sb_promo_title-vua {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  color: #C8820C;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .06em;
}.bty_sb_promo_text-vua {
  line-height: 1.35;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #F5EDD8;
}.bty_sb_promo_sub-vua {
  font-size: 10px;
  margin-top: 3px;
  color: #8A7558;
}.bty_sb_nav-vua {
  padding: 0.375rem 8px 16px;
}.bty_sb_nav_lb-vua {
  padding: 10px 0.5rem 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #705F47;
}.bty_sb_link-vua {
  border-radius: 4px;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  gap: 10px;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  color: #B09A78;
  font-size: 13px;
}.bty_sb_link-vua:hover {
  background: rgba(255, 235, 200, 0.05);
  color: #F5EDD8;
}.bty_sb_link-vua.bty_state_active-vua {
  background: rgba(200, 130, 12, 0.18);
  color: #F5EDD8;
}.bty_sb_ic-vua {
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.875rem;
  display: flex;
  height: 30px;
}.bty_sb_ic-vua svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.bty_sb_ic_1-vua {
  background: rgba(200, 130, 12, 0.08);
  color: #C8820C;
}.bty_sb_ic_2-vua {
  background: rgba(61, 170, 108, 0.16);
  color: #3DAA6C;
}.bty_sb_ic_3-vua {
  background: rgba(212, 160, 23, 0.16);
  color: #D4A017;
}.bty_sb_ic_4-vua {
  background: rgba(122, 61, 16, 0.28);
  color: #7A3D10;
}.bty_sb_ic_5-vua {
  background: rgba(200, 130, 12, 0.08);
  color: #D94F82;
}.bty_sb_ic_6-vua {
  background: rgba(122, 61, 16, 0.28);
  color: #8B35C8;
}.bty_sb_badge-vua {
  background: #D4A017;
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 700;
  font-size: 9px;
  margin-left: auto;
  color: #110C06;
}.bty_sb_bot-vua {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.bty_sb_lang-vua,.bty_sb_help-vua {
  padding: 9px 0.375rem;
  background: rgba(255, 235, 200, 0.05);
  transition: border-color .2s;
  flex: 1;
  gap: 6px;
  border: 1px solid rgba(255, 220, 170, 0.06);
  border-radius: 0.25rem;
  justify-content: center;
  display: flex;
  color: #B09A78;
  font-size: 0.688rem;
  align-items: center;
  font-weight: 600;
}.bty_sb_lang-vua:hover,.bty_sb_help-vua:hover {
  border-color: rgba(210, 155, 60, 0.40);
  color: #F5EDD8;
}.bty_sb_lang-vua svg,.bty_sb_help-vua svg {
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
}.bty_sb_bd-vua {
  background: rgba(9, 6, 4, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.bty_sb_bd-vua.bty_state_on-vua {
  display: block;
}
@media(min-width: 1081px) {.bty_sb_bd-vua {
  display: none!important;
}
}.bty_mob_nav-vua {
  background: #1E1510;
  border-top: 1px solid rgba(255, 220, 170, 0.11);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  z-index: 80;
  right: 0;
}
@media(min-width: 1082px) {.bty_mob_nav-vua {
  display: none;
}
}.bty_mob_nav_item-vua {
  gap: 4px;
  flex: 1;
  padding: 0.25rem 2px;
  align-items: center;
  cursor: pointer;
  color: #705F47;
  display: flex;
  flex-direction: column;
}.bty_mob_nav_ic-vua {
  line-height: 1;
}.bty_mob_nav_ic-vua svg {
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
}.bty_mob_nav_lb-vua {
  font-size: 0.625rem;
  color: #705F47;
  font-weight: 600;
}.bty_mob_nav_item-vua.bty_state_active-vua {
  color: #C8820C;
}.bty_mob_nav_item-vua.bty_state_active-vua .bty_mob_nav_lb-vua {
  color: #C8820C;
}.bty_hero-vua {
  background: #120D08;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.bty_hero-vua {
  padding: 1.5rem 24px 0;
}
}.bty_hero_in-vua {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.bty_hero_in-vua {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.bty_hero_in-vua {
  grid-template-columns: 1fr 340px;
}
}.bty_hero_promo-vua {
  border-radius: 14px;
  background: #181009;
  overflow: hidden;
  align-items: stretch;
  display: flex;
  position: relative;
  min-height: 220px;
}
@media(min-width: 771px) {.bty_hero_promo-vua {
  min-height: 17.5rem;
}
}.bty_hero_promo_bg-vua {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#3D1A06 0%,#120D08 100%);
  background-size: cover;
  position: absolute;
}.bty_hero_promo_bg-vua::after {
  background: linear-gradient(90deg,#120D08 0%,rgba(9, 6, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.bty_hero_promo_glow-vua {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122, 61, 16, 0.28) 0%,transparent 65%);
  top: -40px;
  width: 300px;
  height: 18.75rem;
  pointer-events: none;
  right: 3.75rem;
  position: absolute;
}.bty_hero_promo_ct-vua {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  flex-direction: column;
  z-index: 2;
  position: relative;
  justify-content: center;
  display: flex;
  max-width: 480px;
}
@media(min-width: 769px) {.bty_hero_promo_ct-vua {
  padding: 2.5rem 2rem;
}
}.bty_hero_badge-vua {
  border: 1px solid rgba(200, 130, 12, 0.08);
  padding: 5px 12px;
  background: rgba(200, 130, 12, 0.18);
  border-radius: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: inline-block;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0.875rem;
  color: #C8820C;
}.bty_hero_h1-vua {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 26px;
  margin-bottom: 0.625rem;
  font-weight: 800;
  line-height: 1.15;
}.bty_hero_h1-vua em {
  font-style: normal;
  color: #D4A017;
}
@media(min-width: 766px) {.bty_hero_h1-vua {
  font-size: 2.25rem;
}
}.bty_hero_sub-vua {
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  line-height: 1.55;
  color: #B09A78;
}
@media(min-width:768px) {.bty_hero_sub-vua {
  font-size: 0.875rem;
}
}.bty_hero_row-vua {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.bty_hero_cta-vua {
  background: #3DAA6C;
  transition: background .2s;
  border-radius: 8px;
  padding: 13px 1.625rem;
  color: #110C06;
  font-weight: 700;
  box-shadow: 0 1px 0 rgba(10, 50, 20, 0.8) inset, 0 0.25rem 1.125rem rgba(61, 170, 108, 0.38);
  font-size: 0.875rem;
}.bty_hero_cta-vua:hover {
  background: #48C47E;
}.bty_hero_terms-vua {
  font-size: 11px;
  color: #705F47;
}.bty_hero_game-vua {
  background: #181009;
  overflow: hidden;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 220, 170, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}.bty_hero_game_badge-vua {
  border-radius: 1.25rem;
  padding: 5px 10px;
  border: 1px solid rgba(212, 160, 23, 0.16);
  background: rgba(212, 160, 23, 0.16);
  z-index: 3;
  text-transform: uppercase;
  left: 0.75rem;
  font-weight: 700;
  color: #D4A017;
  font-size: 10px;
  top: 12px;
  letter-spacing: .06em;
  position: absolute;
}.bty_hero_game_badge-vua svg {
  width: 0.688rem;
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.bty_hero_game_img-vua {
  background: linear-gradient(135deg,#3D1A06,#120D08);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.bty_hero_game_img-vua img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.bty_hero_game_play-vua {
  inset: 0;
  transition: opacity .2s;
  background: rgba(9, 6, 4, 0.72);
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
}.bty_hero_game-vua:hover .bty_hero_game_play-vua {
  opacity: 1;
}.bty_hero_game_play-vua span {
  background: #C8820C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 3.25rem;
  justify-content: center;
  height: 52px;
}.bty_hero_game_play-vua span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 18px;
}.bty_hero_game_info-vua {
  padding: 0.875rem 16px;
}.bty_hero_game_title-vua {
  font-weight: 700;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 0.938rem;
}.bty_hero_game_provider-vua {
  color: #8A7558;
  font-size: 11px;
}.bty_hero_game_btn-vua {
  transition: background .2s;
  margin: 0.75rem 16px 1rem;
  background: #C8820C;
  border-radius: 8px;
  padding: 0.688rem;
  display: block;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #F5EDD8;
}.bty_hero_game-vua:hover .bty_hero_game_btn-vua {
  background: #E09A18;
}.bty_sbar-vua {
  padding: 1rem 16px 0;
  background: #120D08;
}
@media(min-width:768px) {.bty_sbar-vua {
  padding: 18px 24px 0;
}
}.bty_sbar_in-vua {
  margin: 0 auto;
  max-width: 82.5rem;
}.bty_sbar_row-vua {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.bty_sbar_input-vua {
  transition: border-color .2s;
  background: #181009;
  padding: 11px 1rem;
  flex: 1;
  gap: 0.625rem;
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 0.5rem;
  color: #8A7558;
  align-items: center;
  display: flex;
  font-size: 13px;
  cursor: pointer;
}.bty_sbar_input-vua:hover {
  border-color: rgba(210, 155, 60, 0.40);
}.bty_sbar_input-vua svg {
  height: 15px;
  flex-shrink: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.938rem;
}.bty_sbar_providers-vua {
  transition: border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 170, 0.11);
  background: #181009;
  padding: 11px 1.125rem;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  color: #D9C9A8;
}.bty_sbar_providers-vua:hover {
  border-color: rgba(210, 155, 60, 0.40);
  color: #F5EDD8;
}.bty_sbar_providers-vua svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
}.bty_sbar_tabs-vua {
  gap: 0.375rem;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.bty_sbar_tabs-vua::-webkit-scrollbar {
  display: none;
}.bty_sbar_tab-vua {
  gap: 7px;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 220, 170, 0.06);
  background: rgba(255, 235, 200, 0.05);
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  align-items: center;
  cursor: pointer;
  color: #B09A78;
  font-weight: 600;
}.bty_sbar_tab-vua:hover {
  border-color: rgba(210, 155, 60, 0.40);
  background: rgba(255, 235, 200, 0.07);
  color: #F5EDD8;
}.bty_sbar_tab-vua.bty_state_active-vua {
  border-color: rgba(200, 130, 12, 0.08);
  background: rgba(200, 130, 12, 0.18);
  color: #F5EDD8;
}.bty_sbar_tab_ic-vua svg {
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
}.bty_ws-vua {
  padding: 2rem 16px 0;
  background: #120D08;
}
@media(min-width: 765px) {.bty_ws-vua {
  padding: 36px 1.5rem 0;
}
}.bty_ws_in-vua {
  margin: 0 auto;
  max-width: 1320px;
}.bty_ws_head-vua {
  gap: 12px;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}.bty_ws_title-vua {
  gap: 0.625rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  align-items: center;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  display: flex;
  font-weight: 700;
  flex-wrap: wrap;
}.bty_ws_title_ic-vua svg {
  width: 18px;
  stroke-linejoin: round;
  height: 18px;
  color: #D4A017;
  stroke-linecap: round;
}.bty_ws_online-vua {
  gap: 7px;
  display: flex;
  color: #8A7558;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
}.bty_ws_online_dot-vua {
  background: #3DAA6C;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(61, 170, 108, 0.16);
  width: 0.5rem;
  flex-shrink: 0;
  height: 8px;
}.bty_ws_scroll-vua {
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
}.bty_ws_scroll-vua::-webkit-scrollbar {
  display: none;
}.bty_wc-vua {
  padding: 10px 0.875rem;
  gap: 0.625rem;
  border: 1px solid rgba(255, 220, 170, 0.11);
  background: #181009;
  border-radius: 8px;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
}.bty_wc_img-vua {
  border-radius: 4px;
  background: #1E1510;
  overflow: hidden;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.bty_wc_img-vua img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.bty_wc_info-vua {
  min-width: 0;
}.bty_wc_game-vua {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #D9C9A8;
  font-weight: 600;
}.bty_wc_player-vua {
  overflow: hidden;
  white-space: nowrap;
  color: #705F47;
  text-overflow: ellipsis;
  font-size: 10px;
}.bty_wc_amount-vua {
  white-space: nowrap;
  font-size: 0.813rem;
  color: #3DAA6C;
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
}.bty_app-vua {
  background: #120D08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.bty_app-vua {
  padding: 2.75rem 24px 0;
}
}.bty_app_in-vua {
  margin: 0 auto;
  max-width: 1320px;
}.bty_app_head-vua {
  margin-bottom: 16px;
}.bty_app_label-vua {
  margin-bottom: 8px;
  font-weight: 700;
  color: #C8820C;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
}.bty_app_h2-vua {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 800;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.bty_app_h2-vua {
  font-size: 24px;
}
}.bty_app_sub-vua {
  color: #8A7558;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
  font-size: 13px;
}.bty_app_sub-vua strong {
  font-weight: 700;
  color: #D9C9A8;
}.bty_app_cards-vua {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 641px) {.bty_app_cards-vua {
  grid-template-columns: repeat(3,1fr);
}
}.bty_app_card-vua {
  border-radius: 8px;
  padding: 1.25rem;
  overflow: hidden;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.bty_app_card_ios-vua {
  background: linear-gradient(135deg,rgba(200, 130, 12, 0.18) 0%,#1E1510 100%);
}.bty_app_card_android-vua {
  background: linear-gradient(135deg,rgba(61, 170, 108, 0.16) 0%,#1E1510 100%);
}.bty_app_card_win-vua {
  background: linear-gradient(135deg,rgba(212, 160, 23, 0.16) 0%,#1E1510 100%);
}.bty_app_card_ic-vua svg {
  height: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
}.bty_app_card_ic-vua {
  color: #F5EDD8;
  flex-shrink: 0;
}.bty_app_card_os-vua {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: #8A7558;
  font-size: 10px;
  font-weight: 700;
}.bty_app_card_title-vua {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F5EDD8;
  line-height: 1.2;
  margin-bottom: 6px;
}.bty_app_card_text-vua {
  color: #8A7558;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.bty_app_card_btn-vua {
  border-radius: 0.25rem;
  gap: 0.438rem;
  background: rgba(255, 235, 200, 0.12);
  padding: 0.625rem 1.125rem;
  border: 1px solid rgba(210, 155, 60, 0.40);
  transition: background .2s;
  color: #F5EDD8;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
}.bty_app_card_btn-vua:hover {
  background: rgba(255, 235, 200, 0.07);
}.bty_htp-vua {
  padding: 2.25rem 1rem 0;
  background: #120D08;
}
@media(min-width:768px) {.bty_htp-vua {
  padding: 44px 24px 0;
}
}.bty_htp_in-vua {
  margin: 0 auto;
  max-width: 1320px;
}.bty_htp_head-vua {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.bty_htp_label-vua {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C8820C;
  font-weight: 700;
  letter-spacing: .08em;
}.bty_htp_h2-vua {
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 22px;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.bty_htp_h2-vua {
  font-size: 1.75rem;
}
}.bty_htp_intro-vua {
  font-size: 14px;
  color: #8A7558;
  line-height: 1.6;
}.bty_htp_steps-vua {
  margin: 0;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.bty_htp_steps-vua {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.bty_htp_steps-vua {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.bty_htp_step-vua {
  border: 1px solid rgba(255, 220, 170, 0.11);
  padding: 1.25rem 18px 1.125rem;
  background: #1E1510;
  border-radius: 0.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.bty_htp_step_num-vua {
  border-radius: 50%;
  background: #C8820C;
  display: flex;
  left: 1.25rem;
  font-weight: 800;
  position: absolute;
  font-size: 0.813rem;
  top: -12px;
  color: #110C06;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  font-family: 'Cinzel', serif;
  justify-content: center;
}.bty_htp_step_ic-vua {
  margin: 0.5rem 0 0.75rem;
  background: rgba(200, 130, 12, 0.18);
  border-radius: 0.25rem;
  justify-content: center;
  height: 2.25rem;
  color: #C8820C;
  align-items: center;
  width: 2.25rem;
  display: flex;
}.bty_htp_step_ic-vua svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
}.bty_htp_step_h-vua {
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #F5EDD8;
  overflow-wrap: break-word;
}.bty_htp_step_p-vua {
  overflow-wrap: break-word;
  color: #8A7558;
  line-height: 1.55;
  font-size: 0.813rem;
}.bty_htp_step_p-vua strong {
  font-weight: 600;
  color: #D9C9A8;
}.bty_htp_cta-vua {
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  background: #3DAA6C;
  border-radius: 8px;
  color: #110C06;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  margin-top: 1.25rem;
}.bty_htp_cta-vua:hover {
  background: #48C47E;
}.bty_reg-vua {
  padding: 36px 16px 0;
  background: #120D08;
}
@media(min-width: 771px) {.bty_reg-vua {
  padding: 2.75rem 24px 0;
}
}.bty_reg_in-vua {
  padding: 1.75rem 24px;
  margin: 0 auto;
  border-radius: 14px;
  background: #1E1510;
  border: 1px solid rgba(255, 220, 170, 0.06);
  max-width: 82.5rem;
}
@media(min-width: 767px) {.bty_reg_in-vua {
  padding: 40px;
}
}.bty_reg_top-vua {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.bty_reg_top-vua {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.bty_reg_label-vua {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C8820C;
  text-transform: uppercase;
}.bty_reg_h2-vua {
  line-height: 1.2;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5EDD8;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.bty_reg_h2-vua {
  font-size: 28px;
}
}.bty_reg_bonus-vua {
  gap: 8px;
  padding: 10px 16px;
  background: rgba(212, 160, 23, 0.16);
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 160, 23, 0.16);
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.bty_reg_bonus_amount-vua {
  font-weight: 800;
  color: #D4A017;
  font-size: 20px;
}.bty_reg_bonus_text-vua {
  font-size: 0.813rem;
  color: #B09A78;
  line-height: 1.35;
}.bty_reg_cta_btn-vua {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #3DAA6C;
  padding: 0.875rem 2rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 0 rgba(10, 50, 20, 0.8) inset, 0 4px 18px rgba(61, 170, 108, 0.38);
  font-weight: 700;
  display: inline-block;
  font-size: 15px;
  color: #110C06;
}.bty_reg_cta_btn-vua:hover {
  background: #48C47E;
}.bty_reg_terms-vua {
  color: #705F47;
  line-height: 1.5;
  font-size: 11px;
}.bty_reg_seo-vua {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  color: #8A7558;
  line-height: 1.65;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.bty_reg_seo-vua p {
  color: #8A7558;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 10px;
}.bty_reg_seo-vua p:last-child {
  margin-bottom: 0;
}.bty_reg_seo-vua strong {
  font-weight: 700;
  color: #D9C9A8;
}.bty_reg_seo-vua a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8820C;
}.bty_reg_seo-vua a:hover {
  color: #E09A18;
}.bty_reg_seo-vua ul,.bty_reg_seo-vua ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.bty_reg_seo-vua ol {
  list-style: decimal;
}.bty_reg_seo-vua li {
  color: #8A7558;
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 13px;
}.bty_reg_seo-vua table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.bty_reg_seo-vua table {
  display: table;
}
}.bty_reg_seo-vua th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  font-weight: 700;
  color: #D9C9A8;
  text-align: left;
}.bty_reg_seo-vua td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #8A7558;
}.bty_reg_steps-vua {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width:860px) {.bty_reg_steps-vua {
  margin-top: 0;
}
}.bty_reg_step-vua {
  padding: 16px;
  border: 1px solid rgba(255, 220, 170, 0.06);
  gap: 0.875rem;
  border-radius: 8px;
  background: rgba(255, 235, 200, 0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.bty_reg_step_num-vua {
  background: rgba(200, 130, 12, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(200, 130, 12, 0.08);
  flex-shrink: 0;
  color: #C8820C;
  align-items: center;
  font-weight: 800;
  width: 2.125rem;
  font-size: 14px;
  display: flex;
  justify-content: center;
  height: 2.125rem;
}.bty_reg_step_title-vua {
  font-size: 0.875rem;
  color: #F5EDD8;
  font-weight: 700;
  margin-bottom: 3px;
}.bty_reg_step_text-vua {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #8A7558;
}.bty_reg_trust-vua {
  gap: 10px;
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
}.bty_reg_trust_item-vua {
  gap: 7px;
  display: flex;
  align-items: center;
  color: #8A7558;
  font-size: 12px;
  overflow-wrap: break-word;
}.bty_reg_trust_ic-vua svg {
  width: 1rem;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #C8820C;
}.bty_bon-vua {
  padding: 2.25rem 1rem 0;
  background: #120D08;
}
@media(min-width: 770px) {.bty_bon-vua {
  padding: 44px 1.5rem 0;
}
}.bty_bon_in-vua {
  margin: 0 auto;
  max-width: 82.5rem;
}.bty_bon_head-vua {
  margin-bottom: 20px;
}.bty_bon_label-vua {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #C8820C;
  font-size: 11px;
  letter-spacing: .08em;
}.bty_bon_h2-vua {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.bty_bon_h2-vua {
  font-size: 1.5rem;
}
}.bty_bon_seo-vua {
  color: #8A7558;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 38.75rem;
  line-height: 1.6;
}.bty_bon_seo-vua strong {
  font-weight: 700;
  color: #D9C9A8;
}.bty_bon_seo-vua a {
  text-decoration: underline;
  color: #C8820C;
}.bty_bon_grid-vua {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.bty_bon_grid-vua {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.bty_bon_grid-vua {
  grid-template-columns: repeat(5,1fr);
}
}.bty_bon_card-vua {
  transition: border-color .2s,transform .2s;
  background: #181009;
  border: 1px solid rgba(255, 220, 170, 0.11);
  padding: 16px;
  border-radius: 0.5rem;
}.bty_bon_card-vua:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 130, 12, 0.08);
}.bty_bon_card_ic-vua svg {
  height: 26px;
  width: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bty_bon_card_ic-vua {
  margin-bottom: 0.625rem;
}.bty_bon_card_type-vua {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
  color: #8A7558;
  font-weight: 700;
}.bty_bon_card_amount-vua {
  color: #D4A017;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 1.125rem;
  font-weight: 800;
}.bty_bon_card_name-vua {
  color: #F5EDD8;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: break-word;
}.bty_bon_card_detail-vua {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  line-height: 1.5;
  font-size: 0.688rem;
  color: #705F47;
  overflow-wrap: break-word;
  padding-top: 8px;
}.bty_prov-vua {
  background: #120D08;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.bty_prov-vua {
  padding: 2.75rem 24px 0;
}
}.bty_prov_in-vua {
  margin: 0 auto;
  max-width: 1320px;
}.bty_prov_head-vua {
  margin-bottom: 16px;
}.bty_prov_label-vua {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C8820C;
  text-transform: uppercase;
}.bty_prov_h2-vua {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDD8;
}
@media(min-width: 767px) {.bty_prov_h2-vua {
  font-size: 24px;
}
}.bty_prov_seo-vua {
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 16px;
  color: #8A7558;
  overflow-wrap: break-word;
}.bty_prov_seo-vua strong {
  font-weight: 700;
  color: #D9C9A8;
}.bty_prov_seo-vua a {
  color: #C8820C;
  text-decoration: underline;
}.bty_prov_grid-vua {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.bty_prov_grid-vua {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.bty_prov_grid-vua {
  grid-template-columns: repeat(8,1fr);
}
}.bty_prov_card-vua {
  background: #181009;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  border: 1px solid rgba(255, 220, 170, 0.11);
  gap: 0.438rem;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.bty_prov_card-vua:hover {
  border-color: rgba(210, 155, 60, 0.40);
  background: #1E1510;
}.bty_prov_logo-vua {
  background: rgba(255, 235, 200, 0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  justify-content: center;
  width: 2.75rem;
  align-items: center;
  height: 44px;
  display: flex;
}.bty_prov_logo-vua img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.bty_prov_name-vua {
  overflow-wrap: break-word;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #B09A78;
}.bty_seo-vua {
  background: #120D08;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.bty_seo-vua {
  padding: 44px 1.5rem 0;
}
}.bty_seo_in-vua {
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 14px;
  margin: 0 auto;
  background: #1E1510;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.bty_seo_in-vua {
  padding: 2.25rem 40px;
}
}.bty_seo_label-vua {
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8820C;
}.bty_seo_h2-vua {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #F5EDD8;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 769px) {.bty_seo_h2-vua {
  font-size: 1.5rem;
}
}.bty_seo_body-vua {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #B09A78;
  line-height: 1.75;
}.bty_seo_body-vua p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #B09A78;
}.bty_seo_body-vua p:last-child {
  margin-bottom: 0;
}.bty_seo_body-vua strong {
  color: #D9C9A8;
  font-weight: 700;
}.bty_seo_body-vua a {
  transition: color .2s;
  color: #C8820C;
  text-decoration: underline;
}.bty_seo_body-vua a:hover {
  color: #E09A18;
}.bty_seo_body-vua ul,.bty_seo_body-vua ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.bty_seo_body-vua ol {
  list-style: decimal;
}.bty_seo_body-vua li {
  font-size: 0.875rem;
  color: #B09A78;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.bty_seo_body-vua table {
  margin-bottom: 12px;
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 771px) {.bty_seo_body-vua table {
  display: table;
}
}.bty_seo_body-vua th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #D9C9A8;
}.bty_seo_body-vua td {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 0.625rem 12px;
  color: #B09A78;
}.bty_seo_cols-vua {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.bty_seo_cols-vua {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.bty_seo_cols-vua {
  grid-template-columns: repeat(3,1fr);
}
}.bty_seo_col_h-vua {
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D9C9A8;
  overflow-wrap: break-word;
}.bty_seo_col_p-vua {
  color: #8A7558;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.bty_seo_stats-vua {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.bty_seo_stat-vua {
  border: 1px solid rgba(200, 130, 12, 0.18);
  padding: 0.875rem 16px;
  border-radius: 8px;
  flex: 1;
  background: rgba(200, 130, 12, 0.08);
  min-width: 8.75rem;
}.bty_seo_stat_val-vua {
  color: #C8820C;
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
}.bty_seo_stat_lb-vua {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #8A7558;
}.bty_seo-vua {
  background: #120D08;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.bty_seo-vua {
  padding: 44px 24px 0;
}
}.bty_seo_in-vua {
  padding: 1.75rem 1.5rem;
  background: #1E1510;
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 0.875rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.bty_seo_in-vua {
  padding: 36px 40px;
}
}.bty_seo_label-vua {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C8820C;
  margin-bottom: 10px;
}.bty_seo_h2-vua {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #F5EDD8;
  font-weight: 800;
}
@media(min-width: 769px) {.bty_seo_h2-vua {
  font-size: 24px;
}
}.bty_seo_body-vua {
  color: #B09A78;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.bty_seo_body-vua p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #B09A78;
}.bty_seo_body-vua p:last-child {
  margin-bottom: 0;
}.bty_seo_body-vua strong {
  font-weight: 700;
  color: #D9C9A8;
}.bty_seo_body-vua a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8820C;
}.bty_seo_body-vua a:hover {
  color: #E09A18;
}.bty_seo_body-vua ul,.bty_seo_body-vua ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.bty_seo_body-vua ol {
  list-style: decimal;
}.bty_seo_body-vua li {
  margin-bottom: 0.375rem;
  color: #B09A78;
  font-size: 0.875rem;
  line-height: 1.75;
}.bty_seo_body-vua table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.bty_seo_body-vua table {
  display: table;
}
}.bty_seo_body-vua th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #D9C9A8;
  font-weight: 700;
}.bty_seo_body-vua td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #B09A78;
}.bty_seo_cols-vua {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.bty_seo_cols-vua {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.bty_seo_cols-vua {
  grid-template-columns: repeat(3,1fr);
}
}.bty_seo_col_h-vua {
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D9C9A8;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.bty_seo_col_p-vua {
  color: #8A7558;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.bty_seo_stats-vua {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.bty_seo_stat-vua {
  padding: 0.875rem 16px;
  flex: 1;
  border-radius: 8px;
  background: rgba(200, 130, 12, 0.08);
  border: 1px solid rgba(200, 130, 12, 0.18);
  min-width: 8.75rem;
}.bty_seo_stat_val-vua {
  color: #C8820C;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.bty_seo_stat_lb-vua {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #8A7558;
}.bty_seo-vua {
  background: #120D08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.bty_seo-vua {
  padding: 2.75rem 1.5rem 0;
}
}.bty_seo_in-vua {
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 220, 170, 0.11);
  background: #1E1510;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.bty_seo_in-vua {
  padding: 36px 40px;
}
}.bty_seo_label-vua {
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C8820C;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.bty_seo_h2-vua {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 14px;
  color: #F5EDD8;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width: 766px) {.bty_seo_h2-vua {
  font-size: 1.5rem;
}
}.bty_seo_body-vua {
  color: #B09A78;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.bty_seo_body-vua p {
  line-height: 1.75;
  color: #B09A78;
  margin-bottom: 12px;
  font-size: 14px;
}.bty_seo_body-vua p:last-child {
  margin-bottom: 0;
}.bty_seo_body-vua strong {
  font-weight: 700;
  color: #D9C9A8;
}.bty_seo_body-vua a {
  transition: color .2s;
  color: #C8820C;
  text-decoration: underline;
}.bty_seo_body-vua a:hover {
  color: #E09A18;
}.bty_seo_body-vua ul,.bty_seo_body-vua ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.bty_seo_body-vua ol {
  list-style: decimal;
}.bty_seo_body-vua li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #B09A78;
  font-size: 14px;
}.bty_seo_body-vua table {
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 770px) {.bty_seo_body-vua table {
  display: table;
}
}.bty_seo_body-vua th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  font-weight: 700;
  color: #D9C9A8;
  text-align: left;
}.bty_seo_body-vua td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #B09A78;
}.bty_seo_cols-vua {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.bty_seo_cols-vua {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.bty_seo_cols-vua {
  grid-template-columns: repeat(3,1fr);
}
}.bty_seo_col_h-vua {
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #D9C9A8;
  font-size: 0.813rem;
}.bty_seo_col_p-vua {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #8A7558;
}.bty_seo_stats-vua {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.bty_seo_stat-vua {
  flex: 1;
  border: 1px solid rgba(200, 130, 12, 0.18);
  border-radius: 8px;
  background: rgba(200, 130, 12, 0.08);
  padding: 14px 16px;
  min-width: 140px;
}.bty_seo_stat_val-vua {
  font-weight: 800;
  color: #C8820C;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.bty_seo_stat_lb-vua {
  overflow-wrap: break-word;
  color: #8A7558;
  font-size: 0.688rem;
}.bty_faq-vua {
  padding: 2.25rem 1rem 0;
  background: #120D08;
}
@media(min-width: 769px) {.bty_faq-vua {
  padding: 44px 24px 0;
}
}.bty_faq_in-vua {
  margin: 0 auto;
  max-width: 82.5rem;
}.bty_faq_head-vua {
  margin-bottom: 20px;
}.bty_faq_label-vua {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C8820C;
}.bty_faq_h2-vua {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: #F5EDD8;
}
@media(min-width: 769px) {.bty_faq_h2-vua {
  font-size: 1.5rem;
}
}.bty_faq_list-vua {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.bty_faq_item-vua {
  overflow: hidden;
  border: 1px solid rgba(255, 220, 170, 0.11);
  border-radius: 0.5rem;
  background: #1E1510;
}.bty_faq_q-vua {
  gap: 12px;
  transition: color .2s;
  padding: 16px 20px;
  overflow-wrap: break-word;
  color: #D9C9A8;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.bty_faq_q-vua:hover {
  color: #F5EDD8;
}.bty_faq_q_ic-vua {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 235, 200, 0.05);
  display: flex;
  font-size: 1rem;
  color: #C8820C;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
  height: 1.5rem;
  justify-content: center;
}.bty_faq_item-vua.bty_state_open-vua .bty_faq_q_ic-vua {
  transform: rotate(45deg);
}.bty_faq_a-vua {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  color: #8A7558;
  font-size: 0.813rem;
  display: none;
  overflow-wrap: break-word;
}.bty_faq_item-vua.bty_state_open-vua .bty_faq_a-vua {
  display: block;
}.bty_faq_a-vua strong {
  font-weight: 700;
  color: #D9C9A8;
}.bty_faq_a-vua a {
  text-decoration: underline;
  color: #C8820C;
}.bty_faq_a-vua ul,.bty_faq_a-vua ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.bty_faq_a-vua ol {
  list-style: decimal;
}.bty_faq_a-vua li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.bty_faq_a-vua table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.bty_faq_a-vua table {
  display: table;
}
}.bty_faq_a-vua th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  color: #D9C9A8;
  font-weight: 700;
  text-align: left;
}.bty_faq_a-vua td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #8A7558;
}.bty_ft-vua {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  background: #090604;
  margin-top: 48px;
}.bty_ft_support-vua {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width:768px) {.bty_ft_support-vua {
  padding: 28px 24px;
}
}.bty_ft_support_in-vua {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.bty_ft_support_main-vua {
  flex: 1;
  gap: 16px;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.bty_ft_support_ic-vua {
  color: #C8820C;
  flex-shrink: 0;
}.bty_ft_support_ic-vua svg {
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
  height: 30px;
}.bty_ft_support_text_title-vua {
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 0.938rem;
}.bty_ft_support_text_sub-vua {
  overflow-wrap: break-word;
  color: #8A7558;
  font-size: 12px;
}.bty_ft_support_btn-vua {
  padding: 0.688rem 22px;
  transition: background .2s;
  border-radius: 8px;
  background: #C8820C;
  font-size: 13px;
  color: #F5EDD8;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}.bty_ft_support_btn-vua:hover {
  background: #E09A18;
}.bty_ft_support_contacts-vua {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.bty_ft_support_contact-vua {
  line-height: 1.4;
  color: #705F47;
  font-size: 12px;
}.bty_ft_support_contact-vua strong {
  font-size: 0.688rem;
  display: block;
  font-weight: 600;
  color: #B09A78;
  margin-bottom: 2px;
}.bty_ft_main-vua {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
}
@media(min-width: 771px) {.bty_ft_main-vua {
  padding: 2.5rem 24px 32px;
}
}.bty_ft_main_in-vua {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 641px) {.bty_ft_main_in-vua {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.bty_ft_main_in-vua {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.bty_ft_col_logo-vua {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.bty_ft_col_logo-vua {
  grid-column: auto;
}
}.bty_ft_logo-vua {
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-size: 16px;
  align-items: center;
  color: #F5EDD8;
  font-weight: 800;
  display: flex;
}.bty_ft_logo_mark-vua {
  border-radius: 4px;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.bty_ft_logo_mark-vua img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.bty_ft_logo_sub-vua {
  color: #705F47;
  font-size: 0.75rem;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.bty_ft_col_title-vua {
  margin-bottom: 0.875rem;
  color: #B09A78;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}.bty_ft_col_links-vua {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.bty_ft_col_link-vua {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #705F47;
}.bty_ft_col_link-vua:hover {
  color: #D9C9A8;
}.bty_ft_apps-vua {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.bty_ft_app_card-vua {
  border: 1px solid rgba(255, 220, 170, 0.11);
  background: rgba(255, 235, 200, 0.05);
  gap: 10px;
  border-radius: 4px;
  transition: border-color .2s;
  padding: 10px 0.75rem;
  display: flex;
  align-items: center;
}.bty_ft_app_card-vua:hover {
  border-color: rgba(210, 155, 60, 0.40);
}.bty_ft_app_card_ic-vua svg {
  width: 22px;
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bty_ft_app_card_os-vua {
  font-weight: 600;
  color: #705F47;
  font-size: 0.625rem;
}.bty_ft_app_card_action-vua {
  font-weight: 700;
  color: #D9C9A8;
  font-size: 12px;
}.bty_ft_bot-vua {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.bty_ft_bot-vua {
  padding: 1.25rem 1.5rem;
}
}.bty_ft_bot_in-vua {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.bty_ft_socials-vua {
  gap: 0.5rem;
  display: flex;
}.bty_ft_soc-vua {
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 220, 170, 0.11);
  transition: background .2s;
  border-radius: 0.25rem;
  color: #B09A78;
  align-items: center;
  display: flex;
  height: 36px;
  width: 36px;
  justify-content: center;
}.bty_ft_soc-vua svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.bty_ft_soc-vua:hover {
  background: rgba(255, 235, 200, 0.07);
}.bty_ft_legal-vua {
  flex: 1;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  line-height: 1.6;
  color: #9A8668;
  font-size: 11px;
}.bty_ft_legal-vua strong {
  font-weight: 700;
  color: #B09A78;
}.bty_ft_legal-vua a {
  color: #B09A78;
  text-decoration: underline;
}.bty_ft_age-vua {
  border-radius: 50%;
  border: 2px solid #9A8668;
  color: #9A8668;
  font-size: 11px;
  justify-content: center;
  display: flex;
  margin-left: auto;
  align-items: center;
  width: 2rem;
  font-weight: 800;
  height: 2rem;
  flex-shrink: 0;
}