@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');
}
img {
  -webkit-user-drag: none;
}
.noselect {
  -webkit-touch-callout: none; /* iOS */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
html {
  position: relative;
}
.register-alert {
  display: none;
  color: #E30613;
}
.show-alert {
  display: block;
  animation: .5s ease 5s normal both running allertAnim !important;
}
#toast-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@keyframes allertAnim {
  0% {display: block;}
  100% {display: none;}
}
.toast-message {
  font-family: 'Gotham Rounded Bold';
  font-size: 14px;
  text-align: center;
}
#toast-container>div {
  opacity: 1 !important;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  background-color: #001046;
  background-image: url("../images/bcg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  z-index: 0;
  letter-spacing: -1px;
}
.header-wrapper {
  width: 100%;
  position: relative;
  height: 90vw;
  max-height: 700px;
  margin: 0 auto;
}
.light-1 {
  width: 3.6vw;
  position: absolute;
  left: 6vw;
  top: 10.4vw;
  opacity: .1;
  animation: 3s ease 0s normal infinite both running animLight !important;
}
.light-2 {
  width: 3.7vw;
  position: absolute;
  left: 13.7vw;
  top: 10.3vw;
  opacity: .1;
  animation: 3s ease .5s normal infinite both running animLight !important;
}
.light-3 {
  width: 1.8vw;
  position: absolute;
  left: 12.35vw;
  top: 15.5vw;
  opacity: .1;
  animation: 3s ease .8s normal infinite both running animLight !important;
}
.light-4 {
  width: 3.1vw;
  position: absolute;
  left: 45.3vw;
  top: 7.1vw;
  opacity: .1;
  animation: 3s ease .4s normal infinite both running animLight !important;
}
.light-5 {
  width: 3.1vw;
  position: absolute;
  left: 51.3vw;
  top: 10.8vw;
  opacity: .1;
  animation: 3s ease .9s normal infinite both running animLight !important;
}
@keyframes animLight {
  0% {opacity: .1}
  50% {opacity: 1}
  100% {opacity: .1}
}
.header-wrapper h1 {
  font-family: 'Gotham Rounded Bold';
  font-size: 64px;
  color: white;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.eye-block {
  position: absolute;
  left: 57%;
  top: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform-origin: center;
  animation: 1.5s ease 0s normal infinite both running animEye !important;
}
@keyframes animEye {
  0% {scale: 1}
  50% {scale: 1.05}
  100% {scale: 1}
}
.red-eye {
  color: #fff;
  padding: 14px 30px;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}
.red-eye:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 12px;
  top: 47%;
  left: 48%;
  transition: .3s all;
}
.red-eye span small {
  font-size: 35px;
}
.red-eye span {
  font-size: 64px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}
.strong {
  font-family: "Gotham Rounded Bold";
}
.blue-button {
  color: #fff;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}
.blue-button:before {
  content: '';
  background: #2A2071;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 47%;
  transition: .3s all;
}
.blue-button span {
  font-size: 29px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}

.red-button {
  color: #fff;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}
.red-button:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 49%;
  transition: .3s all;
}
.red-button span {
  font-size: 29px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}

.offer-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 600px;
}
.offer-wrapper h2 {
  margin-top: 0;
  margin-bottom: 40px;
  color: white;
  font-family: "Gotham Rounded Book";
  text-align: center;
  font-size: 36px;
}


.offer-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.glass-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  contain: layout;
  cursor: grab;
}
.glass-container.disabled {
  filter: grayscale(1);
  cursor: no-drop !important;
}
.glass-image {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}

.glass-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.glass-container img[style*="z-index: -1"] {
  object-fit: cover;
  width: 100% !important;
  
}
.game-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.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;
}

.hint-ok {
  outline: 2px solid #4ade80;
}
.hint-bad {
  outline: 2px solid #f87171;
}
.piece.dragging {
  cursor: grab;
 
  z-index: 30;
  opacity: 0.8;
}
.border-today-offer {
  border: 1px solid #ffffff17;
  border-radius: 20px;
  padding: 40px 10px;
}
.border-today-offer p {
  margin-top: 0;
}
.piece.placed {
  cursor: default;
  transform: none;
  z-index: 5;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}
