* {
  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: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}

@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: "Inter", 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: #0d1b2a;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --header: #000c19;
  --box-shadow: 0 0 10px rgba(0, 59, 255, 0.2);
  --background: #001832;
  --pomade: #89b5ae;
  --gold: #57ac9e;
  --box-shadow-card: 0 0 15px rgba(241, 224, 156, 0.2);
  --background-card: #0d1b2a;
  --hover: #2e7166;
  --active: #2e7166;
}

.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)
}

.Poppins {
  font-family: Poppins
}

.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: 40px
  }
}

@media (max-width:600px) {
  .main:not(:last-child) {
    margin-bottom: 30px
  }
}

.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-10 {
  font-weight: 400;
  font-size: 10px;
  line-height: 1
}

.tx-18-14 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%
}

@media (max-width:991px) {
  .tx-18-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-18-14 {
    font-size: 14px
  }
}

.tx-18-16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%
}

@media (max-width:600px) {
  .tx-18-16 {
    font-size: 16px
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%
}

.tx-44-16 {
  font-weight: 400;
  font-size: 44px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-44-16 {
    font-size: 32px
  }
}

@media (max-width:991px) {
  .tx-44-16 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-44-16 {
    font-size: 16px
  }
}

.tx-40-18 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-40-18 {
    font-size: 32px
  }
}

@media (max-width:991px) {
  .tx-40-18 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-40-18 {
    font-size: 18px
  }
}

.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-22-10 {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-22-10 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-22-10 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-22-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-6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1
}

@media (max-width:1220px) {
  .tx-16-6 {
    font-size: 12px
  }
}

@media (max-width:991px) {
  .tx-16-6 {
    font-size: 8px
  }
}

@media (max-width:600px) {
  .tx-16-6 {
    font-size: 6px
  }
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-12-10 {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%
}

@media (max-width:600px) {
  .tx-12-10 {
    font-size: 10px
  }
}

.tx-12-8 {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%
}

@media (max-width:991px) {
  .tx-12-8 {
    font-size: 10px
  }
}

@media (max-width:600px) {
  .tx-12-8 {
    font-size: 8px
  }
}

.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-14-8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%
}

@media (max-width:1220px) {
  .tx-14-8 {
    font-size: 12px
  }
}

@media (max-width:991px) {
  .tx-14-8 {
    font-size: 10px
  }
}

@media (max-width:600px) {
  .tx-14-8 {
    font-size: 8px
  }
}

.color-pomade {
  color: var(--pomade)
}

.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;
  text-align: center;
  border-radius: 10px;
  padding: 3px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 14px;
  color: var(--pomade);
  line-height: 1;
  border-bottom: 1px solid var(--header);
  -webkit-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out
}

@media (any-hover:hover) {
  .link:hover {
    border-bottom: 1px solid var(--pomade);
  }
}

.link:focus-visible {
  background-color: var(--hover)
}

.link:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--pomade);
  -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
}

.logo span {
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.contact-form {
  width: 100%;
}
.contact-form textarea,
.contact-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: var(--main);
  border: 1px solid var(--pomade);
  
}
.contact-form textarea::placeholder,
.contact-form input::placeholder {
  color: var(--pomade);
}
.reg {
  color: #333;
  background-color: var(--pomade);
  border: 1px solid var(--pomade);
  padding: 10px 20px;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}
.reg:hover {
  border: 1px solid var(--pomade);
  background-color: var(--main);
  color: var(--pomade);
}
.success-msg {
  color: var(--main);
}
@media (max-width:600px) {
  .logo span {
    width: 18px;
    height: 18px
  }
}

.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
  }
}

.tx-36-20 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-36-20 {
    font-size: 30px
  }
}

@media (max-width:991px) {
  .tx-36-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-36-20 {
    font-size: 20px
  }
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.circle::before {
  content: "";
  width: 5px;
  height: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--white);
  margin-top: 8px
}

