

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  scroll-behavior: smooth;
}

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo,
    monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

:root {
  --light-primary: #fdfdfd;
  --accent-color: #ffb779;
  --accent-color-secondarily: #875f3b;
  --dark-primary: #000000;
  --hover-primary: #ffb779;
  --border-color: #878776;
  --bg-th: #fed35a;;
  --bg-body: #282944;
  --bg-td: linear-gradient(45deg, #ff4081, #ff6b9d);
  --td-hover: #212121;
  --bg-list: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
  --bt-btn-lang: linear-gradient(145deg, #223d99, #5fdede);
  --before-color: #e50914;
  --btn-color: #fed35a;
  --btn-hover: #e4c05b;
  --btn-active: linear-gradient(145deg, #c7020f, #a0020d);
  --bg-footer: #433e45;
  --bg-header: #433e45;
  --bg-box-btn: #ddcece;
  --bg-gradient: linear-gradient(to bottom, #666666, #dddddd);
  --qbet-green-light: #ff1744;
  --bg: #221e24;
  --panel: #140c24;
  --text: #e8e6f2;
  --muted: #a09bb5;
  --btn: #1a132d;
  --grid: rgba(255, 255, 255, 0.06);
  /* brand accents */
  --small: #ffb33f;
  --mega: #ff57c9;
  --grand: #8a5cff;
  --ybs: #ff355d;
  --radius: 22px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
  text-decoration: none;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

input,
textarea {
  -webkit-user-select: auto;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable='true']) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.7;
  font-size: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 0;
  background: var(--bg);
  font-weight: 400;
  width: 100%;
  max-width: 100vw;
}

h1 {
  letter-spacing: 0.095rem;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 102%;
  margin-bottom: 15px;
  text-align: center;

  @media (min-width: 768px) {
    font-size: 2.75rem;
    font-weight: 900;
    margin-bottom: 0;
    text-align: left;
  }
}

.legacy-img {
  width: 100%;      
  height: auto;     
  display: block;    
  border-radius: 16px; 
  margin-bottom: 20px;
  margin-top: 20px;
}

.index-title {
  text-align: center;
  margin: 0 auto 20px auto;

  @media (min-width: 768px) {
    text-align: left;
    margin: 0 0 25px 0;
  }
}

h2 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
}

h3,
h4 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}

h1,
h2,
h3,
h4{
  color: #fff1cc;
}

.logo-container {
  @media (min-width: 992px) {
    margin-right: 55px;
  }
}

.link {
  color: var(--accent-color);
  text-decoration: underline;
  transition: all 0.3s ease;
}

.link:hover {
  color: var(--hover-primary);
}

.section {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--light-primary);
  width: 100%;
  box-sizing: border-box;

  @media (max-width: 768px) {
    padding: 15px;
    max-width: 100%;
  }
}

.section-top {
  padding-top: 65px;
  width: 100%;
  box-sizing: border-box;

  @media (min-width: 762px) {
    padding-top: 120px;
    margin-top: 110px;
  }
}

.logo-container {
  @media (max-width: 991px) {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }

  @media (min-width: 992px) {
    position: static;
    transform: none;
  }
}

.logo {
  width: 80px;
  height: 48px;
  display: block;

  @media (min-width: 992px) {
    width: 100px;
    height: 65px;
  }
}

@media (min-width: 1200px) {
  .logo-link {
    margin-right: 50px;
  }
}

