:root {
  --bg: #261026;
  --bg-deep: #100313;
  --bg-header: #47014e;
  --bg-soft: #25072b;
  --bg-tile: #4e214f;
  --gold: #f4c65c;
  --ink: #ffffff;
  --ink-88: rgba(255, 255, 255, 0.88);
  --ink-84: rgba(255, 255, 255, 0.84);
  --ink-78: rgba(255, 255, 255, 0.78);
  --ico: #b596d1;
  --ico-dim: #a983b6;
  --pink: #cb54d7;
  --green: #025550;
  --blue: #074279;
  --red: #9e341f;
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 20px;
  --r-xl: 24px;
  --hdr-h: 56px;
  --tab-h: 54px;
}

html {
  height: 100%;
  overflow: hidden;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--bg);
  color: var(--ink);
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  overflow: hidden;
}
.col,
.spcol,
.sportbar,
.spcountries,
.cpage,
.shell,
.auth__col {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.col::-webkit-scrollbar,
.spcol::-webkit-scrollbar,
.sportbar::-webkit-scrollbar,
.spcountries::-webkit-scrollbar,
.cpage::-webkit-scrollbar,
.shell::-webkit-scrollbar,
.auth__col::-webkit-scrollbar {
  display: none;
}
.scroller {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroller::-webkit-scrollbar {
  display: none;
}
.chev {
  display: inline-flex;
  color: var(--ico-dim);
}
.chev svg {
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.btn--ghost {
  background: var(--bg-soft);
  color: var(--ink);
}
.btn--gold {
  background: var(--gold);
  color: rgba(0, 0, 0, 0.898);
}
.btn--dark {
  background: var(--bg-soft);
  color: var(--ink);
}
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: var(--ico);
  cursor: pointer;
  flex: none;
}
.icon-btn svg {
  width: 20px;
  height: 20px;
}

.drawer-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hdr {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 16px;
  flex: none;
  height: var(--hdr-h);
  padding: 0 16px;
  background: var(--bg-header);
}
.hdr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.hdr__side {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: none;
}
.hdr__logo {
  display: block;
}
.hdr__logo-mob {
  display: none;
}
.hdr__logo-desk {
  display: block;
  width: 137px;
  height: 40px;
  object-fit: contain;
}
.hdr__nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
  min-width: 0;
}
.hdr__nav-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding: 8px 12px;
  border-radius: 100px;
}
.hdr__nav-ico {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: var(--ico);
}
.hdr__nav-ico svg {
  width: 20px;
  height: 20px;
}
.hdr__nav-txt {
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-88);
  white-space: nowrap;
}
.hdr__more {
  position: relative;
  display: flex;
  align-items: center;
  flex: none;
}
.hdr__more-btn {
  display: none;
}
.hdr__more-menu {
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  min-width: 160px;
  padding: 8px;
  border-radius: var(--r-sm);
  background: var(--bg-deep);
  font-size: 14px;
  color: var(--ink-84);
}
.hdr__more-menu.is-open {
  display: block;
}
.hdr__more-item {
  display: block;
  padding: 8px 12px;
  border-radius: 100px;
  white-space: nowrap;
}
.hdr__tools {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: none;
}
.lang {
  position: relative;
}
.lang__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding: 8px 12px;
  border-radius: 100px;
  color: var(--ink-88);
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.lang__btn img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.lang__menu {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 60;
  display: none;
  min-width: 132px;
  padding: 4px;
  border-radius: var(--r-sm);
  background: var(--bg-soft);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}
.lang__menu.is-open {
  display: block;
}
.lang__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 100px;
  color: var(--ink-88);
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}
.lang__item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.drawer__foot .lang__btn {
  height: auto;
  padding: 0;
  border-radius: 0;
}
.drawer__foot .lang__menu {
  top: 32px;
  background: var(--bg-tile);
}
.hdr__login,
.hdr__reg {
  margin-left: 4px;
}
.drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overscroll-behavior: contain;
  transition: opacity 0.2s;
}
.drawer {
  position: fixed;
  top: var(--hdr-h);
  left: 0;
  bottom: 0;
  z-index: 46;
  width: 320px;
  padding: 12px;
  background: var(--bg);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  content-visibility: hidden;
  transform: translateX(-320px);
  transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.drawer::-webkit-scrollbar {
  display: none;
}
.drawer-toggle:checked ~ .drawer {
  content-visibility: visible;
  transform: translateX(0);
}
.drawer-toggle:checked ~ .drawer-scrim {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1279px) {
  .drawer {
    top: 32px;
    right: 0;
    left: 0;
    width: auto;
    border-radius: 16px 16px 0 0;
    transform: translateY(100%);
  }
  .drawer-toggle:checked ~ .drawer {
    transform: translateY(0);
  }
}
.drawer__promo {
  display: flex;
  align-items: center;
  height: 64px;
  margin-bottom: 12px;
  padding: 8px 16px;
  border-radius: var(--r-sm);
  background: var(--bg-deep) left center / cover no-repeat;
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.4px;
}
.drawer__promo--welcome {
  background-image: url("/assets/image/34f86303-104f-4730-86f9-77e810926ddf.avif");
  font-style: italic;
  text-transform: uppercase;
}
.drawer__promo--trial {
  background-image: url("/assets/image/f033b74c-720a-4452-8d51-7efc0489bbc3.avif");
  line-height: 20px;
  font-weight: 600;
  letter-spacing: normal;
}
.drawer__card {
  margin-bottom: 12px;
  padding: 4px 0;
  border-radius: var(--r-sm);
  background: var(--bg-deep);
}
.drawer__label {
  padding: 8px 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: var(--ink-84);
}
.drawer__row {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 48px;
  padding: 0 18px;
  font-size: 16px;
}
.drawer__row img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: none;
}
.drawer__acc {
  padding: 0;
}
.drawer__acc[open] {
  padding-bottom: 12px;
}
.drawer__acc[open] .drawer__row:first-of-type {
  margin-top: 13px;
}
.drawer__acc summary {
  list-style: none;
}
.drawer__acc summary::-webkit-details-marker {
  display: none;
}
.drawer__sum {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.drawer__acc[open] .drawer__sum::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.drawer__chev {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: var(--ico-dim);
  transition: transform 0.2s;
}
.drawer__acc[open] .drawer__chev {
  transform: rotate(180deg);
}
.drawer__foot {
  margin-bottom: 16px;
  padding: 12px 0;
}
.drawer__foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-84);
}
.drawer__foot-val {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.drawer__foot-chev {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #c2cffe;
}
.drawer__foot-chev svg {
  width: 20px;
  height: 20px;
}
.drawer__foot-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: var(--bg-soft);
  color: #c2cffe;
}
.drawer__foot-ico svg {
  width: 16px;
  height: 16px;
}
.drawer__support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 16px;
  height: 48px;
  padding: 0 12px 0 10px;
  border-radius: var(--r-sm);
  background: var(--bg-soft);
  font-size: 16px;
  font-weight: 600;
}
.drawer__support img {
  width: 20px;
  height: 20px;
}

.layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr) 320px;
  flex: 1;
  min-height: 0;
}

.sportbar {
  background: var(--bg-deep);
  align-self: stretch;
}
.sportbar__card {
  border-radius: var(--r-sm);
  background: var(--bg);
  overflow: hidden;
}
.sportbar > .sportbar__card:first-child {
  border-radius: 0;
  background: none;
}
.sportbar__row {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 55px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: var(--ink-84);
}
.sportbar__row img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: none;
}
.sportbar__group {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sportbar__group .sportbar__card {
  margin-bottom: 16px;
}
.sportbar__cap {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--ink-84);
}
.league {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 0 16px;
}
.league:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 56px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.league img {
  width: 24px;
  height: auto;
  flex: none;
}
.league__txt {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  flex: 1;
}
.league__country {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  color: var(--ink-84);
}
.league__name {
  font-size: 16px;
  color: var(--ink);
}
.league .chev {
  width: 24px;
  height: 24px;
  flex: none;
}

.col {
  min-width: 0;
  padding: 12px 40px 0 48px;
}

.sect__ttl {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.honor .sect__ttl,
.winners .sect__ttl,
.adv .sect__ttl {
  height: 22px;
  padding: 8px 0;
  box-sizing: content-box;
  line-height: 22px;
}

.hero__track {
  display: flex;
  gap: 8px;
  scroll-snap-type: x mandatory;
}
.hero__slide {
  position: relative;
  flex: 0 0 100%;
  scroll-snap-align: start;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg-deep);
}
.hero__slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.hero__cta {
  position: absolute;
  right: 24px;
  top: 152px;
  width: 340px;
  height: 56px;
  border-radius: var(--r-sm);
  font-size: 16px;
  line-height: 20px;
}

