* {
  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 {
  height: 100%;
  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
}

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
}

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: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Montserrat-Light.woff2) format("woff2")
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2")
}

:root {
  --font-main: "Montserrat", sans-serif;
  --container-width: 914px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #000;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --green: #79b100;
  --blue: #33bcfe;
  --purple: #974ad1;
  --d-purple: #401263;
  --l-purple: #a08ec0;
  --orange: #ffa500;
  --hover: #314702;
  --active: #314702
}

.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-page);
  background-attachment: fixed;
  background: url(/build/images/bg.65e28d05.jpg) center 0 repeat-y #020100;
  background-size: cover
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .main:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .main:not(:last-child) {
    margin-bottom: 50px
  }
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.pagination {
  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: 2px;
  position: static
}

.pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid var(--purple);
  margin: 0 !important;
  background-color: transparent
}

.pagination .swiper-pagination-bullet-active {
  background-color: var(--purple)
}

.tx-10 {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400
}

.tx-12 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400
}

.tx-14 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400
}

.tx-17-14 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400
}

@media (max-width:600px) {
  .tx-17-14 {
    font-size: 14px
  }
}

.tx-20-17 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400
}

@media (max-width:600px) {
  .tx-20-17 {
    font-size: 17px
  }
}

.tx-31-21 {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400
}

@media (max-width:991px) {
  .tx-31-21 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-31-21 {
    font-size: 21px
  }
}

.tx-42-28 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400
}

@media (max-width:991px) {
  .tx-42-28 {
    font-size: 34px
  }
}

@media (max-width:600px) {
  .tx-42-28 {
    font-size: 28px
  }
}

.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;
  gap: 10px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--main);
  background-color: var(--green);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  min-width: 100px;
  border-radius: 8px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.but img {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.but_blue {
  background-color: var(--blue)
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.box-shadow {
  -webkit-box-shadow: 0 3px 10px rgba(51, 188, 254, .5);
  box-shadow: 0 3px 10px rgba(51, 188, 254, .5)
}

.mb-16-8:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .mb-16-8:not(:last-child) {
    margin-bottom: 8px
  }
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-32-24:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:600px) {
  .mb-32-24:not(:last-child) {
    margin-bottom: 24px
  }
}

.mb-4:not(:last-child) {
  margin-bottom: 4px
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.mb-60-40:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:600px) {
  .mb-60-40:not(:last-child) {
    margin-bottom: 40px
  }
}

.mb-100-50:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .mb-100-50:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .mb-100-50:not(:last-child) {
    margin-bottom: 50px
  }
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.circle::before {
  content: "";
  width: 6px;
  height: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--blue)
}

.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
}

.header {
  padding: 10px 0
}

.header__container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

@media (max-width:991px) {
  .header__container-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (max-width:991px) {
  .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(--black);
    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) {
  .header__menu {
    padding: 80px 30px 30px 30px
  }
}

.header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.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)
}

.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)
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:991px) {
  .header__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
  }
}

@media (max-width:991px) {
  .header__buttons-link {
    min-height: 30px;
    font-size: 14px
  }
}

@media (max-width:991px) {
  .header__buttons-link img {
    width: 16px;
    height: 16px
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:991px) {
  .header__right {
    margin-left: auto
  }
}

.header__right-link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (max-width:991px) {
  .header__right-link {
    display: none
  }
}

@media (any-hover:hover) {
  .header__right-link:hover {
    color: var(--hover)
  }
}

.header__right-link:focus-visible {
  color: var(--hover)
}

.header__right-link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.lang {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 16px
}

@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: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.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: 24px;
  height: 12px;
  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
}

.logo {
  width: 200px;
  height: 54px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .logo {
    width: 140px;
    height: 40px
  }
}

@media (max-width:600px) {
  .logo {
    width: 120px;
    height: 34px
  }
}

.footer {
  padding-bottom: 40px
}

.footer__container {
  border-top: 2px solid var(--blue);
  padding-top: 20px
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 24px
}

@media (max-width:991px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.interactive {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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
}

@media (max-width:991px) {
  .interactive {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.interactive__top-item a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .interactive__top-item a:hover {
    color: var(--hover)
  }
}

.interactive__top-item a:focus-visible {
  color: var(--hover)
}

.interactive__top-item a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.interactive__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px
}

.interactive__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .interactive__link:hover {
    color: var(--hover)
  }
}

.interactive__link:focus-visible {
  color: var(--hover)
}

.interactive__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 24px
}

@media (max-width:600px) {
  .links {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.links__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .links__link:hover {
    color: var(--hover)
  }
}

.links__link:focus-visible {
  color: var(--hover)
}

.links__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.pays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px
}

.pays__item {
  height: 24px
}

@media (max-width:768px) {
  .pays__item {
    height: 14px
  }
}

.pays__item a {
  display: block;
  width: 100%;
  height: 100%
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px
}

.logos__item {
  height: 34px
}

@media (max-width:768px) {
  .logos__item {
    height: 24px
  }
}

.hero-slider__slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px
}

@media (max-width:991px) {
  .hero-slider__slide {
    min-height: 300px
  }
}

