* {
  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;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

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;
}

textarea {
  resize: none;
}

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;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "ClashDisplay", sans-serif;
  --background-page: #000;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

.rd-transfer {
  display: inline-flex;
  flex-wrap: wrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: "ClashDisplay";
  font-weight: 100 900;
  font-style: normal;
  src: url("/assets?p=%2Ffonts%2FClashDisplay.woff2") format("woff2");
}

h1 {
  color: #ffb619;
  font-family: "ClashDisplay";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  text-transform: uppercase;
}

h2 {
  color: #fff;
  font-family: "ClashDisplay";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

h3 {
  color: #fff;
  font-family: "ClashDisplay";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

p {
  color: #fff;
  font-family: "ClashDisplay";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

footer h3 {
  font-size: 18px;
}

footer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
footer a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }
}

.page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

.btn {
  border-radius: 20px;

  color: var(--white);
  font-family: "ClashDisplay";

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px; /* 160% */
  letter-spacing: 0.6px;
  text-transform: uppercase;

  display: flex;
  justify-content: center;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-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;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.terms__content {
  padding: 20px;
  border: 1px solid var(--white);
  border-radius: 10px;
}

@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: 600px) {
  .terms h1 {
    font-size: 16px;
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.terms h2 {
  font-size: 20px;
  line-height: 1.3;
  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;
  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;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popup */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6px);
}

.popup.active {
  display: flex;
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__content {
  max-width: 540px;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;

  border-radius: 10px;
  border: 1px solid #fff;
  background: var(--Black, #0a0a0a);

  backdrop-filter: blur(12.5px);
  padding: 50px 20px;
  text-align: center;
}

.popup__text {
  color: var(--white);
}

.popup__text h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  text-transform: uppercase;
}

.popup__text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;

  padding-top: 20px;
  padding-bottom: 40px;
}

.popup__exit {
  display: inline-flex;
  align-items: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: none;

  border-radius: 10px;
  background: linear-gradient(90deg, #9d2d0b 0%, #ffb30f 100%);

  padding: 16px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .popup__content {
    padding: 20px;
    max-width: 348px;
  }
  .popup__text h3 {
    font-size: 20px;
  }

  .popup__exit {
    font-size: 14px;
  }
  .popup__text p {
    font-size: 14px;
    padding-bottom: 30px;
  }
}

.popup__exit:hover {
  background-color: var(--btn-hover);
}
/* !!!!!!!!!!!!!!!!!!!!!!! */
/* cookie */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.cookie-banner {
  z-index: 1000;
  position: fixed;
  width: 100%;
  bottom: 20px;
  right: 20px;

  border-radius: 10px;
  border: 1px solid #fff;

  background: var(--Black, #0a0a0a);
  color: var(--white);
  padding: 50px 20px;
  max-width: 540px;

  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}
.cookie-banner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.cookie-content h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  text-transform: uppercase;
}

.cookie-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;

  padding-top: 20px;
  padding-bottom: 40px;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  height: auto;
  margin: 0 auto;
  align-items: end;
  white-space: nowrap;
  width: 100%;
}

.button-cookie {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 10px;
  text-transform: none;

  width: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #9d2d0b 0%, #ffb30f 100%);
}

#accept-cookies {
  max-width: 40%;
}
#more-info {
  color: var(--black);
  background: #fff;
  max-width: 60%;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .cookie-banner {
    padding: 20px;
    max-width: 360px;
  }
  .cookie-content h3 {
    font-size: 20px;
  }
  .cookie-content p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .button-cookie {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    bottom: 0;
    right: 0;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.header {
  padding: 15px;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 0px 5px 0px #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  text-align: center;
}

header .logo img {
  width: 228px;
  height: 25px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 50px 0;
  background: linear-gradient(90deg, #9d2d0b 0%, #ffb30f 100%);
}

.block-img img {
  height: 60px;
}

.care {
  max-width: 208px;
}
.ibas {
  max-width: 110px;
}
.onin {
  max-width: 60px;
}
.gbga {
  max-width: 132px;
}
.gamble {
  max-width: 255px;
}

.block-center .lc,
.rc {
  width: 50%;
}

.block-nav li {
  max-width: 205px;
  align-items: center;
  display: flex;
}

@media (max-width: 991px) {
  footer {
    padding: 30px 0;
  }

  .block-img img {
    height: 40px;
  }

  .care {
    max-width: 138px;
  }
  .ibas {
    max-width: 75px;
  }
  .onin {
    max-width: 40px;
  }
  .gbga {
    max-width: 88px;
  }
  .gamble {
    max-width: 170px;
  }

  .block-nav {
    flex-direction: column;
  }

  .block-center {
    flex-direction: column;
  }

  .block-center .lc,
  .rc {
    width: 100%;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.bg-2 {
  position: absolute;
  background: url("/assets?p=%2Fimg%2Fyourluckychance-fon-2.webp") lightgray 50% / cover no-repeat;
  object-fit: cover;
  width: 100%;
  height: 660px;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
}

main {
  position: relative;
  z-index: 2;
}

main {
  padding: 112px 0 60px;
}

.responsible h1 {
  margin-bottom: 20px;
}

.responsible h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.responsible p {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  main {
    padding: 90px 0 50px;
  }

  .bg-2 {
    height: 500px;
  }
}

.cele h1 {
  margin-bottom: 24px;
}

.cele h2 {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cele-text {
    display: none;
  }
  .cele-img-lc {
    gap: 20px;
  }
  .cele h2 {
    font-size: 14px;
  }
  .cele p {
    font-size: 12px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* cards */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.cards {
  margin-top: 60px;
  margin-bottom: 60px;
}

.cards-time {
  font-family: "ClashDisplay";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}

.card {
  width: 100%;
  align-items: center;
  padding: 24px 32px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: #151515;
  animation: cardFlash 2s ease-in-out infinite;
  backdrop-filter: blur(5px);
}

.card_logo_container {
  width: 100%;
  max-width: 194px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_rc_block {
  width: 100%;
  max-width: 900px;
}
.card_bonus_wrapper {
  width: 100%;
  max-width: 168px;
}

.card_bonus_wrapper h2 {
  font-size: 16px;
}
.card_bonus_wrapper h3 {
  font-size: 14px;
}
.cardes__rating {
  font-family: "ClashDisplay";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.wrapper_rating {
  align-items: center;
}
.card_stars {
  width: 100%;
  max-width: 120px;
  height: 29px;
}
.card_ul {
  width: 300px;
}
.card_ul li {
  list-style: disc;
  margin-left: 20px;

  font-family: "ClashDisplay";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}

@keyframes cardFlash {
  0%,
  100% {
    box-shadow: 0 0 0 transparent;
  }
  50% {
    box-shadow: 0px 4px 48px 0px rgba(255, 255, 255, 0.5);
  }
}

.btn_wrapper {
  width: 100%;
  max-width: 258px;
}

.cards-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100%;

  border-radius: 20px;

  font-family: "ClashDisplay";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;

  text-decoration: none;
  background: linear-gradient(270deg, #c66a01, #e3c100, #ffa600, #c66a01);
  background-size: 400% 400%;
  animation: gradientBG 2s ease infinite;
}

.underline-text {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 1;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* slider */

.wrapper_slider {
  width: 100%;
  padding: 12px 14px !important;
  border-radius: 14px;
  border: 1px solid #fff;
}

.card__pay {
  width: 33px !important;
  height: 22px !important;
}

@media (max-width: 991px) {
  .cards {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .cards-time {
    font-size: 12px;
  }
  .display_none_991 {
    display: none;
  }
  .card_rc_block {
    max-width: 600px;
  }
  .card {
    padding: 12px;
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .card {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .card_logo_container {
    width: 100%;
    max-width: 120px;
    height: 80px;
  }
}
@media (max-width: 675px) {
  .card {
    gap: 20px;
  }
  .btn_wrapper {
    width: 100%;
    max-width: 220px;
  }
  .cards-btn {
    font-size: 16px;
  }
  .card_bonus_wrapper h3 {
    font-size: 12px;
    font-weight: 500;
  }
  .card_stars {
    width: 90px;
    height: 20px;
  }
}

@media (max-width: 550px) {
  .card {
    gap: 12px;
    max-width: 400px;
  }
  .display_none_550 {
    display: none;
  }
  .card_rc_block {
    flex-direction: column;
    align-items: end;
    gap: 8px;
  }
  .card_logo_container {
    width: 50%;
  }
  .card_rc_block {
    width: 100%;
    max-width: 187px;
    align-items: start;
  }
  .card_bonus_wrapper {
    gap: 4px;
  }
  .cardes__rating {
    font-size: 16px;
  }
  .btn_wrapper {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .cards-btn {
    white-space: nowrap;
    font-size: 14px;
    border-radius: 20px;
    padding: 14px 16px;
  }
  .wrapper_slider {
    border-radius: 10px;
    padding: 8px 7px !important;
  }
  .card__pay {
    width: 25px !important;
    height: 16px !important;
  }
}
@media (max-width: 550px) {
  .wrapper_slider {
    border-radius: 10px;
    padding: 8px 6px !important;
  }
}

@media (max-width: 340px) {
  .card_rc_block {
    max-width: 155px;
  }
}

.despre_ul h3 {
  font-size: 18px;
}

.despre_text_img {
  align-items: stretch;
}
.despre_img,
.despre_text {
  width: 50%;
}

.despre_img {
  background-size: cover;
  background-position: center;
  max-width: 610px;
  min-height: 490px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .despre_text_img {
    flex-direction: column;
  }

  .despre_text_img_reserv {
    flex-direction: column-reverse;
  }

  .despre_img,
  .despre_text {
    width: 100%;
  }

  .despre_img {
    margin: 0 auto;
    min-height: 220px;
  }
  .despre h2 {
    margin-bottom: 20px;
  }

  .despre_cards {
    gap: 10px;
  }
  .despre_p {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
}

@media (max-width: 360px) {
}