.cats {
  display: flex;
  gap: 8px;
  margin: 12px 0;
  padding: 8px 0 0;
  scroll-snap-type: x mandatory;
}
.cat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 60px;
  padding-left: 4px;
  flex: none;
  scroll-snap-align: start;
  text-align: center;
}
.cat__ico {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bg-deep);
}
.cat__ico img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cat__badge {
  position: absolute;
  top: -8px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg-deep);
}
.cat__badge img {
  width: 16px;
  height: 16px;
}
.cat__txt {
  width: 60px;
  font-size: 12px;
  letter-spacing: -0.32px;
  color: var(--ink);
  line-height: 16px;
  word-break: break-word;
}

.payouts {
  padding: 12px;
  border-radius: var(--r-md);
  background: var(--bg-deep);
}
.payouts__head {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 24px;
  font-size: 16px;
  color: var(--ink-78);
}
.payouts__star {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: #f16a6b;
}
.payouts__sum {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  line-height: 28px;
  font-size: 26px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: 0.38px;
}
.payouts__list {
  display: flex;
  gap: 4px;
  width: 100%;
  margin: 8px 0 0 -8px;
}
.payout {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: none;
  padding: 9px 8px;
  border-radius: var(--r-md);
}
.payout__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  flex: none;
  z-index: 0;
  letter-spacing: 0.4px;
}
.payout__badge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--badge, var(--green));
}
.payout__badge--green {
  --badge: var(--green);
}
.payout__badge--green::before {
  border-radius: 14px;
  transform: rotate(45deg) scale(0.72);
}
.payout__badge--blue {
  --badge: var(--blue);
}
.payout__badge--blue::before {
  clip-path: polygon(50% 0%, 58.5% 18.1%, 75% 6.7%, 73.3% 26.7%, 93.3% 25%, 81.9% 41.5%, 100% 50%, 81.9% 58.5%, 93.3% 75%, 73.3% 73.3%, 75% 93.3%, 58.5% 81.9%, 50% 100%, 41.5% 81.9%, 25% 93.3%, 26.7% 73.3%, 6.7% 75%, 18.1% 58.5%, 0% 50%, 18.1% 41.5%, 6.7% 25%, 26.7% 26.7%, 25% 6.7%, 41.5% 18.1%);
}
.payout__badge--red {
  --badge: var(--red);
}
.payout__badge--red::before {
  clip-path: polygon(50% 0%, 61.1% 23.2%, 85.4% 14.6%, 76.8% 38.9%, 100% 50%, 76.8% 61.1%, 85.4% 85.4%, 61.1% 76.8%, 50% 100%, 38.9% 76.8%, 14.6% 85.4%, 23.2% 61.1%, 0% 50%, 23.2% 38.9%, 14.6% 14.6%, 38.9% 23.2%);
}
.payout__body {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.payout__id {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  color: var(--ink-84);
}
.payout__win {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.payout__arw {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: none;
  color: #3ed3a4;
}
.payout__arw svg {
  width: 20px;
  height: 20px;
}
.payout__bet {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  color: var(--ink-78);
}

.honor {
  margin-top: 12px;
}
.honor__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.podium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: end;
}
.podium__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 168px;
  padding: 12px 4px;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg-deep);
}
.podium__item::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -60px;
  bottom: -60px;
  left: -20px;
  opacity: 0.5;
}
.podium__item--1 {
  height: 184px;
}
.podium__item--1::before {
  background: radial-gradient(50% 50%, rgb(235, 193, 86) 0%, rgba(229, 178, 46, 0) 100%);
}
.podium__item--2::before {
  background: radial-gradient(50% 50%, rgb(177, 177, 177) 0%, rgba(229, 178, 46, 0) 100%);
}
.podium__item--3::before {
  background: radial-gradient(50% 50%, rgb(182, 107, 79) 0%, rgba(229, 178, 46, 0) 100%);
}
.podium__pic {
  position: relative;
  display: block;
  align-self: center;
}
.podium__pic img {
  width: 80px;
  height: 80px;
  border-radius: var(--r-sm);
  background: var(--bg-tile);
  object-fit: cover;
}
.podium__rank {
  position: absolute;
  right: -14px;
  bottom: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  z-index: 0;
  letter-spacing: 0.4px;
}
.podium__rank::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--ico);
  clip-path: polygon(50% 0%, 61.1% 23.2%, 85.4% 14.6%, 76.8% 38.9%, 100% 50%, 76.8% 61.1%, 85.4% 85.4%, 61.1% 76.8%, 50% 100%, 38.9% 76.8%, 14.6% 85.4%, 23.2% 61.1%, 0% 50%, 23.2% 38.9%, 14.6% 14.6%, 38.9% 23.2%);
}
.podium__item--1 .podium__rank::before {
  background: rgb(235, 193, 86);
}
.podium__item--2 .podium__rank::before {
  background: rgb(177, 177, 177);
}
.podium__item--3 .podium__rank::before {
  background: rgb(182, 107, 79);
}
.podium__id {
  margin-top: auto;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  color: var(--ink-84);
}
.podium__sum {
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0.4px;
}
.honor__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(3, 56px);
  grid-auto-flow: column;
  gap: 8px;
}
.honor__row {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 8px 16px 8px 8px;
  border-radius: var(--r-sm);
  background: var(--bg-deep);
}
.honor__row:nth-child(n + 4) {
  display: none;
}
.honor__row img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--bg-tile);
  object-fit: cover;
  flex: none;
}
.honor__txt {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.honor__name {
  width: fit-content;
  padding-bottom: 2px;
  font-size: 16px;
  white-space: nowrap;
}
.honor__id {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  color: var(--ink-84);
}
.honor__sum {
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: 0.4px;
}

@media (min-width: 600px) and (max-width: 1279px) {
  .honor__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 894px) and (max-width: 1279px) {
  .honor__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .honor__list {
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .honor__row:nth-child(n + 4) {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .cpage .honor__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cpage .honor__list {
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cpage .honor__row:nth-child(n + 4) {
    display: flex;
  }
}
@media (min-width: 1304px) and (max-width: 1597px) {
  .home-page .honor__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1598px) {
  .home-page .honor__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-page .honor__list {
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-page .honor__row:nth-child(n + 4) {
    display: flex;
  }
}

.apps {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.apps__item {
  position: relative;
  display: block;
  flex: 366 0 0;
  height: 88px;
  border-radius: var(--r-sm);
  overflow: hidden;
  cursor: pointer;
}
.apps__item + .apps__item {
  flex: 338 0 0;
}
.apps__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}
@media (max-width: 615px) {
  .apps__item + .apps__item img {
    width: calc(100% + 48px);
    max-width: none;
  }
}
@media (min-width: 1280px) and (max-width: 1319px) {
  .apps__item + .apps__item img {
    width: calc(100% + 48px);
    max-width: none;
  }
}
@media (max-width: 570px) {
  .apps__item img {
    width: calc(100% + 48px);
    max-width: none;
  }
}
.apps__txt {
  position: absolute;
  left: 16px;
  top: 12px;
  max-width: 60%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.adv {
  margin-top: 12px;
}
.adv__list {
  display: flex;
  gap: 8px;
}
.adv__card {
  position: relative;
  display: block;
  flex: 0 0 392px;
  height: 152px;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-deep);
}
.adv__card picture {
  display: block;
  height: 100%;
}
.adv__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv__btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 4px 12px;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.rail {
  margin-top: 12px;
}
.rail__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 0 0 0 22px;
  position: relative;
}
.rail__ttl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
}
.rail__ttl img {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.rail__all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: var(--ink-84);
}
.rail__all .chev {
  width: 20px;
  height: 20px;
}
.rail__track {
  display: flex;
  gap: 8px;
  scroll-snap-type: x mandatory;
}
.tile {
  flex: 0 0 calc(16.6667% - 10px);
  min-width: 0;
  scroll-snap-align: start;
}
.tile__pic {
  position: relative;
  display: block;
  border-radius: var(--r-sm) var(--r-sm) 0 0;
  overflow: hidden;
  background: var(--bg-deep);
}
.tile__pic img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}
.tile__lang {
  position: absolute;
  left: 6px;
  top: 6px;
  padding: 2px 6px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  opacity: 0.75;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
}
.tile__name {
  display: block;
  height: 32px;
  padding: 8px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  background: var(--bg-deep);
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winners {
  margin-top: 12px;
}
.winners__dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(205, 34, 59);
  animation: winners-pulse 2s ease-in-out infinite;
}
.winners__dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgb(205, 34, 59);
  animation: winners-fade 2s ease-out infinite;
}
@keyframes winners-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes winners-fade {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.winners__track {
  display: flex;
  gap: 8px;
  scroll-snap-type: x mandatory;
}
.winner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: none;
  min-width: 220px;
  height: 96px;
  padding: 16px;
  border-radius: var(--r-xl);
  scroll-snap-align: start;
  background: var(--bg-deep);
}
.winner::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 28px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M18.0093 13.82L7.22215 20.67C6.86191 20.9 6.48164 21 6.11139 21C5.01066 21 4 20.11 4 18.85V5.15C4 3.89 5.01066 3 6.11139 3C6.48164 3 6.87192 3.1 7.22215 3.33L18.0093 10.18C19.3302 11.02 19.3302 12.98 18.0093 13.82Z' fill='rgba(0,0,0,0.898)'/%3E%3C/svg%3E") no-repeat center / 50% 50%;
  opacity: 0;
  transition: transform 0.35s ease-out;
}
.winner img {
  width: 64px;
  height: 64px;
  border-radius: var(--r-sm);
  background: var(--bg-soft);
  object-fit: cover;
  flex: none;
}
.winner__txt {
  display: flex;
  flex-direction: column;
}
.winner__name {
  height: 19px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.winner__id {
  margin-top: 2px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  color: var(--ink-84);
}
.winner__sum {
  margin-top: 4px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  color: var(--pink);
  letter-spacing: 0.4px;
}

.payouts__sum,
.payout__badge,
.podium__rank,
.podium__sum,
.honor__sum,
.winner__sum {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
}

.events {
  margin-top: 12px;
}
.events__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
}
.events__sort {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px 4px 8px;
  border-radius: var(--r-md);
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-84);
}
.events__sort .chev {
  width: 16px;
  height: 16px;
  color: var(--ico);
}
.events__tabs {
  display: flex;
  gap: 4px;
  padding: 0 0 8px;
}
.etab {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: none;
  height: 32px;
  padding: 4px 12px 4px 8px;
  border-radius: var(--r-md);
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-84);
}
.etab img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.etab.is-active {
  background: var(--bg-header);
  color: var(--ink);
}
.match {
  margin-bottom: 2px;
}
.match__lg {
  display: block;
  margin-bottom: 2px;
  padding: 8px 12px;
  border-radius: 4px;
  background: var(--bg-deep);
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  color: var(--ink-84);
}
.match__body {
  display: grid;
  grid-template-columns: minmax(340px, 35%) minmax(0, 1fr);
  padding: 0 0 8px;
  border-radius: var(--r-lg);
  background: var(--bg-deep);
}
.match__top {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 8px 8px 0;
}
.match__info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px;
  min-height: 56px;
  padding: 8px 8px 0;
}
.match__teams {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 8px;
  min-width: 0;
}
.match__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
}
.match__score b {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: rgb(205, 34, 59);
}
.match__time {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink-84);
}
.match__time--live {
  color: rgb(205, 34, 59);
}
.match__team {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 18px;
}
.match__team img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: none;
}
.match__odds {
  display: flex;
  gap: 8px;
  padding: 8px 8px 0;
}
.odd {
  display: grid;
  grid-template-rows: 20px 14px;
  align-content: center;
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 4px;
  border-radius: var(--r-sm);
  background: var(--bg-soft);
}
.odd span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.odd em {
  display: block;
  font-style: normal;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  color: var(--ink-84);
}
.match__more {
  display: inline-flex;
  align-items: center;
  flex: none;
  font-size: 10px;
  line-height: 14px;
  color: var(--ink-84);
}
.match__more .chev {
  width: 14px;
  height: 14px;
}
.events__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-top: 2px;
  border-radius: 0 0 4px 4px;
  background: var(--bg-deep);
}