.game-title-block {
  text-align: center;
  margin-bottom: 60px;
}
.game-title-block h2 {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: "Gotham Rounded Book";
  font-size: 36px;
  color: white;
}

.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0%;
  bottom: 0%;
  padding: 20px 25px;
  z-index: 3;
}
.timer-display {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 3;
}
.timer-value {
  color: #FFFFFF;
  font-family: 'Gotham Rounded Bold';
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  min-width: 32px;
}
.timer-separator {
  color: #fff;
  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: #9BB4D4;
  font-family: 'Gotham Rounded Book';
  font-size: 16px;
  white-space: nowrap;
}
.reset-icon {
  width: 20px;
  opacity: .5;
}
.reset-button:hover .reset-text {
  color: #fff;
}
.reset-button:hover .reset-icon {
  opacity: 1;
}
.last-seconds {
  color: #E30613;
  animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.2);
  }
}
.faq-block {
  margin-bottom: 40px;
}
.faq-block h2 {
  font-size: 36px;
  font-family: "Gotham Rounded Bold";
  margin-top: 0;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
.collapse-item {
  background: #010E45;
  border-radius: 15px;
  margin-bottom: 15px;
  color: white;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.11);
  border: double 1px transparent;
  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);
}
.collapse-item-inner {
  padding: 20px;
}

.collapse-active {
  background: #010E45;
  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);
}
.collapse-item button {
  background: transparent;
  border: none;
  color: #fff;
  font-family: 'Gotham Rounded Bold';
  width: 100%;
  text-align: left;
  font-size: 22px;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  padding-left: 0;
}
.collapse-item button:after {
  content: url("../images/arrow.svg");
  position: absolute;
  right: 0;
  top: 6px;
  transition: .3s all;
}
.collapse-item.collapse-active button {
  color: white;
}
.collapse-item.collapse-active button:after {
  transform: rotate(-180deg);
  transition: .2s all;
  filter: brightness(10);
}
.collapse-item > div > div {
  max-height: 0;
  opacity: 0;
  font-family: 'Gotham Rounded Book';
  font-size: 16px;
}
.collapse-item > div > div p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  padding-top: 10px;
}
.collapse-item > div > div a {
  font-family: 'Gotham Rounded Bold';
  text-decoration: underline;
  color: #2A2071;
}
.collapse-anim {
  max-height: 500px !important;
  opacity: 1 !important;
  padding-top: 6px !important;
  transition: padding-top,max-height,opacity 0.3s ease-in !important;
  /*animation: .5s ease 0s normal both running collapseAnim !important;*/
}

@keyframes collapseAnim {
  0% {opacity: 0;}
  100% {max-height: 100%; opacity: 1;padding-top: 10px;}
}


#board {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  user-select: none;
  touch-action: auto;
  cursor: grab;
  margin-bottom: 60px;
}

#board.dragging {
  touch-action: none;
}

.board-image {width: 100%;height: auto;}

.slot {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px dashed rgba(255,255,255,0.3);
}
.target-piece {
  opacity: 0.2 !important;
}
.arrow-image {
  position: absolute;
  left: 24%;
  top: 68%;
  width: 7%;
}

#target1,#piece1 {
  width: 13.2%;
  z-index: 14;
}
#target2,#piece2 {
  width: 9.8%;
}
#target3,#piece3 {
  width: 5%;
  z-index: 15;
}
#target4,#piece4 {
  width: 12.4%;
}
#target5,#piece5 {
  width: 12.3%;
}
#target6,#piece6 {
  width: 12.9%;
  z-index: 13;
}
#target7,#piece7 {
  width: 12.9%;
  z-index: 11;
}

