:root {
  --bg: #080914;
  --surface: #111426;
  --surface-2: #171b31;
  --surface-3: #202641;
  --line: rgba(255, 255, 255, .1);
  --text: #f6f7ff;
  --muted: #a9aec4;
  --violet: #8b5cf6;
  --violet-2: #6d4aff;
  --cyan: #2dd4bf;
  --gold: #f7c65c;
  --danger: #ff5470;
  --shadow: 0 24px 70px rgba(0, 0, 0, .35);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 3%, rgba(139, 92, 246, .22), transparent 27rem),
    radial-gradient(circle at 96% 22%, rgba(45, 212, 191, .12), transparent 32rem),
    var(--bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.wrapper { min-height: 100vh; }
.d-none { display: none !important; }

.header {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 9, 20, .88);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}
.top-bl, .nav-top {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.top-line {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  font-size: 0;
}
.logo::before {
  content: "ROX";
  font-size: 29px;
  font-weight: 950;
  letter-spacing: -.08em;
  color: #fff;
}
.logo::after {
  content: "CASINO";
  margin-left: 10px;
  border-radius: 7px;
  padding: 4px 7px;
  color: #090a13;
  background: linear-gradient(135deg, var(--gold), #fff0aa);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}
.aut-line {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-aut { display: flex; gap: 8px; }
.input-aut, .input-pass { position: relative; }
.mail-aut {
  width: 150px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: 0;
  padding: 0 14px;
  color: var(--text);
  background: rgba(255,255,255,.045);
}
.mail-aut:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(139,92,246,.14); }
.mail-aut-icon { display: none; }
.button-registrate, .button-aut, .btn-slider, .button-play, .btn-receive a,
.btn-more a, .prinyat-uch a, #wpmtst_submit_testimonial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  padding: 8px 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-2));
  box-shadow: 0 10px 28px rgba(109, 74, 255, .28);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, filter .2s;
}
.button-registrate { background: linear-gradient(135deg, #20c9b4, #139c8d); box-shadow: 0 10px 28px rgba(45,212,191,.2); }
.button-aut { min-width: 84px; }
.button-registrate:hover, .button-aut:hover, .btn-slider:hover, .button-play:hover,
.btn-receive a:hover, .btn-more a:hover, .prinyat-uch a:hover { transform: translateY(-2px); filter: brightness(1.08); }

.nav-block-hed { border-top: 1px solid var(--line); }
.nav-tops { display: flex; align-items: stretch; justify-content: center; }
.nav-link {
  position: relative;
  padding: 13px 19px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .2s;
}
.nav-link::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transition: transform .2s;
}
.nav-link:hover { color: #fff; }
.nav-link:hover::after { transform: scaleX(1); }
.click-nav, .navigate-mob { display: none; }

.top-slider {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(8,9,20,.96) 0%, rgba(8,9,20,.7) 49%, rgba(8,9,20,.88) 100%),
    radial-gradient(circle at 68% 45%, rgba(139,92,246,.6), transparent 27%),
    linear-gradient(135deg, #172044, #090a16);
}
.top-slider::before {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  right: 4%;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow: inset 0 0 0 80px rgba(139,92,246,.035), inset 0 0 0 160px rgba(45,212,191,.025);
  z-index: -1;
}
.slid-man {
  width: min(1240px, calc(100% - 40px));
  position: relative;
  padding: 90px 0;
}
.border-slid-top, .line-slider-top { display: none; }
#slider-top-txt .txt-slider-top { display: none; }
#slider-top-txt .txt-slider-top:first-child { display: block; max-width: 700px; }
.top-txt-slider {
  max-width: 700px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.055em;
}
.top-txt-slider::before {
  content: "WELCOME BONUS";
  display: block;
  margin-bottom: 22px;
  color: var(--cyan);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .26em;
}
.bot-txt-slider { margin: 23px 0 32px; color: var(--muted); font-size: 19px; }
.btn-slider { min-width: 160px; min-height: 52px; }
.video-block { display: none; }

.jackpot {
  width: min(1240px, calc(100% - 40px));
  margin: -32px auto 0;
  position: relative;
  z-index: 10;
}
.line-jack {
  border: 1px solid rgba(247,198,92,.32);
  border-radius: 22px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(247,198,92,.13), rgba(139,92,246,.13)), #111426;
  box-shadow: var(--shadow);
}
.table-jack::before {
  content: "LIVE JACKPOT";
  display: block;
  margin-bottom: 9px;
  text-align: center;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .28em;
}
.block-number { display: flex; justify-content: center; gap: 6px; }
.number-jackpot {
  min-width: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 5px 8px;
  text-align: center;
  color: #fff7d9;
  background: rgba(0,0,0,.26);
  font-size: 25px;
  font-weight: 900;
}

.line-yelow-mid {
  width: min(1240px, calc(100% - 40px));
  margin: 30px auto;
}
.border-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.item-bord {
  min-height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.015));
  transition: transform .2s, border-color .2s;
}
.item-bord:hover { transform: translateY(-4px); border-color: rgba(45,212,191,.5); }
.img-block { display: none; }
.btn-bord { font-weight: 850; }
.btn-bord::before { display: block; margin-bottom: 4px; color: var(--cyan); font-size: 22px; }
.item-bord:nth-of-type(1) .btn-bord::before { content: "◆"; }
.item-bord:nth-of-type(2) .btn-bord::before { content: "●"; }
.item-bord:nth-of-type(3) .btn-bord::before { content: "LIVE"; font-size: 11px; letter-spacing: .15em; }
.item-bord:nth-of-type(4) .btn-bord::before { content: "♠"; }
.stars { display: none; }
.mobile-line-bgr { display: none; }

.block-content {
  width: min(1240px, calc(100% - 40px));
  margin: 54px auto 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: start;
}
.games { min-width: 0; }
.block__text {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 50px);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
  box-shadow: var(--shadow);
}
h1, h2, h3 { color: #fff; line-height: 1.16; letter-spacing: -.035em; }
h1 { margin: 0 0 25px; font-size: clamp(34px, 5vw, 58px); }
h2 { margin: 52px 0 18px; font-size: clamp(27px, 3vw, 40px); }
h3 { font-size: 20px; }
p { color: #c5c9d8; }
.block__text a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.block__text table {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  background: var(--surface-2);
}
.block__text td { border: 0; border-bottom: 1px solid var(--line); padding: 13px 16px; vertical-align: top; }
.block__text td:first-child { width: 38%; color: var(--muted); }
.block__text tr:last-child td { border-bottom: 0; }
.alignnone { width: 100%; height: auto; border-radius: 16px; }

.slots {
  margin: 28px 0 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.slot {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface);
  transition: transform .2s, border-color .2s;
}
.slot:hover { transform: translateY(-5px); border-color: rgba(139,92,246,.6); }
.img-slot { position: relative; aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(145deg, #2d2352, #122c35); }
.img-slot img { width: 100%; height: 100%; object-fit: cover; }
.slot-badge__freespin {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  border-radius: 99px;
  padding: 4px 9px;
  color: #07130f;
  background: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.btn-slot-hide { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; background: rgba(5,6,13,.72); transition: opacity .2s; }
.slot:hover .btn-slot-hide { opacity: 1; }
.text-slot { min-height: 58px; display: flex; align-items: center; padding: 10px 14px; font-size: 13px; font-weight: 750; }

.strong-view { margin: 30px 0; }
.wpmtst-testimonial {
  margin: 13px 0;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 20px;
  background: rgba(255,255,255,.035);
}
.testimonial-heading { margin: 0 0 8px; }
.testimonial-content p { margin: 0; }
.testimonial-name { margin-top: 12px; color: var(--cyan); font-weight: 800; }
.strong-form-inner {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  background: var(--surface);
}
.strong-form-wait { display: none; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; margin-bottom: 6px; font-weight: 700; }
.form-field input.text, .form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  padding: 12px 14px;
  color: #fff;
  background: rgba(255,255,255,.045);
}
.form-field textarea { min-height: 130px; resize: vertical; }

.side-block {
  position: static;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(17,20,38,.88);
  box-shadow: var(--shadow);
}
.win-txt, .tour-txt {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.win-txt::before, .tour-txt::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }
.row-slide { display: grid; grid-template-columns: 1fr auto; gap: 8px; border-bottom: 1px solid var(--line); padding: 10px 0; }
.row-slide:not(:first-child) { display: none; }
.one-now { font-weight: 800; }
.game-now { color: var(--muted); font-size: 10px; }
.now-price { color: var(--gold); font-weight: 900; }
.line-win { height: 1px; margin: 20px 0; background: var(--line); }
.content-free { border-radius: 14px; padding: 16px; background: linear-gradient(135deg, rgba(139,92,246,.25), rgba(45,212,191,.12)); }
.left-cont-free { display: none; }
#timer, #timer1, #timer2 { display: flex; align-items: flex-start; gap: 3px; margin: 10px 0; }
.tim-st { text-align: center; }
.style-time { display: block; min-width: 28px; border-radius: 6px; padding: 3px; background: rgba(0,0,0,.24); font-weight: 900; }
.style-time:empty::before { content: "00"; }
.text-time, .text-time1 { color: var(--muted); font-size: 8px; }
.btn-receive a, .btn-more a, .prinyat-uch a { width: 100%; min-height: 38px; padding: 5px 10px; font-size: 12px; }
.btn-all-akc { margin-top: 10px; color: var(--muted); text-align: center; font-size: 12px; }
.slider-side .tour-box:not(:first-child) { display: none; }
.tour-head, .tour-head1, .tour-head2 { min-height: 100px; border-radius: 12px; display: flex; align-items: flex-end; overflow: hidden; background: linear-gradient(135deg, #30245c, #17434b); }
.black-line-tour { padding: 10px; font-size: 11px; font-weight: 800; }
.content-slider-side { padding: 8px 0; color: var(--muted); font-size: 12px; }
.block-tour-content { font-size: 12px; }
.info-table, .info-root { display: grid; grid-template-columns: 32px 1fr 70px; gap: 5px; padding: 6px 0; border-bottom: 1px solid var(--line); }
.info-table { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.ochki, .ochki-inf { text-align: right; }
.block-number-cont { display: flex; gap: 3px; margin: 6px 0; }
.block-number-one { border-radius: 5px; padding: 3px 7px; background: rgba(255,255,255,.08); font-weight: 900; }
.uchastn-tour, .mesto-tour, .zagolovok-block-left, .zagolovok-timer { margin-top: 9px; font-weight: 800; }
.block-right-fond { margin: 8px 0; }

/* Shared inner-page templates */
body:has(.block-contents) .top-slider { min-height: 390px; }
body:has(.block-contents) .slid-man { padding-block: 62px; }
body:has(.block-contents) .top-txt-slider { font-size: clamp(38px, 5vw, 64px); }
.block-contents {
  width: min(1040px, calc(100% - 40px));
  margin: 46px auto 80px;
  color: #c5c9d8;
}
.block__text-st,
.antiblock-cont {
  min-width: 0;
}
.block__text-st:not(:empty),
.antiblock-cont {
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 44px);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
  box-shadow: var(--shadow);
}
.block-contents h1 {
  margin: 24px 0;
  font-size: clamp(34px, 5vw, 56px);
}
.block-contents h2 {
  margin: 46px 0 18px;
  font-size: clamp(27px, 3.4vw, 39px);
}
.block-contents h3 {
  margin: 32px 0 14px;
  font-size: clamp(21px, 2.5vw, 28px);
}
.block-contents p,
.block-contents li { color: #c5c9d8; }
.block-contents a:not(.button-play) {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.block-contents ul,
.block-contents ol { padding-left: 24px; }
.block-contents table {
  width: 100%;
  margin: 28px 0;
  overflow: hidden;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  background: var(--surface-2);
}
.block-contents td,
.block-contents th {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 13px 16px;
  text-align: left;
}
.block-contents tr:last-child td { border-bottom: 0; }
.block-contents > img,
.block-contents p > img,
.antiblock-cont img:not([src=""]) {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.breadcrumbs {
  color: #72788e;
  font-size: 12px;
  line-height: 1.6;
}
.breadcrumbs a { color: var(--muted) !important; }
.breadcrumbs .current-item { color: #fff; }
.header-page {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(300px, 1.25fr);
  gap: 22px;
  margin-bottom: 30px;
}
.header-page__thumbnail:has(img[src=""]) { display: none; }
.header-page:has(.header-page__thumbnail img[src=""]) { grid-template-columns: 1fr; }
.header-page__thumbnail img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 18px;
}
.lwptoc {
  height: 100%;
  border: 1px solid rgba(139,92,246,.3);
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(145deg, rgba(139,92,246,.14), rgba(45,212,191,.06));
}
.lwptoc_title {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
}
.lwptoc_item { border-top: 1px solid var(--line); }
.lwptoc_item a {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  color: #c5c9d8 !important;
  text-decoration: none !important;
}
.lwptoc_item a:hover { color: #fff !important; }
.lwptoc_item_number {
  flex: 0 0 25px;
  color: var(--cyan);
  font-weight: 900;
}
.game-slot {
  overflow: hidden;
  margin: 22px 0 30px;
  border: 1px solid rgba(139,92,246,.35);
  border-radius: var(--radius);
  padding: 10px;
  background: #05060c;
  box-shadow: var(--shadow);
}
.game-slot p { margin: 0; line-height: 0; }
.game-mid {
  width: 100%;
  min-height: min(72vh, 760px);
  border: 0;
  border-radius: 16px;
  background: #090b15;
}
.pohozh {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.pohozh-txt {
  grid-column: 1 / -1;
  margin-bottom: 3px;
  color: #fff;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -.035em;
}
.pohozh .slot { min-width: 0; }

.footer {
  border-top: 1px solid var(--line);
  background: #090b15;
}
.operator, .block-info, .partner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.operator { padding: 30px 0; border-bottom: 1px solid var(--line); }
.operator-block { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.block-svg-img {
  min-width: 95px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  background: rgba(255,255,255,.035);
}
.block-svg-img img { max-width: 65px; max-height: 24px; }
.block-svg-img:has(img[src*="okpay"])::after { content: "OKPAY"; }
.block-svg-img:has(img[src*="payeer"])::after { content: "PAYEER"; }
.block-svg-img:has(img[src*="visa"])::after { content: "VISA"; }
.block-svg-img:has(img[src*="mastercard"])::after { content: "Mastercard"; }
.block-svg-img:has(img[src*="mts"])::after { content: "MTC"; }
.block-svg-img:has(img[src*="beeline"])::after { content: "Beeline"; }
.block-svg-img img:not([src*="megafon"]) { display: none; }
.block-info { padding: 35px 0; text-align: center; }
.nav-bot { display: inline-block; margin: 0 10px 15px; }
.nav-link1 { color: var(--muted); font-size: 13px; }
.nav-link1:hover { color: #fff; }
.txt-bottom-info { max-width: 900px; margin: 10px auto; color: #74798f; font-size: 12px; }
.strong-rating-wrapper { margin-top: 14px; }
.star::before { content: "★"; color: var(--gold); }
.logo-bot { margin-top: 22px; }
.img-bot-logo::before { content: "ROX"; color: #fff; font-size: 27px; font-weight: 950; letter-spacing: -.08em; }
.copyr { color: var(--muted); font-size: 12px; }
.partner { padding: 18px 0 35px; }
.row-partn { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.row-partn img { display: none; }
.row-partn::after { content: "PRAGMATIC PLAY  •  PLAY'N GO  •  MICROGAMING  •  QUICKSPIN  •  AMATIC  •  EGT"; color: #50556b; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-align: center; }
.ftext { border-top: 1px solid var(--line); color: #74798f !important; background: #070811 !important; padding: 16px 20px !important; font-size: 12px !important; }
#toTop {
  position: fixed;
  z-index: 40;
  right: 18px;
  bottom: 22px !important;
  display: none;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 9px 14px;
  color: #fff;
  background: var(--surface-3);
  cursor: pointer;
}
#toTop.is-visible { display: block; }

@media (max-width: 1024px) {
  .form-aut { display: none; }
  .nav-link { padding-inline: 11px; font-size: 11px; }
  .block-content { grid-template-columns: minmax(0, 1fr) 270px; gap: 18px; }
  .slots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .header { min-height: 70px; }
  .top-bl { width: calc(100% - 28px); }
  .top-line { min-height: 70px; gap: 12px; }
  .logo::before { font-size: 24px; }
  .logo::after { margin-left: 7px; font-size: 8px; }
  .aut-line { gap: 7px; }
  .button-registrate { min-height: 38px; padding: 6px 11px; font-size: 11px; }
  .button-aut { display: none; }
  .click-nav { display: block; }
  .btn-mobile-nav {
    width: 42px;
    height: 42px;
    position: relative;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255,255,255,.045);
    cursor: pointer;
  }
  .btn-mobile-nav::before, .btn-mobile-nav::after {
    content: "";
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: transform .25s, top .25s;
  }
  .btn-mobile-nav::before { top: 14px; box-shadow: 0 6px 0 #fff; }
  .btn-mobile-nav::after { top: 26px; }
  .btn-mobile-nav.is-active::before { top: 20px; transform: rotate(45deg); box-shadow: none; }
  .btn-mobile-nav.is-active::after { top: 20px; transform: rotate(-45deg); }
  .nav-block-hed { display: none; }
  .navigate-mob {
    position: fixed;
    z-index: 49;
    inset: 70px 0 0;
    display: block;
    visibility: hidden;
    overflow-y: auto;
    padding: 24px;
    background: rgba(8,9,20,.98);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity .22s, transform .22s, visibility .22s;
  }
  .navigate-mob.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
  .nav-tops-m { display: flex; flex-direction: column; }
  .nav-link-m { border-bottom: 1px solid var(--line); padding: 15px 5px; font-size: 19px; font-weight: 850; }
  .search-m { position: relative; margin-top: 24px; }
  .searchinput1 { width: 100%; height: 48px; border: 1px solid var(--line); border-radius: 12px; outline: 0; padding: 0 15px; color: #fff; background: var(--surface); }
  .search-icon { display: none; }
  .block-btn { display: flex; gap: 10px; margin-top: 12px; }
  .help-btn { flex: 1; border: 1px solid var(--line); border-radius: 10px; padding: 10px; text-align: center; }
  .soc { margin-top: 24px; }
  .top-slider { min-height: 470px; }
  .slid-man { width: calc(100% - 32px); padding: 65px 0; }
  .top-txt-slider { font-size: clamp(39px, 13vw, 59px); }
  .bot-txt-slider { font-size: 16px; }
  .jackpot { width: calc(100% - 28px); }
  .line-jack { padding: 15px 8px; }
  .number-jackpot { min-width: 24px; padding: 3px 4px; font-size: 18px; }
  .line-yelow-mid { display: none; }
  .mobile-line-bgr { width: calc(100% - 28px); margin: 28px auto; display: block; }
  .mobile-item-bord { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .item-bord1 { border: 1px solid var(--line); border-radius: 12px; padding: 12px 5px; text-align: center; background: rgba(255,255,255,.035); }
  .circle-item1::before, .circle-item2::before, .circle-item3::before, .circle-item4::before { display: block; color: var(--cyan); font-weight: 900; }
  .circle-item1::before { content: "◆"; }
  .circle-item2::before { content: "●"; }
  .circle-item3::before { content: "LIVE"; font-size: 8px; }
  .circle-item4::before { content: "♠"; }
  .text-item-mobile { margin-top: 5px; font-size: 10px; font-weight: 750; }
  .block-content { width: calc(100% - 28px); margin-top: 32px; grid-template-columns: 1fr; }
  .block__text { padding: 24px 18px; border-radius: 19px; }
  .block__text table { display: block; overflow-x: auto; white-space: normal; }
  h2 { margin-top: 38px; }
  .side-block { position: static; }
  body:has(.block-contents) .top-slider { min-height: 420px; }
  body:has(.block-contents) .slid-man { padding-block: 58px; }
  .block-contents {
    width: calc(100% - 28px);
    margin: 30px auto 55px;
  }
  .block__text-st:not(:empty),
  .antiblock-cont {
    border-radius: 19px;
    padding: 22px 18px;
  }
  .header-page { grid-template-columns: 1fr; }
  .header-page__thumbnail img { min-height: 180px; }
  .block-contents table {
    display: block;
    overflow-x: auto;
  }
  .game-slot { margin-inline: -6px; padding: 5px; border-radius: 16px; }
  .game-mid { min-height: 58vh; border-radius: 12px; }
  .pohozh { grid-template-columns: 1fr 1fr; gap: 9px; }
  .footer .operator, .footer .block-info, .footer .partner { width: calc(100% - 28px); }
}

@media (max-width: 430px) {
  .button-registrate { display: none; }
  .logo { margin-right: auto; }
  .top-txt-slider { font-size: 39px; }
  .slots { grid-template-columns: 1fr 1fr; gap: 9px; }
  .pohozh { grid-template-columns: 1fr; }
  .text-slot { min-height: 52px; padding: 8px; font-size: 11px; }
  .slot-badge__freespin { top: 6px; left: 6px; font-size: 7px; }
  .mobile-item-bord { grid-template-columns: repeat(2, 1fr); }
  .block-svg-img { min-width: 80px; }
  .cookieinfo { padding: 14px !important; }
  .cookieinfo-close { right: auto !important; top: auto !important; transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
