* {
  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
}

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: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2")
}

:root {
  --font-main: "Roboto", sans-serif;
  --container-width: 1140px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #0b0c10;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --blue: #1149b5;
  --gold: #f1b902;
  --brown: #ce1126;
  --background: #3c3536;
  --hover: #b10216;
  --active: #b10216
}

.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)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .main:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .main:not(:last-child) {
    margin-bottom: 10px
  }
}

.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)
}

.tx-32-20 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2
}

@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
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: var(--white);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.logo span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.tx-36 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1
}

.tx-32 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1
}

.tx-20-15 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2
}

@media (max-width:991px) {
  .tx-20-15 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-15 {
    font-size: 15px
  }
}

.tx-24-16 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-24-16 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-24-16 {
    font-size: 16px
  }
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2
}

@media (max-width:991px) {
  .tx-24-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-24-20 {
    font-size: 20px
  }
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-14-12 {
    font-size: 12px
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2
}

.but-popup {
  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 24px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  background-color: var(--blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 10px 40px;
  min-width: 120px;
  min-height: 46px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.but-popup_border {
  background-color: transparent;
  border: 1px solid var(--blue)
}

@media (max-width:991px) {
  .but-popup {
    min-height: 38px;
    font-size: 15px
  }
}

@media (max-width:600px) {
  .but-popup {
    min-height: 34px;
    font-size: 14px
  }
}

@media (any-hover:hover) {
  .but-popup:hover {
    background-color: var(--hover)
  }
}

.but-popup:focus-visible {
  background-color: var(--hover)
}

.but-popup:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.circle::before {
  content: "";
  display: block;
  margin-top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--white)
}

.tx-main {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-15:not(:last-child) {
  margin-bottom: 15px
}

.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)
}

.mejorcasino-header {
  padding: 6px 0
}

.mejorcasino-header__container {
  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
}

.terms {
  padding-top: 40px
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.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: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.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: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.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: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.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
  }
}

.mejorcasino-hero {
  padding-top: 20px
}

.mejorcasino-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

.mejorcasino-hero__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .mejorcasino-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    height: 160px
  }
}

@media (max-width:991px) {
  .mejorcasino-hero__image {
    display: none
  }
}

.mejorcasino-hero__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 560px;
  flex: 0 1 560px;
  width: 100%
}

@media (max-width:1220px) {
  .mejorcasino-hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 710px;
    flex: 0 1 710px
  }
}

