@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: black;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  border: none;
}

input,
button,
textarea,
select {
  outline: none;
}

a,
input[type=submit],
button,
a:before,
a:after,
button:before,
button:after,
a > *,
button > * {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* merriweather-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-sans-v27-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-sans-v27-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --color-blue: #181e29;
  --color-dark-blue: #181e29;
  --color-light-blue: #242d3d;
  --color-yellow: #fcc211;
  --color-white: #ffffff;
  --color-white-btn: #fff5d6;
  --color-black-btn: #23293a;
  --color-red: #e93e3a;
  --color-black: #05071a;
  --color-gray: #4c5571;
  --color-gray-alt: rgba(255, 245, 214, 0.6);
  --color-gray-black: #404e5b;
  --font-family-base: "Merriweather Sans", sans-serif;
  --container-width: 1440px;
  --container-padding-x: 20px;
  --section-padding-y: 50px;
  --transition-duration: 0.3s;
}

@media screen and (min-width: 1580px) {
  .cover {
    padding-left: calc(50% - 770px);
    padding-right: calc(50% - 770px);
  }
  .main {
    padding-left: calc(50% - 770px);
    padding-right: calc(50% - 770px);
  }
  .sidebar {
    left: calc(50% - 770px);
  }
  .footer {
    padding-left: calc(50% - 492px);
    padding-right: calc(50% - 770px);
  }
  .footer:before,
  .footer:after {
    left: calc(50% - 492px);
    right: calc(50% - 770px);
  }
  .main__arrowtop {
    right: calc(50% - 755px);
  }
}
@media screen and (max-width: 1200px) {
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer:before,
  .footer:after {
    left: 20px;
  }
  .main__content {
    flex: 1 1 100%;
    margin-left: 0;
  }
  .header__logo {
    margin-left: 0;
  }
  .header__menu {
    margin-left: auto;
  }
  .sidebar {
    position: static;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }
  .sidebar__menu,
  .application__button {
    display: none;
  }
  .sidebar__wrap {
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar__links-button:before {
    transform: rotateX(180deg);
  }
  .sidebar__links-button.active:before {
    transform: rotateX(0deg);
  }
  .sidebar__links-list {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .header__logo {
    margin-right: auto;
  }
  .menu-button {
    display: block;
    background-color: transparent;
    padding: 10px;
    width: 40px;
    height: 40px;
    order: 1;
    flex: none;
    margin-left: 16px;
  }
  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: var(--color-black);
    z-index: 100;
    margin: 0;
    border-radius: 0;
    display: none;
    padding: 25px;
    text-align: center;
  }
  .header__menu ul {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .header__menu ul li + li {
    padding: 0;
  }
  .header__menu ul li + li:before {
    display: block;
    position: static;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer:before,
  .footer:after {
    left: 15px;
    right: 15px;
  }
  .content {
    padding: 15px;
  }
  .main__arrowtop {
    right: 15px;
  }
}
@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 26px;
  }
  .decor {
    padding: 0 60px;
  }
  .decor:before,
  .decor:after {
    width: 50px;
  }
  h2,
  .title.high {
    font-size: 22px;
  }
  .header > .header__button {
    display: none;
  }
  .header__menu .header__button {
    display: inline-block;
    margin: 0 5px 20px;
  }
  .main__buttons {
    background: var(--color-black);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 16px;
  }
  .main__buttons .button {
    width: calc(50% - 4px);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    min-width: 0;
  }
  .main__arrowtop a {
    bottom: 72px;
  }
  /* Summary */
  .summary__wrap {
    margin-right: 0;
  }
  /* FOOTER */
  .footer {
    margin-bottom: 60px;
  }
  /* APP PAGE */
  /* Place */
  .place__content .frame {
    margin-right: 0;
  }
  /* Requirements */
  .requirements .mobile__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }
}
@media screen and (max-width: 550px) {
  /* Cards */
  ul.cards > li {
    padding: 15px 10px;
  }
  /* Features */
  ul.features__cards > li:nth-child(n+2) {
    width: 100%;
  }
  /* Intro__compare*/
  .intro__compare ul {
    padding-left: 10px;
    padding-right: 8px;
  }
  /* Slots */
  ul.slots__cards li {
    width: 100%;
  }
  /* Fast */
  ul.fast__cards > li {
    width: 100%;
  }
  /* Providers */
  .providers__wrapper {
    flex-wrap: wrap;
  }
  .providers__wrapper > * {
    width: 100%;
  }
  .providers__wrapper > *:last-child {
    margin: 20px 0 0 0;
  }
  /* Rating */
  .rating__table tr {
    width: calc((100% - 32px) / 2);
  }
  /* FOOTER */
  .bottom__logo {
    margin-left: auto;
  }
}
@media screen and (max-width: 450px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__logo img {
    max-width: 130px;
  }
  .menu-button {
    margin-left: 10px;
  }
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main__arrowtop {
    right: 10px;
  }
  article > .button,
  .article > .button {
    margin-left: auto;
  }
  /* FOOTER */
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Main */
.main {
  position: relative;
  padding: 118px 20px 0 20px;
}

.main__wrap {
  display: flex;
}

.main__content {
  position: relative;
  overflow: hidden;
  flex: 1 1 calc(100% - 278px - 10px);
  margin-left: 278px;
}

.sidebar__links-main {
  display: none;
}

.content__section {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px;
}
.content__section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content__section {
    padding: 10px;
  }
}

.content__section > *,
.cover > * {
  display: block;
  position: relative;
}

.content__section__row {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .content__section__row {
    flex-direction: column;
  }
}

.content__section__row > .content__section {
  flex: 1;
  margin-bottom: 0;
}

.page__container {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.content__main__wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.content__wrapper {
  flex-grow: 1;
}

/* Content */
.cover {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}

.content .scroll {
  position: absolute;
  width: 0;
  height: 0;
  top: -74px;
  left: 0;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.background img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-base);
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}

.btn {
  display: inline-block;
  min-width: 190px;
  height: 50px;
  padding: 16px 32px;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1; /* 100% */
  border-radius: 10px 10px 20px 20px;
  border: none;
  cursor: pointer;
  clip-path: path("M10.3202 0.5H179.944C185.793 0.5 190.765 5.43744 189.902 10.3874L184.594 40.5995C183.731 45.5495 177.02 50.4994 171.17 50.4994H17.6316C11.7825 50.4994 5.20226 45.537 4.47112 40.5745L0.0696747 10.4124C-0.661463 5.44994 4.47112 0.5 10.3202 0.5Z");
  transition: var(--transition-duration) ease-in-out;
  background: var(--color-red);
}
.btn:hover {
  transform: scale(1.1);
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
}

