* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Kanit;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Kanit-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Kanit;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Kanit-SemiBold.woff2) format("woff2")
}

@font-face {
  font-family: Kanit;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Kanit-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Kanit", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #08141d;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --background: #08141d;
  --red: #D70909;
  --backer: #130707;
  --blue: #1851A2;
  --gray: #9d9d9d;
  --l-gray: #cecece;
  --gradient: linear-gradient(167deg, #d70909 0%, #1851a2 100%);
  --hover: #b40404;
  --active: #b40404
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background);
  background-image: url(/img/background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .main:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .main:not(:last-child) {
    margin-bottom: 20px
  }
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.logo {
  display: block;
  width: 165px;
  height: 32px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    width: 142px;
    height: 26px
  }
}

@media (max-width:600px) {
  .logo {
    width: 124px;
    height: 20px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.border-text-red {
  text-shadow: #d70909 1px 0 0, #d70909 0 1px 0, #d70909 -1px 0 0, #d70909 0 -1px 0
}

.border-text-blue {
  text-shadow: #1851a2 1px 0 0, #1851a2 0 1px 0, #1851a2 -1px 0 0, #1851a2 0 -1px 0
}

.color-red {
  color: var(--red)
}

.color-gray {
  color: var(--gray)
}

.color-l-gray {
  color: var(--l-gray)
}

.border-text-white {
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0
}

.tx-32-20 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-32-20 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-32-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-32-20 {
    font-size: 20px
  }
}

.tx-24-22 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%
}

@media (max-width:600px) {
  .tx-24-22 {
    font-size: 22px
  }
}

.tx-40-20 {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%
}

@media (max-width:1220px) {
  .tx-40-20 {
    font-size: 34px
  }
}

@media (max-width:991px) {
  .tx-40-20 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-40-20 {
    font-size: 20px
  }
}

.tx-36-28 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-36-28 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .tx-36-28 {
    font-size: 28px
  }
}

.tx-26-12 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1
}

@media (max-width:1220px) {
  .tx-26-12 {
    font-size: 20px
  }
}

@media (max-width:991px) {
  .tx-26-12 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-26-12 {
    font-size: 12px
  }
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25
}

@media (max-width:600px) {
  .tx-14-12 {
    font-size: 12px
  }
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2
}

.mb-80-40:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .mb-80-40:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .mb-80-40:not(:last-child) {
    margin-bottom: 40px
  }
}

.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  border-radius: 100px;
  padding: 6px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: var(--white);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  background-color: rgba(19, 7, 7, .1)
}

@media (max-width:1220px) {
  .benefit {
    font-size: 12px
  }
}

@media (max-width:991px) {
  .benefit {
    padding: 6px 14px;
    font-size: 10px;
    gap: 4px
  }
}

@media (max-width:600px) {
  .benefit {
    padding: 4px 12px;
    font-size: 8px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-box-shadow: 0 4px 4px rgba(255, 255, 255, .25);
    box-shadow: 0 4px 4px rgba(255, 255, 255, .25);
    background-color: rgba(255, 255, 255, .1)
  }
}

.benefit span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .benefit span {
    width: 20px;
    height: 20px
  }
}

@media (max-width:991px) {
  .benefit span {
    width: 16px;
    height: 16px
  }
}

@media (max-width:600px) {
  .benefit span {
    width: 12px;
    height: 12px
  }
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  background: var(--gradient);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  min-width: 207px;
  text-align: center;
  min-height: 41px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .but {
    font-size: 14px;
    min-height: 36px
  }
}

@media (max-width:600px) {
  .but {
    font-size: 12px;
    padding: 6px 10px;
    min-height: 32px
  }
}

.but_border {
  border: 2px solid transparent;
  background: linear-gradient(var(--backer), var(--backer)) padding-box, linear-gradient(45deg, #d70909, #0a1c24) border-box
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .55
  }
}

.but:focus-visible {
  opacity: .55
}

.but:active {
  opacity: .55
}