#target1 {
  top: 63.9%;
  left: 51.6%;
}
#target2 {
  top: 55.5%;
  left: 47.9%;
}
#target3 {
  top: 64.6%;
  left: 47.3%;
}
#target4 {
  top: 61%;
  left: 29.9%;
}
#target5 {
  top: 57.4%;
  left: 39.3%;
}
#target6 {
  top: 64.9%;
  left: 43.6%;
}
#target7 {
  top: 64.2%;
  left: 36.1%;
}






.arrow-image {
  transition: opacity 0.3s ease;
}

.arrow-image.hidden {
  opacity: 0;
  pointer-events: none;
}

.secret-button {
  display: block;
  cursor: pointer;
  animation: 1.5s ease 0s normal infinite both running animEye !important;
}
.secret-button img {
  width: 100%;
  max-width: 250px;
}
.secret-button-wrapper {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.condition-link {
  font-size: 14px;
  font-family: 'Gotham Rounded Book';
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.login-wrapper {
  width: 100%;
  max-width: 800px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 120px;
}

.table-bg {
  padding-bottom: 50px;
}
.table-wrapper {
  width: 100%;
  max-width: 1000px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.mb100 {
  margin-bottom: 100px;
}
.table-content {
  display: flex;
  padding: 4% 8%;
  gap: 10px;
  background: url(../images/form-bg-2.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 20px;
}
.checkbox-input{
  appearance:none;
  -webkit-appearance:none;
  width:22px; height:22px;
  margin-right:12px;
  border:2px solid #5b2f1a; 
  border-radius:4px;
  background:transparent;   
  position:relative;
  cursor:pointer;
}
.checkbox-input::after{
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 9px;
  height: 5px;
  border: 3px solid #5b2f1a;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg) scale(0);
  transition: transform .12s ease-in-out;
}
.checkbox-input:checked::after{ transform:rotate(-45deg) scale(1); }
.checkbox-input:focus-visible{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:2px;
}
.center-submit {
  width: 100%;
  text-align: center;
}
.form-content {
  margin-bottom: 0;
}
.table-content > div {
  flex: 1 1 0;
  display: flex;
}
.table-content table th {
  font-size: 18px;
}
.table-content table th, .table-content table td {
  color: #642812;
  padding: 13px 10px;
  border-bottom: 2px solid #642812;
  text-align: center;
  white-space: nowrap;
}
.table-content table tbody tr.active {
  background: rgba(100, 40, 18, 0.22);
  color: #642812 !important;
}
.table-block {
  border: 2px solid #642812;
  border-radius: 11px;
  padding: 10px;
  height: 100%;
  width: 100%;
}
.table table {
  width: 100%;
  height: 100%;
  border-spacing: 0;
  font-size: 16px;
}
.table table tbody tr:last-child td {
  border-bottom: none;
}
.table table tbody tr {
  color: #CBAA75;
}
.table table tbody tr:nth-child(1) {
  color: #642812;
}
.table table tbody tr:nth-child(2) {
  color: #875333;
}
.table table tbody tr:nth-child(3) {
  color: #A97F54;
}
.prasa-text {
  width: 100%;
  max-width: 136px;
}
.outline-statistics {
  padding: 12px;
  border: 2px solid #642812;
  border-radius: 11px;
  text-align: left;
  height: 100%;
  width: 100%;
}
.outline-statistics h3 {
  position: relative;
  color:#642812;
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 32px;
  line-height: 1.1;
}
.prasa-text::after {
  content: "";
  display: inline-block;
  width: 128px;
  background: url(../images/prasa-text.png) no-repeat center / contain;
  vertical-align: -19px;
  height: 48px;
}
.register-form-group {
  position: relative;
}
.register-form-group label {
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  margin-bottom: 6px;
  margin-left: 4px;
  display: block;
  text-align: left;
  color:#fff;
}
.register-form-group .text-input {
  text-align: left;
  width: 100%;
  height: 38px;
  border: 1px solid #fff;
  margin-bottom: 0;
  border-radius: 10px;
  font-size: 16px;
  padding: 6px 10px 6px 10px;
  font-family: 'Gotham Rounded Bold';
  outline: none;
  color: #fff;
  background: #010E45;
}
.error-label {
  font-size: 12px;
  color: #E30613;
  font-family: "Gotham Rounded Bold";
  display: block;
  text-align: left;
  margin-top: 6px;
  margin-bottom: 10px;
}
.offer-text {
  max-width: 375px;
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.opa0 {
  opacity: 0;
}
.checkbox-block {
  display: flex;
  position: relative;
  font-family: 'Gotham Rounded Book';
  color: #642812;
  font-size: 12px;
  text-align: left;
  align-items: center;
}
.checkbox-block label {
  cursor: pointer;
  font-size: 12px;
}
.checkbox-block label a {
  color: #642812;
}
.flex-modal .checkbox-block label a {
  color: #EED596;
}
.danger-border {
  border-color: #E30613 !important;
}
.checkbox-block input {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.send-form {
  cursor: pointer;
  color: #fff;
  padding: 10px 16px;
  position: relative;
  display: inline-block;
  z-index: 2;
  background: transparent;
  border: none;
}
.send-form:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-11deg) translate(-50%, -50%);
  border-radius: 4px;
  top: 47%;
  left: 47%;
}
.send-form span {
  font-size: 18px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}
.send-block {
  display: flex;
  gap: 4px;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}
.register-alert {
  display: none;
  color: #E30613;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  display: none;
  z-index: 99999;
}
.modal-content {
  width: 100%;
  max-width: 550px;
  background: #010E45;
  border-radius: 10px;
  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';    
  border: double 1px transparent;
  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;
  padding-bottom: 20px;
}
.modal-content h3 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.modal-content .in-time {
  font-size: 28px;
  font-family: 'Gotham Rounded Book';
  margin: 0;
}
.soft-hr{
  border: 0;
  height: 2px;
  border-radius: 2px;
  background:#a6785287;
  width: 80%;
  margin: 20px auto;
}
.modal-content .game-time {
  font-size: 28px;
  font-family: 'Gotham Rounded Bold';
}
.prasa-text-modal {
  width: 100%;
  max-width: 136px;
}
.user-data {
  display: block;
  pointer-events: none;
  opacity: 0;
  color: white;
  font-family: 'Gotham Rounded Book';
}
.user-data-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.user-data-table {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: white;
  border-collapse: collapse;
  font-size: 15px;
}
.user-data-table, .user-data-table th, .user-data-table td {
  border: 1px solid white;
}
.user-data-table th {
  font-family: 'Gotham Rounded Bold';
}
.user-data-table th, .user-data-table td {
  padding: 8px 20px;
}
.user-data.show {
  opacity: 1;
  pointer-events: auto;
}
.modal-content .red-button span {
  font-size: 22px;
}
 .flex-block-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
   position: relative;
   bottom: 20px;
}
.flex-block-modal p {
  font-size: 28px;
  font-family: 'Gotham Rounded Book';
  margin: 0;
}
.close-modal {
  background: transparent;
  border: none;
  position: absolute;
  text-align: center;
  right: 12px;
  top: 18px;
  cursor: pointer;
}
.close-modal img {
  width: 16px;
}

.number-users-in-round {
  background: #642812;
  color: white;
  padding: 12px 12px;
  border-radius: 10px;
  text-align: center;
  font-family: "Gotham Rounded Book";
  margin-top: 22px;
  font-size: 16px;
}
.user-info {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.login-user {
  color: #767676;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
#logout {
  display: none;
  color: #E30613;
  background: none;
  border: none;
  font-family: 'Gotham Rounded Bold';
  padding: 0;
  font-size: 15px;
  cursor: pointer;
}
.show-logout {
  display: block !important;
}
.statistic-item {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  align-items: center;
  color: #642812;
}
.statistic-item h4 {
  font-size: 16px;
  margin: 0;
}
.statistic-item h5 {
  font-size: 32px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}










@media (max-width: 1600px) {
  .header-wrapper {
    max-height: 630px;
  }
}



@media (max-width: 1300px) {
  .header-wrapper h1 {
    font-size: 40px;
  }
  .red-eye span small {
    font-size: 28px;
  }
  .red-eye span {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  body {
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  .blue-button span {
    font-size: 20px;
  }
  .eye-block {
    left: 55%;
    top: 23%;
    gap: 10px;
}
  .red-eye {
    padding: 8px 20px;
  }
  .offer-wrapper {
    padding: 0 13%;
  }
  .offer-wrapper {
    margin-bottom: 28%;
  }
  .offer-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .header-wrapper {
    height: 64vw;
  }

  .header-wrapper h1 {
    font-size: 36px;
  }
  .red-eye span small {
    font-size: 23px;
  }
  .red-eye span {
    font-size: 42px;
  }
}
@media (max-width: 1000px) and (pointer: coarse) {
  #board {
    width: 85%;
  }
}
@media (max-width: 900px) {
  .red-button span {
    font-size: 25px;
  }
  .red-button:before {
    left: 49%;
  }
  .table-content {
    padding: 4% 3%;
    background-size: cover;
  }
  .outline-statistics h3 {
    font-size: 28px;
  }
  .prasa-text::after {
    width: 100px;
    height: 44px;
    vertical-align: -15px;
  }
  .red-eye:before {
    border-radius: 8px;
  }
  .header-wrapper h1 {
    font-size: 25px;
}
.red-eye span small {
  font-size: 19px;
}
.red-eye span {
  font-size: 30px;
}
  .offer-wrapper h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .game-title-block h2 {
    font-size: 25px;
  }
  .collapse-item button {
    font-size: 20px;
  }
  .faq-block h2 {
    font-size: 25px;
  }
}
@media (max-width: 720px) {
  .faq-block h2 {
    font-size: 22px;
  }

  .outline-statistics h3 {
    font-size: 20px;
  }
  .register-form-group label {
    font-size: 14px;
  }
  .red-eye span small {
    font-size: 19px;
}
.red-eye span {
  font-size: 30px;
}
.blue-button span {
  font-size: 16px;
}
.eye-block {
  top: 29%;
  left: 53%;
  gap: 8px;
}
.table table {
  font-size: 14px;
}
  .offer-wrapper h2 {
    font-size: 22px;
  }
  .game-title-block h2 {
    font-size: 22px;
  }
}
.show-mobile {
  display: none;
}
.show-desktop {
  display: block;
}
.board-image-mobile {
  display: none;
}
@media (max-width: 599px) {
  .faq-block h2 {
    font-size: 30px;
  }
  .collapse-item button {
    font-size: 18px;
    line-height: 1.5;
  }
  .collapse-item > div > div p {
    font-size: 14px;
  }

  .secret-button-wrapper {
    bottom: 50px;
  }

  #target1,#piece1 {
    width: 20.4%;
  }
  #target2,#piece2 {
    width: 15.1%;
  }
  #target3,#piece3 {
    width: 8%;
  }
  #target4,#piece4 {
    width: 19.3%;
  }
  #target5,#piece5 {
    width: 19.3%;
  }
  #target6,#piece6 {
    width: 20.6%;
  }
  #target7,#piece7 {
    width: 20.9%;
  }

  #target1 {
    top: 62.6%;
    left: 52.6%;
  }
  #target2 {
    top: 57%;
    left: 46.6%;
  }
  #target3 {
    top: 63%;
    left: 45.3%;
  }
  #target4 {
    top: 60.3%;
    left: 18.6%;
  }
  #target5 {
    top: 58.4%;
    left: 32.9%;
  }
  #target6 {
    top: 63.1%;
    left: 39.5%;
  }
  #target7 {
    top: 62.4%;
    left: 28.1%;
  }
  .red-button span {
    font-size: 20px;
  }

  .board-image {
    display: none;
  }
  .board-image-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .cards {
    padding: 10px 15px;
  }
  .reset-text {
    font-size: 14px;
  }
  .reset-icon {
    width: 12px;
  }
  .timer-value {
    font-size: 14px;
    min-width: 25px;
  }
  .table-bg {
    background: none;
    background-size: 100%;
    padding-bottom: 0;
    margin-bottom: 50px;
    background-position: top;
  }
  .table-content {
    background: url("../images/form-bg-mobile.png");
    flex-direction: column;
    gap: 10px;
    padding: 8% 3%;
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-position: center;
  }
  .number-users-in-round {
    margin-bottom: 60px;
  }
  .offer-items {
    grid-row-gap: 50px;
  }
  .offer-wrapper h2,.game-title-block h2 {
    font-size: 30px;
}
  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
  body {
    background: url(../images/bcg-mobile.jpg) no-repeat;
    background-size: 100%;
  }
  .light-1 {
    display: none;
  }
  .light-2 {
    width: 7.5vw;
    left: 10.9vw;
    top: 4.5vw;
  }
  .light-3 {
    width: 3.2vw;
    left: 7.75vw;
    top: 16.4vw;
  }
  .light-4 {
    width: 6.6vw;
    left: 83.3vw;
    top: -3vw;
  }
  .light-5 {
    width: 6.6vw;
    left: 97.3vw;
    top: 5.8vw;
  }
  .header-wrapper {
    height: 100vw;
  }
  .eye-block {
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
    top: unset;
    width: 100%;
    gap: 15px;
    transform-origin: left;
  animation: 1.5s ease 0s normal infinite both running animEyeMobile !important;
}
@keyframes animEyeMobile {
  0% {transform: scale(1) translateX(-50%)}
  50% {transform: scale(1.05) translateX(-50%)}
  100% {transform: scale(1) translateX(-50%)}
}
  .arrow-image {
    left: 10%;
    top: 67%;
    width: 11%;
    transform: rotate(319deg);
}
.modal-content {
  max-width: 90%;
}
.modal-content h3 {
  font-size: 20px;
}
.flex-block-modal {
  flex-direction: column;
  margin-bottom: 10px;
}
.flex-block-modal p,.modal-content .in-time,.modal-content .game-time {
  font-size: 22px;
}
.prasa-text-modal {
  max-width: 105px;
}
  .header-wrapper h1 {
    font-size: 40px;
}
  .user-data-table {
    font-size: 14px;
  }
  #logout {
    font-size: 14px;
  }
  .user-data-table th, .user-data-table td {
    padding: 10px 14px;
  }