.paragraph {
  position: relative;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  .paragraph {
    text-align: left;
  }
}

.global__tittle {
  position: relative;
  margin-bottom: 20px;
  padding: 16px;
  color: var(--color-black);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 12px;
  background: var(--color-yellow);
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  .global__tittle {
    text-align: center;
    font-size: 26px;
  }
}

.global__subtittle {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  .global__subtittle {
    text-align: center;
    font-size: 22px;
  }
}

.global__pretittle {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  .global__pretittle {
    text-align: center;
    font-size: 18px;
  }
}

a,
button,
input,
textarea,
svg * {
  transition: var(--transition-duration);
}

a {
  text-decoration: none;
}

a:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px var(--color-gray);
}

@media (max-width: 1280px) {
  .background__fill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .background__fill {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    background: rgba(5, 7, 26, 0.8);
    padding: 10px;
    border-radius: 12px;
  }
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

/* Header */
.header {
  background: var(--color-black);
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  margin-top: 0;
  min-height: 80px;
  overflow: visible;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .header {
    padding: 0;
  }
}

.logo {
  display: inline-block;
  background: var(--color-black);
  width: 265px;
  border-radius: 16px 16px 0 0;
  padding: 17px 0;
  background: var(--color-black-btn);
}
@media (max-width: 1200px) {
  .logo {
    background: none;
    border-radius: 0;
    width: 120px;
  }
}

.logo img {
  display: block;
  max-width: 260px;
}
@media (max-width: 767px) {
  .logo img {
    max-width: 120px;
  }
}

.logo__background {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .logo__background {
    margin: 0;
  }
}

.menu-button,
.header__menu .header__button {
  display: none;
}

.header__menu {
  margin: 0 auto 0 40px;
  background-color: var(--color-black);
}

.header__menu ul {
  display: flex;
  align-items: center;
}

.header__menu ul li + li {
  position: relative;
  padding-left: 32px;
}

.header__menu ul a {
  font-family: var(--font-family-base);
  color: var(--color-white-btn);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-transform: capitalize;
  transition: var(--transition-duration) ease;
}
.header__menu ul a:hover {
  color: var(--color-yellow);
}

.show {
  background-color: var(--color-black);
}

.header__login {
  padding: 13px 40px;
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: none;
  color: var(--color-white-btn);
  background-color: var(--color-black-btn);
  cursor: pointer;
  transition: var(--transition-duration);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 42' fill='none'%3E%3Cpath d='M113.303 40.0479H8.4368C4.40346 40.0479 0.975128 36.2861 1.57005 32.5148L5.23029 9.49674C5.82521 5.72547 10.4535 1.9542 14.4868 1.9542H108.262C112.295 1.9542 116.833 5.73499 117.337 9.51579L120.372 32.4958C120.876 36.2766 117.337 40.0479 113.303 40.0479Z' fill='%2323293a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 9px;
}
.header__login:hover {
  transform: scale(1.05);
}

.header__signup {
  padding: 13px 40px;
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color-yellow);
  color: var(--color-black);
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='134' height='42' viewBox='0 0 134 42' fill='none'%3E%3Cpath d='M9.06082 1.95215H125.94C129.97 1.95215 133.396 5.71411 132.801 9.4856L129.144 32.505C128.549 36.2765 123.924 40.048 119.894 40.048H14.0987C10.0684 40.048 5.53431 36.267 5.03052 32.4859L1.99772 9.50464C1.49393 5.72363 5.03052 1.95215 9.06082 1.95215Z' fill='%23fcc211'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: var(--transition-duration);
}
.header__signup:hover {
  transform: scale(1.05);
}

/* Languages */
.header__language {
  text-transform: uppercase;
  color: #fec07e;
  line-height: 1.46667;
  display: flex;
  align-items: center;
  margin-left: 24px;
}

.header__language img {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 6px;
}

.main__buttons {
  display: none;
}

