* {
  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: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/fonts-Poppins-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/fonts-Poppins-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/fonts-Poppins-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Poppins", 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: #001236;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --border-bottom: 1px solid #5b5b5b;
  --background: #001236;
  --green: #009b50;
  --box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25);
  --background-card: rgba(34, 34, 34, 0.6);
  --border: 1px solid #505156;
  --orange: #DF9F3B;
  --orange-card: #fcb340;
  --hover: #1fb86e;
  --active: #1fb86e
}

.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: var(--background-page)
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.circle::before {
  content: "";
  margin-top: 6px;
  width: 5px;
  height: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--white)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 50px
}

@media (max-width:991px) {
  .main:not(:last-child) {
    margin-bottom: 35px
  }
}

@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)
}

.tx-main {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2
}

.tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%
}

.tx-36-18 {
  font-weight: 400;
  font-size: 37px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-36-18 {
    font-size: 32px
  }
}

@media (max-width:991px) {
  .tx-36-18 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-36-18 {
    font-size: 18px
  }
}

.num {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: var(--white)
}

@media (max-width:1220px) {
  .num {
    font-size: 12px
  }
}

@media (max-width:991px) {
  .num {
    font-size: 10px
  }
}

@media (max-width:600px) {
  .num {
    font-size: 8px
  }
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%
}

@media (max-width:1220px) {
  .tx-20-12 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-20-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-20-12 {
    font-size: 12px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-20-14 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-20-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-20-14 {
    font-size: 14px
  }
}

.tx-20-10 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-20-10 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-20-10 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-20-10 {
    font-size: 10px
  }
}

.tx-16-8 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1
}

@media (max-width:1220px) {
  .tx-16-8 {
    font-size: 14px
  }
}

@media (max-width:991px) {
  .tx-16-8 {
    font-size: 10px
  }
}

@media (max-width:600px) {
  .tx-16-8 {
    font-size: 8px
  }
}

.tx-14-8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1
}

@media (max-width:991px) {
  .tx-14-8 {
    font-size: 10px
  }
}

@media (max-width:600px) {
  .tx-14-8 {
    font-size: 8px
  }
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1
}

@media (max-width:991px) {
  .tx-16-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-16-12 {
    font-size: 12px
  }
}

.tx-12-10 {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-shadow: 0 0 10px rgba(247, 242, 152, .5)
}

@media (max-width:600px) {
  .tx-12-10 {
    font-size: 10px
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%
}

@media (max-width:600px) {
  .tx-14-12 {
    font-size: 12px
  }
}

.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%
}

@media (max-width:991px) {
  .tx-14-10 {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .tx-14-10 {
    font-size: 10px
  }
}

.tx-10-7 {
  font-weight: 400;
  font-size: 10px;
  line-height: 120%
}

@media (max-width:600px) {
  .tx-10-7 {
    font-size: 7px
  }
}

.tx-10 {
  font-weight: 400;
  font-size: 10px;
  line-height: 120%
}

.logo {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .logo {
    font-size: 10px
  }
}

@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
}

.tx-32-26 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-32-26 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-32-26 {
    font-size: 26px
  }
}

