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

@font-face {
  font-family: Inter;
  src: url(/casinoverifie-fonts/casinoverifie-inter-bold.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;
}

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: 60px;
}

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

.header_section{
  max-width: 100%;
  margin: 0 auto;
}

.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: "Inter", sans-serif;
  --background-page: #110431;;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

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

  position: relative;
  z-index: 1;
}

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

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

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

.casinoverifie_terms_container {
  padding: 50px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* border-bottom: 1px solid #00FE01; */
  background: #110431;
  /* box-shadow: 0 4px 4px 0 rgba(0, 254, 1, 0.25); */
}

header .casinoverifie_logo,
header .casinoverifie_logo_burger {
  max-width: 500px;
  width: 100%;
}

header .casinoverifie_logo p,
header .casinoverifie_logo_burger p {
  color: #FFF;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

@media (max-width: 400px) {
  header .casinoverifie_logo p,
  header .casinoverifie_logo_burger p {
  font-size: 16px;
}
}

header .casinoverifie_logo_burger {
  display: none;
}

@media (max-width: 991px) {
  header .casinoverifie_logo_burger {
    display: block;
    max-width: 150px;
  }

  header .casinoverifie_logo {
  display: none;
}


  .casinoverifie_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;
  padding: 10px 16px;
  width: 100%;
}
  
}

.casinoverifie_nav {
  display: flex;
  justify-content: center;
}

.casinoverifie_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: space-around; */
  gap: 90px;
  padding: 10px 30px;
}

.casinoverifie_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: 5px 0;
  background: #8C1F24;
}

.casinoverifie_header__container_warning span {
  color: #ffffff;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

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

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

  .casinoverifie_header__container_warning span {
    font-size: 6px;
    text-align: center;
  }

}

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

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

}

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

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

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

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

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

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

.casinoverifie_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;
  /* gap: 40px; */
}


@media (max-width: 1300px) {
  .casinoverifie_nav__list {
    gap: 75px;
  }
}

@media (max-width: 1217px) {
  .casinoverifie_nav__list {
    gap: 35px;
  justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .casinoverifie_nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }

  .casinoverifie_nav {
    flex-direction: column;
  }
}

.casinoverifie_nav__item a {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

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

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

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

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

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

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

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

.casinoverifie_nav__link.active {
  border-bottom: 2px solid var(--1, #884BEE);
  color: #fff;
}

.casinoverifie_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) {
  .casinoverifie_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.main_text_section {
  padding:  20px 0;
}

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

  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0;
}

.main_text_container h1 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

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

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

  .main_text_container p{
    display: none;
  }
  
}