.hero-text {
  color: var(--dark-primary);
  max-width: 500px;
  margin: 0px auto 15px auto;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;

  & > p {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  @media (min-width: 768px) {
    text-align: left;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    color: var(--qbet-green);
    padding: 0;
    max-width: 100%;

    & > p {
      text-align: left;
    }
  }
}

.index-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;

  @media (min-width: 768px) {
    justify-content: flex-start;
    margin: 30px 0 0 0;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: var(--light-primary);
  background: var(--btn-color);
  border-radius: 0.75rem;
  transition: all 0.1s ease;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0;
  text-align: center;

  @media (max-width: 768px) {
    max-width: 280px;
    font-size: 16px;
    padding: 12px 20px;
  }
}

.button:hover {
  background: var(--btn-hover);
}

.button:active {
  letter-spacing: 0px;
  transform: skew(-10deg) translateY(6px);
  background: var(--btn-active);
}

.img-box {
  width: 100%;
  height: auto;
  max-width: 700px;
  border-radius: 15px;
  overflow: hidden;
  margin: 15px auto;
  box-sizing: border-box;

  @media (max-width: 768px) {
    max-width: 100%;
    margin: 15px 0;
  }

  & img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    max-width: 100%;
  }
}

.no-scroll {
  @media (max-width: 991px) {
    overflow: hidden;
  }
}

.hidden {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

strong {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0;
  background: var(--bg-header);
  color: var(--light-primary);
  width: 100%;
  padding: 5px 20px;
  box-shadow: none;
  border-bottom: 1px solid #1e1e1e;
  z-index: 998;
  transition: all 0.4s ease;

  @media (min-width: 762px) {
    padding: 10px 30px;
  }
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  min-height: 60px;
  max-width: 1040px;
  margin: 0 auto;

  @media (min-width: 992px) {
    padding: 0 30px;
    justify-content: space-between;
    min-height: 60px;
  }
}

.header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo-ybets {
  font-size: 24px;
  font-weight: 700;
  color: #e50914;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.nav-mob.is-visible {
  transform: translateX(0);
}

.nav-list {
  display: none;
}

@media (min-width: 992px) {
  .nav-list {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}

.nav-item {
  position: relative;

  &:hover .nav-link {
    color: var(--hover-primary);
  }
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--light-primary);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
  position: relative;
}

.nav-link:hover {
  color: var(--light-primary);
}

.nav-icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(0.6);
  transition: all 0.3s ease;
}

.nav-item:hover .nav-icon {
  filter: brightness(0) invert(1);
}

.header-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  z-index: 10;

  @media (min-width: 992px) {
    gap: 15px;
    margin-left: auto;
  }
}

.line-vertical_navbar {
  background-color: var(--border-color);
  width: 1px;
  height: 1.75rem;
}

.header-btn {
  padding: 8px 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-radius: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid;
  cursor: pointer;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;

  @media (min-width: 992px) {
    padding: 10px 20px;
    font-size: 14px;
    min-width: auto;
  }
}

.login-btn {
  background: transparent;
  color: var(--light-primary);
  border-color: var(--hover-primary);
}

.login-btn:hover {
  background: var(--hover-primary);
  color: var(--bg-header);
}

.signup-btn {
  background: var(--btn-color);
  color: var(--bg-header);
  border: none;
}

.signup-btn:hover {
  background: rgba(74, 119, 190, .42);
  color: var(--light-primary);
}

/* Overlay для мобильного меню */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;

  @media (min-width: 992px) {
    display: none !important;
  }
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Мобильные стили для header */
@media (max-width: 991px) {
  .nav {
    display: none;
  }

  .header-left {
    gap: 20px;
  }

  .logo-ybets {
    font-size: 20px;
  }

  .header-container {
    min-height: 60px;
  }

  .menuButton span {
    width: 18px;
    height: 2px;
  }

  .menuButton.active .top {
    transform: translateY(5px) rotate(45deg);
    width: 20px;
  }

  .menuButton.active .bot {
    transform: translateY(-5px) rotate(-45deg);
    width: 20px;
  }
}

.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  width: 30px;
  height: 30px;
  border-radius: 0.5em;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  order: -1;

  @media (min-width: 992px) {
    display: none;
  }
}

.menuButton.active {
  background: rgba(255, 255, 255, 0.1);
}

.menuButton:hover {
  background: rgba(255, 255, 255, 0.05);
}

.menuButton span {
  width: 20px;
  height: 2.1px;
  background: var(--hover-primary);
  border-radius: 100px;
  transition: 0.3s ease;
}

