@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham_medium.otf") format("opentype");
  src: url("../fonts/gotham_medium.ttf") format("truetype");
  src: url("../fonts/gotham_medium.woff2") format("woff2");
}
:root {
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  --app-height: 100%;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}

a:hover {
  color: #535bf2;
}

body {
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  place-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0c1a5d;
  color: #282626;
  font-family: "gotham", sans-serif;
  font-weight: 500;
}

html,
canvas {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  font-family: "gotham", sans-serif;
}

button {
  border: 0;
  background-color: transparent;
  position: absolute;
  border-radius: 100px;
  cursor: pointer;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gameContainer,
.overlay {
  position: absolute;
  margin: auto;
  height: 177.77777vw;
  width: 100vw;
  max-height: 100vh;
  max-width: 56.25vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "gotham", sans-serif;
}

.overlay {
  position: relative;
  z-index: 5;
  pointer-events: none;
}

.button__start {
  width: 45.6%;
  height: 10.2%;
  left: 27.9%;
  top: 74.2%;
}

#quantity {
  position: absolute;
  top: 26.9%;
  left: 47.2%;
  height: 3.9%;
  width: 10.8%;
  border: 0;
  border-radius: 5px;
  background-color: #eee;
  outline: none;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-size: 2.5vh;
  z-index: 6;
  text-align: center;
}

#quantity.active__font {
  font-size: 4.44vw;
}

.zoomist-container {
  position: absolute;
  width: 64.3%;
  height: 58.4%;
  top: 32.5%;
  left: 16.6%;
}

.zoomist-image {
  width: 100%;
  aspect-ratio: 1;
  height: 100%;
}

.zoomist-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.zoomist-zoomer {
  display: flex;
  bottom: -4%;
  top: auto;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
  z-index: 10;
  left: 37.5%;
}

.zoomist-zoomer-in {
  margin-right: 10px;
  background-image: url(../img/plus.png);
  background-size: cover;
}

.zoomist-zoomer-out {
  background-image: url(../img/minus.png);
  background-size: cover;
}

.zoomist-zoomer-button {
  width: 4vh;
  height: 4vh;
  padding: 0;
}

.zoomist-zoomer-button.active__font {
  width: 7.11vw;
  height: 7.11vw;
}

.zoomist-zoomer-icon {
  display: none;
}

.confirm__button {
  position: absolute;
  background-color: transparent;
  height: 3.8%;
  width: 19.8%;
  z-index: 15;
  top: 26.9%;
  left: 61.4%;
  border-radius: 5px;
}

.check__next__button {
  width: 45.5%;
  height: 10.2%;
  top: 75.6%;
  left: 27.5%;
}

form textarea, form input {
  position: absolute;
  background-color: transparent;
  resize: none;
  margin: 0;
  outline: none;
  border: 0;
  color: black;
  font-family: "gotham", sans-serif;
  font-size: 1.8vh;
  width: 65.9%;
  left: 13.4%;
}
form textarea.active__font,
form input.active__font {
  font-size: 3.2vw;
}
form textarea::-moz-placeholder, form input::-moz-placeholder {
  font-family: "gotham", sans-serif;
}
form textarea::placeholder, form input::placeholder {
  font-family: "gotham", sans-serif;
}
form textarea {
  height: 12.3%;
  top: 48%;
  padding: 2%;
  background: #eeeeee;
  border-radius: 10px;
}
form input {
  height: 2.7%;
  padding: 2%;
  background: #eeeeee;
  border-radius: 10px;
}
form #email {
  top: 64.3%;
}
form input:-webkit-autofill.show-error,
form input:-webkit-autofill:hover.show-error,
form input:-webkit-autofill:focus.show-error,
form input:-webkit-autofill:active.show-error,
form .show-error {
  background-color: #ff0033;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  padding: 0 0 0 0px;
  background-position: left top !important;
  left: 14.3%;
  background: url(../img/checkbox.png) no-repeat;
  background-size: contain;
  height: 2.9%;
  width: 66.9%;
}
form .rules_checkbox + .rules_label {
  top: 70.6%;
}
form .checkbox_error {
  background-image: url(../img/checkbox_bad.png) !important;
}
form input[type=checkbox]:checked + label {
  background-image: url(../img/checkbox_ok.png);
  background-size: contain;
}
form .send-button {
  cursor: pointer;
  top: 75.1%;
  left: 50%;
  width: 32.3%;
  height: 7.2%;
  padding: 0;
  background-color: transparent;
  border-radius: 50px;
}

.play__again {
  cursor: pointer;
  top: 75%;
  left: 15.2%;
  width: 32.3%;
  height: 7.3%;
  padding: 0;
  background-color: transparent;
}

.rules_link {
  position: absolute;
  width: 34.4%;
  top: 71.5%;
  height: 1.3%;
  left: 34.6%;
}/*# sourceMappingURL=style.css.map */