.red-eye span {
  font-size: 44px;
}
.red-eye span small {
  font-size: 30px;
}
.blue-button span {
  font-size: 30px;
}
  .offer-text {
    font-size: 20px;
  }
  .offer-items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .offer-wrapper {
    margin-bottom: 58%;
}
.offer-wrapper {
  padding: 0 9%;
}
  .modal-content .red-button span  {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .faq-block h2 {
    font-size: 24px;
  }
  .outline-statistics h3 {
    font-size: 31px;
  }
  .offer-wrapper {
    margin-bottom: 70%;
}
  .offer-wrapper h2, .game-title-block h2 {
    font-size: 24px;
}

  .offer-items {
    grid-row-gap: 20px;
  }
  .header-wrapper h1 {
    font-size: 35px;
    line-height: 1;
  }

  .red-eye span {
    font-size: 35px;
  }

  .red-eye span small {
    font-size: 19px;
  }

  .blue-button span {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .outline-statistics h3 {
    font-size: 26px;
  }
  .flex-block-modal p, .modal-content .in-time, .modal-content .game-time {
    font-size: 20px;
}
  .offer-wrapper {
    margin-bottom: 68%;
}
  .offer-wrapper h2, .game-title-block h2 {
    font-size: 22px;
}
}


@media (min-width: 1900px) {
  .header-wrapper {
    max-height: 800px;
  }
}
@media (min-width: 2100px) {
  .header-wrapper {
    max-height: 900px;
  }
}