.menuButton.active .top {
  transform: translateY(6px) rotate(45deg);
  width: 30px;
}

.menuButton.active .bot {
  transform: translateY(-6px) rotate(312deg);
  width: 30px;
}

.menuButton.active .mid {
  opacity: 0;
}

.nav-mob {
  transform: translateX(-100%);
  background: var(--bg-header);
  color: var(--light-primary);
  width: 280px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  transition: all 0.4s ease;
  overflow-y: hidden;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  border-right: 1px solid #1e1e1e;

  @media (min-width: 992px) {
    display: none !important;
  }
}

.nav-btn-close {
  position: absolute;
  top: 33px;
  right: 27px;
}

.nav-list-mob {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 80px;
  padding: 0;
}

.nav-item-mob {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-link-mob {
  color: var(--light-primary);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 15px 20px;
  width: 100%;
}

.nav-link-mob:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--qbet-yellow);
}

.nav-list-mob .header-btn {
  width: 100%;
  text-align: center;
  margin: 10px 20px;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 6px;
  max-width: calc(100% - 40px);
}

.nav-link {
  transition: all 0.3s ease;
  font-weight: 700;
}

.nav-link-mob {
  color: var(--light-primary);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-link-mob:hover {
  color: var(--qbet-yellow);
}

.nav-link.active {
  border-bottom: 2px solid var(--bg-accent-color);
  color: var(--accent-color);
}

.nav-link-mob.active {
  border-bottom: 2px solid var(--accent-color);
  color: var(--accent-color);
  position: relative;
}

/* ------- */

.questions {
  max-width: 635px;
}

@media (min-width: 768px) {
  .questions-faq {
    letter-spacing: 0.095rem;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 101%;
    text-align: center;
  }
}

.questions-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--light-primary);
}

.questions-content-box {
  &:hover .questions-title {
    color: var(--qbet-green);
  }

  &:hover .questions-plus {
    background: var(--light-primary);
    border: 1px var(--dark-primary) solid;
  }
}

.questions-cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.questions-title {
  display: grid;
  grid-template-columns: 1fr 20px;
  cursor: pointer;
  align-items: center;
  font-size: 22px;
  margin-bottom: 15px;
}

.questions-plus {
  border-radius: 0.375rem;
  min-width: 1.875rem;
  height: 1.875rem;
  padding: 0.25rem;
  background-color: #e8f5e8;
  border: 1px solid var(--qbet-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-line,
.bottom-line {
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: var(--dark-primary);
}

.top-line {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.questions-plus.active .top-line {
  transform: rotate(0deg);
}

.icon {
  width: 30px;
  height: 25px;
  fill: var(--light-primary);
}

.questions-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

@media (min-width: 992px) {
  .hero-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
  }

  .hero-box {
    width: 50%;
    flex: 1;
  }
}

.hero-mob-text {
  font-weight: 600;
  margin-top: 10px;

  @media (min-width: 768px) {
    display: none;
  }
}

.hero-list-mob {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;

  @media (min-width: 768px) {
    display: none;
  }
}

.hero-item-mob {
  width: 100%;
  margin: 5px;
}

.hero-box {
  flex: 1;
}

.hero-list {
  margin-top: 20px;

  @media (max-width: 768px) {
    display: none;
  }
}

.hero-img-box {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 15px;
  max-width: 300px;
  margin: 0 auto;
  flex: 1;

  & img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;

    @media (min-width: 992px) {
      height: 420px;
    }
  }
}

.list {
  list-style:circle;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
}

/* -------table--------- */

.table-flex {
  @media (min-width: 768px) {
    display: flex;
    gap: 15px;
  }
}

table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 500px) {
  table {
    font-size: 12px;
  }

  th,
  td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
  }
}

th {
  background: var(--bg-th);
  color: var(--dark-primary);
  font-weight: bold;

  &:first-child {
    border-top-left-radius: 10px;
  }

  &:last-child {
    border-top-right-radius: 10px;
  }
}

tr {
  transition: all 0.3s ease;
}

