@font-face {
  font-family: Lato;
  src: url(/jeuxdefrance_lato_regular_vxgvk.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Gayathri;
  src: url(/jeuxdefrance_gayathri_700_vxgvk.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/jeuxdefrance_inter_regular_vxgvk.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/jeuxdefrance_inter_600_vxgvk.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/jeuxdefrance_inter_700_vxgvk.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/jeuxdefrance_inter_800_vxgvk.woff2) format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

* {
  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%;
}

.w100 {
  width: 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;
}

.section {
  /* margin-bottom: 80px; */
}

.section_pages {
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .section {
    /* margin-bottom: 40px; */
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

.container_section-vxgvk {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container_section-vxgvk {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {

  .container,
  .container_section-vxgvk {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {

  .container,
  .container_section-vxgvk {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {

  .container,
  .container_section-vxgvk {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "Inter", sans-serif;
  --background-page: #150214;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.jeuxdefrance_page-vxgvk {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

h1 {}

h2 {}

h3 {}

p {}

.uppercase {
  text-transform: uppercase;
}

/* header a {
  text-transform: uppercase;
} */

footer a {}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

.btn:hover {
  background-color: var(--btn-hover);
}

.p-r-z-1 {
  position: relative;
  z-index: 1;
}

.p-r-z-3 {
  position: relative;
  z-index: 3;
}

/* 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-24 {
  margin-top: 24px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-200 {
  margin-top: 200px;
}

.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;
}

.jeuxdefrance_main-vxgvk {
  -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-underline-offset: 2px;
}

.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-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.visibility {
  visibility: hidden;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.jeuxdefrance_terms_container {
  padding: 50px 0;
}

.jeuxdefrance_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .jeuxdefrance_terms h1 {
    font-size: 16px;
  }
}

.jeuxdefrance_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.jeuxdefrance_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .jeuxdefrance_terms h2 {
    font-size: 16px;
  }
}

.jeuxdefrance_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.jeuxdefrance_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.jeuxdefrance_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.jeuxdefrance_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.jeuxdefrance_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

.jeuxdefrance_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .jeuxdefrance_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .jeuxdefrance_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.jeuxdefrance_header-vxgvk {
  padding-top: 10px;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 7; */
  width: 100%;
}

.jeuxdefrance_header__container-vxgvk {
  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: 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.jeuxdefrance_header__container_warning-vxgvk {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  max-width: 875px;
  width: 100%;
}

.header_warning_image-vxgvk {
  max-width: 30px;
  width: 100%;
}

.header_warning_image-vxgvk img {
  display: block;
  height: auto;
  width: 100%;
}

.jeuxdefrance_header__container_warning-vxgvk span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

header .jeuxdefrance_logo-vxgvk img {
  width: 217px;
  height: 45px;
}

@media (max-width: 800px) {
  .jeuxdefrance_header__container-vxgvk {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 600px) {

  .jeuxdefrance_header__container_warning-vxgvk {
    flex-direction: column;

  }

  .jeuxdefrance_header__container_warning-vxgvk span {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
  }
}



/* .jeuxdefrance_nav__list-vxgvk {
  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: space-around;
  gap: 50px;
}

@media (max-width: 991px) {
  .jeuxdefrance_header__menu-vxgvk {
    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(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .jeuxdefrance_header__menu-vxgvk {
    padding: 80px 30px 30px 30px;
  }

  .jeuxdefrance_header__container-vxgvk {
    padding-top: 25px;
  }
}

.jeuxdefrance_header__menu-vxgvk.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.jeuxdefrance_header__exit-menu-vxgvk {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .jeuxdefrance_header__exit-menu-vxgvk {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .jeuxdefrance_header__exit-menu-vxgvk {
    top: 15px;
    right: 15px;
  }
}

.jeuxdefrance_header__exit-menu-vxgvk::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jeuxdefrance_header__exit-menu-vxgvk::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jeuxdefrance_nav__list-vxgvk {
  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;
}

.jeuxdefrance_nav__item-vxgvk a {
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .jeuxdefrance_nav__list-vxgvk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .jeuxdefrance_nav__item-vxgvk a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .jeuxdefrance_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .jeuxdefrance_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.jeuxdefrance_nav__link-vxgvk {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}


@media (any-hover: hover) {
  .jeuxdefrance_nav__link-vxgvk:hover {
    color: var(--hover-a);
  }
}

.jeuxdefrance_nav__link-vxgvk:focus-visible {
  color: var(--hover-a);
}

.jeuxdefrance_nav__link-vxgvk:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.jeuxdefrance_burger-vxgvk {
  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: 30px;
  height: 18px;
}

@media (max-width: 991px) {
  .jeuxdefrance_burger-vxgvk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.jeuxdefrance_header__exit-menu-vxgvk {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .jeuxdefrance_header__exit-menu-vxgvk {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .jeuxdefrance_header__exit-menu-vxgvk {
    top: 15px;
    right: 15px;
  }
}

.jeuxdefrance_header__exit-menu-vxgvk::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jeuxdefrance_header__exit-menu-vxgvk::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
} */



/* .jeuxdefrance_header__container-vxgvk {
  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: center;
  gap: 40px;
} */

.main_text_section-vxgvk {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(/jeuxdefrance_bg_blur_vxgvk.webp) no-repeat;
  background-size: 60%;
  background-position: 90% center;
}

.main_text_container-vxgvk {
  max-width: 1240px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.main_text_container_text-vxgvk {
  max-width: 730px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.main_text_container_text-vxgvk h1 {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: 'Gayathri';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

.main_text_p-vxgvk {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.main_text_container_ul-vxgvk {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.main_text_container_ul2-vxgvk {
  display: none;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.main_text_container_list-vxgvk {
  max-width: 730px;
  width: 100%;
}

.main_text_container_ul-vxgvk li {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 10px;
  flex-direction: column;
  max-width: 220px;
}

.main_text_container_ul2-vxgvk li {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 10px;
  flex-direction: column;
  max-width: 220px;
}

.main_image_list_li-vxgvk {
  max-width: 62px;
  width: 100%;
}

.main_image_list_li-vxgvk img {
  display: block;
  height: auto;
  width: 100%;
}

.main_text_container_ul-vxgvk li span {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}

.main_text_container_ul2-vxgvk li span {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}

.picture_image_main_container-vxgvk {
  max-width: 390px;
  width: 100%;
}

.picture_image_main_container-vxgvk img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 1150px) {
  .main_text_container_text-vxgvk h1 {
    font-size: 40px;
  }

  .main_text_container_ul-vxgvk li span {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .main_text_container-vxgvk {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .main_text_container_text-vxgvk {
    max-width: 100%;
  }

  .picture_image_main_container-vxgvk {
    margin: 0 auto;
  }

  .main_text_container_ul-vxgvk {
    display: none;
  }

  .main_text_container_ul2-vxgvk {
    display: flex;
  }

  .main_text_section-vxgvk {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(/jeuxdefrance_bg_blur_vxgvk.webp) no-repeat;
    background-size: 80%;
    background-position: top;
  }
}

@media (max-width: 800px) {
  .main_text_section-vxgvk {
    margin-top: 130px !important;
  }
}

@media (max-width: 600px) {

  .main_text_section-vxgvk {
    margin-top: 150px !important;
  }

  .main_text_container_text-vxgvk h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .main_text_container-vxgvk {
    gap: 10px;
  }

  .main_text_container_text-vxgvk {
    gap: 8px;
  }

  .main_text_p-vxgvk {
    font-size: 12px;
    line-height: 12px;
  }

  .main_text_container_ul2-vxgvk li span {
    font-size: 10px;
    line-height: 10px;
  }

  .picture_image_main_container-vxgvk {
    max-width: 190px;
  }
}

@media (max-width: 450px) {
  .main_image_list_li-vxgvk {
    max-width: 34px;
  }

  .main_text_container_ul2-vxgvk {
    gap: 4px;
  }
}



.bg_offers_section-vxgvk {
  padding-bottom: 40px;
}

.current_date-vxgvk {
  color: #FFF;
  font-family: 'Gayathri';
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.container_offers_cards-vxgvk {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-self: stretch;
  display: flex;
  width: 100%;
  max-width: 1240px;
  gap: 20px;

  position: relative;
  z-index: 2;
}

.corner_tag-vxgvk {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #D6015B;
  padding: 3.5px 0 1.75px 0;
  z-index: 2;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.3px;
}


.offers_card-vxgvk {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  max-width: 364px;

}

.offers_card2-vxgvk {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  max-width: 364px;

}

.offers_card_list-vxgvk {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  padding: 16px;
  position: relative;
  isolation: isolate;
  max-width: 364px;
  border-radius: 35px;
  border: 1px solid rgba(255, 0, 153, 0.10);
  background: linear-gradient(252deg, rgba(48, 3, 34, 0.50) 0%, rgba(81, 2, 43, 0.50) 100%);
}

.offers_block_first-vxgvk {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.offers_block_left-vxgvk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #A9013C;
  padding-top: 27px;
  padding-bottom: 27px;
}

.offers_card_logo_block_container-vxgvk {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offers_card_logo_block_container-vxgvk img {
  width: 256px;
  height: 96px;
}

.bonus_block-vxgvk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
  width: 100%;
}

.rating_block-vxgvk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 8px;
}

.rating_text-vxgvk {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.rating_stars-vxgvk {
  width: 12px;
  height: 12px;
}

/* .rating_stars-vxgvk img {
  display: block;
  width: 100%;
  height: auto;
} */

.rating_blocks_gradient-vxgvk {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}

.rating_block_item_gradient-vxgvk {
  /* max-width: 34px; */
  width: 34px;
  height: 6px;
  border-radius: 2px;
  background: linear-gradient(270deg, #99006E 0%, rgba(255, 0, 221, 0.93) 100%);
}

.bonus_block_text_span-vxgvk {
  color: #949494;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bonus_block_text-vxgvk {
  text-align: center;
  margin-top: 10px;
}

.bonus_block_text2-vxgvk {
  display: none;
}

.bonus_block_text_p-vxgvk {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.offers_block_right-vxgvk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container_block_pay-vxgvk {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cards_btn-vxgvk {
  display: flex;
  /* max-width: 220px; */
  width: 100%;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
border-radius: 50px;
background: linear-gradient(252deg, rgba(255, 0, 72, 0.80) 0%, rgba(255, 0, 115, 0.80) 100%);
}

.cards_btn_img-vxgvk {
  width: 38px;
  height: 26px;
}

.cards_btn-vxgvk span {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.container_pay-vxgvk {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.container_pay-vxgvk img {
  width: 20px;
  height: 10px;
}

.offers_card_image_gift-vxgvk {
  max-width: 365px;
  width: 100%;
}

@media (max-width: 1195px) {
  .offers_card2-vxgvk {
    display: none;
  }
}

@media (max-width: 600px) {
  .bonus_block_text-vxgvk {
    display: none;
  }

  .bonus_block_text2-vxgvk {
    display: flex;
    width: 50%;
  }

  .offers_block_first-vxgvk {
    flex-direction: row;
    gap: 10px;
  }

  .offers_card_logo_block_container-vxgvk img {
    width: 150px;
    height: 40px;
  }

  .offers_block_left-vxgvk {
    width: 50%;
  }

  .corner_tag-vxgvk {
    top: 26px;
    left: 26px;
    width: 16px;
    height: 16px;
    font-size: 8px;
  }

  .bonus_block_text_p-vxgvk {
    font-size: 18px;
  }

  .rating_block_item_gradient-vxgvk {
    width: 28px;
  }

  .bonus_block_text_span-vxgvk {
    font-size: 12px;
  }

  .current_date-vxgvk {
    font-size: 24px;
  }

  .bg_offers_section-vxgvk {
  padding-bottom: 20px;
} 
}



.m-t-60 {
  margin-top: 60px;
}

.m-t-100 {
  margin-top: 100px;
}

.date_display {
  display: none;
}

.section_faq-vxgvk {
  padding-bottom: 40px;
}

.faq_main_block-vxgvk {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
}

.faq_main_block-vxgvk h1 {
color: #FFF;
font-family: 'Gayathri';
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.faq_main_block-vxgvk h2 {
color: #FFF;
font-family: 'Gayathri';
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.faq_block_list-vxgvk {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}

.faq_list_item-vxgvk {
  position: relative;
  display: flex;
  width: 100%;
  padding: 25px 60px;
  flex-direction: column;
  align-items: flex-start;
border-radius: 50px;
border: 1px solid rgba(255, 0, 149, 0.10);
background: linear-gradient(252deg, rgba(48, 3, 32, 0.60) 0%, rgba(81, 2, 36, 0.60) 100%);
}

.faq_list_item-vxgvk::after {
  content: none;
}

.faq_list_item-vxgvk.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
}

.faq_header-vxgvk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}

.faq_question-vxgvk {
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
  text-align: left;
}

.faq_list_item-vxgvk.active {
  gap: 15px;
}

.faq_icon-vxgvk {
  transform: none;
}

.faq_icon-vxgvk.open {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.faq_answer-vxgvk {
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  text-align: left;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  /* padding: 0; */
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
}

.faq_list_item-vxgvk.active .faq_answer-vxgvk {
  opacity: 1;
}

@media (max-width: 600px) {

  .faq_main_block-vxgvk h1 {
    font-size: 24px;
  }

  .faq_main_block-vxgvk h2 {
    font-size: 24px;
  }

  .faq_list_item-vxgvk {
    padding: 20px;
  }

  .faq_question-vxgvk {
    font-size: 18px;
  }

  .faq_answer-vxgvk {
    font-size: 12px;
  }

  .faq_block_list-vxgvk {
    gap: 10px;
  }

  .faq_main_block-vxgvk {
    gap: 20px;
  }

  .section_faq-vxgvk {
  padding-bottom: 20px;
}
}

.section_reviews-vxgvk {
  padding-bottom: 40px;
}

.main_block_reviews-vxgvk {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.main_block_reviews-vxgvk h1 {
color: #FFF;
font-family: 'Gayathri';
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
  text-align: left;
}

.main_block_reviews-vxgvk h2 {
color: #FFF;
font-family: 'Gayathri';
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
  text-align: left;
}

.reviews_list-vxgvk {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}


.reviews_item-vxgvk {
  border-radius: 50px;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 366px;
  position: relative;
  background: transparent;
}

.reviews_item-vxgvk::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 0, 195, 0.10) 0%, #990073 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.reviews_item_avatar-vxgvk {
  width: 52px;
  height: 52px;
}

.reviews_item_block_right-vxgvk {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.reviews_item_block_righ_image-vxgvk {
  width: 125px;
  height: 21px;
}

.reviews_item_block_righ_image-vxgvk img {
  width: 100%;
  height: auto;
  display: block;
}

.reviews_item_block_right_text-vxgvk {
color: #FFF;
font-family: 'Lato';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  text-align: left;
}

.reviews_item_block_right_text_name-vxgvk {
color: rgba(255, 255, 255, 0.50);
font-family: 'Lato';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

@media (max-width: 1050px) {
  .reviews_list-vxgvk {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .reviews_list-vxgvk {
    gap: 10px;
  }

  .main_block_reviews-vxgvk h2 {
    font-size: 24px;
  }

  .main_block_reviews-vxgvk h1 {
    font-size: 24px;
  }

}

.why_section-vxgvk {
  padding-bottom: 40px;
}

.main_block_why-vxgvk {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}

.main_block_why-vxgvk h1 {
  font-family: 'Gayathri';
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_block_why-vxgvk h2 {
  font-family: 'Gayathri';
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_block_container_why_text-vxgvk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.main_block_container_why_text-vxgvk p {
  color: #FFF;
  font-family: 'Lato';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: -10px;
}

.main_block_container_why_text-vxgvk ul {
  list-style-type: disc;
}

.main_block_container_why_text-vxgvk ul li {
  list-style-type: disc;
  color: #FFF;
  font-family: 'Lato';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 15px;
}

@media (max-width: 600px) {
  .main_block_why-vxgvk h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .main_block_why-vxgvk h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .main_block_why-vxgvk {
    gap: 20px;
  }

  .main_block_container_why_text-vxgvk p,
  .main_block_container_why_text-vxgvk ul li {
    font-size: 16px;
    line-height: 16px;
  }
}

.jeuxdefrance_container-vxgvk {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer_container-vxgvk {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 600px) {
  .jeuxdefrance_container-vxgvk {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_container-vxgvk {
    gap: 10px;
  }
}

.politic_page_links-vxgvk {
  width: 100%;
}

.politic_page_links-vxgvk ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px;
  row-gap: 5px;

}

.politic_page_links-vxgvk li {
  margin: 0;
}

.links_image-vxgvk {
  max-width: 48px;
  width: 100%;
}

.politic_page_links-vxgvk a {
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.politic_page_links-vxgvk a:hover,
.politic_page_links-vxgvk a:active,
.politic_page_links-vxgvk a:focus {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 910px) {
  .politic_page_links-vxgvk ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .politic_page_links-vxgvk a {
    font-size: 12px;
    line-height: 12px;
  }

  .politic_page_links-vxgvk ul {
    gap: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.footer_medium_text-vxgvk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.text_medium_block-vxgvk {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text_medium_block-vxgvk span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text_medium_block-vxgvk p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {

  .text_medium_block-vxgvk span {
    font-size: 12px;
  }

  .text_medium_block-vxgvk p {
    font-size: 12px;
  }
}


.footer_text_with_icons_disclaimer-vxgvk {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 30px;
  position: relative;
  background: transparent;
}

.footer_text_with_icons_disclaimer-vxgvk::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 102, 255, 0.10) 0%, #000FD3 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.footer_text_with_icons_disclaimer_image-vxgvk {
  max-width: 79px;
  width: 100%;
}

.footer_text_with_icons_disclaimer_text-vxgvk {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .footer_text_with_icons_disclaimer_text-vxgvk {
    font-size: 12px;
  }
}

.links_company_footer-vxgvk {
  width: 100%;
}

.links_company_footer-vxgvk ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* align-content: center; */
  gap: 15px;
  align-self: stretch;
  flex-wrap: wrap;
  list-style: none;
}

.links_company_footer-vxgvk li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links_company_footer-vxgvk img {
  max-height: 60px;
  height: auto;
  width: auto;
  display: block;
}

@media (max-width: 600px) {
  .links_company_footer-vxgvk ul {
    flex-direction: column;
    gap: 4px;
    justify-content: center;
  }
}

.footer_info_block-vxgvk {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.footer_info_block_email-vxgvk {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .footer_info_block_email-vxgvk {
    font-size: 12px;
  }
}

.footer_text_bottom-vxgvk {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .footer_text_bottom-vxgvk {
    font-size: 12px;
  }
}

.jeuxdefrance_main-vxgvk {
  position: relative;
}

.jeuxdefrance_page-vxgvk {
  position: relative;
}






.text_pages-vxgvk {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.text_pages-vxgvk h1 {
  color: #FFF;
  font-size: 30px;
  font-family: 'Gayathri';
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.text_pages-vxgvk span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.text_pages-vxgvk p a {
color: #FFF;
font-family: 'Lato';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.text_pages-vxgvk p,
.text_pages-vxgvk ul li {
color: #FFF;
font-family: 'Lato';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

.text_pages-vxgvk ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.text_pages-vxgvk ul li {
  list-style-type: disc;

}

/* .text_pages-vxgvk ol {
  list-style-type: decimal; 
  padding-left: 20px;
  margin: 0;
} */

@media (max-width: 600px) {

  .text_pages-vxgvk h1 {
    font-size: 24px;
  margin-bottom: 20px;
  }

  .text_pages-vxgvk span {
    font-size: 16px;
  }

  .text_pages-vxgvk p,
  .text_pages-vxgvk ul li {
    font-size: 16px;
  }
}