.seo {
  margin-top: 8px;
  border-radius: 4px;
  background: var(--bg-deep);
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  color: var(--ink-84);
}
.seo__head {
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  column-gap: 16px;
  align-items: center;
  height: 48px;
  padding-left: 12px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .seo {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.seo h1 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: var(--ink);
}
.seo__chev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  color: var(--ico);
}
.seo__head::-webkit-details-marker {
  display: none;
}

.seo__head[aria-expanded="true"] .seo__chev {
  transform: rotate(180deg);
}
.seo h2 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: var(--ink);
}
.seo h3 {
  margin-top: 16px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  color: var(--ink);
}
.seo__head h2 {
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: var(--ink);
}
.seo p {
  margin-top: 10px;
}
.seo ul,
.seo ol {
  margin-top: 10px;
  padding-left: 20px;
  list-style: disc;
}
.seo ol {
  list-style: decimal;
}
.seo li {
  margin-top: 4px;
}
.seo strong {
  font-weight: 600;
  color: var(--ink);
}
.seo a,
.cseo a {
  color: #3ed3a4;
}

.cseo table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 12px 0 0;
  border-collapse: collapse;
  background-color: transparent;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cseo table::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.cseo thead,
.cseo tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 600px;
}

.cseo tr {
  display: flex;
  width: 100%;
  transition: background-color 0.2s ease;
}

.cseo tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.03);
}

.cseo tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.cseo th,
.cseo td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 110px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: var(--ink-84);
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.cseo th:first-child,
.cseo td:first-child {
  justify-content: flex-start;
  text-align: left;
}

.cseo tbody tr:last-child th,
.cseo tbody tr:last-child td {
  border-bottom: none;
}

.cseo thead th {
  background-color: rgba(255, 255, 255, 0.06);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  font-weight: 600;
  color: var(--ink);
}

.seo__pic {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 16px auto 0;
  border-radius: var(--r-sm);
}

.betslip {
  align-self: stretch;
  background: var(--bg-deep);
}
.betslip__head {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--bg-deep);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.betslip__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
  padding: 16px 12px;
  background: var(--bg-deep);
  text-align: center;
}
.betslip__ico {
  display: inline-flex;
  width: 48px;
  height: 48px;
  color: var(--ico-dim);
}
.betslip__ttl {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.betslip__txt {
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-84);
}

.ftr {
  margin: 8px 0;
  border-bottom: 1px solid var(--bg);
  border-radius: var(--r-md);
  background: var(--bg-deep);
}
.home-page .ftr,
.casino-page .ftr,
.slots-page .ftr,
.live-casino-page .ftr,
.instant-games-page .ftr {
  margin-bottom: 24px;
}
.live-casino-page .ftr,
.instant-games-page .ftr {
  margin-top: 20px;
}
.ftr__block {
  padding: 16px;
}
.ftr > .ftr__block + .ftr__block,
.ftr > .ftr__cols {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ftr__ttl {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.ftr__legal {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  list-style: none;
}
.ftr__legal li {
  font-size: 16px;
  line-height: 1.15;
}
.ftr__legal a,
.ftr__legal span {
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  color: var(--ink-84);
}
.ftr__apps {
  display: flex;
  gap: 12px 8px;
  margin-top: 12px;
  list-style: none;
}
.ftr__apps img {
  width: 53px;
  height: 40px;
  object-fit: contain;
}
.ftr__cols {
  display: flex;
}
.ftr__cols .ftr__block {
  flex: 1 1 50%;
}
.ftr__social {
  display: flex;
  gap: 12px 8px;
  margin-top: 12px;
  list-style: none;
}
.ftr__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--ico);
}
.ftr__social img,
.ftr__social svg {
  width: 24px;
  height: 28px;
  object-fit: contain;
}
.ftr__lic {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  list-style: none;
}
.ftr__lic li {
  padding: 4px;
}
.ftr__lic img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.ftr__block--lic {
  text-align: right;
}
.ftr__block--lic .ftr__lic {
  justify-content: flex-end;
}