@media (max-width:600px) {
  .circle::before {
    margin-top: 7px
  }
}

.back {
  border-radius: 15px;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  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;
  text-align: center;
  color: var(--white);
  -webkit-box-shadow: 0 0 15px rgba(241, 224, 156, .2);
  box-shadow: 0 0 15px rgba(241, 224, 156, .2);
  background-color: var(--header)
}

@media (max-width:991px) {
  .back {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .back {
    font-size: 16px
  }
}

.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: 20px;
  line-height: 1;
  font-weight: 700;
  color: #1f2e40;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  padding: 5px 10px;
  border-radius: 15px;
  min-width: 224px;
  min-height: 54px;
  text-align: center;
  background-color: var(--gold);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:1220px) {
  .but {
    font-size: 18px;
    min-height: 48px
  }
}

@media (max-width:991px) {
  .but {
    min-height: 42px;
    font-size: 16px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 37px;
    font-size: 14px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px var(--white);
    box-shadow: 0 0 5px var(--white)
  }
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-24-16 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-24-16 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-16 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .tx-24-16 {
    font-size: 16px
  }
}

.tx-24-11 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-24-11 {
    font-size: 20px
  }
}

@media (max-width:991px) {
  .tx-24-11 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-24-11 {
    font-size: 11px
  }
}

.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-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-50-25:not(:last-child) {
  margin-bottom: 50px
}

@media (max-width:991px) {
  .mb-50-25:not(:last-child) {
    margin-bottom: 35px
  }
}

@media (max-width:600px) {
  .mb-50-25:not(:last-child) {
    margin-bottom: 25px
  }
}

.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-25:not(:last-child) {
  margin-bottom: 25px
}

.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)
}

.meilleurcasino-header {
  position: relative;
  z-index: 3;
  background-color: var(--header)
}

.meilleurcasino-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px; 
  width: 100%;
  background: linear-gradient(to right, black, #57ac9e, black);
}

@media (max-width:991px) {
  .meilleurcasino-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--header);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .meilleurcasino-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.meilleurcasino-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.meilleurcasino-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .meilleurcasino-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .meilleurcasino-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.meilleurcasino-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--pomade);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.meilleurcasino-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--pomade);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.meilleurcasino-header__container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .meilleurcasino-header__container {
    padding-top: 14px;
    padding-bottom: 14px
  }
}

@media (max-width:600px) {
  .meilleurcasino-header__container {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.line-decor {
  width: 100%;
  height: 1px;
  background-image: url(../images/line-decorative.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .line-decor {
    background-image: url(../images/line-decorative-mob.webp)
  }
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 40px;
  height: 16px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--pomade);
  border-radius: 8px
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  z-index: 1
}

.terms {
  padding-top: 60px
}

@media (max-width:600px) {
  .terms {
    padding-top: 40px
  }
}

.terms__content {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px #000;
  box-shadow: 0 4px 20px #000;
  background: var(--background-card)
}

@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;
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 18px
  }
}

@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: 20px;
  line-height: 1.3;
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 16px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400
}

