@font-face {
  font-family: Gravitas One;
  src: url(/assets/granddejeu-fonts/granddejeu-gravitas-one-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url(/assets/granddejeu-fonts/granddejeu-poppins-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url(/assets/granddejeu-fonts/granddejeu-poppins-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  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;
}

body {
  background: var(--background-page);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


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 30px;
}

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

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

  .container,
  .container_section {
    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: "Poppins", sans-serif;
  --background-page: url(/assets/granddejeu-img/granddejeu-img-bg-page.webp) no-repeat center center / cover;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

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

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

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

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

.section_updates {
  padding: 0 10px;
}

.section_updates_block_h2 {
  text-align: center;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

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

.granddejeu_header {
  padding: 5px 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 7; */
  width: 100%;

  background: rgba(4, 17, 38, 0.6);
}

header .granddejeu_logo img {
  max-width: 30px;
  max-height: 30px;
}

.granddejeu_header__container {
  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: 40px;
}

.granddejeu_header__container_warning {
  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: 10px;
  /* padding: 4px 0; */
}

.granddejeu_header__container_warning_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.granddejeu_header__container_warning_img img {
  width: 40px;
  height: 28px;
}

.granddejeu_header__container_warning span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 750px) {
  .granddejeu_header__container_warning span {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .granddejeu_header__container_warning {
    /* padding: 0 16px; */
  }

  .granddejeu_header__container_warning span {
    font-size: 8px;
    /* text-align: center; */
  }

  .granddejeu_header__container_warning_img img {
    width: 20px;
    height: 15px;
  }
}

/* @media (max-width: 991px) {
  .granddejeu_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(--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;
  }
}

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

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

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

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

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

.granddejeu_nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.granddejeu_nav__item a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  font-style: normal;
}

@media (max-width: 1100px) {
  .granddejeu_nav__item a {
    font-size: 12px;
  }
}

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

@media (max-width: 991px) {
  .granddejeu_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) {
  .granddejeu_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

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

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

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

.granddejeu_nav__link.active {
  border-bottom: 2px solid #fff; 
  color: #3AAA35;
}

.granddejeu_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: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .granddejeu_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.granddejeu_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
} */

.main_text_section {
  padding-top: 60px;
  padding-bottom: 20px;
  background: url(/assets/granddejeu-img/granddejeu-bg-main.webp) no-repeat center;
  background-size: cover;
}

@media (max-width: 600px) {
  .main_text_section {
    padding-top: 50px;
    padding-bottom: 10px;
    background: url(/assets/granddejeu-img/granddejeu-bg-main-mobile.webp) no-repeat center;
    background-size: cover;
  }
}

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

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

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

.main_text_container_text h1 {
  color: #FFF;
  text-align: center;
  font-family: "Gravitas One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.main_text_container_text p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_text_container_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.main_text_list_image {
  max-width: 158px;
  width: 100%;
  margin-bottom: -50px;
}

.main_text_list_image img {
  width: 100%;
  display: block;
  height: auto;
}

.mirrored {
  transform: scaleX(-1);
}

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

.main_text_container_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.main_text_container_ul_item {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  border: 1px solid #4666D0;
  background: #120749;
  align-self: stretch;
  white-space: nowrap;
}

.main_text_container_ul_item span {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

@media (max-width: 1120px) {
  .main_text_container_ul_item span {
    font-size: 13px;
  }
}

@media (max-width: 1040px) {
  .main_text_list_image {
    display: none;
  }

  .list_with_current_data {
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .main_text_container_text h1 {
    font-size: 35px;
  }

  .main_text_container_ul {
    gap: 10px;
  }
}

@media (max-width: 635px) {
  .main_text_container_text {
    gap: 10px;
  }

  .main_text_container_text h1 {
    font-size: 20px;
  }

  .main_text_container_text p {
    font-size: 12px;
  }

  .main_text_container_ul_item {
    padding: 5px 15px;
  }

  .main_text_container_ul_item span {
    font-size: 10px;
  }

  .main_text_container {
    gap: 10px;
  }

  .list_with_current_data {
    gap: 10px;
  }

  .main_text_container_ul {
    display: flex;
    gap: 40px;
    animation: scrollText 15s linear infinite;
  }

  @keyframes scrollText {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
}

@media (max-width: 540px) {
  .main_text_container_text p {
    display: none;
  }

  .main_text_container_ul {
    /* flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
  }

  /* .main_text_container_ul_item {
    max-width: 110px;
  }

  .main_text_container_ul_item span {
    font-size: 8px;
  } */

  .main_text_container_text h1 {
    font-size: 14px;
  }
}

.corner_tag {
  position: absolute;
  top: -20px;
  left: -10px;
  border-radius: 9px 0 5px 0;
  background: rgba(0, 0, 0, 0.20);
  box-shadow: 2px 2px 4.1px 0 #FFF;
  padding: 4px 20px;
  z-index: 2;
  white-space: nowrap;

  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: #070707;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}


.container_offers_cards {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  gap: 10px;
}

@media (max-width: 600px) {
  .container_offers_cards {
    justify-content: flex-start;
    /* align-items: flex-start; */
    gap: 10px;
  }
}

.offers_card_list {
  /* padding: 20px 0; */
  gap: 20px;
  position: relative;
}

.offers_card {
  width: 100%;
  max-width: 1240px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 10px;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #4666D0;
  background: var(--1, linear-gradient(0deg, #120749 0%, #2B59BA 100%));
  box-shadow: 0 0 15px 0 rgba(50, 108, 255, 0.25);
}

.offers_card_logo_block_left {
  width: 70%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.offers_card_logo_block_container {
  width: 100%;
  max-width: 370px;
  max-height: 40px;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offers_card_logo {
  width: 140px;
  height: 40px;
}

.offers_card_logo_block_left_center,
.bonus_block_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bonus_block_text {
  padding: 5px 10px;
}

.bonus_block_text span {
  color: #FFF;
  text-align: center;
  font-family: "Gravitas One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.rating_block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.rating_block2 {
  display: none;
  align-items: center;
  gap: 5px;
}

.rating_block_image {
  max-width: 105px;
  width: 100%;
}

.rating_block_image img {
  width: 100%;
  height: auto;
  display: block;
}

.rating_block p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.container_block_pay {
  gap: 10px;
  padding: 10px;
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container_pay {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5px;
}

.cards_btn {
  position: relative;
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  overflow: hidden;

  border-radius: 10px;
  background: #FFF;
}

.cards_btn p {
  color: #041126;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.cards_btn span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #171618, #4666D0);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.cards_btn span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #171618, #4666D0);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.cards_btn span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #171618, #4666D0);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.cards_btn span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #171618, #4666D0);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@media (max-width: 1305px) {
  .offers_card_logo_block_container {
    max-width: 300px;
  }
}

@media (max-width: 1205px) {
  .offers_card_logo_block_container {
    max-width: 200px;
  }
}

@media (max-width: 1040px) {
  .rating_block {
    display: none;
  }

  .rating_block2 {
    display: flex;
  }

  .offers_card_logo_block_left {
    width: 60%;
  }

  .container_block_pay {
    width: 40%;
    justify-content: center;
  }

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

@media (max-width: 800px) {
  .offers_card_list {
    flex-direction: column;
  }

  .container_block_pay {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .offers_card_logo_block_left {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .offers_card_logo_block_left {
    gap: 0;
    justify-content: space-between;
  }

  .offers_card {
    padding-top: 25px;
  }

  .corner_tag {
    top: -25px;
  }

  .offers_card_logo_block_container {
    max-width: 160px;
  }

  .offers_card_logo_block_left_center,
  .bonus_block_text {
    gap: 5px;
  }

  .offers_card_list {
    gap: 5px;
  }

  .bonus_block_text span {
    font-size: 14px;
  }

  .bonus_block_text_p {
    font-size: 14px;
  }
}

.bg_text_block_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text_block_main {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #4666D0;
  background: #120749;
}

.text_block_main h2 {
  color: #FFF;
  font-family: "Gravitas One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.text_block_main p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text_block_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.text_block_item {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #4666D0;
  background: #120749;
  max-width: 284px;
  width: 100%;
}

.text_block_item span {
  color: #FFF;
  font-family: "Gravitas One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.text_block_item p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .bg_text_block_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text_block_main p {
    font-size: 14px;
  }

  .text_block_item {
    gap: 10px;
    padding: 20px 10px;
  }

  .text_block_item span {
    font-size: 14px;
  }
}















.granddejeu_container {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 20px;
}

.footer_company {
  max-width: 1240px;
  width: 100%;
  height: auto;
  gap: 32px;
}

@media (max-width: 1000px) {
  .footer_company {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer_header_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.granddejeu_logo {
  width: 221px;
  height: 24px;
}

.politic_page_links {
  width: auto;
}

.politic_page_links ul {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 100px;
}

.politic_page_links li {
  margin: 0;
}

.politic_page_links_nav {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.politic_page_links_nav.active {
  font-weight: 700;
} 

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

@media (max-width: 1120px) {
  .footer_header_block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .politic_page_links ul {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

}

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

.footer_text_blocks_wrap_item {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;

  border-radius: 20px;
  border: 1px solid #4666D0;
  background: rgba(18, 7, 73, 0.80);
  max-width: 600px;
  width: 100%;
}

.footer_text_blocks_wrap_item span {
  color: #FFF;
  font-family: "Gravitas One";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.footer_text_blocks_wrap_item p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_text_blocks_wrap_item2 {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;

  border-radius: 20px;
  border: 1px solid #4666D0;
  background: rgba(18, 7, 73, 0.80);
  width: 100%;
}

.footer_text_blocks_wrap_item2 span {
  color: #FFF;
  font-family: "Gravitas One";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.footer_text_blocks_wrap_item2 p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1300px) {
  .footer_text_blocks_wrap_item {
    max-width: 100%;
  }
}

@media (max-width: 600px) {

  .footer_text_blocks_wrap_item,
  .footer_text_blocks_wrap_item2 {
    gap: 10px;
  }

  .footer_text_blocks_wrap_item span,
  .footer_text_blocks_wrap_item p,
  .footer_text_blocks_wrap_item2 span,
  .footer_text_blocks_wrap_item2 p {
    font-size: 12px;
  }
}



.links_company_footer {
  width: 100%;
}

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

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

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

@media (max-width: 1000px) {
  .links_company_footer ul {
    justify-content: center;
  }
}


.info_contact_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footer_img_18plus_media {
  max-width: 20px;
  width: 100%;
}

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

.copiryght_footer p {
color: #FFF;
text-align: center;
font-variant-numeric: lining-nums proportional-nums;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}






.success_message {
  display: none;
  color: green;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

.success_message.show {
  display: block;
}

input,
textarea {
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  padding: 8px;
  width: 300px;
  margin-bottom: 10px;
}

input:valid,
textarea:valid {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.container_block_info_pages {
  width: 100%;
  max-width: 1240px;
  display: flex;
  gap: 40px;
  /* flex-direction: column; */
}

.block_info_pages_left {
  padding: 40px;
  gap: 24px;
  width: 65%;
  display: flex;
  flex-direction: column;
}

.block_info_pages_left h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.block_info_pages_left h2,
.block_info_pages_right h2 {
  font-size: 28px;
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
}

.block_info_pages_left h2 {
  font-weight: 400;
}

.block_info_pages_right h2 {
  font-weight: 700;
}

.info_pages_list li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.block_info_pages_right {
  padding: 40px;
  gap: 24px;
  width: 35%;
  display: flex;
  flex-direction: column;

}

.info_pages_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1000px) {
  .container_block_info_pages {
    flex-direction: column;
    gap: 20px;
  }

  .block_info_pages_left,
  .block_info_pages_right {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .block_info_pages_left,
  .block_info_pages_right {
    padding: 0;
  }

  .container_block_info_pages {
    gap: 20px;
  }

  .block_info_pages_left h1 {
    font-size: 20px;
  }

  .block_info_pages_left h2,
  .block_info_pages_right h2 {
    font-size: 20px;
  }

  .info_pages_list li {
    font-size: 14px;
  }
}



.text_pages {
  width: 100%;
  display: flex;
padding: 20px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
border-radius: 20px;
border: 1px solid #4666D0;
background: #120749;
}

.text_pages h1 {
color: #FFF;
font-family: "Gravitas One";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.text_pages h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}

.text_pages p,
.text_pages li {
color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.section_pages2 {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 600px) {
  .section_pages2 {
  padding-top: 50px;
  padding-bottom: 30px;
}


}