* {
  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/Poppins-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../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: #003b4b;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --background: #00192c;
  --background-060: rgba(0, 25, 44, 0.6);
  --orange: #ffa100;
  --box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  --gradient: linear-gradient(180deg, #ffa100 0%, #996100 100%);
  --hover: #b8790c;
  --active: #b8790c
}

.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)
  }
}

.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)
}

.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)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 50px
}

.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: 16px;
  font-weight: 400;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%
}

.tx-38-18 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-38-18 {
    font-size: 30px
  }
}

@media (max-width:991px) {
  .tx-38-18 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-38-18 {
    font-size: 18px
  }
}

.num {
  font-weight: 400;
  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-16-10 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%
}

@media (max-width:1220px) {
  .tx-16-10 {
    font-size: 14px
  }
}

@media (max-width:991px) {
  .tx-16-10 {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .tx-16-10 {
    font-size: 10px
  }
}

.tx-24-18 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1
}

@media (max-width:1220px) {
  .tx-24-18 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-18 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .tx-24-18 {
    font-size: 18px
  }
}

.tx-24-12 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1
}

@media (max-width:1220px) {
  .tx-24-12 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-12 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-24-12 {
    font-size: 12px
  }
}

.tx-14-7 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1
}

@media (max-width:991px) {
  .tx-14-7 {
    font-size: 10px
  }
}

@media (max-width:600px) {
  .tx-14-7 {
    font-size: 7px
  }
}

.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-12-7 {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-12-7 {
    font-size: 10px
  }
}

@media (max-width:600px) {
  .tx-12-7 {
    font-size: 7px
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (max-width:600px) {
  .logo {
    font-size: 10px
  }
}

.logo span {
  width: 17px;
  height: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .logo span {
    width: 14px;
    height: 14px
  }
}

@media (max-width:600px) {
  .logo span {
    width: 11px;
    height: 11px
  }
}

@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;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center;
  border: 1px solid var(--white);
  border-radius: 5px;
  padding: 10px 26px;
  min-width: 220px;
  min-height: 44px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa100), to(#996100));
  background: linear-gradient(180deg, #ffa100 0, #996100 100%)
}

@media (max-width:991px) {
  .but {
    min-height: 40px;
    font-size: 14px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 31px;
    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-40-10:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:1220px) {
  .mb-40-10:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:991px) {
  .mb-40-10:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .mb-40-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.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-50-30:not(:last-child) {
  margin-bottom: 50px
}

@media (max-width:991px) {
  .mb-50-30:not(:last-child) {
    margin-bottom: 40px
  }
}

@media (max-width:600px) {
  .mb-50-30:not(:last-child) {
    margin-bottom: 30px
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-15:not(:last-child) {
  margin-bottom: 15px
}

.mb-15-25:not(:last-child) {
  margin-bottom: 15px
}

@media (max-width:991px) {
  .mb-15-25:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .mb-15-25:not(:last-child) {
    margin-bottom: 25px
  }
}

.mb-15-10:not(:last-child) {
  margin-bottom: 15px
}

@media (max-width:600px) {
  .mb-15-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.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-30-20:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .mb-30-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)
}

.classementcasinos-header {
  position: relative;
  z-index: 2;
  background-color: var(--background)
}

.classementcasinos-header__decor {
  background-image: url(/img/decorative-line.webp);
  height: 2px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:600px) {
  .classementcasinos-header__decor {
    background-image: url(/img/decorative-line-mob.webp)
  }
}

.classementcasinos-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px
}

@media (max-width:991px) {
  .classementcasinos-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
  }
}

.classementcasinos-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: 10px
}

@media (max-width:991px) {
  .classementcasinos-header__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.classementcasinos-header__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.classementcasinos-header .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.classementcasinos-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;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.classementcasinos-header__link span {
  display: block;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (any-hover:hover) {
  .classementcasinos-header__link:hover {
    color: var(--hover)
  }
}

.classementcasinos-header__link:focus-visible {
  color: var(--hover)
}

.classementcasinos-header__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.terms {
  padding-top: 60px
}

@media (max-width:600px) {
  .terms {
    padding-top: 40px
  }
}

.terms__content {
  padding: 20px;
  border: 1px solid var(--white);
  border-radius: 10px;
  background-color: var(--background-060)
}

@media (max-width:991px) {
  .terms__content {
    padding: 20px 15px
  }
}

@media (max-width:600px) {
  .terms__content {
    padding: 20px 10px
  }
}

.terms h1 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 10px
}

.terms h2 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 16px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 10px
}

.terms p {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

.terms p:not(:last-child) {
  margin-bottom: 20px
}

.terms ul:not(:last-child) {
  margin-bottom: 20px
}

.terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

.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
  }
}

.classementcasinos-hero {
  padding-top: 40px
}

@media (max-width:991px) {
  .classementcasinos-hero {
    padding-top: 30px
  }
}

@media (max-width:600px) {
  .classementcasinos-hero {
    padding-top: 20px
  }
}

.classementcasinos-hero__container {
  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) {
  .classementcasinos-hero__container {
    gap: 5px
  }
}

@media (max-width:600px) {
  .classementcasinos-hero__container {
    gap: 0
  }
}

.classementcasinos-hero__descr {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 973px;
  flex: 0 1 973px
}

.classementcasinos-hero__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 169px;
  flex: 0 0 169px;
  height: 204px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .classementcasinos-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 170px;
    flex: 0 1 170px;
    height: 140px
  }
}