@media (max-width:600px) {
  .terms p {
    font-size: 14px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400
}

@media (max-width:600px) {
  .terms li {
    font-size: 14px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.meilleurcasino-hero {
  padding-top: 40px;
  position: relative
}

@media (max-width:991px) {
  .meilleurcasino-hero {
    padding-top: 25px
  }
}

@media (max-width:600px) {
  .meilleurcasino-hero {
    padding-top: 15px
  }
}

.meilleurcasino-hero__text {
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:768px) {
  .meilleurcasino-hero__text {
    display: none
  }
}

.meilleurcasino-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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 50px
}

@media (max-width:991px) {
  .meilleurcasino-hero__list {
    gap: 10px 40px
  }
}

@media (max-width:600px) {
  .meilleurcasino-hero__list {
    gap: 5px 30px
  }
}

@media (max-width:350px) {
  .meilleurcasino-hero__list {
    gap: 5px 10px
  }
}

.meilleurcasino-hero__item {
  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: 10px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:991px) {
  .meilleurcasino-hero__item {
    gap: 5px
  }
}

.meilleurcasino-hero__item span {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .meilleurcasino-hero__item span {
    width: 22px;
    height: 22px
  }
}

@media (max-width:991px) {
  .meilleurcasino-hero__item span {
    width: 20px;
    height: 20px
  }
}

@media (max-width:600px) {
  .meilleurcasino-hero__item span {
    width: 18px;
    height: 18px
  }
}

.meilleurcasino-texts__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 60px 20px
}

@media (max-width:991px) {
  .meilleurcasino-texts__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.meilleurcasino-texts__content-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.meilleurcasino-texts__list {
  position: relative;
  z-index: 2;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.meilleurcasino-texts__item {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: var(--box-shadow-card);
  box-shadow: var(--box-shadow-card);
  background-color: var(--background-card)
}

.meilleurcasino-texts__item-bottom {
  padding: 10px 20px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: var(--pomade);
}
.meilleurcasino-texts__text {
  color: var(--background-card);
}
@media (max-width:991px) {
  .meilleurcasino-texts__item-bottom {
    padding: 10px 15px
  }
}

@media (max-width:600px) {
  .meilleurcasino-texts__item-bottom {
    padding: 10px
  }
}

.meilleurcasino-texts__stars {
  width: 104px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.meilleurcasino-texts__item-top {
  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: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: var(--header)
}

@media (max-width:991px) {
  .meilleurcasino-texts__item-top {
    padding: 10px 15px
  }
}

@media (max-width:600px) {
  .meilleurcasino-texts__item-top {
    padding: 10px
  }
}

main {
  position: relative;
  z-index: 2
}

.meilleurcasino-footer {
  position: relative;
  z-index: 2;
  background-color: var(--header)
}
.meilleurcasino-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px; 
  width: 100%;
  background: linear-gradient(to right, black, #57ac9e, black);
}

.meilleurcasino-footer__container {
  padding-top: 50px;
  padding-bottom: 50px
}

@media (max-width:991px) {
  .meilleurcasino-footer__container {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (max-width:600px) {
  .meilleurcasino-footer__container {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.meilleurcasino-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 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:1220px) {
  .meilleurcasino-footer__list {
    gap: 15px 20px
  }
}

.meilleurcasino-footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 30px
}

@media (max-width:991px) {
  .meilleurcasino-footer__grid {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.meilleurcasino-footer__link {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .meilleurcasino-footer__link {
    height: 40px
  }
}

@media (max-width:600px) {
  .meilleurcasino-footer__link {
    height: 30px
  }
}

@media (any-hover:hover) {
  .meilleurcasino-footer__link:hover {
    opacity: .5
  }
}

.meilleurcasino-footer__link:focus-visible {
  opacity: .5
}

.meilleurcasino-footer__link:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.meilleurcasino-footer__text {
  line-height: 1.3
}

.meilleurcasino-footer__descr-item {
  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) {
  .meilleurcasino-footer__descr-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.meilleurcasino-footer__title {
  color: var(--pomade)
}

.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__list_header {
  gap: 20px 50px
}

@media (max-width:991px) {
  .nav__list_header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
  }
}

.nav__link {
  color: var(--pomade);
  -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 {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.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: 20px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.popup__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, .85);
  z-index: 1
}

@media (max-width:991px) {
  .popup__body {
    padding: 24px 16px;
    width: 95%
  }
}

.popup__title {
  position: relative;
  z-index: 2
}

.popup__text {
  position: relative;
  z-index: 2
}

.popup__button {
  position: relative;
  z-index: 2;
  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;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:991px) {
  .popup-cookie {
    padding: 24px 16px
  }
}

.popup-cookie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, .85);
  z-index: 1
}

.popup-cookie.disabled {
  display: none
}

.popup-cookie__title {
  position: relative;
  z-index: 2
}

.popup-cookie__text {
  position: relative;
  z-index: 2
}

.popup-cookie__links {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  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 195px;
  flex: 0 1 195px
}

@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 283px;
  flex: 0 1 283px
}

@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: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px
}

.popup-cookie__link {
  min-width: 0;
  width: 100%;
  min-height: 37px;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  background-color: #0d1b2a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--white);
  border-radius: 10px
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  border-radius: 15px;
  background: var(--background-card);
  min-height: 142px;
  -webkit-box-shadow: var(--box-shadow-card);
  box-shadow: var(--box-shadow-card);
  border-bottom: 3px solid #2e7166;
  min-height: 157px
}

@media (max-width:768px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
    border-width: 4px
  }
}

@media (max-width:600px) {
  .card {
    border-width: 3px
  }
}

.card__legolas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #1f2e40;
  border-radius: 15px 0;
  padding: 4px 10px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--pomade)
}

.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 682px;
  flex: 0 1 682px;
  width: 100%;
  position: relative;
  z-index: 2
}