.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: 6px 16px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5);
  background-color: var(--green);
  border: 1px solid #8c898e;
  border-radius: 5px;
  min-width: 200px;
  min-height: 44px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:1220px) {
  .but {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .but {
    min-height: 35px;
    font-size: 16px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 25px;
    font-size: 10px
  }
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.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-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-55-35:not(:last-child) {
  margin-bottom: 55px
}

@media (max-width:991px) {
  .mb-55-35:not(:last-child) {
    margin-bottom: 40px
  }
}

@media (max-width:600px) {
  .mb-55-35:not(:last-child) {
    margin-bottom: 35px
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-15:not(:last-child) {
  margin-bottom: 15px
}

.mb-17-10:not(:last-child) {
  margin-bottom: 17px
}

@media (max-width:991px) {
  .mb-17-10:not(:last-child) {
    margin-bottom: 14px
  }
}

@media (max-width:600px) {
  .mb-17-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-30:not(:last-child) {
  margin-bottom: 30px
}

.mb-35-20:not(:last-child) {
  margin-bottom: 35px
}

@media (max-width:1220px) {
  .mb-35-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:991px) {
  .mb-35-20:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .mb-35-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-25-15:not(:last-child) {
  margin-bottom: 25px
}

@media (max-width:600px) {
  .mb-25-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)
}

.top10casino-header {
  position: relative;
  z-index: 2;
  border: var(--border-bottom);
  background-color: var(--background);
  padding: 7px 0
}

.top10casino-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991px) {
  .top10casino-header__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.top10casino-header__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}

@media (max-width:991px) {
  .top10casino-header__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

.top10casino-header__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.top10casino-header .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.top10casino-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.top10casino-header__link span {
  display: block;
  width: 16px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation-name: foi;
  animation-name: foi;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1
}

@-webkit-keyframes foi {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes foi {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.terms {
  padding-top: 60px
}

@media (max-width:600px) {
  .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
  }
}

.top10casino-hero {
  padding-top: 40px
}

@media (max-width:991px) {
  .top10casino-hero {
    padding-top: 30px
  }
}

@media (max-width:600px) {
  .top10casino-hero {
    padding-top: 15px
  }
}

.top10casino-hero__text {
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:991px) {
  .top10casino-hero__text {
    display: none
  }
}

.top10casino-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 50px
}

@media (max-width:991px) {
  .top10casino-hero__list {
    gap: 10px 20px
  }
}

.top10casino-hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

@media (max-width:600px) {
  .top10casino-hero__item {
    gap: 3px
  }
}

.top10casino-hero__item span {
  width: 19px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .top10casino-hero__item span {
    width: 14px;
    height: 13px
  }
}

@media (max-width:600px) {
  .top10casino-hero__item span {
    width: 10px;
    height: 9px
  }
}

.top10casino-texts__list {
  border: 1px solid #505156;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(255, 255, 255, .25);
  box-shadow: 0 4px 4px 0 rgba(255, 255, 255, .25);
  background: rgba(34, 34, 34, .6)
}

@media (max-width:991px) {
  .top10casino-texts__list {
    padding: 20px 15px
  }
}

@media (max-width:600px) {
  .top10casino-texts__list {
    padding: 20px 10px
  }
}

.top10casino-texts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px
}

.top10casino-texts__top span {
  display: block;
  width: 32px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.top10casino-texts__title {
  color: var(--yellow)
}

.top10casino-texts__text {
  line-height: 1.4
}

main {
  position: relative;
  z-index: 2
}

.top10casino-footer {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--background)
}

@media (max-width:991px) {
  .top10casino-footer {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (max-width:600px) {
  .top10casino-footer {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.top10casino-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991px) {
  .top10casino-footer__top {
    gap: 15px
  }
}

@media (max-width:600px) {
  .top10casino-footer__top {
    gap: 10px
  }
}

.top10casino-footer__top span {
  width: 60px;
  height: 43px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .top10casino-footer__top span {
    width: 44px;
    height: 34px
  }
}

@media (max-width:600px) {
  .top10casino-footer__top span {
    width: 34px;
    height: 24px
  }
}

.top10casino-footer__texts-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 20px
}

@media (max-width:991px) {
  .top10casino-footer__texts-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.top10casino-footer__texts-bottom p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  width: 100%
}

@media (max-width:991px) {
  .top10casino-footer__texts-bottom p {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.top10casino-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 65px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:1220px) {
  .top10casino-footer__list {
    gap: 15px 40px
  }
}

.top10casino-footer__link {
  height: 54px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .top10casino-footer__link {
    height: 40px
  }
}

@media (max-width:600px) {
  .top10casino-footer__link {
    height: 30px
  }
}

@media (any-hover:hover) {
  .top10casino-footer__link:hover {
    opacity: .5
  }
}

.top10casino-footer__link:focus-visible {
  opacity: .5
}

.top10casino-footer__link:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.top10casino-footer__descr {
  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) {
  .top10casino-footer__descr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.top10casino-footer__text {
  line-height: 1.3
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.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
}

.war {
  width: 60px;
  height: 43px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .war {
    width: 44px;
    height: 34px
  }
}

@media (max-width:600px) {
  .war {
    width: 34px;
    height: 24px
  }
}

.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: 567px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 36px 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3c0001), to(#090909));
  background: linear-gradient(180deg, #3c0001 0, #090909 100%)
}

@media (max-width:991px) {
  .popup__body {
    padding: 24px 16px;
    width: 95%
  }
}

.popup__title {
  color: var(--orange)
}

.popup__text:not(:last-child) {
  margin-bottom: 16px
}

.popup__button {
  min-width: 179px;
  min-height: 39px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto
}

.popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  max-width: 567px;
  width: 100%;
  padding: 20px;
  border: 1px solid #686868;
  border-radius: 5px;
  background-color: #001236;
  border-radius: 10px
}

@media (max-width:991px) {
  .popup-cookie {
    padding: 20px 16px
  }
}

.popup-cookie.disabled {
  display: none
}

.popup-cookie__title {
  color: var(--orange)
}

.popup-cookie__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 25px
}

@media (max-width:600px) {
  .popup-cookie__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.popup-cookie__links li {
  width: 100%
}

.popup-cookie__links li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 179px;
  flex: 0 1 179px
}

@media (max-width:600px) {
  .popup-cookie__links li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.popup-cookie__links li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 323px;
  flex: 0 1 323px
}

@media (max-width:600px) {
  .popup-cookie__links li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.popup-cookie__button {
  min-width: 0;
  width: 100%;
  min-height: 37px;
  font-size: 16px
}

.popup-cookie__link {
  min-width: 0;
  width: 100%;
  min-height: 37px;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  background: #323232;
  text-align: center
}

.card {
  position: relative;
  padding: 20px;
  border: var(--border);
  border-radius: 10px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: var(--background-card);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  min-height: 140px
}

@media (max-width:991px) {
  .card {
    padding: 15px;
    gap: 15px
  }
}

@media (max-width:768px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:600px) {
  .card {
    padding: 8px 5px;
    max-width: 380px
  }
}

.card__num {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2
}

@media (max-width:600px) {
  .card__num {
    top: 6px;
    left: 6px
  }
}

.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 565px;
  flex: 0 1 565px;
  width: 100%;
  position: relative;
  z-index: 2
}

@media (max-width:768px) {
  .card__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 5px
  }
}

.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;
  padding: 10px;
  border-radius: 10px
}

@media (max-width:768px) {
  .card__wrapper-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%
  }
}

.card__logo {
  height: 78px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .card__logo {
    height: 65px
  }
}

@media (max-width:600px) {
  .card__logo {
    height: 45px
  }
}

@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 250px;
  flex: 0 1 250px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}

@media (max-width:768px) {
  .card__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%
  }
}

@media (max-width:600px) {
  .card__wrapper-bonus {
    gap: 10px
  }
}

.card__wrapper-rating {
  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
}

@media (max-width:991px) {
  .card__title {
    display: none
  }
}

.card__stars {
  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
}

.card__rating {
  padding-top: 2px
}

.card__star {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .card__star {
    width: 14px;
    height: 14px
  }
}

@media (max-width:600px) {
  .card__star {
    width: 12px;
    height: 12px
  }
}

.card__bonus {
  line-height: 1.2;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.card__bonus span {
  color: var(--orange-card);
  -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:hover span {
    color: var(--hover)
  }
}

.card__bonus:focus-visible {
  color: var(--hover)
}

.card__bonus:focus-visible span {
  color: var(--hover)
}

.card__bonus:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__bonus:active span {
  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: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 565px;
  flex: 0 1 565px;
  width: 100%;
  position: relative;
  z-index: 2
}

@media (max-width:768px) {
  .card__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 5px
  }
}

.card__infos {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}

@media (max-width:768px) {
  .card__infos {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%
  }
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:600px) {
  .card__info {
    gap: 1px
  }
}

.card__info span {
  width: 14px;
  height: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .card__info span {
    width: 12px;
    height: 15px
  }
}

@media (max-width:991px) {
  .card__info span {
    width: 10px;
    height: 12px
  }
}

@media (max-width:600px) {
  .card__info span {
    width: 8px;
    height: 10px;
    position: relative;
    top: -1px
  }
}

.card__right-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: 100%
}

@media (max-width:768px) {
  .card__right-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    gap: 10px
  }
}

.card__link {
  min-width: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative
}

.card__pays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:600px) {
  .card__pays {
    gap: 7px
  }
}

.card__pay {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:1220px) {
  .card__pay {
    width: 22px;
    height: 22px
  }
}

@media (max-width:991px) {
  .card__pay {
    width: 20px;
    height: 20px
  }
}

@media (max-width:600px) {
  .card__pay {
    width: 18px;
    height: 18px
  }
}

.glare {
  opacity: .8;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  width: 40px;
  height: 300px;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes slide {
  0% {
    left: -100px;
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg)
  }

  100%,
  50% {
    left: 120%;
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg)
  }
}

@keyframes slide {
  0% {
    left: -100px;
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg)
  }

  100%,
  50% {
    left: 120%;
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg)
  }
}