@media (max-width:600px) {
  .hero-slider__slide {
    min-height: 200px
  }
}

.hero-slider__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1
}

.hero-slider__slide.swiper-slide-active .hero-slider__descr {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.hero-slider__slide.swiper-slide-active .hero-slider__wrapper-link {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.hero-slider__descr {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  z-index: 2;
  text-shadow: var(--purple) 1px 0 0, var(--purple) 0 1px 0, var(--purple) -1px 0 0, var(--purple) 0 -1px 0;
  -webkit-transition: opacity .3s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  transition: opacity .3s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  transition: opacity .3s ease-in-out .3s, transform .5s ease-in-out .3s;
  transition: opacity .3s ease-in-out .3s, transform .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s
}

.hero-slider__wrapper-link {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  transition: opacity .3s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  transition: opacity .3s ease-in-out .3s, transform .5s ease-in-out .3s;
  transition: opacity .3s ease-in-out .3s, transform .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s
}

.hero-slider__link {
  min-height: 60px;
  min-width: 200px;
  font-size: 20px
}

@media (max-width:991px) {
  .hero-slider__link {
    min-height: 40px;
    min-width: 100px;
    font-size: 18px
  }
}

@media (max-width:600px) {
  .hero-slider__link {
    font-size: 14px
  }
}

.anim-scale {
  -webkit-animation-name: anim-scale;
  animation-name: anim-scale;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes anim-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #79b100
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #33bcfe
  }

  75% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #974ad1
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #79b100
  }
}

@keyframes anim-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #79b100
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #33bcfe
  }

  75% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #974ad1
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #79b100
  }
}

.jackpot__wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.jackpot__wrapper-title img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px
}

@media (max-width:991px) {
  .jackpot__wrapper-title img {
    display: none
  }
}

.jackpot__title {
  background: linear-gradient(45deg, #e2e047 33%, #fffc00 66%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e8ec02
}

.jackpot__price {
  background: linear-gradient(45deg, #2ebf91 33%, #8360c3 66%, #2ebf91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0b2349
}

.slots__link {
  margin-left: auto;
  margin-right: auto
}

.slots-nav {
  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;
  gap: 10px 24px;
  border: 2px solid var(--d-purple);
  padding: 16px
}

@media (max-width:600px) {
  .slots-nav {
    padding: 10px
  }
}

.slots-nav__item:last-child img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 2px;
  background-color: var(--purple)
}

@media (max-width:600px) {
  .slots-nav__item:last-child img {
    width: 20px;
    height: 20px
  }
}

.slots-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--l-purple);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (max-width:600px) {
  .slots-nav__link {
    font-size: 14px
  }
}

@media (any-hover:hover) {
  .slots-nav__link:hover {
    color: var(--hover)
  }
}

.slots-nav__link:focus-visible {
  color: var(--hover)
}

.slots-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.slots-nav__link img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:600px) {
  .slots-nav__link img {
    width: 16px;
    height: 16px
  }
}

.slots-games {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .slots-games {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 15px
  }
}

@media (max-width:600px) {
  .slots-games {
    gap: 10px
  }
}

.slots-games__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 5px 5px 16px 5px;
  background-color: var(--d-purple)
}

.slots-games__wrapper-link {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .slots-games__wrapper-link:hover {
    opacity: 1
  }
}

.slots-games__wrapper-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: -1
}

.slots-games__link {
  padding: 10px 16px;
  background-color: var(--orange)
}

.slots-games__link::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.slots-games__image {
  position: relative;
  padding-bottom: 67%
}

.slots-games__image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.slots-games__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.slots-games__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px
}

.slots-games__star {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.reviews__item {
  border: 2px solid var(--blue);
  border-radius: 8px;
  padding: 20px
}

@media (max-width:991px) {
  .reviews__item {
    padding: 16px
  }
}

@media (max-width:600px) {
  .reviews__item {
    padding: 10px
  }
}

.reviews__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.reviews__icon {
  width: 60px;
  height: 60px
}

.reviews__icon img {
  border-radius: 50%
}

.faq__item {
  padding: 10px;
  border-radius: 8px;
  border: 2px solid var(--blue)
}

.faq__item.active .faq__button img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.faq__item.active .faq__item-bottom {
  display: block
}

.faq__item-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px
}

.faq__button {
  width: 24px;
  height: 24px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .faq__button {
    width: 20px;
    height: 20px
  }
}

@media (max-width:600px) {
  .faq__button {
    width: 16px;
    height: 16px
  }
}

@media (any-hover:hover) {
  .faq__button:hover {
    opacity: .6
  }
}

.faq__button:focus-visible {
  opacity: .6
}

.faq__button:active {
  opacity: .6;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.faq__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.faq__item-bottom {
  display: none
}

.faq__texts {
  padding-bottom: 10px
}

.wrapper-table {
  padding-bottom: 10px
}

.wrapper-table__table {
  min-width: 900px
}

.wrapper-table__th {
  padding: 15px;
  text-align: left;
  border: 2px solid var(--blue)
}

.wrapper-table__td {
  padding: 15px;
  border: 2px solid var(--blue)
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--blue)
}