.border-block {
  border: 2px solid transparent;
  background: linear-gradient(var(--background), var(--background)) padding-box, linear-gradient(45deg, #d70909, #0a1c24) border-box
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-16-10 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25
}

@media (max-width:1220px) {
  .tx-16-10 {
    font-size: 14px
  }
}

@media (max-width:991px) {
  .tx-16-10 {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .tx-16-10 {
    font-size: 10px
  }
}

.tx-28-22 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.25
}

@media (max-width:991px) {
  .tx-28-22 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-28-22 {
    font-size: 22px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.legolas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px 6px 6px 0;
  padding: 5px 20px;
  -webkit-box-shadow: 0 0 13px rgba(241, 224, 156, .6);
  box-shadow: 0 0 13px rgba(241, 224, 156, .6);
  background-color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 10px;
  color: var(--red);
  line-height: 1
}

@media (max-width:600px) {
  .legolas {
    border-radius: 8px 5px 5px 0;
    padding: 5px 10px;
    font-size: 8px
  }
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-section:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-16-12:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .mb-16-12:not(:last-child) {
    margin-bottom: 12px
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-24-10:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:1220px) {
  .mb-24-10:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:991px) {
  .mb-24-10:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .mb-24-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.gamblinggame-header {
  padding: 10px 0;
  background-color: var(--background)
}

@media (max-width:600px) {
  .gamblinggame-header {
    padding: 5px 0
  }
}

.gamblinggame-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

@media (max-width:991px) {
  .gamblinggame-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--background);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .gamblinggame-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.gamblinggame-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.gamblinggame-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .gamblinggame-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .gamblinggame-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.gamblinggame-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.gamblinggame-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
  }
}

.nav__list_footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 20px;
  height: 14px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.terms {
  padding: 80px 0 0 0
}

.terms h1 {
  font-size: 24px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
  text-transform: uppercase
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 22px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 24px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
  text-transform: uppercase
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 22px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:600px) {
  .terms p {
    font-size: 14px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:600px) {
  .terms li {
    font-size: 14px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.gamblinggame-hero {
  padding-top: 40px
}

@media (max-width:991px) {
  .gamblinggame-hero {
    padding-top: 30px
  }
}

@media (max-width:600px) {
  .gamblinggame-hero {
    padding-top: 20px
  }
}

.gamblinggame-hero__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:991px) {
  .gamblinggame-hero__text {
    display: none
  }
}

.gamblinggame-hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px
}

@media (max-width:991px) {
  .gamblinggame-hero__list {
    gap: 12px 20px
  }
}

@media (max-width:600px) {
  .gamblinggame-hero__list {
    gap: 12px
  }
}

.faq {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 12px 16px
}

@media (max-width:991px) {
  .faq {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.faq__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px
}

@media (max-width:600px) {
  .faq__item ul {
    gap: 12px
  }
}

.faq__item-el {
  border-radius: 10px;
  padding: 24px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
  position: relative
}

.faq__item-el::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background-image: linear-gradient(167deg, #1851a2 0, #d70909 100%);
  border-radius: inherit;
  -webkit-mask: conic-gradient(#000 0 0) content-box, conic-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0)
}

.gamblinggame-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px)
}

@media (max-width:600px) {
  .gamblinggame-footer {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.gamblinggame-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.gamblinggame-footer__links a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .gamblinggame-footer__links a {
    height: 35px
  }
}

@media (any-hover:hover) {
  .gamblinggame-footer__links a:hover {
    opacity: .5
  }
}

.gamblinggame-footer__links a:focus-visible {
  opacity: .5
}

.gamblinggame-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.gamblinggame-footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 16px 20px
}

@media (max-width:991px) {
  .gamblinggame-footer__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__body {
  overflow: auto;
  width: 500px;
  position: relative;
  z-index: 2;
  margin: auto;
  border-radius: 30px;
  padding: 32px 24px;
  background-color: var(--backer)
}

@media (max-width:668px) {
  .popup__body {
    padding: 24px 16px;
    width: 95%
  }
}

.popup__button {
  min-width: 0;
  width: 100%
}

.popup-cookie {
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  width: 500px;
  border-radius: 30px;
  padding: 32px 24px;
  background-color: var(--backer)
}

.popup-cookie.disabled {
  display: none
}

@media (max-width:668px) {
  .popup-cookie {
    padding: 24px 16px;
    width: 100%
  }
}

.popup-cookie__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px
}

@media (max-width:600px) {
  .popup-cookie__links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.popup-cookie__button {
  min-width: 0;
  width: 100%
}

.popup-cookie__link {
  min-width: 0;
  width: 100%
}

.dates {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: rgba(19, 7, 7, .5);
  padding: 2px 5px
}

.dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gamblinggame-games {
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .gamblinggame-games {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.card {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, .1);
  border: 1px solid grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  border-radius: 10px;
  position: relative;
  min-height: 132px
}

@media (max-width:991px) {
  .card {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px
  }
}

@media (max-width:768px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    padding: 16px;
    gap: 8px
  }
}

@media (max-width:600px) {
  .card {
    border-radius: 8px;
    max-width: 320px
  }
}

.card__legolas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation-name: legolas;
  animation-name: legolas;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 926px;
  flex: 0 1 926px;
  width: 100%
}

@media (max-width:991px) {
  .card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px
  }
}

@media (max-width:768px) {
  .card__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 16px
  }
}

.card__wrapper-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--backer);
  border-radius: 10px 0 0 10px;
  padding: 20px
}