@media (max-width: 1279px) {
  .ftr__cols {
    display: block;
  }
  .ftr__cols > .ftr__block + .ftr__block {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ftr__social a {
    width: 36px;
    height: 36px;
  }
  .ftr__social img,
  .ftr__social svg {
    width: 20px;
    height: 24px;
  }
  .ftr__block--lic {
    text-align: left;
  }
  .ftr__block--lic .ftr__lic {
    justify-content: flex-start;
  }
}

.tabbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  height: var(--tab-h);
  background: var(--bg-header);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
}
.tabbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  flex: 1;
  padding: 2px;
  color: var(--ico);
  cursor: pointer;
}
.tabbar__ico {
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.tabbar__txt {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}
.home-page .tab-home,
.promo-page .tab-promo,
.sport-page .tab-sport,
.casino-page .tab-casino {
  color: var(--gold);
}
.promo-page .nav-promo .hdr__nav-ico,
.gamification-page .nav-gamification .hdr__nav-ico,
.sport-page .nav-sport .hdr__nav-ico,
.casino-page .nav-casino .hdr__nav-ico,
.live-casino-page .nav-live .hdr__nav-ico,
.instant-games-page .nav-instant .hdr__nav-ico,
.slots-page .nav-slots .hdr__nav-ico {
  color: var(--gold);
}

@media (max-width: 1279px) {
  .layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .sportbar,
  .betslip {
    display: none;
  }
  .col {
    padding: 12px 12px 0;
  }
  .col > .ftr,
  .cpage > .ftr {
    margin-right: -12px;
    margin-left: -12px;
  }
  .payouts {
    margin-right: -4px;
    margin-left: -4px;
  }
  .events {
    margin-right: -4px;
    margin-left: -4px;
  }
  .rail__track.scroller,
  .crail__track.scroller,
  .adv__list.scroller {
    margin: 0 -12px;
    padding: 0 12px;
    scroll-padding-left: 12px;
  }
  .hero__track {
    margin: 0 -12px;
    padding: 0 12px;
    gap: 24px;
    scroll-padding-left: 12px;
  }
}

@media (max-width: 1279px) {
  body {
    padding-bottom: var(--tab-h);
  }
  .hdr {
    gap: 8px;
    padding: 0 8px;
  }
  .hdr__nav {
    display: none;
  }
  .hdr__side {
    flex: none;
  }
  .hdr__tools {
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
    overflow: hidden;
  }
  .hdr__burger {
    display: none;
  }
  .hdr__logo-desk {
    display: none;
  }
  .hdr__logo-mob {
    display: block;
    width: min(170px, calc(100vw - 214px));
    height: 44px;
    object-fit: contain;
  }
  .hdr__tools .lang {
    display: none;
  }
  .hdr__search {
    width: 24px;
    height: 24px;
  }
  .hdr__search svg {
    width: 24px;
    height: 24px;
  }
  .hdr__login {
    margin-left: 8px;
  }
  .tabbar {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .hdr__tools {
    padding: 0 8px;
  }
}

@media (min-width: 1280px) and (max-width: 1287px) {
  .nav-instant,
  .nav-slots {
    display: none;
  }
  .hdr__more-btn {
    display: inline-flex;
  }
}

@media (max-width: 500px) {
  .hero__slide img {
    height: 480px;
  }
  .hero__cta {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 16px;
    width: auto;
  }
}

@media (max-width: 1279px) {
  .match__body {
    grid-template-columns: 1fr 1fr;
  }
  .match__info {
    display: flex;
    justify-content: space-between;
    padding: 4px 8px 0;
  }
  .match__teams {
    gap: 0;
  }
  .match__score {
    gap: 0;
  }
  .match__score b {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
  }
  .match__team {
    font-size: 12px;
    letter-spacing: -0.32px;
    line-height: 16px;
  }
  .match__team img {
    width: 16px;
    height: 16px;
  }
  .match__odds {
    align-self: center;
    gap: 4px;
    padding: 4px 8px 0 0;
  }
  .odd {
    grid-template-rows: 16px 14px;
    padding: 0 2px;
  }
  .odd span {
    font-size: 12px;
    letter-spacing: -0.32px;
    line-height: 16px;
  }
}

@media (max-width: 540px) {
  .apps__item {
    height: 80px;
  }
  .apps__txt {
    left: 12px;
    top: 8px;
    font-size: 16px;
    line-height: 20px;
  }
}

.cpage {
  flex: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 40px 0;
}
.cpage > section + section {
  margin-top: 12px;
}
.cpage > .navbar {
  margin-bottom: 12px;
  border-radius: var(--r-md);
}

@media (min-width: 1280px) {
  .slots-page .navbar,
  .live-casino-page .navbar,
  .instant-games-page .navbar {
    display: none;
  }
}
.csec__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 8px 0;
}
.csec__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.csec__all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: var(--ink-84);
}
.csec__all .chev {
  width: 20px;
  height: 20px;
}

.cprom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cprom__item {
  position: relative;
  display: block;
  container-type: inline-size;
  height: 88px;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--bg-deep);
}
.cprom__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
@container (max-width: 287.98px) {
  .cprom__item img {
    width: calc(100% + 48px);
    max-width: none;
  }
}
.cprom__ttl {
  position: absolute;
  left: 16px;
  top: 12px;
  right: 35%;
  word-break: break-word;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.cpage > .cprom:first-child .cprom__ttl {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 22px;
  text-transform: uppercase;
}
.cprom--wide {
  flex: 0 0 calc((100% - 8px) * 0.52);
}
.cprom--wide2 {
  flex: 0 0 calc((100% - 8px) * 0.48);
}
.cprom--third {
  flex: 0 0 calc((100% - 16px) * 0.32);
}
.cprom--third2 {
  flex: 0 0 calc((100% - 16px) * 0.36);
}
.cprom--third3 {
  flex: 0 0 calc((100% - 16px) * 0.36);
}
.cprom--third4 {
  flex: 0 0 calc((100% - 16px) * 0.32);
}
.cprom--half {
  flex: 0 0 calc((100% - 8px) * 0.48);
}
.cprom--half2 {
  flex: 0 0 calc((100% - 8px) * 0.52);
}

.chero__track {
  display: flex;
  gap: 8px;
  scroll-snap-type: x mandatory;
}
.chero__slide {
  position: relative;
  flex: 0 0 100%;
  scroll-snap-align: start;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg);
}
.chero__pic {
  display: block;
}
.chero__pic img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.chero__pic--fg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.chero__pic--fg img {
  width: calc(100% + 28px);
  max-width: none;
}

.cchips {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  scroll-snap-type: x mandatory;
}
.cchip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 0 1 auto;
  min-width: 60px;
  max-width: 64px;
  padding-top: 8px;
  scroll-snap-align: start;
  text-align: center;
}
.cchip__ico {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-left: 4px;
  border-radius: var(--r-md);
  background: var(--bg-deep);
}
.cchip__ico img.cchip__badge {
  position: absolute;
  top: -8px;
  right: -4px;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 10px;
  background: var(--bg-deep);
}
@media (max-width: 1022px) {
  .cchip__ico img.cchip__badge {
    display: none;
  }
}
.casino-page .cchip__ico {
  border-radius: 50%;
}
.cchip__ico img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cchip__txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  max-width: 64px;
  overflow: hidden;
  word-break: break-word;
  transform: translateX(4px);
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  color: var(--ink);
}

.cprov {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cprov__row {
  display: flex;
  gap: 8px;
  width: max-content;
}
.cprov__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 6px 16px 6px 12px;
  border-radius: 20px;
  background: var(--bg-deep);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--ink);
}
.cprov__item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: none;
}
.cprov__ph {
  width: 24px;
  height: 24px;
  flex: none;
}

.crail__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 8px 0 8px 22px;
}
.crail__ttl {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.crail__ico {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  object-fit: contain;
}
.crail__track {
  display: flex;
  gap: 8px;
  scroll-snap-type: x mandatory;
}
.crail__track--grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  grid-auto-columns: calc(10% - 7.2px);
}
.ctile {
  flex: 0 0 calc(10% - 9.2px);
  min-width: 0;
  scroll-snap-align: start;
}
.ctile__pic {
  position: relative;
  display: block;
  border-radius: var(--r-sm) var(--r-sm) 0 0;
  overflow: hidden;
  background: var(--bg-deep);
}
.ctile__pic img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}
.ctile__lang {
  position: absolute;
  left: 6px;
  top: 6px;
  padding: 2px 6px;
  border-radius: 10px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
}
.ctile__lang::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1.5px);
}
.ctile__name {
  display: block;
  height: 32px;
  padding: 8px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  background: var(--bg-deep);
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 333px) {
  .tile,
  .ctile {
    flex-basis: calc(50% - 8px);
  }
}
@media (min-width: 334px) and (max-width: 447px) {
  .tile,
  .ctile {
    flex-basis: calc(33.3333% - 8px);
  }
}
@media (min-width: 448px) and (max-width: 561px) {
  .tile,
  .ctile {
    flex-basis: calc(25% - 8px);
  }
}
@media (min-width: 562px) and (max-width: 675px) {
  .tile,
  .ctile {
    flex-basis: calc(20% - 8px);
  }
}
@media (min-width: 676px) and (max-width: 789px) {
  .tile,
  .ctile {
    flex-basis: calc(16.6667% - 8px);
  }
}
@media (min-width: 790px) and (max-width: 903px) {
  .tile,
  .ctile {
    flex-basis: calc(14.2857% - 8px);
  }
}
@media (min-width: 904px) and (max-width: 1017px) {
  .tile,
  .ctile {
    flex-basis: calc(12.5% - 8px);
  }
}
@media (min-width: 1018px) and (max-width: 1131px) {
  .tile,
  .ctile {
    flex-basis: calc(11.1111% - 8px);
  }
}
@media (min-width: 1132px) and (max-width: 1245px) {
  .tile,
  .ctile {
    flex-basis: calc(10% - 8px);
  }
}
@media (min-width: 1246px) and (max-width: 1279px) {
  .tile,
  .ctile {
    flex-basis: calc(9.0909% - 8px);
  }
}
@media (min-width: 1280px) and (max-width: 1318px) {
  .tile {
    flex-basis: calc(25% - 11px);
  }
}
@media (min-width: 1319px) and (max-width: 1438px) {
  .tile {
    flex-basis: calc(20% - 10.4px);
  }
}
@media (min-width: 1559px) and (max-width: 1678px) {
  .tile {
    flex-basis: calc(14.2857% - 9.7143px);
  }
}
@media (min-width: 1679px) and (max-width: 1798px) {
  .tile {
    flex-basis: calc(12.5% - 9.5px);
  }
}
@media (min-width: 1799px) and (max-width: 1918px) {
  .tile {
    flex-basis: calc(11.1111% - 9.3333px);
  }
}
@media (min-width: 1919px) {
  .tile {
    flex-basis: calc(10% - 9.2px);
  }
}

