@font-face {
  font-family: Raleway-Medium;
  src: url(./601cda68c7b7bbcc9a120804c342e4fe.ttf);
}
@font-face {
  font-family: Raleway-Bold;
  src: url(./18960343b3da49bfd35362fc0cbc7eed.ttf);
}
* {
  margin: 0;
  padding: 0;
}
div, p, span, h1, h2, h3, h4, img {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}
html, body {
  height: 100%;
  background-color: #FFFFFF;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#root {
  position: fixed;
}
.modal {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(50, 30, 87, 0.5);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup {
  width: 83%;
  background: #FFFFFF;
  border-radius: 3vw;
  position: relative;
  padding-bottom: 5vw;
}
.close {
  position: absolute;
  right: 1.5vw;
  top: 1.5vw;
  width: 8vw;
  height: 8vw;
  background: url(./1ea32df9788ce5772c94f946b74af889.png) center center no-repeat;
  background-size: 40%;
  cursor: pointer;
}
.header {
  font-family: Raleway-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 6.2vw;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  background: linear-gradient(92.21deg, #53191F 15.36%, #2F1E5D 83.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-top: 8vw;
}
.description {
  font-family: Raleway-Medium;
  font-style: normal;
  font-weight: 400;
  font-size: 2.7vw;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #201926;
  line-height: 130%;
  padding: 1vw 6vw 3vw 6vw;
  box-sizing: border-box;
}
.input {
  outline: none;
  box-sizing: border-box;
  background: #F0F0F0;
  border: 1px solid #B8B8B8;
  border-radius: 1.5vw;
  width: 84%;
  height: 10vw;
  display: block;
  margin: 2vw auto;
  font-family: Raleway-Medium;
  font-style: normal;
  font-weight: 400;
  font-size: 2vw;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #8D8D8D;
  padding: 0 5vw;
}
.button {
  width: 84%;
  height: 12vw;
  background: linear-gradient(90deg, #53191F 0%, #2F1E5D 100%);
  border-radius: 2.5vw;
  margin: 2vw auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: Raleway-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 2.5vw;
  cursor: pointer;
}
.checkbox-text {
  box-sizing: border-box;
  font-family: Raleway-Medium;
  font-style: normal;
  font-weight: 400;
  font-size: 1.61vw;
  line-height: 150%;
  color: #201926;
  text-align: left;
  width: 85%;
  margin: 1.2vw auto 0;
  padding-left: 5vw;
  position: relative;
}
.alarm {
  border: 1px solid red !important;
}
.checkbox {
  position: absolute;
  width: 2.7vw;
  height: 2.7vw;
  background: #D6D6D6;
  border-radius: 1vw;
  cursor: pointer;
  left: 1.5vw;
  top: 0;
}
.checkbox-checked {
  background: #D6D6D6 url(./1549c01d343768fb623dffb4a6df2d6b.png) center center no-repeat !important;
  background-size: 60% !important;
}
.thanks {
  height: 83vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thanks-label {
  font-family: Raleway-Bold;
  text-align: center;
  font-size: 6.5vw;
  margin-bottom: 9vw;
}
.thanks-descr {
  font-family: Raleway-Medium;
  text-align: center;
  font-size: 3.5vw;
  line-height: 5vw;
  width: 80%;
}