/* HERO */
.hero {
  border-radius: 12px;
  min-height: 480px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .hero {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .hero .background img {
    -o-object-position: 76%;
       object-position: 76%;
    opacity: 1;
  }
}
.hero__pretittle {
  margin-bottom: 8px;
  display: flex;
}
.hero__pretittle__text, .hero__pretittle__number__first, .hero__pretittle__number__second, .hero__pretittle__separation {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.hero__pretittle__text {
  margin-right: 16px;
}
.hero__tittle {
  margin-bottom: 8px;
  max-width: 635px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .hero__tittle {
    font-size: 24px;
    text-align: center;
  }
}
.hero__subtittle {
  margin-bottom: 24px;
  max-width: 640px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 1023px) {
  .hero {
    text-align: center;
  }
}
.hero__arrow {
  display: inline-block;
  margin: auto 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  transition: var(--transition-duration) ease;
}
.hero__button {
  margin: 0;
}

/* REGULATION */
.regulation {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 1023px) {
  .regulation__tittle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .regulation__tittle {
    font-size: 28px;
  }
}
.regulation .gap {
  gap: 16px;
}
.regulation__text:not(:last-child) {
  margin-bottom: 20px;
}
.regulation__subtittle {
  margin-bottom: 16px;
}
.regulation__table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
  margin-bottom: 20px;
}
.regulation__table {
  position: relative;
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.regulation__table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}
.regulation__table th,
.regulation__table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}
.regulation__table td {
  padding: 12px 16px;
}
.regulation__table__item {
  background: var(--color-black);
}
.regulation__table__body {
  width: 100%;
}
.regulation__table__sub {
  background-color: var(--color-black-btn);
  border-bottom: 1px solid var(--color-gray-black);
}
.regulation__table__sub:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}
.regulation__table thead tr > th:nth-child(1),
.regulation__table tbody tr > td:nth-child(1) {
  width: 30%;
  min-width: 260px;
}
.regulation__table thead tr > th:nth-child(2),
.regulation__table tbody tr > td:nth-child(2) {
  width: 70%;
  min-width: 500px;
}
.regulation__thead {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.regulation__tread {
  word-wrap: break-word;
}
.regulation__unorder__item {
  width: 100%;
}
.regulation__unorder__list {
  display: flex;
  margin-bottom: 12px;
  padding: 12px 0;
  align-items: stretch;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
  position: relative;
}
.regulation__unorder__list:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .regulation__unorder__list {
    padding: 16px;
    padding-left: 56px;
    height: auto;
    flex-direction: column;
  }
}
.regulation__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.regulation__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}
.regulation__unorder__text {
  flex: 1;
  padding: 0 16px 0 56px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  .regulation__unorder__text {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
.regulation__double__pros, .regulation__double__cons {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
.regulation__double__pros__item, .regulation__double__cons__item {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-gray-black);
}
.regulation__double__pros__square, .regulation__double__cons__square {
  display: flex;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12.5px;
  border-radius: 8px;
  background: var(--color-black);
}
.regulation__double__pros__header, .regulation__double__cons__header {
  font-size: 20px;
}
.regulation__double__pros__items, .regulation__double__cons__items {
  padding: 0 16px 0 22px;
}
.regulation__double__pros__list, .regulation__double__cons__list {
  position: relative;
  display: flex;
  align-items: center;
}
.regulation__double__pros__list > p, .regulation__double__cons__list > p {
  padding-left: 18px;
}
.regulation__double__pros__list:not(:last-child), .regulation__double__cons__list:not(:last-child) {
  margin-bottom: 12px;
}
.regulation__double__pros__list::before, .regulation__double__cons__list::before {
  content: "";
  display: block;
  color: var(--color-yellow);
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
}

/* Sidebar */
.sidebar {
  width: 265px;
  position: fixed;
  top: 118px;
  left: 20px;
  height: calc(100vh - 118px);
  padding-bottom: 20px;
  overflow-y: auto;
  z-index: 10;
}

.sidebar__wrap {
  border-radius: 0 0 6px 6px;
  background: var(--color-black-btn);
}

.sidebar__item {
  padding: 0 4px;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar__button {
  position: relative;
  min-height: 52px;
  min-width: 258px;
  padding: 16px 16px 16px 70px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.46667;
  border-radius: 6px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  background: linear-gradient(180deg, #f0ce58 0%, #c25630 65%);
  transition: var(--transition-duration);
}
.sidebar__button:hover {
  transform: scale(1.02);
}

.sidebar__button-wheel {
  display: block;
  margin-bottom: 8px;
  margin-top: 0;
}

.sidebar__button img {
  position: absolute;
}

.sidebar__button-mission {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

.sidebar__button-mission img {
  max-width: 40px;
  left: 8px;
  top: 6px;
}

.sidebar__button-wheel img {
  max-width: 45px;
  left: 0;
  bottom: 0;
}

.sidebar__menu ul {
  background: var(--color-black-btn);
  padding: 0 16px 12px 16px;
}

.sidebar__menu li {
  position: relative;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.sidebar__menu li a {
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar__menu li a img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.sidebar__menu li span {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.sidebar__menu li a:hover span {
  color: var(--color-yellow);
}

.message__text {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 25px;
  top: 8px;
  border-radius: 50px;
  background: var(--color-red);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  z-index: 2000;
}

.application__button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 74px;
  border-radius: 6px;
  overflow: hidden;
  padding: 22px 26px 22px 16px;
  border-radius: 6px;
  box-shadow: 0 0 0 0 #121720, 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  background: linear-gradient(#4c5571 0%, #4c5571 70%, #2a3450 100%);
}

.application__button span {
  display: block;
  max-width: 123px;
}

.application__button span:first-of-type {
  position: absolute;
  top: 19px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.46667;
  text-transform: capitalize;
}

.application__button span:last-of-type {
  position: absolute;
  top: 33px;
  color: var(--color-gray-alt);
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  margin-top: 8px;
}

.application__button img {
  position: absolute;
  top: 0;
  right: 24px;
  height: 65px;
}

.sidebar__links {
  background: var(--color-black);
  overflow: hidden;
}

.sidebar__links-wrapper {
  margin-bottom: 20px;
}

.sidebar__links-button {
  font-family: var(--font-family-base);
  color: var(--color-yellow);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.46667;
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 20px 58px 8px 16px;
  overflow: hidden;
}

.sidebar__links-button:before {
  content: "";
  background: url("./../images/index/aside/Arrow.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 12px;
  height: 12px;
}

.sidebar__links-button.active:before {
  transform: rotateX(180deg);
}

.sidebar__links-list {
  padding: 12px 16px;
}

.sidebar__links-list li + li {
  margin-top: 12px;
}

.sidebar__links-list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
  transition: var(--transition-duration) ease;
}
.sidebar__links-list a:hover {
  color: var(--color-yellow);
  text-shadow: 0 0.3px var(--color-yellow), 0.3px 0 var(--color-yellow);
}

/* BONUS */
.bonus {
  min-height: 368px;
  padding-left: 120px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .bonus {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.bonus__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.bonus__items {
  display: flex;
  align-items: center;
}
.bonus__items__prize {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .bonus__items__prize {
    font-size: 28px;
  }
}
.bonus__items__center {
  padding: 0 5px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .bonus__items__center {
    font-size: 24px;
  }
}
.bonus__pretext {
  margin-bottom: 24px;
}
.bonus__text {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.bonus__button {
  margin: 0;
}
@media (max-width: 767px) {
  .bonus .background img {
    -o-object-position: 80%;
       object-position: 80%;
    opacity: 1;
  }
}

/* REGISTER */
.register {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .register {
    text-align: center;
  }
}
.register__text {
  color: var(--color-white-btn);
}
.register__text:not(:last-child) {
  margin-bottom: 20px;
}
.register__subtittle {
  margin-bottom: 16px;
}
.register__items {
  width: 100%;
}
.register__items__list {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
.register__items__number {
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
}
.register__items__container {
  padding: 12px 16px 12px 56px;
}
@media (max-width: 767px) {
  .register__items__text {
    text-align: left;
  }
}
.register__items__subtext {
  display: flex;
  align-items: center;
  padding-left: 14px;
}
@media (max-width: 767px) {
  .register__items__subtext {
    padding: 0;
    text-align: left;
  }
}
.register__pointer {
  margin-right: 8px;
  display: block;
  width: 3px;
  height: 3px;
  background-color: var(--color-white);
  border-radius: 50px;
}
.register__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.register__second__items__list {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
.register__second__items__number {
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
}
.register__second__items__text {
  padding: 12px 16px 12px 56px;
  margin: auto 0;
}
@media (max-width: 767px) {
  .register__second__items__text {
    text-align: left;
  }
}

/* APP */
.app {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
.app__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.app__subtittle {
  margin-bottom: 20px;
}
.app__pretittle {
  margin-bottom: 12px;
}
.app__pretittle:last-child {
  margin-bottom: 16px;
}
.app__container {
  padding: 32px 16px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .app__container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .app__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .app__items {
    padding: 10px;
  }
}
.app__items__list {
  position: relative;
  display: flex;
  width: 53%;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
@media (max-width: 767px) {
  .app__items__list {
    width: 100%;
  }
}
.app__items__number {
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
}
.app__items__text {
  padding: 12px 16px 12px 56px;
  margin: auto 0;
}
@media (max-width: 767px) {
  .app__items__text {
    text-align: left;
  }
}
.app__double__container {
  padding: 0;
}
.app .width {
  width: 100%;
}

/* DOWNLOAD */
.download {
  padding: 120px 116px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .download {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .download .background img {
    -o-object-position: 50%;
       object-position: 50%;
    opacity: 1;
  }
}
.download__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .download__container {
    display: block;
  }
}
.download__button__apple, .download__button__android {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 240px;
  padding: 16px 32px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  background: var(--color-red);
  transition: var(--transition-duration);
}
@media (max-width: 767px) {
  .download__button__apple, .download__button__android {
    margin-bottom: 20px;
  }
  .download__button__apple:last-child, .download__button__android:last-child {
    margin-bottom: 0;
  }
}
.download__text {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.download__button__apple:hover {
  box-shadow: var(--color-red) 0px 5px 15px;
}
.download__button__android {
  background-color: var(--color-yellow);
}
.download__button__android:hover {
  box-shadow: var(--color-yellow) 0px 5px 15px;
}
.download__image {
  margin-right: 16px;
}

/* PROMOTION */
.promotion {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .promotion {
    text-align: center;
  }
}
.promotion .gap {
  gap: 16px;
  margin-bottom: 16px;
}
.promotion__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.promotion__subtittle {
  margin-bottom: 12px;
}
.promotion__cube {
  position: relative;
  background: var(--color-black-btn);
  padding: 0;
}
.promotion__cube::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 1;
  pointer-events: none;
}
.promotion__cube__subtittle {
  padding: 16px;
  background: var(--color-black);
}
.promotion__cube__text {
  height: 99px;
  padding: 16px;
}
@media (max-width: 767px) {
  .promotion__cube__text {
    padding: 10px;
    height: auto;
  }
}

/* VIP */
.vip {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  /* ===== Scrollable wrapper  ===== */
  /* ===== Таблиця ===== */
}
@media (max-width: 767px) {
  .vip {
    text-align: center;
  }
}
.vip .gap {
  gap: 16px;
  margin-bottom: 16px;
}
.vip__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.vip__subtittle {
  margin-bottom: 16px;
}
.vip__cube {
  position: relative;
  background: var(--color-black-btn);
  padding: 0;
}
.vip__cube::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 1;
  pointer-events: none;
}
.vip__cube__subtittle {
  padding: 16px;
  background: var(--color-black);
}
.vip__cube__text {
  height: 99px;
  padding: 16px;
}
@media (max-width: 767px) {
  .vip__cube__text {
    padding: 10px;
    height: auto;
  }
}
.vip .vip__table-wrapper,
.vip .table {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
}
.vip .vip__table {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  table-layout: fixed;
  background-clip: padding-box;
}
.vip .vip__table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
  z-index: 1;
}
.vip .vip__table__item {
  background-color: var(--color-black);
}
.vip .vip__table__body {
  background-color: var(--color-black-btn);
}
.vip .vip__table th,
.vip .vip__table td {
  box-sizing: border-box;
  white-space: nowrap;
  padding: 16px;
  border: none;
  border-bottom: 1px solid var(--color-gray-black);
  text-align: left;
}
.vip .vip__table td {
  padding: 12px 16px;
}
.vip .vip__table tbody tr:last-child td {
  border-bottom: none;
}
.vip .vip__table thead th,
.vip .vip__table tbody td {
  width: 33.3333333333%;
}
.vip .vip__thead {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}
.vip__background__image {
  background-image: url(./../../image/index/hero/Hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 72px 30px;
  min-height: 480px;
}
.vip__image {
  flex: 1;
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* BONUS */
.deposit {
  min-height: 358px;
  padding-left: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .deposit {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .deposit .background img {
    -o-object-position: 79%;
       object-position: 79%;
    opacity: 1;
  }
}
.deposit__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.deposit__items {
  display: flex;
  align-items: center;
}
.deposit__items__prize {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .deposit__items__prize {
    font-size: 28px;
  }
}
.deposit__items__center {
  padding: 0 5px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .deposit__items__center {
    font-size: 24px;
  }
}
.deposit__pretext {
  padding-left: 16px;
  margin-bottom: 24px;
}
.deposit__text {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.deposit__text::before {
  content: "+";
  color: var(--color-yellow);
  position: absolute;
  left: -20px;
  top: 0;
}
.deposit__button {
  margin: 0;
}

/* TOURNAMENT */
.tournament {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .tournament {
    text-align: center;
  }
}
.tournament__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.tournament__subtittle {
  margin-bottom: 12px;
}
.tournament__pretittle {
  margin-bottom: 12px;
}
.tournament__table-wrap {
  position: relative;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  margin-bottom: 20px;
}
.tournament__table {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
}
.tournament__table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 2;
  pointer-events: none;
}
.tournament__table thead {
  background: var(--color-black);
}
.tournament__table tbody {
  background: var(--color-black-btn);
}
.tournament__table th,
.tournament__table td {
  width: 25%;
  padding: 16px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gray-black);
  /* За потреби прибрати переноси, якщо хочеш тільки горизонтальний скрол */
  /* white-space: nowrap; */
}
.tournament__table td {
  padding: 12px 16px;
}
.tournament__table .tournament__thead {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}
.tournament__table tbody tr:last-child td {
  border-bottom: none;
}
.tournament__unorder__list {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  align-items: stretch;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
.tournament__unorder__list:last-child {
  margin-bottom: 20px;
}
.tournament__unorder__text {
  flex: 1;
  padding: 12px 16px 12px 56px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  .tournament__unorder__text {
    text-align: left;
  }
}
.tournament__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.tournament__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}

/* ONLINE */
.online {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .online {
    text-align: center;
  }
}
.online__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.online__subtittle {
  margin-bottom: 20px;
}
.online__table-wrap {
  position: relative;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}
.online__table {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
  /* 6 рівних колонок */
}
.online__table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 2;
  pointer-events: none;
}
.online__table thead {
  background: var(--color-black);
}
.online__table tbody {
  background: var(--color-black-btn);
}
.online__table th,
.online__table td {
  width: 16.6666666667%;
  padding: 16px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gray-black);
  /* white-space: nowrap; */
}
.online__table td {
  padding: 12px 16px;
}
.online__table .online__thead {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}
.online__table tbody tr:last-child td {
  border-bottom: none;
}

/* GAMES */
.games {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  /* Таблиця */
}
@media (max-width: 767px) {
  .games {
    text-align: center;
  }
}
.games__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.games__table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
}
.games__thead {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.games__table {
  position: relative;
  width: max(100%, 1112px);
  min-width: 1112px;
  border-collapse: collapse;
  table-layout: fixed;
}
.games__table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}
.games__table th,
.games__table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
  white-space: normal;
}
.games__table td {
  padding: 12px 16px;
}
.games__table__item {
  background: var(--color-black);
}
.games__table__sub {
  background-color: var(--color-black-btn);
  border-bottom: 1px solid var(--color-gray-black);
}
.games__table__sub:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}
.games__table thead tr > th:nth-child(1),
.games__table tbody tr > td:nth-child(1) {
  width: 20%;
}
.games__table thead tr > th:nth-child(2),
.games__table tbody tr > td:nth-child(2) {
  width: 40%;
}
.games__table thead tr > th:nth-child(3),
.games__table tbody tr > td:nth-child(3) {
  width: 40%;
}
.games__table tbody tr > td:nth-child(2) ul,
.games__table tbody tr > td:nth-child(3) ul {
  display: block;
  width: 406px;
  max-width: none;
  margin: 0;
}
.games__table tbody tr > td:nth-child(2) li,
.games__table tbody tr > td:nth-child(3) li {
  line-height: 1.5;
}
@media (max-width: 420px) {
  .games__table {
    min-width: 1016px; /* 406 / 0.4 ≈ 1015 */
    width: max(100%, 1016px);
  }
}

/* LIVE */
.live {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .live {
    text-align: center;
  }
}
.live__subtittle {
  margin-bottom: 20px;
}
.live__unorder__list {
  position: relative;
  margin-bottom: 12px;
  border-radius: 12px;
  padding: 12px 16px 12px 56px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
.live__unorder__list:last-child {
  margin-bottom: 20px;
}
.live__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.live__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}
.live__unorder__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  .live__unorder__text {
    text-align: left;
  }
}
.live__line {
  padding: 0 12px;
}
.live__unorder__change {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.live .hidden {
  display: none;
}
@media (max-width: 767px) {
  .live .hidden {
    display: block;
  }
}
.live .margin {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .live .margin {
    margin: 0;
  }
}
.live__image {
  flex: 1;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.live__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.live .line {
  padding: 0 12px;
}

/* LICENSE */
.license {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .license {
    text-align: center;
  }
}
.license__text__fog {
  color: var(--color-white-btn);
}
.license__text__fog:not(:last-child) {
  margin-bottom: 20px;
}

/* WITHDRAW */
.withdraw {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .withdraw {
    text-align: center;
  }
}
.withdraw__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.withdraw__unorder__list {
  display: flex;
  margin-bottom: 12px;
  padding: 12px 0;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
  position: relative;
}
.withdraw__unorder__list:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .withdraw__unorder__list {
    padding: 16px;
    height: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.withdraw__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.withdraw__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}
@media (max-width: 767px) {
  .withdraw__unorder__point {
    display: none;
  }
}
.withdraw__unorder__text {
  padding-left: 56px;
  margin: 0;
  display: inline;
}
@media (max-width: 767px) {
  .withdraw__unorder__text {
    padding: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}
.withdraw__unorder__change {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .withdraw__unorder__change {
    margin: 0;
  }
}
.withdraw__unorder__undertext {
  margin: 0;
  margin-left: 12px;
  display: inline;
}
@media (max-width: 767px) {
  .withdraw__unorder__undertext {
    margin: 0;
    display: block;
    text-align: center;
  }
}
.withdraw__subtittle {
  margin-bottom: 12px;
}

/* HIGHROLLER */
.highroller {
  min-height: 358px;
  padding-left: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .highroller {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .highroller .background img {
    -o-object-position: 82%;
       object-position: 82%;
    opacity: 1;
  }
}
.highroller__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.highroller__items {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.highroller__items__prize {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .highroller__items__prize {
    font-size: 28px;
  }
}
.highroller__items__center {
  padding: 0 5px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .highroller__items__center {
    font-size: 24px;
  }
}
.highroller__button {
  margin: 0;
}

/* SUPPORT */
.support {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .support {
    text-align: center;
  }
}
.support__text__fog {
  color: var(--color-white-btn);
}
.support__text__fog:not(:last-child) {
  margin-bottom: 20px;
}

/* REVIEWS */
.reviews {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .reviews {
    text-align: center;
  }
}
.reviews .gap {
  gap: 16px;
  margin-bottom: 16px;
}
.reviews .margin {
  margin-bottom: 0;
}
.reviews__cube {
  position: relative;
  background: var(--color-black-btn);
  padding: 0;
}
.reviews__cube::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
  z-index: 1;
}
.reviews__cube__subtittle {
  padding: 16px;
  background: var(--color-black);
}
.reviews__cube__star {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .reviews__cube__star {
    margin-bottom: 10px;
  }
}
.reviews__cube__container {
  padding: 12px 16px;
}
.reviews__cube__text {
  height: 120px;
}
@media (max-width: 1023px) {
  .reviews__cube__text {
    padding: 10px;
    height: auto;
  }
}

/* ASKED */
.asked {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .asked {
    text-align: center;
  }
}
.asked__content-wrapper {
  max-height: none;
  overflow: visible;
}
.asked__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.asked__list {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  margin-bottom: 20px;
  overflow: hidden;
}
.asked__list:last-child {
  margin-bottom: 0;
}
.asked__pretittle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px;
  margin: 0;
  transition: background-color 0.3s ease;
}
.asked__pretittle:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.asked__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(135deg);
  transition: transform 0.4s ease-in-out;
  flex-shrink: 0;
  margin-left: 15px;
}
.asked__list.is-open .asked__pretittle {
  background-color: rgba(255, 255, 255, 0.05);
}
.asked__list.is-open .asked__arrow {
  transform: rotate(-45deg);
}
.asked__content {
  background: var(--color-black-btn);
}
.asked__text__fog {
  color: var(--color-white-btn);
  padding: 16px;
}

/* GRADE */
.grade {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
.grade__table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
}
.grade__table {
  position: relative;
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}
.grade__table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}
.grade__table th,
.grade__table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
  white-space: normal;
}
.grade__table td {
  padding: 12px 16px;
}
.grade__table__item {
  background: var(--color-black);
}
.grade__table__body {
  width: 100%;
}
.grade__table__sub {
  background-color: var(--color-black-btn);
  border-bottom: 1px solid var(--color-gray-black);
}
.grade__table__sub:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}
.grade__thead {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.grade__tread {
  word-wrap: break-word;
}
.grade .grade__table thead tr > th:nth-child(1),
.grade .grade__table tbody tr > td:nth-child(1) {
  width: 33.3333%;
}
.grade .grade__table thead tr > th:nth-child(2),
.grade .grade__table tbody tr > td:nth-child(2) {
  width: 33.3333%;
}
.grade .grade__table thead tr > th:nth-child(3),
.grade .grade__table tbody tr > td:nth-child(3) {
  width: 33.3333%;
}
.grade__star {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.grade__star img {
  display: block;
}
.grade__star {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
@media (max-width: 767px) {
  .grade__star {
    justify-content: center;
  }
}
.grade__star img {
  width: 26px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .grade__star img {
    width: 14px;
    height: 14px;
  }
}

/* CONCLUSION */
.conclusion {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
.conclusion__text__fog {
  color: var(--color-white-btn);
}
.conclusion__text__fog:not(:last-child) {
  margin-bottom: 12px;
}
.conclusion__items {
  display: flex;
}
@media (max-width: 767px) {
  .conclusion__items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.conclusion__image {
  margin-right: 16px;
  width: 138px;
}
@media (max-width: 767px) {
  .conclusion__image {
    margin: 0;
  }
}
.conclusion__subtittle {
  margin-bottom: 12px;
}

.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}

.main__arrowtop {
  position: absolute;
  right: 20px;
  bottom: -128px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.main__arrowtop {
  height: 72%;
}

.main__arrowtop a {
  position: sticky;
  z-index: 3;
  bottom: 10px;
  right: 0;
}

.main__arrowtop a:hover {
  transform: scale(1.05);
}

/* Footer */
.footer {
  margin-top: 20px;
  padding: 32px 32px 32px 298px;
}
.footer__background {
  border-radius: 12px;
  background: var(--color-black-btn);
  padding: 32px;
}
@media (max-width: 767px) {
  .footer__background {
    padding: 32px 10px;
  }
}
.footer__country__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.footer__country__list {
  display: flex;
  margin: 0 12px 12px 0;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid var(--stroke-blue, #404e5b);
  background: var(--color-black-btn);
  cursor: pointer;
}
.footer__country__image {
  margin-right: 8px;
}
.footer__line {
  display: block;
  border: 1px solid var(--color-gray-black);
}
.footer__links__items {
  display: flex;
  flex-wrap: wrap; /* Дозволяє елементам переноситись */
  justify-content: center; /* Центрує рядки з посиланнями */
  align-items: center;
  gap: 10px 10px; /* Встановлює відстань: 20px по вертикалі, 30px по горизонталі */
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footer__links__items {
    flex-direction: column; /* Твоє правило для планшетів залишається, воно спрацює на найменших екранах */
    padding: 20px 0;
    gap: 10px; /* Можна зменшити вертикальну відстань для мобільних */
  }
}
.footer__links__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__links__list {
    margin-bottom: 10px;
  }
}
.footer__links__fog {
  color: var(--color-white-btn);
  transition: var(--transition-duration) ease;
}
.footer__links__fog:hover {
  color: var(--color-yellow);
}
.footer__icon__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 767px) {
  .footer__icon__item {
    -moz-column-gap: 4px;
         column-gap: 4px;
    margin-bottom: 40px;
  }
}
.footer__icon__list {
  transition: var(--transition-duration) ease;
}
.footer__icon__list:hover {
  transform: scale(1.1);
}
.footer__last__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .footer__last__container {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer__last__text {
    margin-bottom: 10px;
    text-align: center;
  }
}

.heroBonuses {
  border-radius: 12px;
  padding: 72px 30px;
  min-height: 480px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .heroBonuses {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .heroBonuses .background img {
    -o-object-position: 76%;
       object-position: 76%;
    opacity: 1;
  }
}
.heroBonuses__button {
  margin: 0;
}

/* PROMOTIONS */
.promotions {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .promotions {
    text-align: center;
  }
}
.promotions__text__fog {
  color: var(--color-white-btn);
}
.promotions__text__fog:not(:last-child) {
  margin-bottom: 20px;
}

/* WELCOME */
.welcome {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .welcome {
    text-align: center;
  }
}
.welcome__cube {
  flex: 1;
}
.welcome .margin {
  margin-bottom: 0;
}
.welcome__text__fog {
  color: var(--color-white-btn);
}
.welcome__text__fog > span {
  color: var(--color-yellow);
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.welcome__text__fog:not(:last-child) {
  margin-bottom: 20px;
}
.welcome__subtittle {
  margin-bottom: 20px;
}
.welcome__background {
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .welcome__background {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .welcome__background {
    padding: 10px;
  }
}
.welcome__items__container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .welcome__items__container {
    flex-direction: column;
    width: 80%;
    align-items: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .welcome__items__container {
    width: 100%;
  }
}
.welcome__cube {
  border-radius: 12px;
  background: var(--color-black-btn);
  padding: 16px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 1280px) {
  .welcome__cube {
    padding: 16px;
    width: 100%;
  }
}
.welcome__pretittle {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-gray-black);
}
.welcome__items {
  padding-top: 16px;
}
.welcome__list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.welcome__list:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .welcome__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.welcome__text__tittle {
  width: 45%;
  margin-right: 12px;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .welcome__text__tittle {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.welcome__text__pretittle {
  width: 55%;
}
@media (max-width: 767px) {
  .welcome__text__pretittle {
    text-align: center;
    width: 100%;
  }
}
.welcome__unorder__list {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  align-items: stretch;
  border-radius: 12px;
  padding: 12px 16px 12px 56px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
.welcome__unorder__list:last-child {
  margin-bottom: 20px;
}
.welcome__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.welcome__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}
.welcome__unorder__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .welcome__unorder__text {
    text-align: left;
  }
}
.welcome__unorder__change {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
.welcome__double__pros__list {
  padding: 0 16px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.welcome__double__pros__list:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .welcome__double__pros__list {
    padding: 0 12px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
  }
  .welcome__double__pros__list:last-child {
    margin-bottom: 16px;
  }
}
.welcome__container__items {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .welcome__container__items {
    margin-right: 0;
    margin-bottom: 8px;
    white-space: normal;
    flex-shrink: 0;
  }
}
.welcome__point {
  margin-right: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-yellow);
  border-radius: 50px;
}
@media (max-width: 767px) {
  .welcome__point {
    margin-right: 6px;
    width: 5px;
    height: 5px;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .welcome__text__fog {
    font-size: 14px;
    line-height: 1.4;
  }
  .welcome__text__fog span {
    font-weight: 400;
    color: var(--color-yellow);
  }
}
@media (max-width: 767px) {
  .welcome__double__pros__items {
    padding: 0;
    margin: 0;
  }
}

/* RELOAD */
.reload {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .reload {
    text-align: center;
  }
}
.reload__text__fog {
  color: var(--color-white-btn);
}
.reload__text__fog:not(:last-child) {
  margin-bottom: 20px;
}
.reload .little {
  margin-bottom: 12px;
}
.reload__subtittle {
  margin-bottom: 12px;
}
.reload__unorder__list {
  display: flex;
  margin-bottom: 12px;
  align-items: stretch;
  padding: 12px 16px 12px 56px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
  position: relative;
}
.reload__unorder__list:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .reload__unorder__list {
    height: auto;
    flex-direction: column;
  }
}
.reload__unorder__text {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  .reload__unorder__text {
    text-align: left;
  }
}
.reload__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.reload__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}

/* CASINO */
.casino {
  min-height: 358px;
  padding-left: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .casino {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .casino .background img {
    -o-object-position: 77%;
       object-position: 77%;
    opacity: 1;
  }
}
.casino__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.casino__items {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.casino__items__prize {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .casino__items__prize {
    font-size: 28px;
  }
}
.casino__items__center {
  padding: 0 5px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .casino__items__center {
    font-size: 24px;
  }
}
.casino__button {
  margin: 0;
}

/* SLOT */
.slot {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .slot {
    text-align: center;
  }
}
.slot__text__fog {
  color: var(--color-white-btn);
}
.slot__text__fog:not(:last-child) {
  margin-bottom: 20px;
}
.slot__subtittle:not(:last-child) {
  margin-bottom: 12px;
}
.slot__pretittle {
  margin-bottom: 12px;
}
.slot__unorder__list {
  display: flex;
  margin-bottom: 12px;
  padding: 12px 16px 12px 56px;
  align-items: stretch;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
  position: relative;
}
.slot__unorder__list:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .slot__unorder__list {
    height: auto;
    flex-direction: column;
  }
}
.slot__unorder__text {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  .slot__unorder__text {
    text-align: left;
  }
}
.slot__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.slot__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}

/* PROGRAM */
.program {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .program {
    text-align: center;
  }
}
.program__text__fog {
  color: var(--color-white-btn);
}
.program__text__fog:not(:last-child) {
  margin-bottom: 20px;
}
.program__subtittle:not(:last-child) {
  margin-bottom: 12px;
}
.program__pretittle {
  margin-bottom: 12px;
}
.program__unorder__list {
  display: flex;
  margin-bottom: 12px;
  padding: 12px 16px 12px 56px;
  align-items: stretch;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
  position: relative;
}
.program__unorder__list:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .program__unorder__list {
    height: auto;
    flex-direction: column;
  }
}
.program__unorder__text {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  .program__unorder__text {
    text-align: left;
  }
}
.program__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.program__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}
.program__table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
  margin-bottom: 20px;
}
.program__table {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 800px;
  width: 100%;
}
.program__table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}
.program__table th,
.program__table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}
.program__table td {
  padding: 12px 16px;
}
.program__table__item {
  background: var(--color-black);
}
.program__table__body {
  width: 100%;
}
.program__table__sub {
  background: var(--color-black-btn);
  border-bottom: 1px solid var(--color-gray-black);
}
.program__table__sub:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}
.program__table thead tr > th:nth-child(1),
.program__table thead tr > th:nth-child(2),
.program__table thead tr > th:nth-child(3),
.program__table tbody tr > td:nth-child(1),
.program__table tbody tr > td:nth-child(2),
.program__table tbody tr > td:nth-child(3) {
  width: 33.333%;
}
.program__thead {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.program__tread {
  word-wrap: break-word;
}

/* CASHBACK */
.cashback {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .cashback {
    text-align: center;
  }
}
.cashback__cube {
  flex: 1;
}
.cashback__text__fog {
  color: var(--color-white-btn);
}
.cashback__text__fog:not(:last-child) {
  margin-bottom: 20px;
}
.cashback__subtittle {
  margin-bottom: 20px;
}
.cashback__pretittle {
  margin-bottom: 12px;
}
.cashback__unorder__list {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  align-items: stretch;
  border-radius: 12px;
  padding: 12px 16px 12px 56px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
.cashback__unorder__list:last-child {
  margin-bottom: 20px;
}
.cashback__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.cashback__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}
.cashback__unorder__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cashback__unorder__text {
    text-align: left;
  }
}
.cashback__unorder__change {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}

/* WEDNESDAY */
.wednesday {
  min-height: 358px;
  padding-left: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .wednesday {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .wednesday .background img {
    -o-object-position: 73%;
       object-position: 73%;
    opacity: 1;
  }
}
.wednesday__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.wednesday__items {
  display: flex;
  align-items: center;
}
.wednesday__items__prize {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .wednesday__items__prize {
    font-size: 28px;
  }
}
.wednesday__items__center {
  padding: 0 5px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .wednesday__items__center {
    font-size: 24px;
  }
}
.wednesday__pretext {
  margin-bottom: 24px;
}
.wednesday__text {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.wednesday__button {
  margin: 0;
}

/* GLORY */
.glory {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .glory {
    text-align: center;
  }
}
.glory__text__fog {
  color: var(--color-white-btn);
}
.glory__text__fog:not(:last-child) {
  margin-bottom: 20px;
}
.glory__subtittle {
  margin-bottom: 12px;
}
.glory__subtittle:last-of-type {
  margin-bottom: 20px;
}
.glory__pretittle {
  margin-bottom: 12px;
}
.glory__unorder__list {
  display: flex;
  margin-bottom: 12px;
  padding: 12px 16px 12px 56px;
  align-items: stretch;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
  position: relative;
}
.glory__unorder__list:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .glory__unorder__list {
    flex-direction: column;
  }
}
.glory__unorder__text {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  .glory__unorder__text {
    text-align: left;
  }
}
.glory__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.glory__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}
.glory__image {
  flex: 1;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

/* LIMITED */
.limited {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .limited {
    text-align: center;
  }
}
.limited__text__fog {
  color: var(--color-white-btn);
  position: relative;
  margin-bottom: 20px;
}
.limited__subtittle {
  margin-bottom: 12px;
  position: relative;
}
.limited__pretittle {
  margin-bottom: 12px;
}
.limited__margin {
  margin-bottom: 12px;
}
.limited li:last-child {
  margin-bottom: 0;
}
.limited__events, .limited__promotional {
  padding: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .limited__events, .limited__promotional {
    padding: 0;
  }
}

/* PLAY */
.play {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .play {
    text-align: center;
  }
}
.play__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 12px;
}
.play__text__fog:last-of-type {
  margin-bottom: 0;
}
.play__subtittle {
  margin-bottom: 12px;
}

/* ENJOY */
.enjoy {
  min-height: 358px;
  padding-left: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .enjoy {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .enjoy .background img {
    -o-object-position: 73%;
       object-position: 73%;
    opacity: 1;
  }
}
.enjoy__subtittle {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .enjoy__subtittle {
    font-size: 24px;
  }
}
.enjoy__button {
  margin: 0;
}

/* heroAPP */
.heroApp {
  border-radius: 12px;
  padding: 72px 30px;
  min-height: 480px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .heroApp {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .heroApp .background img {
    -o-object-position: 76%;
       object-position: 76%;
    opacity: 1;
  }
}
.heroApp__button {
  margin: 0;
}

/* casinoAPP */
.casinoApp {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .casinoApp {
    text-align: center;
  }
}
.casinoApp__text__fog {
  color: var(--color-white-btn);
}
.casinoApp__text__fog:not(:last-child) {
  margin-bottom: 20px;
}

/* INSTALL */
.install {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .install {
    text-align: center;
  }
}
.install__text__fog {
  color: var(--color-white-btn);
}
.install__text__fog:not(:last-child) {
  margin-bottom: 20px;
}
.install__subtittle {
  margin-bottom: 20px;
}
.install__pretittle {
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}
.install__margin:not(:last-child) {
  margin-bottom: 16px;
}
.install__iphone__container {
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .install__iphone__container > a {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .install__iphone__container {
    justify-content: center;
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .install__iphone__container .background img {
    -o-object-position: 82%;
       object-position: 82%;
    opacity: 0.3;
  }
}
.install__android__container {
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .install__android__container {
    justify-content: center;
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .install__android__container .background img {
    -o-object-position: 18%;
       object-position: 18%;
    opacity: 0.3;
  }
}
.install__content__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .install__content__wrapper {
    max-width: 100%;
  }
}
.install__second__items:not(:last-child) {
  width: 500px;
}
@media (max-width: 767px) {
  .install__second__items:not(:last-child) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .install__second__items {
    width: auto;
  }
}
.install__second__items__list {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  border-radius: 12px;
  padding: 12px 16px 12px 56px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
@media (max-width: 767px) {
  .install__second__items__list {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.install__second__items__number {
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
}
@media (max-width: 767px) {
  .install__second__items__text {
    text-align: left;
  }
}
.install__button__apple, .install__button__android {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  padding: 16px 32px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  background: var(--color-red);
  transition: var(--transition-duration);
}
@media (max-width: 767px) {
  .install__button__apple, .install__button__android {
    margin-bottom: 20px;
    margin: 0 auto;
  }
}
.install__button__apple:hover {
  box-shadow: var(--color-red) 0px 5px 15px;
}
.install__button__android {
  background-color: var(--color-yellow);
}
.install__button__android:hover {
  box-shadow: var(--color-yellow) 0px 5px 15px;
}

/* BENEFITS */
.benefits {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .benefits {
    text-align: center;
  }
}
.benefits__text__fog {
  color: var(--color-white-btn);
}
.benefits__text__fog:not(:last-child) {
  margin-bottom: 20px;
}
.benefits__unorder__list {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  align-items: stretch;
  border-radius: 12px;
  padding: 12px 16px 12px 56px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
}
.benefits__unorder__list:last-child {
  margin-bottom: 0;
}
.benefits__unorder__point {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: var(--color-black);
  z-index: 1;
}
.benefits__unorder__point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
  display: block;
}
.benefits__unorder__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .benefits__unorder__text {
    text-align: left;
  }
}
.benefits__unorder__change {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}

/* DEVICE */
.device {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .device {
    text-align: center;
  }
}
.device__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}
.device__text__fog > span {
  color: var(--color-yellow);
  padding-right: 8px;
}
.device__text__fog:last-of-type {
  margin-bottom: 0;
}
.device__margin {
  margin-bottom: 12px;
}
.device__subtittle {
  margin-bottom: 12px;
}
.device__subtittle:last-of-type {
  margin-bottom: 20px;
}
.device__double__pros__items {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .device__double__pros__items {
    padding: 0;
  }
}
.device__double__pros__list {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.device__double__pros__list:last-of-type {
  margin-bottom: 0;
}
.device__double__pros__list > p {
  padding-left: 18px;
}
.device__double__pros__list::before {
  content: "";
  background-color: var(--color-yellow);
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

/* VERSION */
.version {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .version {
    text-align: center;
  }
}
.version__text__fog {
  color: var(--color-white-btn);
  margin-bottom: 20px;
}

/* RESPONSIBLE */
.responsible {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .responsible {
    text-align: center;
  }
}
.responsible__text__fog {
  color: var(--color-white-btn);
}
.responsible__text__fog:not(:last-child) {
  margin-bottom: 20px;
}

.table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

/* Пусть таблица тянется по содержимому, а не в 100% контейнера */
.table-scroll-wrapper > table {
  width: -moz-max-content;
  width: max-content;
  min-width: 700px; /* можно подстроить под ваш контент */
  white-space: nowrap;
  touch-action: pan-x;
}/*# sourceMappingURL=style.css.map */