@media (max-width: 313px) {
  .crail__track--grid {
    grid-auto-columns: calc(50% - 4px);
  }
  .crail__track--grid .ctile:nth-child(n + 7) {
    display: none;
  }
}
@media (min-width: 314px) and (max-width: 429px) {
  .crail__track--grid {
    grid-auto-columns: calc(33.3333% - 5.3333px);
  }
  .crail__track--grid .ctile:nth-child(n + 10) {
    display: none;
  }
}
@media (min-width: 430px) and (max-width: 545px) {
  .crail__track--grid {
    grid-auto-columns: calc(25% - 6px);
  }
  .crail__track--grid .ctile:nth-child(n + 13) {
    display: none;
  }
}
@media (min-width: 546px) and (max-width: 661px) {
  .crail__track--grid {
    grid-auto-columns: calc(20% - 6.4px);
  }
  .crail__track--grid .ctile:nth-child(n + 16) {
    display: none;
  }
}
@media (min-width: 662px) and (max-width: 777px) {
  .crail__track--grid {
    grid-auto-columns: calc(16.6667% - 6.6667px);
  }
  .crail__track--grid .ctile:nth-child(n + 19) {
    display: none;
  }
}
@media (min-width: 778px) and (max-width: 893px) {
  .crail__track--grid {
    grid-auto-columns: calc(14.2857% - 6.8571px);
  }
  .crail__track--grid .ctile:nth-child(n + 22) {
    display: none;
  }
}
@media (min-width: 894px) and (max-width: 1009px) {
  .crail__track--grid {
    grid-auto-columns: calc(12.5% - 7px);
  }
  .crail__track--grid .ctile:nth-child(n + 25) {
    display: none;
  }
}
@media (min-width: 1010px) and (max-width: 1125px) {
  .crail__track--grid {
    grid-auto-columns: calc(11.1111% - 7.1111px);
  }
  .crail__track--grid .ctile:nth-child(n + 28) {
    display: none;
  }
}

.cpost {
  position: relative;
  flex: 0 0 128px;
  width: 128px;
  scroll-snap-align: start;
}
.cpost img {
  display: block;
  width: 128px;
  height: 168px;
  border-radius: var(--r-sm);
  object-fit: cover;
  background: var(--bg-deep);
}
.cpost__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 8px 8px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  background: linear-gradient(rgba(28, 4, 28, 0), rgba(28, 4, 28, 0.92));
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cjack {
  position: relative;
  display: flex;
  height: 430px;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg-deep);
}
.cjack > picture {
  position: absolute;
  inset: 0;
}
.cjack__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cjack__side {
  position: relative;
  flex: 0 0 354px;
  background: rgba(0, 0, 0, 0.4);
}
.cjack__hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.cjack__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 73px;
  margin-top: 149px;
  padding: 0 24px;
}
.cjack__ttl {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.cjack__total {
  height: 47px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.cjack__list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 24px 24px;
}
.cjack__pot {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 408px;
  height: 56px;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.2);
}
.cjack__pot img {
  width: 40px;
  height: 40px;
  flex: none;
  margin: 0 8px;
}
.cjack__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  padding-right: 8px;
}
.cjack__cap {
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cjack__sum {
  height: 26px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.cjack__main .csec__all {
  color: var(--ink);
}
.cjack__main {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 24px 0;
}
.cjack__main .csec__head {
  padding: 8px 0 8px 20px;
}
.cjack__main .csec__ttl {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 65%;
  min-width: 0;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}
.cjack__main .csec__ttl img {
  width: 16px;
  height: 16px;
  flex: none;
}
.cjack__main .csec__ttl span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cjack__track .cpost__name {
  padding: 16px 12px 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
}
.cjack__track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  height: 344px;
  padding-left: 20px;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
}
@media (min-width: 744px) {
  .cjack__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 128px;
    grid-template-rows: repeat(2, 168px);
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.csurprise {
  padding: 16px 0;
  border-radius: var(--r-lg);
  background: var(--bg-deep);
  overflow: hidden;
}
.csurprise__head {
  padding: 0 8px;
  text-align: center;
}
.csurprise__ttl {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.csurprise__sub {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  color: var(--ink-78);
}
.csurprise__reel {
  position: relative;
  margin-top: 32px;
}
.csurprise__track {
  display: flex;
  margin-bottom: 16px;
}
.csurprise__item {
  position: relative;
  flex: 0 0 132px;
  width: 132px;
  padding: 0 6px;
}
.csurprise__item img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: var(--r-sm);
  object-fit: cover;
  background: var(--bg-soft);
}
.csurprise__name {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 0;
  height: 45.6px;
  padding: 19.6px 8px 8px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 51.61%, rgba(0, 0, 0, 0.8) 100%);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.csurprise__pick {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border: 6px solid var(--gold);
  border-radius: var(--r-lg);
  background: var(--bg-deep);
}
.csurprise__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--bg);
  color: var(--gold);
}
.csurprise__pin {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 40px;
  height: 37px;
  margin: 0 auto;
}
.csurprise__pin path {
  fill: var(--ink);
}
.csurprise__pin circle {
  fill: var(--gold);
}
.csurprise__pin path:last-child {
  fill: var(--bg);
}
.csurprise__foot {
  display: flex;
  justify-content: center;
  height: 49px;
  padding-top: 12px;
}
.csurprise__cta {
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 100px;
  font-size: 14px;
  width: fit-content;
}

.cseo {
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  color: var(--ink-84);
}
.cseo > *:first-child {
  margin-top: 0;
}
.cseo h2 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
  color: var(--ink-84);
}
.cseo h3 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: var(--ink-84);
}
.cseo p {
  margin-top: 12px;
}
.cseo ul,
.cseo ol {
  margin-top: 12px;
  padding-left: 0;
  list-style: disc inside;
}
.cseo ol {
  list-style: decimal inside;
}
.cseo li {
  margin-top: 0;
}
.cseo__faq {
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cseo__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.cseo__q::-webkit-details-marker {
  display: none;
}
.cseo__q::after {
  content: "";
  flex: none;
  width: 8px;
  height: 8px;
  margin: 0 6px 4px 0;
  border-right: 2px solid var(--ico);
  border-bottom: 2px solid var(--ico);
  transform: rotate(45deg);
}
.cseo__faq[open] .cseo__q::after {
  margin: 4px 6px 0 0;
  transform: rotate(225deg);
}
.cseo__faq p {
  padding-bottom: 12px;
}

@media (max-width: 1279px) {
  .cpage {
    padding: 12px 12px 0;
  }
  .cpage > .navbar {
    margin: -12px -12px 12px;
    border-radius: 0;
  }
  .chero__track {
    margin: 0 -12px;
    padding: 0 12px;
    gap: 24px;
    scroll-padding-left: 12px;
  }
  .csurprise {
    margin-right: -4px;
    margin-left: -4px;
  }
  .cjack {
    margin-right: -4px;
    margin-left: -4px;
  }
}

@media (max-width: 820px) {
  .chero__pic img {
    height: 256px;
  }
}

@media (max-width: 743px) {
  .cjack {
    flex-direction: column;
    gap: 12px;
    height: auto;
  }
  .cjack__side {
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    min-width: 354px;
  }
  .cjack__head {
    max-width: 408px;
    margin: calc(56.25% - 73px) auto 0;
    padding: 0 16px;
  }
  .cjack__list {
    padding: 8px 16px 24px;
  }
  .cjack__main {
    padding: 0 0 16px;
  }
  .cjack__main .csec__head {
    padding-left: 12px;
  }
  .cjack__track {
    flex-wrap: nowrap;
    height: auto;
    padding-left: 8px;
    overflow-x: auto;
    scroll-padding-left: 8px;
  }
}

@media (max-width: 540px) {
  .adv__card {
    flex-basis: 280px;
  }
  .cprom__item {
    height: 80px;
  }
  .cprom__ttl {
    left: 12px;
    top: 8px;
    right: 35%;
    font-size: 16px;
    line-height: 20px;
  }
  .cpage > .cprom:first-child .cprom__ttl {
    font-size: 16px;
    line-height: 18px;
  }
  .cprom--wide {
    flex: 0 0 100%;
  }
  .cprom--wide2 {
    flex: 0 0 calc((100% - 8px) * 0.48);
  }
  .cprom--third {
    flex: 0 0 calc((100% - 8px) * 0.52);
  }
  .cprom--third2 {
    flex: 0 0 calc((100% - 8px) * 0.48);
  }
  .cprom--third3 {
    flex: 0 0 100%;
  }
  .cprom--third4 {
    flex: 0 0 calc((100% - 8px) * 0.48);
  }
}

.shell {
  flex: 1;
}
.page {
  max-width: 720px;
  margin: 16px auto;
}
.pnl {
  background: var(--bg-deep);
  border-radius: var(--r-md);
}
.pnl + .pnl {
  margin-top: 16px;
}
.pnl--split {
  border-radius: 0 0 var(--r-md) var(--r-md);
}
.navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 16px;
  background: var(--bg-deep);
  border-radius: var(--r-md) var(--r-md) 0 0;
}
.navbar__back {
  position: absolute;
  left: 16px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  color: var(--ico);
}
.navbar__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--ink);
}
.promo-page .navbar__ttl {
  margin-bottom: 2px;
}