@media (max-width:991px) {
  .classementcasinos-hero__image {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 1;
    width: 100px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .classementcasinos-hero__image {
    width: 57px;
    top: 20px;
    height: 69px
  }
}

@media (max-width:991px) {
  .classementcasinos-hero__title {
    width: calc(100% - 100px)
  }
}

@media (max-width:600px) {
  .classementcasinos-hero__title {
    width: calc(100% - 57px)
  }
}

@media (max-width:991px) {
  .classementcasinos-hero__text {
    display: none
  }
}

.classementcasinos-hero__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 60px
}

@media (max-width:991px) {
  .classementcasinos-hero__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px 40px
  }
}

@media (max-width:600px) {
  .classementcasinos-hero__list {
    gap: 10px 12px
  }
}

.classementcasinos-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) {
  .classementcasinos-hero__item {
    gap: 3px
  }
}

.classementcasinos-hero__item span {
  width: 27px;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .classementcasinos-hero__item span {
    width: 20px;
    height: 16px
  }
}

@media (max-width:600px) {
  .classementcasinos-hero__item span {
    width: 14px;
    height: 11px
  }
}

.classementcasinos-texts__list {
  border: 1px solid var(--white);
  border-radius: 10px;
  padding: 20px;
  background-color: var(--background-060)
}

@media (max-width:991px) {
  .classementcasinos-texts__list {
    padding: 20px 15px
  }
}

@media (max-width:600px) {
  .classementcasinos-texts__list {
    padding: 16px 10px
  }
}

.classementcasinos-texts__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.classementcasinos-texts__item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px
}