@media (max-width:991px) {
  .mejorcasino-hero__descr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.mejorcasino-hero__benefits {
  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
}

@media (max-width:600px) {
  .mejorcasino-hero__benefits {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.mejorcasino-hero__benefit {
  border-radius: 100px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: var(--white)
}

@media (max-width:600px) {
  .mejorcasino-hero__benefit {
    font-size: 10px;
    padding: 5px 10px;
    gap: 5px
  }
}

.mejorcasino-hero__benefit:nth-child(1) {
  background-color: var(--blue)
}

.mejorcasino-hero__benefit:nth-child(2) {
  background-color: var(--gold)
}

.mejorcasino-hero__benefit:nth-child(3) {
  background-color: var(--brown)
}

.mejorcasino-hero__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:600px) {
  .mejorcasino-hero__benefit span {
    width: 20px;
    height: 20px
  }
}

.dates {
  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: 5px;
  color: var(--white)
}

.dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dates__day {
  color: var(--white)
}

.dates__month {
  color: var(--white)
}

.dates__year {
  color: var(--white)
}

.jackpot-footer {
  padding-top: 50px;
  padding-bottom: 50px
}

.jackpot-footer__middle {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .jackpot-footer__middle {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.jackpot-footer__title {
  line-height: 1.4;
  color: var(--white)
}

.jackpot-footer__text {
  line-height: 1.4;
  color: var(--white)
}

.jackpot-footer__links {
  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:600px) {
  .jackpot-footer__links {
    gap: 10px 20px
  }
}

.jackpot-footer__war {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.jackpot-footer__links-item a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .jackpot-footer__links-item a:hover {
    opacity: .5
  }
}

.jackpot-footer__links-item a:focus-visible {
  opacity: .5
}

.jackpot-footer__links-item a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.nav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px
}

@media (max-width:600px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  -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
}

.nav__link span:last-child {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.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;
  max-width: 405px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 20px;
  background-color: var(--black)
}

@media (max-width:991px) {
  .popup__body {
    width: 95%
  }
}

.popup__button {
  min-width: 0;
  width: 100%
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  max-width: 405px;
  width: 100%;
  padding: 20px;
  background-color: var(--black)
}

.cookie-popup.disabled {
  display: none
}

.cookie-popup__button {
  min-height: 0;
  width: 100%
}

.cookie-popup__link {
  min-height: 0;
  width: 100%
}

.jackpot-casinos {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px
}

.jackpot-casinos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1
}

.jackpot-casinos__container {
  position: relative;
  z-index: 2
}

@media (max-width:768px) {
  .jackpot-casinos__container {
    padding: 0
  }
}

.card {
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 2px solid var(--blue);
  overflow: hidden;
  min-height: 122px
}

@media (max-width:768px) {
  .card {
    max-width: 400px
  }
}

.card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  background-color: var(--background)
}

@media (max-width:768px) {
  .card__top {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.card__num {
  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: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  background-color: var(--blue)
}

@media (max-width:991px) {
  .card__num {
    display: none
  }
}

.card__content {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 10px 20px;
  padding-left: 10px;
  padding-right: 42px
}

@media (max-width:1220px) {
  .card__content {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width:768px) {
  .card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 451px;
  flex: 0 1 451px;
  width: 100%
}

@media (max-width:768px) {
  .card__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.card__wrapper-logo {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 195px;
  flex: 0 1 195px;
  width: 100%;
  padding: 5px 16px
}

@media (max-width:768px) {
  .card__wrapper-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 18px 10px 10px 10px
  }
}

.card__logo {
  height: 66px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .card__logo {
    height: 60px
  }
}

@media (max-width:600px) {
  .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__wrapper-bonus {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 246px;
  flex: 0 1 246px;
  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;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 18px 0
}

@media (max-width:768px) {
  .card__wrapper-bonus {
    padding: 10px 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

.card__bottom {
  padding: 5px;
  background-color: var(--blue)
}

.card__bottom-text {
  color: var(--white)
}

.card__text {
  color: var(--white);
  position: relative;
  z-index: 2
}

.card__bonus {
  color: var(--white);
  -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__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 394px;
  flex: 0 1 394px
}

@media (max-width:768px) {
  .card__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.card__wrapper-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 170px;
  flex: 0 1 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18px 0
}

@media (max-width:768px) {
  .card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

.card__wrapper-rating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(198, 152, 0, .7);
  z-index: 1
}

.card__rating {
  color: var(--white);
  position: relative;
  z-index: 2
}

.card__wrapper-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 171px;
  flex: 0 1 171px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

@media (max-width:768px) {
  .card__wrapper-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 10px 10px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.card__pays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.card__pay {
  width: 32px;
  height: 22px;
  border-radius: 3px;
  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: 5px;
  background-color: var(--white)
}

.card__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: relative;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: var(--white);
  background-color: var(--brown);
  padding: 10px 2px;
  width: 100%;
  min-height: 35px;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.card__link:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.card__link:active {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.card__link::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: var(--brown)
}

.card__link:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0
}

footer,
header,
main {
  position: relative;
  z-index: 2
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 1005px;
  z-index: 1
}

.jackpot-texts__item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

@media (max-width:768px) {
  .jackpot-texts__item_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.jackpot-texts__title {
  line-height: 1.3
}

.jackpot-texts__text {
  line-height: 1.3
}

.jackpot-texts__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 763px;
  flex: 0 1 763px;
  width: 100%
}

@media (max-width:768px) {
  .jackpot-texts__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.jackpot-texts__image {
  border-radius: 10px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 367px;
  flex: 0 1 367px;
  height: 291px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:768px) {
  .jackpot-texts__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}