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

@font-face {
  font-family: PlusJakartaSans;
  src: url(/spinaurore-fonts/spinaurore-plus-jakarta-sans-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

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

@font-face {
  font-family: Poppins;
  src: url(/spinaurore-fonts/spinaurore-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;
}

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

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

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

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

.Biorhyme {
  font-family: "Biorhyme", sans-serif;
}

.PlusJakartaSans {
  font-family: "PlusJakartaSans", sans-serif;
}

.spinaurore_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-60 {
  padding-top: 60px;
}

.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-60 {
  margin-top: 60px;
}

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

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

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

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

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

.section_updates {
  padding: 0 10px;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

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



.spinaurore_header__container_main {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
}

.spinaurore_header {
  /* padding: 20px 0; */
  z-index: 1;
  position: absolute; 
  top: 0;
  left: 0; 
  /* z-index: 7; */
  width: 100%;
  background: var(--background-page);

  border-bottom: 1px solid #9E00C6;
backdrop-filter: blur(15px);
}

.spinaurore_header__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 100%;
}

header .spinaurore_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

header .spinaurore_logo img {
  width: 24px;
  height: 24px;
}

header .spinaurore_logo p{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

header .spinaurore_logo,
header .spinaurore_logo_burger {
  max-width: 250px;
  width: 100%;
}

header .spinaurore_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 .spinaurore_logo p,
  header .spinaurore_logo_burger p {
    font-size: 16px;
  }
}

header .spinaurore_logo_burger {
  display: none;
}

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

  .spinaurore_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: px 16px; */
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;
  }
}

.spinaurore_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px 16px; */
}

@media (max-width: 991px) {
  .spinaurore_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(--white);
    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) {
  .spinaurore_header__menu {
    padding: 80px 30px 30px 30px;
  }

  header .spinaurore_logo img {
  width: 20px;
  height: 20px;
}
}

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

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

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

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

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

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

.spinaurore_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) {
  .spinaurore_nav__list {
    /* gap: 75px; */
  }
}

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

@media (max-width: 1050px) {
  .spinaurore_nav__list {
    gap: 10px;
    justify-content: space-between;
  }
} */

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

  .spinaurore_nav {
    flex-direction: column;
  }
}

.spinaurore_nav__item a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

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

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

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

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

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