tbody tr:hover {
  background-color: var(--td-hover);
  color: var(--light-primary);
}

.hidden {
  display: none;
}

.table-double tr > td:nth-child(odd) {
  background: var(--muted);
  color: var(--dark-primary);
}

.table-triple td:first-child {
  background: var(--accent-color);
  color: var(--dark-primary);
}

/* footer */

.footer {
  width: 100%;
  padding: 25px;
  text-align: center;
  background: var(--bg-footer);
  color: var(--light-primary);
}

.footer-text {
  font-size: 12px;
}

.footer-payment-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.footer-payment-list {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

/*  */
.footer-logo {
  margin-bottom: 25px;
}

.footer-social-list {
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.social-link {
  display: block;
  transition: all 0.3s ease;
}

.footer-partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.footer-links {
  margin-bottom: 35px;
  flex: 1;
}

.footer-links__group:not(:last-child) {
  margin-bottom: 35px;
}

.footer-links__group {
  display: flex;
  flex-direction: column;
  gap: 10px;

  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;

  & a:hover {
    color: var(--accent-color);
  }
}

@media screen and (min-width: 768px) {
  .footer-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .social-link:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 992px) {
  .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
  }

  .footer-links__group:not(:last-child) {
    margin-bottom: 0px;
  }
}
/* ---- */

/* ---------------swiper-------------------- */
.swiper {
  & img {
    object-fit: contain;
  }
}

@media (max-width: 628px) {
  .swiper.desk {
    display: none;
  }
}

@media (min-width: 629px) {
  .swiper.mob {
    display: none;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #ffbe1f;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  background: var(--bg-list);
}

.bonuse-img-box {
  display: flex;
}


/* ----------plus-minus------------- */

.plus-minus-box {
  margin-top: 30px;
  color: var(--light-primary);

  @media (min-width: 992px) {
    display: flex;
    gap: 24px;
  }
}

.group {
  margin-bottom: 30px;
  padding: 24px;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  flex: 1;
  position: relative;
  isolation: isolate;
}

.group::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 22px;
  box-shadow: inset 0 0 34px 3px rgba(133, 0, 63, 0.4);
  filter: blur(0.9px);
  margin: 1px;
  z-index: 0;
}

.plus-group::before {
  background: radial-gradient(
      42.48% 78.68% at 13.31% 17.32%,
      rgba(76, 175, 80, 0.2) 0%,
      rgba(46, 125, 50, 0) 98.5%
    ),
    linear-gradient(144deg, #1b5e20 4.75%, #2e7d32 17.07%, #388e3c 98.32%);
}

.minus-group::before {
  background: radial-gradient(
      42.48% 78.68% at 13.31% 17.32%,
      rgba(229, 57, 53, 0.2) 0%,
      rgba(198, 40, 40, 0) 98.5%
    ),
    linear-gradient(144deg, #b71c1c 4.75%, #c62828 17.07%, #d32f2f 98.32%);
}

.plus-minus-box ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plus-minus-box ul li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
  color: var(--light-primary);
  position: relative;
  z-index: 2;
  backdrop-filter: blur(10px);
}

.plus-group ul li {
  border-color: rgba(76, 175, 80, 0.3);
  background: rgba(76, 175, 80, 0.1);
}

.minus-group ul li {
  border-color: rgba(229, 57, 53, 0.3);
  background: rgba(229, 57, 53, 0.1);
}

.plus-group ul li::before {
  content: '✅';
  margin-right: 10px;
}

.minus-group ul li::before {
  content: '❌';
}

.group strong {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.plus-group strong {
  color: var(--light-primary);
}


/* -----------Slots Slider----------- */

/* Десктоп версия слотов по умолчанию */
.slots-desktop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .slots-desktop {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .slots-desktop {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Мобильная версия слотов скрыта по умолчанию */
.slots-mobile {
  display: none;
}

/* На мобильных устройствах показываем слайдер слотов */
@media (max-width: 768px) {
  .slots-desktop {
    display: none;
  }

  .slots-mobile {
    display: block;
    margin: 20px 0;
  }
}

/* Стили для Swiper слайдера слотов */
.slots-swiper {
  padding: 0 20px 50px 20px;
  overflow: visible;
}

.slots-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.slots-swiper .slot-card {
  width: 100%;
  max-width: 300px;
  margin: 0;
}

/* Кастомные стили для навигации слотов */
.slots-swiper .swiper-button-next,
.slots-swiper .swiper-button-prev {
  color: var(--qbet-green);
  width: 35px;
  height: 35px;
  margin-top: -17px;
  background: var(--light-primary);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.slots-swiper .swiper-button-next:after,
.slots-swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}

.slots-swiper .swiper-button-next {
  right: 10px;
}

.slots-swiper .swiper-button-prev {
  left: 10px;
}

/* Стили для пагинации слотов */
.slots-swiper .swiper-pagination {
  bottom: 15px;
}

.slots-swiper .swiper-pagination-bullet {
  background: rgba(30, 122, 74, 0.3);
  opacity: 1;
  width: 8px;
  height: 8px;
}

.slots-swiper .swiper-pagination-bullet-active {
  background: var(--qbet-green);
  width: 20px;
  border-radius: 5px;
}

/* casino cards */

.casino-card-wrapper {
  margin: 25px 0;
}

.casino-card {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  border-radius: 16px;
  box-shadow: 0 4px 4px -1px #0c0c0d1a, 0 4px 4px -1px #0c0c0d0d;
  overflow: hidden;
  margin: 20px 0;

  @media screen and (max-width: 768px) {
  }
}

.casino-table-row-inner {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

.casino-table-cells {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  padding-right: 10px;
}
.casino-table-cell strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}

.casino-table-cell_logo {
  position: relative;
  flex: 0 0 120px;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}
.casino-table-cell_logo .casino-pos {
  position: absolute;
  left: 2px;
}

.casino-table-cell_rating {
  display: flex;
  flex-direction: column;
  flex: 1 1 200px;
  margin: 10px 0;
  color: #111827;
}
.casino-table-cell_rating .casino-name span {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  text-transform: uppercase;
}
.casino-rating-stars-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.casino-rating-numbers span {
  height: 14px;
}
.casino-rating-numbers .good-rating {
  color: #111827;
  font-weight: 400;
  font-size: 18px;
}
.casino-rating-stars img {
  width: 12px;
}

.casino-rating-content__hint {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
}
.casino-table-cell_rating:hover .casino-rating-content__hint {
  display: block;
}

/* бонус */
.casino-table-cell_bonus {
  flex: 1 1 280px;
  background: #fffbec;
  border: 2px solid #fdf1ce;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}
.casino-bonus-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 14px;

  & div {
    color: var(--dark-primary);
  }
}

.casino-bonus-number {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}
.casino-bonus-number small {
  font-weight: 400;
  font-size: 14px;
}
.text-bonus {
  color: #f97316;
  font-size: 16px;
  margin-top: 4px;
}



.casino-table-cell_features {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 15px 50px;
  color: #374151;

  @media (min-width: 768px) {
    margin: 15px 0;
  }
}
.casino-features-item::before {
  content: '';
  color: #10b981;
  margin-right: 6px;
}

.casino-table-cell_link {
  flex: 0 0 140px;
}

.casino-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 0;
  background: linear-gradient(90deg, #facc15 0%, #f59e0b 100%);
  color: #111827;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  text-decoration: none;
  overflow: hidden;
  transition: all;
}

.casino-link:hover {
  transform: scale(1.02);
}

.casino-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 45%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.4) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 1.6s infinite ease-in-out;
}

@keyframes shine {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

/* --- футер --- */
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px 0;
  font-size: 11px;
  color: #6b7280;
  flex-direction: column;
  background-color: #f9fafb;
  @media (min-width: 768px) {
    flex-direction: row;
  }
}

.casino-table-row-footer__text {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0%;
}
.casino-licenses-mob {
  display: none;
}

/* --- адаптив --- */
@media (max-width: 768px) {
  .casino-table-row-inner {
    border: none;
    box-shadow: none;
  }
  .casino-rating-stars-wrap {
    margin: 0 auto;
  }

  .casino-table-cell_logo {
    height: 230px;
  }

  .casino-table-cells {
    flex-direction: column;
    align-items: stretch;
    padding: 0px;
    gap: 5px;
  }

  .casino-table-cell_bonus {
    padding: 8px;
  }

  .casino-table-cell_logo,
  .casino-table-cell_rating,
  .casino-table-cell_bonus,
  .casino-table-cell_features,
  .casino-table-cell_link {
    flex: 1 1 auto;
    text-align: left;
    /* padding-left: 20px; */
  }
  .casino-table-cell_link {
    padding-left: 0px;
  }
  .casino-table-cell_rating .casino-name span {
    margin-bottom: 2px;
    text-align: center;
  }
  .casino-bonus-number {
    font-size: 18px;
  }

  .casino-licenses-mob {
    display: block;
    font-size: 12px;
  }

  .casino-link-wrapper {
    max-width: 270px;
    margin: 15px auto;
  }

  .footer-wrap {
    padding: 12px 24px 6px 24px;
  }
}

.casino-table-cell_features .casino-features-item {
  gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
  line-height: 1.85em;
  border-radius: 8px;
  padding: 2px 10px;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4a5b68;

  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}

.casino-table-cell.casino-table-cell_features:hover * {
  background-color: rgba(144, 238, 144, 0.3) !important;
}
.casino-name {
  text-align: center;
}

.casino-info-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 20px;
  justify-content: space-between;
  font-family: Arial, sans-serif;
  font-size: 14px;
  /* padding-bottom: 20px; */
  background-color: #f9fafb;
}

.casino-column {
  flex: 1 1 30%;
  min-width: 280px;
}

.casino-column span {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #6b7280;
}

.casino-games,
.casino-additional-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.casino-games li,
.casino-additional-info li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.casino-additional-info li span {
  margin-left: auto;
}

.casino-additional-info li {
  padding-bottom: 3px;
  border-bottom: 1px solid #d9d9d9;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-dark);
}

.icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;

  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  @media (max-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.payment-icon {
  width: 50px;
  @media (max-width: 768px) {
    width: 60px;
  }
}

.toggle-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  scrollbar-color: transparent transparent;
  padding: 20px 20px;
  border: none;
  background-color: transparent;
}

.hidden {
  display: none;
}

.casino-games {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  @media (max-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.casino-games li {
  display: flex;
  align-items: center;
  font-size: 10px;
}

.casino-games .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  object-fit: contain;
}
.hidden {
  display: none;
}

.card-back {
  height: 150px;
  background-size: cover;
  @media (min-width: 768px) {
    width: 200px;
    height: 200px;

    background-size: cover;
  }
}
.casino-card-img {
  background-color: var(--dark-primary);
  border-radius: 10px 10px 0 0;

  @media (min-width: 768px) {
    height: 144px;
    border-radius: 10px 0 0 0;
  }
}

.casino-table-cell_logo {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.card-back {
  margin: 0 auto;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;

  @media (min-width: 768px) {
    height: 144px;
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .casino-table-cell_logo {
    flex: 0 0 200px;
  }

  .card-back {
    width: 200px;
    max-height: 200px;
  }
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

@media (min-width: 768px) {
  .payment-methods {
    grid-template-columns: repeat(3, 1fr);
  }
}
.payment-methods div {
  border: 1px solid #d1d9e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 32px;
}
.payment-methods div img {
  /* min-width: 36px;
    max-height: 18px; */
  padding: 3px;
}
.payment-methods li {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-icon {
  display: block;
  max-width: 100%;
  height: 32px;
  width: auto;
  object-fit: contain;
  filter: none;
}

.collapse {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.collapse--open {
  height: auto;
}

.collapse > *:first-child {
  margin-top: 0;
}

.casino-info-block {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}