.classementcasinos-texts__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media (max-width:991px) {
  .classementcasinos-texts__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.classementcasinos-texts__item:nth-child(2) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991px) {
  .classementcasinos-texts__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.classementcasinos-texts__item:nth-child(3) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991px) {
  .classementcasinos-texts__item:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.classementcasinos-texts__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 122px;
  height: 95px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .classementcasinos-texts__image {
    width: 95px;
    height: 60px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width:600px) {
  .classementcasinos-texts__image {
    width: 46px;
    height: 36px
  }
}

@media (max-width:991px) {
  .classementcasinos-texts__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.classementcasinos-texts__text {
  line-height: 1.4
}

main {
  position: relative;
  z-index: 2
}

.classementcasinos-footer {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--background)
}

@media (max-width:991px) {
  .classementcasinos-footer {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (max-width:600px) {
  .classementcasinos-footer {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.classementcasinos-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) {
  .classementcasinos-footer__top {
    gap: 15px
  }
}

@media (max-width:600px) {
  .classementcasinos-footer__top {
    gap: 10px
  }
}

.classementcasinos-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) {
  .classementcasinos-footer__top span {
    width: 44px;
    height: 34px
  }
}

@media (max-width:600px) {
  .classementcasinos-footer__top span {
    width: 34px;
    height: 24px
  }
}

.classementcasinos-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) {
  .classementcasinos-footer__texts-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.classementcasinos-footer__texts-bottom p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  width: 100%
}

@media (max-width:991px) {
  .classementcasinos-footer__texts-bottom p {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.classementcasinos-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 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:1220px) {
  .classementcasinos-footer__list {
    gap: 15px 40px
  }
}

.classementcasinos-footer__link {
  height: 54px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .classementcasinos-footer__link {
    height: 40px
  }
}

@media (max-width:600px) {
  .classementcasinos-footer__link {
    height: 30px
  }
}

@media (any-hover:hover) {
  .classementcasinos-footer__link:hover {
    opacity: .5
  }
}

.classementcasinos-footer__link:focus-visible {
  opacity: .5
}

.classementcasinos-footer__link:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.classementcasinos-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) {
  .classementcasinos-footer__descr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.classementcasinos-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 {
  color: var(--orange);
  -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;
  border: 1px solid #686868;
  border-radius: 5px;
  background-color: #001f3b;
  padding: 20px
}

@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 var(--white);
  background-color: #003b4b;
  border-radius: 5px;
  padding: 20px
}

@media (max-width:991px) {
  .popup-cookie {
    padding: 20px 16px
  }
}

.popup-cookie.disabled {
  display: none
}

.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: 41px;
  font-size: 14px
}

.popup-cookie__link {
  min-width: 0;
  width: 100%;
  min-height: 41px;
  font-size: 14px;
  border-radius: 3px;
  border: none;
  background: #262626;
  text-align: center
}

.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)
  }
}

#particles-js {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%
}

.card {
  background-color: var(--background-060);
  border: 1px solid var(--white);
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 140px
}

@media (max-width:991px) {
  .card {
    padding: 15px
  }
}

@media (max-width:768px) {
  .card {
    max-width: 450px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:600px) {
  .card {
    padding: 10px 8px
  }
}

.card__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 572px;
  flex: 0 1 572px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:768px) {
  .card__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 15px
  }
}

.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 220px;
  flex: 0 1 220px;
  width: 100%;
  border-radius: 10px;
  padding: 16px
}

@media (max-width:768px) {
  .card__wrapper-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%
  }
}

@media (max-width:600px) {
  .card__wrapper-logo {
    padding: 10px
  }
}

.card__logo {
  display: block;
  width: 100%;
  height: 68px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:1220px) {
  .card__logo {
    height: 58px
  }
}

@media (max-width:991px) {
  .card__logo {
    height: 48px
  }
}

@media (max-width:600px) {
  .card__logo {
    height: 38px
  }
}

@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 {
  -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;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px
}

@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;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:600px) {
  .card__stars {
    gap: 3px
  }
}

.card__star {
  width: 20px;
  height: 20px
}

@media (max-width:1220px) {
  .card__star {
    width: 16px;
    height: 16px
  }
}

@media (max-width:991px) {
  .card__star {
    width: 14px;
    height: 14px
  }
}

@media (max-width:600px) {
  .card__star {
    width: 12px;
    height: 12px
  }
}

.card__bonus {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .card__bonus:hover {
    color: var(--hover)
  }
}

.card__bonus:focus-visible {
  color: var(--hover)
}

.card__bonus:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 572px;
  flex: 0 1 572px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

@media (max-width:768px) {
  .card__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 15px
  }
}

.card__infos {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  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;
  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: 3px
  }
}

.card__info span {
  width: 16px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .card__info span {
    width: 14px;
    height: 16px
  }
}

@media (max-width:600px) {
  .card__info span {
    width: 10px;
    height: 12px
  }
}

.card__wrapper-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  width: 100%
}

@media (max-width:991px) {
  .card__wrapper-link {
    gap: 10px
  }
}

@media (max-width:768px) {
  .card__wrapper-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%
  }
}

@media (max-width:600px) {
  .card__wrapper-link {
    gap: 5px
  }
}

.card__link {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0
}

.card__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: 8px
}

@media (max-width:600px) {
  .card__pays {
    gap: 6px
  }
}

.card__pay {
  width: 24px;
  height: 24px
}

@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
  }
}