@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/gothamrounded-bold.woff2) format('woff2'),
    url(..//fonts/gothamrounded-bold.woff) format('woff');

}

@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(..//fonts/gothamrounded-book.woff2) format('woff2'),
  url(..//fonts/gothamrounded-book.woff) format('woff');

}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  background: #fff;
  letter-spacing: -1px;
}
.bcgg {
  position: relative;
  bottom: 80px;
}
.rounded-bg {
  position: relative;
  bottom: min(6vw,100px);
  background-image: url("../images/top-bg.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 128%;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  min-height: 120px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: scale(1.03);
}
p {
  margin: 0;
  padding: 0;
}
.fullWidth{
  width: 100%;
  overflow: hidden;
}

.darkBlueGrad{
  background: rgb(12,27,66);
  background: -moz-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c1b42",endColorstr="#132f5e",GradientType=1);
}

.horizontalBlueGrad{
  background: #c0e7fb;
  background: -moz-linear-gradient(left,  #c0e7fb 0%, #0079ad 15%, #0079ad 85%, #c0e7fb 100%);
  background: -webkit-linear-gradient(left,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  background: linear-gradient(to right,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7fb', endColorstr='#c0e7fb',GradientType=1 );
}

.brightGreyGrad{
  background: #e4edf9;
  background: -moz-linear-gradient(top,  #e4edf9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #e4edf9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e4edf9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edf9', endColorstr='#ffffff',GradientType=0 );
}
.stripeVeryThick {
  height: 60px;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h1, h2, h3, h4, h5 {
  margin: 0;
}

.hero-section {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 34vw;
  max-height: 500px;
  display: flex;
  position: relative;
  background-position: center;
}
.hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: min(4vw,80px);
  padding: 0 20px;
  position: relative;
}
.hero-content {
  font-family: 'Gotham Rounded Bold';
  text-align: left;
  padding: 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.mobile-img {
  position: absolute;
  width: 54vw;
  max-width: 700px;
  z-index: 0;
  right: -100px;
  bottom: -4px;
}
.hero-content p {
  color: white;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: clamp(24px, 5.3vw, 72px);
}
.hero-content .hero-eye {
  width: 100%;
  max-width: 410px;
  height: auto;
}

.red-button {
  color: #fff;
  padding: 12px 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.red-button:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 10px;
  top: 49%;
  left: 48%;
}
.red-button span {
  font-size: clamp(18px, 2vw, 30px);
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
  text-wrap: nowrap;
}


.outline-button {
  color: #2A2071;
  padding: 12px 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.outline-button:before {
  content: '';
  background: transparent;
  border: 1px solid #2A2071;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 10px;
  top: 47%;
  left: 47%;
}
.outline-button span {
  font-size: clamp(16px, 1.4vw, 28px);
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
  text-wrap: nowrap;
}

.title-content {
  width: 100%;
  color: #2A2071;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  position: relative;
  margin-bottom: 30px;
}
.title-content.overflow-position {
  bottom: 0px;
}
.title-content p {
  margin-bottom: 60px;
  font-size: clamp(15px, 2.6vw, 24px);
}
.price-counter-block {
  color: white;
  position: relative;
  padding: 14px 20px;
  z-index: 2;
  animation: 1.5s ease 0s normal infinite both running animEye !important;
}
.price-counter-block:before {
  content: '';
  background: #E20413;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 10px;
  top: 45%;
  left: 48%;
}
.price-counter {
  font-size: clamp(24px, 5.3vw, 72px);
  line-height: 1;
  position: relative;
  z-index: 1;
}
.d-online-block {
  display: inline-block;
}
.secret-offer-wrapper {
  width: 100%;
  color: #2A2071;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Gotham Rounded Bold';
  position: relative;
}
.secret-offer-wrapper h2 {
  font-size: clamp(24px, 5.5vw, 42px);
  margin-bottom: 15px;
}
.secret-offer-wrapper p {
  font-size: clamp(15px, 2.6vw, 24px);
}

.secret-offer-block {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}




.target-piece {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
}

.target-piece.highlight {
  opacity: 0.6 !important;
  transform: scale(1.1);
}

.target-piece.correct {
  opacity: 0.8 !important;
  filter: hue-rotate(120deg);
}

.piece {
  position: absolute;
  cursor: grab;
  will-change: transform;
  z-index: 10;
  -webkit-user-drag: none;
  user-drag: none;
}

.piece:hover {
  z-index: 20;
}
.piece.dragging {
  cursor: grab;
  z-index: 999;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.3));
}

.piece.snapped {
  pointer-events: none;
  filter: none;
  z-index: 10 !important;
}

.hint-ok {
  outline: 2px solid #4ade80;
}
.hint-bad {
  outline: 2px solid #f87171;
}
.piece.dragging {
  cursor: grab;

  z-index: 30;
  opacity: 0.8;
}
.board-wrapper {
  padding: 100px 0;
  padding-bottom: 80px;
  position: relative;
}
#board {
  position: relative;
  margin: 0 auto;
  width: 54vw;
  max-width: 500px;
  user-select: none;
  touch-action: auto;
  cursor: grab;
}

#board.dragging {
  touch-action: none;
}

.board-image {
  width: 100%;
  height: auto;
  pointer-events: none;
  filter: grayscale(1);
}

.slot {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px dashed rgba(255,255,255,0.3);
}
.target-piece {
  opacity: 0 !important;
}
.arrow-image {
  position: absolute;
  left: 24%;
  top: 68%;
  width: 7%;
}

#target1,#piece1 {
  width: 57.9%;
  z-index: 14;
}
#target2,#piece2 {
  width: 51%;
}
#target3,#piece3 {
  width: 58.1%;
  z-index: 15;
}
#target4,#piece4 {
  width: 51%;
}