@media (max-width:991px) {
  .card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 540px;
    flex: 0 1 540px
  }
}

@media (max-width:768px) {
  .card__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 8px
  }
}

.card__wrapper-logo {
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 15px 0 0 15px;
  background-color: #292929;
  position: relative
}

@media (max-width:768px) {
  .card__wrapper-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    gap: 8px;
    padding: 25px 5px 5px 5px;
    border-radius: 15px 0 0 0
  }
}

.card__logo {
  max-width: 260px;
  width: 100%;
  height: 100px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.card__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

@media (max-width:991px) {
  .card__logo {
    height: 90px;
    max-width: 140px
  }
}

@media (max-width:600px) {
  .card__logo {
    height: 90px
  }
}

.tx-18 {
  font-size: 5rem;
}

@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__infos {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 210px;
  flex: 0 1 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%
}

@media (max-width:768px) {
  .card__infos {
    display: none
  }
}

.card__infos-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 1
}

.card__infos-info span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.card__wrapper-bonus {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 330px;
  flex: 0 1 330px;
  -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: 10px;
  padding: 26px 0
}

@media (max-width:768px) {
  .card__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 6px 8px 0 0
  }
}

.card__name {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .card__name:hover {
    color: var(--hover)
  }
}

.card__name:focus-visible {
  color: var(--hover)
}

.card__name:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__wrapper-rating {
  width: 100%;
  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:768px) {
  .card__wrapper-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 3px
  }
}

.card__rating {
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.card__star {
  width: 100%;
  max-width: 104px;
  height: 24px
}

.card__bonus {
  line-height: 1.2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  -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: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 526px;
  flex: 0 1 526px;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 28px 20px 28px 0
}

@media (max-width:768px) {
  .card__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 15px;
    padding: 0 9px 13px 9px
  }
}

.card__right-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 224px;
  flex: 0 1 224px;
  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: 10px;
  width: 100%
}

@media (max-width:768px) {
  .card__right-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.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 20px;
  -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;
  width: 100%
}

@media (max-width:991px) {
  .card__pays {
    gap: 5px 10px
  }
}

@media (max-width:768px) {
  .card__pays {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.card__pay {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .card__pay {
    width: 22px;
    height: 22px
  }
}

@media (max-width:600px) {
  .card__pay {
    width: 20px;
    height: 20px
  }
}

.glare {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 80%);
  border-radius: 50%;
  opacity: 0.5;
  animation: pulse-glare 2s ease-in-out infinite alternate-reverse;
}

@keyframes pulse-glare {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.9;
  }
}


@-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)
  }
}

.dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin: 20px auto;
  padding: 5px 15px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

@media (max-width:991px) {
  .dates {
    display: none
  }
}

.dates__icon {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}