body {
  display: flex;
  justify-content: center;
  /* height: 100%; */
  background-image: url("/pyramid/assets/default-ChkdOWgj.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
}

.header-bottom {
  display: none;
}

.footer-top {
  display: none;
}

@media screen and (max-width: 500px) {
  .header-bottom {
    display: block;
  }

  .header-top {
    display: none;
  }

  .footer-top {
    display: flex;
    position: fixed;
    top: 0;
    bottom: auto;
  }

  .footer-bottom {
    display: none;
  }
}
._header_f8b4f_1 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 100%;
}

div > h1 {
  display: inline-block;
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke: 2px #0ba360;
  margin: 5px;
}

div h4 {
  margin-top: 5px;
  text-align: center;
  color: #009245;
}

._tac_one_regular_f8b4f_43 {
  font-family: "Tac One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

._mob_display_f8b4f_55 {
  display: none;
}

._block_options_f8b4f_63 {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

._close_options_f8b4f_79 {
  height: 100px;
}

._options_f8b4f_87 {
  margin: auto;

  width: 1350px;
  height: 500px;
  background: rgb(114, 216, 80);
  border: #0ba360 5px solid;
  border-radius: 10px;
  color: #009245;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}

._backgrounds_f8b4f_115,
._backs_f8b4f_117 {
  display: flex;
}

._block_f8b4f_63 {
  display: flex;
  justify-content: space-evenly;
  margin: 15px auto;
  width: 50%;
}

._backs_f8b4f_117 {
  max-width: 800px;
  margin: 0 auto;
}

._block_f8b4f_63 img {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 8px;
  cursor: pointer;
  margin: 2% auto;
  justify-content: space-evenly;
}

._backs_f8b4f_117 img {
  display: inline-block;
  width: 60px;
  height: 90px;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 8px;
  cursor: pointer;
  margin: 5px auto;
  justify-content: space-evenly;
}

._backgrounds_f8b4f_115 img:hover,
._backs_f8b4f_117 img:hover {
  box-shadow: 10px 5px 5px #0ba360;
}

._btn_hover_f8b4f_207 {
  width: 150px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;

  border-radius: 50px;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

._btn_hover_f8b4f_207:hover {
  background-position: 100% 0;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

._btn_hover_f8b4f_207:focus {
  outline: none;
}
._btn-hover_f8b4f_263._color-1_f8b4f_263 {
  background-image: linear-gradient(
    to right,
    #25aae1,
    #40e495,
    #30dd8a,
    #2bb673
  );
  box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
._btn_hover_f8b4f_207._color-2_f8b4f_283 {
  background-image: linear-gradient(
    to right,
    #f5ce62,
    #e43603,
    #fa7199,
    #e85a19
  );
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
._btn-hover_f8b4f_263._color-3_f8b4f_303 {
  background-image: linear-gradient(
    to right,
    #667eea,
    #764ba2,
    #6b8dd6,
    #8e37d7
  );
  box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
._btn-hover_f8b4f_263._color-4_f8b4f_323 {
  background-image: linear-gradient(
    to right,
    #fc6076,
    #ff9a44,
    #ef9d43,
    #e75516
  );
  box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
._btn_hover_f8b4f_207._color_5_f8b4f_343 {
  background-image: linear-gradient(
    to right,
    #0ba360,
    #3cba92,
    #30dd8a,
    #2bb673
  );
  box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
._btn-hover_f8b4f_263._color-6_f8b4f_363 {
  background-image: linear-gradient(
    to right,
    #009245,
    #fcee21,
    #00a8c5,
    #d9e021
  );
  box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
._btn-hover_f8b4f_263._color-7_f8b4f_383 {
  background-image: linear-gradient(
    to right,
    #6253e1,
    #852d91,
    #a3a1ff,
    #f24645
  );
  box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
._btn-hover_f8b4f_263._color-8_f8b4f_403 {
  background-image: linear-gradient(
    to right,
    #29323c,
    #485563,
    #2b5876,
    #4e4376
  );
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
._btn-hover_f8b4f_263._color-9_f8b4f_423 {
  background-image: linear-gradient(
    to right,
    #25aae1,
    #4481eb,
    #04befe,
    #3f86ed
  );
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
._btn-hover_f8b4f_263._color-10_f8b4f_443 {
  background-image: linear-gradient(
    to right,
    #ed6ea0,
    #ec8c69,
    #f7186a,
    #fbb03b
  );
  box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
._btn-hover_f8b4f_263._color-11_f8b4f_463 {
  background-image: linear-gradient(
    to right,
    #eb3941,
    #f15e64,
    #e14e53,
    #e2373f
  );
  box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  ._btn_hover_f8b4f_207 {
    margin: 20px 5px 5px;
  }

  div > h1 {
    font-size: 45px;
    margin: 13px 5px 5px -5px;
  }
}

@media screen and (max-width: 1024px) {
  span {
    display: none;
  }

  ._btn_hover_f8b4f_207 {
    margin: 20px 10px 10px;
    width: 40px;
  }

  div > h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 500px) {
  span {
    display: none;
  }

  ._buttons_f8b4f_547 {
    position: fixed;
    top: 90%;

    margin: auto;
  }

  ._mob_display_f8b4f_55 {
    display: inline-block;
  }

  ._backgrounds_f8b4f_115 {
    display: block;
  }

  ._block_options_f8b4f_63 {
    position: fixed;
    top: 0%;
    left: 0%;
  }

  ._close_options_bottom_f8b4f_589 {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 300px;
  }

  ._block_f8b4f_63 {
    display: flex;
    justify-content: space-evenly;
    margin: 15px auto;
    width: 100%;
  }

  ._options_f8b4f_87 {
    width: 100vw;
    display: block;
    position: fixed;
    top: 100px;
    left: 0px;
    z-index: 10;
    background: rgb(114, 216, 80);
    border: #0ba360 5px solid;
    border-radius: 10px;
    color: #009245;
    font-size: 15px;
    text-align: center;
    font-weight: 900;
  }

  ._backs_f8b4f_117 {
    max-width: 100vw;
  }

  ._backgrounds_f8b4f_115 img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }

  ._backs_f8b4f_117 img {
    width: 40px;
    height: 65px;
    margin: 10px auto;
  }

  ._btn_hover_f8b4f_207 {
    font-size: 20px;
    width: 40px;
    height: 35px;
    margin: 7px;
  }

  div > h1 {
    font-size: 25px;
    margin: 5px 5px 5px -2px;
  }
}

._tooltip_f8b4f_707 {
  position: relative;
  display: inline-block;
}

._tooltip_f8b4f_707::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #009245;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

._tooltip_f8b4f_707:hover::after {
  opacity: 1;
  transition-delay: 0s;
}
._main_13pj8_1 {
  /* width: 80vw; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._basement_13pj8_17 {
  display: flex;
  justify-content: center;
  gap: 80px;
}
._basement_13pj8_17 div {
  width: 73px;
  height: 109px;
  /* border: 1px solid rgb(111, 111, 221); */
}
._deck_13pj8_37 {
  min-width: 200px;
  height: 106px;
  display: flex;
  justify-content: space-between;
  border: none;
}
._back_13pj8_51 {
  width: 73px;
  background-image: url("/pyramid/assets/card-cover-2-B54MS2AL.svg");
  background-size: cover;

  background-repeat: no-repeat;
  /* width: "100%";
  height: "100%"; */
}
._area_13pj8_69 {
  /* width: 100%; */
  min-width: 768px;
  /* min-width: 380px; */
  height: 50vh;
  /* border: 1px solid green; */
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
/*  для анимации подсказки (hint) start------------------------------------------------- */
@keyframes _shakeAndScale_13pj8_1 {
  0%,
  100% {
    transform: scale(1) translateX(0) rotate(0);
  }
  50% {
    transform: scale(1.2) translateX(10px) rotate(10deg);
  }
}

._animate_13pj8_111 {
  animation: _shakeAndScale_13pj8_1 1s ease-in-out;
}
/*  для анимации подсказки (hint) finish------------------------------------------------- */
@media (max-width: 767px) {
  ._area_13pj8_69 {
    width: 90%;
    min-width: 350px;
    margin: 20% auto;
  }

  div ._level_13pj8_133 #_card_13pj8_1 {
    width: 60px;
    height: 90px;
  }
}
._level_13pj8_133 {
  position: absolute;
  width: 60px;
  height: 90px;
  /* border: 1px solid blue; */
  /* background-image: url("../../assets/cards/clubs-7.svg"); */
  background-size: cover;

  background-repeat: no-repeat;
}
._level_13pj8_133:nth-child(1) {
  top: 15%;
  left: 45%; /* Расположение первого уровня */
}

._level_13pj8_133:nth-child(2) {
  top: 20%;
  left: 37%; /* Расположение второго уровня */
}

._level_13pj8_133:nth-child(3) {
  top: 20%;
  left: 53%; /* Расположение второго уровня */
}

._level_13pj8_133:nth-child(4) {
  top: 25%;
  left: 29%; /* Расположение третьего уровня */
}
._level_13pj8_133:nth-child(5) {
  top: 25%;
  left: 45%; /* Расположение третьего уровня */
}

._level_13pj8_133:nth-child(6) {
  top: 25%;
  left: 61%; /* Расположение третьего уровня */
}

._level_13pj8_133:nth-child(7) {
  top: 30%;
  left: 21%; /* Расположение четвертого уровня */
}
._level_13pj8_133:nth-child(8) {
  top: 30%;
  left: 37%; /* Расположение четвертого уровня */
}

._level_13pj8_133:nth-child(9) {
  top: 30%;
  left: 53%; /* Расположение четвертого уровня */
}

._level_13pj8_133:nth-child(10) {
  top: 30%;
  left: 69%; /* Расположение четвертого уровня */
}
._level_13pj8_133:nth-child(11) {
  top: 35%;
  left: 13%; /* Расположение пятого уровня */
}

._level_13pj8_133:nth-child(12) {
  top: 35%;
  left: 29%; /* Расположение пятого уровня */
}
._level_13pj8_133:nth-child(13) {
  top: 35%;
  left: 45%; /* Расположение пятого уровня */
}

._level_13pj8_133:nth-child(14) {
  top: 35%;
  left: 61%; /* Расположение пятого уровня */
}

._level_13pj8_133:nth-child(15) {
  top: 35%;
  left: 77%; /* Расположение пятого уровня */
}
._level_13pj8_133:nth-child(16) {
  top: 40%;
  left: 6%; /* Расположение шестого уровня */
}

._level_13pj8_133:nth-child(17) {
  top: 40%;
  left: 21%; /* Расположение шестого уровня */
}
._level_13pj8_133:nth-child(18) {
  top: 40%;
  left: 37%; /* Расположение шестого уровня */
}

._level_13pj8_133:nth-child(19) {
  top: 40%;
  left: 53%; /* Расположение шестого уровня */
}
._level_13pj8_133:nth-child(20) {
  top: 40%;
  left: 69%; /* Расположение шестого уровня */
}

._level_13pj8_133:nth-child(21) {
  top: 40%;
  left: 84%; /* Расположение шестого уровня */
}

._level_13pj8_133:nth-child(22) {
  top: 45%;
  left: 1%; /* Расположение седьмого уровня */
}
._level_13pj8_133:nth-child(23) {
  top: 45%;
  left: 15%; /* Расположение седьмого уровня */
}
._level_13pj8_133:nth-child(24) {
  top: 45%;
  left: 29%; /* Расположение седьмого уровня */
}
._level_13pj8_133:nth-child(25) {
  top: 45%;
  left: 44%; /* Расположение седьмого уровня */
}
._level_13pj8_133:nth-child(26) {
  top: 45%;
  left: 59%; /* Расположение седьмого уровня */
}
._level_13pj8_133:nth-child(27) {
  top: 45%;
  left: 73%; /* Расположение седьмого уровня */
}
._level_13pj8_133:nth-child(28) {
  top: 45%;
  left: 87%; /* Расположение седьмого уровня */
}
._place_15e9b_1 {
  display: flex;
  gap: 10px;
  position: relative;
}

._imageSlider1_15e9b_13,
._imageSlider2_15e9b_15 {
  width: 40px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  cursor: pointer;
}
._bordSlider_15e9b_31 {
  border: 1px solid whitesmoke;
  width: 40px;
  height: 70px;
  border-radius: 8px;
  position: absolute;
  transition: transform 0.5s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
body {
  /* background-image: url("../../assets/backgrounds/clouds.jpg"); */
}
._slider_cy237_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._footer_15zzt_1 {
  /* border-top: 1px solid black; */
  height: 90px;

  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  ._mob_display_15zzt_31 {
    display: none;
  }
}

._information_15zzt_41 {
  border: 1px solid blue;
  cursor: pointer;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden; /* Отключаем скроллбары */
}
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

title {
  background-color: aquamarine;
  color: white;
}