.corner_tag {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9px;
  background: #FFF;
  color: #FF1A1A;
  padding: 5px 20px;
  /* z-index: 10; */
  white-space: nowrap;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bg_section_offers {
  background: linear-gradient(102deg, #98AFF3 9.72%, #163286 93.77%);

}

.container_offers_cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.offers_card,
.offers_card_list {
  width: 100%;
  max-width: 373px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 10px;

  border-radius: 10px;
  background: linear-gradient(135deg, #0E0226 17.23%, #0E0226 97.47%);
}

.offers_card_logo_block {
  width: 100%;
  height: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;

}

.offers_card_logo {
  max-width: 250px;   
  max-height: 80px;      
  object-fit: contain; 
}

.offers_card_info {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.offers_card_info p {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.rating_block {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.rating_block img {
  width: 17px;
  height: 17px;
  display: block;
}

.rating_block p {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.offers_card_bonus_text{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;

width: 100%;
padding: 0 10px;
}

.container_block_pay{
  width: 100%;
  max-width: 373px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}




/* .cards_btn {
  width: 100%;
  max-width: 353px;
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
background: var(--1, #884BEE);
box-shadow: 0 0 6.8px 0 rgba(205, 57, 255, 0.40);
} */

.cards_btn {
  width: 100%;
  max-width: 353px;
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 100px;
  background: var(--1, #884BEE);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0px 5px 5px rgb(210, 187, 253) inset,
    0px 5px 5px rgba(5, 5, 5, 0.212),
    0px -10px 10px rgb(124, 54, 255) inset;
  transition: all 0.3s ease-in-out;
}

/* Блик сверху */
.cards_btn::before {
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.678);
  content: "";
  filter: blur(1px);
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

/* Блик снизу */
.cards_btn::after {
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.137);
  content: "";
  filter: blur(1px);
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

/* Анимация при наведении */
.cards_btn:hover {
  animation: jello-horizontal 0.9s both;
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.offers_card_logo_block_pay {
  margin-top: 10px;
}

.container_pay {
  width: 100%;
  display: flex;
justify-content: center;
align-items: flex-start;
gap: 24px;
align-self: stretch;
}





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

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

.section_updates {
  padding: 0 10px;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

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

.container_faq h2 {
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.container_faq_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.container_faq_text p{
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq_block {
  max-width: 1240px;
  width: 100%;
  display: flex;
  gap: 20px;
}

.faq_block_left {
  max-width: 505px;
  width: 100%;
  margin: 0 auto;
}

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

.faq_block_img {
  display: block;
}

.faq_block_img_mobile {
  display: none;
}

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

.faq_list_item {
  position: relative;          
  display: flex;
  width: 560px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #280364;
}

.faq_list_item::after {
  content: none;
}

.faq_list_item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: linear-gradient(to right, #0D218F, #08A9EA);
  border-radius: 0 0 20px 20px;
}


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

.faq_question {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq_list_item.active {
  gap: 20px;
}

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


.faq_answer {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  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.active .faq_answer {
  opacity: 1;
  margin-bottom: 20px;  
}

@media (max-width: 1000px) {

  .faq_block{
    flex-wrap: wrap;
    justify-content: center;
  }

  .faq_block_left img{
    max-height: 500px;
  }

  .faq_block_list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .faq_list_item {
    max-width: 100%;
  }

  .faq_block_img {
  display: none;
}

.faq_block_img_mobile {
  display: block;
}
}

@media (max-width: 600px) {

  .container_faq_text p{
    font-size: 15px;
  } 

}

.container_about {
  padding-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container_about h2{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.container_about p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container_about span {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.container_about ul li{
  list-style: disc;
  margin-left: 10px;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container_about ol li{
  list-style: decimal;
  margin-left: 10px;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.block_contact_form {
  padding-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.block_contact_text {
  max-width: 800px;
  width: 100%;
  gap: 24px;
}

.form_container_h2,
.block_contact_form h1 {
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.form_container_elements {
  width: 100%;
  max-width: 750px;
  padding: 20px 16px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: flex;

    border-radius: 20px;
  border: 16px solid transparent;
  background: 
    linear-gradient(#0D0225, #0D0225) padding-box, 
    linear-gradient(90deg, #AD08FC, #5106F9) border-box; 

}

.contact_form {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact_form input,
.contact_form textarea {
  border-radius: 5px;
  border: 1px solid #FFF;
  background: #FFF;

  padding: 14px 20px;
  color: rgba(54, 68, 117, 0.50);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}

.contact_form_btn {
  width: 100%;
  max-width: 480px;
  padding: 14px 20px;
  text-align: center;

  border-radius: 100px;
  background: var(--1, #884BEE);
  box-shadow: 0 0 11.6px 0 rgba(213, 231, 255, 0.50);

  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

@media (max-width: 600px) {
  .form_container_h2{
    font-size: 20px;
  }

  .contact_form_btn{
    padding: 8px 24px;
    font-size: 12px;
    max-width: 280px;
  }
}

.about_info_block {
  padding-top: 60px;
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

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

.about_info_block_left h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about_info_block_left p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about_info_block_img {
  display: block;
}

.about_info_block_img_mobile {
  display: none;

  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}

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

@media (max-width: 1000px) {
  .about_info_block {
    flex-wrap: wrap;
  }

  .about_info_block_img_mobile {
  display: block;
}

.about_info_block_img {
  display: none;
}
}

.bg_footer_section{
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--1, #884BEE);
}

.experience_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.experience_block h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.experience_block p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.experience_block span {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.experience_block ol li{
  list-style: decimal;
  margin-left: 15px;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 15px;
  /* padding-top: 50px;
  padding-bottom: 50px; */

  display: flex;
  flex-direction: column;
}

.footer_disclaimer {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(99deg, #AD08FC 6.44%, #5106F9 100%);
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.footer_disclaimer h2 {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
}

.disclaimer_text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_main_info_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.info_contact_footer {
  width: 50%;
  justify-content: flex-start;
  gap: 10px;
}

.info_contact_footer h2 {
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: normal; 
  font-style: normal;
}

.info_contact_footer a {
  text-decoration: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

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

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

.info_footer {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.politic_page_links {
  width: 50%;
}

.politic_page_links ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links li {
  margin: 0;
}

.politic_page_links a {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

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

@media (max-width: 1000px) {

  .footer_main_info_content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .politic_page_links {
    width: 100%;
  }

  .info_contact_footer {
    width: 100%;
  }
}

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

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

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

.links_company_footer {
  width: 100%;
}

.links_company_footer ul {
  display: flex;
  justify-content: center;
  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: 80px;
  width: auto;
  display: block;
}

.casinoverifie_main {
  position: relative;
}

.casinoverifie_page {
  position: relative;
}

@keyframes rotate360 {
  from {
    transform: translateX(50%) rotate(0deg);
  }
  to {
    transform: translateX(50%) rotate(360deg);
  }
}

@media (max-width: 600px) {

   .main_text_container {
    padding-bottom: 0;
    padding-top: 10px;
  }
}

@media (max-width: 400px) {

  .main_text_container {
    padding-bottom: 0;
  }
}

@media (max-width: 350px) {
  .main_text_container{
    padding-bottom: 0;
  }
}

.success_message {
  display: none;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  margin-top: 10px;

  text-align: center;
  justify-content: center;
  gap: 20px;
  align-items: center;

}

.success_message.show {
  display: flex;
}

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

input:valid,
textarea:valid {
  color: #FFF;
  border: 2px solid #fff;
  background-color: var(--background-page);
}

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

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

@media (max-width: 600px) {
  
  .info_pages_list li{
    font-size: 14px;
  }
}

.container_play_safe_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.play_safe_block{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

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

.info_pages_list_play_safe {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: disc !important;
  margin-left: 10px;
}

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

@media (max-width: 600px) {
  .play_safe_block {
    padding: 0;
  }

  .play_safe_block h2{
    font-size: 16px;
  }

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

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

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

.text_pages h1{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  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{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


#particles-js {
  position: fixed;   /* чтобы фон был во весь экран */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;       /* уводим под контент */
}
