@font-face {
  font-family: Manrope;
  src: url(/wpucdspinhaven-fonts-site/manrope-wpucd/wpucdspinhaven-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url(/wpucdspinhaven-fonts-site/manrope-wpucd/wpucdspinhaven-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url(/wpucdspinhaven-fonts-site/manrope-wpucd/wpucdspinhaven-800.woff2) format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Jost;
  src: url(/wpucdspinhaven-fonts-site/jost-wpucd/wpucdspinhaven-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-wpucd {
  max-width: 1240px;
  margin: 0 auto;
}

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

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

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

.spinhaven_page-wpucd {
  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-t-140 {
  margin-top: 140px;
}

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

.spinhaven_main-wpucd {
  -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 */
/* !!!!!!!!!!!!!!!!!!!!!!! */



.spinhaven_header__container_main-wpucd {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

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

.header_disclaimer_block-wpucd {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.header_disclaimer_block-wpucd span {
  color: #7D91A0;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.header_disclaimer_block-wpucd p {
  color: #7D91A0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}

@media (max-width: 800px) {

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

@media (max-width: 600px) {

  .header_disclaimer_block-wpucd span,
  .header_disclaimer_block-wpucd p {
    font-size: 10px;
  }
}

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

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

header .spinhaven_logo-wpucd img {
  max-width: 190px;
}

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

header .spinhaven_logo-wpucd,
header .spinhaven_logo_burger {
  max-width: 250px;
  width: 100%;
}

header .spinhaven_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 .spinhaven_logo-wpucd p,
  header .spinhaven_logo_burger p {
    font-size: 16px;
  }
}

header .spinhaven_logo_burger {
  display: none;
}

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

  .spinhaven_header__container-wpucd {
    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;
    width: 100%;
  }
}

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

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

  header .spinhaven_logo-wpucd img {
    max-width: 170px;
  }
}

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

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

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

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

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

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

.spinhaven_nav__list-wpucd {
  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: 30px;
}

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

  .spinhaven_nav-wpucd {
    flex-direction: column;
  }
}

.spinhaven_nav__item-wpucd a {
  text-decoration: none;
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

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

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

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

.spinhaven_nav__link-wpucd.active {
  font-weight: 800;
}

.spinhaven_burger-wpucd {
  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: 30px;
  background-color: transparent;
}

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

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

.bg_main {
  padding-top: 50px;
  padding-bottom: 50px;
  background: radial-gradient(circle at center, #2E4A60 15%, #1C2E3B 30%);

}

.main_text_section {
  padding: 16px 0;
}

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

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

}

.main_text_block-wpucd h1 {
  max-width: 814px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: 'Jost';
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.btn_main_block-wpucd {
  display: flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: linear-gradient(180deg, #55ACEB 0%, #1C2E3B 100%);
  border-radius: 12px;
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
}

.btn_main_block-wpucd span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .main_text_block-wpucd h1 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {

  .bg_main {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main_text_block-wpucd {
    gap: 16px;
  }

  .main_text_block-wpucd h1 {
    font-size: 28px;
  }

  .main_text_block-wpucd p {
    font-size: 16px;
  }

  .btn_main_block-wpucd {
    max-width: 400px;
  }

}

.bg_list_card_section-wpucd {
  padding-top: 50px;
  padding-bottom: 50px;
}

.list_card_block-wpucd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  align-self: stretch;
}

.item_card_block-wpucd {
  display: flex;
  width: 100%;
  max-height: 300px;
  padding: 40px;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  background: linear-gradient(151deg, #55ACEB 6.46%, #1C2E3B 90.67%);
  box-shadow: 0 4px 12px 0 rgba(1, 1, 11, 0.15);
}

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

.card_block_text-wpucd span {
  color: #FFF;
  font-family: 'Jost';
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.card_block_text-wpucd p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card_block_image_block-wpucd {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_block_image-wpucd {
  max-width: 520px;
  width: 100%;
}

.card_block_image-wpucd img {
  display: block;
  height: auto;
  width: 100%;
}

.card_block_image_mobile-wpucd {
  max-width: 328px;
  width: 100%;
  display: none;
}

.card_block_image_mobile-wpucd img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 1200px) {
  .item_card_block-wpucd {
    max-height: 350px;
  }
}

@media (max-width: 1000px) {
  .item_card_block-wpucd {
    max-height: 100%;
  }
}

@media (max-width: 900px) {
  .item_card_block-wpucd {
    flex-direction: column;
  }

  .card_block_image_block-wpucd {
    width: 115%;
  }

  .card_block_text-wpucd {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .list_card_block-wpucd {
    gap: 50px;
  }

  .item_card_block-wpucd {
    padding: 20px 16px;
    gap: 20px;
  }

  .card_block_text-wpucd {
    gap: 16px;
  }

  .card_block_text-wpucd span {
    font-size: 22px;
  }

  .card_block_text-wpucd p {
    font-size: 14px;
  }

  .card_block_image-wpucd {
    display: none;
  }

  .card_block_image_mobile-wpucd {
    display: block;
    max-width: 528px;
  }

  .card_block_image_block-wpucd {
    width: 110%;
  }

}

@media (max-width: 430px) {
  .card_block_image_mobile-wpucd {
    max-width: 388px;
  }

  .card_block_image_block-wpucd {
    width: 115%;
  }
}

.section_game_demo-wpucd {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.demo_game_block-wpucd h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Jost';
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.demo_game_with_btn-wpucd {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.demo_game_with_btn-wpucd::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}

.demo_game_with_btn-wpucd.button-hidden::before {
  opacity: 0;
  pointer-events: none;
}

.demo_game_with_btn-wpucd button {
  position: absolute;
  z-index: 2;
  display: flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #55ACEB 0%, #1C2E3B 100%);
  max-width: 246px;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.demo_game_with_btn-wpucd button.hidden {
  opacity: 0;
  pointer-events: none;
}

.game_demo-wpucd {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

  .demo_game_block-wpucd h2 {
    font-size: 22px;
  }
}

.bg_games_block_section-wpucd {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.games_block_header-wpucd {
  max-width: 814px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.games_block_header-wpucd h1 {
  color: #FFF;
  text-align: center;
  font-family: 'Jost';
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.games_block_header-wpucd h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Jost';
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.games_block_header-wpucd p {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.games_button_sort-wpucd {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 24px; */
}

.games_button-wpucd {
  display: flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2E516A 0%, #0E171E 100%);

  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  max-width: 211px;
}

.games_button-wpucd.active {
  background: linear-gradient(180deg, #55ACEB 0%, #1C2E3B 100%);
}

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

.games_btn_image-wpucd img,
.games_item_block_reviews_image-wpucd img {
  width: 100%;
  display: block;
  height: auto;
}

.games_block_item_image-wpucd img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 20px;
}

.games_block_list-wpucd {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.games_block_item-wpucd {
  display: flex;
  max-width: 280px;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  /* gap: 14px; */
  border-radius: 20px;
  border: 1px solid #55ACEB;
  box-shadow: 0 4px 12px 0 rgba(1, 1, 11, 0.15);
}

.games_block_item_image-wpucd {
  max-width: 248px;
  width: 100%;
}

.games_item_title_reviews-wpucd {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.games_item_title_reviews-wpucd p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.games_item_block_reviews-wpucd {
  display: flex;
  align-items: center;
  gap: 4px;
}

.games_item_block_reviews_image-wpucd {
  max-width: 22px;
  width: 100%;
}

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

.games_btn_href-wpucd {
  background: linear-gradient(180deg, #55ACEB 0%, #1C2E3B 100%);
  display: flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
}

.games_btn_href-wpucd span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.games_slider {
  width: 100%;
  overflow: hidden; /* скрывает конец при сужении */
}

.games_slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.games_slider .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

.games_button-wpucd {
  white-space: nowrap;
  user-select: none;
}

.swiper {
  cursor: grab;
}

.swiper:active {
  cursor: grabbing;
}

@media (max-width: 1300px) {
  .games_button_sort-wpucd {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 800px) {
  .games_block_header-wpucd h2, .games_block_header-wpucd h1 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .bg_games_block_section-wpucd {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .games_block_main-wpucd {
    gap: 20px;
  }

  .games_block_header-wpucd {
    gap: 16px;
  }

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

  .games_block_header-wpucd p {
    font-size: 14px;
  }

  .games_block_list-wpucd {
    gap: 16px;
  }

  .games_block_item-wpucd {
    padding: 8px;
    max-width: 156px;
    align-self: stretch;
    align-content: space-evenly;
  }

  .games_item_title_reviews-wpucd {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .games_item_title_reviews-wpucd p {
    font-size: 12px;
  }

}







.bg_disclaimer_section-wpucd {
  padding-top: 50px;
  padding-bottom: 50px;
}

.disclaimer_block-wpucd {
  display: flex;
  max-width: 1026px;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;

  border-radius: 20px;
  border: 2px solid #55ACEB;
  margin: 0 auto;
}

.disclaimer_block-wpucd h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Jost';
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 80%;

}

.disclaimer_block-wpucd p {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 80%;
}

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

  .disclaimer_block-wpucd {
    padding: 20px 16px;
    gap: 20px;
  }

  .disclaimer_block-wpucd h2 {
    font-size: 22px;
  }

  .disclaimer_block-wpucd p {
    font-size: 14px;
  }
}


.bg_footer_section-wpucd {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.disclaimer_info-wpucd span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.disclaimer_info-wpucd p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .disclaimer_info-wpucd {
    gap: 12px;
  }

  .disclaimer_info-wpucd span {
    font-size: 20px;
  }

  .disclaimer_info-wpucd p {
    font-size: 16px;
  }
}

.footer_company-wpucd {
  width: 100%;
}

.links_company_footer-wpucd {
  width: 100%;
}

.links_company_footer-wpucd 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-wpucd li {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.footer_img_pplus-wpucd img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

.politic_page_links-wpucd li {
  margin: 0;
}

.politic_page_links-wpucd a {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

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

.copiright_footer-wpucd {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

@media (max-width: 1150px) {
  .politic_page_links-wpucd {
    flex-direction: column;
  }
}

@media (max-width: 630px) {
  .politic_page_links-wpucd ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

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

@media (max-width: 600px) {

  .footer_container-wpucd {
    gap: 20px;
  }

  .first_block_footer {
    gap: 16px;
  }

  .disclaimer_info-wpucd {
    padding: 0;
  }

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

  .links_company_footer-wpucd ul {
    justify-content: center;
    align-items: center;
  }

  .info_contact_footer {
    gap: 12px;
  }

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

.spinhaven_main-wpucd {
  position: relative;
}

.spinhaven_page-wpucd {
  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: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.contact_form input,
.contact_form textarea {
  border-radius: 10px;
  background: #1C2E3B;

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

  color: rgba(255, 255, 255, 0.70);
  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: 240px;
  display: flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: linear-gradient(180deg, #55ACEB 0%, #1C2E3B 100%);
  border-radius: 15px;

  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 16.8px */
  text-transform: uppercase;
  margin-top: 10px;
}

.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: #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: 300px;
  }
}

.list_card_block2 {
  padding-top: 180px;
  padding-bottom: 100px;

  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.item_card_block2 {
  display: flex;
  width: 100%;
  max-height: 350px;
  padding: 40px;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  background: linear-gradient(151deg, #55ACEB 6.46%, #1C2E3B 90.67%);
  box-shadow: 0 4px 12px 0 rgba(1, 1, 11, 0.15);
}

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

.card_block_text2 h1 {
  color: #FFF;
  font-family: 'Jost';
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.card_block_text2_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.card_block_text2_item {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item_card_block3 {
  display: flex;
  width: 100%;
  max-height: 550px;
  padding: 40px;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  background: linear-gradient(151deg, #55ACEB 6.46%, #1C2E3B 90.67%);
  box-shadow: 0 4px 12px 0 rgba(1, 1, 11, 0.15);
}



.card_block_text2 {
  list-style-type: disc;
}

.card_block_text2_item {
  list-style-type: disc;
  margin-left: 15px;
}

@media (max-width: 1200px) {
  .item_card_block2 {
    max-height: 400px;
  }

  .item_card_block3 {}
}

@media (max-width: 1000px) {
  .item_card_block2 {
    max-height: 100%;
  }

  .item_card_block3 {
    max-height: 100%;
  }
}

@media (max-width: 900px) {

  .item_card_block2,
  .item_card_block3 {
    flex-direction: column;
  }


  .card_block_image_block-wpucd {
    width: 115%;
  }

  .card_block_text2 {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .list_card_block2 {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

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

  .item_card_block2,
  .item_card_block3 {
    padding: 20px 16px;
    gap: 20px;
  }

  .card_block_text2 h1 {
    font-size: 22px;
  }

  .card_block_text2 {
    gap: 16px;
  }

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

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

.text_pages h1 {
  color: #FFF;
  font-family: 'Jost';
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  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: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

  .text_pages p,
  .text_pages li {
    font-size: 14px;
  }
}


.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-modal-content {
  display: inline-flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-width: 680px;
  width: 100%;
  margin: 0 20px;

  border-radius: 20px;
  background: #1C2E3B;
}

.age-modal-content_h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Jost';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.age-modal-content p {
  color: #CCC;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.age-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.age-modal-buttons button {
  display: flex;
  max-width: 296px;
  width: 100%;
  display: flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  background: linear-gradient(180deg, #55ACEB 0%, #1C2E3B 100%);

  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}

#ageYes {
  /* background-color: #0C9100;
  color: #fff; */
}

#ageYes:hover {
  background-color: #032300;
}

#ageNo {
  border-radius: 12px;
  background: none;
  border: 1px solid #FFF;
}

#ageNo:hover {
  background-color: #999;
}

@media (max-width: 600px) {
  .age-modal-content {
    padding: 16px;
    gap: 16px;
  }

  .age-modal-content_h2 {
    font-size: 22px;
  }

  .age-modal-content p {
    font-size: 10px;
  }
}