@media (max-width:768px) {
  .card__wrapper-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border-radius: 8px;
    min-height: 82px;
    padding: 10px
  }
}

@media (max-width:600px) {
  .card__wrapper-logo {
    border-radius: 8px
  }
}

.card__logo {
  height: 72px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:768px) {
  .card__logo {
    height: 50px
  }
}

@media (any-hover:hover) {
  .card__logo:hover {
    opacity: .5
  }
}

.card__logo:focus-visible {
  opacity: .5
}

.card__logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__left-left {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 608px;
  flex: 0 1 608px;
  width: 100%;
  padding: 30px 0
}

@media (max-width:1220px) {
  .card__left-left {
    padding: 24px 0
  }
}

@media (max-width:991px) {
  .card__left-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px
  }
}

@media (max-width:768px) {
  .card__left-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.card__wrapper-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 350px;
  flex: 0 1 350px;
  width: 100%
}

@media (max-width:1220px) {
  .card__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 280px;
    flex: 0 1 280px
  }
}

@media (max-width:991px) {
  .card__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px
  }
}

@media (max-width:768px) {
  .card__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:768px) {
  .card__title {
    display: none
  }
}

.card__title a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .card__title a:hover {
    color: var(--hover)
  }
}

.card__title a:focus-visible {
  color: var(--hover)
}

.card__title a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__bonus {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .card__bonus:hover {
    color: var(--hover)
  }
}

.card__bonus:focus-visible {
  color: var(--hover)
}

.card__bonus:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__wrapper-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 188px;
  flex: 0 0 188px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

@media (max-width:1220px) {
  .card__wrapper-rating {
    gap: 8px
  }
}

@media (max-width:768px) {
  .card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px
}

.card__star {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .card__star {
    width: 20px;
    height: 20px
  }
}

@media (max-width:600px) {
  .card__star {
    width: 14px;
    height: 14px
  }
}

.card__right {
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 244px;
  flex: 0 1 244px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 30px 30px 30px 0
}

@media (max-width:1220px) {
  .card__right {
    padding: 24px 24px 24px 0
  }
}

@media (max-width:768px) {
  .card__right {
    gap: 8px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.card__link {
  min-width: 0;
  width: 100%;
  overflow: hidden;
  position: relative
}

.card__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-animation: shine 2.5s infinite;
  animation: shine 2.5s infinite
}

@-webkit-keyframes shine {
  0% {
    left: -75%
  }

  100% {
    left: 125%
  }
}

@keyframes shine {
  0% {
    left: -75%
  }

  100% {
    left: 125%
  }
}

@-webkit-keyframes legolas {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: .85;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes legolas {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: .85;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.pays-slider {
  width: 100%
}

.pays-slider__pay {
  width: 32px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}