:root {
  --container: 1920px;
  --lucky-bg: #090f1e;
  --lucky-panel: linear-gradient(110deg, #1e283f, rgba(20,27,46,.72));
  --lucky-panel-soft: linear-gradient(110deg, #1e283f, rgba(20,27,46,.32));
  --lucky-border: #4b5058;
  --lucky-text: #ffffff;
  --lucky-muted: rgba(255,255,255,.68);
  --lucky-green: #089e4e;
  --lucky-green-2: #31bc69;
  --lucky-gradient: linear-gradient(267.05deg, #089e4e 0%, #31bc69 99.28%);
  --lucky-shadow: 0 6px 18px rgba(14,161,81,.30);
  --lucky-blue-line: linear-gradient(90deg, #1bf1ff 0%, #0855c4 100%);
  --fs-h1: 28px;
  --fs-h2: 22px;
  --fs-h3: 18px;
  --fs-body: 15px;
  --lh-body: 1.75;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 12px;
  --r-pill: 50px;
  --sp-xs: 8px;
  --sp-sm: 16px;
  --sp-md: 24px;
  --sp-lg: 36px;
  --sp-xl: 48px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: #090f1e; }
body {
  padding: 0 20px;
  background: var(--lucky-bg);
  color: var(--lucky-text);
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { cursor: pointer; font-family: inherit; }
p { margin: 0 0 1em; }
ul, ol { list-style: none; }

.stp-container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.admin-bar .stp-nav { top: 32px; }
@media (max-width: 782px) { .admin-bar .stp-nav { top: 46px; } }

#head__main {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  gap: 16px;
}
.head__block,
.head__control,
.head__cnt,
.head__para,
.head-app-android {
  display: flex;
  align-items: center;
}
.head__control { gap: 8px; }
.head__control a {
  align-items: center;
  background-color: rgba(78,93,134,.30);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 4px;
  transition: .2s;
  width: 24px;
  height: 24px;
}
.head__control::after,
.head__cnt::before,
.head__cnt::after,
.head__para::after {
  background-color: #fff;
  content: "";
  height: 15px;
  opacity: .2;
  width: 1px;
}
.head__control::after { margin: 0 12px; }
.head__cnt::before { margin: 0 14px; }
.head__cnt::after,
.head__para::after { margin: 0 10px; }
.head__control a svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
}
.head__control a img,
.head__para a img,
.head-app-android a img {
  display: block;
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.head__control a svg [fill]:not([fill="none"]) {
  fill: currentColor;
}
.head__control a:first-child {
  color: #9aa6c3;
}
.head__control a.header-button {
  color: #6f7d9b;
}
.head__control a:hover {
  color: #fff;
}
.head__money {
  display: flex;
  align-items: center;
  background-image: linear-gradient(285.39deg, #ffb800 -4.36%, #fff173 115.87%);
  border-radius: 50px;
  height: 24px;
  justify-content: space-between;
  padding: 0 8px;
  color: #090f1e;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
}
.head__money-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: -10px;
  border-radius: 50%;
  background: #ffd446;
  color: #795805;
  box-shadow: 0 4px 12px rgba(255,184,0,.35);
}
.head__money-img {
  display: block;
  width: 22px;
  height: 22px;
  margin-left: -10px;
  object-fit: contain;
}
.head__money svg {
  fill: #795805;
  width: 8px;
}
.head__promo {
  display: flex;
  align-items: center;
  background-color: rgba(78,93,134,.30);
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  gap: 2px;
  height: 25px;
  padding-right: 12px;
  position: relative;
  transition: .2s;
  width: auto;
  min-width: 126px;
  max-width: 180px;
}
.head__promo span:not(.head-promo__icon) {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head-promo__icon {
  align-items: center;
  background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%);
  border-radius: 100%;
  box-shadow: 0 5px 15px rgba(201,85,255,.40);
  display: flex;
  height: 28px;
  justify-content: center;
  transform: translateX(-10px);
  width: 28px;
}
.head-promo__icon-img {
  display: block;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  transform: translateX(-10px);
  object-fit: contain;
}
.head__para {
  font-size: 10px;
}
.head-para__block {
  display: inline-block;
  line-height: 14px;
  margin-right: 10px;
}
.head-para__block span {
  display: block;
  font-size: 10px;
  font-weight: 700;
}
.head-para__block small {
  display: block;
  color: rgba(255,255,255,.5);
  font-weight: 700;
}
.head__para a {
  display: flex;
  width: 24px;
}
.head__para svg { fill: #108de7; }
.head-app-android a:first-child svg { fill: #61da84; }
.head-app-android a:last-child svg { fill: #d9deeb; }
.head-app-android {
  background-color: rgba(78,93,134,.30);
  border-radius: 6px;
  height: 24px;
  justify-content: center;
  padding: 0 8px;
  position: relative;
}
.head-app-android a {
  display: flex;
  position: relative;
  z-index: 2;
}
.head-app-android a + a {
  margin-left: 6px;
}
.head-app-android a svg {
  width: 13px;
  height: 16px;
}
.v-abs {
  position: absolute;
  left: 24%;
  top: 38px;
  z-index: 22;
  display: none;
  width: 270px;
  min-height: 128px;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  transform: translateX(-50%);
}
.v-abs::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
}
.head-app-android:hover .v-abs { display: block; }
.v-image-sizing {
  position: absolute;
  top: -5px;
  left: 51%;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}
.mobile-pwa-info-text p {
  margin: 0;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.stp-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  margin: 0 auto;
  width: 100%;
  min-height: 47px;
  border-radius: 10px;
  background: var(--lucky-panel);
  box-shadow: 0 0 10px rgba(0,0,0,.50);
}
.stp-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 47px;
  padding: 0 10px;
}
.stp-nav__logo {
  display: flex;
  align-items: center;
  flex: 0 0 92px;
  min-width: 0;
}
.stp-nav--lucky .stp-nav__logo {
  display: none;
}
.stp-nav__logo .custom-logo-link,
.stp-nav__logo .stp-nav__logo-link {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.stp-nav__logo img,
.stp-nav__logo .custom-logo {
  max-width: 92px;
  max-height: 36px;
  object-fit: contain;
}
.stp-nav__logo-text {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stp-nav__menu {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.stp-nav__menu .menu,
.stp-nav__menu ul {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 0;
}
.stp-nav__menu li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 47px;
}
.stp-nav__menu li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--lucky-green-2);
  opacity: 0;
  transition: opacity .2s;
}
.stp-nav__menu .current-menu-item::after,
.stp-nav__menu .current_page_item::after { opacity: 1; }
.stp-nav__menu a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  opacity: .9;
}
.stp-nav__menu .current-menu-item > a,
.stp-nav__menu .current_page_item > a {
  font-weight: 700;
}
.stp-nav__menu a:hover { opacity: 1; color: #fff; }
.stp-nav__menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: #192033;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.stp-nav__menu li:hover > .sub-menu { display: grid; gap: 4px; }
.stp-nav__menu .sub-menu li { min-height: 0; }
.stp-nav__menu .sub-menu li::after { display: none; }
.stp-nav__menu .sub-menu a { padding: 8px 10px; border-radius: 6px; }
.stp-nav__menu .sub-menu a:hover { background: rgba(78,93,134,.35); }

.stp-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.header__buttons {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.btn_login,
.btn_registration {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .3s, background-color .3s;
}
.btn_login {
  padding: 0 12px;
  background-color: rgba(78,93,134,.30);
}
.btn_login:hover {
  background-color: #1f2747;
  color: #fff;
}
.btn_registration {
  margin-left: 15px;
  padding: 0 10px;
  background-image: var(--lucky-gradient);
}
.btn_registration:hover {
  color: #fff;
  opacity: .7;
}
.btn_registration__add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  padding: 3px;
  border-radius: 50%;
  background-image: linear-gradient(210deg, rgba(255,255,255,0) 25%, rgba(255,255,255,.06) 48%, #fff 133%);
  font-size: 16px;
  line-height: 1;
}
.stp-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  background: var(--lucky-gradient);
  color: #fff;
  box-shadow: var(--lucky-shadow);
  font-size: 14px;
  font-weight: 800;
}
.stp-nav__cta:hover { opacity: .78; color: #fff; }
.stp-nav__burger {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  border: 0;
  background: transparent;
}
.stp-nav__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: .25s;
}
.stp-nav__burger span:nth-child(1) { top: 2px; }
.stp-nav__burger span:nth-child(2) { top: 11px; }
.stp-nav__burger span:nth-child(3) { top: 20px; }
.stp-nav__burger.is-open span:nth-child(1) { opacity: 0; }
.stp-nav__burger.is-open span:nth-child(2) { transform: rotate(45deg); }
.stp-nav__burger.is-open span:nth-child(3) { top: 11px; transform: rotate(-45deg); }
.stp-nav__mobile { display: none; }

.stp-lang-switcher {
  position: relative;
  z-index: 260;
}
.stp-lang-switcher__current {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: 64px;
  height: 24px;
  padding: 0 8px;
  border: 0;
  border-radius: 6px;
  background: rgba(78,93,134,.30);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.stp-lang-switcher__current img,
.stp-lang-switcher__list img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
}
.stp-lang-switcher__current::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-2px);
  opacity: .8;
}
.stp-lang-switcher.is-open .stp-lang-switcher__current::after {
  transform: rotate(-135deg) translateY(-1px);
}
.stp-lang-switcher__list {
  position: absolute;
  top: 29px;
  right: 0;
  display: none;
  width: 64px;
  padding: 10px 0;
  border-radius: 8px;
  background: #192033;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.stp-lang-switcher.is-open .stp-lang-switcher__list {
  display: grid;
  gap: 10px;
}
.stp-lang-switcher__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.stp-lang-switcher__list .is-current a { color: var(--lucky-green-2); }

.stp-breadcrumbs {
  margin: 25px auto 0;
  max-width: none;
  padding: 0;
  color: var(--lucky-muted);
  font-size: 13px;
}
.stp-breadcrumbs a { color: #1bf1ff; }

.stp-content,
.stp-page,
.stp-single,
.stp-archive {
  padding: var(--sp-md) 0 var(--sp-xl);
}
.stp-hero-shortcodes {
  width: 100%;
}
.stp-hero-shortcodes--before {
  margin-top: 0;
}
.stp-hero-shortcodes--after {
  margin-top: var(--sp-md);
}
.stp-content__body,
.entry-content,
.page-content,
.stp-card,
.stp-comments,
article.post,
article.page {
  background: var(--lucky-panel);
  border: 1px solid var(--lucky-border);
  border-radius: 12px;
  color: #fff;
}
.stp-content__body,
.entry-content,
.page-content {
  position: relative;
  padding: 30px;
}
.stp-content__body::before,
.entry-content::before,
.page-content::before {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  top: 0;
  height: 4px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background: var(--lucky-blue-line);
}
h1, h2, h3 {
  margin: 18px 0 12px;
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
.stp-content__body h1,
.entry-content h1,
.page-content h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  text-transform: none;
}
.stp-content__body h2,
.entry-content h2,
.page-content h2 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-transform: none;
}
.stp-content__body h3,
.entry-content h3,
.page-content h3 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-transform: none;
}
.stp-content__body p,
.entry-content p,
.page-content p {
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.stp-content__body ul,
.entry-content ul,
.page-content ul,
.stp-content__body ol,
.entry-content ol,
.page-content ol {
  margin: 15px 0 0;
  padding-left: 35px;
}
.stp-content__body ol,
.entry-content ol,
.page-content ol { list-style: decimal; }
.stp-content__body ul,
.entry-content ul,
.page-content ul { list-style: none; }
.stp-content__body li,
.entry-content li,
.page-content li {
  margin: 14px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.stp-content__body ul li,
.entry-content ul li,
.page-content ul li {
  display: flex;
  align-items: flex-start;
}
.stp-content__body ul li::before,
.entry-content ul li::before,
.page-content ul li::before {
  content: "";
  position: relative;
  top: 5px;
  display: block;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #fff;
}
.stp-content__body a,
.entry-content a,
.page-content a { color: #1bf1ff; }
.stp-content__body img,
.entry-content img,
.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.stp-content__body figure,
.entry-content figure,
.page-content figure,
.wp-block-image {
  max-width: 100%;
}
.stp-content__body table,
.entry-content table,
.page-content table,
.wp-block-table table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--lucky-border);
  border-radius: 8px;
  background: rgba(9,15,30,.45);
}
.stp-content__body th,
.entry-content th,
.page-content th,
.stp-content__body td,
.entry-content td,
.page-content td,
.wp-block-table th,
.wp-block-table td {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.stp-content__body th,
.entry-content th,
.page-content th,
.wp-block-table th {
  background: rgba(78,93,134,.30);
  color: rgba(255,255,255,.86);
  font-weight: 700;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-quote,
.stp-content__body blockquote,
.entry-content blockquote,
.page-content blockquote {
  margin: 25px 0;
  padding: 18px 20px;
  border-left: 4px solid #1bf1ff;
  border-radius: 0 8px 8px 0;
  background: rgba(78,93,134,.24);
  color: #fff;
}
#ez-toc-container,
.ez-toc-widget-container,
.toc,
.table-of-contents {
  width: 100%;
  margin: 25px 0;
  padding: 20px;
  border: 1px solid var(--lucky-border);
  border-radius: 12px;
  background: rgba(20,27,46,.72);
  color: #fff;
}
#ez-toc-container a,
.ez-toc-widget-container a,
.toc a,
.table-of-contents a {
  color: #fff;
}

.stp-btn,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 20px;
  border: 0;
  border-radius: 10px;
  background: var(--lucky-gradient);
  box-shadow: var(--lucky-shadow);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.stp-hero {
  position: relative;
  overflow: hidden;
  margin: var(--sp-md) auto;
  border-radius: 12px;
  background: var(--lucky-panel);
  color: #fff;
}
.stp-hero__inner { padding: 40px 30px; }
.stp-hero__title { color: #fff; }
.stp-hero__text,
.stp-hero__desc { color: var(--lucky-muted); }

.stp-faq {
  margin-top: var(--sp-lg);
  padding: 36px 0;
  background: #11182a;
}
.stp-faq__inner {
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
.stp-faq__title { color: #fff; }
.stp-faq__item {
  margin-top: 12px;
  border-radius: 8px;
  background: rgba(78,93,134,.30);
  box-shadow: 0 0 5px rgba(0,149,255,.6);
}
.stp-faq__question {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px;
  color: #fff;
  cursor: pointer;
}
.stp-faq__answer { padding: 0 15px 18px; color: var(--lucky-muted); }
.stp-faq__toggle { color: #1bf1ff; font-weight: 800; }

.stp-footer--lucky {
  margin-top: 50px;
  padding: 0 0 30px;
  background: transparent;
  border: 0;
  color: #fff;
}
.stp-footer--lucky a { color: #fff; }
.logoContainer {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.logoContainer__logo {
  display: flex;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 19px;
}
.logoContainer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logoContainer__text {
  max-width: 140px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.logoContainer__ine {
  width: 100%;
  height: 1px;
  margin-left: 20px;
  margin-right: 18px;
  background: linear-gradient(90deg, rgba(255,255,255,.2) 9.92%, rgba(0,0,0,0) 100%);
}
.footer__main {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.footer__suporte { width: 107px; }
.footer__suporte strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.footer__suporte small {
  color: rgba(134,146,172,.65);
  font-size: 10px;
  line-height: 1.45;
}
.footer__cnt { margin-left: 80px; }
.footer__cnt strong {
  display: block;
  margin-bottom: 40px;
  color: #5a647a;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.footer__cnt_info {
  max-width: 320px;
  width: 100%;
}
.footer__link ul { margin: 10px 0 0; padding: 0; list-style: none; }
.footer__link ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer__link ul li small {
  display: block;
  width: 50%;
  max-width: 207px;
  color: rgba(134,146,172,.65);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
.footer__link ul li a {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  transition: color .3s;
}
.footer__link ul li a:hover { color: var(--lucky-green-2); }
.footer__categories ul {
  display: grid;
  column-gap: 15px;
}
.footer__apps {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}
.footer__apps_row { position: relative; }
.footer__app {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 4px 15px;
  border: 1px solid #444;
  border-radius: 12px;
  background: transparent;
  transition: border-color .3s, transform .3s, background .3s;
}
.footer__app:hover {
  border-color: rgba(255,255,255,.4);
  background: rgba(78,93,134,.18);
  transform: translateY(-1px);
}
.footer__app_for_apple,
.footer__app_for_android { width: 158px; }
.footer__app_for_android { margin-top: 8px; }
.footer__app_fl,
.footer__app_cnt,
.footer-leng__fl {
  display: flex;
  align-items: center;
}
.footer__app_cnt {
  justify-content: space-between;
  width: 100%;
}
.footer__app_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__app_icon svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.icon_android svg { fill: #61da84; width: 28px; }
.icon_windows svg { width: 28px; fill: #108de7; }
.footer__app_wrap { margin-left: 10px; }
.footer__app_wrap small,
.footer__app_wrap span {
  display: block;
  line-height: 1.2;
}
.footer__app_wrap small {
  color: rgba(255,255,255,.5);
  font-size: 10px;
}
.footer__app_wrap span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.footer__app_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #464646;
}
.footer__app_arrow svg {
  width: 6px;
  max-width: 6px;
  fill: #fff;
  transform: rotate(-90deg);
}
.footer__for_windows {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-left: 8px;
  padding: 10px;
}
.footer__apps_row .v-abs {
  top: auto;
  bottom: 103px;
  left: 36%;
}
.footer__apps_row:hover .v-abs { display: block; }
.footer__apps_row .v-abs::before {
  top: auto;
  bottom: -20px;
}
.footer__apps_row .v-image-sizing {
  top: auto;
  bottom: -4px;
  left: 51%;
  transform: translateX(-50%) rotate(180deg);
}
.footer__apps_row .v-image img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 12px;
}
.footer__item { margin-top: 50px; }
.separator_gradient {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.2) 9.92%, transparent);
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
}
.footer__socials,
.footer__brands {
  display: flex;
  align-items: center;
}
.footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  border-radius: 10px;
  transition: transform .3s ease-out;
}
.footer__socials a:first-child { margin-left: 0; }
.footer__socials a:hover { transform: scale(1.1); }
.footer__socials a svg {
  width: 21px;
  max-width: 65%;
  height: 21px;
  fill: #fff;
}
.telegram_link { background: linear-gradient(240.2deg, #0fb1d6, #08c 61.34%); }
.youtube_link { background: linear-gradient(135deg, #ff4f4f, red); }
.instagram_link { background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%); }
.facebook_link { background: linear-gradient(135deg, #82a4e9, #4267b2); }
.footer__brands {
  justify-content: center;
  gap: 34px;
  flex: 1;
  min-width: 0;
}
.footer__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 35px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  color: rgba(255,255,255,.92);
  background: transparent !important;
  box-shadow: none !important;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  opacity: .96;
}
.footer__brand.has-logo {
  min-width: 0;
  height: 35px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
}
.footer__brand svg {
  display: block;
  width: auto !important;
  min-width: 1px;
  max-width: 105px;
  height: 25px;
  max-height: 34px;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  flex: 0 0 auto;
}
.footer__brand--ufc .footer__brand_text {
  color: #ff4b37;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
}
.footer__brand--wta .footer__brand_text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 22px;
  border-radius: 50%;
  background: #bd45dc;
  color: #080e1d;
  font-size: 11px;
  font-weight: 900;
}
.footer__brand--fifa .footer__brand_text {
  color: #1479ff;
  font-size: 34px;
  font-weight: 900;
}
.footer-leng__fl { flex-shrink: 0; }
footer .stp-lang-switcher {
  margin: 0;
}
footer .stp-lang-switcher__current {
  height: 35px;
  padding: 0 8px;
}
footer .stp-lang-switcher__current::after { display: none; }
footer .stp-lang-switcher__list { top: 39px; }
footer .header-button,
.scrollup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(92.58deg, #1e283f 0%, rgba(20,27,46,.6) 99.71%);
}
footer .header-button {
  margin: 0 10px;
}
footer .header-button svg,
.scrollup svg {
  width: 15px;
  max-width: 40%;
  height: 20px;
  fill: #fff;
}
.footer__partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.footer__partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  color: #34405e;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer__partner.has-logo {
  min-height: 28px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
}
.footer__partner svg {
  display: block;
  width: auto !important;
  min-width: 1px;
  max-width: 110px;
  height: 18px;
  max-height: 28px;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  flex: 0 0 auto;
}
.footer__partner--mastercard .footer__partner_text { text-transform: none; }
.footer__partner--g-pay .footer__partner_text,
.footer__partner--apple-pay .footer__partner_text,
.footer__partner--webmoney .footer__partner_text,
.footer__partner--muchbetter .footer__partner_text,
.footer__partner--astropay .footer__partner_text { text-transform: none; }
.footer__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.footer__desc p {
  margin: 0;
  color: #34405e;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
}
.footer__plus {
  display: flex;
  align-items: center;
}
.eyting-plus {
  color: rgba(119,130,155,.4);
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}
#fixed_footer { display: none; }

@media (max-width: 1600px) {
  .header__buttons {
    margin-left: 10px;
  }
  .stp-nav__menu a {
    padding: 0 8px;
  }
}

@media (max-width: 1299px) {
  .footer__cnt { margin-left: 35px; }
}

@media (max-width: 1200px) {
  .footer__main {
    flex-wrap: wrap;
  }
  .footer__partners {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .footer__brands {
    gap: 24px;
  }
  .footer__brand {
    font-size: 21px;
  }
}

@media (max-width: 1100px) {
  .stp-nav {
    width: 100%;
    border-radius: 0;
  }
  .stp-nav__menu {
    display: none;
  }
  .stp-nav__burger {
    display: block;
  }
  .stp-nav__mobile {
    position: fixed;
    top: 47px;
    right: 0;
    bottom: 0;
    display: block;
    width: min(320px, 88vw);
    padding: 20px;
    background: #151d31;
    transform: translateX(100%);
    transition: transform .25s;
    overflow-y: auto;
    box-shadow: -16px 0 30px rgba(0,0,0,.35);
  }
  .stp-nav__mobile.is-open { transform: translateX(0); }
  .stp-nav__mobile .menu {
    display: grid;
    gap: 8px;
  }
  .stp-nav__mobile a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
  }
  .stp-nav__mobile .stp-nav__cta {
    margin-top: 16px;
    width: 100%;
  }
  .stp-nav__mobile .header__buttons {
    width: 100%;
    margin: 18px 0 0;
  }
  .stp-nav__mobile .btn_login,
  .stp-nav__mobile .btn_registration {
    display: flex;
    flex: 1;
    padding: 0 10px;
  }
  .stp-nav__mobile .btn_registration {
    margin-left: 10px;
  }
  .stp-lang-switcher--mobile {
    margin-top: 16px;
  }
}

@media (max-width: 970px) {
  .footer__main {
    flex-wrap: wrap;
  }
  .footer__link ul li {
    margin-bottom: 12px;
  }
  .footer__apps {
    margin-top: 25px;
  }
  .footer__content {
    position: relative;
    flex-wrap: wrap;
  }
  .footer__brands {
    justify-content: center;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 25px;
    order: 3;
  }
  .scrollup {
    position: absolute;
    right: 0;
  }
}

@media (max-width: 910px) {
  .stp-theme-lucky {
    padding-bottom: 84px;
  }
  #fixed_footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 15px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: #090f1e;
    box-shadow: 0 -10px 30px rgba(0,0,0,.28);
  }
  .fixed_footer__row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
  }
  .fixed_footer__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 0;
  }
  .fixed_footer__wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 0;
    color: #fff;
    opacity: .95;
    transition: color .2s, opacity .2s;
  }
  .fixed_footer__wrap:hover {
    opacity: 1;
    color: var(--lucky-green-2);
  }
  .fixed_footer__row svg {
    display: block;
    width: 22px;
    height: 22px;
    max-height: 22px;
    color: currentColor;
    fill: currentColor;
  }
  .fixed_footer__row svg [fill]:not([fill="none"]) {
    fill: currentColor;
  }
  .fixed_footer__row img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
  }
  .fixed_footer__link_title {
    display: block;
    max-width: 100%;
    margin-top: 4px;
    color: currentColor;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fixed_footer__nolink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-top: -28px;
    border-radius: 50%;
    background: linear-gradient(267.05deg, #089e4e 0%, #31bc69 99.28%);
    box-shadow: 0 6px 18px rgba(14,161,81,.30);
  }
  .fixed_footer__nolink a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: inherit;
    color: #fff;
  }
  .fixed_footer__nolink .fixed_footer__link_title {
    display: none;
  }
  .fixed_footer__nolink svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
  }
  .fixed_footer__nolink img {
    width: 32px;
    height: 32px;
  }
  .footer__partners {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .footer-leng__fl {
    margin-left: auto;
    margin-right: 42px;
  }
}

@media (max-width: 760px) {
  body { padding: 0 15px 84px; }
  #head__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0 10px;
  }
  .head__block {
    width: auto;
    min-width: 0;
    gap: 7px;
  }
  .head__block:first-child {
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .head__block:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  /* Match lucky-stars reference: collapse top bar to security + language only on phones */
  .head__money,
  .head__cnt {
    display: none;
  }
  .head__control {
    gap: 6px;
  }
  .head__control::after {
    display: none;
  }
  .head__control a {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(78,93,134,.42);
  }
  .head__control a img,
  .head__para a img,
  .head-app-android a img {
    width: 17px;
    height: 17px;
  }
  .head__money {
    min-width: 0;
    height: 30px;
    padding: 0 10px;
    justify-content: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .head__money-icon {
    flex: 0 0 22px;
  }
  .head__money span:last-of-type {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .head__promo {
    display: none;
  }
  .head-promo__icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    transform: translateX(-5px);
  }
  .head-promo__icon-img {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    transform: translateX(-5px);
  }
  .head__cnt::before,
  .head__cnt::after,
  .head__para::after {
    display: none;
  }
  .head__cnt {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
  }
  .head__para,
  .head-app-android,
  .head-leng {
    flex: 0 0 auto;
  }
  .head__para {
    height: 30px;
    padding: 0 8px;
    border-radius: 8px;
    background: rgba(78,93,134,.32);
  }
  .head-para__block {
    display: none;
  }
  .head__para a {
    justify-content: center;
    width: 18px;
  }
  .head-app-android {
    height: 30px;
    min-width: 48px;
    border-radius: 8px;
    background: rgba(78,93,134,.32);
  }
  .head-leng .stp-lang-switcher__current {
    height: 30px;
    width: 66px;
    border-radius: 8px;
    background: rgba(78,93,134,.32);
  }
  .head-leng .stp-lang-switcher__list {
    top: calc(100% + 6px);
    right: 0;
    width: 92px;
    padding: 6px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    background: #151d31;
    box-shadow: 0 12px 28px rgba(0,0,0,.34);
    z-index: 340;
  }
  .head-leng .stp-lang-switcher__list a {
    justify-content: flex-start;
    min-height: 30px;
    padding: 0 6px;
    border-radius: 7px;
  }
  .head-leng .stp-lang-switcher__list a:hover {
    background: rgba(78,93,134,.34);
  }
  .stp-nav__mobile .stp-lang-switcher--mobile {
    display: none;
  }
  .head-app-android .v-abs {
    display: none !important;
  }
  .stp-nav__actions { gap: 8px; }
  .stp-nav__cta { display: none; }
  .stp-content__body,
  .entry-content,
  .page-content {
    padding: 24px 18px;
  }
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  .stp-footer--lucky {
    margin-top: 36px;
    padding-bottom: 18px;
  }
  .logoContainer {
    margin-bottom: 24px;
  }
  .logoContainer__logo {
    width: 48px;
    min-width: 48px;
    height: 19px;
  }
  .logoContainer__ine {
    margin-left: 16px;
    margin-right: 0;
  }
  .footer__main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .footer__suporte,
  .footer__cnt,
  .footer__apps {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  .footer__suporte {
    display: grid;
    gap: 8px;
    order: 1;
  }
  .footer__cnt strong {
    margin-bottom: 14px;
  }
  .footer__cnt_info {
    display: block;
    order: 2;
    margin-top: 0;
  }
  .footer__cnt_category {
    display: block;
    order: 3;
    margin-top: 0;
  }
  .footer__link ul {
    margin-top: 0;
  }
  .footer__link ul li {
    align-items: flex-start;
    gap: 12px;
  }
  .footer__link ul li small {
    flex: 0 0 45%;
    width: auto;
    max-width: none;
  }
  .footer__link ul li a {
    min-width: 0;
    word-break: break-word;
  }
  .footer__apps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    order: 4;
    margin-top: 0;
  }
  .footer__apps_row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .footer__app_for_apple,
  .footer__app_for_android,
  .footer__for_windows {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .footer__app {
    min-height: 46px;
    padding: 5px 10px;
    border-radius: 10px;
  }
  .footer__app_wrap {
    min-width: 0;
    margin-left: 8px;
  }
  .footer__app_wrap small,
  .footer__app_wrap span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer__for_windows {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer__for_windows .footer__app_wrap {
    margin-left: 0;
  }
  .footer__apps_row .v-abs {
    display: none !important;
  }
  .footer__item {
    margin-top: 28px;
  }
  .footer__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 0;
  }
  .footer__socials {
    justify-content: flex-start;
    width: 100%;
  }
  .footer__brands {
    order: 2;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 14px 22px;
    margin: 0;
  }
  .footer-leng__fl {
    order: 3;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
  }
  .scrollup {
    position: static;
  }
  .footer__partners {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding: 18px 0;
    scrollbar-width: none;
  }
  .footer__partners::-webkit-scrollbar {
    display: none;
  }
  .footer__partner {
    flex: 0 0 auto;
  }
  .footer__desc {
    flex-direction: row;
    gap: 12px;
    padding: 20px 0;
  }
  .footer__plus {
    width: auto;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0;
  }
}

@media (max-width: 430px) {
  .head__block:nth-child(2) {
    grid-template-columns: 1fr auto;
  }
  .head__cnt {
    justify-content: flex-start;
  }
  .head-leng {
    justify-self: end;
  }
}

@media (max-width: 570px) {
  .logoContainer {
    margin-bottom: 30px;
  }
  .footer__main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .footer__suporte {
    width: 100%;
  }
  .footer__apps {
    width: 100%;
    margin-left: 0;
  }
  .footer__app_for_apple,
  .footer__app_for_android {
    width: 100%;
  }
  .footer__for_windows {
    width: 100%;
  }
  .footer__brands {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  .footer__brand {
    margin: 0 5px;
  }
  .footer__item {
    margin-top: 34px;
  }
  .footer__partners {
    gap: 18px;
  }
  .footer__desc {
    align-items: center;
  }
  .footer-leng__fl {
    justify-content: flex-start;
  }
  #fixed_footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fixed_footer__link_title {
    font-size: 10px;
  }
}