#target1 {
  top: 38.6%;
  left: 42%;
}
#target2 {
  top: 47.7%;
  left: 0%;
}
#target3 {
  top: 0%;
  left: 0%;
}
#target4 {
  top: 0;
  left: 49%;
}




.cards {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 25px;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.timer-display {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 3;
}
.timer-value {
  color: #2A2071;
  font-family: 'Gotham Rounded Bold';
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  min-width: 32px;
}
.timer-separator {
  color: #2A2071;
  font-size: 18px;
  line-height: 1;
}
.reset-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.reset-text {
  color: #2A2071;
  font-family: 'Gotham Rounded Book';
  font-size: 16px;
  white-space: nowrap;
}
.reset-icon {
  width: 20px;
}
.reset-button:hover .reset-text {
  color: #2A2071;
}
.reset-button:hover .reset-icon {
  opacity: 1;
}
.last-seconds {
  color: #E30613;
}
.start-timer {
  animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.2);
  }
}
.secret-button {
  display: inline-block;
  cursor: pointer;
  animation: 1s ease 0s normal infinite both running animEye !important;
}
.secret-button img {
  width: 100%;
  max-width: 250px;
}
.secret-button-wrapper {

}
@keyframes animEye {
  0% {scale: 1}
  50% {scale: 1.05}
  100% {scale: 1}
}

@keyframes surprise-shake {
  0%,
  70%,
  100% {
    transform: translateX(0) rotate(0);
  }

  72% {
    transform: translateX(-3px) rotate(-2deg);
  }

  74% {
    transform: translateX(3px) rotate(2deg);
  }

  76% {
    transform: translateX(-3px) rotate(-2deg);
  }

  78% {
    transform: translateX(3px) rotate(2deg);
  }

  80% {
    transform: translateX(0) rotate(0);
  }
}



.modal-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2A2071B2;
  position: fixed;
  display: none;
  z-index: 99999;
}
.modal-content {
  width: 96%;
  max-width: 550px;
  background: #010E45;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  box-shadow: 0 0 20px 4px #00000078;
  transform: translateX(-50%);
  top: 0;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  font-family: 'Gotham Rounded Bold';
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient(#010E45, #010E45), radial-gradient(circle at top left, rgb(255 255 255 / 67%), #ffffff30);
}
.modal-inner {
  padding: 30px;
}
.modal-content .red-button {
  padding: 6px 18px;
}
.modal-content .red-button span {
  font-size: 22px;
}
.flex-block-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.offer-text {
  max-width: 375px;
  font-size: clamp(20px, 5.4vw, 32px);
  margin: 0 auto;
  margin-bottom: 0px;
}
.flex-block-modal p {
  font-size: 28px;
  font-family: 'Gotham Rounded Book';
  margin: 0;
}
.modal-content h3 {
  font-size: clamp(22px, 5.6vw, 30px);
  margin-bottom: 30px;
  margin-top: 0;
}
.modal-content .in-time {
  font-size: 28px;
  font-family: 'Gotham Rounded Book';
  margin: 0;
}
.border-today-offer {
  padding: 25px 10px 35px;
}
.border-today-offer p {
  margin-top: 0;
}


.close-modal {
  background: transparent;
  border: none;
  position: absolute;
  text-align: center;
  right: 12px;
  top: 18px;
  cursor: pointer;
}
.close-modal img {
  width: 16px;
}

























.register-block p {
  font-size: clamp(15px, 2.6vw, 24px);
  margin-bottom: 30px;
}

.faq-wrapper {
  width: 50vw;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 4vw;
  position: relative;
  color: white;
  padding-bottom: 12vw;
  position: relative;
}
.faq-wrapper > div {
  margin-bottom: max(2vw, 32px);
}
.faq-wrapper h2 {
  text-align: center;
  font-family: "Gotham Rounded Bold";
  font-size: clamp(24px, 4.1vw, 56px);
  margin-bottom: max(2vw, 32px);
  color: #2A2071;
}
.collapse-item {
  background: none;
  border: 2px solid #2A2071;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: max(1.2vw, 12px);
  border-radius: 15px;
  margin-bottom: max(0.7vw, 10px);
  color: black;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}
.collapse-active {
  background: none;
}
.collapse-item.collapse-active {
  color: #2A2071 !important;
}
.collapse-item button {
  background: transparent;
  border: none;
  color: #2A2071;
  font-family: 'Gotham Rounded Bold';
  width: 100%;
  text-align: left;
  font-size: clamp(15px, 1.3vw, 22px);
  cursor: pointer;
  position: relative;
  padding-left: 0;
  line-height: 1.3;
  padding-right: 30px;
}
.collapse-item.collapse-active button {
  color: #2A2071;
}
.collapse-item > div {
  max-height: 0;
  opacity: 0;
  font-family: 'Gotham Rounded Book';
  padding-left: 0px;
}
.collapse-item > div p {
  font-size: clamp(14px, 1vw, 22px);
  margin-bottom: max(0.8vw, 16px);
  line-height: 1.4;
}
.collapse-item > div p:last-of-type {
  margin-bottom: 0;
}
.collapse-item > div ul {
  font-size: clamp(13px, 1vw, 22px);
  line-height: 1.4;
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0;
  margin-top: 10px;
}
.collapse-item button:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 5px;
  transition: .3s all;
}
.collapse-item.collapse-active button:after {
  transform: rotate(-180deg);
  transition: .2s all;
}
.collapse-item a {
  text-decoration: underline;
  color: inherit;
}
.collapse-anim {
  max-height: 800px !important;
  opacity: 1 !important;
  padding-top: 16px !important;
  transition: padding-top, max-height, opacity 0.3s ease-in !important;
}