.pmenu {
  display: flex;
  gap: 8px;
  padding: 12px;
}
.pmenu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 72px;
  height: 117px;
  flex: none;
  text-align: center;
}
.pmenu__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--bg);
}
.pmenu__ico img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.pmenu__txt {
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  color: var(--ink);
}

.phead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-bottom: 4px;
  padding: 16px 12px 0;
}
.phead__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.phead__ico {
  display: inline-flex;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 100%;
  color: var(--ico);
}
.pgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px 12px 29px;
}
.pcard {
  display: block;
  height: 200px;
  border-radius: var(--r-md);
  background: var(--bg);
  overflow: hidden;
}
.pcard__top {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 136px;
}
.pcard__badge {
  position: absolute;
  left: 0;
  top: 12px;
  display: flex;
  align-items: center;
  height: 22px;
  padding: 0 12px;
  background: #f19ee8;
  clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}
.pcard__badge--sport {
  background: #7fcdf1;
}
.pcard__ttl {
  position: absolute;
  left: 16px;
  top: 38px;
  display: flex;
  flex-direction: column;
  width: 194px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.pcard__pic {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 168px;
  height: 136px;
  flex: none;
}
.pcard__pic img {
  width: auto;
  height: 136px;
  border-radius: 0 var(--r-md) 0 0;
  object-fit: fill;
}
.pcard__bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pcard__cta {
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
}
.pcard__arw {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: none;
  color: var(--ico);
}

.gamification-page .pnl {
  padding: 8px;
}
.gamification-page .pnl--split {
  padding: 0 0 16px;
}
.gamification-page .navbar {
  border-bottom: 1px solid var(--bg);
}
.gamification-page .navbar__back {
  left: 8px;
  width: 44px;
  height: 44px;
}
.gamification-page .navbar__ttl {
  letter-spacing: -0.41px;
}
.ghead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
.ghead__ttl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.41px;
  line-height: 22px;
}
.ghead__all {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 20px;
  color: var(--ink-84);
}
.ghead__all span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: var(--ico-dim);
}
.quests {
  padding: 0;
}
.quest {
  display: block;
  margin-top: 8px;
  border-radius: var(--r-sm);
  background: var(--bg);
  overflow: hidden;
}
.quest__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 8px;
}
.quest__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 40px;
  height: 40px;
  flex: none;
}
.quest__dia {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: var(--bg-tile);
  overflow: hidden;
  transform: rotate(45deg);
}
.quest__dia-in {
  position: relative;
  left: -6px;
  top: -6px;
  display: block;
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
}
.quest__pic img {
  width: 40px;
  height: 40px;
  object-fit: fill;
}
.quest__body {
  min-width: 0;
  flex: 1;
}
.quest__ttl {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.41px;
  line-height: 22px;
  color: var(--ink);
}
.quest__labels {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}
.quest__tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 100px;
  background: #f19ee8;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 14px;
  text-transform: uppercase;
}
.quest__dot {
  display: inline-flex;
  width: 6px;
  height: 6px;
  color: var(--ico-dim);
}
.quest__time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--ink-84);
}
.quest__time svg {
  width: 12px;
  height: 12px;
}
.quest__arw {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: none;
  color: var(--ico-dim);
}
.quest__line {
  display: block;
  height: 1px;
  margin-left: 64px;
  background: rgba(255, 255, 255, 0.1);
}
.quest__rew {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding-left: 52px;
}
.quest__rew-txt {
  min-width: 0;
  flex: 1;
  padding: 10px 12px;
}
.quest__rew-cap {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 16px;
  color: var(--ink-84);
}
.quest__rew-val {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--ink);
}
.quest__rew-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 10px 12px;
  flex: none;
}
.quest__rew-pic img {
  width: auto;
  height: 40px;
  object-fit: fill;
}
.gline {
  height: 1px;
  margin: 4px -8px 0;
  background: var(--bg);
}
.gempty {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  text-align: center;
}
.gempty svg {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: rgba(195, 157, 212, 0.4);
}
.gempty__ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.41px;
  line-height: 22px;
}
.gempty__txt {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 20px;
  color: var(--ink-84);
}

.sprail {
  align-self: stretch;
  min-height: 0;
  background: var(--bg-deep);
}
.sprail__in {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 12px 0;
  overflow: hidden;
}
.sptabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  flex: none;
  height: 38px;
  padding: 2px;
  border-radius: 20px;
  background: var(--bg-header);
}
.sptabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 8px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 18px;
  color: var(--ink);
}
.sptabs__item--on {
  padding-right: 12px;
  background: var(--bg-deep);
}
.sptabs__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: none;
}
.sptabs__dot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f16a6b;
}
.spcountries {
  flex: 1;
  margin-top: 12px;
  border-radius: var(--r-sm);
  background: var(--bg);
  overflow-x: hidden;
}
.spc__head {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
}
.spc__head img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  flex: none;
}
.spc__name {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-84);
}
.spc__chev {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: none;
  color: var(--ico-dim);
}
.spc__list {
  margin: 0 8px;
  border-radius: var(--r-sm);
  background: var(--bg-deep);
  overflow: hidden;
}
.spc__row {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 16px;
}
.spc__row-name {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-78);
}
.spc__row-cnt {
  margin-right: 4px;
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-84);
}

.spseg,
.spsports,
.spchips {
  display: none;
}
.spsports__in {
  display: flex;
  margin-top: -4px;
  padding: 4px 8px 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.spsports__in::-webkit-scrollbar {
  display: none;
}
.spsp {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: none;
  width: 72px;
}
.spsp__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r-lg);
}
.spsp__ico img {
  width: 28px;
  height: 28px;
}
.spsp--on .spsp__ico {
  border: 2px solid #960d8b;
  background: #960d8b;
}
.spsp__cnt {
  position: absolute;
  top: -4px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
}
.spsp__cnt--w2 {
  width: 24px;
}
.spsp--on .spsp__cnt {
  background: #960d8b;
  color: var(--bg);
}
.spsp__name {
  max-width: 100%;
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  color: var(--ink-84);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spsp--on .spsp__name {
  color: var(--ink);
}
.spchips__in {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.spchips__in::-webkit-scrollbar {
  display: none;
}
.spchip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: none;
  height: 32px;
  padding: 0 12px 0 8px;
  border-radius: var(--r-md);
  background: var(--bg-soft);
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-84);
}
.spchip__ico {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: none;
}

