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 {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #090D0C;
  font-family: 'Barlow', sans-serif;
  color: #C5DDD4;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}.lzt-layout_kkb {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.lzt-page_kkb {
  min-height: 100vh;
  display: flex;
}.lzt-main_kkb {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1082px) {.lzt-main_kkb {
  padding-left: 220px;
}
}
@media (max-width: 1078px) {.lzt-main_kkb {
  padding-bottom: 4.5rem;
}
}.lzt-gc_kkb {
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .2s,border-color .2s;
  border-radius: 0.563rem;
  background: #0E1412;
  overflow: hidden;
  width: 140px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
@media(min-width: 643px) {.lzt-gc_kkb {
  width: 156px;
}
}
@media(min-width: 1081px) {.lzt-gc_kkb {
  width: 168px;
}
}.lzt-gc_kkb:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 232, 124, 0.07);
}.lzt-gc_img_kkb {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.lzt-gc_img_kkb img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.lzt-gc_hover_kkb {
  transition: opacity .2s;
  background: rgba(6, 9, 8, 0.72);
  inset: 0;
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
  justify-content: center;
}.lzt-gc_kkb:hover .lzt-gc_hover_kkb {
  opacity: 1;
}.lzt-gc_hover_btn_kkb {
  padding: 0.5rem 1rem;
  background: #00E87C;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F0FFF8;
}.lzt-gc_info_kkb {
  padding: 0.5rem 10px 10px;
}.lzt-gc_name_kkb {
  overflow: hidden;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 12px;
  color: #C5DDD4;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}.lzt-gc_prov_kkb {
  font-size: 10px;
  color: #4D6660;
}.lzt-gc_tag_kkb {
  padding: 2px 0.438rem;
  border-radius: 4px;
  position: absolute;
  font-size: 0.563rem;
  text-transform: uppercase;
  left: 6px;
  letter-spacing: .04em;
  top: 0.375rem;
  z-index: 2;
  font-weight: 700;
}.lzt-gc_tag_hot_kkb {
  background: #F03545;
  color: #fff;
}.lzt-gc_tag_new_kkb {
  background: #1AD45E;
  color: #090D0C;
}.lzt-gc_tag_jp_kkb {
  background: #F0A800;
  color: #090D0C;
}.lzt-gc_tag_ex_kkb {
  background: #0EC4A0;
  color: #fff;
}.lzt-gc_tag_live_kkb {
  background: #F03545;
  color: #fff;
}.lzt-gr_kkb {
  padding: 2rem 16px 0;
  background: #090D0C;
}
@media(min-width: 770px) {.lzt-gr_kkb {
  padding: 36px 24px 0;
}
}.lzt-gr_in_kkb {
  margin: 0 auto;
  max-width: 82.5rem;
}.lzt-gr_head_kkb {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
}.lzt-gr_head_l_kkb {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.lzt-gr_ic_kkb {
  border-radius: 0.563rem;
  justify-content: center;
  height: 2rem;
  display: flex;
  width: 2rem;
  align-items: center;
  flex-shrink: 0;
}.lzt-gr_ic_kkb svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.lzt-gr_title_kkb {
  color: #F0FFF8;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 16px;
}
@media(min-width: 765px) {.lzt-gr_title_kkb {
  font-size: 1.125rem;
}
}.lzt-gr_more_kkb {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  font-size: 12px;
  color: #607A72;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  display: flex;
}.lzt-gr_more_kkb:hover {
  color: #00E87C;
}.lzt-gr_more_kkb svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linecap: round;
}.lzt-gr_arrows_kkb {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.lzt-gr_arr_kkb {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
  width: 30px;
  color: #89A99E;
  display: flex;
}.lzt-gr_arr_kkb:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0FFF8;
}.lzt-gr_arr_kkb svg {
  stroke-linecap: round;
  width: 13px;
  height: 13px;
  stroke-linejoin: round;
}.lzt-gr_seo_h_kkb {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  color: #C5DDD4;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 770px) {.lzt-gr_seo_h_kkb {
  font-size: 0.875rem;
}
}.lzt-gr_seo_kkb {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  max-width: 680px;
  color: #607A72;
  line-height: 1.55;
  overflow-wrap: break-word;
}.lzt-gr_seo_kkb strong {
  color: #C5DDD4;
  font-weight: 600;
}.lzt-gr_scroll_kkb {
  gap: 10px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
}.lzt-gr_scroll_kkb::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.lzt-gr_scroll_kkb {
  gap: 12px;
}
}.lzt-tb_kkb {
  background: #090D0C;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  height: 56px;
  z-index: 80;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  align-items: center;
}.lzt-tb_in_kkb {
  gap: 0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}.lzt-tb_burger_kkb {
  gap: 0.313rem;
  border-radius: 9px;
  width: 2.375rem;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 2.375rem;
  flex-direction: column;
  margin-right: 0.5rem;
}.lzt-tb_burger_kkb:hover {
  background: rgba(255, 255, 255, 0.05);
}.lzt-tb_burger_line_kkb {
  background: #89A99E;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1079px) {.lzt-tb_burger_kkb {
  display: none;
}
}.lzt-tb_logo_kkb {
  gap: 9px;
  font-weight: 800;
  margin-right: 20px;
  font-size: 18px;
  color: #F0FFF8;
  align-items: center;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  display: flex;
  flex-shrink: 0;
}.lzt-tb_logo_mark_kkb {
  overflow: hidden;
  border-radius: 9px;
  height: 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 32px;
}.lzt-tb_logo_mark_kkb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.lzt-tb_nav_kkb {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.lzt-tb_nav_kkb {
  display: flex;
}
}.lzt-tb_tab_kkb {
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  border-radius: 9px;
  color: #89A99E;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
}.lzt-tb_tab_kkb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0FFF8;
}.lzt-tb_tab_kkb.lzt-state_active_kkb {
  background: rgba(0, 232, 124, 0.16);
  color: #F0FFF8;
}.lzt-tb_right_kkb {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.lzt-tb_login_kkb {
  padding: 0.563rem 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.563rem;
  transition: border-color .2s,color .2s;
  font-size: 0.813rem;
  font-weight: 600;
  color: #C5DDD4;
  display: none;
}.lzt-tb_login_kkb:hover {
  border-color: rgba(0, 232, 124, 0.38);
  color: #F0FFF8;
}
@media(min-width: 477px) {.lzt-tb_login_kkb {
  display: block;
}
}.lzt-tb_reg_kkb {
  background: #1AD45E;
  border-radius: 0.563rem;
  transition: background .2s;
  padding: 0.563rem 18px;
  font-size: 13px;
  font-weight: 700;
  color: #061009;
  white-space: nowrap;
}.lzt-tb_reg_kkb:hover {
  background: #14C054;
}.lzt-sb_kkb {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #111916;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 70;
  left: 0;
  top: 56px;
  width: 220px;
  position: fixed;
  bottom: 0;
  overflow-y: auto;
}.lzt-sb_kkb.lzt-state_open_kkb {
  transform: translateX(0);
}.lzt-sb_kkb::-webkit-scrollbar {
  width: 4px;
}.lzt-sb_kkb::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.lzt-sb_kkb {
  transform: translateX(0);
}
}.lzt-sb_auth_kkb {
  padding: 14px 12px 0.625rem;
}.lzt-sb_btn_reg_kkb {
  border-radius: 0.563rem;
  padding: 0.688rem;
  transition: background .2s;
  background: #1AD45E;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  display: block;
  margin-bottom: 0.5rem;
  color: #061009;
}.lzt-sb_btn_reg_kkb:hover {
  background: #14C054;
}.lzt-sb_btn_login_kkb {
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  text-align: center;
  font-weight: 600;
  display: block;
  color: #C5DDD4;
  font-size: 13px;
}.lzt-sb_btn_login_kkb:hover {
  border-color: rgba(0, 232, 124, 0.38);
  color: #F0FFF8;
}.lzt-sb_promo_kkb {
  padding: 0.75rem 14px;
  margin: 0 0.75rem 0.625rem;
  border-radius: 0.563rem;
  border: 1px solid rgba(0, 232, 124, 0.16);
  overflow: hidden;
  background: linear-gradient(135deg,#0C2A1F,#111916);
  position: relative;
}.lzt-sb_promo_kkb::before {
  background: radial-gradient(circle,rgba(0, 232, 124, 0.16),transparent 70%);
  border-radius: 50%;
  height: 5rem;
  content: '';
  right: -1.25rem;
  position: absolute;
  width: 80px;
  top: -1.25rem;
}.lzt-sb_promo_title_kkb {
  font-size: 11px;
  text-transform: uppercase;
  color: #00E87C;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
}.lzt-sb_promo_text_kkb {
  overflow-wrap: break-word;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: #F0FFF8;
}.lzt-sb_promo_sub_kkb {
  margin-top: 3px;
  font-size: 10px;
  color: #607A72;
}.lzt-sb_nav_kkb {
  padding: 0.375rem 0.5rem 16px;
}.lzt-sb_nav_lb_kkb {
  padding: 0.625rem 0.5rem 6px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #4D6660;
}.lzt-sb_link_kkb {
  gap: 10px;
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  border-radius: 5px;
  display: flex;
  color: #89A99E;
  font-weight: 500;
  overflow-wrap: break-word;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
}.lzt-sb_link_kkb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0FFF8;
}.lzt-sb_link_kkb.lzt-state_active_kkb {
  background: rgba(0, 232, 124, 0.16);
  color: #F0FFF8;
}.lzt-sb_ic_kkb {
  border-radius: 0.313rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}.lzt-sb_ic_kkb svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.lzt-sb_ic_1_kkb {
  background: rgba(0, 232, 124, 0.07);
  color: #00E87C;
}.lzt-sb_ic_2_kkb {
  background: rgba(26, 212, 94, 0.15);
  color: #1AD45E;
}.lzt-sb_ic_3_kkb {
  background: rgba(240, 168, 0, 0.14);
  color: #F0A800;
}.lzt-sb_ic_4_kkb {
  background: rgba(14, 196, 160, 0.18);
  color: #0EC4A0;
}.lzt-sb_ic_5_kkb {
  background: rgba(0, 232, 124, 0.07);
  color: #FF4DA6;
}.lzt-sb_ic_6_kkb {
  background: rgba(14, 196, 160, 0.18);
  color: #9B4DFF;
}.lzt-sb_badge_kkb {
  background: #F0A800;
  border-radius: 5px;
  padding: 2px 7px;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
  color: #061009;
}.lzt-sb_bot_kkb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.lzt-sb_lang_kkb,.lzt-sb_help_kkb {
  padding: 0.563rem 6px;
  transition: border-color .2s;
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #89A99E;
  justify-content: center;
  display: flex;
  align-items: center;
}.lzt-sb_lang_kkb:hover,.lzt-sb_help_kkb:hover {
  border-color: rgba(0, 232, 124, 0.38);
  color: #F0FFF8;
}.lzt-sb_lang_kkb svg,.lzt-sb_help_kkb svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.lzt-sb_bd_kkb {
  inset: 0;
  background: rgba(6, 9, 8, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.lzt-sb_bd_kkb.lzt-state_on_kkb {
  display: block;
}
@media(min-width: 1078px) {.lzt-sb_bd_kkb {
  display: none!important;
}
}.lzt-mob_nav_kkb {
  background: #111916;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  display: flex;
  right: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
}
@media(min-width: 1083px) {.lzt-mob_nav_kkb {
  display: none;
}
}.lzt-mob_nav_item_kkb {
  padding: 4px 2px;
  flex: 1;
  gap: 0.25rem;
  display: flex;
  color: #4D6660;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.lzt-mob_nav_ic_kkb {
  line-height: 1;
}.lzt-mob_nav_ic_kkb svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
}.lzt-mob_nav_lb_kkb {
  color: #4D6660;
  font-weight: 600;
  font-size: 0.625rem;
}.lzt-mob_nav_item_kkb.lzt-state_active_kkb {
  color: #00E87C;
}.lzt-mob_nav_item_kkb.lzt-state_active_kkb .lzt-mob_nav_lb_kkb {
  color: #00E87C;
}.lzt-hero_kkb {
  background: #090D0C;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 769px) {.lzt-hero_kkb {
  padding: 1.5rem 1.5rem 0;
}
}.lzt-hero_in_kkb {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 861px) {.lzt-hero_in_kkb {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1098px) {.lzt-hero_in_kkb {
  grid-template-columns: 1fr 340px;
}
}.lzt-hero_promo_kkb {
  background: #0E1412;
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  min-height: 220px;
  position: relative;
  align-items: stretch;
}
@media(min-width: 770px) {.lzt-hero_promo_kkb {
  min-height: 17.5rem;
}
}.lzt-hero_promo_bg_kkb {
  background: linear-gradient(120deg,#0C2A1F 0%,#090D0C 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.lzt-hero_promo_bg_kkb::after {
  inset: 0;
  background: linear-gradient(90deg,#090D0C 0%,rgba(6, 9, 8, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.lzt-hero_promo_glow_kkb {
  background: radial-gradient(circle,rgba(14, 196, 160, 0.18) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  pointer-events: none;
  right: 60px;
  height: 300px;
  position: absolute;
  width: 300px;
}.lzt-hero_promo_ct_kkb {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  flex-direction: column;
  z-index: 2;
  max-width: 30rem;
  position: relative;
  justify-content: center;
  display: flex;
}
@media(min-width: 767px) {.lzt-hero_promo_ct_kkb {
  padding: 2.5rem 2rem;
}
}.lzt-hero_badge_kkb {
  border: 1px solid rgba(0, 232, 124, 0.07);
  border-radius: 1.25rem;
  padding: 0.313rem 12px;
  background: rgba(0, 232, 124, 0.16);
  margin-bottom: 14px;
  font-size: 10px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00E87C;
}.lzt-hero_h1_kkb {
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-size: 1.625rem;
  font-family: 'Exo 2', sans-serif;
  color: #F0FFF8;
  overflow-wrap: break-word;
  line-height: 1.15;
}.lzt-hero_h1_kkb em {
  font-style: normal;
  color: #F0A800;
}
@media(min-width:768px) {.lzt-hero_h1_kkb {
  font-size: 2.25rem;
}
}.lzt-hero_sub_kkb {
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 1.25rem;
  color: #89A99E;
}
@media(min-width:768px) {.lzt-hero_sub_kkb {
  font-size: 0.875rem;
}
}.lzt-hero_row_kkb {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.lzt-hero_cta_kkb {
  border-radius: 0.563rem;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #1AD45E;
  box-shadow: 0 3px 0 rgba(0, 180, 80, 0.55), 0 0.5rem 22px rgba(26, 212, 94, 0.28);
  color: #061009;
  font-weight: 700;
  font-size: 14px;
}.lzt-hero_cta_kkb:hover {
  background: #14C054;
}.lzt-hero_terms_kkb {
  color: #4D6660;
  font-size: 11px;
}.lzt-hero_game_kkb {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #0E1412;
  position: relative;
  flex-direction: column;
  display: flex;
}.lzt-hero_game_badge_kkb {
  border: 1px solid rgba(240, 168, 0, 0.14);
  padding: 0.313rem 10px;
  border-radius: 1.25rem;
  background: rgba(240, 168, 0, 0.14);
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
  color: #F0A800;
  letter-spacing: .06em;
  font-size: 10px;
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
}.lzt-hero_game_badge_kkb svg {
  width: 0.688rem;
  margin-right: 4px;
  height: 11px;
  vertical-align: -1px;
}.lzt-hero_game_img_kkb {
  overflow: hidden;
  background: linear-gradient(135deg,#0C2A1F,#090D0C);
  padding-bottom: 60%;
  position: relative;
}.lzt-hero_game_img_kkb img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.lzt-hero_game_play_kkb {
  transition: opacity .2s;
  background: rgba(6, 9, 8, 0.72);
  inset: 0;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
}.lzt-hero_game_kkb:hover .lzt-hero_game_play_kkb {
  opacity: 1;
}.lzt-hero_game_play_kkb span {
  background: #00E87C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
}.lzt-hero_game_play_kkb span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.lzt-hero_game_info_kkb {
  padding: 0.875rem 16px;
}.lzt-hero_game_title_kkb {
  color: #F0FFF8;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 700;
}.lzt-hero_game_provider_kkb {
  font-size: 11px;
  color: #607A72;
}.lzt-hero_game_btn_kkb {
  border-radius: 0.563rem;
  margin: 12px 1rem 1rem;
  padding: 0.688rem;
  transition: background .2s;
  background: #00E87C;
  text-align: center;
  color: #F0FFF8;
  display: block;
  font-size: 13px;
  font-weight: 700;
}.lzt-hero_game_kkb:hover .lzt-hero_game_btn_kkb {
  background: #2EF292;
}.lzt-sbar_kkb {
  padding: 1rem 1rem 0;
  background: #090D0C;
}
@media(min-width: 765px) {.lzt-sbar_kkb {
  padding: 18px 1.5rem 0;
}
}.lzt-sbar_in_kkb {
  margin: 0 auto;
  max-width: 82.5rem;
}.lzt-sbar_row_kkb {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.lzt-sbar_input_kkb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  border-radius: 9px;
  gap: 0.625rem;
  background: #0E1412;
  padding: 0.688rem 16px;
  flex: 1;
  font-size: 13px;
  display: flex;
  cursor: pointer;
  color: #607A72;
  align-items: center;
}.lzt-sbar_input_kkb:hover {
  border-color: rgba(0, 232, 124, 0.38);
}.lzt-sbar_input_kkb svg {
  stroke-linecap: round;
  height: 15px;
  width: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
}.lzt-sbar_providers_kkb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.563rem;
  gap: 0.5rem;
  padding: 11px 18px;
  transition: border-color .2s;
  background: #0E1412;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #C5DDD4;
  font-size: 13px;
}.lzt-sbar_providers_kkb:hover {
  border-color: rgba(0, 232, 124, 0.38);
  color: #F0FFF8;
}.lzt-sbar_providers_kkb svg {
  height: 14px;
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
}.lzt-sbar_tabs_kkb {
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
}.lzt-sbar_tabs_kkb::-webkit-scrollbar {
  display: none;
}.lzt-sbar_tab_kkb {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.5rem 14px;
  border-radius: 20px;
  gap: 0.438rem;
  font-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #89A99E;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
}.lzt-sbar_tab_kkb:hover {
  border-color: rgba(0, 232, 124, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: #F0FFF8;
}.lzt-sbar_tab_kkb.lzt-state_active_kkb {
  border-color: rgba(0, 232, 124, 0.07);
  background: rgba(0, 232, 124, 0.16);
  color: #F0FFF8;
}.lzt-sbar_tab_ic_kkb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
}.lzt-gcg_kkb {
  background: #090D0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.lzt-gcg_kkb {
  padding: 44px 24px 0;
}
}.lzt-gcg_in_kkb {
  margin: 0 auto;
  max-width: 82.5rem;
}.lzt-gcg_head_kkb {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.lzt-gcg_label_kkb {
  color: #00E87C;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.lzt-gcg_h2_kkb {
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F0FFF8;
}
@media(min-width:768px) {.lzt-gcg_h2_kkb {
  font-size: 28px;
}
}.lzt-gcg_intro_kkb {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #607A72;
}.lzt-gcg_grid_kkb {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.lzt-gcg_grid_kkb {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.lzt-gcg_grid_kkb {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.lzt-gcg_card_kkb {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform .2s,border-color .2s;
  border-radius: 0.875rem;
  padding: 20px;
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
}.lzt-gcg_card_kkb:hover {
  border-color: rgba(0, 232, 124, 0.16);
  transform: translateY(-3px);
}.lzt-gcg_card_bg_kkb {
  inset: 0;
  z-index: 0;
  position: absolute;
}.lzt-gcg_card_bg_kkb::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.lzt-gcg_card_ic_kkb {
  background: rgba(0,0,0,.45);
  border-radius: 5px;
  color: #F0FFF8;
  height: 2.5rem;
  top: 18px;
  position: absolute;
  display: flex;
  z-index: 2;
  align-items: center;
  width: 2.5rem;
  justify-content: center;
  right: 1.125rem;
}.lzt-gcg_card_ic_kkb svg {
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
}.lzt-gcg_card_ct_kkb {
  position: relative;
  z-index: 1;
}.lzt-gcg_card_h_kkb {
  color: #F0FFF8;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.lzt-gcg_card_h_kkb {
  font-size: 20px;
}
}.lzt-gcg_card_p_kkb {
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
}.lzt-gcg_card_p_kkb strong {
  color: #F0FFF8;
  font-weight: 600;
}.lzt-gcg_card_cta_kkb {
  gap: 4px;
  display: inline-flex;
  color: #00E87C;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 700;
}.lzt-gcg_card_cta_kkb svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linejoin: round;
}.lzt-ws_kkb {
  background: #090D0C;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.lzt-ws_kkb {
  padding: 2.25rem 1.5rem 0;
}
}.lzt-ws_in_kkb {
  margin: 0 auto;
  max-width: 82.5rem;
}.lzt-ws_head_kkb {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.875rem;
  align-items: center;
  justify-content: space-between;
}.lzt-ws_title_kkb {
  gap: 0.625rem;
  flex-wrap: wrap;
  color: #F0FFF8;
  font-weight: 700;
  display: flex;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 1rem;
}.lzt-ws_title_ic_kkb svg {
  width: 18px;
  color: #F0A800;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
}.lzt-ws_online_kkb {
  gap: 0.438rem;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  color: #607A72;
  align-items: center;
}.lzt-ws_online_dot_kkb {
  border-radius: 50%;
  background: #1AD45E;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 6px rgba(26, 212, 94, 0.15);
  height: 8px;
}.lzt-ws_scroll_kkb {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
}.lzt-ws_scroll_kkb::-webkit-scrollbar {
  display: none;
}.lzt-wc_kkb {
  border-radius: 9px;
  background: #0E1412;
  gap: 0.625rem;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
}.lzt-wc_img_kkb {
  background: #111916;
  border-radius: 0.313rem;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.lzt-wc_img_kkb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.lzt-wc_info_kkb {
  min-width: 0;
}.lzt-wc_game_kkb {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  color: #C5DDD4;
  font-size: 0.75rem;
}.lzt-wc_player_kkb {
  overflow: hidden;
  white-space: nowrap;
  color: #4D6660;
  text-overflow: ellipsis;
  font-size: 0.625rem;
}.lzt-wc_amount_kkb {
  font-size: 13px;
  flex-shrink: 0;
  color: #1AD45E;
  white-space: nowrap;
  margin-left: auto;
  font-weight: 700;
}.lzt-htp_kkb {
  padding: 36px 16px 0;
  background: #090D0C;
}
@media(min-width: 767px) {.lzt-htp_kkb {
  padding: 44px 24px 0;
}
}.lzt-htp_in_kkb {
  margin: 0 auto;
  max-width: 1320px;
}.lzt-htp_head_kkb {
  margin-bottom: 22px;
  max-width: 720px;
}.lzt-htp_label_kkb {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #00E87C;
}.lzt-htp_h2_kkb {
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F0FFF8;
  font-weight: 800;
}
@media(min-width: 765px) {.lzt-htp_h2_kkb {
  font-size: 28px;
}
}.lzt-htp_intro_kkb {
  line-height: 1.6;
  font-size: 14px;
  color: #607A72;
}.lzt-htp_steps_kkb {
  margin: 0;
  gap: 12px;
  list-style: none;
  padding: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.lzt-htp_steps_kkb {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.lzt-htp_steps_kkb {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.lzt-htp_step_kkb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #111916;
  border-radius: 0.563rem;
  padding: 20px 18px 1.125rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.lzt-htp_step_num_kkb {
  background: #00E87C;
  border-radius: 50%;
  color: #061009;
  left: 1.25rem;
  font-size: 13px;
  align-items: center;
  height: 28px;
  font-family: 'Exo 2', sans-serif;
  display: flex;
  top: -0.75rem;
  width: 1.75rem;
  position: absolute;
  justify-content: center;
  font-weight: 800;
}.lzt-htp_step_ic_kkb {
  background: rgba(0, 232, 124, 0.16);
  border-radius: 0.313rem;
  margin: 0.5rem 0 12px;
  color: #00E87C;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 36px;
  width: 36px;
}.lzt-htp_step_ic_kkb svg {
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
}.lzt-htp_step_h_kkb {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  margin-bottom: 6px;
  font-weight: 700;
  color: #F0FFF8;
  line-height: 1.25;
}.lzt-htp_step_p_kkb {
  color: #607A72;
  line-height: 1.55;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.lzt-htp_step_p_kkb strong {
  color: #C5DDD4;
  font-weight: 600;
}.lzt-htp_cta_kkb {
  border-radius: 9px;
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #1AD45E;
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 700;
  margin-top: 20px;
  color: #061009;
}.lzt-htp_cta_kkb:hover {
  background: #14C054;
}.lzt-app_kkb {
  padding: 36px 1rem 0;
  background: #090D0C;
}
@media(min-width: 771px) {.lzt-app_kkb {
  padding: 44px 24px 0;
}
}.lzt-app_in_kkb {
  margin: 0 auto;
  max-width: 82.5rem;
}.lzt-app_head_kkb {
  margin-bottom: 1rem;
}.lzt-app_label_kkb {
  letter-spacing: .08em;
  color: #00E87C;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
}.lzt-app_h2_kkb {
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  color: #F0FFF8;
}
@media(min-width: 766px) {.lzt-app_h2_kkb {
  font-size: 24px;
}
}.lzt-app_sub_kkb {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #607A72;
  max-width: 600px;
}.lzt-app_sub_kkb strong {
  color: #C5DDD4;
  font-weight: 700;
}.lzt-app_cards_kkb {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media(min-width: 643px) {.lzt-app_cards_kkb {
  grid-template-columns: repeat(3,1fr);
}
}.lzt-app_card_kkb {
  padding: 1.25rem;
  overflow: hidden;
  gap: 1rem;
  border-radius: 9px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.lzt-app_card_ios_kkb {
  background: linear-gradient(135deg,rgba(0, 232, 124, 0.16) 0%,#111916 100%);
}.lzt-app_card_android_kkb {
  background: linear-gradient(135deg,rgba(26, 212, 94, 0.15) 0%,#111916 100%);
}.lzt-app_card_win_kkb {
  background: linear-gradient(135deg,rgba(240, 168, 0, 0.14) 0%,#111916 100%);
}.lzt-app_card_ic_kkb svg {
  height: 2.125rem;
  stroke-linejoin: round;
  width: 34px;
  stroke-linecap: round;
}.lzt-app_card_ic_kkb {
  color: #F0FFF8;
  flex-shrink: 0;
}.lzt-app_card_os_kkb {
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #607A72;
  letter-spacing: .08em;
  font-size: 0.625rem;
  text-transform: uppercase;
}.lzt-app_card_title_kkb {
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 6px;
  font-weight: 700;
  color: #F0FFF8;
}.lzt-app_card_text_kkb {
  line-height: 1.5;
  font-size: 12px;
  color: #607A72;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}.lzt-app_card_btn_kkb {
  gap: 7px;
  transition: background .2s;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(0, 232, 124, 0.38);
  border-radius: 5px;
  color: #F0FFF8;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
}.lzt-app_card_btn_kkb:hover {
  background: rgba(255, 255, 255, 0.07);
}.lzt-prov_kkb {
  background: #090D0C;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.lzt-prov_kkb {
  padding: 44px 1.5rem 0;
}
}.lzt-prov_in_kkb {
  margin: 0 auto;
  max-width: 82.5rem;
}.lzt-prov_head_kkb {
  margin-bottom: 16px;
}.lzt-prov_label_kkb {
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #00E87C;
  font-size: 11px;
  letter-spacing: .08em;
}.lzt-prov_h2_kkb {
  color: #F0FFF8;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width: 766px) {.lzt-prov_h2_kkb {
  font-size: 1.5rem;
}
}.lzt-prov_seo_kkb {
  max-width: 38.75rem;
  font-size: 13px;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  color: #607A72;
  line-height: 1.6;
}.lzt-prov_seo_kkb strong {
  font-weight: 700;
  color: #C5DDD4;
}.lzt-prov_seo_kkb a {
  color: #00E87C;
  text-decoration: underline;
}.lzt-prov_grid_kkb {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.lzt-prov_grid_kkb {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.lzt-prov_grid_kkb {
  grid-template-columns: repeat(8,1fr);
}
}.lzt-prov_card_kkb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.438rem;
  padding: 14px 10px;
  border-radius: 9px;
  transition: border-color .2s,background .2s;
  background: #0E1412;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.lzt-prov_card_kkb:hover {
  border-color: rgba(0, 232, 124, 0.38);
  background: #111916;
}.lzt-prov_logo_kkb {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  justify-content: center;
  height: 44px;
  width: 2.75rem;
  align-items: center;
  display: flex;
}.lzt-prov_logo_kkb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.lzt-prov_name_kkb {
  text-align: center;
  overflow-wrap: break-word;
  color: #89A99E;
  font-weight: 600;
  font-size: 11px;
}.lzt-bon_kkb {
  background: #090D0C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.lzt-bon_kkb {
  padding: 44px 1.5rem 0;
}
}.lzt-bon_in_kkb {
  margin: 0 auto;
  max-width: 1320px;
}.lzt-bon_head_kkb {
  margin-bottom: 1.25rem;
}.lzt-bon_label_kkb {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00E87C;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.lzt-bon_h2_kkb {
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #F0FFF8;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.lzt-bon_h2_kkb {
  font-size: 24px;
}
}.lzt-bon_seo_kkb {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #607A72;
  max-width: 620px;
}.lzt-bon_seo_kkb strong {
  font-weight: 700;
  color: #C5DDD4;
}.lzt-bon_seo_kkb a {
  text-decoration: underline;
  color: #00E87C;
}.lzt-bon_grid_kkb {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.lzt-bon_grid_kkb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.lzt-bon_grid_kkb {
  grid-template-columns: repeat(5,1fr);
}
}.lzt-bon_card_kkb {
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.563rem;
  background: #0E1412;
}.lzt-bon_card_kkb:hover {
  border-color: rgba(0, 232, 124, 0.07);
  transform: translateY(-2px);
}.lzt-bon_card_ic_kkb svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
  width: 1.625rem;
}.lzt-bon_card_ic_kkb {
  margin-bottom: 10px;
}.lzt-bon_card_type_kkb {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #607A72;
  letter-spacing: .06em;
}.lzt-bon_card_amount_kkb {
  color: #F0A800;
  font-weight: 800;
  line-height: 1.1;
  font-size: 1.125rem;
  margin-bottom: 6px;
}.lzt-bon_card_name_kkb {
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F0FFF8;
  margin-bottom: 0.5rem;
}.lzt-bon_card_detail_kkb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #4D6660;
  padding-top: 0.5rem;
  font-size: 11px;
}.lzt-reg_kkb {
  padding: 2.25rem 16px 0;
  background: #090D0C;
}
@media(min-width: 770px) {.lzt-reg_kkb {
  padding: 44px 1.5rem 0;
}
}.lzt-reg_in_kkb {
  margin: 0 auto;
  background: #111916;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.lzt-reg_in_kkb {
  padding: 40px;
}
}.lzt-reg_top_kkb {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.lzt-reg_top_kkb {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.lzt-reg_label_kkb {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #00E87C;
  font-size: 11px;
}.lzt-reg_h2_kkb {
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
  color: #F0FFF8;
}
@media(min-width: 767px) {.lzt-reg_h2_kkb {
  font-size: 1.75rem;
}
}.lzt-reg_bonus_kkb {
  padding: 10px 1rem;
  gap: 8px;
  border-radius: 9px;
  border: 1px solid rgba(240, 168, 0, 0.14);
  background: rgba(240, 168, 0, 0.14);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.lzt-reg_bonus_amount_kkb {
  color: #F0A800;
  font-size: 20px;
  font-weight: 800;
}.lzt-reg_bonus_text_kkb {
  font-size: 13px;
  color: #89A99E;
  line-height: 1.35;
}.lzt-reg_cta_btn_kkb {
  border-radius: 9px;
  transition: background .2s;
  background: #1AD45E;
  padding: 14px 32px;
  box-shadow: 0 3px 0 rgba(0, 180, 80, 0.55), 0 8px 22px rgba(26, 212, 94, 0.28);
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
  color: #061009;
  font-size: 15px;
}.lzt-reg_cta_btn_kkb:hover {
  background: #14C054;
}.lzt-reg_terms_kkb {
  line-height: 1.5;
  color: #4D6660;
  font-size: 11px;
}.lzt-reg_seo_kkb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #607A72;
  padding-top: 1.25rem;
  margin-top: 20px;
  font-size: 0.813rem;
}.lzt-reg_seo_kkb p {
  font-size: 0.813rem;
  margin-bottom: 10px;
  color: #607A72;
  line-height: 1.65;
}.lzt-reg_seo_kkb p:last-child {
  margin-bottom: 0;
}.lzt-reg_seo_kkb strong {
  color: #C5DDD4;
  font-weight: 700;
}.lzt-reg_seo_kkb a {
  transition: color .2s;
  color: #00E87C;
  text-decoration: underline;
}.lzt-reg_seo_kkb a:hover {
  color: #2EF292;
}.lzt-reg_seo_kkb ul,.lzt-reg_seo_kkb ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.lzt-reg_seo_kkb ol {
  list-style: decimal;
}.lzt-reg_seo_kkb li {
  margin-bottom: 4px;
  font-size: 0.813rem;
  color: #607A72;
  line-height: 1.65;
}.lzt-reg_seo_kkb table {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 767px) {.lzt-reg_seo_kkb table {
  display: table;
}
}.lzt-reg_seo_kkb th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C5DDD4;
  text-align: left;
}.lzt-reg_seo_kkb td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #607A72;
}.lzt-reg_steps_kkb {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 861px) {.lzt-reg_steps_kkb {
  margin-top: 0;
}
}.lzt-reg_step_kkb {
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  padding: 1rem;
  border-radius: 0.563rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.lzt-reg_step_num_kkb {
  border-radius: 50%;
  border: 1px solid rgba(0, 232, 124, 0.07);
  background: rgba(0, 232, 124, 0.16);
  justify-content: center;
  width: 2.125rem;
  font-weight: 800;
  flex-shrink: 0;
  display: flex;
  color: #00E87C;
  font-size: 0.875rem;
  height: 34px;
  align-items: center;
}.lzt-reg_step_title_kkb {
  font-size: 14px;
  margin-bottom: 3px;
  color: #F0FFF8;
  font-weight: 700;
}.lzt-reg_step_text_kkb {
  color: #607A72;
  line-height: 1.5;
  font-size: 0.75rem;
}.lzt-reg_trust_kkb {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 1.25rem;
}.lzt-reg_trust_item_kkb {
  gap: 7px;
  color: #607A72;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-size: 12px;
}.lzt-reg_trust_ic_kkb svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #00E87C;
  width: 16px;
}.lzt-seo_kkb {
  padding: 36px 1rem 0;
  background: #090D0C;
}
@media(min-width:768px) {.lzt-seo_kkb {
  padding: 44px 24px 0;
}
}.lzt-seo_in_kkb {
  margin: 0 auto;
  background: #111916;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.lzt-seo_in_kkb {
  padding: 2.25rem 40px;
}
}.lzt-seo_label_kkb {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #00E87C;
  letter-spacing: .08em;
}.lzt-seo_h2_kkb {
  margin-bottom: 0.875rem;
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  color: #F0FFF8;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.lzt-seo_h2_kkb {
  font-size: 1.5rem;
}
}.lzt-seo_body_kkb {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #89A99E;
}.lzt-seo_body_kkb p {
  font-size: 14px;
  line-height: 1.75;
  color: #89A99E;
  margin-bottom: 12px;
}.lzt-seo_body_kkb p:last-child {
  margin-bottom: 0;
}.lzt-seo_body_kkb strong {
  color: #C5DDD4;
  font-weight: 700;
}.lzt-seo_body_kkb a {
  transition: color .2s;
  color: #00E87C;
  text-decoration: underline;
}.lzt-seo_body_kkb a:hover {
  color: #2EF292;
}.lzt-seo_body_kkb ul,.lzt-seo_body_kkb ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.lzt-seo_body_kkb ol {
  list-style: decimal;
}.lzt-seo_body_kkb li {
  line-height: 1.75;
  color: #89A99E;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.lzt-seo_body_kkb table {
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.lzt-seo_body_kkb table {
  display: table;
}
}.lzt-seo_body_kkb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #C5DDD4;
  text-align: left;
}.lzt-seo_body_kkb td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #89A99E;
}.lzt-seo_cols_kkb {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.lzt-seo_cols_kkb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.lzt-seo_cols_kkb {
  grid-template-columns: repeat(3,1fr);
}
}.lzt-seo_col_h_kkb {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C5DDD4;
}.lzt-seo_col_p_kkb {
  color: #607A72;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.lzt-seo_stats_kkb {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.lzt-seo_stat_kkb {
  border-radius: 9px;
  background: rgba(0, 232, 124, 0.07);
  border: 1px solid rgba(0, 232, 124, 0.16);
  flex: 1;
  padding: 14px 16px;
  min-width: 140px;
}.lzt-seo_stat_val_kkb {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 800;
  color: #00E87C;
  overflow-wrap: break-word;
}.lzt-seo_stat_lb_kkb {
  color: #607A72;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.lzt-seo_kkb {
  padding: 2.25rem 16px 0;
  background: #090D0C;
}
@media(min-width: 765px) {.lzt-seo_kkb {
  padding: 44px 1.5rem 0;
}
}.lzt-seo_in_kkb {
  border-radius: 0.875rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #111916;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.lzt-seo_in_kkb {
  padding: 36px 40px;
}
}.lzt-seo_label_kkb {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #00E87C;
  margin-bottom: 10px;
  text-transform: uppercase;
}.lzt-seo_h2_kkb {
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  color: #F0FFF8;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.lzt-seo_h2_kkb {
  font-size: 1.5rem;
}
}.lzt-seo_body_kkb {
  color: #89A99E;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.lzt-seo_body_kkb p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #89A99E;
}.lzt-seo_body_kkb p:last-child {
  margin-bottom: 0;
}.lzt-seo_body_kkb strong {
  color: #C5DDD4;
  font-weight: 700;
}.lzt-seo_body_kkb a {
  transition: color .2s;
  text-decoration: underline;
  color: #00E87C;
}.lzt-seo_body_kkb a:hover {
  color: #2EF292;
}.lzt-seo_body_kkb ul,.lzt-seo_body_kkb ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.lzt-seo_body_kkb ol {
  list-style: decimal;
}.lzt-seo_body_kkb li {
  line-height: 1.75;
  font-size: 14px;
  color: #89A99E;
  margin-bottom: 0.375rem;
}.lzt-seo_body_kkb table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 769px) {.lzt-seo_body_kkb table {
  display: table;
}
}.lzt-seo_body_kkb th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C5DDD4;
  font-weight: 700;
  text-align: left;
}.lzt-seo_body_kkb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #89A99E;
}.lzt-seo_cols_kkb {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.lzt-seo_cols_kkb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.lzt-seo_cols_kkb {
  grid-template-columns: repeat(3,1fr);
}
}.lzt-seo_col_h_kkb {
  color: #C5DDD4;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.lzt-seo_col_p_kkb {
  line-height: 1.65;
  font-size: 13px;
  color: #607A72;
  overflow-wrap: break-word;
}.lzt-seo_stats_kkb {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.lzt-seo_stat_kkb {
  border-radius: 0.563rem;
  padding: 14px 1rem;
  flex: 1;
  background: rgba(0, 232, 124, 0.07);
  border: 1px solid rgba(0, 232, 124, 0.16);
  min-width: 140px;
}.lzt-seo_stat_val_kkb {
  overflow-wrap: break-word;
  font-size: 20px;
  color: #00E87C;
  margin-bottom: 4px;
  font-weight: 800;
}.lzt-seo_stat_lb_kkb {
  color: #607A72;
  overflow-wrap: break-word;
  font-size: 11px;
}.lzt-seo_kkb {
  background: #090D0C;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.lzt-seo_kkb {
  padding: 2.75rem 1.5rem 0;
}
}.lzt-seo_in_kkb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.875rem;
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #111916;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.lzt-seo_in_kkb {
  padding: 36px 2.5rem;
}
}.lzt-seo_label_kkb {
  color: #00E87C;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.lzt-seo_h2_kkb {
  overflow-wrap: break-word;
  color: #F0FFF8;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.lzt-seo_h2_kkb {
  font-size: 24px;
}
}.lzt-seo_body_kkb {
  color: #89A99E;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.lzt-seo_body_kkb p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #89A99E;
  line-height: 1.75;
}.lzt-seo_body_kkb p:last-child {
  margin-bottom: 0;
}.lzt-seo_body_kkb strong {
  color: #C5DDD4;
  font-weight: 700;
}.lzt-seo_body_kkb a {
  transition: color .2s;
  color: #00E87C;
  text-decoration: underline;
}.lzt-seo_body_kkb a:hover {
  color: #2EF292;
}.lzt-seo_body_kkb ul,.lzt-seo_body_kkb ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.lzt-seo_body_kkb ol {
  list-style: decimal;
}.lzt-seo_body_kkb li {
  color: #89A99E;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.lzt-seo_body_kkb table {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 770px) {.lzt-seo_body_kkb table {
  display: table;
}
}.lzt-seo_body_kkb th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C5DDD4;
  text-align: left;
  font-weight: 700;
}.lzt-seo_body_kkb td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #89A99E;
}.lzt-seo_cols_kkb {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.lzt-seo_cols_kkb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.lzt-seo_cols_kkb {
  grid-template-columns: repeat(3,1fr);
}
}.lzt-seo_col_h_kkb {
  color: #C5DDD4;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}.lzt-seo_col_p_kkb {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #607A72;
}.lzt-seo_stats_kkb {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.lzt-seo_stat_kkb {
  border: 1px solid rgba(0, 232, 124, 0.16);
  padding: 14px 1rem;
  background: rgba(0, 232, 124, 0.07);
  border-radius: 0.563rem;
  flex: 1;
  min-width: 140px;
}.lzt-seo_stat_val_kkb {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #00E87C;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.lzt-seo_stat_lb_kkb {
  font-size: 11px;
  color: #607A72;
  overflow-wrap: break-word;
}.lzt-pmt_kkb {
  padding: 36px 1rem 0;
  background: #090D0C;
}
@media(min-width: 770px) {.lzt-pmt_kkb {
  padding: 44px 24px 0;
}
}.lzt-pmt_in_kkb {
  margin: 0 auto;
  max-width: 1320px;
}.lzt-pmt_head_kkb {
  margin-bottom: 22px;
  max-width: 720px;
}.lzt-pmt_label_kkb {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #00E87C;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.lzt-pmt_h2_kkb {
  font-family: 'Exo 2', sans-serif;
  color: #F0FFF8;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.lzt-pmt_h2_kkb {
  font-size: 28px;
}
}.lzt-pmt_intro_kkb {
  overflow-wrap: break-word;
  color: #607A72;
  font-size: 0.875rem;
  line-height: 1.6;
}.lzt-pmt_groups_kkb {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.lzt-pmt_group_kkb {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #111916;
  border-radius: 0.563rem;
}.lzt-pmt_group_head_kkb {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.lzt-pmt_group_ic_kkb {
  background: rgba(0, 232, 124, 0.16);
  border-radius: 0.313rem;
  flex-shrink: 0;
  align-items: center;
  height: 36px;
  display: flex;
  color: #00E87C;
  justify-content: center;
  width: 2.25rem;
}.lzt-pmt_group_ic_kkb svg {
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
}.lzt-pmt_group_h_kkb {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
  color: #F0FFF8;
  font-family: 'Exo 2', sans-serif;
}.lzt-pmt_group_p_kkb {
  color: #607A72;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.lzt-pmt_group_p_kkb strong {
  color: #C5DDD4;
  font-weight: 600;
}.lzt-pmt_table_wrap_kkb {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.lzt-pmt_table_kkb {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  min-width: 33.75rem;
}.lzt-pmt_table_kkb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  letter-spacing: .04em;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  color: #C5DDD4;
  font-size: 0.688rem;
  text-transform: uppercase;
}.lzt-pmt_table_kkb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #607A72;
}.lzt-pmt_table_kkb tbody tr:last-child td {
  border-bottom: none;
}.lzt-pmt_table_kkb tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C5DDD4;
}.lzt-faq_kkb {
  background: #090D0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.lzt-faq_kkb {
  padding: 2.75rem 24px 0;
}
}.lzt-faq_in_kkb {
  margin: 0 auto;
  max-width: 1320px;
}.lzt-faq_head_kkb {
  margin-bottom: 1.25rem;
}.lzt-faq_label_kkb {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #00E87C;
  font-size: 11px;
}.lzt-faq_h2_kkb {
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0FFF8;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 770px) {.lzt-faq_h2_kkb {
  font-size: 24px;
}
}.lzt-faq_list_kkb {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.lzt-faq_item_kkb {
  background: #111916;
  border-radius: 0.563rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
}.lzt-faq_q_kkb {
  transition: color .2s;
  gap: 12px;
  padding: 16px 20px;
  color: #C5DDD4;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 600;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}.lzt-faq_q_kkb:hover {
  color: #F0FFF8;
}.lzt-faq_q_ic_kkb {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: #00E87C;
  font-size: 16px;
  align-items: center;
  flex-shrink: 0;
  height: 24px;
  display: flex;
  width: 1.5rem;
  justify-content: center;
}.lzt-faq_item_kkb.lzt-state_open_kkb .lzt-faq_q_ic_kkb {
  transform: rotate(45deg);
}.lzt-faq_a_kkb {
  padding: 0 1.25rem 1rem;
  overflow-wrap: break-word;
  display: none;
  color: #607A72;
  font-size: 13px;
  line-height: 1.7;
}.lzt-faq_item_kkb.lzt-state_open_kkb .lzt-faq_a_kkb {
  display: block;
}.lzt-faq_a_kkb strong {
  color: #C5DDD4;
  font-weight: 700;
}.lzt-faq_a_kkb a {
  color: #00E87C;
  text-decoration: underline;
}.lzt-faq_a_kkb ul,.lzt-faq_a_kkb ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.lzt-faq_a_kkb ol {
  list-style: decimal;
}.lzt-faq_a_kkb li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.lzt-faq_a_kkb table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.lzt-faq_a_kkb table {
  display: table;
}
}.lzt-faq_a_kkb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  color: #C5DDD4;
  font-weight: 700;
}.lzt-faq_a_kkb td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #607A72;
}.lzt-rv_kkb {
  background: #090D0C;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.lzt-rv_kkb {
  padding: 44px 1.5rem 0;
}
}.lzt-rv_in_kkb {
  margin: 0 auto;
  max-width: 1320px;
}.lzt-rv_head_kkb {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.lzt-rv_label_kkb {
  font-weight: 700;
  text-transform: uppercase;
  color: #00E87C;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.lzt-rv_h2_kkb {
  font-family: 'Exo 2', sans-serif;
  color: #F0FFF8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0.625rem;
}
@media(min-width: 770px) {.lzt-rv_h2_kkb {
  font-size: 28px;
}
}.lzt-rv_stats_kkb {
  gap: 1.125rem;
  flex-wrap: wrap;
  font-size: 13px;
  display: flex;
  color: #607A72;
  align-items: center;
}.lzt-rv_stats_score_kkb {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.lzt-rv_stats_score_val_kkb {
  color: #F0A800;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  font-size: 22px;
}.lzt-rv_stats_score_max_kkb {
  font-size: 13px;
  color: #4D6660;
}.lzt-rv_stats_badge_kkb {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.lzt-rv_stats_badge_kkb svg {
  color: #F0A800;
  width: 14px;
  height: 0.875rem;
}.lzt-rv_grid_kkb {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.lzt-rv_grid_kkb {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.lzt-rv_grid_kkb {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.lzt-rv_card_kkb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #111916;
  padding: 1.25rem;
  border-radius: 9px;
  flex-direction: column;
  display: flex;
}.lzt-rv_card_stars_kkb {
  gap: 2px;
  color: #F0A800;
  margin-bottom: 10px;
  display: flex;
}.lzt-rv_card_stars_kkb svg {
  height: 0.875rem;
  width: 0.875rem;
}.lzt-rv_card_h_kkb {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #F0FFF8;
}.lzt-rv_card_body_kkb {
  flex: 1;
  color: #607A72;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.lzt-rv_card_body_kkb strong {
  color: #C5DDD4;
  font-weight: 600;
}.lzt-rv_card_meta_kkb {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.lzt-rv_card_author_kkb {
  color: #C5DDD4;
  font-size: 12px;
  font-weight: 600;
}.lzt-rv_card_date_kkb {
  color: #4D6660;
  font-size: 0.688rem;
}.lzt-ft_kkb {
  background: #060908;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.lzt-ft_support_kkb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 770px) {.lzt-ft_support_kkb {
  padding: 1.75rem 24px;
}
}.lzt-ft_support_in_kkb {
  gap: 16px;
  margin: 0 auto;
  max-width: 1320px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.lzt-ft_support_main_kkb {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.lzt-ft_support_ic_kkb {
  flex-shrink: 0;
  color: #00E87C;
}.lzt-ft_support_ic_kkb svg {
  stroke-linecap: round;
  width: 30px;
  stroke-linejoin: round;
  height: 30px;
}.lzt-ft_support_text_title_kkb {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F0FFF8;
  font-weight: 700;
  margin-bottom: 3px;
}.lzt-ft_support_text_sub_kkb {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #607A72;
}.lzt-ft_support_btn_kkb {
  transition: background .2s;
  border-radius: 0.563rem;
  padding: 0.688rem 1.375rem;
  background: #00E87C;
  color: #F0FFF8;
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
}.lzt-ft_support_btn_kkb:hover {
  background: #2EF292;
}.lzt-ft_support_contacts_kkb {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.lzt-ft_support_contact_kkb {
  color: #4D6660;
  font-size: 0.75rem;
  line-height: 1.4;
}.lzt-ft_support_contact_kkb strong {
  color: #89A99E;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 11px;
  display: block;
}.lzt-ft_main_kkb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 24px;
}
@media(min-width: 765px) {.lzt-ft_main_kkb {
  padding: 40px 24px 2rem;
}
}.lzt-ft_main_in_kkb {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.lzt-ft_main_in_kkb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.lzt-ft_main_in_kkb {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.lzt-ft_col_logo_kkb {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.lzt-ft_col_logo_kkb {
  grid-column: auto;
}
}.lzt-ft_logo_kkb {
  gap: 0.563rem;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0FFF8;
  margin-bottom: 12px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.lzt-ft_logo_mark_kkb {
  border-radius: 5px;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.lzt-ft_logo_mark_kkb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.lzt-ft_logo_sub_kkb {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #4D6660;
  max-width: 12.5rem;
  font-size: 0.75rem;
}.lzt-ft_col_title_kkb {
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  color: #89A99E;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .07em;
}.lzt-ft_col_links_kkb {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.lzt-ft_col_link_kkb {
  transition: color .2s;
  font-size: 0.813rem;
  color: #4D6660;
  overflow-wrap: break-word;
}.lzt-ft_col_link_kkb:hover {
  color: #C5DDD4;
}.lzt-ft_apps_kkb {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.lzt-ft_app_card_kkb {
  border-radius: 0.313rem;
  transition: border-color .2s;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  display: flex;
  align-items: center;
}.lzt-ft_app_card_kkb:hover {
  border-color: rgba(0, 232, 124, 0.38);
}.lzt-ft_app_card_ic_kkb svg {
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
}.lzt-ft_app_card_os_kkb {
  font-size: 0.625rem;
  font-weight: 600;
  color: #4D6660;
}.lzt-ft_app_card_action_kkb {
  font-size: 12px;
  font-weight: 700;
  color: #C5DDD4;
}.lzt-ft_bot_kkb {
  padding: 1.25rem 1rem;
}
@media(min-width: 767px) {.lzt-ft_bot_kkb {
  padding: 20px 1.5rem;
}
}.lzt-ft_bot_in_kkb {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.lzt-ft_socials_kkb {
  gap: 8px;
  display: flex;
}.lzt-ft_soc_kkb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  align-items: center;
  height: 36px;
  display: flex;
  width: 36px;
  justify-content: center;
  color: #89A99E;
}.lzt-ft_soc_kkb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
}.lzt-ft_soc_kkb:hover {
  background: rgba(255, 255, 255, 0.07);
}.lzt-ft_legal_kkb {
  flex: 1;
  color: #6B8880;
  min-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.688rem;
}.lzt-ft_legal_kkb strong {
  color: #89A99E;
  font-weight: 700;
}.lzt-ft_legal_kkb a {
  color: #89A99E;
  text-decoration: underline;
}.lzt-ft_age_kkb {
  border: 2px solid #6B8880;
  border-radius: 50%;
  color: #6B8880;
  display: flex;
  height: 2rem;
  align-items: center;
  width: 32px;
  margin-left: auto;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 0.688rem;
}