@font-face {
  src: url("/faitesvosjeuxnew-assets/faitesvosjeuxnew-fonts/faitesvosjeuxnew-poppins-bold.woff2")
    format("truetype");
  font-family: "poppins-bold";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("/faitesvosjeuxnew-assets/faitesvosjeuxnew-fonts/faitesvosjeuxnew-poppins-medium.woff2")
    format("truetype");
  font-family: "poppins-medium";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("/faitesvosjeuxnew-assets/faitesvosjeuxnew-fonts/faitesvosjeuxnew-poppins-regular.woff2")
    format("truetype");
  font-family: "poppins-regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/faitesvosjeuxnew-assets/faitesvosjeuxnew-fonts/faitesvosjeuxnew-oxygen-bold.woff2")
    format("truetype");
  font-family: "oxygen-bold";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/faitesvosjeuxnew-assets/faitesvosjeuxnew-fonts/faitesvosjeuxnew-montserrat-bold.woff2")
    format("truetype");
  font-family: "montserrat-bold";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-poppins-b: "poppins-bold", sans-serif;
  --font-poppins-m: "poppins-medium", sans-serif;
  --font-poppins-r: "poppins-regular", sans-serif;

  --second-family: "montserrat-bold", sans-serif;

  --font-oxygen-b: "oxygen-bold", sans-serif;

  --color-text: #fff;
  --color-black: #0d0d0d;
  --color-text-gray: #313131;
  --color-orange: linear-gradient(270.06deg, #feee72 0%, #fe9e17 100%);
  --background-body: #091111;
  --transition: all 0.3s linear;
  --color-btn: #3700fe;
  --color-blue: #0314e8;
  --color-blue-gradient: linear-gradient(272deg, #8766ff 0%, #3911ca 96.87%);
  --color-gray: #faf9f0;
  --shadow: 0px 4px 5px 0px #0000004d;
  --text-shadow-light: 0 2px 3px rgba(0, 0, 0, 0.3);

  --text-shadow-dark: 0px 2px 3px 0px #0000004d;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: var(--color-text);
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background-image: url(/faitesvosjeuxnew-assets/faitesvosjeuxnew-image/faitesvosjeuxnew-page/faitesvosjeuxnew-page-chips.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.faitesvosjeuxnew__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden !important;
  border: 0;
  clip: rect(0 0 0 0);
}

.faitesvosjeuxnew__visually {
  align-self: center;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  background: linear-gradient(281deg, #513ba3 -2.95%, #0e1817 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.faitesvosjeuxnew__page--container {
  margin: 0 auto;
  width: 100%;
  max-width: 1236px;
}

/* Header */
.faitesvosjeuxnew--header {
  display: flex;
  flex-direction: column;
  /* background: var(--background-body); */
  width: 100%;
}

.faitesvosjeuxnew-header_navbox {
  display: flex;
  justify-content: center;
  background: rgba(9, 17, 17, 0.6);
}

.faitesvosjeuxnew--menu {
  width: 100%;
  display: flex;
  padding: 0.5rem 0;
  justify-content: center;
}

.faitesvosjeuxnew-header-logo {
  max-width: 187px;
  width: 100%;
  height: 20px;
  margin-inline: auto;
}

/* Welcome */
.faitesvosjeuxnew--welcome-box {
  padding: 1.875rem 0;
  background: rgba(9, 17, 17, 0.3);
}

.faitesvosjeuxnew__header__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  align-items: center;
}

.faitesvosjeuxnew__header--text_top {
  font-family: var(--font-poppins-m);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 130%;
  text-align: center;
  text-shadow: var(--text-shadow-light);
  color: var(--color-text);
  text-transform: uppercase;
}

.faitesvosjeuxnew__header--title_main {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 3rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-text);
  text-shadow: var(--text-shadow-light);
}

.faitesvosjeuxnew__header--text_main {
  font-family: var(--font-poppins-r);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 130%;
  color: var(--color-text);
  text-shadow: var(--text-shadow-light);
  text-align: center;
}

.faitesvosjeuxnew__header__advantages {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.faitesvosjeuxnew__advantages--items {
  display: inline-flex; /* вместо flex – чтобы ширина шла по контенту */
  align-items: center;
  justify-content: center;
  gap: 0.675rem;
  font-family: var(--font-poppins-m);
  font-weight: 500;
  font-size: clamp(10px, 16px + 6 * ((100vw - 360px) / 350), 16px);
  line-height: 100%;
  color: var(--color-text);
  background: var(--color-blue-gradient);
  text-shadow: var(--text-shadow-light);
  padding: 5px 15px;
  border-radius: 5px;
  word-break: keep-all;
  white-space: nowrap; /* 🚀 запрещаем перенос строк */
  /* width: auto; ширина под контент */
}

/* .faitesvosjeuxnew__advantages--items span:nth-child(1) {
  width: 22px;
}
.faitesvosjeuxnew__advantages--items span:nth-child(2) {
  width: 27px;
}
.faitesvosjeuxnew__advantages--items span:nth-child(3) {
  width: 25px;
} */

.faitesvosjeuxnew__advantages--items:nth-child(1) {
  padding: 5px 15px;
}
.faitesvosjeuxnew__advantages--items:nth-child(2) {
  padding: 5px 15px;
}
.faitesvosjeuxnew__advantages--items:nth-child(3) {
  padding: 5px 15px;
}

.faitesvosjeuxnew__advantages-icon {
  max-width: 26px;
  max-height: 30px;
  width: 100%;
  height: 30px;
  display: inline-block;
}

.faitesvosjeuxnew__advantages-shield {
  background-image: url(/faitesvosjeuxnew-assets/faitesvosjeuxnew-image/faitesvosjeuxnew-header//faitesvosjeuxnew-icon-shield.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  width: clamp(15px, calc(10px + 2vw), 22px);
  height: clamp(20px, calc(15px + 2vw), 30px);
}

.faitesvosjeuxnew__advantages-license {
  background-image: url(/faitesvosjeuxnew-assets/faitesvosjeuxnew-image/faitesvosjeuxnew-header/faitesvosjeuxnew-icon-certificate.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(19px, calc(10px + 2vw), 27px);
  height: clamp(19px, calc(15px + 2vw), 27px);
}
.faitesvosjeuxnew__advantages-card {
  background-image: url(/faitesvosjeuxnew-assets/faitesvosjeuxnew-image/faitesvosjeuxnew-header/faitesvosjeuxnew-icon-card.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(16px, calc(10px + 2vw), 22px);
  height: clamp(18px, calc(15px + 2vw), 25px);
}

/* Casino cards */
/* .faitesvosjeuxnew__card-mt {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
} */

.faitesvosjeuxnew__box--card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.faitesvosjeuxnew__card--box_time {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.faitesvosjeuxnew__card-time {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  font-family: var(--font--inter-b);
}

#faitesvosjeuxnewDatetime {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  font-family: var(--font-poppins-m);
  text-transform: uppercase;
}

.faitesvosjeuxnew__casino---items__rating-stars {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  max-width: 132px;
  justify-content: center;
}

.faitesvosjeuxnew__card {
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card {
    max-width: 625px;
    width: 100%;

    margin-left: auto;
    margin-right: auto;
  }

  .faitesvosjeuxnew__card--limit {
    top: 0 !important;
  }

  .faitesvosjeuxnew__card--numeric {
    top: -2.5% !important;
  }

  .faitesvosjeuxnew__card-mt {
    gap: 0.5rem;
  }
}

.faitesvosjeuxnew__card---mt {
  margin-top: 0.1rem;
}

.faitesvosjeuxnew__card--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  background: #ffffffd9;

  box-shadow: 0px 2px 15px 0px #00000066;

  position: relative;
  z-index: 0;
  height: 132px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.faitesvosjeuxnew__card---right_ratin {
  display: flex;
  justify-content: center;
  flex: 0 1 135px;
}

@media (max-width: 1120px) {
  .faitesvosjeuxnew__card--top {
    gap: 2.5rem !important;
  }
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 200px;
    gap: 0 !important;
    padding: 0;
  }

  .faitesvosjeuxnew__card-num_mob {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .faitesvosjeuxnew__card---right_ratin {
    flex-direction: column;
    flex: 0 0 70px;
  }
}

.faitesvosjeuxnew__card-show {
  display: none !important;
}

.faitesvosjeuxnew__card---left {
  -webkit-box-flex: 0;
  -ms-flex: 1 1 625px;
  flex: 1 1 625px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card---left {
    gap: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: 1 1 140px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column !important;
    background: linear-gradient(281deg, #513ba3 -2.95%, #0e1817 100%);

    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .faitesvosjeuxnew__card-show {
    display: flex !important;
  }

  .faitesvosjeuxnew__card--limit {
    max-width: 317.5px;
    width: 100%;
  }
}

.faitesvosjeuxnew__card---wrapper_img {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  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;
  background: linear-gradient(281deg, #513ba3 -2.95%, #0e1817 100%);

  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.faitesvosjeuxnew-img_show {
  display: none !important;
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card---wrapper_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80px !important;
    flex: 0 1 80px !important;
    background-image: none;
  }

  .faitesvosjeuxnew__card---wrapper_img {
    background-color: transparent;
  }

  .faitesvosjeuxnew-img_hide {
    display: none !important;
  }

  .faitesvosjeuxnew-img_show {
    display: flex !important;
  }
}

.faitesvosjeuxnew__card---img {
  display: flex;
  align-items: center;
  max-width: 260px;
  width: 100%;
  min-height: 60px;
  height: auto;
}
.faitesvosjeuxnew__card--relative {
  position: relative;
}

.faitesvosjeuxnew__card--limit {
  display: flex;
  align-items: center;
  top: 0;
  left: 0%;
  justify-content: center;
  position: absolute;
  gap: 0.5rem;
  font-size: 1rem;
  font-family: var(--second-family);
  line-height: 130%;
  color: #fff;
  padding: 0.3rem 2rem;
  background: #02ad00;
  z-index: 2;
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.faitesvosjeuxnew__card--blue {
  background-color: #000066 !important;
}

.faitesvosjeuxnew__card--numeric {
  left: -0.5%;
  top: -5%;
  position: absolute;
  font-size: 0.7rem;
  font-family: var(--font--bold-i);
  line-height: 10px;
  color: #fff;
  padding: 0.3rem;
  border-radius: 3px;
  background: linear-gradient(180deg, #f64e05 0%, #902e03 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: 2;
}

@media (max-width: 1080px) {
  .faitesvosjeuxnew__card---descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.7rem;
  }
}
@media (max-width: 991px) {
  .faitesvosjeuxnew__card---img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
  }

  .faitesvosjeuxnew__card---descr {
    gap: 0 !important;
  }

  .faitesvosjeuxnew__card---right {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 130px !important;
    flex: 1 1 130px !important;
  }
}

@media (max-width: 500px) {
  .faitesvosjeuxnew__card---img {
    max-width: 180px;
    height: 100%;
  }
}

.faitesvosjeuxnew__card---right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 244px;
  flex: 0 1 244px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card---right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70px;
    flex: 0 1 70px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
  }

  .faitesvosjeuxnew__casino---items__btn {
    max-width: 250px !important;
    width: 100% !important;
  }

  .faitesvosjeuxnew__card---wrapper-ratings {
    padding: 0.7rem 0 !important;
  }

  .faitesvosjeuxnew__card---left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    padding: 0 0 0rem 0;
  }

  .faitesvosjeuxnew__card---right {
    justify-content: space-around;
    gap: 0.5rem;
    align-items: center;
    padding: 1.25rem 0.5rem;
  }

  .faitesvosjeuxnew__card---right-right {
    padding: 0 !important;
  }

  .faitesvosjeuxnew__card-num-title {
    margin-bottom: 0.5rem;
  }
}

.faitesvosjeuxnew__card---right-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem 0 0;
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card---right-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
  }

  .faitesvosjeuxnew__card-hide {
    display: none !important;
  }
}

.faitesvosjeuxnew__card---bottom-text {
  font-size: 0.85rem;
  line-height: 20px;
  color: #fff;
  font-family: var(--font--text);
  font-weight: 700;
}

.faitesvosjeuxnew__card---descr {
  -webkit-box-flex: 0;
  -ms-flex: 1 1 512px;
  flex: 1 1 512px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.2rem;
}

.faitesvosjeuxnew__card-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  align-items: center !important;
}

.faitesvosjeuxnew__card---mob {
  display: none;
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card---descr {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 132px !important;
    flex: 0 1 132px !important;
  }

  .faitesvosjeuxnew__card---descr_first {
    flex: 0 0 45px !important;
  }

  .faitesvosjeuxnew__card---show {
    display: none;
  }

  .faitesvosjeuxnew__card---mob {
    display: flex;
  }
}

.faitesvosjeuxnew__card-num-title {
  color: #fff;
  font-size: 0.75rem;
  line-height: 12px;
  font-family: var(--font--regular-i);
  text-align: center;
}

.faitesvosjeuxnew__card---name {
  color: #fff;
  font-size: 0.75rem;
  line-height: 100%;
  font-family: var(--font--inter-m);
  text-align: left;
  max-width: 350px;
  width: 100%;
}

.faitesvosjeuxnew__card-num {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 132px;
  width: 100%;
}

.faitesvosjeuxnew__card-rat {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--second-family);
  color: var(--color-text-gray) !important;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.faitesvosjeuxnew__card---name_sub {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--second-family);
  text-align: center;
  text-transform: uppercase;
  color: var(--color-text-gray);
  text-shadow: var(--text-shadow-light);
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card---name_shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .faitesvosjeuxnew__card-rat {
    color: var(--color-text) !important;
  }
}

.faitesvosjeuxnew__card---wrapper-ratings {
  display: flex;
  padding: 1rem 0;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  max-width: 167px;
  width: 100%;
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card---wrapper-ratings {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 180px;
    flex: 1 1 180px;
    width: 100%;
    padding: 0.2rem 0 1rem 0 !important;
  }
}

.faitesvosjeuxnew__card---rating {
  color: #fff;
  font-family: var(--font--black);
  font-size: 2rem;
  line-height: 38.73px;
  text-align: center;
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card---rating {
    text-align: left;
  }
}

.faitesvosjeuxnew__card---right_lists {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.faitesvosjeuxnew__card---right__box {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.faitesvosjeuxnew__card---right__elem {
  font-size: 0.75rem;
  line-height: 130%;
  font-family: var(--font-poppins-m);
  color: #fff;
}

@media (max-width: 991px) {
  .faitesvosjeuxnew__card---link {
    min-width: 0;
    width: 100%;
  }
}

.faitesvosjeuxnew__casino-info {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  color: #ffffffcc;
  font-size: 0.85rem;
  line-height: 20px;
  text-align: center;
  font-family: var(--font--regular-i);
}

.faitesvosjeuxnew__casino---items__btn {
  max-width: 224px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  gap: 10px;
  background: var(--color-btn);
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  font-family: var(--second-family);
  border-radius: 100px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  text-shadow: var(--text-shadow-light);
}

.faitesvosjeuxnew__casino---items__btn:hover {
  box-shadow: 0 0 20px var(--color-btn);
}

.faitesvosjeuxnew__casino---items__btn span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.faitesvosjeuxnew__casino---items__btn:hover span {
  animation: bounce 0.5s ease infinite alternate;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

.faitesvosjeuxnew__btn-glare {
  opacity: 0.8;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  width: 40px;
  height: 300px;
  transition: all 0.1s;
  transform: rotate(45deg);
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-name: glare;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

@keyframes glare {
  0% {
    transform: translateX(0) rotate(45deg);
    -webkit-transform: translateX(0) rotate(45deg);
    -moz-transform: translateX(0) rotate(45deg);
    -ms-transform: translateX(0) rotate(45deg);
    -o-transform: translateX(0) rotate(45deg);
  }
  30%,
  100% {
    transform: translateX(380px) rotate(45deg);
    -webkit-transform: translateX(380px) rotate(45deg);
    -moz-transform: translateX(380px) rotate(45deg);
    -ms-transform: translateX(380px) rotate(45deg);
    -o-transform: translateX(380px) rotate(45deg);
  }
}

.faitesvosjeuxnew__card---payments {
  max-width: 224px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.75rem;
}

.faitesvosjeuxnew__casino--cards_items {
  position: relative;
}
.faitesvosjeuxnew__card---payments li img {
  max-width: 24px;
  width: 100%;
  height: auto;
}

.faitesvosjeuxnew__card---bottom {
  padding: 0.5rem;
}

.faitesvosjeuxnew__card---img {
  max-width: 224px;
  width: 100%;
  height: 60px;
}

.faitesvosjeuxnew--casino--rating_icon {
  background-image: url(/faitesvosjeuxnew-assets/faitesvosjeuxnew-image/faitesvosjeuxnew-casino/faitesvosjeuxnew-icon-star.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 24px;
  width: 100%;
  height: 24px;
}

/* Description */
.faitesvosjeuxnew--desc-box {
  padding: 1.875rem 0;
}

.faitesvosjeuxnew--desc---elem {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 0;
}

.faitesvosjeuxnew--desc--container {
  display: flex;
  flex-direction: column;
  /* gap: 1.25rem; */
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 15px 0 rgba(5, 5, 5, 0.5);
}
.faitesvosjeuxnew--desc----top {
  /* background: var(--color-orange); */
  /* padding: 0.675rem 0; */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.faitesvosjeuxnew--desc__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1rem;
  text-align: start;
  text-transform: uppercase;
  color: var(--color-black);
  text-shadow: var(--text-shadow-light);
}

.faitesvosjeuxnew--desc----content {
  /* background: #ffffffd9; */
  /* padding: 0.675rem 1.25rem; */
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faitesvosjeuxnew--desc__text {
  font-family: var(--font-poppins-r);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  text-align: start;
  color: var(--color-black);
  text-shadow: var(--text-shadow-light);
}

.faitesvosjeuxnew--desc__link {
  color: #0000ff;
  font-weight: 700;
}

/* Footer */
.faitesvosjeuxnew__footer--box {
  width: 100%;
  padding: 1.875rem 0 2.5rem;
  background: var(--background-body);
}

.faitesvosjeuxnew__footer-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.faitesvosjeuxnew__footer-links-age {
  background-image: url(/faitesvosjeuxnew-assets/faitesvosjeuxnew-image/faitesvosjeuxnew-footer/faitesvosjeuxnew-icon-age.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 65px;
  width: 100%;
  height: 43px;
}

.faitesvosjeuxnew__footer-description {
  display: grid;
  gap: 1.875rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.faitesvosjeuxnew__footer--infobox {
  display: flex;
  gap: 1.875rem;
}

.faitesvosjeuxnew__footer--items {
  max-width: 608px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
}

.faitesvosjeuxnew__footer--items_title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  background: #9d82ff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.faitesvosjeuxnew__footer--items_text {
  font-family: var(--font-poppins-r);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  color: var(--color-gray);
  text-shadow: var(--text-shadow-dark);
}

.faitesvosjeuxnew__footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: 603px;
  width: 100%;
}

.faitesvosjeuxnew__footer-parthers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faitesvosjeuxnew__footer-gamecare {
  max-width: 139px;
  width: 100%;
  height: 40px;
}
.faitesvosjeuxnew__footer-anj {
  max-width: 75px;
  width: 100%;
  height: 40px;
}
.faitesvosjeuxnew__footer-jis {
  max-width: 132px;
  width: 100%;
  height: 40px;
}
.faitesvosjeuxnew__footer-begamble {
  max-width: 153px;
  width: 100%;
  height: 40px;
}

.faitesvosjeuxnew__footer-mediater {
  max-width: 114px;
  width: 100%;
  height: 40px;
}
.faitesvosjeuxnew__footer-gt {
  max-width: 49px;
  width: 100%;
  height: 40px;
}

.faitesvosjeuxnew__footer-republic {
  max-width: 68px;
  width: 100%;
  height: 40px;
}
.faitesvosjeuxnew__footer-adictel {
  max-width: 134px;
  width: 100%;
  height: 40px;
}
.faitesvosjeuxnew__footer-mdjs {
  max-width: 77px;
  width: 100%;
  height: 40px;
}

.faitesvosjeuxnew__footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.faitesvosjeuxnew__footer-links_elem {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  color: var(--color-text);
  text-shadow: var(--text-shadow-light);
}

/* Others styles */
.faitesvosjeuxnew--fixed-bottom {
  display: flex;
  width: 100%;
  background: var(--background-body);
  color: white;
  padding: 0.675rem 0;
  text-align: center;
  /* z-index: 1000; */
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

.faitesvosjeuxnew--fixed--icon {
  display: inline-block;
  background-image: url(/faitesvosjeuxnew-assets/faitesvosjeuxnew-image/faitesvosjeuxnew-page/faitesvosjeuxnew-icon-age-fixed.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 14px;
  width: 100%;
  height: 14px;
}

.faitesvosjeuxnew--fixed--text {
  font-family: var(--font-poppins-r);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 120%;
  text-align: center;
  color: #c3c3c3;
  text-shadow: var(--text-shadow-light);
}

.faitesvosjeuxnew__privacy__top {
  padding: 2.5rem 0;
}

.faitesvosjeuxnew__privacy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faitesvosjeuxnew__privacy h1 {
  font-size: 2rem;
  line-height: 100%;
  font-weight: 700;
  font-family: var(--second-family);
}
.faitesvosjeuxnew__privacy h2 {
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 600;
  font-family: var(--font-poppins-m);
}
.faitesvosjeuxnew__privacy p {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--font-poppins-r);
}

.faitesvosjeuxnew--full-border {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.faitesvosjeuxnew--desc-gap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Mobile */
@media screen and (max-width: 1260px) {
  .faitesvosjeuxnew__page--container {
    padding: 0 0.75rem;
  }
  .faitesvosjeuxnew__footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .faitesvosjeuxnew__footer-description {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
  }

  .faitesvosjeuxnew__footer--items {
    max-width: 100%;
    width: 100%;
  }

  .faitesvosjeuxnew__header--title_main {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 745px) {
  .faitesvosjeuxnew__header__title {
    gap: 0.675rem;
  }

  .faitesvosjeuxnew__header--text_top,
  .faitesvosjeuxnew__header--text_main {
    font-size: 0.7rem;
  }
  .faitesvosjeuxnew__header--title_main {
    font-size: 1.25rem;
  }

  .faitesvosjeuxnew__advantages--items:nth-child(1) {
    padding: 3px 12px;
  }
  .faitesvosjeuxnew__advantages--items:nth-child(2) {
    padding: 3px 12px;
  }
  .faitesvosjeuxnew__advantages--items:nth-child(3) {
    padding: 3px 12px;
  }
  /* .faitesvosjeuxnew__advantages-icon {
    max-width: 14px;
    width: 100%;
    height: 14px;
  } */

  .faitesvosjeuxnew__advantages--items {
    font-size: 0.5rem;
    gap: 0.25rem;
  }

  .faitesvosjeuxnew--desc__title,
  .faitesvosjeuxnew__footer--items_title,
  .faitesvosjeuxnew__footer-links_elem {
    font-size: 0.875rem;
  }

  .faitesvosjeuxnew--desc__text,
  .faitesvosjeuxnew__footer--items_text {
    font-size: 0.75rem;
  }

  .faitesvosjeuxnew--desc-box,
  .faitesvosjeuxnew--welcome-box {
    padding: 1.25rem 0;
  }

  .faitesvosjeuxnew__footer-links {
    flex-direction: column;
    gap: 1rem;
  }

  .faitesvosjeuxnew__footer--box {
    padding: 1.25rem 0 2.5rem;
  }

  .faitesvosjeuxnew__footer-parthers {
    justify-content: center;
  }

  .faitesvosjeuxnew__header__advantages {
    gap: 2rem;
  }

  .faitesvosjeuxnew--fixed--text {
    font-size: 0.675rem;
  }

  /* Casino */
  .faitesvosjeuxnew__card---name_sub {
    font-size: 0.75rem;
    text-shadow: none;
  }

  .faitesvosjeuxnew__casino---items__btn {
    height: 34px;
    font-size: 0.75rem;
  }

  .faitesvosjeuxnew__card---img {
    max-width: 150px;
    width: 100%;
    height: 60px;
  }

  .faitesvosjeuxnew__card-rat {
    font-size: 1.125rem;
  }

  .faitesvosjeuxnew--casino--rating_icon {
    max-width: 18px !important;
    width: 100%;
    height: 18px !important;
  }
  .faitesvosjeuxnew__card---descr {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
  }

  .faitesvosjeuxnew__card---right {
    justify-content: space-around;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem 0.5rem;
  }

  .faitesvosjeuxnew__card--top {
    height: auto;
  }

  .faitesvosjeuxnew__card---payments {
    gap: 0.25rem;
  }
  .faitesvosjeuxnew__card---wrapper_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60px !important;
    flex: 0 1 60px !important;
    background-image: none;
  }

  .faitesvosjeuxnew__card---payments li img {
    max-width: 18px;
    width: 100%;
    height: 18px;
  }
}

@media screen and (max-width: 368px) {
  .faitesvosjeuxnew__header__advantages {
    gap: 0.5rem;
  }
  .faitesvosjeuxnew__card---img {
    max-width: 140px;
    width: 100%;
    height: 60px;
  }
}