.spcol {
  min-width: 0;
  padding: 0 40px;
}
.spbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 4px 0;
}
.spbar__ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: none;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.spbar__ttl img {
  width: 16px;
  height: 16px;
  flex: none;
}
.spbar__tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.spbar__tabs::-webkit-scrollbar {
  display: none;
}
.spbar__tab {
  display: flex;
  align-items: center;
  flex: none;
  height: 32px;
  padding: 0 12px;
  border-radius: var(--r-md);
  font-size: 14px;
  line-height: 18px;
  color: var(--ink-84);
}
.spbar__tab--on {
  background: var(--bg-header);
  color: var(--ink);
}
.splist {
  margin-top: 12px;
}
.splg {
  margin-bottom: 8px;
  border-radius: var(--r-md);
  background: var(--bg-deep);
  overflow: hidden;
}
.splg__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
}
.splg__ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  color: var(--ink-84);
}
.splg__ttl img {
  width: 24px;
  height: auto;
  flex: none;
}
.splg__ttl span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.splg__star {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: none;
  color: var(--ico-dim);
}
.spev {
  display: grid;
  grid-template-columns: minmax(auto, 33%) minmax(0, 1fr) 24px;
  grid-template-areas: "time time star" "info mkts star";
  grid-template-rows: 20px minmax(58px, auto);
  column-gap: 8px;
  padding: 8px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.spev__time {
  grid-area: time;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 20px;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: #cd223b;
}
.spev__time svg {
  width: 14px;
  height: 14px;
  flex: none;
}
.spev__info {
  grid-area: info;
  align-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
}
.spev__teams {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.spev__side {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
}
.spev__side img {
  width: 24px;
  height: 24px;
  flex: none;
  object-fit: contain;
}
.spev__name {
  font-size: 14px;
  line-height: 18px;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spev__card {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 24px;
  margin-left: -3px;
  flex: none;
}
.spev__card img {
  width: 20px;
  height: 20px;
}
.spev__card b {
  position: absolute;
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
  color: var(--ink);
}
.spev__scores {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  height: 56px;
  margin-left: auto;
  flex: none;
}
.spev__score {
  height: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #cd223b;
}
.spev__mkts {
  grid-area: mkts;
  display: grid;
  grid-auto-rows: minmax(56px, auto);
}
.spev__star {
  grid-area: star;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  color: var(--ico-dim);
}
.spev__star svg {
  width: 24px;
  height: 24px;
}
.sodds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 56px;
  gap: 8px;
}
.sodds--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sodd {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: var(--r-sm);
  background: var(--bg-soft);
}
.sodd__v {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--ink);
}
.sodd__v--down {
  color: #ff6964;
}
.sodd__n {
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--ink-84);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.sph {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-sm);
  background: var(--bg-soft);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--ink);
}
.snamed {
  display: block;
  position: relative;
  margin-top: -26px;
  padding-top: 23px;
}
.snamed__name {
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  height: 22px;
  background: var(--bg-deep);
}
.snamed__lbl {
  display: block;
  height: 22px;
  padding: 0 0 0 8px;
  border-top: 1px solid var(--bg-soft);
  border-left: 1px solid var(--bg-soft);
  border-radius: var(--r-sm) 0 0 0;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  color: var(--ink);
}
.snamed__name svg {
  width: 20px;
  height: 22px;
  flex: none;
  stroke: var(--bg-soft);
}
.snamed__box {
  display: block;
  padding: 4px;
  border: 1px solid var(--bg-soft);
  border-radius: 0 var(--r-sm) var(--r-sm) var(--r-sm);
}
.spcrumbs {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 8px 0;
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
  color: var(--ink-84);
}
.spcrumbs a {
  display: inline-flex;
  align-items: center;
  width: 15px;
  height: 15px;
  color: var(--ico);
}
.spcrumbs span {
  padding: 0 8px;
  font-size: 13px;
  color: var(--ico-dim);
}
.spcrumbs h1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(195, 157, 212, 0.4);
}

.gamification-page .page {
  max-width: 656px;
  min-height: calc(100vh - 16px);
  margin-bottom: 0;
}
.pnl--strip {
  padding-bottom: 16px;
}
.gamification-page .pnl + .pnl {
  margin-top: 16px;
}

@media (max-width: 1279px) {
  .sprail {
    display: none;
  }
  .spcol {
    padding: 0;
  }
  .spbar {
    display: none;
  }
  .spseg {
    display: block;
    padding: 8px 16px 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--bg-deep);
  }
  .spsports {
    display: block;
    padding: 8px 0;
    border-radius: 0 0 var(--r-md) var(--r-md);
    background: var(--bg-deep);
    overflow: hidden;
  }
  .spchips {
    display: block;
    padding: 8px 12px;
  }
  .splist {
    margin-top: 0;
  }
  .spcrumbs {
    padding: 8px;
  }
  .spev {
    grid-template-columns: minmax(0, 1fr) 24px;
    grid-template-areas: "time time" "info star" "mkts mkts";
    grid-template-rows: 20px auto auto;
    padding: 8px;
  }
  .spev__info {
    margin-bottom: 6px;
  }
  .spev--wide {
    display: none;
  }
  .snamed {
    margin-top: 0;
  }
  .cchip--wide {
    display: none;
  }
}