.spinaurore_nav__link.active {
  border-bottom: 2px solid var(--Color1, #9E00C6);
  color: #9E00C6;
  /* font-style: italic; */
}

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

.luckydrawsau_burger img {
  width: 24px;
  height: 24px;
}

.bg_main {
  background: url(/spinaurore-img/spinaurore-bg-main.svg) center no-repeat;
  background-size: cover;
}

.main_text_section {
  padding: 16px 0;
}

.main_text_block {
  max-width: 1240px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 15%;
  padding-bottom: 15%;
}

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

.main_text_container h1 {
  font-size: 48px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 130%; 
  text-transform: uppercase;
  letter-spacing: 2.88px;
}

.main_text_container p {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
}

.main_text_image_block {
  width: 30%;
}

.main_text_image {
  max-width: 400px;
  width: 100%;
}

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

@media (max-width: 990px) {

  .main_text_block {
    padding-top: 10%;
    padding-bottom: 10%;
    flex-direction: column;
  }

  .main_text_container {
    width: 100%;
  }

  .main_text_image_block {
    width: 100%;
  }
}

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

@media (max-width: 600px) {

  .main_text_block {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 50px;
  }

  .main_text_container h1 {
    font-size: 24px;
  }

  .main_text_container p {
    font-size: 16px;
  }

}

.adventure_block {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;

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

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

.adventure_block_header h2 {
  color: #9E00C6;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
  letter-spacing: 7.6px;
  text-transform: uppercase;
}

.adventure_block_header p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.adventure_block_header span {
  color: #000;
  font-size: 16px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
}

.adventure_block_list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.adventure_block_list_item {
  padding: 32px;
  max-width: 400px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  gap: 24px;

  border-radius: 20px;
  border: 1px solid #000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(158, 0, 198, 0.20) 100%);
}

.adventure_block_list_item_image {
  max-width: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

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

.adventure_block_list_item_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.adventure_block_list_item_text p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.adventure_block_list_item_text span {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
}

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

@media (max-width: 600px) {
  .adventure_block {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 24px;
  }

  .adventure_block_header {
    gap: 24px;
  }

  .adventure_block_header h2 {
    font-size: 24px;
    text-align: left;
  }

  .adventure_block_header p,
  .adventure_block_header span {
    font-size: 14px;
  }

  .adventure_block_list {
    gap: 16px;
  }

  .adventure_block_list_item {
    padding: 16px;
    gap: 16px;
  }

  .adventure_block_list_item_image {
    max-width: 30px;
  }

  .adventure_block_list_item_text p {
    font-size: 16px;
  }

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

.about_block {
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_block_picture {
  width: 25%;
  display: block;
}

.about_block_image {
  max-width: 296px;
  width: 100%;
}

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

.about_block_picture_mobile {
  display: none;
}

.about_block_text {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}

.about_block_text h2 {
  color: #9E00C6;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 7.6px;
  text-transform: uppercase;
}

.about_block_text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
}

@media (max-width: 1000px) {

  .about_block_picture {
    display: none;
  }

  .about_block_picture_mobile {
    width: 100%;
    max-width: 500px;
    display: block;
  }

  .about_block_text {
    width: 100%;
  }

  .about_block {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .about_block {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;
  }

  .about_block_text {
    gap: 20px;
  }

  .about_block_text h2 {
    font-size: 24px;
  }

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

.bg_section_game {
  background: rgba(158, 0, 198, 0.10);
}

.game_block {
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 40px;

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

.game_block h2 {
  color: #9E00C6;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
  letter-spacing: 7.6px;
  text-transform: uppercase;
}

.game_block_main {
  width: 100%;
  flex-direction: column;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto; */
}

.game_block_main p {
  color: #9E00C6;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
  letter-spacing: 4.8px;
  text-transform: uppercase;
}

.btn_block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.play-btn {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid #000;
  max-width: 246px;
  width: 100%;

  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; 
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.game_card, .is-game {
  max-width: 587px;
  height: 330px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 20px;
}

@media (max-width: 600px) {
  .game_block {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 24px;
  }

  .game_block h2 {
    font-size: 24px;
  }

  .game_block_main {
    gap: 24px;
  }

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

  .play-btn {
    max-width: 600px;
  }

  .game_card, .is-game {
    max-width: 428px;
    height: 285px;
  }
}

@media (max-width: 450px) {
  .game_card, .is-game {
    max-width: 328px;
    height: 185px;
  }
}

.disclaimer_block {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.disclaimer_block h2 {
  color: #9E00C6;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
  letter-spacing: 7.6px;
  text-transform: uppercase;
}

.disclaimer_block p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.disclaimer_block span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
}

@media (max-width: 600px) {
  .disclaimer_block {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 24px;
  }

  .disclaimer_block h2 {
    font-size: 24px;
    text-align: left;
  }

  .disclaimer_block p,
  .disclaimer_block span {
    font-size: 14px;
    text-align: left;
  }
}

.bg_footer_section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #A2A2A2;
}

.footer_container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

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

.disclaimer_info p {
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #F1F1F1;
  line-height: normal;
}

.footer_company {
  width: 100%;
}

.links_company_footer {
  width: 100%;
}

.links_company_footer ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  gap: 13%;
  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;
  width: auto;
  display: block;
}

.footer_img_18plus {
  max-width: 84px;
  width: 100%;
}

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

.politic_page_links {
  width: 100%;
}

.politic_page_links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 40px;
}

.politic_page_links li {
  margin: 0;
}

.politic_page_links a {
  color: #fff;
  font-size: 16px;
  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;
}

.copiright_footer {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

@media (max-width: 600px) {

  .bg_footer_section {
    padding: 0;
  }

  .footer_container {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 16px;
  }

  .first_block_footer {
    gap: 16px;
  }

  .disclaimer_info {
    padding: 0;
  }

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

  .links_company_footer ul {
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .politic_page_links ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .politic_page_links a,
  .info_contact_footer a,
  .info_footer p {
    font-size: 14px;
  }

  .info_contact_footer {
    gap: 12px;
  }

  .info_contact_footer p {
    font-size: 16px;
  }
}

.spinaurore_main {
  position: relative;
}

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

.padding_game_block {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.game_block_main_page {
  width: 100%;
  height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #000;
  background: #E3E3E3;
}

.game_card-2 {
  width: 100%;
  height: 100%;
}

.is-game-2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;

}

@media (max-width: 1000px) {
  .game_block_main_page {
    max-height: 650px;
  }
}

@media (max-width: 800px) {
  .game_block_main_page {
    max-height: 450px;
  }
}

@media (max-width: 650px) {
  .game_block_main_page {
    max-height: 300px;
  }
}

@media (max-width: 400px) {
  .game_block_main_page {
    max-height: 200px;
  }
}

.main_text_block_pages {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

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

.main_text_container_pages h1 {
  color: #000;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 130%; 
text-align: center;
letter-spacing: 2.88px;
text-transform: uppercase;
}

.main_text_container_pages span {
  color: #000;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 120%; 
text-transform: uppercase;
}

.main_text_container_pages p {
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
text-transform: uppercase;
}

.block_contact_form {
  width: 100%;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch; */
}

.form_container_elements {
  width: 100%;
  flex-direction: column;
  align-items: center;
  /* gap: 20px; */
  display: flex;
}

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

.contact_form p {
  color: #000;
  font-family: BioRhyme;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
}

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

  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;

  color: #999;
  font-family: BioRhyme;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
}

.contact_form input {
  min-height: 21px;
}

.contact_form textarea {
  min-height: 100px;
}

.contact_form_btn {
  width: 100%;
  max-width: 820px;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  background: #9E00C6;

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-top: 10px;
}

.success_message {
  display: none;
  color: #9E00C6;
  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: #999;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  padding: 8px;
  width: 300px;
  margin-bottom: 10px;
}

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

@media (max-width: 600px) {
  .main_text_block_pages {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 12px;
  }

  .main_text_container_pages h1 {
    font-size: 24px;
  }

  .main_text_container_pages span {
    font-size: 16px;
  }

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

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

.pages_list_block {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.pages_list_block h1 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
}

.pages_list_block h2{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
}

.pages_list li {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
}

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

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

.pages_list_block h2 {
  font-size: 20px;
}

.pages_list_block h1 {
  font-size: 26px;
}
}

.main_text_pages {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;

  border-radius: 20px;
  background: rgba(0, 23, 16, 0.40);
}

.main_text_pages h1 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.main_text_pages h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.main_text_pages_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.main_text_pages_list li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@media (max-width: 600px) {
  .main_text_pages {
    padding: 20px 16px;
    gap: 16px;
  }

  .main_text_pages h1,
  .main_text_pages h2 {
    font-size: 22px;
  }

  .main_text_pages_list {
    gap: 16px;
  }

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


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