.condition-link {
  text-decoration: underline;
  font-size: clamp(18px, 1.3vw, 20px);
  color: #2A2071;
}
.condition-link:hover {
  text-decoration: underline;
}


#board,
.piece,
.target-piece {
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
.piece {
  position: absolute;
  -webkit-user-drag: none;
}





@media only screen and (max-width: 1200px) {
  .mobile-img {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 868px) {

}
@media only screen and (max-width: 769px) {
  .faq-wrapper {
    width: 90vw;
  }
  .top-score {
    gap: 15px;
  }
  .board-wrapper {
    padding: 80px 0;
    padding-bottom: 50px;
  }

}


.only-pc {
  display: block;
}
.only-mobile {
  display: none;
}

.palma {
  position: absolute;
  right: -4vw;
  width: 12vw;
  max-width: 177px;
  top: 15%;
  z-index: 0;
}

.mapka {
  position: absolute;
  left: 0;
  width: 12vw;
  max-width: 177px;
  top: 90%;
  z-index: 0;
}

@media only screen and (max-width: 599px) {
  #board {
    width: 65vw;
  }
  .palma,.mapka {
    display: none;
  }
  .hero-section {
    height: 68vw;
  }
  .hero-content-wrapper {
    align-items: center;
    justify-content: end;
    gap: 10px;
  }
  .price-counter {
    font-size: clamp(36px, 10vw, 72px);
  }
  .mobile-img {
    position: unset;
    width: 73vw;
  }
  .board-wrapper {
    padding: 60px 0;
    padding-bottom: 40px;
  }
  .collapse-item button {
    font-size: clamp(17px, 1.3vw, 22px);
  }
  .only-pc {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .collapse-item {
    border-radius: 8px;
  }
  .collapse-item button {
    padding-right: 20px;
  }
  .faq-wrapper {
    width: 100%;
    padding-bottom: 220px;
  }
  .price-counter-block {
    padding: 8px 14px;
  }
  .price-counter-block:before,.red-button:before,.outline-button:before {
    border-radius: 6px;
  }
  .secret-offer-block {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .title-content {
    margin-bottom: 5px;
  }
  .title-content p {
    font-size: clamp(15px, 5vw, 24px);
  }
  .secret-offer-wrapper p {
    font-size: clamp(15px, 5vw, 24px);
  }
  .register-block p {
    font-size: clamp(15px, 5vw, 24px);
  }
  .secret-offer-wrapper h2 {
    font-size: clamp(28px, 7.5vw, 72px);
  }
  .red-button span {
    font-size: clamp(18px, 6vw, 30px);
  }
  .collapse-item button:after {
    width: 15px;
    height: 15px;
    top: 0;
  }
  .faq-wrapper {
    margin-top: 12vw;
  }


  #target1 {
    top: 38.2%;
  }
  #target2 {
    top: 47.1%;
  }

}