@media (max-width: 743px) {
  .page {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .pgrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1279px) {
  .promo-page .page {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .promo-page .navbar {
    border-radius: 0;
  }
}
@media (min-width: 1280px) {
  .promo-page .page {
    margin-bottom: 24px;
  }
  .promo-page .pnl--split {
    border-radius: var(--r-md);
  }
}
@media (max-width: 687px) {
  .gamification-page .navbar {
    border-radius: 0;
  }
  .gamification-page .page {
    min-height: 100vh;
  }
}
@media (min-width: 688px) and (max-width: 743px) {
  .gamification-page .page {
    margin-top: 16px;
  }
}
@media (min-width: 688px) {
  .gamification-page .pnl--split {
    border-radius: var(--r-md);
  }
}

body.login-page,
body.register-page {
  padding-bottom: 0;
}
.auth {
  display: flex;
  flex: 1;
  min-height: 0;
  background: var(--bg-deep);
}

@media (min-width: 1280px) {
  .auth {
    background: var(--bg);
  }
}
.auth__promo {
  display: none;
}
.auth__col {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
}
.acard {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  background: var(--bg-deep);
}
.acard__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 57px;
  padding: 0 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.register-page .acard__bar {
  border-bottom-color: var(--bg-header);
}
.acard__ttl {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.acard__ico {
  position: absolute;
  top: 50%;
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  color: var(--ico);
}
.acard__ico svg {
  width: 100%;
  height: 100%;
}
.acard__ico--start {
  left: 30px;
}
.acard__ico--end {
  right: 16px;
}
.register-page .acard__ico--end {
  right: 30px;
}
.acard__body {
  display: flex;
  flex: none;
  flex-direction: column;
  height: 100%;
  padding: 24px 16px 26px;
  background: var(--bg-deep);
}
.acard__body--tight {
  padding: 16px;
}
.afrm {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.seg {
  display: flex;
  margin-bottom: 16px;
  padding: 2px;
  background: var(--bg-header);
  border-radius: var(--r-lg);
}
.seg--tight {
  margin-bottom: 8px;
}
.seg__in {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.seg__it {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 34px;
  border-radius: var(--r-lg);
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}
.seg__it--2::before,
.seg__it--3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background: rgba(255, 255, 255, 0.1);
}
.seg__in--1:checked ~ .seg .seg__it--2::before,
.seg__in--2:checked ~ .seg .seg__it--2::before,
.seg__in--2:checked ~ .seg .seg__it--3::before,
.seg__in--3:checked ~ .seg .seg__it--3::before {
  content: none;
}
.seg__in--1:checked ~ .seg .seg__it--1,
.seg__in--2:checked ~ .seg .seg__it--2,
.seg__in--3:checked ~ .seg .seg__it--3 {
  background: var(--bg-deep);
  font-weight: 500;
}
.fgrp {
  display: none;
}
.seg__in--1:checked ~ .fgrp--1,
.seg__in--2:checked ~ .fgrp--2,
.seg__in--3:checked ~ .fgrp--3 {
  display: block;
}
.fld {
  position: relative;
  height: 56px;
}
.fld__in {
  width: 100%;
  height: 56px;
  padding: 21px 16px 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r-sm);
  background: transparent;
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
}
.fld--ico .fld__in {
  padding-right: 48px;
}
.fld__lab {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  color: var(--ink-84);
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
}
.fld__in:focus + .fld__lab,
.fld__in:not(:placeholder-shown) + .fld__lab,
.fld--mask .fld__lab {
  top: 8px;
  margin-top: 0;
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
}
.fld--mask .fld__in {
  position: relative;
  z-index: 2;
}
.fld__mask {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 22px;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 16px;
  color: var(--ink-84);
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  pointer-events: none;
}
.fld__ico {
  position: absolute;
  right: 16px;
  top: 50%;
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  color: var(--ico);
}
.fld__ico svg {
  width: 100%;
  height: 100%;
}
.phone {
  display: flex;
  gap: 8px;
}
.phone__flag {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r-sm);
}
.phone__chev {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: var(--ico);
}
.phone__chev svg {
  width: 100%;
  height: 100%;
}
.phone .fld {
  flex: 1;
  min-width: 0;
}
.pwd {
  display: flex;
  flex-direction: column;
}
.pwd__hint {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  height: 18px;
}
.pwd__dot {
  display: inline-flex;
  flex: none;
  width: 16px;
  height: 16px;
  color: var(--ico-dim);
}
.pwd__dot svg {
  width: 100%;
  height: 100%;
}
.pwd__txt {
  color: var(--ink-84);
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
}
.aforgot {
  align-self: flex-start;
  color: #3ed3a4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.arow {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 16px;
  background: var(--bg);
  border-radius: var(--r-sm);
}
.arow--bonus {
  min-height: 90px;
  background-image: url("/assets/image/Casino_4089cb3b05.webp");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.arow--terms {
  gap: 8px;
  padding: 16px;
}
.arow__pic {
  display: block;
  flex: none;
  align-self: flex-start;
  margin-top: 11px;
  margin-right: 16px;
}
.arow__txt {
  flex: 1;
  min-width: 0;
}
.arow__cap,
.arow__ttl {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.arow__cap {
  font-size: 12px;
  letter-spacing: -0.32px;
  line-height: 16px;
}
.arow__ttl {
  margin-top: 2px;
  font-size: 16px;
  line-height: 20px;
}
.arow__chev {
  display: inline-flex;
  flex: none;
  width: 24px;
  height: 24px;
  color: var(--ico-dim);
}
.arow__chev svg {
  width: 100%;
  height: 100%;
}
.arow__terms {
  flex: 1;
  min-width: 0;
  color: var(--ink-84);
  font-size: 16px;
  line-height: 20px;
}
.arow__terms a {
  color: #3ed3a4;
}
.chk {
  position: relative;
  display: inline-flex;
  flex: none;
  width: 18px;
  height: 18px;
}
.chk__in {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.chk__box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--ico-dim);
  border-radius: 4px;
  color: transparent;
}
.chk__box svg {
  width: 100%;
  height: 100%;
}
.chk__in:checked + .chk__box {
  border-color: #960d8b;
  background: #960d8b;
  color: var(--ink);
}
.acta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-top: 24px;
  padding: 0 16px;
  background: #290729;
  border-radius: var(--r-sm);
  color: rgba(195, 157, 212, 0.4);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  cursor: default;
}
.aalt {
  margin-top: 16px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.aalt--wide {
  margin-top: 24px;
}
.aalt span {
  color: #3ed3a4;
}

@media (min-width: 584px) {
  .auth__col {
    align-items: flex-start;
    padding: 24px 12px;
  }
  .acard {
    flex: none;
    width: 560px;
    border: 1px solid var(--bg-header);
    border-radius: var(--r-sm);
    overflow: hidden;
  }
  .acard__body {
    height: auto;
  }
}

.promo-page .nav-promo .hdr__nav-txt,
.gamification-page .nav-gamification .hdr__nav-txt,
.sport-page .nav-sport .hdr__nav-txt,
.casino-page .nav-casino .hdr__nav-txt,
.live-casino-page .nav-live .hdr__nav-txt,
.instant-games-page .nav-instant .hdr__nav-txt,
.slots-page .nav-slots .hdr__nav-txt {
  color: var(--gold);
}

.chero__link {
  display: block;
}
.chero__badge {
  position: absolute;
  left: 0;
  top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  padding: 4px 12px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.chero__badge svg {
  width: 12px;
  height: 12px;
  flex: none;
}
.chero__badge--timer,
.chero__badge--event {
  background: #3ec984;
}
.chero__badge--game {
  background: #f19ee8;
}
.chero__game {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 440px;
  max-width: calc(100% - 32px);
  height: 64px;
  padding: 8px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
}
.chero__gpic {
  flex: none;
}
.chero__gpic img {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
}
.chero__gtxt {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-right: -4px;
}
.chero__gname {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}
.chero__gprov {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  color: #fff;
}
.chero__gplay {
  margin-left: auto;
  flex: none;
}

.cprov--rail {
  flex-direction: column;
  flex-wrap: nowrap;
}

.cseo--fold {
  max-height: 200px;
  overflow: hidden;
}
.home-page .cseo {
  max-height: 209px;
  margin-top: 0;
  padding: 16px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow-y: auto;
  scrollbar-width: none;
}
.home-page .cseo::-webkit-scrollbar {
  display: none;
}
.home-page .cseo--fold {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  overflow: hidden;
}
.home-page .seo,
.casino-page .seo,
.slots-page .seo,
.live-casino-page .seo,
.instant-games-page .seo,
.sport-page .seo {
  margin-top: 20px;
}
.promo-page .seo,
.gamification-page .seo {
  margin-top: 16px;
}
.login-page .seo,
.register-page .seo {
  margin-top: 0;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.casino-page .cseo,
.slots-page .cseo,
.live-casino-page .cseo,
.instant-games-page .cseo,
.sport-page .cseo,
.promo-page .cseo,
.gamification-page .cseo,
.login-page .cseo,
.register-page .cseo {
  padding: 16px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.casino-page .cseo--fold,
.slots-page .cseo--fold,
.live-casino-page .cseo--fold,
.instant-games-page .cseo--fold,
.sport-page .cseo--fold,
.promo-page .cseo--fold,
.gamification-page .cseo--fold,
.login-page .cseo--fold,
.register-page .cseo--fold {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .sport-page .seo,
  .promo-page .seo,
  .gamification-page .seo,
  .login-page .seo,
  .register-page .seo {
    margin-left: 0;
    margin-right: 0;
  }
}

.rnav {
  position: relative;
}
.rnav__btn {
  position: absolute;
  top: calc(50% - 23px);
  z-index: 22;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-tile);
  color: var(--ico);
  box-shadow: 0 0 32px 0 rgba(116, 107, 93, 0.2);
  cursor: pointer;
}
.rnav__btn svg {
  width: 24px;
  height: 24px;
}
.rnav__btn--left {
  left: 16px;
}
.rnav__btn--right {
  right: 16px;
}
.rail__track ~ .rnav__btn,
.crail__track ~ .rnav__btn {
  top: calc(50% - 36px);
}
.cjack__track ~ .rnav__btn {
  top: calc(50% - 20px);
}
@media (hover: hover) and (pointer: fine) {
  .rnav:hover .rnav__btn {
    display: flex;
  }
  .rnav:hover .rnav__btn--off {
    display: none;
  }
}
@media (max-width: 1279px) {
  .rail__track ~ .rnav__btn--left,
  .crail__track ~ .rnav__btn--left,
  .hero__track ~ .rnav__btn--left,
  .chero__track ~ .rnav__btn--left,
  .cats ~ .rnav__btn--left,
  .cchips ~ .rnav__btn--left,
  .cprov ~ .rnav__btn--left,
  .adv__list ~ .rnav__btn--left {
    left: 4px;
  }
  .rail__track ~ .rnav__btn--right,
  .crail__track ~ .rnav__btn--right,
  .hero__track ~ .rnav__btn--right,
  .chero__track ~ .rnav__btn--right,
  .cats ~ .rnav__btn--right,
  .cchips ~ .rnav__btn--right,
  .cprov ~ .rnav__btn--right,
  .adv__list ~ .rnav__btn--right {
    right: 4px;
  }
}

.cpost {
  overflow: hidden;
  border-radius: var(--r-sm);
}
.tile__pic::before,
.ctile__pic::before,
.cpost::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tile__pic::after,
.ctile__pic::after,
.cpost::after {
  content: "";
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
  z-index: 4;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M18.0093 13.82L7.22215 20.67C6.86191 20.9 6.48164 21 6.11139 21C5.01066 21 4 20.11 4 18.85V5.15C4 3.89 5.01066 3 6.11139 3C6.48164 3 6.87192 3.1 7.22215 3.33L18.0093 10.18C19.3302 11.02 19.3302 12.98 18.0093 13.82Z' fill='rgba(0,0,0,0.898)'/%3E%3C/svg%3E") no-repeat center / 50% 50%;
  opacity: 0;
  transition: transform 0.35s ease-out;
}
.cpost::after {
  left: calc(50% - 36px);
  top: calc(50% - 36px);
  width: 72px;
  height: 72px;
}
.tile__pic img,
.ctile__pic img,
.cpost img {
  transition: transform 0.4s ease-out;
}
.tile__lang,
.ctile__lang,
.cpost__name {
  z-index: 5;
}
.cat__ico,
.cchip__ico,
.cprov__item,
.winner,
.btn {
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hdr__nav-item,
.icon-btn {
  transition: color 0.15s linear, background-color 0.15s linear;
}
@media (hover: hover) {
  .tile__pic:hover::before,
  .ctile__pic:hover::before,
  .cpost:hover::before {
    opacity: 1;
    backdrop-filter: blur(2px);
  }
  .tile__pic:hover::after,
  .ctile__pic:hover::after,
  .cpost:hover::after {
    opacity: 1;
    transform: scale(1.05);
  }
  .tile__pic:hover img,
  .ctile__pic:hover img,
  .cpost:hover img {
    transform: scale(1.05);
  }
  .winner:hover::after {
    opacity: 1;
    transform: scale(1.05);
  }
  .cat:hover .cat__ico,
  .cchip:hover .cchip__ico,
  .cprov__item:hover,
  .winner:hover,
  .btn--ghost:hover,
  .btn--dark:hover {
    background: #500d50;
  }
  .btn--gold:hover {
    background: #f6d779;
  }
  .hdr__nav-item:hover,
  .icon-btn:hover {
    background: var(--bg);
  }
}

@media (min-width: 1280px) {
  .auth--split .auth__promo {
    position: relative;
    display: block;
    width: 50%;
    overflow: hidden;
  }
  .auth--split .auth__col {
    width: 50%;
  }
  .apromo__pic {
    position: absolute;
    left: 0;
    top: calc(-1 * var(--hdr-h));
    width: 100%;
    height: calc(100% + var(--hdr-h));
    object-fit: cover;
  }
  .apromo__in {
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 42px;
  }
  .apromo__ttl {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
  }
  .apromo__sub {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}

.doc-page .cseo {
  padding: 16px 12px;
}

@media (max-width: 1279px) {
  .doc-page .page {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .doc-page .navbar {
    border-radius: 0;
  }
}
@media (min-width: 1280px) {
  .doc-page .page {
    margin-bottom: 24px;
  }
  .doc-page .pnl--split {
    border-radius: var(--r-md);
  }
}
